@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Klee+One:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

html,body{
	font-family: "Zen Kaku Gothic New", Arial, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Sans" , "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #333;
	line-height: 1.75;
	letter-spacing: 0em;
  background-color: #fff;
}
header,footer,div,section,article,nav,a,p,span,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,img,dl,dt,dd,form,input,textarea{ box-sizing: border-box; }
::selection { background: #ddd; }
::-moz-selection { background: #ddd; }
a,a img{
  color: #111;
  transition: 0.2s;
  text-decoration: none;
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer */
  -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
a:hover,a img:hover{ opacity: 0.7;cursor: pointer; }
img{
	max-width: 100%;
	display: block;
}
.clear{ clear: both; }

.pink{
    color:#C9828A;
}


.paf_fnt {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}


h2.h2-1{
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-top: 2rem;
  margin-bottom: 4rem;
}

.box-shabow{
  max-width: 92rem;
  background: #fff;
  box-shadow: 0 0 1rem rgba(0,0,0,0.2);
}

.box-shabow .h2-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 16.3rem;
}
.box-shabow .h2-wrap h2.h2-1{
  margin-bottom: 0;
}

.inner{
  padding: 4rem 8rem;
}
.inner b{
  font-size: 120%;
  font-weight: 700;
  color: #004694;
}
.inner b.big{
  font-size: 200%;
}

header{
    background:#fff;
}

header h1 img,
.interval img{
  width: 100%;
  margin:0 auto;
}


.cta{
  
  background-color: #fff;
  background-size: cover;
  padding: 3rem 0 0;
  text-align: center;
  overflow: hidden;
}
.cta h2 img{
  width: 69.3rem;
  margin: 0 auto 5rem;
}
.cta img.cta-txt{
  width: 70rem;
  margin: 0 auto 1rem;
}
.cta input[type="text"]{
  width: 34.2rem;
  margin: 2.5rem 0.5rem 0rem;
  border-radius: 0.8rem;
  border:0px solid #e1e1e1;
  background:#f6f6f6;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  line-height: 7rem;
}
.cta input[type="email"]{
  display: block;
  width: 70rem;
  margin: 1.5rem auto 1rem;
  border-radius: 0.8rem;
  border:0px solid #e1e1e1;
  background:#f6f6f6;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  line-height: 7rem;
}
.btn{
  display: block;
  border: none;
  background: none;
  width: 70rem;
  margin: 3rem auto 3rem;
  transition: 0.2s;
  animation: pulse 1s infinite;
}
.btn:hover{
  opacity: 0.7;
}
button img{ animation: pulse 1s infinite; }
.cta .note{
  width: 70rem;
  font-size:75%;margin:0 auto 4rem;opacity:0.7;text-align:left;
}


.scroll {
  overflow: auto;
  width: 100%;
  height: 300px;
  padding: 5px 20px;
  font-size: 1.6rem;
  border: 1px dotted #ddd;
  border-radius: 1.6rem;
  background: #fafafa;
  margin-bottom: 3rem;
}

@keyframes pulse {
  from { transform: scale3d(1, 1, 1); }
  50% { transform: scale3d(1.05, 1.05, 1.05); }
  to { transform: scale3d(1, 1, 1); }
}
.btn2{
  display: block;
  border: none;
  background: none;
  width: 60rem;
  margin: 3rem auto 3rem;
}

.cta p.attention{
  display: inline-block;
  text-align: left;
  font-size: 1.4rem;
  opacity:0.5;
}

.sec-letter .sub_2{
  color: #555;
  font-size: 1.8rem;
  margin-top: 1rem;
  padding-bottom: 2.2rem;
  font-size: 60%;
  height: 10px;
}

.name-text { height: 90px;}
.name-text2 { height: 120px;}

.sec-1{
  padding: 4rem 0;
}



.sec-2{
  background: #fff;
  background-size: contain;
   padding-top: 4rem;
}

.sec-2-1{
  padding-top: -5rem;
}

.sec-2 ul li .name, .name2{
    font-size: 2.4rem;
    font-weight: bold;
    margin: 2rem 0 1rem;
}
.sec-2 ul li .sub{
    margin: 2rem 0;
}
.sec-2 ul li .sub{
    margin: 2rem 0;
}

.sec-3{
  margin-top:-14rem;
  color:#ffffff;
  background: #5C1647;
  background-size: contain;
  padding: 18rem 0 3rem;
}
.sec-4{
  color:#ffffff;
  background: #5C1647;
  background-size: contain;
  padding: 4rem 0 3rem;
}

.sec-5{
  background: linear-gradient(to right, #fa4bb5, #d50e83);
  padding:4rem 0 4rem;
  font-size:1.4rem;
  color:#000;
}

.waku{
   border:1px solid #fff;
    padding:2rem;
    border-radius:10px;
    margin: 3rem 10rem;
}

footer{
  background: #fafafa;
  color: #222;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  padding: 2.5rem 0;
}
footer img{
  width:44rem;
  margin:0rem auto 2rem;
}
footer a{
  color: #222;
}

.bg_wh{
    background:#ffffff;
}
.bg_wh p{
    width:650px;
    margin:0 auto;
    color:#333;
    font-size:16px;
}


/* ロード画面 */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #00b68c;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.spinner {
  width: 6rem;
  height: 6rem;

  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3rem 0 0 -3rem;
}
.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bounce {
  0%, 100% { 
  transform: scale(0.0);
  -webkit-transform: scale(0.0);
  } 50% { 
  transform: scale(1.0);
  -webkit-transform: scale(1.0);
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}


/* ページトップ */
#pagetop {
	position: fixed;
	bottom: 1em;
	right: 1em;
	z-index: 997;
  font-size: 16px;
  mix-blend-mode: multiply;
}
#pagetop i {
	padding-top: 11px;
}
#pagetop a {
	display: block;
	border-radius: 30px;
	width: 40px;
	height: 40px;
	background-color: #00b68c;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
}
#pagetop a:hover {
	text-decoration: none;
	opacity: 0.7;
}




