@charset "UTF-8";

/* COMMON
---------------------------------------------------------- */
body{
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  line-height: 1.8em;
}
@media(max-width:736px){
body{
  font-size: 15px;
  line-height: 1.6em;
}  
}/* @media */
	.visible-sp{display:none!important;}
	.hidden-sp{display:inline-block!important;}
img{ display: block; width: 100%;height:auto;}
a img:hover{opacity: .8;transition: .2s;}
.pc{ display: inline-block !important;}@media(max-width:736px){.pc{ display: none !important;}}
.sp{ display: none !important;}@media(max-width:736px){.sp{ display: block !important;}}

/*--------------------
fs-x
--------------------*/
.fs-x{
  font-size: 1.2em;
  font-weight: bold;
}
.bd-y{
  box-shadow:inset 0 -5px 0 #ffc800;
}
.bd-b{
  box-shadow:inset 0 -1px 0 #333;
}
.ftc-1{
  color: #006084;
  font-weight: bold;
}

/*--------------------
a
--------------------*/
a:link   {color: #333;text-decoration: none;}
a:visited{color: #333;}
a:hover  {color: #333;}
a:active {color: #333;}


/* wrap
---------------------------------------------------------- */
.wrap{
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}
@media(max-width:736px){
.wrap{
  padding: 0 2%;
}
}
.wrap2{
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}
@media(max-width:736px){
.wrap2{
  padding: 0 2%;
}
}
@media(max-width : 479px ){
.wrap2{
  padding: 0 0;
}
}
/* @media */


/* header
---------------------------------------------------------- */
header{
  background: #000;
  color: #fff;
  padding: 10px;
  font-weight: bold;
}

/* mv
---------------------------------------------------------- */
.mv > .img_area {
  max-width: 980px;
  height: 540px;
  background: url(https://prj2020.com/6go/cfm/kimg/mv.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  margin: 0 auto;
}
.mv > .img_area > .medal{
  width: 380px;
  position: absolute;
  right: 1%;
  top: 2%;
}
.mv > .wrap > .tit_area{
  width: 50%;
  padding:40px 50% 40px 0;
}	

@media(max-width:736px){
.mv > .img_area{
  width: 100%;
  height: auto;
  background: none;
}
.mv > .img_area > .medal{
    width: 56%;
    margin-top: -18px;
}
.mv > .wrap > .tit_area{
padding: 3% 10% 5% 0;
  width: 90%;
}
}/* @media */


/* .btn_area
---------------------------------------------------------- */
.btn_area{
  background: #2f2f2f;
  color: #fff;
  text-align: center;
  padding: 40px 0 30px;
}
.btn_area p{
  padding-bottom: 16px;
}
.btn_area p:last-child{
  font-size: .9em;
}
.btn_area a{
  border-radius: 3px;
 width: 50%;
  display: block;
  margin: 0 auto 8px;
  text-shadow: 0 0 2px rgba(255,255,255,.5);
  font-weight: normal;
  padding: 16px 0 19px;
  font-size: 1.1em;
  position: relative;
}
.btn_area a:hover{
  opacity: .8;
}
.btn_area a > .ico_btn_arrow{
  position: absolute;
  width: 40px;
  height: 40px;
  left: 4%;
  top: 0;
  bottom: 0;
  margin: auto;
}
form{
	width:536px;
	margin:0 auto;
}
@media(max-width:736px){
	form{
	max-width:94%;
}
	.btn_area img {max-width:100%;}
.btn_area a{
  width: 90%;
  font-weight: bold;
}
.btn_area a:hover{
  opacity: 1;
}
}/* @media */


/* .cts
---------------------------------------------------------- */
.cts{
  padding: 40px 0;
}
@media(max-width:736px){
.cts{
  padding: 16px 0;
}
}/* @media */

.cts p{
  padding: 0 0 16px;
}

/* cts0 */
.cts0{
  padding: 0 0;
}

/* cts1 */
.cts1{
  text-align: center;
}

/* cts2 */
.clm2{
  position: relative;
  margin-bottom: 40px;
}
.clm2 > .l{
  float: left;
  width: 49.5%;
  margin-right: .5%;
}
.clm2 > .r{

  float: right;
  width: 49.5%;
  margin-left: .5%;
}
.clm2 > .arrow {
    position: absolute;
    width: 60px;
    height: 30px;
    left: 0;
    right: 0;
    top: -30%;
    bottom: 0;
    margin: auto;
}

@media(max-width:736px){
.clm2 > .l{
  float: left;
  width: 100%;
}
.clm2 > .r{
  float: right;
  width: 100%;
}
.clm2 > .arrow{
  position: absolute;
  width: 30px;
  height: 20px;
  left: 0;
  right: 0;
  top: -45%;
  bottom: 0;
  margin: auto;
}
.clm2{
  margin-bottom: 0px;
}
}/* @media */

/* cts2 */
.cts2 {
    background: #fff url(https://prj2020.com/6go/cfm/kimg/cts2_bg.webp) no-repeat center 10%;
    background-size: 70%;
    height: 400px;
}
.cts2 > .wrap > .img {
    padding: 0 60% 0 0;
}

@media(max-width:736px){
.cts2{
  background: url(https://prj2020.com/6go/cfm/kimg/sp_cts2_bg.webp) no-repeat center center;
  background-size: cover;
  height: 240px;
}
.cts2 > .wrap > .img{
  padding: 0 30% 0 0;
}
}/* @media */


/* cts4 */
.cts4{
  text-align: center;
}

/* cts5 */
.cts5{
  text-align: center;
  position: relative;
  padding: 32px 0;
}
.sankaku2 {
  width: 0;
  height: 0;
  border: 24px solid transparent;
  border-top: 24px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -48px;
}

/* cts6 */
.bg_gry{
  background: #f3f3f3;
  border-top: 1px solid #ebebeb;
}
.cts6 > .wrap > .tit{
  width: 23%;
  margin-top: 40px;
  margin-bottom: 10px;
  margin-left: 16px;
}
@media(max-width:736px){
.cts6 > .wrap > .tit{
  width: 43%;
}
}/* @media */

.cts6 > .wrap > .sub_tit{
  border-left: 3px solid #2183d4;
  padding: 16px;
  margin-bottom: 24px;
  margin-left: 16px;
  font-size: 1.2em;
  line-height: 1.8;
  font-weight: bold;
}
.cts6 > .wrap > .tex{
  width: 94%;
  margin: 0 auto;
}
.cts6_btm{
  text-align: center;
  font-size: .9em;
  line-height: 1.6;
  margin: 8px 0 0;
}


h2{
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 32px;
}
h3{
  font-weight: bold;
  background: #4ea2e8;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 4px;
}
h4{
  text-align: center;
  font-weight: bold;
  margin: 80px 0 4px;
  font-size: 1.6em;
}
h5{
  text-align: center;
  margin-bottom: 24px;
  font-size: .9em;
}
.movie{
  font-weight: bold;
  background: #2f2f2f;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 4px;
}
@media(max-width:736px){
h4{
  margin: 24px 0 4px;
}

}/* @media */


.movie_area{
  color: #000;
  text-align: center;
}
.movie_area{
	margin:0 auto;
width:65%;              /*横幅いっぱいにwidthを指定*/
padding-bottom: 36.5%;  /*高さをpaddingで指定(16:9)*/
height:0px;              /*高さはpaddingで指定するためheightは0に*/
position: relative;
}
.movie_area iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
text-align:center;}	

.movie_area > .movie_box{
  background: #c1d3d9;
  height: 400px;
  width: 80%;
  margin: 0 auto 8px;
}

@media(max-width:736px){
.movie_area{
	margin:0 auto;
width:100%;              /*横幅いっぱいにwidthを指定*/
padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
height:0px;              /*高さはpaddingで指定するためheightは0に*/
position: relative;
}
.movie_area > .movie_box {
    background: #c1d3d9;
    height: 22vh;
    width: 80%;
    margin: 0 auto 8px;
}
}/* @media */


/* ul_list_area
---------------------------------------------------------- */
.ul_list_area > li {
    float: left;
    width: 18%;
    margin: 1%;
}
@media(max-width:736px){
.ul_list_area > li{
  width: 48%;
}
}/* @media */

.ul_wrap{
  max-width: 980px;
  margin: 0 auto;
}

.ul_list_area2{
  padding: 3%;
  margin-bottom: 20px;
}
.ul_list_area2 {
	display: flex;
	flex-wrap:wrap;
}
.ul_list_area2 > li {
    width: calc(100%/4);
	box-sizing:border-box;
	padding:5px 5px;/*←画像の左右に5pxの余白を入れる場合*/
}
.ul_list_area2　> li img {
    max-width:100%;height:auto;}
@media(max-width:736px){
.ul_list_area2 > li {
    float: left;
    width: 31%;
    margin: 1%;
}
}/* @media */

.ul_list_area3{
  padding: 3%;
  margin-bottom: 20px;
}
.ul_list_area3 > li {
    float: left;
    width: 24.6%;
    margin: .2%;
}
@media(max-width:736px){
.ul_list_area3 > li {
    float: left;
    width: 48%;
    margin: 1%;
}
}/* @media */

.ul_list_area4{
  padding: 3%;
  margin-bottom: 20px;
}
.ul_list_area4 > li {
    float: left;
    width: 98%;
    margin: 1%;
}
.bg-gry{
  background: #EFEFEF;
  border-top: 1px solid #ccc;
}



/* list_area
---------------------------------------------------------- */
.list_area {
    margin: 0 auto  20px;
    padding: 0 0 8px;
    max-width: 980px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
@media(max-width:736px){
.list_area {
  margin: 0 0 20px;
  padding: 0 0 8px;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
}/* @media */

.list_area_wrap > ul {
  float: left;
  width: 100%;
  height: initial;
  line-height: initial;
}
.list_area_wrap.lb1{
  width: 90vw;
}
.list_area_wrap.lb1 > ul > li{
  float: left;
  width: 15vw;
  padding-right: 3vw;
}
.list_area_wrap > ul > li > p{
  padding: 2%;
  font-size: .8em;
}
.list_btm_tex{
  padding: 0 2% 16px !important;
  text-align: center;
}

/* lb2 */
.list_area_wrap.lb2{
  width: 112vw;
}
.list_area_wrap.lb2 > ul > li{
  background: #efefef;
  border-top: 1px solid #ccc;
  padding: 3vw 2vw;
}
.list_area_wrap.lb2 > ul > li{
  float: left;
  width: 12vw;
}

/* lb3 */
.list_area_wrap.lb3{
  width: 88vw;
}
.list_area_wrap.lb3 > ul > li{
  background: #efefef;
  border-top: 1px solid #ccc;
  padding: 3vw 1vw;
}
.list_area_wrap.lb3 > ul > li{
  float: left;
  width: 20vw;
}

/* lb4 */
.list_area_wrap.lb4{
  width: 110vw;
}
.list_area_wrap.lb4 > ul > li{
  background: #efefef;
  border-top: 1px solid #ccc;
  padding: 3vw 2vw;
}
.list_area_wrap.lb4 > ul > li{
  float: left;
  width: 110vw;
}

/* lb5 */
.list_area_wrap.lb5{
  width: 130vw;
}
.list_area_wrap.lb5 > ul > li{
  background: #efefef;
  border-top: 1px solid #ccc;
  padding: 3vw 2vw;
}
.list_area_wrap.lb5 > ul > li{
  float: left;
  width: 130vw;
}

/* lb6 */
.list_area_wrap.lb6{
  width: 96vw;
}
.list_area_wrap.lb6 > ul > li{
  background: #efefef;
  border-top: 1px solid #ccc;
  padding: 3vw 2vw;
}
.list_area_wrap.lb6 > ul > li{
  float: left;
  width: 96vw;
}

.add-css{
  margin-bottom: 20px;
  display: block !important;
}
.add-css2{
  margin-bottom: -10px;
  display: block !important;
}
@media(max-width:736px){
.add-css{
  display: none !important;
}

.add-css2{
  margin-bottom: -10px;
  display: none !important;
}

}/* @media */

@media(max-width:736px){
.list_area {
  margin: 0 0 20px;
  padding: 0 0 8px;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.list_area_wrap > ul {
  float: left;
  width: 100%;
  height: initial;
  line-height: initial;
}
.list_area_wrap.lb1{
  width: 190vw;
}
.list_area_wrap.lb1 > ul > li{
  float: left;
  width: 33vw;
  padding-right: 5vw;
}
.list_area_wrap > ul > li > p{
  padding: 2%;
  font-size: .8em;
}
.list_btm_tex{
  padding: 0 2% 16px !important;
  text-align: center;
}

/* lb2 */
.list_area_wrap.lb2{
  width: 196vw;
}
.list_area_wrap.lb2 > ul > li{
  background: #efefef;
  border-top: 1px solid #ccc;
  padding: 3vw 2vw;
}
.list_area_wrap.lb2 > ul > li{
  float: left;
  width: 24vw;
}

/* lb3 */
.list_area_wrap.lb3{
  width: 176vw;
}
.list_area_wrap.lb3 > ul > li{
  background: #efefef;
  border-top: 1px solid #ccc;
  padding: 3vw 2vw;
}
.list_area_wrap.lb3 > ul > li{
  float: left;
  width: 40vw;
}

/* lb4 */
.list_area_wrap.lb4{
  width: 280vw;
}
.list_area_wrap.lb4 > ul > li{
  background: #efefef;
  border-top: 1px solid #ccc;
  padding: 3vw 2vw;
}
.list_area_wrap.lb4 > ul > li{
  float: left;
  width: 280vw;
}
}/* @media */


/* bottom_arrow_area
---------------------------------------------------------- */
.bottom_arrow_area{
  text-align: center;
  color: #fff;
  background: #4ea2e8;
  line-height: 1.8;
  padding: 40px 0 0;
  position: relative;
}
.bottom_arrow_area > .sankaku {
  width: 0;
  height: 0;
  border: 24px solid transparent;
  border-top: 24px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -2px;
}
.bottom_arrow_area > .arrow {
  background: url(https://prj2020.com/6go/cfm/kim/bottom_arrow_area.webp) no-repeat center center;
  background-size: 100% 100%;
  height: 40px;
}
.bottom_arrow_area2{
  text-align: center;
  color: #fff;
  background: #2f2f2f;
  line-height: 1.8;
  padding: 40px 0 0;
  position: relative;
}
.bottom_arrow_area2 > .sankaku {
  width: 0;
  height: 0;
  border: 24px solid transparent;
  border-top: 24px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -2px;
}
.bottom_arrow_area2 > .arrow {
  background: url(https://prj2020.com/6go/cfm/kimg/bottom_arrow_area2.webp) no-repeat center center;
  background-size: 100% 100%;
  height: 40px;
}
.presentwrap{max-width:600px;margin:30px auto;}
.presentwrap2{max-width:490px;margin:0px auto 30px;}
/* faq_box
---------------------------------------------------------- */
.faq_box{
  margin-bottom: 24px;
}
.faq_box > .tit{
  font-weight: bold;
  margin-bottom: 8px;
  padding: 0 50% 0 0;
}
.faq_box > .tit > .l{
  float: left;
  width: 20%;
}
.faq_box > .tit > .r{
  float: right;
  width: 76%;
}
.faq_box > .tex{
  font-size: .9em;
  margin-bottom: 4px;
  text-align: justify;
}
.faq_box > .tim{
  font-size: .8em;
  padding-left: 20px;
  background: url(https://prj2020.com/6go/cfm/kimg/ico_tim.webp) no-repeat left center;
  background-size: 16px;
  line-height: 1.7;
}
.faq_box > .use{
  font-size: .8em;
  padding-left: 20px;
    text-align:left;
  background: url(https://prj2020.com/6go/cfm/kimg/ico_use.webp) no-repeat left center;
  background-size: 16px;
  line-height: 1.7;
}
.star{
  color: #fca500;
}
.star.off{
  color: #ccc;
}

@media(max-width:736px){
.faq_box > .tit{
  padding: 0;
}
}/* @media */


/* profile
---------------------------------------------------------- */
.profile{
  background: #2f2f2f;
  color: #fff;
  margin: 2px 0 0;
  padding-bottom: 40px;
}
.profile > .wrap > .img{
  margin-bottom: 20px;
}
.profile > .wrap > .tit{
  font-size: 1.1em;
  margin-bottom: 20px;
  font-weight: bold;
}
.profile > .wrap > .nam{
  font-size: 1.4em;  
}
.profile > .wrap > .nam > span{
  font-size: .9rem;
  display: block;
  margin-bottom: 40px;
  letter-spacing: .08em;
}
.profile > .wrap > .tex{
  text-align: justify;
}

/* footer
---------------------------------------------------------- */
footer{
  text-align: center;
  color: #fff;
  background: #0c121e;
  padding: 60px 0 0;
  position: relative;
}
footer a{
  color: #fff !important;
}
footer > p:nth-child(1){
  font-size: 1.5em;
  letter-spacing: .1em;
  text-indent: .1em;
  margin-bottom: 16px;
}
footer > p:nth-child(2){
  font-size: .8em;
  margin-bottom: 40px;
}
footer > p:nth-child(3){
  font-size: .7em;
  letter-spacing: .1em;
  text-indent: .1em;
  background: #000;
  padding: 8px 0;
}

/* .fixed_btn
---------------------------------------------------------- */
#fixed_btn{
  position: fixed;
  width: 180px;
  bottom: 5%;
  right: 2%;
  z-index: 9999;
}
@media(max-width:736px){
#fixed_btn{
  position: fixed;
  width: 28%;
  bottom: 5%;
  right: 2%;
  z-index: 9999;
}

}/* @media */

.form-control {
  width:466px;
  font-size:1.2em !important;
  border-radius: 2px !important;
  padding: 15px 10px !important;
  height: auto;
  border-color: #e5e5e5 !important;
  box-shadow: none !important;
	margin-bottom:30px;
	line-height:1;
}
.form-control:focus {
  border-color: #4ecdc4 !important;
}
form input,
form textarea {
  margin-bottom: 30px;
}

@media(max-width:736px){
.form-control {
  width:87%;
  font-size:1.4em;
}
}
@media screen and (max-width: 600px) {
.form-control {
  width:85%;
  font-size:1.4em;
}
}
@media screen and (max-width : 479px ){
.presentwrap{max-width:600px;margin:20px auto;padding:0 20px}
.presentwrap2{max-width:490px;margin:0px auto 30px;width:86%;}
	.visible-sp{display:inline-block!important;}
	.hidden-sp{display:none!important;}
.form-control {
  width:84%;
  font-size:1.3em !important;
  padding:20px 10px !important;
}
}
@media screen and (max-width: 400px) {
	.form-control{
		width:86%;
	font-size:14px !important;
	  padding:20px 5px !important;

}
}
.caution{
font-size:10px!important;
	padding: 0px 15px!important;
	color: #DDD;
}
.caution02{font-size: 10px!important;color: #2e2e2e!important;}

sup{
font-size:10px;
}
.price{
/*-	background-color: #fbefd6;-*/
	background-color: #f3f3f3;
}
.product_info {
	margin: 0 auto;
	font-size: 14px;
	background:#FFF;
	color:#000000;
	
}
@media screen and (min-width:737px){
.product_info, .product_info th, .product_info td {
	border-collapse: collapse;
	border: 1px solid #4e575e;
}
}
.product_info th, .product_info td {
	padding: 10px;
}

.product_info thead th {
	background: #4ea2e8;
	color: #fff;
}

.product_info tbody td:first-child,
.product_info tbody td:nth-child(2) {
	white-space: nowrap;
}

.product_info ul {
	margin: 0;
	padding: 0 0 0 20px;
}

.product_info ul li {
}

.price-title{
	margin: 0 auto;
	max-width: 50%!important;
}
@media screen and (max-width:736px){
.product_info {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 16px;
}

.product_info td {
	display: block;
	border-bottom: 1px solid #4e575e;
}
.product_info td:last-child {
	border-bottom: none;
}
	
.product_info thead {
	display: none;
}

.product_info tbody td:first-child {
	background: #4ea2e8;
	color: #fff;
	padding: 10px;
}

.product_info tbody td:nth-child(2) {
	padding: 10px 10px 0 10px;
}
.product_info tbody td:last-child {
	padding: 10px 10px 10px 10px;
}

.product_info ul {
	margin: 0;
	padding: 0 0 0 20px;
}
	.product_info tbody{
		border:solid 1px #4e575e;
	}

.price-title{
	margin: 0 auto;
	max-width: 70%!important;
}
}
@media screen and (min-width:737px){
.sp-info{
	display: none;
}
}
#linel{
    top:0;
    position:fixed;
    width: 100%;
    height: 100%;
    z-index: 100;

}

#linel button.close {
   background-color: rgba(0,0,0,0.5);
	    color: #fff;
    font-size: 1.0rem;
}

#linel p.button{
    margin:10px 40px 0 40px;;
}
#linel p.img_note{
    margin: 5vw auto 1vw;
    padding: 0;
    width: 90%;
    max-width: 400px;
}


.linel_button_b_back { position: relative; }
.linel_button_b_back a {
    width: 80%;
    height: 15vw;
    position: absolute;
    right: 10vw;
    bottom: 8vw;
    margin: 0 auto;
    background: url(img/button_1.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.popup_cover {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    position: absolute;
    top: 0px;
    z-index: -1;
}

.cross_button {
  
    display:block;
    width: 100px;
  
   
    border-radius: 5px;
    margin: 0 auto;
    padding: 5px;
    
    cursor: pointer;
}
#ads-container{position:absolute;top:0px;left:0px;right:0px;bottom:0px;margin:auto;max-width:700px;height:600px;}
@media(max-width:736px){#ads-container{height:700px}}
@media(max-width:425px){#ads-container{height:300px}}
.christmas {background-image: url(../kimg/bg_red.jpg);padding: 10px 0px;background-position: center;color: #fff;font-weight: bold;text-align: center;position: fixed;width:100%;z-index:99999999;}
.headcopy {
    padding: 10px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #4ea2e8;
}

.book_award {
  margin: 0 auto 20px;
  display: block;
  text-align: center;
}
.book_award img {
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
}
.book_container {
  padding: 3%;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-around;
  background-color: #EFEFEF;
  border-top: 1px solid #ccc;
}
.book_container > li {
  width: calc(45% - 10px);
  text-align: center;
  background-color: #fffefb;
  padding: 20px;
}
.book_img {
  max-width: 250px;
  margin: 0 auto 40px;
}
.book_title {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 10px;
}
.book_text li {
  margin-bottom: 10px;
  font-size: 16px;
}
.book_text li:last-child {
  margin-bottom: 0;
}
.book_text li span {
  font-weight: bold;
  font-size: 20px;
}
.book_br {
  display: none;
}
.camp {
  text-align: center;
  padding: 15px 10px 10px;
  font-weight: bold;
  background-color: #4ea2e8;
  color: #fff;
  font-size: 25px;
  line-height: 1.3;
}
.camp span {
  padding-left: 5px;
  color: #ffff00
}
.camp h1 {
  display: inline-block;
  position: relative;
}
.camp h1::before, .camp h1::after {
  content: "";
  width: 2px;
  height: 60px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
}
.camp h1::before {
  left: -25px;
  transform: rotateZ(-20deg);
}
.camp h1::after {
  right: -25px;
  transform: rotateZ(20deg);
}
@media screen and (max-width:850px) {
  .camp {
    padding: 15px 10px 10px;
    font-size: 22px;
  }
  .camp span {
    padding-left: 0px;
  }
  .camp h1::before, .camp h1::after {
    height: 55px;
    bottom: 0;
  }
  .camp h1::before {
    left: -15px;
  }
  .camp h1::after {
    right: -15px;
  }
}
@media screen and (max-width:736px) {
  .book_award img {
    width: 85%;
  }
  .book_container {
    margin-bottom: 30px;
    display: block;
    box-sizing: border-box;
  }
  .book_container > li {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .book_container > li:last-child {
    margin-bottom: 0px;
  }
  .book_img {
    max-width: 250px;
    margin: 0 auto 20px;
  }
  .book_title {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 10px;
  }
  .book_text li {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .book_text li:last-child {
    margin-bottom: 0;
  }
  .book_text li span {
    font-weight: bold;
    font-size: 20px;
  }
  .camp {
    line-height: 1.2;
    font-size: 18px;
  }
  .camp h1::before, .camp h1::after {
    height: 50px;
    bottom: 0;
  }
  .camp h1::before {
    left: -15px;
  }
  .camp h1::after {
    right: -15px;
  }
}
@media screen and (max-width:450px) {
  .book_br {
    display: block;
  }
  .book_img {
    max-width: 220px;
  }
  .book_title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .book_text li {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .book_text li:last-child {
    margin-bottom: 0;
  }
  .book_text li span {
    font-weight: bold;
    font-size: 18px;
  }
  .camp {
    line-height: 1.4;
    font-size: 18px;
  }
  .camp h1::before, .camp h1::after {
    height: 50px;
    bottom: 0;
    display: none;
  }
}
@media screen and (max-width:320px) {
  .camp {
    font-size: 16px;
  }
}
/*-------- 1004追加 --------*/
.top_logo_youtube,.top_logo {
  background-color: #333;
  padding: 10px 0;
  display: block;
}

.logo {
  text-align: left;
}
.logo img {
  margin: 0;
  max-width: 280px;
  width: 100%;
}
.top_logo_youtube .logo img {
  margin: 0 auto;
  max-width: 450px;
  width: 90%;
}
@media screen and (max-width:500px) {
  .logo img {
    margin: 0;
    max-width: 200px;
    width: 100%;
  }
	/*.top_logo_youtube .logo img {
  max-width: 320px;
}*/
}
@media screen and (max-width:400px) {
  .logo img {
    margin: 0;
    max-width: 150px;
    width: 100%;
  }
	/*.top_logo_youtube .logo img {
  max-width: 250px;
 
}*/
}




/* === Exit Overlay & Popup === */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 9998;
}
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: 750px;
  border-radius: 8px;
  padding: 0;
  text-align: center;
  z-index: 9999;
}
.popup-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  cursor: pointer;
}
.close-btn {
  position: absolute;
  top: 8px;
  right: 10px;
  background-color: white;
  border: solid 1px #333;
  font-size: 24px;
  color: #333;
  cursor: pointer;
  z-index: 10000;
  border-radius: 50vh;
  width: 30px;
  height: 30px;
  line-height: 25px;
}
/* === ChatBot === */
.chatbot {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 100%;
  max-width: 480px;
  max-height: 60vh;
  background: #fff;
  padding: 16px 20px 16px 16px; /* 右側に余分なパディングを追加 */
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 10001;
  display: none;
}
.chatbot.show {
  display: flex !important;
  flex-direction: column;
}
#chat-close {
  position: absolute;
  top: 8px;
  right: 12px;
  background: transparent;
  border: none;
  font-size: 22px;
  color: #333;
  cursor: pointer;
  z-index: 10002;
  flex-shrink: 0;
}
.chat-seq {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 32px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  max-height: calc(60vh - 80px);
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
  padding-right: 8px; /* スクロールバー分のパディングを追加 */
}
.chat-seq::-webkit-scrollbar {
  width: 6px;
}
.chat-seq::-webkit-scrollbar-track {
  background: transparent;
}
.chat-seq::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 3px;
}
.chat-seq::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}
.chat-item {
  display: none;
  transform-origin: bottom left;
  animation: zoomIn 0.4s ease-out forwards;
  opacity: 0;
  flex-shrink: 0;
}
.chat-item.operator {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.chat-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.bubble {
  background: #f5f5f5;
  padding: 12px 16px;
  border-radius: 16px;
  font-size: 16px;
  max-width: calc(100% - 8px); /* スクロールバー分を考慮した幅調整 */
  word-wrap: break-word;
  box-sizing: border-box;
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.form-area form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#chat-email {
  padding: 16px 8px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: calc(100% - 8px); /* スクロールバー分を考慮した幅調整 */
  box-sizing: border-box;
  margin-bottom:0;
}
.cv_btn {
  width: calc(100% - 8px); /* スクロールバー分を考慮した幅調整 */
/*  max-width: calc(280px - 8px);*/
  cursor: pointer;
  box-sizing: border-box;
}
.cv_btn[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .chatbot {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 12px 12px 0 0;
    max-height: 60vh;
    padding: 16px 12px 16px 16px; /* スマートフォンでは右側のパディングを調整 */
  }
  
  .chat-seq {
    max-height: calc(60vh - 80px);
    padding-right: 6px; /* スマートフォンではパディングを少し減らす */
  }
  
  #chat-close {
    width: 40px;
    height: 40px;
    font-size: 24px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    line-height: 40px;
    top: 12px;
    right: 12px; /* スクロールバー分を考慮して位置調整 */
  }
}
.chat-item.form-area form{
   width:100%;
}