@charset "UTF-8";
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
}

.all_wrapper,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
}

::before,
::after {
  vertical-align: inherit;
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
}

* {
  margin: 0;
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
}

/* # =================================================================
     # General elements
     # ================================================================= */
.all_wrapper hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

.small {
  font-size: 0.8rem;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
}

.all_wrapper a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

.all_wrapper a:active,
.all_wrapper a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type="search"] {
  outline-offset: -2px;
  /* Correct the outline style in Safari */
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

/* Style select like a standard input */
select {
  -webkit-appearance: none;
  /* Chrome 41+ */
  -moz-appearance: none;
  /* Firefox 36+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
}

::-webkit-file-upload-button {
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
  color: inherit;
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.text_c {
  text-align: center;
}

main {
  overflow: hidden;
}

.center {
  text-align: center;
}

@media screen and (max-width: 820px) {
  .icon-hamburger hr {
    margin: 7px auto 0;
  }
}

@media screen and (max-width: 820px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 820px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 820px) {
  p {
    font-size: 12px;
  }
}

a {
  text-decoration: none;
  color: black;
}


@media screen and (max-width: 820px) {
  .all_wrapper {
    margin: 0 auto;
  }
}

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.md_wrapper {
  max-width: 800px;
  margin: 0 auto;
  color: #45423d;
}

@media screen and (max-width: 820px) {
  .md_wrapper {
    margin: 0 15px 0 0;
  }
}

.min_wrapper {
  max-width: 600px;
  margin: 0 auto;
}

.all_wrapper .mv {
  max-width: 1000px;
  margin: 0 auto 50px;
}

.all_wrapper .mv img {
  width: 100%;
}

.bg_wrapper {
  width: 100%;
  background-color: #d9efe2;
  /*background-image: url(../img/bg_line.png);*/
  background-position:center;
  background-size: 100% auto;
  background-attachment: fixed;
  padding-top: 30px;
  padding-bottom: 30px;
}

/*========= スクロールに応じて現在地表示 ===============*/

section.toc-demo{
  margin: 0 auto;
}

h2{
  font-size: 1.4rem;
  color: #45423d;
  padding: 5px 0;
  text-align: center;
}

p{
  padding-left: 10px;
}

ol{
  width: 150px;
  position: fixed;
  top: 0;
  right: 0;
}

li{
  list-style-type:none;
}

a{
  display: block;
  width: 100%;
  background-color: #fff;
  color: #45423d;
  margin-bottom: 1px;
  text-decoration: none;
  padding: 3px 5px 3px 10px;
}

a.current{
  background-color: #fff;
  color: #45423d;
}
/*----------------------------------------------*/

.md_wrapper img {
  width: 100%;
}

.md_wrapper p {
  font-weight: bold;
}


.btn3 {
  display: block;
  width: 90%;
  background-color: #a0cbbf;
  color: #fff;
  border: 2px solid #a0cbbf;
  text-align: center;
  font-size: 0.8rem;
  margin: 10px auto 0px;
  padding: 5px;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: 500;
}

.button {
  display: block;
  width: 80%;
  background-color: #a0cbbf;
  color: #fff;
  border: 2px solid #a0cbbf;
  text-align: center;
  margin: 15px auto 10px;
  padding: 8px 20px;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.3);
}

