@charset "UTF-8";
/* CSS Document */

/*----------------------------------------
レイアウト
----------------------------------------*/
.t-header_content_wrap {
  position: relative;
}
.nav_active .t-header_content_wrap {
  position: fixed;
}

.m-plus {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
}

.shippori-mincho {
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
}
.kosugi-maru-regular {
  font-family: "Kosugi Maru", sans-serif;
  font-style: normal;
}
.sec_tiitle img {
  margin: 0 auto;
}
.media_pc{
	display: block;
}
.media_sp{
	display: none;
}
.media_pc520{
	display: block;
}
.media_sp520{
	display: none;
}
@media screen and (max-width:768px){
.media_pc{
	display: none;
}
.media_sp{
	display: block;
}
}
@media screen and (max-width:520px){
.media_pc520{
	display: none;
}
.media_sp520{
	display: block;
}
}

/*----------------------------------------
メインビジュアル
----------------------------------------*/
.mv_wrap {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.mv_wrap {
  position: relative;
  overflow: hidden;	
}
.mv_wrap .cloud {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.mv_wrap .h2_lead {
  position: absolute;
  top: 25%;
  right: 18%;
  width: 16%;
  height: 41%;
  bottom: 34%;
  left: 66%;
  z-index: 1;
  opacity: 0;
}
.mv_wrap .cloud_image:nth-child(1) {
  width: 27%;
  height: 25%;
  left: 9%;
  right: 64%;
  top: -6%;
  bottom: 81%;
  position: absolute;
  opacity: 0;	
}
.mv_wrap .cloud_image:nth-child(2) {
  position: absolute;
  width: 24%;
  top: -18px;
  right: 6.5%;
  opacity: 0;	
}
.mv_wrap .cloud_image:nth-child(3) {
position: absolute;
bottom: -90px;
  width: 37%;
  right: 0;
  left: 67%;
  opacity: 0;	
}
.mv_wrap .cloud_image:nth-child(4) {
position: absolute;
  bottom: -50px;
  width: 24%;
  left: -50px;
  opacity: 0;	
}
.mv_wrap .cloud_image:nth-child(1).is-animated {
  animation: slideIn 3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
opacity: 1;	
}
.mv_wrap .cloud_image:nth-child(2).is-animated {
  animation: slideIn02 3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
opacity: 1;	
}
.mv_wrap .cloud_image:nth-child(3).is-animated {
  animation: slideIn 3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
opacity: 1;	
}
.mv_wrap .cloud_image:nth-child(4).is-animated {
  animation: slideIn02 3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
opacity: 1;	
}
 
 
@keyframes slideIn {
  0% {
    transform: translateX(-60px);
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
  }
}
@keyframes slideIn02 {
  0% {
    transform: translateX(60px);
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
  }
}

.blur{
  animation-name:blurAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
  filter: blur(10px);
  transform: scale(1.01);
  opacity: 0;
  }

  to {
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
  }
}	

@media screen and (max-width:768px){
.mv_wrap .cloud_image:nth-child(3) {
  position: absolute;
  bottom: -96px;
}
}

@media screen and (max-width:414px){
.mv_wrap .cloud_image:nth-child(4) {
  bottom: -20px;
}
.mv_wrap .cloud_image:nth-child(3) {
  bottom: -51px;
	}
}


/*----------------------------------------
ナビゲーション
----------------------------------------*/
.page_nav_wrap {
  width: 100%;
  height: 80px;	
  background: #000;
  transition: 0.5s !important;	
  top: -8px;	
}
.page_nav_wrap.transform {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.page_nav {
  max-width: 1200px;
  height: 100%;	
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;	
}
.page_nav_li {
  padding: 0 40px;
  position: relative;
}
.page_nav_li a {
  font-size: 18px;
  color: #fff;
}
.page_nav_li::after {
content: "";
  width: 16px;
  height: 20px;
  background: url("../img/border_nav.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.page_nav_li:last-child::after {
	display: none;
}

@media screen and (max-width:768px){
.page_nav_li {
  padding: 0 20px;
	}
.page_nav_li a {
  font-size: 15px;
	}
.page_nav_wrap {
  height: 64px;
	}
}

@media screen and (max-width:414px){
 .page_nav_li {
    padding: 0 10px;
  }
 .page_nav_li a {
    font-size: 14px;
  }
.page_nav_li::after {
  width: 10px;
  height: 14px;
	}
  .page_nav_li {
    padding: 0 20px 0 10px;
  }
.page_nav_wrap {
  height: 56px;
	}
}

/*----------------------------------------
おすすめ
----------------------------------------*/
#sec01 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;	
  background: #fed953;
  padding: 64px 0 0 0;
}
#sec01 .sec_tiitle {
  text-align: center;
  margin-bottom: 32px;
}
#sec01 .rcm_wrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;	
  justify-content: space-between;	
padding: 50px 40px 130px 40px;
  position: relative;
  background-image: url("../img/bg_rcm.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  z-index: 0;	
}
#sec01 .rcm_title {
  margin-bottom: 20px;
  text-align: center;	
}
#sec01 .rcm_l {
  width: 49%;
}
#sec01 .rcm_r {
  width: 51%;
  text-align: center;
}
#sec01 .rcm_wrap::after {
  content: "";
  width: 100%;
  background: #fcf2be;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 50%;
  z-index: -1;
  border: solid 1px #000;
  border-bottom: none;
}
#sec01 .rcm_txt {
  text-align: center;
