@charset "UTF-8";

/*******************************************************************
リセットCSS
********************************************************************/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input,label{
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
}
@media screen and (min-width: 640px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*******************************************************************
                  　　　　　common
********************************************************************/
html,
body {
	height: 100%;
}
html {
	font-size: 62.5%;
}
body {
  font-family: "游ゴシック体", "YuGothic", "Yu Gothic Medium", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 1.6rem;
  color:#333;
  background: #fff;
  letter-spacing: 0.02em;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

/*
@media screen and (max-width: 767px) {
	body {
		font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
	}
}
*/

*{
	box-sizing: border-box;
}

a{
  text-decoration: none;
  color: #333;
  cursor: pointer;
  transition: .3s;
  -webkit-transition: .3s;
}
a:hover{
  opacity: .8;
}
button{
  outline:none;
}

@media screen and (min-width: 1025px){
  a[href^="tel:"] {
      pointer-events: none;
  }
}
button{
  border: none;
  background: none;
}

img{
  max-width: 100%;
  height: auto;
}

/*
 * display
 */
.tmp-show{
  display: inherit;
}
.tmp-show-pc{
	display: inherit;
}
.tmp-show-sp{
	display: none;
}
@media screen and (max-width: 767px) {
	.tmp-show-pc{
		display: none;
	}
	.tmp-show-sp{
		display: inherit;
	}
}


/* font-size */
.tmp-text-10{ font-size: 1.0rem; }
.tmp-text-12{ font-size: 1.2rem; }
.tmp-text-14{ font-size: 1.4rem; }
.tmp-text-16{ font-size: 1.6rem; }
.tmp-text-18{ font-size: 1.8rem; }
.tmp-text-20{ font-size: 2.0rem; }
.tmp-text-22{ font-size: 2.2rem; }
.tmp-text-24{ font-size: 2.4rem; }
.tmp-text-26{ font-size: 2.6rem; }
.tmp-text-30{ font-size: 3.0rem; }
.tmp-text-36{ font-size: 3.6rem; }

/*******************************************************************
                  　　　　　heroの設定
********************************************************************/

.service-title{
	margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
	.service-title {
    margin-bottom: 50px;
}
	.service-title img{
		max-width: 70%;
	}
}
.service-title-catch{
	font-size: 3.2rem;
	color: #393939;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
	.service-title-catch{
		font-size: 2.6rem;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 425px) {
	.service-title-catch{
		font-size: 1.6rem;
	}
}
.page-title-catch{
	color: #F5E149;
	background: #000;
	font-size: 3rem;
	padding: 20px 30px;
}
@media screen and (max-width: 768px) {
	.page-title{
		padding-left: 20px;
	}
	.page-title-catch{
		font-size: 2.8rem;
		padding: 10px 20px;
	}
}
@media screen and (max-width: 425px) {
	.page-title{
		padding-left: 0;
	}
	.page-title-catch{
		font-size: 2.2rem;
	}
}
.artist-title{
	font-size: 4.8rem;
	font-weight: bold;
	margin-top: 30px;
}
@media screen and (max-width: 768px) {
	.artist-title{
		font-size: 3.6rem;
		margin-top: 40px;
	}
}
@media screen and (max-width: 425px) {
	.artist-title{
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 320px) {
	.artist-title{
		font-size: 1.6rem;
		margin-top: 20px;
	}
}
.content-inner{
	width: 100%;
	max-width: 1240px;
	margin: auto;
	padding: 0 20px;
}
.content-inner-wide{
	width: 100%;
	max-width: 1440px;
	margin: auto;
	padding: 0 20px;
}
#details{
	background: #ECECEC;
}
#details .content-inner{
	padding: 80px 20px;
}
@media screen and (max-width: 768px) {
	#details .content-inner{
		padding: 50px 20px;
	}
}
.section-title{
	font-size: 3.6rem;
	font-weight: bold;
	position: relative;
	padding-bottom: 90px;
	margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
	.section-title{
		font-size: 2.2rem;
		text-align: center;
		padding-bottom: 60px;
		margin-bottom: 20px;
	}
	#details .section-title{
		text-align: center;
	}
}
.section-title:before,.section-title:after{
	content: "";
	border-style: solid;
	position: absolute;
}
.section-title:before{
	border-width: 60px 120px 0 120px;
	border-color: #707070 transparent transparent transparent;
	left: 0;
	bottom: 0;
}
.section-title:after{
	border-width: 59px 118px 0 118px;
	border-color: #fff transparent transparent transparent;
	left: 2px;
	bottom: 1px;
}
@media screen and (max-width: 768px) {
	.section-title:before{
		border-width: 40px 80px 0 80px;
	}
	.section-title:before,.section-title:after{
		left: 50%;
		transform: translateX(-50%);
	}
}
#details .section-title:after{
	border-color: #ECECEC transparent transparent transparent;
}
.details-title span{
	display: inline-block;
	font-size: 4rem;
	font-weight: bold;
	background: #fff;
	padding: 0 10px;
	margin-bottom: 15px;
}
.details-title span:nth-child(2){
	padding: 0 0 0 10px;
}
.details-title span:last-child{
	padding: 0 10px 0 0;
	margin-left: -10px;
}
@media screen and (max-width: 768px) {
	.details-title{
		text-align: center;
	}
	.details-title span{
		font-size: 2rem;
		margin-bottom: 10px;
	}
	.details-title span:nth-child(2){
		padding: 0 10px;
	}
	.details-title span:last-child{
		padding: 0 10px;
		margin-left: 0;
	}
}
.details-period{
	font-size: 1.8rem;
	margin-top: 10px;
}
@media screen and (max-width: 768px) {
	.details-period{
		text-align: center;
		font-size: 1.4rem;
	}
}
.cta_area{
	margin-top: 60px;
}
@media screen and (max-width: 768px) {
	.cta_area{
		margin-top: 30px;
		text-align: center;
	}
}
.cta_area a.cta_btn{
	display: block;
	width: 100%;
	max-width: 460px;
	background: #000;
	padding: 30px 15px;
	border-radius: 15px;
	font-size: 2.4rem;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	position: relative;
}
@media screen and (max-width: 768px) {
	.cta_area{
		font-size: 1.3rem;
	}
	.cta_area a.cta_btn{
		padding: 25px 10px;
		font-size: 1.8rem;
		margin: 0 auto 10px;
	}
	.cta_area a.cta_btn + p{
		text-align: left;
	}
}
.cta_area a.cta_btn:before{
	content: "";
	border: 1px solid #fff;
	width: 30px;
	position: absolute;
	top: 50%;
	right: 30px;
}
.cta_area a.cta_btn:after{
	content: "";
	border: 1px solid #fff;
	width: 10px;
	position: absolute;
	top: 50%;
	right: 30px;
	-webkit-transform: rotate(22deg);
    transform: rotate(22deg);
	margin-top: -2px;
}
.cta_area a{
	font-weight: bold;
}
.section-title-ruby{
	font-size: 2.4rem;
	color:#393939;
	position: relative;
	margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
	.section-title-ruby{
		font-size: 1.4rem;
		margin-bottom: 30px;
		margin-left: 80px;
	}
}
.section-title-ruby:before{
	content: "";
	width: 160px;
	height: 1px;
	background: #393939;
	position: absolute;
	top: 50%;
	left: -180px;
}
@media screen and (max-width: 768px) {
	.section-title-ruby:before{
		left: -170px;
	}
}
#privilege .content-inner{
	padding: 140px 20px 0;
}
#privilege .content-inner-wide{
	padding: 0 20px 140px;
}
@media screen and (max-width: 768px) {
	#privilege .content-inner{
		padding: 50px 20px 0;
	}
	#privilege .content-inner-wide{
		padding: 0 20px 50px;
	}
}
@media screen and (min-width: 769px) {
	.privilege_wrap{
		display: flex;
		justify-content: space-between;
	}
}
@media screen and (max-width: 768px) {
	.privilege_box{
		text-align: center;
		margin-bottom: 30px;
	}
}
.privilege_box-ruby{
	display: inline-block;
	border: 2px solid #C8C8C8;
	font-size: 2rem;
	padding: 5px 10px;
	margin-bottom: 20px;
}
.privilege_box-title{
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
	.privilege_box-title{
		font-size: 2rem;
		margin-bottom: 10px;
	}
}
.privilege_box img{
	width: 90%;
}
@media screen and (max-width: 768px) {
	.privilege_box img{
		width: 50%;
	}
}
.privilege_schedule{
	font-size: 2rem;
    width: 100%;
    margin: 0 auto 30px;
    text-align: right;
}
@media screen and (max-width: 768px) {
	.privilege_schedule{
		font-size: 1.6rem;
		width: 100%;
	}
}
.privilege_schedule a{
	font-weight: bold;
	color: #F5E149;
	text-decoration: underline;
}

