@charset "utf-8";

@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(//use.fontawesome.com/releases/v5.0.6/css/all.css);

/*
	font-family:"FontAwesome";
	font-family:"Font Awesome 5 Free";
*/


/*========================================
 Base
========================================*/
html {font-size:62.5%;}
body {font-size:1.2rem;}
body{
    font:1em/normal 'Noto Sans JP', sans-serif;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    background:#fff;
    margin-bottom:0px;
    width:100%;
    color:#333;
    line-height:1.6;
}
a {
    color: #0b5394;
}
a:hover {
    opacity: 0.7;
	text-decoration:none;
}
a:visited { 
    color: #0b5394;
}


/*モーダルを開くボタン*/
.modal-open {cursor:pointer;}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,50%);
    width:100%;
    height:100%;
    padding:40px 20px;
    text-align:center;
    overflow:auto;
    opacity:0;
    visibility:hidden;
    transition:0.3s;
    box-sizing:border-box;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
    content:"";
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
    opacity:1;
    visibility:visible;
    z-index:100;
}
/*モーダル枠の指定*/
.modal-body{
    position:relative;
    display:inline-block;
    width:90%;
    max-width:500px;
    vertical-align:middle;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
    position:absolute;
    display:flex;
    align-items:center;
    justify-content:center;
    top:-40px;
    right:-40px;
    width:40px;
    height:40px;
    font-size:40px;
    color:#fff;
    cursor:pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
    background:#fff;
    padding:30px;
    text-align:left;
}
.modal-content dl{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
}
.modal-content dt{
    width:30%;
}
.modal-content dd{
    width:calc(100% - 30%);
    font-size:2.2rem;
    line-height:1.5;
}
.modal-content p{
    font-size:2.2rem;
    margin-top: 1em;
}


/*トップリンクバナー*/
.topBnr img {
    margin-bottom: 2rem;
    max-width: 100%;
}


/* PC */
@media screen and (min-width: 641px) {
.spOnly {display:none !important;}

#header{
    position:sticky;
    z-index:100;
    top:0;
    left:0;
    background:#fff;
    width:100%;
}
#headerWrap{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    /*max-width:1600px;
    min-width:1080px;*/
    height:60px;
    margin:0 auto;
    padding-bottom:15px;
}
#headerWrap img{
    margin:0 1rem;
    max-width:180px;
    height:100%;
    vertical-align:text-bottom;
}

 /* nav */
.spNav {display:none;}
.pcNav{
    width:100%;
    z-index:9999;
}
.pcNav ul{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    flex-wrap:wrap;
    margin:0;
    padding:0 4em;
    font-size:1.9rem;
    font-weight:bold;
    text-align:center;
    list-style:none;
}
.pcNav li {margin:0 1em;}
.pcNav li a{
    color:#707070;
    transition:0.6s;
    text-decoration:none;
}
.pcNav li a:hover{
    opacity:0.5;
    transition:0.4s;
}


 /* top */
#top{
    position:relative;
    background:url(../images/hdr_pc.png) right -12px no-repeat, #edf4f8;
    background-size:cover;
    padding:2% 2% 0;
}
#topBox{
    display:inline-block;
    background:rgba(255, 255, 255, 0.562);
    margin:0;
    padding:2em 17%;
    font-size:2rem;
    text-align:center;
    box-sizing:border-box;
}
#topBox .catch{
    font-size:2.8rem;
    font-weight:bold;
    line-height:1.4;
}

#topBox span {color:#0057c0;}

#topWrap{
    display:flex;
    justify-content:center;
    align-content:center;
    max-width:1080px;
    margin:0 auto;
}
#topWrap #topLeftBox{
    width:60%;
    margin-top: 43px;
    text-align:center;
}
#topWrap #topRightBox{
    overflow:hidden;
    width:34%;
    height:460px;
    margin-left:2%;
}
#topWrap #topRightBox img {width:100%;}
.topApp{
    display:flex;
    justify-content:center;
    width:100%;
    margin:1em 0 0;
    padding:0 2em;
    box-sizing:border-box;
}
.topAppleImg, .topGoogleImg{
    width:auto;
    height:48px;
    padding:10px 5px;
}
.patentTxt{
	border: solid 1px;
    border-radius: 50px;
    width: 45%;
    margin: 0 auto;
    padding: 4px;
    margin-top: 0.9em;
    font-size: 1.9rem;	 
}


 /* 新着情報 */
 #info{
    background:#edf4f8;
    padding:0 0 2%;
 }