.all_wrapper .btn a:hover, .all_wrapper .btn2 a:hover, li .item_box3 a:hover  {
  opacity: 0.7;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.item_container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

img.item_img {
  width: 90%;
}

.item_box2 {
  display: flex;
  width: 30%;
  padding: 5px 5px;
  margin: 0 auto 20px;
  background-color: #d9efe2;
  border-radius: 10px;
  text-align: center;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}

.item_box2 a {
  margin: 0 auto;
  padding: 0;
}

.item_box2_btn {
  width: 22%;
  margin: 10px auto;
}

.item_box5 {
  display: flex;
  width: 30%;
  padding: 5px 5px;
  margin: 0 auto 20px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}

.item_box5 a {
  margin: 0 auto;
  padding: 0;
}

.item_box5_btn {
  width: 22%;
  margin: 10px auto;
}

.item_box1 {
  display: flex;
  width: 47%;
  padding: 5px 5px;
  margin: 0 auto 20px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}


.item_box a:hover, .item_box_btn a:hover, .item_box2_btn a:hover {
  opacity: 0.7;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.item_bland{
  text-align: center;
  font-size: 0.9rem;
  margin-bottom: 5px;
  font-weight: bold;
}

.item_price{
  color: red;
  font-size: 20px;
  font-weight: 700;
}

h3.primary {
  background: #F1D3CE;
  padding: 10px;
  margin: 0px auto 10px;
  max-width: 100%;
  font-size: 1rem;
}

.primary_1{
  margin: 20px auto 10px;
  padding: 0 0 8px;
  border-bottom: 2px solid #45423d;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}

.container {
  background-color: #fff;
  padding: 5px;
  border-radius: 10px;
  margin: 50px auto 20px;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}

.container p {
  font-size: 0.8rem;
  font-weight: 500;
}

@media screen and (max-width: 820px) {
  .wrapper_br {
    margin: 0 auto;
    box-shadow: none;
    width: 100%;
  }

  .bg_wrapper {
    padding: 0;
    margin: 10px auto;
    background-image: none;
  }

  .tittle_box h1 {
    font-size: 1.3rem;
  }

  .tittle_box {
    padding: 0 10px;
  }


  h2.primary {
    padding: 10px 5px;
    margin: 0px auto 10px;
    max-width: 98%;
    font-size: 1rem;
  }

  .item_box1 {
  width: 100%;
  margin: 5px 5px 20px;
  text-align: center;
}



  .item_box1 a {
  padding: 5px;
}

  .flex_box p {
    padding: 5px;
  }

  .item_box2 {
    width: 90%;
    margin: 0 auto 20px;
  }

  .item_bland{
    text-align: center;
    font-size: 0.8rem;
  }

  .item_box2_btn {
    width: 45%;
    margin: 0 auto 10px;
  }


  h2 {
    font-size: 1.2rem;
  }

  .container {
  margin: 30px 5px 20px;
}

.item_box5 {
  width: 90%;
  margin: 0 auto 20px;
}

}



  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  
  .flex-reverse {
    flex-direction: row-reverse;
  }
  
  .flex .flex_box {
    width: 49%;
    color: #2c2c2c;
    padding: 10px 5px;
  }
  
  .flex .flex_box img, .flex .flex_box2 img, .flex .flex_box4 img {
    width: 100%;
  }
  
  .flex .flex_box1 {
    width: 58%;
    font-size: 0.8rem;
    font-weight: 500;
  }

  .flex .flex_box2 {
    width: 40%;
  }

  .flex_box3 {
    width: 90%;
    margin: 15px auto;
    padding: 10px;
    color: #2c2c2c;
    background-color: #fff;
    border-radius: 10px;
  }

  .flex .flex_box4 {
    width: 30%;
  }

    .flex .flex_box5 {
    width: 68%;
    font-size: 0.8rem;
    font-weight: 500;
  }


  
  .ttl {
    padding:5px 15px;
    font-size: 1rem;
    background-color: #f1b47b;
    color: #fff;
    font-weight: 500;
      box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.3);
  }

  @media screen and (max-width: 768px) {

  
    .flex {
      display: block;
      margin: 10px 10px 60px ;
    }
    

  
  
    .flex .flex_box1, .flex .flex_box2, .flex .flex_box5 {
      width: 100%;
    }

    .flex .flex_box {
      width: 90%;
    }

    .flex .flex_box4 {
      width: 33%;
    }

    .flex .flex_box4 img {
      max-width: 200px;
    }

    .flex .flex_box4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-evenly;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    }

  }


  .contents_wrapper {
    position: relative;
  }

img.img  {
  width: 50px;
  z-index: 1;
  top: 5px;
  position: absolute;
}

.ttl_pick {
  position: absolute;
  left: 85px;
  line-height: 0.3;
  color: #f1b47b;
}

.container p.ttl_pick {
  font-size: 1.2rem;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  img.img  {
    left: -1px;
  }

  .ttl_pick {
    font-size: 0.8rem;
    line-height: 0.5;
    left: 50px;
  }

  .container p {
    padding: 5px 15px;
  }
}

.ttl_gpc {
  position: relative;
  padding: 30px;
  margin: 0 auto 5px;
}

@media screen and (max-width: 768px) {

  .ttl_gpc {
    font-size: 1rem;
    margin: 0 auto 10px;
  }
  
}





/*========= 背景のためのCSS ===============*/

  .bg__gr {
    background-color: #d9efe2;
  }

  .bg__gl {
    background-color: #fed5ca;
  }

  .bg__wh {
    background-color: #fff;
  }

  .wave-svg-inline{
    background-color: #d9efe2;
    width: 100%;
    height: 200px;
    position: relative;
  }
  svg{
      width: 100%;
      height: 200px;
      position: absolute;
      left: 0;
      bottom: -2px;
      fill: #fed5ca; /* 色を変更 */
  }
  
  
  .wave-svg-inline1 {
    background-color: #E5E3DC;
    width: 100%;
    height: 200px;
    position: relative;
  }

  svg.svg1 {
      width: 100%;
      height: 200px;
      position: absolute;
      left: 0;
      bottom: -2px;
      fill: #fff; /* 色を変更 */
  }

  .wave-svg-inline2 {
    background-color: #fff;
    width: 100%;
    height: 200px;
    position: relative;
  }
  svg.svg2 {
      width: 100%;
      height: 200px;
      position: absolute;
      left: 0;
      bottom: -2px;
      fill: #d9efe2; /* 色を変更 */
  }

  .wave-svg-inline3{
    background-color: #fed5ca;
    width: 100%;
    height: 200px;
    position: relative;
  }
  svg.svg3{
      width: 100%;
      height: 200px;
      position: absolute;
      left: 0;
      bottom: -2px;
      fill: #fff; /* 色を変更 */
  }




/*========= レイアウトのためのCSS ===============*/

  .fadeUpTrigger{
    opacity: 0;
    }

  .fadeUp {
    animation-name: fadeUpAnime;
    animation-duration:2s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes fadeUpAnime{
from {
    opacity: 0;
    transform: translateY(100px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

.flipLeftTrigger {
    opacity: 0;
    }

  .flipLeft {
    animation-name: flipLeftAnime;
    animation-duration:2s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes flipLeftAnime{
from {
    opacity: 0;
    transform: translateX(-100px);
}
to {
    opacity: 1;
    transform: translateX(0);
}
}

.flipRightTrigger {
    opacity: 0;
    }

  .flipRight {
    animation-name: flipRightAnime;
    animation-duration:2s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes flipRightAnime{
from {
    opacity: 0;
    transform: translateX(100px);
}
to {
    opacity: 1;
    transform: translateX(0);
}
}



/*==================================================
スライドアップしながらフェードイン
===================================*/

 
.anim-box.popup.is-animated {
  animation: popup 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
 
@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1.0);
  }
  80%, 100% {
    opacity: 1;
  }
}


/*==================================================
画像スライド
===================================*/

.container2 {
  position: relative;
  max-width: 1000px;
  height: 552px;
  margin: 0 auto;
  background-color: #FFF;
}

.one {
  position: absolute;
  z-index: 20;
}

.container1 {
  position: absolute;
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto;
  bottom: 0;
}

.flex_container1 {
  width: 500%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 200px auto 80px;
}

@media screen and (max-width: 820px) {
  .container2 {
    max-width: 820px;
    height: 752px;
  }

  .one {
    width: 100%;
  }

  .container1 {
    max-width: 820px;
    height: 752px;
    margin: 0 auto;
    top: 0;
    background-color: #FFF;
  }

  .flex_container1 {
    width: 500%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 250px auto 80px;
  }

}

@media screen and (max-width: 450px) {
  .container2 {
    max-width: 450px;
    height: 385px;
  }

  .container1 {
    max-width: 450px;
    height: auto;
    margin: 0 auto;
  }

  .flex_container1 {
    width: 500%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 100px auto 10px;
  }

  #goto_top {
    display: none;
  }

}

  .header {
    position: fixed;
    top: 10vw;
    right: 5vw;
    z-index: 999;
    background: none !important;
  }

  .header__list {
    list-style: none;
  }

  .header__item {
    margin-bottom: 20px;
  }

  .header__link {
    -webkit-writing-mode: vertical-rl; /* Safari用 */
    writing-mode: vertical-rl;
    position: relative;
    transition: all 0.2s ease-in-out;
    display: block;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    padding: 5px 10px;

  }

  /* スクロールで対応のsectionが現れた時*/
  .header__link.is-active {
    color: #FFF;
  }

  .header__link.is-active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f1b47b;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .container3 {
    margin: 3px 3px;
    padding: 5px;
    border-radius: 10px;
    background-color: #d9efe2;
    max-width: 500px;
  }


.flex_inner1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  /*width: 100%;*/
}

.flex_inner1 .anime_img {
  width: 25%;
  margin-right: 3px;
}

.flex_inner1 .anime_img img {
  width: 50%;
}

@media screen and (max-width: 820px) {
  .flex_inner1 .anime_img img {
  width: 90%;
}
}

/*右から左へ----------------------------*/
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.d-demo__list--left {
  -webkit-animation: infinity-scroll-left 30s infinite linear 0.5s both;
          animation: infinity-scroll-left 30s infinite linear 0.5s both;
}

.flex_container:hover .d-demo__list--left {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

/*右から左へ ここまで----------------------------*/
/*左から右へ----------------------------*/
@-webkit-keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.d-demo__list--right {
  -webkit-animation: infinity-scroll-right 95s infinite linear 0.5s both;
          animation: infinity-scroll-right 95s infinite linear 0.5s both;
}

.flex_container:hover .d-demo__list--right {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

/*左から右へ ここまで----------------------------*/



/*==================================================
パタッ
===================================*/

/* 下へ */
.flipDown{
  animation-name:flipDownAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes flipDownAnime{
    from {
      transform: perspective(2500px) rotateX(100deg);
     opacity: 0;
    }
  
    to {
      transform: perspective(2500px) rotateX(0);
    opacity: 1;
    }
  }
  
  

  
  /* 左上へ */
  .flipLeftTop{
  animation-name:flipLeftTopAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes flipLeftTopAnime{
    from {
     transform: translate(-20px,80px) rotate(-15deg);
     opacity: 0;
    }
  
    to {
     transform: translate(0,0) rotate(0deg);
    opacity: 1;
    }
  }
  

  /* 右上へ */
  .flipRightTop{
  animation-name:flipRightTopAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes flipRightTopAnime{
    from {
     transform: translate(-20px,80px) rotate(25deg);
     opacity: 0;
    }
  
    to {
     transform: translate(0,1) rotate(0deg);
    opacity: 1;
    }
  }
  
  #slider {
    margin: 5px auto;
  }


/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
  width:94%;
  margin: 0 auto;
}

.slider .item_box3 {
  width: 25vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
  height:auto;
}

@media screen and (max-width: 820px) {
  .slider .item_box3 {
    width: 50vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
    height:auto;
  }
}

.slider .slick-slide {
transform: scale(0.8);/*左右の画像のサイズを80%に*/
transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
opacity: 1;/*透過50%*/
}

.slider .slick-slide.slick-center{
transform: scale(1);/*中央の画像のサイズだけ等倍に*/
opacity: 1;/*透過なし*/
}

.slider img {
  width: 100%;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
  position: absolute;/*絶対配置にする*/
  top: 42%;
  cursor: pointer;/*マウスカーソルを指マークに*/
  outline: none;/*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #666;/*矢印の色*/
  border-right: 2px solid #666;/*矢印の色*/
  height: 15px;
  width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
  left: -1.5%;
  transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
  right: -1.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
  text-align:center;
margin:20px 0 0 0;
}

.slick-dots li {
  display:inline-block;
  margin:0 5px;
}

#slider .slick-dots button {
  color: transparent;
  outline: none;
  width:8px;/*ドットボタンのサイズ*/
  height:8px;/*ドットボタンのサイズ*/
  display:block;
  padding: 8px;/*ドットボタンのサイズ*/
  border-radius:50%;
  background:#ccc;/*ドットボタンの色*/
}

#slider .slick-dots .slick-active button{
  background:#333;/*ドットボタンの現在地表示の色*/
}

ul{
  margin:0;
  padding: 0;
  list-style: none;
}





/*# sourceMappingURL=style.css.map */