#enjoy .content-inner,#faq .content-inner-wide{
	padding: 0 20px 140px;
}
@media screen and (max-width: 768px) {
	#enjoy .content-inner,#faq .content-inner-wide{
		padding: 0 20px 50px;
	}
}
@media screen and (min-width: 769px) {
	.enjoy-detail{
		width: 45%;
	}
}
.enjoy-lead{
	font-size: 2rem;
	margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
	.enjoy-lead{
		font-size: 1.6rem;
	}
	.enjoy-lead + img{
		display: block;
		margin: auto;
	}
}


/*******************************************************************
                  　　　　　footerの設定
********************************************************************/
footer {
	background-color: #E9E9E9;
	padding: 20px 0;
}
footer p {
	color: #fff;
	text-align: center;
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
    footer {
        padding: 10px 0;
    }
    #footer_inner {
        display: flex;
        flex-flow: wrap;
        justify-content: center;
        margin-top: 0px;
    }
	footer p {
		line-height: 0;
		padding: 10px 0 20px;
	}

}
/*******************************************************************
                  　　　　　page_topの設定
********************************************************************/
#page_top {
    width: 90px;
    height: 90px;
    position: fixed;
    right: 0;
    bottom: 0;
    opacity: 0.6;
    z-index: 5;
}

