@charset "utf-8";
/* CSS Document　201912 musumusu top*/

* {
  margin: 0;
  padding: 0; }

html {
  font-size: 62.5% !important;
  /*overflow: hidden;*/
}

html, body {
  width: 100%;
  height: 100%;
  }

body {
  position: relative;
  height: 100%;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", san-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8em;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch; 
  box-sizing: border-box;
  overflow-x: hidden;
 }
 
 .atention{
 	font-size: 1rem;
	text-align: left;
 }
 
  
/* PC header */

.hd-img{
	position: relative;
}

.main-img{
width: 100%;
background: linear-gradient(90deg,#37bef0 0%, #37bef0 50%, #ee86a8 50%, #ee86a8 100%);
height: auto;
text-align: center;
border-bottom: 1px #EEE solid;
}

.main-img img{
	max-width: 1000px;
	width: 100%;
}


.main-img {
  overflow: hidden;
  position: relative;
}

.main-img:before,
.main-img:after {
  animation: 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 99;
}

.main-img:before {
  animation-name: main-img-before;
  left: 0;
  right: 50%;
}

.main-img:after {
  animation-name: main-img-after;
  left: 50%;
  right: 0;
}

@keyframes main-img-before {
  100% {
    transform: translateY(100%);
  }
}

@keyframes main-img-after {
  100% {
    transform: translateY(-100%);
  }
}


.text-img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	overflow: hidden;
    z-index: 100;
}

.text-img img{
	max-width: 514px;
	width: 100%;
}

.text-img:before,
.text-img:after {
  animation: 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 200;
  animation-delay: 2s;
 }

.text-img:before {
  animation-name: text-img-before;
  top: 0;
  bottom: 70%;
  margin-left: -280px;
}

.text-img:after {
  animation-name: text-img-after;
  top: 30%;
  bottom: 0;
  margin-left: -280px;
}

@keyframes text-img-before {
  100% {
    transform: translateX(100%);
  }
}

@keyframes text-img-after {
  100% {
    transform: translateX(-100%);
  }
}



/*background anime
---------------------------------------------------*/


.wave-box{
	position: relative;
}

.wave {
	opacity: .2;
	position: absolute;
	top: 0;
	left: 0;
	background: #37bef0;
	width: 700px;
	height: 700px;
	margin-left: -150px;
	margin-top: -50px;
	transform-origin: 50% 48%;
	border-radius: 43%;
	animation: drift 12000ms infinite linear;
	z-index: -10;
}

.wave-b {
	opacity: .2;
	position: absolute;
	top: 0;
	right: 0;
	background: #37bef0;
	width: 300px;
	height: 300px;
	margin-top: 450px;
	margin-right: -150px;
	transform-origin: 50% 48%;
	border-radius: 43%;
	animation: drift 12000ms infinite linear;
	z-index: -11;
}

.wave-box-p{
	position: relative;
}


.wave-p {
	opacity: .2;
	position: absolute;
	top: 600px;
	right: 0;
	background: #ee86a8;
	width: 700px;
	height: 700px;
	margin-right: -150px;
	transform-origin: 50% 48%;
	border-radius: 43%;
	animation: drift 12000ms infinite linear;
	z-index: -10;
}

.wave-pp {
	opacity: .2;
	position: absolute;
	top: 0;
	left: 0;
	background: #ee86a8;
	width: 400px;
	height: 400px;
	margin-left: 0;
	margin-top: -50px;
	transform-origin: 50% 48%;
	border-radius: 43%;
	animation: drift 12000ms infinite linear;
	z-index: -10;
}


@keyframes drift {
  from { transform: rotate(0deg); }
  from { transform: rotate(360deg); }
}

/*background anime--------------------------------------------*/



/*pickup------------------------------------------------------*/


.pickup-wrap{
	max-width: 1000px;
	width: 100%;
	margin: 60px auto 60px;
}

