@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);

/* Shared
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button {
  border-radius: 100px;
}
.red{
	color: red;
}
.lih{
	line-height: 2;
}
/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
  padding: 3rem 0 3rem;
}

.section-heading,
.section-description {
  margin-bottom: 2rem;
}

body {
  background: url(../images/bg_01.png) repeat fixed center top, #fff;
}

#wrapper {
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .333);
}

#wrapper.section {
  padding-bottom: 0 !important;
}

h2 {
  font-size: 2em;
  line-height: 1.5 !important;
  margin-bottom: 1rem;
}

h3 {
  text-align: center;
  font-size: 1.8em;
  line-height: 1.5 !important;
}

h3.ttl{
  font-size: 2.0rem;
  border-bottom: 1px dotted #ccc;
  text-align: left;
}

h4 {
  text-align: center;
  font-size: 1.35em;
}

.nopc {
  display: none;
}

.nosp {
  display: block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.alpha80 {
  background: rgba(255, 255, 255, 0.8);
}

.responsive {
  width: 100%;
}

.pink {
  color: #AF125F;
}

.section .mincho30 {
  text-shadow: none;
}

.desc {

  font-size: 1.8rem;
  margin-bottom: 50px;
}

.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

h2.mincho {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
  color: #4D81A6;
}

#countdown {
  height: auto;
  width: 100%;
  position: fixed;
  z-index: 9999;
  background-color: #DF0952;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, #E5E5E3 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, #E5E5E3 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, #E5E5E3 100%);
  background-color: rgba(0, 0, 0, 0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#E5E5E3', GradientType=0);
  border-bottom: 1px solid #52A934;
  background-color: #fff;
}

dl.check, .check2 {
  max-width: 640px;
  margin: 0 auto 40px;
}

dl.check dt {
  width: 1.5em;
  float: left;
  font-size: 125%;
  color: #E05C8E;
  padding: 0.3em 0 0.3em 0;
}

dl.check dd {
  margin-left: 1.5em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 125%;
  border-bottom: #ccc dotted 1px;
  padding: 0.3em 0 0.3em 0;
}

.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.w80{
	width:80%;
	margin-left: auto;
	margin-right: auto;
}





/* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.hero {
  max-width: 1200px;
  position: relative;
  z-index: 9;
  background-color: #fff;
  /*background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/pink-bg.jpg);
	background-repeat: no-repeat;
	background-position: center 79px;
	background-size: cover;*/
  padding: 79px 0 50px !important;
  background: url(../images/header-bg.jpg) no-repeat center top 79px;

}
.fv__container {

  max-width: 1000px;

  display: flex;
  justify-content: center;
  align-items: center;
flex-direction: column;
  margin: 0 auto;
  position: relative;
  padding:1.5em;
  box-sizing: border-box;
  padding-top: 30px;
}

.fv_ttl{
  padding-top: 60px;
}

.fv__subttl {
    font-size: 40px;
    margin: 24px 0 24px;
    color: #7B296B;
    text-align: center;
    border: 2px solid #7B296B;
    font-weight: bold;
    padding: 0 10px;
  }

  @media only screen and (max-width: 1200px) {
.hero{
  background-size: contain;
  padding-bottom: 0!important;
}
.fv__container{
  padding-top: 0;
}
.fv_ttl{
  padding-top: 30px;
}
.fv__subttl{
  font-size: 24px;
}

  }

  @media only screen and (max-width: 768px) {
    .hero{
      background-size: contain;
      padding: 70px 0 30px !important;
      background-position: center top 60px;

    }
      .fv__container{
        width: 90%;
      }
      .fv__subttl{
        font-size: 24px;
        margin: 10px 0 24px;
      }
  }

@media only screen and (max-width: 480px){
  .hero {
  padding: 30px 0 0 !important;
    background-position: center top 30px;
  }
  .fv_ttl{
    padding-top:25px;
  }
  .fv__subttl{
    font-size: 18px;
    margin: 0 0 24px;
    background: rgba(255,255,255,0.5);
  }
}


.hero .container {
  position: relative;
  width: 100% !important;
  max-width: 1200px;
  margin: 0 auto 0;
  padding: 0 0;
  line-height: 0;
  box-sizing: border-box;
}



/* section1
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body div.section1 {
  /*	background-color: #DCF1F2;*/
  /*	background-color: #F4ECD7;
	padding-bottom:220px;*/
}

.section1-inn {
  position: relative;
}