.infoWrap{
	margin:0 auto;
    padding:3em 0;
    background-image:url(../images/news.png);
    background-size:16%;
    background-repeat:no-repeat;
    background-position:top 32px left 295px;
    text-align:center;
}
.wrapTitle, .wrapTitleOriginal,.collaboTitle{
  margin:0 auto 1em;
  padding-top:2rem;
  font-size:3.4rem;
  text-align:center;
}
.wrapTitle{
    position:relative;
    display:inline-block;;
	border-bottom:solid 10px #d7e9f7;
	margin: 55px 0 40px;
}
.wrapTitle span{
    position:absolute;
    bottom:8px;
    right:-50px;
    width:46px;
    height:44px;
    margin-left:0.2em;
}

.infoWrap li{
	display: flex;
    justify-content: center;
    font-size: 1.5rem;	
}
.infoWrap .infoText{
	margin-left:1em;		
}

/* main */
 #main{
    background:url(../images/bg.png) center center repeat-y;
    padding:55px;
    background-attachment:fixed;
    background-size:contain;
    text-align:center;
}
 #main > .mainWrap:first-of-type{
    background:url(../images/contents.png) no-repeat;
    background-size:23%;
    background-position:top 22px right 50px;
    margin-bottom:100px;
    
}

.contents{
	background:#fff;
	max-width:350px;
	margin:0 auto 4em;
    padding:17px;
    font-size:1.7rem;
    border:1px solid #e7eef5;
    box-sizing:border-box;
}
.contents.noLine {border:none;}
.contents img{
    width:100%;
    max-width:1080px;
}
.contents .heipIcon{
    display:flex;
    align-items:center;
    justify-content:center;
    padding:8px 0 14px;
}
.contents .heipIcon li{
    width:calc(100% / 3 - 20px);
    width:60px;
    height:60px;
    margin:0 10px;
    list-style:none;
}
/*.contents .heipIcon .iconTwo{
    width:calc(100% / 2 - 20px);
    width:60px;
    height:60px;
    margin:0 10px;
    list-style:none;
}*/
.contents .heipIcon li img {width:100%;}
.contents .mainTtl{
    font-size:2.4rem;
    color:#0b5394;
    text-align:left;
}
.howtoBtn {
	margin-top: 1em;
}
.howtoTopbtn {
	margin: 1em 0 5em;
}
.howtoBtn a,.howtoTopbtn a{
    background:#143c79;
    padding:7px 38px;
    color:#fff;
    text-decoration:none;
	font-size: 1.7rem;
}
.howtoBtn a::after,.howtoTopbtn a::after{
	font-family:"FontAwesome";
    content:"\f078";
    margin-left:0.5em;
}
.howtoBtn a:hover,.howtoTopbtn a:hover {opacity:0.7;}
.blankBtn a::after{
	font-family:"FontAwesome";
    content:"\f054";
    margin-left:0.5em;
}

/* コラボコンテンツ */
.collaboWrap{
    background: #98d9f68a;
    width: 1080px;
    margin: 30px auto 65px;
    border: solid 3px #ebf4fb;
    padding-top: 30px;
    border-radius: 12px;
}
.collaboTitle{
     position: relative;
     display: inline-block;
     background: white;
     border: solid 1px;
     padding: 10px 15px;
     box-shadow: 10px 10px 0px 0 #b5d6e5cc;	
}


/* コラボ・オリジナル アコーディオン */
.contentsAccordion dt{
	position:relative;
    display:inline-block;
	margin-bottom:16px;
    padding:0.4em 1.8em 0.3em 0.2em;
    font-size:2.4rem;
    font-weight:bold;
    border-bottom:6px solid #ccc;
    box-sizing:border-box;
}
.contentsAccordion dt::after{
	font-family:"Font Awesome 5 Free";
    content:"\f103";
    position:absolute;
    top:8px;
    right:0.6em;
    font-weight:800;
    color:#555;
}
.contentsAccordion dd{
    display:none;
    width:96%;
    margin:0 auto;
    padding:1em 0 2em;
	font-size:1.5rem;
    line-height:1.5;
}