.pickup-wrap h2{
	margin:0 auto 30px auto;




	font-size: 1.5rem;
	font-family: "Sawarabi Gothic";
	font-weight: 600;
	border-bottom: dotted 1px #666666;
}
.pickup-wrap h2 span{
	font-size: 3.4rem;
	display: block;
	margin-bottom: 20px;
	font-family:"Sawarabi Mincho";
	line-height: 1.2;
	}

.pickup-list{
	margin-bottom: 60px;
}

.pickup-list ul{
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
}

.pickup-list ul li{
	width: 24%;
	margin:0 1% 20px 0;
}

.pickup-list ul li a{
border-radius: 0;
 transition: all 0.6s;
}
.pickup-list ul li a:hover {
  cursor: pointer;
  transform: scale(1.1, 1.1);
}

.pickup-list ul li:last-child{
	margin-right: 0;
}

.pickup-list ul li img{
	width: 100%;
	display: block;
	padding-bottom: 10px;
}

.pickup-list ul li a{
    line-height: 1.4;
    font-size: 1.25rem;
    text-decoration: none;
    display: block;
    color: #1d1d1d;
	font-weight: 600;
}

.pickup-list ul li span{
	/*display: block;
	font-weight: 300;
    font-size: 1.25rem;
	color: #a2a2a2;
	margin-top: 10px;*/
	display: block;
	padding: 54px;
	text-align: center;
	color: #666;
	background-color: #eee;
	margin-bottom: 10px;
}

.pickup-list ul li h3{
	font-size: 1.5rem;
	color: #333;
	padding: 0;
	margin: 0;
}

.pickup-list ul li p{
	font-size: 1.25rem;
	color: #888;
	padding: 0;
	margin: 0;
	font-weight: 300;
}


 .fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}

.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}


/* tiup*/

.tiup_wrap{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 30px;
}

.tiup_wrap h2{
	margin:0 auto 30px auto;
	font-size: 3.4rem;
	font-family: 'Tinos', serif;
	font-weight: 400;
}
.tiup_wrap h2 span{
	font-family:"Sawarabi Mincho";
	display: block;
	font-size: 1.25rem;
}

 .tiup_wrap h2 span::after{
	content: "AD";
    margin-left: .8rem;
	margin-top: -3px;
    display: inline-block !important;
    width: 22px;
    background: #1d1d1d;
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.4rem;
    text-align: center;
    vertical-align: middle;
	}


.tiup_list ul {
	display: flex;
	justify-content: flex-start;
	max-width: 700px;
	width: 100%;
}

.tiup_list ul li{
	margin:0 2% 15px 0;
	width: 100%;
	-webkit-flex: 1;/* = 1 1 0 */
	flex: 1 1 0;
	text-align: left;
}

.tiup_list ul li img{
	width: 100%;
	display: block;
	margin-bottom: 10px;
}


.tiup_list ul li a{
	text-decoration:none;
	color: #1d1d1d;
    font-size: 1.25rem;
	display: block;
	line-height: 1.6;
}


.tiup_list ul li a{
border-radius: 0;
 transition: all 0.6s;
}
.tiup_list ul li a:hover {
  cursor: pointer;
  transform: scale(1.1, 1.1);
}


.tiup_list ul li a span{
    font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 5px;
	display: block;
}

.block_wrap{
	display: flex;
	justify-content: flex-start;
}

.tiup_list{
	text-align: center;
}

/*asid*/
.sell_warap{
	width: 310px;
	padding-left: 10px;
}

.sell_warap div{
	margin:0 auto 20px auto;
}

.sell_warap img{
	width: 100%;
}


.sell_warap div a{
	display: block;
	text-decoration:none;
}

.sell_warap div a:hover{
	opacity: 0.4;
}
.sell_warap .book{
	text-align: center;
	background: #f3f3f1;
	padding: 0 0 10px 0;
}

.sell_warap .book p{
	margin: 10px 0 5px;
    color: #cc0000;
}
.sell_warap .book .title{
	font-size: 2rem;
    color: #CC0000;
    font-weight: 600;
}

