@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Sawarabi+Gothic");

/* RESPONSIVE BOTH---------------------------------------------------- */
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,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
main,
section,
summary,
time,
mark,
audio,
video {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.6;
  letter-spacing: 0.025em;
  color: #000000;
}

/* clearfix */
.clearfix {
  display: inline-block;
  min-height: 1%;
  /* for IE 7 and MacIE5.5*/
  width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

a:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

img {
  max-width: 100%;
}

.hide_pc {
  display: none;
}

@media screen and (max-width: 750px) {
  .hide_pc {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .hide_sp {
    display: none;
  }
}

.inner {
  width: 100%;
}

.inner.white {
  background: -webkit-gradient(linear, left top, right top, from(#FFF8DE), to(#E1E1F1));
  background: linear-gradient(to right, #FFF8DE, #E1E1F1);
}

@media screen and (min-width: 751px) {
  .inner {
    width: 100%;
    padding: 0 10px;
    margin: auto;
  }
}

.contents {
  width: 100%;
  margin: 0 auto;
  background-color: #E50012;
}

.header {
  height: 45px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9998;
  color: #E50012;
}

@media screen and (max-width: 750px) {
  .header {
    height: 80px;
  }
}

/*nav----------------- */
.nav {
  max-width: 1024px;
  width: 95%;
  margin: auto;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 750px) {
  .nav .social {
    text-align: right;
  }
}

.nav .social p {
  font-weight: 500;
}

@media screen and (max-width: 750px) {
  .nav .social p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.nav .social .hd-txt {
  max-width: 462px;
}

@media screen and (max-width: 940px) {
  .nav .social .hd-txt {
    width: 370px;
  }
}

.nav .social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  padding-bottom: 4px;
  margin-left: 5px;
}

@media screen and (max-width: 750px) {
  .nav .social a {
    width: 50px;
    height: 50px;
    display: block;
    padding: 7.5px 0 0;
    margin-left: 5%;
  }
}

@media screen and (max-width: 470px) {
  .nav .social a {
    width: 40px;
    height: 40px;
    display: block;
    padding: 11.5px 0 0;
    margin-left: 5%;
  }
}

.nav .social img {
  width: 100%;
}

.nav .social a:hover {
  -webkit-filter: none;
  filter: none;
}

.nav .social span {
  font-weight: 500;
  font-size: 15px;
}

@media screen and (max-width: 900px) {
  .nav .social span {
    font-size: 10px;
    font-weight: bold;
  }
}

.nav .cross {
  display: inline-block;
  padding: 0 3px;
  vertical-align: top;
  font-size: 24px;
  margin: 0 5px;
}

.nav .logo a {
  display: inline-block;
}

@media screen and (max-width: 750px) {
  .nav .logo a {
    height: auto;
  }
}

.nav .logo a.sol {
  width: 80px;
  padding: 8px 0 5px;
  vertical-align: bottom;
}

@media screen and (max-width: 750px) {
  .nav .logo a.sol {
    width: 90px;
    padding: 14px 0 0;
  }
}

@media screen and (max-width: 470px) {
  .nav .logo a.sol {
    width: 80px;
    padding: 11px 0 0;
  }
}

.nav .logo a.sponser {
  width: 110px;
  padding: 3px 0 5px;
  vertical-align: bottom;
}

@media screen and (max-width: 750px) {
  .nav .logo a.sponser {
    width: 100px;
    padding: 0;
  }
}

@media screen and (max-width: 470px) {
  .nav .logo a.sponser {
    width: 90px;
  }
}

.nav .logo img {
  width: 100%;
}

.nav .logo span {
  display: inline-block;
  vertical-align: super;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  padding-right: 10px;
  padding-bottom: 12px;
}

@media screen and (max-width: 750px) {
  .nav .logo span {
    padding-right: 10px;
    padding-bottom: 5px;
  }
}
.img-schedule img{
  width: 86%;
  vertical-align:top;
  margin: 0 auto;

}
.img-schedule02 {
  width: 86%;
  margin: 0 auto;

}
/*footer----------------- */
footer {
  width: 100%;
  padding: 50px 0 50px;
}


@media screen and (max-width: 750px) {
  footer {
    padding: 5% 0 5%;
  }
}

footer a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

footer a:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

footer .inner {
  width: 95%;
  max-width: 860px;
  margin: 0 auto;
}

footer .inner .footer-banner img {
  width: 70%;
  height: auto;
}
@media screen and (max-width: 750px) {
  footer .inner .footer-banner img {
    width: 90%;
    height: auto;
  }
}

footer .footer_line {
  display: block;
  height: 4px;
  border-top: 1px solid #E50012;
  border-bottom: 3px solid #E50012;
  margin: 1em 0;
  padding: 0;
}

@media screen and (max-width: 750px) {
  footer .footer_line {
    margin: 1em 0;
  }
}

.message {
  background-size: 4px;
  padding: 50px 0;
  width: 90%;
  margin: 0 auto 32px;
  line-height: 1.8;
  position: relative;
  font-weight: 500;
}

@media screen and (min-width: 751px) {
  .message {
    padding: 20px 0 0;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 940px) {
  .message {
    padding: 30px 0 2%;
  }
}

@media screen and (max-width: 750px) {
  .message {
    padding: 0;
    margin: 0 auto 25px;
  }
}

.message dl {
  padding-top: 0;
  margin: -1% auto 0;
  font-size: 12px;
  text-align: left;
}

@media screen and (min-width: 751px) {
  .message dl {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 25px auto 0;
    font-size: 16px;
  }

  .message dl dt,
  .message dl dd {
    display: table-cell;
    vertical-align: top;
  }
}

@media screen and (min-width: 941px) {
  .message dl {
    padding: 0;
  }
}

.message dl dt {
  text-align: center;
  padding: 0;
}

@media screen and (min-width: 751px) {
  .message dl dt {
    width: 232px;
    padding: 10px 0 0;
  }
}

.message dl dd {
  padding-bottom: 30px;
  padding-top: 37px;
  font-size: 14px;
  color: #000000;
}

@media screen and (min-width: 751px) {
  .message dl dd {
    padding-left: 30px;
    width: 90%;
  }
}

@media screen and (max-width: 751px) {
  .message dl dd {
    font-size: 12px;
    padding-top: 0;
  }
}

.message dl img {
  padding: 20px 0 20px 0;
  width: 40%;
}

@media screen and (min-width: 751px) {
  .message dl img {
    max-width: 169px;
    height: 190px;
    width: 100%;
    padding: 0 0 20px 0;
  }
}

@media screen and (min-width: 941px) {
  .message dl img {
    width: 185px;
    height: 190px;
  }
}

.copyright {
  margin-top: 45px;
  text-align: center;
}

.copyright img {
  max-width: 142px;
  margin: 0 20px;
}

@media screen and (max-width: 750px) {
  .copyright img {
    width: 35%;
    margin: 0 2%;
  }
}

.copyright__text {
  margin-top: 30px;
  font-size: 9px;
  color: #E50012;
  font-weight: 500;
}

@media screen and (min-width: 751px) {
  .copyright__text {
    margin-top: 30px;
    font-size: 12px;
  }
}

@media screen and (max-width: 750px) {
  .copyright {
    font-size: 1vw;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 941px) {
  .friend {
    margin: 30px auto 0;
    text-align: center;
  }
}

.friend__heading {
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 600;
  font-style: oblique;
  font-style: italic;
  font-size: 12px;
}

.friend__snsHeading {
  font-family: "Open Sans", Helvetica, ArialMT, "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  font-weight: 600;
  font-size: 12px;
}

.friend__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin: 16px auto;
  width: 100%;
}

@media screen and (min-width: 751px) {
  .friend__list {
    width: 57%;
    margin: 10px auto 0;
  }
}

@media screen and (min-width: 940px) {
  .friend__list {
    width: 514px;
    margin: 22px auto;
  }
}

.friend__list img {
  width: 70px;
  height: 70px;
}

@media screen and (min-width: 941px) {
  .friend__list img {
    width: 88px;
    height: 88px;
  }
}

@media screen and (max-width: 750px) {
  .friend__list img {
    width: 15vw;
    height: 15vw;
  }
}

.pagetop {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
  cursor: pointer;
}

.pagetop .contents_inr {
  position: relative;
}

.pagetop__btn {
  display: block;
  position: absolute;
  opacity: 1;
  bottom: 10px;
  right: 0;
}

@media screen and (max-width: 749px) {
  .pagetop__btn {
    width: 16vw;
    height: 16vw;
  }
}

.pagetop__btn img {
  width: 100px;
}

.pagetop__btn img:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

body {
  background-color: #FFFFFF;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  font-family: "Shin Maru Go Medium", "Yu Gothic", sans-serif;
}

@media screen and (max-width: 750px) {
  body {
    background-image: url(../img/bg_sp.jpg);
  }
}

.mv {
  width: 100%;
  position: relative;
}

.mv img {
  width: 100%;
}

.mv-inner {
  width: 45%;
  position: absolute;
  margin: 0 auto;
  top: 14%;
  left: 0;
  right: 0;
}

@media screen and (max-width: 1500px) {
  .mv-inner {
    max-width: 667px;
  }
}

@media screen and (max-width: 750px) {
  .mv-inner {
    width: 91%;
    max-width: 100%;
    margin: 0 auto;
    top: 12.5%;
  }
}

.mv-inner img {
  position: absolute;
}

.mv-inner .mv-logo {
  width: 80%;
  top: 9vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}

@media screen and (max-width: 1500px) {
  .mv-inner .mv-logo {
    max-width: 530px;
  }
}

@media screen and (max-width: 750px) {
  .mv-inner .mv-logo {
    width: 76%;
    top: 27vw;
    left: 0;
    right: 4%;
  }
}

.mv-inner .mv-txt {
  width: 9%;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1500px) {
  .mv-inner .mv-txt {
    max-width: 60px;
  }
}

@media screen and (max-width: 750px) {
  .mv-inner .mv-txt {
    max-width: 75px;
    width: 10.6%;
  }
}

.mv-inner .mv-txt2 {
  width: 28%;
  top: 14vw;
  right: -5%;
}

@media screen and (max-width: 1500px) {
  .mv-inner .mv-txt2 {
    max-width: 184px;
  }
}

@media screen and (max-width: 750px) {
  .mv-inner .mv-txt2 {
    width: 26%;
    top: 24.5vw;
    right: 4.7%;
  }
}

.sec {
  width: 95%;
  max-width: 938px;
  margin: 8% auto 0;
  padding: 4% 0 0;
  position: relative;
  background-image: url(../img/inner_bg.jpg);
  background-position: center;
  background-repeat: repeat-y;
  background-size: contain;
  text-align: center;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

@media screen and (max-width: 750px) {
  .sec {
    width: 90%;
    margin: 11% auto 0;
    padding: 4% 0 1%;
  }
}

.sec::before {
  content: "";
  width: 100%;
  position: absolute;
  background-image: url(../img/inner_bg_top.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 16px;
  top: -13px;
  left: 0;
}

@media screen and (max-width: 750px) {
  .sec::before {
    top: -1.5vw;
  }
}

.sec::after {
  content: "";
  width: 100%;
  position: absolute;
  background-image: url(../img/inner_bg_bottom.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 16px;
  bottom: -13px;
  left: 0;
}

@media screen and (max-width: 750px) {
  .sec::after {
    bottom: -1.5vw;
  }
}

.sec-ttl {
  max-width: 842px;
  width: 90%;
  margin: 0 auto;
}

.sec .bottom-img {
  max-width: 843px;
  width: 89%;
  margin: 7% auto 4%;
}

.contents-inr {
  width: 85%;
  max-width: 785px;
  margin: 0 auto;
  text-align: center;
  color: #FFFFFF;
  line-height: 2.3;
}

@media screen and (max-width: 750px) {
  .contents-inr {
    width: 90%;
    line-height: 1.9;
  }
}

.contents-inr p {
  font-size: 16px;
}

@media screen and (max-width: 750px) {
  .contents-inr p {
    font-size: 3.3vw;
  }
}

.contents-inr p.about {
  margin: 4% auto 0;
}

@media screen and (max-width: 750px) {
  .contents-inr p.about {
    margin: 8% auto 3%;
  }
}

.contents-inr p.about span {
  position: relative;
}

.contents-inr p.about span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 12px;
  background-image: url(../img/line_red.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  bottom: -50%;
}

@media screen and (max-width: 750px) {
  .contents-inr p.about span::after {
    width: 101%;
    background-size: 100% 100%;
    left: 0;
    bottom: -65%;
  }
}

.contents-inr .normal {
  margin: 2% auto 7%;
  position: relative;
  line-height: 1.5;
  font-size: 19px;
  width: 573px;
}

@media screen and (max-width: 750px) {
  .contents-inr .normal {
    font-size: 3.5vw;
    margin: 1% auto 6%;
    width: 100%;
  }
}

.contents-inr .normal::before {
  content: url(../img/icon_left_pc.png);
  position: absolute;
  width: 86px;
  left: 0;
  top: 0;
}

@media screen and (max-width: 750px) {
  .contents-inr .normal::before {
    content: none;
  }
}

.contents-inr .normal::after {
  content: url(../img/icon_right_pc.png);
  position: absolute;
  width: 59px;
  right: 0;
  top: 15px;
}

@media screen and (max-width: 750px) {
  .contents-inr .normal::after {
    content: none;
  }
}

.contents-inr .normal2 {
  margin: 4% auto 7%;
}

@media screen and (max-width: 750px) {
  .contents-inr .normal2 {
    font-size: 3.2vw;
    margin: 3% auto;
  }
}

.contents-inr .guest img {
  max-width: 682px;
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .contents-inr .guest img {
    width: 100%;
    margin-bottom: 4%;
  }
}

.contents-inr .niji-photo {
  width: 100%;
  display: block;
  margin-top: 50px;
}

.contents-inr .niji-photo img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .contents-inr .niji-photo {
    width: 100%;
    margin-top: 2vw;
  }
}

.contents-inr .niji-ttl {
  max-width: 569px;
  width: 73%;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .contents-inr .niji-ttl {
    width: 93%;
  }
}

.img-ttl-01 {
  margin: 0 auto;
  padding-top: 30px;
  width: 100%;
}

@media screen and (min-width: 751px) {
  .img-ttl-01 {
    width: 100%;
    max-width: 770px;
  }
}

@media screen and (max-width: 750px) {
  .img-ttl-01 {
    margin-bottom: 5vw;
    padding-top: 6%;
  }
}

.img-ttl-02 {
  margin: 0 auto;
  width: 80%;
}

@media screen and (min-width: 751px) {
  .img-ttl-02 {
    width: 80%;
    max-width: 500px;
    padding-bottom: 5vw;
  }
}

@media screen and (max-width: 750px) {
  .img-ttl-02 {
    margin-bottom: 5vw;
  }
}

.img-ttl-03 {
  width: 90%;
  margin: -60px auto 30px;
  padding-top: 60px;
}

@media screen and (min-width: 751px) {
  .img-ttl-03 {
    max-width: 844px;
  }
}

@media screen and (max-width: 900px) {
  .img-ttl-03 {
    
  }
}


.img-ttl-04 {
  margin-bottom: 20px;
}

@media screen and (max-width: 900px) {
  .img-ttl-04 {
    margin-bottom: 3vw;
  }

  .img-ttl-04>img {
    width: 50%;
  }
}

.img-ttl-05 {
  width: 90%;
  max-width: 791px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 750px) {
  .img-ttl-05 {
    margin: 4vw auto;
  }
}

.img-ttl-06 {
  width: 90%;
  max-width: 744px;
  margin: 20px auto 40px;
}

@media screen and (max-width: 750px) {
  .img-ttl-06 {
    margin: 10vw auto 12vw;
  }
}


.color-01 {
  color: #FFC550;
}
.color-02 {
  color: #FFC550;
  font-weight: bold;
  position: relative;
  line-height: 3.0;
  font-size: 20px;
}
.color-02::after {
  content: "";
  width: 100%;
  position: absolute;
  background-image: url(../img/line_red.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 20px;
  bottom: -13px;
  left: 0;
}
.color-02 {
  color: #FFC550;
  font-weight: bold;
  position: relative;
  line-height: 3.0;
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  .color-02 {
    font-size: 3.3vw;
  }
}
.bgcolor-01 {
  background-color: #FFC550;
  color: #003315;
}

.bgcolor-02 {
  background-color: #E50012;
  color: #FFFFFF;
}

.bgcolor-03 {
  background-color: #fff;
  border: solid 4px #003315;
  color: #003315;
}

.bgcolor-03:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1em;
  height: 1em;
  top: 0.15em;
  margin-right: 0.25em;
  background: url(../img/icon_x02.svg) center/contain no-repeat;
}

.bgcolor-04 {
  background-color: #E50012;
  color: #FFFFFF;
}

.layout-left {
  text-align: left;
}

.layout-right {
  text-align: right;
}

.stitch-ttl {
  position: relative;
  margin: 30px auto 50px;
}

@media screen and (min-width: 751px) {
  .stitch-ttl {
    width: 80%;
  }
}

@media screen and (max-width: 750px) {
  .stitch-ttl {
    margin: 4vw 0 10vw;
  }
}

.stitch-ttl>span {
  position: relative;
  padding: 0 1em;
  background-color: #003315;
  z-index: 3;
}

@media screen and (max-width: 750px) {
  .stitch-ttl>span {
    padding: 0 0.5em;
  }

  .stitch-ttl>span img {
    width: 54%;
  }
}

.stitch-ttl:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  border-top: 2px dashed #FFC550;
  top: 46%;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.column-box {
  margin: 30px auto 60px;
  padding: 30px 50px 10px;
  background-color: #FBF0E8;
  border-radius: 20px;
  color: #003315;
}

@media screen and (min-width: 751px) {
  .column-box {
    width: 90%;
  }
}

@media screen and (max-width: 750px) {
  .column-box {
    margin: 6vw 0 6vw;
    padding: 5vw 0;
    border-radius: 3vw;
  }

  .column-box .img-01 {
    width: 40%;
  }

  .column-box .common-btn {
    margin: 2vw auto;
  }
}

.column-box>p {
  line-height: 2;
}

.column-box>p:first-child {
  margin-bottom: 0.5em;
}

.column-box>p>a {
  color: inherit;
}

.column-box .bgcolor-04 {
  padding: 0.2em 0.5em;
  font-size: 120%;
}

.column-box .bgcolor-04>em {
  position: relative;
  font-size: 125%;
  font-style: normal;
}

@media screen and (min-width: 751px) {
  .column-box .bgcolor-04>em {
    top: 0.05em;
  }
}

@media screen and (max-width: 750px) {
  .column-box .bgcolor-04>em {
    font-size: 100%;
  }
}

.column-box .small-txt {
  margin: 10px 0 40px;
  font-size: 14px;
}

.column-box .small-txt>strong {
  font-size: 110%;
}

@media screen and (max-width: 750px) {
  .column-box .small-txt {
    margin: 2vw 0 6vw;
    font-size: 3.2vw;
  }
}

.column-box .small-txt>a:hover {
  text-decoration: none;
}

.past-box {
  margin-bottom: 100px;
  padding: 30px 50px;
  border: 2px solid #FFFFFF;
}

@media screen and (max-width: 750px) {
  .past-box {
    margin-bottom: 15vw;
    padding: 4vw 3vw;
  }
}

.past-box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.past-box-item+.past-box-item {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 2px solid #FFFFFF;
}

@media screen and (max-width: 750px) {
  .past-box-item+.past-box-item {
    margin-top: 4vw;
    padding-top: 4vw;
  }
}

.past-box .area-photo {
  max-width: 216px;
  width: 32%;
}

.past-box .area-photo>img {
  vertical-align: bottom;
  border-radius: 10px;
}

@media screen and (max-width: 750px) {
  .past-box .area-photo {
    width: 40%;
  }
}

.past-box .area-content {
  width: 68%;
  padding-left: 5%;
  text-align: left;
}

@media screen and (max-width: 750px) {
  .past-box .area-content {
    width: 60%;
    padding-left: 3vw;
  }
}

.past-box .main-txt {
  margin-bottom: 0.25em;
  font-size: 18px;
  list-style: 1.4;
  font-weight: bold;
  color: #FF0000;
}

@media screen and (max-width: 750px) {
  .past-box .main-txt {
    font-size: 3.4vw;
  }

  .past-box .main-txt.bracket-txt {
    margin-right: -0.5em;
  }
}

.past-box .sub-txt {
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 750px) {
  .past-box .sub-txt {
    font-size: 3vw;
  }
}

.more-view-btn {
  display: table;
  margin: 40px auto;
  padding: 0.25em 3em;
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  text-decoration: none;
  color: #FFFFFF;
}

@media screen and (max-width: 750px) {
  .more-view-btn {
    margin: 4vw auto 8vw;
    border-radius: 1em;
    font-size: 3.2vw;
  }
}

/* 写真まわり */
.thumb-photo {
  position: relative;
  margin: 0 auto;
}

.thumb-photo .bg-memo {
  display: block;
  position: absolute;
  background: url(../img/kentei/bg_memo.png) center top/96% auto no-repeat;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.thumb-photo>img {
  position: relative;
  border: solid #FFFFFF;
  -webkit-box-shadow: -5px 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.3);
  z-index: 2;
}

/* 文章まわり */
.info-box {
  margin: 30px auto;
}

.info-box .date-txt {
  display: table;
  margin-bottom: 1em;
  padding: 0.1em 1em;
  background-color: #FFFFFF;
  line-height: 1.4;
  color: #003315;
}

@media screen and (max-width: 750px) {
  .info-box .date-txt {
    font-size: 3.2vw;
  }
}

.info-box .basic-txt {
  margin-top: 1em;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}

.info-box .basic-txt.over-line {
  text-align: left;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.info-box .basic-txt .link-txt {
  color: #FFFFFF;
}

.info-box .basic-txt .link-txt:hover {
  text-decoration: none;
}

@media screen and (max-width: 750px) {
  .info-box .basic-txt {
    font-size: 3.2vw;
  }
}

.list-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list-view-wrap {
  position: relative;
  margin-bottom: 20px;
  padding: 0 20px 40px;
}

@media screen and (max-width: 750px) {
  .list-view-wrap {
    margin-bottom: 10vw;
    padding: 0 3vw 6vw;
  }
}

.list-view-wrap:after {
  content: "";
  display: block;
  position: absolute;
  width: 70%;
  height: 1px;
  border-top: 2px dashed #FFC550;
  bottom: 0;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
  .list-view-wrap:after {
    width: 90%;
  }
}

.list-view-first {
  width: 100%;
  background: url(../img/kentei/list_kv.png) center top/95% auto no-repeat;
}

.list-view-first .thumb-photo {
  position: relative;
  width: 52%;
  max-width: 460px;
  margin: 0 auto;
  padding: 28px 0 0 40px;
}

.list-view-first .thumb-photo .bg-memo {
  -webkit-transform: rotate(2.5deg);
  transform: rotate(2.5deg);
}

.list-view-first .thumb-photo>img {
  border-width: 6px;
}

.list-view-first .thumb-photo:before,
.list-view-first .thumb-photo:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 4;
}

.list-view-first .thumb-photo:before {
  width: 27%;
  max-width: 123px;
  height: 52px;
  background: url(../img/kentei/ill_tape01.png) center top/contain no-repeat;
  top: -10px;
  right: -60px;
}

.list-view-first .thumb-photo:after {
  width: 26.4%;
  max-width: 121px;
  height: 68px;
  background: url(../img/kentei/ill_tape02.png) center bottom/contain no-repeat;
  left: -40px;
  bottom: -10px;
}

.list-view-first .info-box {
  width: 49%;
  max-width: 440px;
  margin: 30px auto;
}

@media screen and (max-width: 750px) {
  .list-view-first {
    position: relative;
    background: url(../img/kentei/list_kv_sp.png) center 10vw/100% auto no-repeat;
  }

  .list-view-first:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/kentei/icon_new.png) center 4%/100% auto no-repeat;
    width: 21vw;
    height: 17vw;
    left: 1vw;
    top: -7.5vw;
    z-index: 6;
  }

  .list-view-first .thumb-photo {
    width: 76%;
    max-width: none;
    padding: 3.5vw 0 0 2vw;
  }

  .list-view-first .thumb-photo .bg-memo {
    -webkit-transform: rotate(2.5deg);
    transform: rotate(2.5deg);
  }

  .list-view-first .thumb-photo>img {
    border-width: 1vw;
  }

  .list-view-first .thumb-photo:before {
    width: 18vw;
    max-width: none;
    top: -2vw;
    right: -6vw;
  }

  .list-view-first .thumb-photo:after {
    width: 17.5vw;
    max-width: none;
    left: -4vw;
    bottom: -2vw;
  }

  .list-view-first .info-box {
    width: 74%;
    max-width: none;
    margin: 5vw auto;
  }
}

.list-view-item {
  width: 35%;
  margin-top: 40px;
  display: none;
}

.list-view-item.is-active {
  display: block;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}

.list-view-item.is-empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 751px) {
  .list-view-item:nth-child(even) {
    margin-right: 50px;
  }
}

.list-view-item .thumb-photo {
  padding: 20px 8px 0 20px;
}

.list-view-item .thumb-photo .bg-memo {
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}

.list-view-item .thumb-photo>img {
  margin-bottom: -3px;
  border-width: 5px;
}

.list-view-item .info-box {
  width: 90%;
  margin: 20px auto;
}

@media screen and (max-width: 750px) {
  .list-view-item {
    width: 100%;
    margin-top: 8vw;
  }

  .list-view-item .thumb-photo {
    width: 76%;
    max-width: none;
    padding: 3.5vw 0 0 2vw;
  }

  .list-view-item .thumb-photo .bg-memo {
    -webkit-transform: rotate(2.5deg);
    transform: rotate(2.5deg);
  }

  .list-view-item .thumb-photo>img {
    border-width: 1vw;
  }

  .list-view-item .thumb-photo:before {
    width: 18vw;
    max-width: none;
    top: -2vw;
    right: -6vw;
  }

  .list-view-item .thumb-photo:after {
    width: 17.5vw;
    max-width: none;
    left: -4vw;
    bottom: -2vw;
  }

  .list-view-item .info-box {
    width: 74%;
    max-width: none;
    margin: 5vw auto;
  }
}

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px 0 80px;
}

.btn-wrap .common-btn {
  margin: 0;
  padding-left: 1em;
  padding-right: 1em;
}

@media screen and (min-width: 901px) {
  .btn-wrap .common-btn {
    min-width: auto;
    width: 35%;
  }

  .btn-wrap .common-btn+.common-btn {
    margin-left: 1em;
  }
}

@media screen and (max-width: 900px) {
  .btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 6vw 0 16vw;
    padding: 0 10vw;
  }

  .btn-wrap .common-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .btn-wrap .common-btn+.common-btn {
    margin-top: 4vw;
  }
}

.btn-wrap-mirai {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0;
}

.btn-wrap-mirai .common-btn {
  margin: 0;
  padding-left: 0.2em;
  padding-right: 0.2em;
}

@media screen and (min-width: 901px) {
  ..btn-wrap-mirai .common-btn {
    min-width: auto;
    width: 26%;
  }

  .btn-wrap .common-btn+.common-btn {
    margin-left: 1em;
  }
}

@media screen and (max-width: 900px) {
  .btn-wrap-mirai {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0 25px;
  }

  ..btn-wrap-mirai .common-btn02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  ..btn-wrap-mirai .common-btn02+.common-btn02 {
    margin-top: 4vw;
  }
}


.common-btn {
  display: table;
  margin: 20px auto 40px;
  padding: 14px 40px;
  border-radius: 50px;
  font-size: 24px;
  line-height: 1.4;
  white-space: nowrap;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (min-width: 751px) {
  .common-btn {
    min-width: 360px;
  }
}

.common-btn:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

@media screen and (max-width: 750px) {
  .common-btn {
    margin: 5vw auto 8vw;
    padding: 2vw 4vw;
    border-radius: 10vw;
    font-size: 4vw;
  }
}

.common-btn02 {
  display: table;
  margin: 10px 8px;
  padding: 14px;
  border-radius: 50px;
  font-size: 22px;
  line-height: 1.4;
  white-space: nowrap;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (min-width: 751px) {
  .common-btn02 {
    min-width: 280px;
  }
}

.common-btn02:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

@media screen and (max-width: 750px) {
  .common-btn02 {
    padding: 2vw 4vw;
    border-radius: 10vw;
    font-size: 4vw;
  }
}

.kentei-kv .thumb-photo {
  position: relative;
  width: 90%;
  max-width: 820px;
  margin: 50px auto 0;
  padding: 40px 20px 0 30px;
}

.kentei-kv .thumb-photo .bg-memo {
  -webkit-transform: rotate(2.4deg);
  transform: rotate(2.4deg);
}

.kentei-kv .thumb-photo>img {
  margin-bottom: -10px;
  border-width: 10px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.kentei-kv .thumb-photo:before,
.kentei-kv .thumb-photo:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 4;
}

.kentei-kv .thumb-photo:before {
  width: 25%;
  max-width: 201px;
  height: 86px;
  background: url(../img/kentei/ill_tape01.png) center top/contain no-repeat;
  top: 90px;
  right: 30px;
}

.kentei-kv .thumb-photo:after {
  width: 25%;
  max-width: 197px;
  height: 112px;
  background: url(../img/kentei/ill_tape02.png) center bottom/contain no-repeat;
  left: 20px;
  bottom: -60px;
}

.kentei-kv .date-txt {
  width: 90%;
  max-width: 760px;
  margin: 20px auto;
  padding-bottom: 5px;
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: right;
  color: #FFFFFF;
  background: url(../img/kentei/line_white.png) right bottom/32% auto no-repeat;
}

@media screen and (max-width: 750px) {
  .kentei-kv .thumb-photo {
    max-width: none;
    margin-top: 8vw;
    padding: 4vw 6vw 0 7vw;
  }

  .kentei-kv .thumb-photo .bg-memo {
    -webkit-transform: rotate(2.5deg);
    transform: rotate(2.5deg);
  }

  .kentei-kv .thumb-photo>img {
    border-width: 1.3vw;
  }

  .kentei-kv .thumb-photo:before {
    width: 21vw;
    max-width: none;
    top: 8vw;
    right: 2vw;
  }

  .kentei-kv .thumb-photo:after {
    width: 21vw;
    max-width: none;
    left: 2vw;
    bottom: -9vw;
  }

  .kentei-kv .date-txt {
    font-size: 4vw;
    background-size: 40% auto;
  }
}

.kentei-ttl {
  position: relative;
  margin-bottom: 0.5em;
  padding: 0 0 0.25em 1.5em;
  left: -18px;
  background: url(..//img/kentei/stitch_line.png) left bottom no-repeat;
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  font-size: 28px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #003315;
  text-align: left;
  z-index: 5;
}

.kentei-ttl>big {
  font-size: 40px;
}

@media screen and (max-width: 750px) {
  .kentei-ttl {
    font-size: 3.6vw;
    margin-bottom: 0.35em;
    padding: 0 0 0.15em 1em;
    left: -5vw;
    background: url(..//img/kentei/stitch_line.png) left bottom/80% auto no-repeat;
  }

  .kentei-ttl>big {
    font-size: 5vw;
  }
}

.kentei-ttl .num-txt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1.3em;
  height: 1.3em;
  margin-right: 2px;
  padding: 4px 0 0 4px;
  font-family: Arial, sans-serif;
  font-size: 42px;
  background: url(../img/kentei/bg_num.png) center/contain no-repeat;
  color: #FEF6DA;
}

.kentei-ttl .num-txt.s-digit {
  font-size: 38px;
  padding: 4px 6px 0 0;
  letter-spacing: -0.05em;
}

.kentei-ttl .num-txt.s-digit2 {
  width: 1.4em;
  height: 1.4em;
  font-size: 38px;
  padding: 5px 4px 2px 4px;
  letter-spacing: -0.01em;
}

@media screen and (max-width: 750px) {
  .kentei-ttl .num-txt {
    padding: 0;
    font-size: 5vw;
  }

  .kentei-ttl .num-txt.s-digit {
    font-size: 5.8vw;
  }

  .kentei-ttl .num-txt.s-digit2 {
    font-size: 5.8vw;
  }
}

.question-box,
.answer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  width: 90%;
  max-width: 680px;
  margin: 50px auto;
  padding: 30px 40px;
  background-color: #FBF0E8;
  border-radius: 20px;
}
.question-box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  width: 90%;
  max-width: 680px;
  margin: 50px auto;
  padding: 30px 40px;
  background-color: #FBF0E8;
  border-radius: 20px;
}

.question-box .area-content,
.question-box02 .area-content,
.answer-box .area-content {
  width: 74%;
  max-width: 450px;
  text-align: left;
}

.question-box .area-content>p,
.question-box02 .area-content>p,
.answer-box .area-content>p {
  font-size: 14px;
  color: #003315;
}

.question-box .area-content>p+p,
.question-box02 .area-content>p+p,
.answer-box .area-content>p+p {
  margin-top: 1em;
}

.question-box .area-content>p:first-child img,
.question-box02 .area-content>p:first-child img,
.answer-box .area-content>p:first-child img {
  width: auto;
  height: 26px;
}

.question-box .area-content>p strong,
.question-box02 .area-content>p strong,
.answer-box .area-content>p strong {
  font-size: 120%;
}

.question-box .area-content>p>a,
.question-box02 .area-content>p>a,
.answer-box .area-content>p>a {
  color: inherit;
}

.question-box .area-content>p>a:hover,
.question-box02 .area-content>p>a:hover,
.answer-box .area-content>p>a:hover {
  text-decoration: none;
}

.question-box .area-photo,
.question-box .area-photo-02,
.question-box02 .area-photo,
.question-box02 .area-photo-02,
.answer-box .area-photo,
.answer-box .area-photo-02,
.answer-box .area-photo-03,
.answer-box .area-photo-04 {
  position: absolute;
}

@media screen and (max-width: 750px) {

  .question-box,
  .answer-box {
    max-width: none;
    margin: 7vw auto;
    padding: 4vw;
    border-radius: 3vw;
  }
  .question-box02 {
    max-width: none;
    margin: 7vw auto;
    padding: 30px 4vw 0 4vw;
    border-radius: 3vw;
    align-items: flex-end;
  }

  .question-box .area-content,
  .question-box02 .area-content,
  .answer-box .area-content {
    width: 68%;
    max-width: none;
  }

  .question-box .area-content>p,
  .question-box02 .area-content>p,
  .answer-box .area-content>p {
    font-size: 3vw;
  }

  .question-box .area-content>p+p,
  .question-box02 .area-content>p+p,
  .answer-box .area-content>p+p {
    margin-top: 0.5em;
    padding-bottom: 30px;
  }

  .question-box .area-content>p:first-child img,
  .question-box02 .area-content>p:first-child img,
  .answer-box .area-content>p:first-child img {
    width: auto;
    height: 5.4vw;
  }
}

.question-box,
.question-box02 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.question-box .area-photo
.question-box02 .area-photo {
  top: 30px;
  left: 44px;
}

.question-box .area-photo>img
.question-box02 .area-photo>img {
  vertical-align: bottom;
}

.question-box .area-photo.s-btm {
  top: auto;
  bottom: -1px;
}

.question-box .area-photo-02 {
  top: 20px;
  left: 36px;
}
.question-box02 .area-photo-03 {
    width: 20%;
    line-height: 0;
    position: absolute;
    top: 20px;
    left: 26px;
}

.question-box .area-photo-02>img {
  vertical-align: bottom;
}
.question-box .area-photo-03 img {
  vertical-align: bottom;
  max-width: 120px;
}

.question-box .area-photo-02.s-long {
  top: 36px;
}
.question-box02 .area-photo-03.s-long {
  top: 57px;
  width: 23%;
  left: 0%;
}

@media screen and (max-width: 750px) {
  .question-box .area-photo {
    width: 28%;
    top: 6vw;
    left: 2vw;
  }
  .question-box02 .area-photo {
    width: 28%;
    top: 6vw;
    left: 2vw;
  }

  .question-box .area-photo>img,
  .question-box02 .area-photo>img {
    width: 100%;
  }

  .question-box .area-photo-02 {
    width: 28%;
    top: 7vw;
    left: 2vw;
  }
  .question-box02 .area-photo-03 {
    width: 35%;
    margin-bottom: 0;
    padding-right: 14px;
    top: 46px;
    left: -10px;
  }

  .question-box02 .area-photo-03.area-photo-04 {
    width: 35%;
    margin-bottom: 0;
    padding-right: 14px;
    top: 69px;
    left: 0%;
  }

  .question-box .area-photo-02>img,
  .question-box02 .area-photo-02>img {
    width: 100%;
  }

  /*0517 写真更新分*/
  .question-box .area-photo-02.s-long01 {
    top: 14vw;
  }

  /*0518 写真更新分*/
  .question-box .area-photo-02.s-long02 {
    top: 19vw;
  }

  .question-box02 .area-photo-03.s-long {
    top:  70px;
    width: 44%;
    left: -11%;
  }

  .question-box02 .area-photo-03.s-long04 {
    top:  215px;
    width: 43%;
    left: -11%;
  }
}


.answer-box .area-photo {
  bottom: 0;
  right: 25px;
}

.answer-box .area-photo img {
  display: block;
}

.answer-box .area-photo.s-top {
  top: 20px;
  bottom: auto;
}

.answer-box .area-photo-02 {
  top: 30px;
  right: 10px;
}

.answer-box .area-photo-02.s-btm {
  top: auto;
  bottom: 0;
}
.answer-box .area-photo-04 {
  top: 46px;
  right: 8px;
  width: 22%;
}

@media screen and (max-width: 750px) {
  .answer-box {
    display: block;
  }

  .answer-box .area-content {
    width: 100%;
  }

  .answer-box .area-photo {
    position: static;
    float: right;
    width: 44%;
    margin: 3vw -2vw -4vw 3vw;
  }

  .answer-box .area-photo>img {
    width: 100%;
  }

  .answer-box .area-photo:after {
    content: "";
    display: table;
  }

  .answer-box .area-photo-02 {
    position: static;
    float: right;
    width: 44%;
    height: 52vw;
    margin: 3vw -2vw -4vw 3vw;
    overflow: hidden;
  }
  .answer-box .area-photo-04 {
    position: static;
    float: right;
    width: 28%;
    height: 48vw;
    margin: 3vw -3vw -5vw 3vw;
    overflow: hidden;
  }

  .answer-box .area-photo-02>img {
    width: 100%;
  }

  .answer-box .area-photo-02.s-short {
    height: 46vw;
  }

  .answer-box .area-photo-02:after {
    content: "";
    display: table;
  }
}

.nav-wrap,
.nav-wrap02 {
  padding-bottom: 40px;
}

.nav-wrap .nav-img {
  position: relative;
  right: 20px;
  vertical-align: bottom;
}
.nav-wrap02 .nav-img {
  position: relative;
  vertical-align: bottom;
  width: 68%;
}

@media screen and (max-width: 750px) {
  .nav-wrap {
    padding-bottom: 5vw;
  }

  .nav-wrap .nav-img {
    right: 0;
    width: 80%;
    margin: 0 auto;
  }
  .nav-wrap02 .nav-img {
    right: 0;
    width: 80%;
    margin: 0 auto;
  }
}

.nav-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-box-item {
  display: block;
}

.nav-box-item:nth-child(2) {
  margin: 0 40px;
}

.nav-box-item[href=""] {
  visibility: hidden;
}

@media screen and (max-width: 750px) {
  .nav-box {
    padding: 0 3vw;
  }

  .nav-box-item:nth-child(2) {
    margin: 0 2vw;
  }

  .nav-box-item>img {
    width: auto;
    height: 6vw;
  }
}

.video-wrapper {
  position: relative;
  padding-top: 56.8%;
  margin: 5% auto;
  width: 100%;
  border-radius: 30px;
}

.video-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 30px;
}

body.commingsoon {
  background-color: #F1C80B;
  background-image: none;
  max-height: 100vh;
  min-height: 100vh;
}

body.commingsoon main {
  background-color: #FFFFFF;
}

body.commingsoon .mv {
  position: relative;
  padding-top: 100px;
  padding-bottom: 2.5%;
  text-align: center;
}

@media screen and (max-width: 750px) {
  body.commingsoon .mv {
    padding-top: 70px;
    width: 100%;
  }
}

body.commingsoon .mv img {
  position: relative;
  width: 573px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  body.commingsoon .mv img {
    max-width: 631px;
    width: 75%;
  }
}

body.commingsoon .mv::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background: url("../img/bg_yama.png") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 205px;
}

@media screen and (max-width: 750px) {
  body.commingsoon .mv::before {
    background: url("../img/bg_yama_sp.png") center no-repeat;
    height: 0;
    background-size: 100%;
    padding-top: 20%;
    top: auto;
    bottom: 14vw;
  }
}

body.commingsoon footer {
  background-color: #F1C80B;
  padding: 35px 0 50px;
}

@media screen and (max-width: 750px) {
  body.commingsoon footer {
    padding: 23% 0 5%;
    margin-top: -15vw;
  }
}

body.commingsoon .copyright {
  margin-top: 0;
}

body.commingsoon .copyright__text {
  margin-top: 0;
}

.promotion-con {
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .promotion-con {
    margin: 5% auto 0;
  }
}

@media screen and (max-width: 750px) {
  .promotion-con .file-video video {
    width: 100%;
  }
}

.promotion-con .file-img {
  width: 100%;
  margin: 3% auto 0;
}

@media screen and (max-width: 750px) {
  .promotion-con .file-img {
    font-size: 2.5vw;
  }
}

.promotion-con .file-img img {
  width: 70%;
}

@media screen and (max-width: 750px) {
  .promotion-con .file-img img {
    width: 100%;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*# sourceMappingURL=style.css.map */