width: 18.5vw;
  margin: 0 auto;	
}

@media screen and (max-width:1000px){
#sec01 {
  padding: 64px 20px 50px 20px;
}
}

@media screen and (max-width:768px){
#sec01 {
  padding: 40px 20px 30px 20px;
}	
#sec01 .rcm_wrap {
  padding: 30px 20px 80px 20px;
}
#sec01 .rcm_wrap {
  display: block;
  position: relative;
  background-image: url("../img/bg_rcm_sp.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  z-index: 0;	
}	
#sec01 .rcm_l {
  width: 100%;
  margin-bottom: 24px;	
}
#sec01 .rcm_r {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}	
#sec01 .rcm_wrap::after {
height: 75%;
    border: solid 2px #000;
    border-bottom: none;
	}	
#sec01 .rcm_txt {
  width: 26vw;
	}	
}

@media screen and (max-width:664px){
#sec01 .rcm_wrap::after {
height: 75%;
    border: solid 1px #000;
    border-bottom: none;
	}		
}

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

#sec01 .rcm_wrap {
    padding: 20px 20px 60px 20px;
  }	
#sec01 .rcm_txt {
  font-size: 32px;
	}
#sec01 .rcm_title {
  margin-bottom: 16px;
}
#sec01 .rcm_price span {
  font-size: 32px;
  padding: 0 4px;
}	
#sec01 .rcm_price {
  font-size: 18px;
	}
#sec01 .rcm_wrap::after {
height: 93%;
    border: solid 1px #000;
    border-bottom: none;
	}		
}


/*----------------------------------------
動画
----------------------------------------*/
#sec02{
	max-width: 1200px;
	width: 100%;
	padding: 100px 0;
	background: #fcf2be;
	margin: 0 auto;
    overflow: hidden;	
}
#sec02 .section_inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 0;	
}
#sec02 .sec_tiitle {
  text-align: center;
  margin-bottom: 32px;
}

#sec02 .movie {
  text-align: center;
}
#sec02 .movie_nav_wrap {
  padding-top: 40px;
}
#sec02 .movie_icon {
  width: 120px;	
position: absolute;
  left: 0;	
}
#sec02 .movie_icon span {
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
#sec02 .movie_icon_in {
  position: relative;
}
#sec02 .play_btn_li a img {
  border: solid 1px #eb7b20;
  border-radius: 50px;
}
#sec02 .movie_nav {
  background: #fed953;
  display: flex;
  justify-content: space-between;
  align-items: center;	
  border-radius: 100px;
  position: relative;
  padding: 10px 10px 10px 120px;
}
#sec02 .play_btn_li:nth-child(1) {
  margin-right: 8px;
}
#sec02 .play_btn {
  display: flex;
  align-items: center;
}
#sec02 .play_btn a {
display: flex;
  align-items: center;
  background: #eb7b20;
  padding: 2px 12px 4px 2px;
  border-radius: 50px;
  font-size: 15px;
  color: #fff;
  border: solid 2px #eb7b20;
}
#sec02 .play_btn a:hover {
  background: #fff;
  transition: 0.5s;
  color: #eb7b20;
  text-decoration: none;
}
#sec02 .play_btn img {
  margin-right: 4px;
}
#sec02 .movie_title {
  font-size: 20px;
  color: #000;
}