.section1-left {
  position: relative;
  z-index: 100;
  padding: 15px;
  box-sizing: border-box;
}

.backtop {
  position: absolute;
  right: 0px;
  top: 50px;
  z-index: 1;
  width: 500px;
}

.backtop2 {
  position: absolute;
  right: 0px;
  bottom: -200px;
  z-index: 1;
  width: 500px;
}

/* osusume
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.osusume {
  background: #fff;
  /*background: url(../images/goldbg.jpg) no-repeat fixed center bottom,#fff;
	-webkit-background-size:cover;
	background-size:cover;*/
}

.osusume ul {
  max-width: 90%;
  margin: 0 auto 30px;
  padding: 2rem;
  font-size: 2.0rem;
  font-weight: bold;
  /*	background: #fff;*/
  background: rgba(255, 255, 255, 0.8);
  list-style: circle outside;
}

.osusume ul li {
  margin-left: 1em;
}

/* program1
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.program1 {
  background: #fff;
  /*-webkit-background-size:cover;
	background-size:cover;*/
  padding-bottom: 5rem !important;
  /*color: #232323;*/
}

.program1 .section-description {
  /*font-size: 1.25em;*/
}

.program1 .category {
  text-align: center;
}

.program1 .topmsg p {
  font-size: 0.75em;
  overflow: hidden;
  margin-bottom: 0;
}

.program1 .topmsg2 {
	background: url(../images/top-left.png) no-repeat left top, url(../images/top-right.png) no-repeat right bottom;
	padding:20px;
	box-sizing: border-box;
}

.program1 .topmsg2 p {
  background: #D3E7F1;
  margin-bottom: 0;
	padding:40px;
	box-sizing: border-box;
}

.program1 .schedule{
	font-family:'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
	font-size:1.1em;
	margin-bottom: 2em;
	border: 1px dashed #AD9252;
	padding:1em;
	box-sizing: border-box;
}

.program1 .schedule dl{
  margin:0;
}

.program1 .schedule dt{
  float: left;
}

.program1 .schedule dd{
  margin-left: 5em;
}

.program1 .bonus-box2{
	max-width:760px;
	margin-left: auto;
	margin-right: auto;
	border: 3px double #AD9252;
	padding-top:3%;
	border-radius: 10px;
}

.program1 .bonus-box2 p{
	max-width:700px;
	margin-left: auto;
	margin-right: auto;
	padding:15px 5%;
	box-sizing: border-box;
}

/* guidance
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*.guidance h3{
	color: #967B56;
}*/
/*.guidance h4{
	color: #967B56;
}*/
.guidance {
  padding-top: 10px;
  background: url(../images/guide_bg.jpg) no-repeat scroll center top, #fff;

}

.guidance p {

}

.guidance .waku {
  max-width: 800px;
  margin: 30px auto 0;

  background: #fff;

  box-sizing: border-box;
}

.guidance .price {
  font-size: 1.4em;
  font-weight: bold;
}

.guidance .guide-txt {
  font-size: 1.15em;
}

.guidance dl {
  max-width: 640px;
  margin: 0 auto 30px;
}

.guidance dt {
  float: left;
  font-weight: bold;
}

.guidance dd {
  margin-left: 11em;
  text-align: left;
}

.guidance h3.ttl{
  background: #7B296B;
  color: #fff;
  font-size: 2.6rem;
  text-align: center;
  padding: 8px;
  margin: 0;
  border: none;
}

.guidance .guidbox{
  border-left: 1px solid #7B296B;
  border-right: 1px solid #7B296B;
  border-bottom: 1px solid #7B296B;
  padding: 2rem;
  margin-bottom: 3rem;
}
.guidance .guidbox ul{
  padding: 0;
  margin: 0 0 0 2em;
}
.guidance .guidbox li{
  font-size: 2rem;
  font-weight: bold;
}
.guidance .guidbox.chui p{
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.5em;
  font-size: 1.13em;
}

.subheader-wrap{
  position: relative;
}
.subheader-wrap .sub_subttl{
  position: absolute;
  font-size:24px;

  color: #7B296B;
  text-align: center;
  border: 2px solid #7B296B;
  font-weight: bold;
  padding: 0 10px;
  bottom:60px;
  left:50%;
  margin-left: -175px;
}
  @media only screen and (max-width: 768px) {
    .subheader-wrap .sub_subttl{
        bottom:30px;
    }
  }
  @media only screen and (max-width: 480px) {
    .subheader-wrap .sub_subttl{
        bottom:10px;
        font-size: 16px;
        background: rgba(255,255,255,0.5);
        margin-left: -120px;
    }
  }