.toggle {display:none;}
.Label{
	position:relative;
    display:inline-block;
	margin-bottom:16px;
    padding:0.4em 1.8em 0.3em 0.2em;
    font-size:2.4rem;
    font-weight:bold;
    border-bottom:6px solid #ccc;
    box-sizing:border-box;
}
.Label::before{
	font-family:"Font Awesome 5 Free";
    content:"\f103";
    position:absolute;
    top:8px;
    right:0.6em;
    font-weight:800;
    color:#555;
}
.Label, .content{
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	transform:translateZ(0);
	transition:all 0.3s;
}
.content{
	overflow:hidden;
	height:0;
	margin-bottom:50px;
	padding:0 20px;
}
.toggle:checked + .Label + .content{
	height:auto;
	transform:translateY(20px);
	transition: all .3s;
}
/*.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}*/


/* オリジナル */
.contentsWrap_new,.contentsWrap_fair, .contentsWrap, .contentsWrapAcc{
    display:flex;
    /*align-items:center;*/
    justify-content:center;
	flex-wrap: wrap;
}
.contentsWrap, .contentsWrapAcc{
    display:flex;
    flex-wrap: wrap;
    width: 1080px;
    /*margin: 10px auto 65px;*/
    margin: 10px auto 0;
    padding-top: 30px;
    border-radius: 12px;
}
.contentsWrapAcc .contents{
    /*flex-direction:column;*/
    /*flex-grow:1;*/
}
.contentsWrapAcc .mainTtl {
    flex-direction:column;
    flex-grow:1;
}

.contentsWrap_new li, .contentsWrap li, .contentsWrapAcc li,.contentsWrap_fair li{
    margin:0 2em;
    list-style:none;
}
.collabType{
	text-align: center;	
    font-size: 2.4rem;
	color: #0057c0;
}

/* 人気順　*/
.hotLink{
	margin: 10em 0;
}
.hotLink a{
	border: solid 1px #5f6368;
    padding: 20px 30px 20px 60px;
    font-size: 17px;      
	color: #5f6368 !important;
    text-decoration: none;
	position: relative;
}	
.hotLink a:before{
  content:url("../images/heart.png");
	position: absolute;
        top: 7px;
        left: 27px;
}
.hotLink a:after{
	font-family:"FontAwesome";
    content:"\f054";
    margin-right:0.5em;
}
.applinkBtn img{
	width: 100%;
    margin: 0 auto;
	max-width: 750px;
}	
	

/* 着せ替え方法 */
#howto{
    background:#e7f7ff;
    padding:55px 0 2%;
    text-align:center;
}
.howtoWrap{
    background:url(../images/howto.png) no-repeat;
    background-size:25%;
    background-position:top 4px left 108px;
}

#howto .contents{
    background:#fff;
    width:100%;
    min-width:80%;
    margin:1.6rem auto 2em;
    padding:1em 1em 0;
    font-size:2.8rem;
    box-sizing:border-box;
}
#howto .contents:first-of-type {margin-bottom:0;}
#howto .contents:nth-of-type(2) {margin-top:2em;}

#main .contents.noLine:last-of-type{
    background:none;
    width:100%;
    min-width:80%;
    margin:0 auto;
    padding:0;
    font-size:1.7rem;
    box-sizing:border-box;
}
#main .contents.noLine:last-of-type .howtoBtn a::before{
	font-family:"FontAwesome";
    content:"\f054";
    margin-right:0.5em;
}
#main .contents.noLine:last-of-type .howtoBtn a::after {display:none;}
#main .contents.noLine:last-of-type .howtoBtn + p {margin-top:1em;}
	
#main .contents.noLine:last-of-type .howtoTopbtn a::before{
	font-family:"FontAwesome";
    content:"\f054";
    margin-right:0.5em;
}
#main .contents.noLine:last-of-type .howtoTopbtn a::after {display:none;}
#main .contents.noLine:last-of-type .howtoTopbtn + p {margin-top:1em;}

.howtoImg {display:none;}
#howto .bx-wrapper {display:none;}