/* 点滅 */
#sec02 .blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

#sec02 .cloud_image:nth-child(1) {
  width: 30%;
  position: absolute;
  top: -20px;
  right: -40%;
  z-index: -1;
  left: 130%;
}
/*#sec02 .cloud_image:nth-child(2) {
  width: 32%;
  position: absolute;
  top: -30px;
  right: 132%;
  z-index: -1;	
}*/
#sec02 .cloud_image:nth-child(3) {
  width: 38%;
  position: absolute;
  bottom: 0;
  left: 138%;
  z-index: -1;	
}
#sec02 .cloud_image:nth-child(2) {
  width: 38%;
  position: absolute;
  bottom: 20px;
  right: 138%;
  z-index: -1;	
}
#sec02 .cloud_image:nth-child(5) {
width: 30%;
  position: absolute;
  top: -20%;
  bottom: 0;
  margin: auto;
  height: 20%;
  left: 130%;
  z-index: -1;	
}
#sec02 .cloud_image:nth-child(6) {
  width: 30%;
  height: 20%;
  position: absolute;
  top: -19%;
  bottom: 0;
  margin: auto;
  right: 130%;
  z-index: -1;
}

#sec02 .cloud_image:nth-child(1).is-animated {
  animation: slideIn03 5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
#sec02 .cloud_image:nth-child(2).is-animated {
  animation: slideIn04 6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
#sec02 .cloud_image:nth-child(3).is-animated {
  animation: slideIn03 5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
#sec02 .cloud_image:nth-child(4).is-animated {
  animation: slideIn04 6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
#sec02 .cloud_image:nth-child(5).is-animated {
  animation: slideIn03 5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
} 
#sec02 .cloud_image:nth-child(6).is-animated {
  animation: slideIn04 6s cubic-bezier(0.25, 1, 0.5, 1) forwards;	
} 
 
@keyframes slideIn03 {
  0% {
    transform: translateX(-200%);
	opacity: 1;    
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
  }
}
@keyframes slideIn04 {
  0% {
    transform: translateX(200%);
	opacity: 1;    
  }
  100% {
    transform: translateX(0);

  }
  40%,100% {
  }
}

@media screen and (max-width:1000px){
#sec02 {
  padding: 100px 20px;
}
}

@media screen and (max-width:768px){
#sec02 {
  max-width: 1200px;
  width: 100%;
  padding: 50px 20px;
	}
#sec02 .movie_nav {
  padding: 10px;
  flex-wrap: wrap;
}	
#sec02 .movie_icon {
  width: 100px;
	}
#sec02 .movie_title {
  font-size: 20px;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}	
#sec02 .movie_icon span {
  top: 22px;
  width: 56%;
}	
#sec02 .play_btn img {
  margin-right: 4px;
  width: 25px;
}	
#sec02 .play_btn a {
  padding: 4px 16px 4px 4px;
  font-size: 16px;
	}
#sec02 .play_btn {
  width: 100%;
  justify-content: center;	
}	
}

@media screen and (max-width:520px){
#sec02 .movie_icon {
    width: 50%;
    left: 0;
    right: 0;
    margin: auto;
    top: -20px !important;
  }
 #sec02 .movie_nav {
    padding: 32px 10px 10px 10px;
	border-radius: 16px; 
	}
#sec02 .movie_nav_wrap {
  padding-top: 50px;
}
}

@media screen and (max-width:414px){
#sec02 .movie_nav {
    padding: 24px 10px 10px 10px;
	border-radius: 12px;
	}
#sec02 .movie_icon {
    width: 70%;
    left: 0;
    right: 0;
    margin: auto;
    top: -20px !important;
  }	