dl.check dd {
  margin-left: 1.5em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 125%;
  border-bottom: #ccc dotted 1px;
  padding: 0.3em 0 0.3em 0;
}

.menu1 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 1.3em;
  color: #fff;
  padding: 3px 1em 3px 1em;
  background-color: #5900B2;
  margin-right: 0.5em;
  margin-bottom: 1em;
  border-radius: 7px;
}

.menu2 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 1.3em;
  color: #fff;
  padding: 3px 1em 3px 1em;
  background-color: #008C69;
  margin-right: 0.5em;
  margin-bottom: 1em;
  border-radius: 7px;
}
.menu1 .fas, .menu2 .fas {
  color: #fff;
}

.kouza p{
	margin-bottom:0.5em;
}

.kouza ul{
	list-style: square;
	font-size: 1.15em;
	margin-left: 0.5em;
}

.concept-ttl{
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0 auto 10px;
	width: 150px;
	padding: 0.2em;
	font-weight: bold;
	text-align: center;
	background: #5900B2;
	color: #fff;
	margin-top: -30px;
	font-size: 1.2em;
  border-radius: 7px;
}

.concept-box{
	width: 100%;
	border: 3px solid #ddd;
	padding: 0.5em;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.alert {
  padding: 10px;
  font-size: 0.9em;
  background: #f6f6f6;
  border: #ccc 1px dotted;
  margin-bottom: 15px;
}

.content1 {
  display: inline-block;
  font-size: 150%;
  text-shadow: 0 0 1px #bbb;
  font-family: 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
}

.content1 span {
  padding-left: 1em;
}

.content1 span img {
  vertical-align: middle;
}

/* message
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.message .line-center, .prof .line-center {
  position: relative;
  text-align: center;
  font-weight: bold;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.message .line-center:before, .prof .line-center:before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color:#7B296B;
}

.message .line-center span, .prof .line-center span {
  position: relative;
  z-index: 2;
  font-size: 2.4rem;
  display: inline-block;
  margin: 0 1.5em;
  padding: 0 1em;
  background-color: #fff;
  color: #7B296B;
  text-align: center;
}
.prof_box,.message_box{
  background: #F7F7F7;
  padding: 1.5em;
  color: #333326;
}

.message {
  background-color: #fff;
}

.prof .section-description {
  font-size: 1.25em;
}

.profBox {
    background: #fff url(../images/speaker-head.jpg) no-repeat scroll center top;
    background-size: 100%;
    width: 100%;
    margin: 0 auto 30px;
    border: 1px solid #B59E75;
    padding: 1em 2em;
    box-sizing: border-box;
    color: #222;
    text-shadow: 1px 2px 3px rgba(0,0,0,0.3);
    font-size: 115%;
  }

  .profBox .prof-st dt {
    float: left;
  }
  .profBox .prof-st dd {
    margin-left: 5em;
}




.message_box p {
  background: url(../images/bg-note01.png) bottom;
  line-height: 36px;
  overflow: hidden;
  margin-bottom: 0;
}

/* program
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.program {
  background: #FAF7EF;
}

.program .cr {
  color: #EE3377;
}

.program .headline-lg {
  position: relative;
  width: 100%;
  text-align: center;
  color: #D55B86;
  font-weight: bold;
  padding-left: 0.3em;
  padding-right: 0.3em;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.program .headline-lg::before,
.program .headline-lg::after {
  position: absolute;
  top: 0;
  content: '';
  width: 15px;
  height: 100%;
  border-top: 2px solid #d1496b;
  border-bottom: 2px solid #d1496b;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.program .headline-lg::before {
  left: 0;
  border-left: 2px solid #d1496b;
}

.program .headline-lg::after {
  right: 0;
  border-right: 2px solid #d1496b;
}

/*.program .headline-lg:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fa8072;
}*/
.program .headline-box {
  width: 100%;
  color: #800040;
  margin: 0 auto 30px auto;
  position: relative;
  padding: 15px;
  border-top: dotted 1px #800040;
  border-bottom: dotted 1px #800040;
  box-sizing: border-box;
}

.program .headline-box:before, .program .headline-box:after {
  content: '';
  position: absolute;
  top: -10px;
  width: 1px;
  height: -webkit-calc(100% + 20px);
  height: calc(100% + 20px);
  border-right: dotted 1px #800040;
}

.program .headline-box:before {
  left: 10px;
}

.program .headline-box:after {
  right: 10px;
}

.program h4 {
  display: inline-block;
  background: #800040;
  color: #fff;
  /*文字色*/
  /*border: solid 3px #fa8072;線色*/
  padding: 0.3em 1em;
  /*文字周りの余白*/
  border-radius: 0.5em;
  /*角丸*/
}

h3.double {
  color: #800040;
  ;
  /*文字色*/
  padding: 0.5em 0;
  /*上下の余白*/
  border-top: double 3px #800040;
  /*上線*/
  border-bottom: double 3px #800040;
  /*下線*/
}

/*タブ切り替え全体のスタイル*/
.tabs1, .tabs2 {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;}

/*タブのスタイル*/
.tab1_item, .tab2_item {
  width: calc(100%/2);
  height: 1.7em;
  background-color: #d9d9d9;
  line-height: 1.2;
  font-size: 150%;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  padding-top:0.5em;
  margin-bottom: 0 !important;
}
.tab1_item:hover, .tab2_item:hover{
  opacity: 0.75;
  cursor : pointer;
}

/*ラジオボタンを全て消す*/
input[name="tab1_item"], input[name="tab2_item"]{
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab1_content, .tab2_content {
  display: none;
  padding: 40px 20px 20px;
  clear: both;
  overflow: hidden;
  border:#eee solid 1px;
  border-top: none;
  margin-bottom: 20px;
}

#st1_content, #st2_content{
  border-top: 3px solid #46008C;
}

#kd1_content, #kd2_content{
  border-top: 3px solid #00664C;
}