.verTxt{
	font-size: 1.6rem;
    margin-bottom: 1em;
}
/* ペイ */
#pay{
	background: #fef35d;
    padding: 30px 0;	
}
.payTtl{
	background: #ffa3ca;
    width: 23%;
    margin: 0 auto 1.5em;
    padding: 10px;
    color: white;
    font-size: 2.2rem;
	box-shadow: 10px 10px 0px 0 #ff78b0;
}
.paySubttl{
	font-size: 3.1rem;
    font-weight: bold;
}
	
/* フッターapp */
	
.pay,.footerApp{
		text-align: center;
    font-size: 17px;
    margin: 2em 0;
	}

/* よくある質問 */
#question{
    background:#f5f5f5;
    padding:55px 0 2%;
    font-size:1.6rem;
    text-align:center;
}
#question .faqWrap{
    background:url(../images/question.png) no-repeat;
    background-size:23%;
    background-position:top 22px right 111px;
}

#FaqWrap{
    width:1080px;
    margin:0 auto;
}

/* アコーディオン */
.Question{
    width:1040px;
	margin:0 auto 40px;
	padding-top:20px;
}
.faqBox{
    margin:0 0 2em;
    padding:10px 30px 0;
    text-align:left;
    border:1px solid #000;
    border-radius:7px;
    box-sizing:border-box;
}
.faqBox dt{
	position:relative;
	margin-bottom:16px;
    padding:0.4em 1em;
    font-size:2rem;
}
.faqBox dt span{
    margin-right:1.4rem;
    font-size:2.2rem;
    font-weight:bold;
}
.faqBox dt::after{
	font-family:"Font Awesome 5 Free";
    content:"\f103";
    position:absolute;
    top:8px;
    right:14px;
    font-weight:800;
    color:#555;
}
.faqBox dd{
    display:none;
    width:96%;
    margin:0 2em;
    padding:1em 0 2em;
	font-size:1.6rem;
    line-height:1.5;
    border-top:1px dashed #999;
}
.faqBox dd p {margin-bottom:0.6em;}
.faqBox dd ul li{
    margin:0 0 0.6em 1em;
    text-indent:-1em;
    list-style:none;
}

/* footer */
footer {background:#f5f5f5;}
footer .topApp {margin-top:0;}
footer .topApp {width:auto;}


}




/* スマホ */
@media screen and (max-width: 640px) {
.pcOnly {display:none !important;}

#header{
    position:sticky;
    top:0;
    left:0;
    background:#fff;
    width:100%;
    z-index:10000;
}
#headerWrap{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    width:100%;
    height:40px;
    margin:0 auto;
    padding:7px 0;
}
#headerWrap img{
    margin:0 1rem;
    max-width:130px;
    vertical-align:text-bottom;
}
.pcNav {display:none;}
.spNav{
    width:100%;
    text-align:right;
}
.header{
    position:relative;
    display:flex;
    justify-content:space-between;
    height:50px;
    align-items:center;
}

/*ハンバーガーメニュー*/
  .hamburger {
    display: block;
    position: sticky;
    z-index: 200;
    right: 0;
    top: 10px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    background: #333;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  .hamburger.active span:nth-child(1) {
    top: 20px;
    left: 0;
    background: #333;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 20px;
    background: #333;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .sp-nav {
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    margin-top: 60px;
    padding-bottom: 1rem;
    color: #333;
    background: #fff;
    text-align: center;
    width: 100%;
    transform: translateX(100%);
    transition: all 0.3s;
  }
  .sp-nav__list {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .sp-nav__item {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
  }
  .sp-nav__item:last-child {
    padding-bottom: 0;
  }
  .sp-nav__item:hover {
    color: #FFA3C9;
  }
  .sp-nav__item a {
    display: block;
    color: #333;
    padding: 1rem 0;
    text-decoration: none;
    margin: 0px auto;
    width: 90%;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: left;
    border-bottom: 1px solid #dedede;
  }
  /* jQuery */
  .sp-nav.active {
    opacity: 100;
    display: block;
    transform: translateX(0%);
  }


 /* button */
button {text-align:right;}


/* top */
#top{
    position:relative;
    background:url(../images/hdr_pc.png) center top no-repeat, #edf4f8;
    background-size:auto 100%
    ;
    padding:0;
}
#topWrap::after{
    content:"";
    position:absolute;
    top:100%;
    left:0;
    right:0;
    width:0;
    height:0;
    border-width:10vw 50vw 0 50vw;
    border-color:#edf4f8 transparent transparent transparent;
}