#sec02 .movie_nav .blinking img{
	width: 40px;
	}
#sec02 .movie_nav_wrap {
  padding-top: 30px;
}	
#sec02 .movie_icon_in {
  width: 200px;
  margin: 0 auto;
}	
}

/*----------------------------------------
kodawari
----------------------------------------*/
#sec03 {
  text-align: center;
  padding: 80px 0 100px 0;
  background: #fed953;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 80px auto;
}
#sec03 .sec_tiitle {
  text-align: center;
  margin-bottom: 40px;
}
#sec03 .kodawari_li {
  max-width: 1000px;	
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #fcf2be;
  margin: 0 auto 120px auto;
  border-radius: 0 200px 200px 0;
  padding: 10px;
  position: relative;
  z-index: 1;	
}
#sec03 .kodawari_li::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  left: -100px;
  top: 0;
  background: #fcf2be;
  z-index: -1;
  max-width: 1000px;
  border-radius: 0 200px 200px 0;
}
#sec03 .kodawari_li:nth-child(2n) {
  flex-direction: row-reverse;
  justify-content: flex-end;	
  border-radius: 200px 0 0 200px;	
}
#sec03 .kodawari_li:nth-child(2n)::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  right: -100px;
  left: inherit;
  top: 0;
  background: #fcf2be;
  z-index: -1;
  max-width: 1000px;
  border-radius: 200px 0 0 200px;
}
#sec03 .kodawari_li:nth-child(2n) .img {
  margin-right: 48px;
}
#sec03 .detail {
  width: calc(100% - 320px);
  text-align: left;
  margin-top: 10px;
}
#sec03 .kodawari_title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
}
#sec03 .txt {
  font-size: 15px;
  font-size: min(1.5vw,15px);
  line-height: 1.8;
  color: #000;
}
#sec03 .kodawari_li .deco {
  position: absolute;
bottom: -70px;
  left: -100px;
  z-index: -2;
}
#sec03 .kodawari_li:nth-child(2n) .deco {
  position: absolute;
  bottom: -70px;
  right: -100px;
  left: inherit;
  z-index: -2;
}
#sec03 .link {
  text-align: right;
  margin-top: 10px;	
}
#sec03 .link:hover {
  opacity: 0.7;
  transition: 0.5s;
}

@media screen and (max-width:768px){
#sec03 {
  padding: 50px 0;
}
#sec03 .kodawari_li .img {
    margin: 0 auto;
    width: 180px;
  }
#sec03 .kodawari_title {
  font-size: 24px;
	}
#sec03 .txt {
  font-size: 14px;
}
#sec03 .kodawari_li {
  align-items: center;
  width: 94%;
  display: block;
  border-radius: 0 40px 40px 0;	
  margin: 0 auto 80px 0;	
	}
#sec03 .detail {
  width: 90%;
	}
#sec03 .kodawari_li:nth-child(2n) {
  border-radius: 40px 0 0 40px;
  margin: 0 0 60px auto;	
}	
#sec03 .detail {
  width: 100%;
	}
#sec03 .kodawari_li::before {
  display: none;
	}
#sec03 .kodawari_li .deco {
  left: 0;
	}
#sec03 .kodawari_li:nth-child(2n) .deco {
  right: 0;
	}
#sec03 .kodawari_li:nth-child(2n) .img {
  margin: 0 auto;
}	
#sec03 .kodawari_li {
  padding: 10px 20px;
	}
#sec03 .sec_tiitle {
  text-align: center;
  margin-bottom: 32px;
  padding: 0 20px;
}	
}

@media screen and (max-width:414px){
#sec03 .kodawari_li {
  margin: 0 auto 60px 0;
  }	
#sec03 .kodawari_li .img {
  margin: 0 auto;
  width: 200px;
}
#sec03 .link {
  text-align: center;
  margin: 10px auto;
}	
#sec03 .kodawari_li .deco {
  width: 80px;
  bottom: -44px;
}
#sec03 .kodawari_li:nth-child(2n) .deco{
  width: 80px;
  bottom: -44px;
	}	
}