/*選択されているタブのコンテンツのみを表示*/
#st1:checked ~ #st1_content,
#kd1:checked ~ #kd1_content,
#st2:checked ~ #st2_content,
#kd2:checked ~ #kd2_content{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs1 input:checked + .st1, .tabs2 input:checked + .st2{
  background-color: #5900B2;
  color: #fff;
}

.tabs1 input:checked + .kd1, .tabs2 input:checked + .kd2{
  background-color: #008C69;
  color: #fff;
}

/* description
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.description {
  background: #fff;
}

.description h4 {
  color: #000;
  font-weight: bold;
  text-align: left;
  font-size: 1.25em;
  padding: 0 5px 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #222;
}

.toiawase {
  max-width: 600px;
  padding: 20px;
  border: 3px #E3D5B5 solid;
  margin: 0 auto 60px;
}

ul.plus{
  padding: 0;

}

.plus li{
  margin-left: 0;
  list-style: none;
  font-size:110%;
  background: url(../images/star.png) no-repeat left top;
  padding-left: 40px;
}

.plus li p{
  margin-left: -40px;
}

/* faq
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.faq {
  background: #f6f6f6;
}

h4.line-center {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 150%;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 1px;
  text-align: center;
  overflow: hidden;
}

h4.line-center span {
  display: inline-block;
  padding: 4px 20px 4px 20px;
  position: relative;
  /*background: #272D45;*/
  color: #333;
  border-radius: 5px;
}

h4.line-center span:before,
h4.line-center span:after {
  border-top: 3px double #333;
  content: "";
  position: absolute;
  top: 50%;
  width: 99em;
}

h4.line-center span:before {
  right: 100%;
}

h4.line-center span:after {
  left: 100%;
}

.kadomaru {
  display: inline-block;
  padding: 1rem 1rem;
  background: #191970;
  border-radius: 30px;
  color: #fff;
  width: 80%;
  margin-bottom: 0;
}

.qa dl {
  margin-bottom: 20px;
}

.qa dl dt {
  font-weight: bold;
  display: table;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  background: url("../images/img_q.png") no-repeat top left;
  padding-left: 40px;
  border-bottom: 1px dashed #999;
  min-height: 32px;
  line-height: 32px;
  box-sizing: border-box;
}

.qa dl dt>span {
  display: table-cell;
  vertical-align: top;
  width: 1.2em;
  color: #E63575;
}

.qa dl dd {
  overflow: hidden;
  display: table;
  background: url("../images/img_a.png") no-repeat top left;
  padding-left: 40px;
  margin-bottom: 40px;
  min-height: 32px;
  line-height: 32px;
  margin-left: 0;
  box-sizing: border-box;
}

.qa dl dd>span {
  display: table-cell;
  font-weight: bold;
  color: #00BFFF;
  vertical-align: top;
  width: 1.2em;
}

