@charset "utf-8";

.header, .site-nav{
    display: none;
}

.wrap {
    background-color: #000;
    color: #fff;
    letter-spacing: 1px;
}
footer {
    background: transparent;
}
footer .list--sns li a {
    box-shadow: none;
}
footer a, footer .copyright{ color:#fff; }

.contentsBox {
    position: relative;
    padding:100px 0 0;
}

#method h2 {
    width: 400px;
    margin: 0 auto 65px;
}
#method .leadTop {
    margin: 0 auto 80px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
}
#method > div:nth-of-type(2n){
    background: rgba(255,255,255,0.1);
}
.methodBox {
    width: 900px;
    margin: auto;
    padding: 100px 0;
}

.methodBox h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 60px;
    line-height: 1;
    letter-spacing: 2px;
}

.methodBox .text {
    line-height: 1.5;
    padding: 0 0 40px;
    text-align: center;
}
.methodBox .text p{
    padding: 0 0 10px;
}
.methodBox .text p a {
    text-decoration: underline;
    color: #fff;
}
.methodBox .text p a:hover{
    text-decoration: none;
}
.methodBox .methodList {
    display: flex;
}
.methodBox .methodList li {
    padding: 0 25px;
    box-sizing: border-box;
    width: 25%;
    position: relative;
}
.methodBox .methodList li img {
    margin: 0 0 10px;
    border: 0.5px solid #666;
}
.methodBox .methodList li span {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
}
.methodBox .methodList li .fa {
    position: absolute;
    top: 45%;
    right: -5px;
    transform: translateY(-50%);
    font-size: 20px;
    color: #A5A5A5;
}

.notice{
  padding:0 0 4px;
    text-align: center;
}
.notice li{
    display: inline-block;
    text-align: left;
    text-indent: -1em;
    font-size: 13px;
    padding: 0 0 8px 1em;
    line-height: 1.3;
}


#appDl {
    text-align: center;
    line-height: 0;
    padding: 0 0 55px;
}
#appDl a {
    display: inline-block;
    margin: 0 15px;
    line-height: 0;
}
#appDl a img{
    height: 50px;
    width: auto;
}
@media screen and (min-width: 900px){
  #appDl a:hover{ opacity:0.6; }
}
@media screen and (max-width: 900px){

  .pc{display: none!important;}


.contentsBox {
    padding: 50px 0 0;
}
#method h2 {
    width: 70%;
    margin: 0 auto 30px;
}
#method .leadTop {
    width: 100%;
    margin: 0 auto 50px;
    text-align: center;
    font-size: 4vw;
    font-weight: bold;
    padding: 0 5%;
    line-height: 1.7;
}

.methodBox {
    padding: 50px 5%;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.methodBox .text {
    line-height: 1.5;
    padding: 0 0 20px;
    text-align: left;
    letter-spacing: 1px;
    font-size: 3.5vw;
}
.notice li {
    display: inline-block;
    font-size: 12px;
}
.notice {
    padding: 0 0 2px;
}
  .methodBox h3 {
    font-size: 18px;
    margin: 0 0 30px;
  }
  .swiper-container {
    position: static;
  }
  .swiperBlock{
    position: relative;
  }
  .swiperBlock > div{
    width: 70%;
    margin: 0 auto 10px;
    overflow: hidden;
  }
.swiper-slide img{
    margin:0 0 10px;
    border-radius:10px 10px 0 0;
}
.swiper-slide span {
    text-align: center;
    display: block;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 1px;
}
.swiper-button-prev, .swiper-button-next {
    color: rgba(255, 255, 255, 0.6);
    top: 45%;
    transform: translateY(-50%);
	margin-top: 0;
    pointer-events: all;	
    outline: none;    
}
.swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.6);
}
.swiper-button-next{
    right: 10px;
    left: auto;
}
.swiper-button-prev{
    left: 10px;
    right: auto;
}
.swiper-button-prev:after, .swiper-button-next:after {

    font-size: 20px;
    font-weight: bold;
}
:root {
  --swiper-theme-color: #FF7D62;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: -30px;
}

  .text .btn + .btn{ margin:0 0 10px; }
  .methodBox .text p.btn {
    padding: 0;
    border-top: 0.5px solid rgba(255, 255, 255, 0.6);
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.6);
    margin: 10px 0 0;
  }
  .methodBox .text p.btn + .btn {
    border-top: none;
    margin: 0 0 10px;
  }
  .text .btn span {
    display: block;
    text-align: left;
    letter-spacing: 1.5px;
    padding: 12px 20px 12px 0;
  }
  .methodBox .text .btn span::after {
    right: 0;
    margin:-4px 0 0;
  }
  .popup .popInbox .btn.closePop{ border:none; }

}

@media screen and (max-width: 700px){
  #appDl {
    text-align: center;
    line-height: 0;
    padding: 0 0 40px;
    margin: 0 -8px;
  }
  #appDl a {
    display: inline-block;
    margin: 0 8px;
    line-height: 0;
  }
  #appDl a img {
    height: 12vw;
    width: auto;
  }
}

/*=====================================================
	ポップアップ
=======================================================*/
.text .btn {
    margin: 10px 80px 0px 0;
    text-align: right;
}
.popInbox .btn {
    margin: 10px 0 0;
    text-align: center;
}
.text .btn span {
    transition: .3s;
    position: relative;
    cursor: pointer;
    color: #ff7c60;
}
.text .btn span::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    margin: -2px 0 0;
}
.text .btn span:hover{
  opacity:0.6;
}


.popup{
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    padding: 40px 8%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: none;
    transition: none;
}
.popInbox{ margin:0 0 20px;}
.popup h3{ margin: 0 0 30px;}
.popup h3 span { 	color: #000;}
.popup .methodList dt{
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin: 0 0 5px;
}
.popup .close {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
}
.popup .close::before, .popup .close::after {
	content: '';
	display: inline-block;
	width: 24px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 13px;
}
.popup .close::after {
	-webkit-transform: translateY(-20px) rotate(45deg);
	transform: translateY(-20px) rotate(45deg);
	bottom: 4px;
}
.popup .close::before {
	-webkit-transform: translateY(20px) rotate(-45deg);
	transform: translateY(20px) rotate(-45deg);
	top: 4px;
}

.popup .popInbox .btn.closePop  a {
    letter-spacing: 2px;
    text-decoration: none;
}

@media screen and (min-width: 900px) {

	.popup .popup-wrap {
		width: 800px;
		padding: 40px 50px;
		position: absolute;
		top: 58%;
		left: 50%;
		-webkit-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
	}
	.popup h3 { font-size: 18px;}
	.popup .methodList dt { margin: 0 0 10px;}
	.popup .methodList dd {
		font-size: 12px;
		line-height: 1.8;
		margin: 0 0 35px;
    font-weight: 500;
	}
	.popup .close { cursor: pointer;transition: .3s;}
	.closePop a:hover, .popup .close:hover{
  opacity:0.6;
	}
	
	.popInbox .ph img{
    width: 600px;
	}
  .text .btn span::after {
    left: -12px;
  }

}


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

	.popup .methodList dt { font-size: 16px;}
	.popup .methodList dd{    font-size: 12px;
    line-height: 1.9;
    letter-spacing: 0.05em;
    margin: 0 0 20px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    }
	.popup h3 span { font-size: 16px;}

}