#topWrap{
    margin:1em auto 10px;
    text-align:center;
}
#topBox{
    display:inline-block;
    background:rgba(255, 255, 255, 0.562);
    width:90%;
    margin-top:1em;
    padding:0.6em;
    font-size:1.5rem;
    text-align:center;
    line-height:1.3;
    box-sizing:border-box;
}
#topBox .catch{
    margin-bottom:0.2em;
    font-size:1.9rem;
    font-weight:bold;
}
#topBox span {color:#0057c0;}

.topApp{
    display:flex;
    justify-content:center;
    margin:6px 0 0;
}
#top .topApp {background:#edf4f8;}
.topAppleImg, .topGoogleImg{
    width:auto;
    height:40px;
    padding:10px 5px;
}
#topRightBox{
    overflow:hidden;
    height:328px;
}
#topRightBox img {width:100%;}
.patentTxt{
    margin: -10px auto -5px;
    background: #edf4f8;
    padding: 14px 0 5px;		
}
.patentTxt p{
	padding: 5px 0;
    border: solid 1px;
    border-radius: 50px;
    width: 45%;
    text-align: center;
    margin: 0 auto 0;
    font-size: 1.6rem;	
}

/* 新着情報 */
#info{
    background:#edf4f8;
    width:100%;
    padding:0 0 2%;
 }
.infoWrap{
	margin:0 auto;
    width:100%;
    padding:1em 1em 3em;
    background-image:url(../images/news.png);
    background-size:16%;
    background-repeat:no-repeat;
    background-position:top 36px left 269px;
    text-align:center;
    box-sizing:border-box;
}
.wrapTitle, .wrapTitleOriginal,.collaboTitle{
  margin:0 auto 1em;
  padding-top:2rem;
  font-size:2rem;
  text-align:center;
}
.wrapTitle{
    position:relative;
    display:inline-block;;
	border-bottom:solid 5px #d7e9f7;
}
.wrapTitle span{
    position:absolute;
    right:-42px;
    width:46px;
    height:44px;
    margin-left:0.2em;
}
.infoWrap li{
	display: flex;
    justify-content: center;
    font-size: 1.4rem;	
}
.infoWrap .infoText{
	margin-left:1em;		
}

/* main */
#main{
    background:url(../images/bg.png) center center repeat-y;
    background-attachment:fixed;
    background-size:contain;
    text-align:center;
}
#main > .mainWrap:first-of-type{
    background:url(../images/contents.png) no-repeat;
    background-size:23%;
    background-position:top 22px right 50px;
    margin-bottom:30px;
}
h2.wrapTitle .QuestionMark img{
    width:60%;
    vertical-align:bottom;
}
#main .contentsWrap_new, #main .contentsWrap, #main .contentsWrapAcc,#main .contentsWrap_fair{
    display:flex;
    /*align-items:center;*/
    justify-content:center;
	flex-wrap: wrap;
}
#main .contentsWrap_new > li, #main .contentsWrap > li,#main .contentsWrap_fair > li{
    width:calc(100% / 2);
    margin:0;
}

.contents{
	background:#fff;
	width:90%;
	margin:0 auto 2em;
    padding:12px;
    font-size:1.5rem;
    border:1px solid #e7eef5;
    box-sizing:border-box;
}
.contents.noLine {border:none;}
.contents img {width:100%;}
.contents .heipIcon{
    display:flex;
    justify-content: center;
    padding:8px 0 0;
}
.contents .heipIcon li{
    width:40px;
    margin:0 3px;
    list-style:none;
}
/*.contents .heipIcon .iconTwo{
    width:40px !important;
}*/
.contents .heipIcon li img {width:90%;}
.contents .mainTtl{
    font-size:1.5rem;
    color:#0b5394;
    text-align:left;
    line-height:1.4;
}
	