/* Values
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.values {
  background-image: url('../images/values-bg.jpg');
  background-size: cover;
  color: #fff;
  padding-bottom: 5rem;
}

.value-multiplier {
  margin-bottom: .5rem;
  color: #11DFC7;
}

.value-heading {
  margin-bottom: .3rem;
}

.value-description {
  opacity: .8;
  font-weight: 300;
}

/* footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.footer {
  color: #222;
  background-color: #d1d1d1;
  /* IE8用 上の「#footer{background: #d1d1d1;}」とセット*/
  background: linear-gradient(#d1d1d1, #e3e3e3);
  background: -moz-linear-gradient(top, #d1d1d1, #e3e3e3);
  /* Firefox用 */
  background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#e3e3e3));
  /* Safari,Google Chrome用 */
}

.footer #f-logo {
  width: 100px;
  margin-right: 15px;
  float: left;
}

.footer #f-menu {
  float: left;
  margin-top: 5px;
}

.footer a {
  color: #222;
}

.footer a:hover {
  color: #C00;
}

.tokuten dl {
  display: inline-block;
  border: 3px double #D55B86;
  padding: 20px;
}

.tokuten dt {
  background: #D55B86;
  color: #fff;
  margin-bottom: 10px;
}

.tokuten dd {
  margin-left: 0;
}

ul#ico {
padding-left: 0;
}

ul#ico li, ul#ico2 li {
      font-size: 2rem;
      font-family: 'Noto Sans Japanese';
      font-weight: 500;
    	text-indent: 0;
    	padding-left: 1.7em;
    	padding-bottom: 0.5em;
      border-bottom: 1px dotted #ccc;
      list-style: none;
}

/*ul#ico li::before, ul#ico2 li::before {
  content: "🌏 ";
}*/

ul#ico li {
	background-image: url('../images/list-ico.png');
	background-position: top 0.25em left 0;
	background-repeat: no-repeat;
	background-size: 1.4em 1.4em;
}
.photo-box {
  width: 80%;
  margin: 0 auto 35px auto;
  position: relative;
  /*
padding:30px 45px;
border-top:solid 1px #9E7F22;
border-bottom:solid 1px #9E7F22;
*/
  box-sizing: border-box;
}