/*　PC
------------------------------------------------------------------------------------------------*/
@media (min-width: 769px){
.sp{ display: none !important; }

html{ font-size: 10px; }
body{ font-size: 1.8em; }

.content{
  width: 100%;
	max-width: 980px;
  padding: 0 0px;
	margin: 0 auto;
}

.guest{
  width: 100%;
	max-width: 980px;
  padding: 0 70px;
	margin: 0 auto;
}


.sec-1-2{
  background: url(../images/sec-1-2-bg.jpg) center center no-repeat;
  background-size: cover;
  max-width: 1980px;
  width: 100%;
  margin: auto;
  padding: 0rem 0;
}

.sec-1-3{
  background: url(../images/sec-1-3-bg.jpg) center center no-repeat;
  background-size: cover;
  max-width: 1980px;
  width: 100%;
  margin: auto;
  padding: 0rem 0;
}

.cta-bg{
  background: url(../images/cta-bg.jpg) center center no-repeat;
}


.pft-bg{
  background: url(../images/pft-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 0rem 0;
}



/*　タブレット
------------------------------------------------------------------------------------------------*/
@media (max-width: 1100px){

html{ font-size: 0.9vw; }

.content{
  padding: 0 4.54%;
}




}/*　タブレットここまで */
}/*　PCここまで */




/*　スマホ
------------------------------------------------------------------------------------------------*/
@media (max-width: 768px){
.pc{ display: none !important; }

html{ font-size: 2.6vw; }
body{ font-size: 1.5em; }

.content{
	width: 100%;
	padding: 0 5%;
}

.guest{
	width: 100%;
	padding: 0 4.5%;
}

.sub2{
  font-size: 14px;
}

.scroll {
  overflow: auto;
  width: 100%;
  height: 300px;
  padding: 8px;
  border: 1px dotted #ddd;
  border-radius: 8px;
  background: #fafafa;
  margin-bottom: 3rem;
  font-size: 1.2rem;
}

.scroll-2 {
  overflow: auto;
  width: 100%;
  height: 230px;
  padding: 8px;
  border: 1px dotted #ddd;
  border-radius: 8px;
  background: #fafafa;
  margin-bottom: 3rem;
  font-size: 1.2rem;
}

.sec-1-2{
  background: url(../images/sec-1-2-bg-sp.jpg) center center no-repeat;
  background-size: cover;
  padding: 0rem 0;
}

.sec-1-3{
  background: url(../images/sec-1-3-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 0rem 0;
}

.cta-bg{
  background: url(../images/cta-bg-sp.jpg) center center no-repeat;
  background-size: cover;
}

.pft-bg{
  background: url(../images/pft-bg-sp.jpg) center center no-repeat;
  background-size: cover;
  padding: 0rem 0;
}

.pd_8 {
  padding-bottom: 5rem;
}

.pd_7 {
  padding-bottom: 2.6rem;
}.nd_7 {
  padding-bottom: 3.4rem;
}

.pd_6 {
  padding-bottom: 2.4rem;
} 
 .nd_6 {
  padding-bottom: 6.8rem;
}

.pd_3 {
  padding-bottom: 4.9rem;
}

.pd_4 {
  padding-bottom: 4.7rem;
}

.pd_2 {
  padding-bottom: 2.2rem;
}

.pd_11 {
  padding-bottom: 0rem;
}.nd_11 {
  padding-bottom: 3.6rem;
}

.pd_10 {
  padding-bottom: 2.2rem;
}



h2.h2-1 {
  font-size: 2rem;
  margin-bottom: 2.5rem;
  padding-top: 1rem;
}
h2.h2-1::before {
  width: 2.7rem;
  height: 0.22rem;
}

.box-shabow .h2-wrap {
  height: 10.8rem;
}

.inner {
  padding: 2rem 6%;
}


.cta {
  padding: 3rem 0 0;
}
.cta img.cta-txt {
  width: 100%;
  margin: 0 auto 0.5rem;
}
/* change text range mobile */
.cta input[type="text"] {
  width: 45%;
  margin: 1.5rem 0.45rem 0rem;
  border-radius: 6px;
  font-size: 16px;
  line-height: 3.5em;
}
.cta input[type="email"] {
  width: 95%;
  margin: 1rem auto 0rem;
  border-radius: 6px;
  font-size: 16px;
  line-height: 3.5em;
}
.btn{
  width: 96%;
  margin: 2rem auto 2.8rem;
  transition: 0.2s;
  animation: pulse 1s infinite;
}
.btn2{
  width: 96%;
  margin: 2rem auto 2.8rem;
}
.cta .note{
  width: 100%;
  font-size:75%;margin:0 auto 4rem;opacity:0.7;text-align:left;line-height:2rem;
}


.sec-1 {
  padding: 2.5rem 0 2.5rem;
}
footer {
  font-size: 1.2rem;
  padding: 2rem 0 3rem;
}

.bg_wh{
    background:#ffffff;
}
.bg_wh p{
    width:88%;
    margin:0 auto;
    color:#333;
    font-size:14px;
}

.cm-0 {
  display: block;
  width: 100%;
  border-radius: 1rem;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.sec-2 ul li .name{
    font-size: 1.8rem;
    font-weight: bold;
    margin: 2rem 0 1rem;
}
.sec-2 ul li .name2{
    font-size: 1.8rem;
    font-weight: bold;
    line-height:auto;
    margin: 2rem 0 1rem;
}

}

.sec-2 ul{
  display: flex;
  justify-content: space-between;
  margin-bottom:2rem;
}
.sec-2 ul li{
  display: block;
  width: 48%;
  padding-bottom: 0rem;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
}
.sec-2 ul li img{
    border-radius:10px;
}


.sec-2 .name{
    font-size: 2.3rem;
    font-weight: bold;
    margin: 2rem 0;
}
.sec-2 .name small{
    font-size: 60%;
}
.sec-2 ul li .sub{
    margin: 2rem 0;
   
}


.sec-2-1 ul{
  display: flex;
  justify-content: space-between;
  margin-bottom:2rem;
}
.sec-2-1 ul li{
  display: block;
  width: 48%;
  padding-bottom: 0rem;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
}
.sec-2-1 ul li img{
    border-radius:10px;
}
.sec-2-1 .name{
    font-size: 2.3rem;
    font-weight: bold;
    margin: 2rem 0;
}
.sec-2-1 .name small{
    font-size: 60%;
}
.sec-2-1 ul li .sub{
    margin: 2rem 0;
   
}

.sec-5{
  background: linear-gradient(to right, #ED75A4, #d50e83);
  padding:4rem 0 4rem;
  font-size:1.6rem;
  color:#000;
}

.sec-5 .name{
    font-size: 2.3rem;
    font-weight: bold;
    margin: 2rem 0;
}
.sec-5 .name small{
    font-size: 60%;
}

.waku{
   border:1px solid #fff;
    padding:0.9rem;
    line-height:2rem;
    border-radius:10px;
    margin: 3rem 0;
}

.txt_center {
  text-align: center;
}

.klee-one-f{
  font-family: "Klee One", cursive;
  font-weight: 600;
  font-style: normal;
}

