@charset "utf-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tfoot, thead, th, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

body {
	font: normal 18px/1.7 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	color:#603813;
	overflow-x: hidden;
}

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

* {
    box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media screen and (min-width: 639px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}

@media screen and (max-width: 640px) {
	.sp img{
		max-width:100%;
}
	.sp02 img{
		text-align: center;
		max-width:100%;
/*  width: "768px";*/
  height: "auto";
}
.sp03 img{
		max-width:100%;
}
}

@media screen and (max-width: 640px) {
    .sp img,
    .sp02 img,
    .sp03 img {
        max-width: 100%;
        height: auto; /* 不要なクォートを削除 */
        text-align: center; /* 追加 */
    }
}

figure, img {
  margin: 0;
  padding: 0;
  display: block;
}
.sp01, .sp02 {
  margin: 0;
  padding: 0;
}


.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.ov_hd {
	overflow: hidden;
}
.bg_none {
	background-image: none!important;
}
a.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.center {
	text-align: center;
}
.right {
	text-align:right;
}
.line_0 {
	line-height: 0;
}
.zindex {
	z-index: 200;
}
input[type=radio] {
	width: 100%;
	height: 15px;
	vertical-align: middle;
}
input[type=image]:hover{
		opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	}


/* ----------------------------------------------------

    text

---------------------------------------------------- */
em {
	text-decoration: underline;
  font-style: normal;
}
.bd_red {
	border-bottom: 1px solid #FF0004;
	padding-bottom: 2px;
}
.bd_red02 {
	border-bottom: 3px solid #FF0004;
	padding-bottom: 0px;
}
.red {
	color: #ff0000;
}
.yellow {
	background-color: #ffff00;
}
.gray {
	color:#666666;
}
.bold {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
.strike {
	text-decoration: line-through;
}
.ac {
	text-align: center !important;
}
.ar {
	text-align: right !important;
}
.al {
	text-align: left !important;
}
.bold {
	font-weight: bold !important;
}
.font10 {
	font-size: 10px !important;
}
.font11 {
	font-size: 11px !important;
}
.font12 {
	font-size: 12px !important;
}
.font13 {
	font-size: 13px !important;
}
.font14 {
	font-size: 14px !important;
}
.font15 {
	font-size: 15px !important;
}
.font16 {
	font-size: 16px !important;
}
.font17 {
	font-size: 17px !important;
	line-height:150%;
}
.font18 {
	font-size: 18px !important;
}
.font19 {
	font-size: 19px !important;
}
.font20 {
	font-size: 20px !important;
}
.font21 {
	font-size: 21px !important;
}
.font22 {
	font-size: 22px !important;
}
.font23 {
	font-size: 23px !important;
}
.font24 {
	font-size: 24px !important;
}
.font25 {
	font-size: 25px !important;
}
.font26 {
	font-size: 26px !important;
}
.font27 {
	font-size: 27px !important;
}
.font28 {
	font-size: 28px !important;
}
.font29 {
	font-size: 29px !important;
}
.font30 {
	font-size: 30px !important;
}
.font32 {
	font-size: 32px !important;
}


.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

/* ----------------------------------------------------

    float

---------------------------------------------------- */
.fr {
	float: right !important;
}
.fl {
	float: left !important;
}
.clear {
	clear: both;
}
img {
	line-height: 0;
	padding: 0;
	margin: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
/* ----------------------------------------------------
    clearfix の代用
    &#60;div class="hr"&#62;&#60;hr /&#62;&#60;/div&#62;
---------------------------------------------------- */


/* ----------------------------------------------------
  header
---------------------------------------------------- */
header p{
	background: ♯006800;
	padding: 10px;
	text-align: center;
}

header h1{
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

header h1 img{
	margin-top: 30px;
}


@media screen and (max-width: 640px) {
	header h1{
		padding: 10px 0;
	}
	
	header h1 img{
		margin-top: 10px;
	}
}

/* ----------------------------------------------------
  sec
---------------------------------------------------- */

/* ボタン本体 */
.ripple{
  position: relative;
  display: block;       /* ← inline-block から変更して、最初から幅を確定 */
  width: 100%;          /* ← figureの幅いっぱいに広げる */
  overflow: hidden;
  border-radius: 100px;
}

/* 画像を“下のレイヤー”に固定 */
.ripple img{
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;           /* 常に最背面 */
}

/* 波紋を“前面”に固定＋クリックを邪魔しない */
.ripple span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* 中央基準 */
  width: 80%;
  height: 55%;          /* ← 縦幅はここで調整（薄くしたいなら 45〜55%） */
  border-radius: 100px;
  background-color: #176987;
  opacity: .5;
  animation: rippleAnimation 2s ease-out infinite;
  box-shadow: 0 0 5px #fff;
  z-index: 2;           /* 画像より前 */
  pointer-events: none; /* タップを妨げない */

  /* iOS描画安定化 */
  -webkit-backface-visibility: hidden;
  will-change: transform, opacity;
}

/* スマホ調整（必要に応じて値を変えてOK） */
@media (max-width: 640px){
  .ripple span{
    width: 90%;
    height: 70%;        /* ← スマホの縦幅。好みで60〜80%くらいに */
  }
}




/* アニメーション */
@keyframes rippleAnimation{
  0%   { transform: translate(-50%, -50%) scale(1);    opacity:.5; }
  100% { transform: translate(-50%, -50%) scale(1.15); opacity:0; }
}

/* ----------------------------------------------------
  sec01
---------------------------------------------------- */


.sec01 figure{
	width: 50%;
	margin: 0 auto;
	text-align: center;
	box-shadow: 4px 0px 6px rgba(0,0,0,.3),-4px 0px 6px rgba(0,0,0,.3);
}


@media screen and (max-width: 640px) {
	.sec01 figure{
		width: 100%;}
}

.sec_8 figure{
	width: 50%;
	margin: 0 auto;
	text-align: center;
	box-shadow: 4px 0px 6px rgba(0,0,0,.3),-4px 0px 6px rgba(0,0,0,.3);
}


@media screen and (max-width: 640px) {
	.sec_8 figure{
		width: 100%;}
}

.disabled{
  display: none;
}

.schedule_caption {
/*  margin: 0;
  padding: 0;
  padding-left: 10px;*/
  font-size: 70%;
/*  font-weight: bold;
  line-height: 150%;*/
  text-align: center;
	overflow:hidden;
}

@media screen and (min-width: 639px) {
  .schedule_caption {
    font-size: 80%;
  }
	}


/*------------------------------------------------
	Video
-------------------------------------------------*/


/* ----------------------------------------------------
   cta（YouTube埋め込みセクション）
---------------------------------------------------- */


/* セクションの枠だけ（色・影はお好みで） */
.sec_cta{
  width:50%;
  margin:0 auto;
  padding:3% 2%;
  background:#fff0fb;
  box-shadow:4px 0 6px rgba(0,0,0,.3), -4px 0 6px rgba(0,0,0,.3);
  box-sizing:border-box;
  overflow-x:hidden;
}

/* ★ここを修正：親（.sec_cta）内で100%にする */
.sec_cta .lp-container{
  width: 100%;        /* ← これだけで枠内にピッタリ収まる */
  max-width: 100%;    /* 念のため */
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

/* 比率ボックス：この中で16:9にフィット */
.sec_cta .yt-box{
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

/* iframeを完全フィット */
.sec_cta .yt-box iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}


/* レスポンシブ対応（スマホ用） */
@media screen and (max-width: 768px) {
  .sec_cta {
    width: 100%;
    padding: 6% 3% 8%;
  }
}


/* 汎用的な非表示クラス */
.disabled {
  display: none;
}

.sec_cta2 {
  width: 50%;
  margin: 0 auto;
  background-color: #e8f9f9;
  padding: 3% 0;
  box-shadow: 4px 0px 6px rgba(0,0,0,.3),-4px 0px 6px rgba(0,0,0,.3);
}
.sec_cta2 img {
  display: block;
  margin: 0 auto;
  margin-top: 1vw;
  margin-bottom: 4vw;
}
.sec_cta2 figure {
	width: 90%;
	margin: 0 auto;
  }
.sec_cta2 figure img {
  display: block;
  margin: 0 auto;
}
.sec_cta2 p {
  color: #fff;
}
.sec_cta2 .ripple span {
  background-color: #4ecd00;
  border-radius: 20px;
  width: 90%;
}

@media screen and (max-width: 768px) {
  .sec_cta2 {
    width: 100%;
	padding: 3% 0 3%;
  }	
.sec_cta2 .ripple span {
    width: 90%;
  }
  .sec_cta2 figure {
	width: 90%;
	margin-top: 4vw;
    margin-bottom: 4vw;
  }
  .sec_cta2 p {
    font-size: 3.7vw;
  }
}

.sec_cta2 iframe {
  display: block;
  margin: 0 auto;
  width: 93%;
  height: 600px; /* お好みで調整してOK */
  border: none;
}

@media screen and (max-width: 767px) {
 .sec_cta2 iframe {	
   height: 750px;
	}
}

.disabled{
	display: none;
}
/* ----------------------------------------------------
  footer
---------------------------------------------------- */

footer{
	background-color: #fff0fb;
	color: #848484;
	text-align: center;
	padding: 1em;
	box-sizing: border-box;
	line-height: 1.65em;
}
footer a {
  color: #FFF;
}

@media screen and (max-width: 640px) {
	footer{
		font-size: 3.4vw;
		}

	}


.side_btn {
  position: fixed;
  bottom: 2em;
  right: 2em;
  z-index: 9999;
  width: 180px;
  opacity: 0; /* 最初は透明 */
  transform: translateY(20px); /* 下から少し出てくる */
  animation: fadeFloat 2s ease-out forwards, floating 3s ease-in-out 2s infinite;
}

.side_btn img {
  width: 100%;
  height: auto;
  display: block;
}

/* スマホでは非表示 */
@media (max-width: 640px) {
  .side_btn {
    display: none;
  }
}

/* ふわっと出てくる */
@keyframes fadeFloat {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ゆるく上下にゆらぐ */
@keyframes floating {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

.smp_btn {
	display: none;
}

.smp_btn .smp-ripple{
  display: block;
  width: 95%;
  margin: 0 auto;
}

@media (max-width: 640px) {
.smp_btn {
	position: fixed;
	bottom: 0; 
	left: 0;
	display: inline-block;
	z-index: 100;
}
}

.smp {
	display: none;
}

@media screen and (max-width: 640px) {
.smp {
	display: block;
}
}
	