/* コラボコンテンツ */
.collaboWrap{
    background: #98d9f68a;
    margin: 10px auto 45px;
    border: solid 2px #ebf4fb;
    padding-top: 20px;
    width: 97%;
	border-radius: 8px;
}
.collaboTitle{
     position: relative;
     display: inline-block;
     background: white;
     border: solid 1px;
     padding: 7px 12px;
     box-shadow: 7px 7px 0px 0 #b5d6e5cc; 	
}
.howtoBtn{
    width:100%;
    margin-top:1em;
}
.howtoTopbtn {
	margin: 1em 0 4em;
}
.howtoBtn a{
    display:block;
    background:#143c79;
    padding:7px 0;
    color:#fff;
    text-decoration:none;
	width: 79%;
        margin: 0 auto;
        font-size: 1.5rem;
}
.howtoTopbtn a{
    display:block;
    background:#143c79;
    padding:7px 0;
    color:#fff;
    text-decoration:none;
	width: 70%;
        margin: 0 auto;
        font-size: 1.5rem;
}

.howtoBtn a::after,.howtoTopbtn a::after{
	font-family:"FontAwesome";
    content:"\f078";
    margin-left:0.5em;
}
.blankBtn a::after{
	font-family:"FontAwesome";
    content:"\f054";
    margin-left:0.5em;
}
#main .contents.noLine:last-of-type{
    background:none;
	width:90%;
	margin:0 auto 2em;
    padding:0;
    font-size:1.5rem;
    box-sizing:border-box;
    white-space:unset;
}
#main .contents.noLine:last-of-type .howtoBtn a::before{
	font-family:"FontAwesome";
    content:"\f054";
    margin-right:0.5em;
}
#main .contents.noLine:last-of-type .howtoBtn a::after {display:none;}
#main .contents.noLine:last-of-type .howtoBtn + p {margin:1em 0 3em;}

#main .contents.noLine:last-of-type .howtoTopbtn a::before{
	font-family:"FontAwesome";
    content:"\f054";
    margin-right:0.5em;
}
#main .contents.noLine:last-of-type .howtoTopbtn a::after {display:none;}
#main .contents.noLine:last-of-type .howtoTopbtn + p {margin:1em 0 3em;}


/* モーダル */
.modal-content {padding:1em;}
.modal-content dt {width:20%;}
.modal-content dt img {width:100%;}
.modal-content dd{
    width:calc(100% - 22%);
    margin-left:2%;
    font-size:1.5rem;
    line-height:1.5;
}
.modal-content p{
	font-size: 1.5rem;
    margin-top: 1em;
}

/* コラボ・オリジナル アコーディオン */
#main .contentsWrapAcc {margin:0;}
.contentsAccordion dt{
	position:relative;
    display:inline-block;
	margin-bottom:16px;
    padding:0.4em 1.8em 0.3em 0.2em;
    font-size:2.4rem;
    font-weight:bold;
    border-bottom:6px solid #ccc;
    box-sizing:border-box;
}
.contentsAccordion dt::after{
	font-family:"Font Awesome 5 Free";
    content:"\f103";
    position:absolute;
    top:8px;
    right:0.6em;
    font-weight:800;
    color:#555;
}
.contentsAccordion dd{
    display:none;
    width:96%;
    margin:0 auto;
    padding:1em 0 2em;
	font-size:1.5rem;
    line-height:1.5;
}

.toggle {display:none;}
.Label{
	position:relative;
    display:inline-block;
	margin-bottom:16px;
    padding:0.4em 1.8em 0.3em 0.2em;
    font-size:1.8rem;
    font-weight:bold;
    border-bottom:6px solid #ccc;
    box-sizing:border-box;
}
.Label::before{
	font-family:"Font Awesome 5 Free";
    content:"\f103";
    position:absolute;
    top:8px;
    right:0.6em;
    font-weight:800;
    color:#555;
}
.Label, .content{
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	transform:translateZ(0);
	transition:all 0.3s;
}
.content{
	overflow:hidden;
	height:0;
	margin-bottom:50px;
}
.toggle:checked + .Label + .content{
	height:auto;
	transform:translateY(20px);
	transition: all .3s;
}
/*.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}*/
	

/* オリジナル */
.contentsWrap_new li, .contentsWrap li{
    margin:0 2em;
    list-style:none;
}
.contentsWrapAcc li,.contentsWrap_fair li{
    width:calc(100% / 2);
    list-style:none;
}

	/* 人気順　*/