.sell_warap .book .button_book{
	background: #CC0000;
    margin: 15px;
    color: #FFF;
    padding: 10px 0;
	font-size: 1.85rem;
    font-weight: 600;
}

.button_list{
    width: 70%;
    margin: 30px auto 0;
	text-align: center;

}

.button_list a{
    border: 1px solid #000;
	display: block;
	text-decoration: none;
	color: #1d1d1d;
	font-weight: 700;
    padding: 20px 10px;
}

.button_list a:hover{
	color: #37bef0;
    border: 1px solid #37bef0;
}

/*swiper---------------------------------------------*/
.swiper-container{

 margin-bottom: 60px !important;
}

.swiper-container h2{
	max-width: 1000px;
	width: 100%;
	margin: 60px auto 30px;
	font-size: 3.4rem;
	font-family: 'Tinos', serif;
	font-weight: 400;
}

.swiper-container h2 span{
	font-family:"Sawarabi Mincho";
	display: block;
	font-size: 1.25rem;
}

.swiper-container h2 span::after{
	content: "AD";
    margin-left: .8rem;
	margin-top: -3px;
    display: inline-block !important;
    width: 22px;
    background: #1d1d1d;
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.4rem;
    text-align: center;
    vertical-align: middle;
	}


/* 全体のスタイル */
.swiper-wrapper {
	width: 100%;
	height: 150px;
}
/* 全スライド共通スタイル */
.swiper-slide {
	color: #ffffff;
	width: 100%;
	height: 100%;
	text-align: left;
	/*line-height: 250px;*/
}

.swiper-slide a {
    display: block;
    padding: 0 5px;
    font-size: 1.25rem;
    text-decoration: none;
    color: #1d1d1d;
}

.swiper-slide a:hover{
	opacity: 0.6;
}

.swiper-slide a span {
	display: block;
	font-weight: 700;
	}


/* 4の倍数＋1枚目のスライドのスタイル（1枚目、5枚目…） 
.swiper-slide:nth-child(4n+1) {
	background-color: #EECB27;*
}/
/* 4の倍数＋2枚目のスライドのスタイル（2枚目、6枚目…） 
.swiper-slide:nth-child(4n+2) {
	background-color: #E13239;
}*/
/* 4の倍数＋3枚目のスライドのスタイル（3枚目、7枚目…） 
.swiper-slide:nth-child(4n+3) {
	background-color: #1F1762;
}*/
/* 4の倍数＋4枚目のスライドのスタイル（4枚目、8枚目…） 
.swiper-slide:nth-child(4n+4) {
	background-color: #BEDAE5;
}
*/
.swiper-slide img {
	width: 100%;
}

.swiper-pagination{
	position: static !important;
	padding-top: 20px;
}




/*--footer---------------------------------------------*/

.col_wrapper {
    position: relative;
	max-width: 930px;
    width: 100%;
    margin: 0 auto;
}

