@charset "UTF-8";

.l-footer, .p-recommended,
.l-root.is-bananaday {
	background: url(../img/special/bananaday/bananaday_bg.svg) repeat;
	background-size: 1000px auto;
}
.p-bananaday {
	font-size: 1.4rem;
	line-height: 1.75;
	color: #8a3633;
}
.is-bananaday .p-share {
    background-color: #009ce1;
}
.l-footer,
.p-recommended {
	background-color: #ffe009;
}
.nami {
	width: 390px;
	display: block;
	position: absolute;
}
@media screen and (max-width: 767px) {
.l-root.is-bananaday {
	background-size: 400% auto;
}	
.nami {
	width: 51.333vw;
}
}
/*-------------------------------------------- */
/* kv
---------------------------------------------- */
.bananaday-kv {
	padding-top: 100px;
	position: relative;
}
.bananaday-kv-heading {
	width: 787px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.bananaday-kv-heading > img {
	width: 615px;
	margin: 0 auto;
}
.bananaday-kv-heading_hana {
	position: absolute;
	top: 60px;
	left: 0;
	width: 787px;
}
.bananaday-kv-lead {
	text-align: center;
	font-size: 26px;
	margin-top: 50px;
}
.bananaday-kv-lead span {
	font-size: 15px;
}
.bananaday-kv .nami01 {
	top: 5%;
	left: 1%;
}
.bananaday-kv .nami02 {
	bottom: 30%;
	right: 1%;
}

@media screen and (min-width: 768px) {
.bananaday-kv-bnr:hover:before {
  opacity: 1;
}
}
@media screen and (max-width: 767px) {
.bananaday-kv {
	padding-top: 40px;
}
.bananaday-kv-heading {
	width: 93.067vw;
}
.bananaday-kv-heading > img {
	width: 82.4vw;
}
.bananaday-kv-heading_hana {
	position: absolute;
	top: 16.267vw;
	width: 93.067vw;
}
.bananaday-kv-lead {
	font-size: 3.467vw;
	margin-top: 38px;
	line-height: 2;
}
.bananaday-kv-lead span {
	font-size: 10px;
	display: block;
	line-height: 1.5;
	margin-top: 10px;
}
.bananaday-kv .nami01 {
	top: 4%;
	left: -20%;
}
.bananaday-kv .nami02 {
	bottom: 36%;
	right: -20%;
}
}

/*-------------------------------------------- */
/* nav
---------------------------------------------- */
.bananaday-nav {
	margin-top: 60px;
	background: url(../img/special/bananaday/bg_nami.png) repeat-x center;
	background-size: auto 100%;
	padding: 128px 0;
}
.bananaday-nav-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1000px;
	margin: 0 auto;
}
.bananaday-nav-item {
	width: 250px;
	position: relative;
	margin-left: 3px;
	margin-right: 3px;
}
.bananaday-nav-item_sm {
	width: 150px;
}
.bananaday-nav-mark {
	position: absolute;
	top: -29px;
    left: 0px;
    width: 56px;
    z-index: 2;
}
.bananaday-nav-mark_sm {
    top: -20px;
    width: 35px;
}
.bananaday-nav-btn {
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 767px) {
.bananaday-nav {
	margin-top: 40px;
	background-size: cover;
	padding: 40px 0;
}
.bananaday-nav-inner {
	flex-wrap: wrap;
	width: 96%;
	justify-content: center;
}
.bananaday-nav-item {
	width: 66%;
	margin-left: 2px;
	margin-right: 2px;
}
.bananaday-nav-item_sm {
	width: 32%;
	margin-top: 25px;
}
.bananaday-nav-mark {
    top: -10px;
    width: 35px;
}
.bananaday-nav-mark_sm {
	top: -19px;
	width: 33px;
	left: -10px;
}
}
/*-------------------------------------------- */
/* content
---------------------------------------------- */
.bananaday-content {
	padding-bottom: 250px;
	position: relative;
	max-width: 1600px;
	width: 90%;
	margin: 0 auto;
}
.bananaday-bnr {
	max-width: 940px;
	width: 90%;
	margin: 60px auto 0;
	z-index: 1;
	position: relative;
}
.bananaday-bnr-lead {
	background: #fff;
	text-align: center;
	font-size: 26px;
	padding: 10px 0;
}
.bananaday-lists {
	display: flex;
	max-width: 900px;
	width: 90%;
	margin: 80px auto 0;
	justify-content: space-between;
	text-align: center;
	flex-wrap: wrap;
	z-index: 1;
	position: relative;
}
.bananaday-lists li {
	width: 48%;
	background: #fff;
	border: 4px solid #009ce1;
	border-radius: 30px;
	padding: 2% 2% 110px;
	position: relative;
}
.bananaday-lists li:before {
	position: absolute;
    content:'';
	display: block;
    width: 52px;
    height: 42px;
    background: url(../img/special/bananaday/ico-star.png) no-repeat;
	background-size: 100% auto;
    bottom: 30px;
    left: 5%;
}
.bananaday-lists li:after {
	position: absolute;
    content:'';
	display: block;
    width: 200px;
    height: 32px;
    background: url(../img/special/bananaday/ico-nami.png) no-repeat;
	background-size: 100% auto;
    bottom: 20px;
    right: -2px;
}
.bananaday-lists li:nth-child(n+3) {
	margin-top: 60px;
}
.bananaday-lists-ttl2 {
	font-size: 23px;
	color: #8a3633;
	line-height: 1.5;
	margin-top: 10px;
	font-weight: normal;
}
.bananaday-lists-txt {
	font-size: 23px;
	color: #009ce1;
	line-height: 1.5;
	margin-top: 10px;
}
.bananaday-lists-btn {
	margin-top: 20px;
}
.bananaday-lists-btn a {
	display: block;
	background: #ccc;
	color: #666;
	line-height: 4;
	text-decoration: none;
}
.bananaday-lists-btn_on a {
	background: #ffe200;
	position: relative;
    color: #8a3633;
    font-size: 18px;
    border-radius: 40px;
    position: relative;
    transition: .3s all;
}
.bananaday-lists-btn_on a:before {
	display: block;
	content: '';
	position: absolute;
	width: 45px;
    height: 40px;
    background: url(../img/special/bananaday/btn_banana.svg) no-repeat;
	background-size: contain;
    bottom: 0;
    top: 0;
    margin: auto;
    left: 6%;
}
.bananaday-lists-btn_on a:after {
	display: block;
	content: '';
	position: absolute;
	width: 25px;
    height: 35px;
    background: url(../img/special/bananaday/btn_arrow.svg) no-repeat;
	background-size: contain;
    bottom: 0;
    top: 0;
    margin: auto;
    right: 5%;
}
.bananaday-lists-lead {
	font-size: 18px;
	background: #009ce1;
	color: #fff;
	line-height: 1.5;
	padding: 8px 0;
	margin-top: 20px;
}
.bananaday-lists-txt2 {
	font-size: 15px;
	line-height: 1.8;
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
.bananaday-content {
	padding-bottom: 100px;
    width: 92%;
}
.bananaday-bnr {
	width: 100%;
	margin: 40px auto 0;
}
.bananaday-bnr-lead {
	font-size: 19px;
	padding: 10px 0;
}

.bananaday-lists {
	display: block;
	margin: 30px auto 0;
	width: 100%;
}
.bananaday-lists li {
	width: 100%;
	border: 4px solid #009ce1;
	padding: 4% 4% 80px;
}
.bananaday-lists li:before {
    width: 43px;
    height: 35px;
    bottom: 20px;
    left: 5%;
}
.bananaday-lists li:after {
    width: 168px;
    height: 27px;
    bottom: 15px;
    right: -2px;
}
.bananaday-lists li:nth-child(n+3) {
	margin-top: 0;
}
.bananaday-lists li:nth-child(n+2) {
	margin-top: 30px;
}
.bananaday-lists-ttl2 {
	font-size: 19px;
}
.bananaday-lists-txt {
	font-size: 19px;
}
.bananaday-lists-lead {
    font-size: 15px;
    margin-top: 15px;
}
.bananaday-lists-txt2 {
    font-size: 14px;
}
.bananaday-lists-btn_on a {
    font-size: 15px;
    border-radius: 30px;
}
.bananaday-lists-btn_on a:before {
    width: 28px;
    height: 32px;
}
.bananaday-lists-btn_on a:after {
    width: 16px;
    height: 28px;
}
}
@media screen and (min-width: 768px) {
.bananaday-lists-btn_on a:hover {
	cursor: pointer;
	opacity: .6;
}
}
/*-------------------------------------------- */
/* Animation
---------------------------------------------- */
.nami01,.nami03,.nami05 {
    transform: translateX(-60px);
    transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition-delay: 1.0s;
}
.nami02,.nami04,.nami06 {
    transform: translateX(60px);
    transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition-delay: 2.0s;
}
.bananaday-kv-heading_hana {
    transform: rotate(30deg);
    transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.bananaday-kv-img {
    transform: scale(0.5);
    transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.motion_op {
	opacity:0;
	transition: all 1s;
}
.motion_Y10 {
	transform:translateY(10px);
	transition: all .5s;
}
.motion_Y30 {
	transform:translateY(30px);
	transition: all .5s;
}
.motion_X2 {
	transform:translateX(-20px);
}
.ico-m {
    transform: scale(0.5);
    transition: all .5s;
}
.is_motion {
	transform:translateX(0);
	transform:translateY(0);
	transform: rotate(0);
	transform: scale(1);
	opacity:1;
}


.ico {
	position: absolute;
	z-index: 0;
}
.bananaday-content .nami03 {
	top: 7%;
	left: -10%;
}
.bananaday-content .nami04 {
	top: 30.5%;
	right: -8%;
}
.bananaday-content .nami05 {
	top: 50%;
	left: 8%;
}
.bananaday-content .nami06 {
	top: 68%;
	right: 8%;
}
.ico01 {
	top: 5%;
	right: 6%;
	animation:cloud 3s ease-in infinite alternate both;
}
@keyframes cloud {
  0% {
    transform:translate(2px,30px);
  }
  100% {
    transform:translate(-2px,0px);
  }
}
.ico02 {
	top: 19%;
	left: 8%;
}
.ico03 {
	top: 36%;
	left: 0%;
	transform-origin: center top;
    animation: bag 3s linear infinite;
}
@keyframes bag {
  0% , 100%{
      transform: rotate(20deg);
  }
  50%{
      transform: rotate(-20deg);
  }
}
.ico04 {
	top: 51%;
	right: 6%;
	animation: airplane 5s linear infinite;
}
@keyframes airplane {
  0% {
	top: 51%;
	right: 6%;
  }
  100%{
	  top: 45%;
	  right: 30%;
  }
}
.ico05 {
	top: 57%;
	left: 6%;
}
.ico06 {
	top: 78%;
	right: 0%;
}
.ico07 {
	top: 88%;
	left: 7%;
	animation: car 5s linear infinite;
}
@keyframes car {
  0% {
      left: 7%;
      top: 88%;
  }
  100%{
      left: -20%;
      top: 90%;
  }
}
.ico08 {
	top: 90%;
    right: 10%;
    transform-origin: center top;
    animation: banana 2s linear infinite;
}
@keyframes banana {
  0% , 100%{
      transform: rotate(-20deg);
  }
  50%{
      transform: rotate(20deg);
  }
}



.bananaday-movie {
	margin: 50px auto 50px;
	max-width: 800px;
	width: 90%;
}
.youtube__aspect-ratio {
    position: relative;
    width: 100%;
    padding-top: 57.25%;
}
.youtube__aspect-ratio iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
.bananaday-movie {
	margin: 30px auto 30px;
}
}


.btn_more {
	display: none;
}
@media screen and (max-width: 767px) {
.btn_more {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(255,255,255,0.8);
	left: 0;
	border-radius: 0 0 30px 30px;
	padding: 40px 0 20px;
	z-index: 3;
	display: block;
}
.btn_close {
	position: relative;
	background: none;
    padding: 30px 0 0px;
}
.btn_more p {
    background: #009ce1;
    position: relative;
    color: #fff;
    font-size: 15px;
    border-radius: 40px;
    position: relative;
    transition: .3s all;
	line-height: 3;
	position: relative;
	display: block;
    text-decoration: none;
    width: 80%;
    margin: 0 auto;
    cursor: pointer;
}
.btn_more p::before, .btn_more p::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 4px;
    background-color: rgb(255, 255, 255);
    transition: 0.5s;
    border-radius: 10px;
}
.btn_more p::before {
    top: 47%;
    right: 4%;
    transform: rotate(0deg);
}
.btn_close.btn_more p::after {
	opacity: 0;
}
.btn_more p::after {
    top: 47%;
    right: 4%;
    transform: rotate(90deg);
}

.bananaday-lists-txt2__main {
	/*max-height: 6em;
	overflow: hidden;*/
	position: relative;
}
.btn_close + .bananaday-lists-txt2__main {
	max-height: none;
}


}