.hotLink{
	margin: 6em 0 7em;
}
.hotLink a{
	border: solid 1px #5f6368;
    padding: 20px 30px 20px 60px;
    font-size: 1.5rem;    
	color: #5f6368 !important;
    text-decoration: none;
	position: relative;
}	
.hotLink a:before{
  content:url("../images/heart.png");
	position: absolute;
        top: 7px;
        left: 27px;
}
.hotLink a:after{
	font-family:"FontAwesome";
    content:"\f054";
    margin-right:0.5em;
}
.applinkBtn img{
	width: 100%;
    margin: 0 auto;
	max-width: 750px;
}	

/* 着せ替え方法 */
#howto{
    background:#e7f7ff;
    padding:2% 0 1.6%;
    text-align:center;
}
.howtoWrap{
    background:url(../images/howto.png) no-repeat;
    background-size:25%;
    background-position:top 22px left 14px;
}

#howto .contents{
    background:#fff;
    width:90%;
    margin:1.6rem auto 2em;
    padding:1em 1em 0;
    font-size:1.8rem;
    white-space:nowrap;
    overflow-x:scroll;
}
.howtoImg {width:200%;}

.verTxt{
	font-size: 1.4rem;
    padding: 0 10px 2em;
	text-align: left;
}
	
 /* bxslider調整 */
 .bx-wrapper .bx-prev {left:-16px;}
.bx-wrapper .bx-next {right:-16px;}

	
#pay{
	background: #fef35d;
    padding: 10px 0;
	
}
#pay p{
	font-size:  1.6rem;	
	}
.payTtl{
	background: #ffa3ca;
    width: 91%;
    margin: 0 auto 1.5em;
    padding: 10px;
    color: white;
    font-size: 2.1rem;
	box-shadow: 6px 6px 0px 0 #ff78b0;
}
.paySubttl{
	font-size: 2.6rem;
    font-weight: bold;
}
	
/* フッターapp */
	
.pay,.footerApp{
		text-align: center;
    font-size: 1.5rem;
    margin: 3em 0 1.5em;
	}

/* よくある質問 */
#question{
    background:#f5f5f5;
    padding:2% 0;
    font-size:1.5rem;
    text-align:center;
}
#question .faqWrap{
    background:url(../images/question.png) no-repeat;
    background-size:23%;
    background-position:top 27px right 4px;
}

#FaqWrap{
    width:94%;
    margin:0 auto;
}

/* アコーディオン */
.Question{
    width:80%;
	margin:0 auto 40px;
	padding-top:20px;
}
.faqBox{
    width:100%;
    margin:0 auto 2em;
    padding:10px 10px 0;
    text-align:left;
    border:1px solid #000;
    border-radius:7px;
    box-sizing:border-box;
}
.faqBox dt{
	position:relative;
	margin-bottom:16px;
    padding:0.4em 0.8em 0.4em 0.2em;
    font-size:1.6rem;
    box-sizing:border-box;
}
.faqBox dt span{
    margin-right:1.4rem;
    font-size:2.2rem;
    font-weight:bold;
    line-height:1.3;
}
.faqBox dt::after{
	font-family:"Font Awesome 5 Free";
    content:"\f103";
    position:absolute;
    top:14px;
    right:2px;
    font-weight:800;
    color:#555;
}
.faqBox dd{
    display:none;
    width:96%;
    margin:0 auto;
    padding:1em 0 2em;
	font-size:1.5rem;
    line-height:1.5;
    border-top:1px dashed #999;
}
.faqBox dd p {margin-bottom:0.6em;}
.faqBox dd ul li{
    margin:0 0 0.6em 1em;
    text-indent:-1em;
    list-style:none;
}


/* footer */
footer {background:#f5f5f5;}
footer .topApp {margin-top:0;}

}


/* topへ戻る */
#footerGroup #totop{
    width:40px;
    height:40px;
    padding:0;
    text-indent:-9999px;
    background-color:#0079c7;
    border-radius:100%;
    position:fixed;
    bottom:10px;
    right:0;
    z-index:800;
    display:none;
    cursor:pointer;
}
#footerGroup #totop a {display:block;}
#footerGroup #totop::after{
    content:"\f106";
    font-family:"FontAwesome";
    font-size:40px;
    line-height:35px;
    text-indent:0;
    text-align:center;
    color:#fff;
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
}


.toggle:checked + label{
  display:none;
}

.accordion .contentsWrapAcc{
	padding: 0;
	margin: 0 auto;
}

.accordion .content{
	margin-top: -20px;
}