.footer {
  width: 100%;
  padding: 4.8rem 0;
  background: -moz-linear-gradient(left, #37bef0, #ee86a8);
  background: -webkit-linear-gradient(left, #37bef0, #ee86a8);
  background: linear-gradient(to right, #37bef0, #ee86a8);
  color: #ffffff; }
  @media screen and (max-width: 929px) {
    .footer {
      padding: 2rem 0; } }
  .footer_title {
    font-size: 3.6rem;
    line-height: 1.0; }
    @media screen and (max-width: 929px) {
      .footer_title {
        font-size: 1.8rem;
        margin-bottom: 1.8rem;
        text-align: center;
        line-height: 1.3; } }
  .footer_adress {
    position: absolute;
    right: 0;
    top: 0;
    margin-bottom: 1rem;
    text-align: right;
    font-size: 1.2rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 0.1rem; }
    @media screen and (max-width: 929px) {
      .footer_adress {
        position: relative;
        text-align: center;
        font-size: 1.0rem;
        line-height: 1.4; } }
  .footer_companyname {
    font-size: 1.2rem;
    font-weight: normal; }


.copyright {
  position: absolute;
  top: 8rem;
  right: 0;
  text-align: right;
  font-size: 1.0rem;
  letter-spacing: 0.1rem; }
 
 
 @media screen and (max-width: 929px) {
    .copyright {
      position: relative;
      top: auto;
      text-align: center;
      font-size: 1.0rem;
      line-height: 1.4; } }


/*  スマホ画面以下
-----------------------------------------------------------*/

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


/*background anime
---------------------------------------------------*/

.wave-box{
	position: relative;
}

.wave {
	opacity: .2;
	position: absolute;
	top: 0;
	left: 0;
	background: #37bef0;
	width: 300px;
	height: 300px;
	margin-left: -100px;
	margin-top: -50px;
	transform-origin: 50% 48%;
	border-radius: 43%;
	animation: drift 12000ms infinite linear;
	z-index: -10;
}

.wave-b {
	opacity: .2;
	position: absolute;
	top: 0;
	right: 0;
	background: #37bef0;
	width: 300px;
    height: 300px;
    margin-top: 500px;
    margin-right: -100px;
	transform-origin: 50% 48% ;
	border-radius: 43%;
	animation: drift 12000ms infinite linear;
	z-index: -11;
}

.wave-box-p{
	position: relative;

}


.wave-p {
	opacity: .2;
	position: absolute;
	top: 600px;
	right: 0;
	background: #ee86a8;
	width: 400px;
	height: 400px;
	margin-right: -150px;
	transform-origin: 50% 48%;
	border-radius: 43%;
	animation: drift 12000ms infinite linear;
	z-index: -10;
}

.wave-pp {
	opacity: .2;
	position: absolute;
	top: 0;
	left: 0;
	background: #ee86a8;
	width: 300px;
    height: 300px;
    margin-left: -50px;
    margin-top: -50px;	transform-origin: 50% 48%;
	border-radius: 43%;
	animation: drift 12000ms infinite linear;
	z-index: -10;
}


@keyframes drift {
  from { transform: rotate(0deg); }
  from { transform: rotate(360deg); }
}

/*background anime--------------------------------------------*/


.main-img img{
	max-width: 767px;
	width: 100%;
}

.pickup-wrap{
	max-width: 767px;
	width: auto;
	margin: 40px 10px 60px;
}


.pickup-list{
	margin-bottom: 0;
}

.pickup-list ul{
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
}

.pickup-list ul li{
	width: 49%;
	margin:0 1% 30px 0;

}

.pickup-list ul li:last-child{
	margin-right: 0;
}

.pickup-list ul li:nth-child(even){
	margin-right: 0;
}


.pickup-list ul li img{
	width: 100%;
	display: block;
	padding-bottom: 10px;
}

.pickup-list ul li a{
	font-family: "Sawarabi Gothic";
    line-height: 1.4;
    font-size: 1.72rem;
    text-decoration: none;
    display: block;
    color: #1d1d1d;
}

.pickup-list ul li span {
    display: block;
    padding: 22% 0;
    text-align: center;
    color: #666;
    background-color: #eee;
    margin-bottom: 10px;
}

.pickup-list ul li h3{
	font-size: 1.5rem;
	color: #333;
	padding: 0;
	margin: 0;
}

.pickup-list ul li p{
	font-size: 1.25rem;
	color: #888;
	padding: 0;
	margin: 0;
	font-weight: 300;
}

/* tiup*/

.tiup_wrap{
	max-width: 767px;
	width: auto;
	margin: 0 auto;
	padding: 0 10px;
}

.tiup_wrap h2{
	margin:0 auto 30px auto;
	font-size: 3.4rem;
	font-family: 'Tinos', serif;
	font-weight: 400;
	line-height: 1.2;
}

.tiup_list ul {
	display: flex;
	justify-content: flex-start;
	max-width: 700px;
	width: 100%;
}

.tiup_list ul li{
	margin:0 2% 30px 0;
	width: 100%;
	-webkit-flex: 1;/* = 1 1 0 */
	flex: 1 1 0;
	text-align: left;
}

.tiup_list ul li img{
	width: 100%;
	display: block;
	margin-bottom: 10px;
}


.tiup_list ul li a{
	text-decoration:none;
	color: #1d1d1d;
    font-size: 1.25rem;
	display: block;
	line-height: 1.6;
}

.tiup_list ul li a span{
    font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 5px;
	display: block;
}


.tiup_list ul li:nth-child(3n){
	margin-right: 0;
}


.block_wrap{
	display: block;
	justify-content: flex-start;
}

/*asid*/
.sell_warap{
	width: 100%;
	padding-left: 0;
}

.sell_warap div{
	margin:0 auto 20px auto;
}


.sell_warap img{
	width: 100%;
}

}
/* swiper 全体のスタイル 
------------------------------------------------------*/

.swiper-container h2{
	max-width: 767px;
    width: auto;
    margin: 30px 10px 20px;
	font-size: 3.4rem;
	font-family: 'Tinos', serif;
	font-weight: 400;
	line-height: 1.2;
}

.swiper-wrapper {
	width: 100%;
	height: 150px;
}
/* 全スライド共通スタイル */
.swiper-slide {
	color: #ffffff;
	width: 100%;
	height: 100%;
	text-align: left;
	/*line-height: 250px;*/
}

.swiper-slide a {
    display: block;
    padding: 0 5px;
    font-size: 1.25rem;
    text-decoration: none;
    color: #1d1d1d;
}

.swiper-slide a span {
	display: block;
	font-weight: 700;
	}

.swiper-slide img {
	width: 100%;
}

.swiper-pagination{
	position: static !important;
}



.swiper-container {
    margin-bottom: 60px !important;
}

.button_list{
    width: 70%;
	margin-bottom: 30px;
}

.button_list a{
	display: block;
	text-decoration: none;
	color: #1d1d1d;
	font-weight: 700;
    padding: 20px 10px;
}

/* footer */
.col_wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

/*  end     */


/* page-top */

#page-top {
	display: none;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    font-size: 90%;
    letter-spacing: 1px;
    z-index: 999;
}

#page-top a {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    width: 6rem;
    height: 6rem;
    padding-top: 1.2rem;
	border:1px solid #37bef0;
	border-radius: 50px;
    background-color: #ffffff;
    color: #37bef0;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
}

#page-top img{
    	width: 100%;
    }