/*
.photo-box:before, .photo-box:after{
content:'';
position:absolute;
top:-10px;
width:1px;
height:-webkit-calc(100% + 20px);
height:calc(100% + 20px);
background-color:#9E7F22;
}
.photo-box:before {left:10px;}
.photo-box:after {right:10px;}
*/
.photo-box img {
  width: 100%;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.box {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ccc;
  padding: 15px;
  font-size: 1.25em;
  box-sizing: border-box;
	border: 3px solid #DFCA71;
}

.box7{
    padding: 1em 1em 0.5em;
    margin: 2em 0;

    /*background: whitesmoke;/*背景色*/
    border-left: solid 5px #7E7848;/*左線*/
    border-right: solid 5px #7E7848;/*右線*/
    background: url(../images/marble.png) no-repeat center top;
}
.box7 p {
    margin: 0;
    padding: 0;
}
.voice{
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;

  padding: 1em;
  border: 1px dotted #4D81A6;
}
.voice h5{
  font-size: 1.15em;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 1rem;
  color: #4D81A6;
  font-family:'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
}
.btn-entry {
    display: block;
    margin: 0 auto 30px;
    max-width: 600px;
    text-align: center;
    width: 100%;
}

.btn-entry a {
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 50%);
    background: -webkit-gradient(linear,left top,right top,from(#6C5EE0),to(#A81A73));
    background: -webkit-linear-gradient(left,#6C5EE0,#A81A73);
    background: linear-gradient(to right,#6C5EE0,#A81A73);
    border: 5px solid #fff;
    border-radius: 60px;
    box-shadow: 0 0 15px rgb(0 0 0 / 50%);
    color: #fff;
    display: block;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.8;
    overflow: hidden;
    padding: 20px 65px 20px 50px;
    position: relative;
}
.button{height: auto;
}
.button:hover{
  text-decoration:underline;
}

.btn-entry .btn-micro {
    background: url(../images/tit_02_left.svg) left top 10px no-repeat,url(../images/tit_02_right.svg) right top 10px no-repeat;
    background-size: 32px auto;
    color: #222;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    padding: 10px 35px 15px;
}

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

	.btn-entry {
	    display: block;
	    margin: 0 auto 30px;
	    max-width: 100%;
	    text-align: center;
	    width: 100%;
	}

	.btn-entry a {
	    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 50%);
      background: -webkit-gradient(linear,left top,right top,from(#6C5EE0),to(#A81A73));
      background: -webkit-linear-gradient(left,#6C5EE0,#A81A73);
      background: linear-gradient(to right,#6C5EE0,#A81A73);
	    border: 3px solid #fff;
	    border-radius: 60px;
	    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
	    color: #fff;
	    display: block;
	    font-size: 20px;
	    font-weight: 700;
	    letter-spacing: 2px;
	    line-height: 1.8;
	    overflow: hidden;
	    padding: 10px 30px 10px 20px;
	    position: relative;
	}

	.btn-entry .btn-micro {
	    background: url(../images/tit_02_left.svg) left top 7px no-repeat,url(../images/tit_02_right.svg) right top 7px no-repeat;
	    background-size: 24px auto;
	    color: #222;
	    display: inline-block;
	    font-size: 16px;
	    font-weight: 600;
	    padding: 10px 35px 15px;
	}

}


/*キラッと光る*/

.button{
  color: #fff;
  background: #c9171e;
  font-size: 16px;
  border-radius: 4px;
  text-decoration: none;
  padding: 1em 3em;
  display: inline-block;
}
/* 光らせるためのstyle */
.shine{
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}
/* 光の疑似要素 */
.shine::before{
  content: "";
  animation: shine 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
  background-color: #fff;
  width: 140%;
  height: 100%;
  transform: skewX(-45deg);
  top: 0;
  left: -160%;
  opacity: 0.5;
  position: absolute;
}
/* 光の動き */
@keyframes shine{
  0% {
    left: -160%;
    opacity: 0;
  }
  70% {
    left: -160%;
    opacity: 0.5;
  }
  71% {
    left: -160%;
    opacity: 1;
  }
  100% {
    left: -20%;
    opacity: 0;
  }
}

.pcpt50{padding-top: 0;}
@media only screen and (min-width: 821px) {
  .pcpt50{padding-top: 50px;}
}

.flex{
	/*display: flex;
	justify-content: space-between;*/
}
.flex dl{
	width: 100%;
}
.flex dl dt{
	margin: 0;
	padding: 20px;
    background: #7B296B;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 21px;
}
.flex dl dd img{
	width: 100%;
	max-width: 280px;
	margin: 0 auto 20px;
	display: block;
}

.flex dl dd{
	margin: 0;
	padding: 0;
	border: 2px solid #7B296B;
	padding: 16px;

font-size: 1.8rem;
}
.gra{
	background-color: #92a0e2;
	background-image: linear-gradient(90deg, #92a0e2 0%, #C850C0 46%, #FFCC70 100%);
	margin: 0 0 40px;
}
.gra p{
	padding: 40px 20px;
	color: #fff;
	font-size: 200%;
	text-align: center;
    font-weight: bold;
}

.redtext{
	max-width: 700px;
	margin: 0 auto 30px;
	border: 1px solid #000;
	padding: 20px;
}
.redtext p{
	margin: 0;
	font-size: 100%;
	color: red;
	line-height: 2;
}
.content{
    position:relative;
    margin: 0 0 50px;
}
.content.hide{
    height:360px; /* 最初から見えているコンテツの高さ */
    overflow-y:hidden;
}
.content .more{
    position:absolute;
    bottom:0;
    width:100%;
    padding-top:100px; /* グラデーションの高さはここで調整 */
    padding-bottom:50px; /* 続きを読むテキストの位置 */
    text-align:center;
    background: linear-gradient(to bottom, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255, 1) 70%);
    font-weight:bold;
    cursor:pointer;
}
.content h2{
	margin: 0;
    padding: 20px;
    background: #7B296B;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 21px;	
}
.content p{
	margin: 0;
    padding: 0;
    border: 2px solid #7B296B;
    padding: 16px;
    font-size: 1.8rem;	
}

.box-b{
	margin: 0 0 50px;
}
.box-b h4{
	    background-color: #5900B2;
	    color: #fff;
	    padding: 10px;
	    font-size: 20px;
	    font-weight: bold;
	    text-align: left;
}
.box-b .pink{
	color: #ff03ac;
	font-weight: bold;
}
.box-b p{
	margin: 0 0 10px;;
	line-height: 1.5;
	    font-weight: bold;
}