#page_top a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#page_top a span {
    display: inline-block;
    font-size: 1.3rem;
    padding: 33px 0 0;
    position: relative;
}

#page_top a span::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: #000;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

@media screen and (max-width: 767px) {
	#tel {
		width: 80%;
	}
}

/* Acordion Faq */
.tab {
	position: relative;
	margin-bottom: 1px;
	width: 100%;
	color: #fff;
	overflow: hidden;
}
input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}
.js_accordion-head {
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	background: #000;
	font-weight: bold;
	line-height: 3;
	cursor: pointer;
	background: transparent linear-gradient(96deg, #C5C5C5 0%, #636363 100%) 0% 0% no-repeat padding-box;
	font-size: 2.4rem;
	padding: 10px 50px
}
@media screen and (max-width: 768px) {
	.js_accordion-head {
		font-size: 1.6rem;
		padding: 10px 20px
	}
}
.js_accordion-body {
	display: none;
	-webkit-transition: max-height .35s;
	-o-transition: max-height .35s;
	transition: max-height .35s;
	color: #000;
	background: #EEEEEE;
	padding: 30px 50px 30px 60px;
}
.js_accordion-body a{
	font-weight: bold;
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	.js_accordion-body {
		padding: 30px 20px 30px 20px;
	}
}
.js_accordion-body p,.js_accordion-body dd,.tab-content ul {
	margin-bottom: 1em;
}
.js_accordion-body ul li{
	padding-left: 1.2em;
	position: relative;
}
.js_accordion-body ul li:before{
	content: '・';
	display: inline-block;
	position: absolute;
	top:0;
	bottom: 0;
	left:0;
	margin: auto;
}
.js_accordion-body .tab-content-inner {
	max-height: 500px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 20px;
}
@media screen and (max-width: 767px) {
	.js_accordion-body .tab-content-inner {
		max-height: 300px;
		padding-right: 10px;
	}
}
/* Icon */
.js_accordion-head::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3.5em;
  height: 3.5em;
  line-height: 3.5;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
@media screen and (max-width: 768px) {
	.js_accordion-head::after {
		width: 4em;
		height: 4em;
		line-height: 4;
	}
}
@media screen and (max-width: 320px) {
	.js_accordion-head::after {
		width: 2.6em;
	}
}
.js_accordion-head::after {
  content: "+";
}
.js_accordion-head.is-active::after {
  transform: rotate(315deg);
}

.scrollbar::-webkit-scrollbar{
	overflow:hidden;
	width:5px;
	background:#fafafa;
	-webkit-border-radius:3px;
	border-radius:3px;
	position: relative;
}
.scrollbar::-webkit-scrollbar:after{
	content: "";
	width: 1px;
	height: 100%;
	background: #000;
	position: absolute;
	top:0;
	left:0;
	right:0;
	margin: auto;
	display: block;
}
.scrollbar::-webkit-scrollbar:horizontal{
	height:5px;
}
.scrollbar::-webkit-scrollbar-button{
	display:none;
}
.scrollbar::-webkit-scrollbar-piece{
	background:#eee;
}
#scrollbar03::-webkit-scrollbar-piece:start{
	background:#eee;
}
.scrollbar::-webkit-scrollbar-thumb{
	overflow:hidden;
	-webkit-border-radius:3px;
	border-radius:3px;
	background:#333;
}
.scrollbar::-webkit-scrollbar-corner{
	overflow:hidden;
	-webkit-border-radius:3px;
	border-radius:3px;
	background:#333;
}

/* ＊＊＊＊＊　▼キャンペーン終了エリア　＊＊＊＊＊ */
#end_camp{
	background-color: #F5E149;
	text-align: center;
	padding: 50px 0;
}
#end_induction a{
	text-decoration: none;
    color: #000;
    cursor: pointer;
    transition: .3s;
    -webkit-transition: .3s;
    background: linear-gradient(transparent 70%, #ffffff 70%);
    font-weight: bold;
}



.content-flex-img {
    padding-right: 30px;
		flex: 1;
		margin-bottom: 20px;
}
.content-flex-p{
	flex: 2.5;
}
@media screen and (min-width: 769px) {
    .content-flex {
        display: flex;
        align-items: start;
    }
}