#page-top a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.fa, .fas {
    font-weight: 900;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-angle-up:before {
    content: "\f106";
}


.pickup-list ul li a.ribbon-wrapper {  
  display: block;
  position: relative;
  margin: 15px auto;
  padding: 0;
  background: #fff;
  border: 1px solid #eee;
  }

.pickup-list ul li a div.ribbon {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	padding: 5px 25px 5px 15px;
	margin: 0 0 0 -20px;
	font-size: 14px;
	color: white;
	font-family: 'Tinos', serif;
	background: #70a6ff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.pickup-list ul li a div.ribbon:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #6081b7;
}

.pickup-list ul li a div.ribbon_img{margin-top: -30px;}

.pickup-list ul li a div.pfl10{padding:10px;}

.pickup-list ul li.pl3{padding-right: 3%;}

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

.button_list {
    width: 90%;
    margin-bottom: 30px;
}

.pickup-list.sp_pickup  ul li{
	width: 46%;
	margin:0 1% 30px 0;

}

.pickup-list.sp_pickup ul li.pl3 {
    padding-right: 4%;
}

.pickup-list ul li a div.ribbon {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 3px 15px 3px 10px;
    margin: 0 0 0 -10px;
    font-size: 14px;
    color: white;
    font-family: 'Tinos', serif;
    background: #70a6ff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.pickup-list ul li a div.ribbon:before {
	position: absolute;
	content: '';
	top: 100%;
	left: -1px;
	border: none;
	border-bottom: solid 10px transparent;
	border-right: solid 12px #6081b7;
}


}
