@charset "UTF-8";

.r-gradation {
  background: #ca0f2c;
  background: linear-gradient(to right, #ca0f2c 0%, #df7a62 100%);
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Serif JP", serif;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  color: #152220;
  letter-spacing: 0.1rem;
}

@media (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}

a {
  text-decoration: none;
  color: #fff;
}

p {
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 2.5rem;
  font-size: 1.7rem;
}

@media (max-width: 767px) {
  p {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
    line-height: 1.7;
  }
}

p:last-child {
  margin-bottom: 0;
}

ol {
  margin-left: 2.5rem;
}

ol li {
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 2.5rem;
  padding-left: 0em;
  font-size: 1.7rem;
  text-indent: -0em;
  list-style: decimal;
}

@media (max-width: 767px) {
  ol li {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
    line-height: 1.7;
  }
}

h3,
h4,
h5 {
  line-height: 1.5;
}

.h2 {
  font-size: 5rem;
  font-weight: 900;
  font-feature-settings: "palt";
  text-align: center;
  line-height: 1.2;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .h2 {
    font-size: 3.2rem;
  }
}

.h2 .pt {
  color: #bbb;
  font-size: 75%;
}

.subhead-border {
  padding: 0.75em 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  font-size: 2.8rem;
  max-width: 530px;
  text-align: center;
  margin: 0 auto 50px;
  font-weight: bold;
}

.p24 {
  font-size: 2.4rem;
}

.p20 {
  font-size: 2rem;
}

aside {
  text-align: center;
  margin-bottom: 50px;
  line-height: 2rem;
}

.box-shadow {
  box-shadow: 0 0 5px rgba(72, 63, 63, 0.0784313725);
}

.big {
  font-size: 120%;
  line-height: 1.8;
  font-weight: bold;
}

@media (max-width: 767px) {
  .big {
    font-size: 115%;
  }
}

.big2 {
  font-size: 150%;
  line-height: 1.8;
  font-weight: bold;
}

@media (max-width: 767px) {
  .big2 {
    font-size: 130%;
  }
}

.big3 {
  font-size: 180%;
  line-height: 1.5;
  font-weight: bold;
}

@media (max-width: 767px) {
  .big3 {
    font-size: 170%;
  }
}

.big4 {
  font-size: 250%;
  line-height: 1.5;
  font-weight: bold;
}

@media (max-width: 767px) {
  .big4 {
    font-size: 200%;
  }
}

.big5 {
  font-size: 400%;
  line-height: 1.5;
  font-weight: bold;
}

@media (max-width: 767px) {
  .big5 {
    font-size: 400%;
  }
}

.bold {
  font-weight: 700;
}

.light {
  font-size: 90%;
}

.small {
  font-size: 70%;
}

.small85 {
  font-size: 85%;
}

.under {
  text-decoration: underline;
}

.red {
  color: rgba(201, 4, 36, 0.9490196078);
}

.black {
  color: #424242;
}

.yellow {
  color: #ffda0c;
}

.lightyellow {
  color: #fffb00;
}

.marker-gradient {
  background: #99d9ff;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #99d9ff, #a3ece0);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  font-weight: 700;
  font-size: 110%;
}

.shadow-w {
  text-shadow: 0px 0px 2px #ffffff;
}

.curning {
  font-feature-settings: "palt";
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.ma {
  background: linear-gradient(transparent 60%, #fff283 60%);
  font-weight: bold;
}

.yugothic {
  font-family: forma-djr-display, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
}

/* スマホのときは改行なし */
.br-pc {
  display: none;
}

@media (min-width: 768px) {
  .br-pc {
    display: inline;
  }
}

/* スマホのときは改行あり */
.br-sp {
  display: none;
}

@media (max-width: 768px) {
  .br-sp {
    display: inline;
  }
}

@media (min-width: 767px) {
  .sp {
    display: none;
  }
}

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

.embedvideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0;
}

.content__title__inner {
  flex: none;
  display: inline-block;
  white-space: nowrap;
  position: relative;
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/NotoSansCJKjp-Thin.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Thin.woff") format("woff"), url("../fonts/NotoSansCJKjp-Thin.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Thin.eot") format("embedded-opentype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/NotoSansCJKjp-Light.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Light.woff") format("woff"), url("../fonts/NotoSansCJKjp-Light.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Light.eot") format("embedded-opentype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSansCJKjp-DemiLight.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-DemiLight.woff") format("woff"), url("../fonts/NotoSansCJKjp-DemiLight.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-DemiLight.eot") format("embedded-opentype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Regular.eot") format("embedded-opentype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSansCJKjp-Medium.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Medium.eot") format("embedded-opentype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Bold.eot") format("embedded-opentype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansCJKjp-Black.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Black.woff") format("woff"), url("../fonts/NotoSansCJKjp-Black.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Black.eot") format("embedded-opentype");
}

.ul1 {
  max-width: 700px;
}

.ul1 li {
  border-bottom: 1px dotted #ababab;
  list-style: none;
}

.ul1 li:before {
  content: "\f046";
  /* アイコンのunicode */
  color: #d32d00;
  font-size: 2.2rem;
}

.box1 .ul1 li:last-child {
  border-bottom: none;
}

.ul2 li {
  border-bottom: 1px dotted #3a3a3a;
  list-style: none;
}

.ul2 li:before {
  font-size: 1.4em;
  content: url(../img/arrow.png);
  /* アイコンのunicode  */
}

.ul3 li {
  border-bottom: 1px dotted #ddd;
  list-style: none;
}

.ul3 i {
  margin-right: 5px;
  margin-top: 10px;
}

.ul3 li:before {
  font-size: 1.4em;
  font-family: FontAwesome;
  content: "\f140";
  /* アイコンのunicode  */
  margin-right: 10px;
  color: #333;
}

.ul4 {
  margin-left: 30px;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .ul4 {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.ul4 li {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 0 10px 3px;
  list-style: none;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .ul4 li {
    font-size: 1.15em;
  }
}

.ul4 i {
  margin-right: 5px;
  margin-top: 10px;
}

.ul4 li:before {
  font-size: 1.2em;
  font-family: FontAwesome;
  content: "\f058";
  /* アイコンのunicode*/
  margin-right: 10px;
  color: rgba(201, 4, 36, 0.9490196078);
}

.ul4-02 li {
  font-size: 1.7rem;
  padding-left: 50px !important;
  border-bottom: 1px dotted #ddd;
}

@media (max-width: 767px) {
  .ul4-02 li {
    font-size: 1.5rem;
    padding-left: 40px !important;
  }
}

.ul4-02 li:before {
  font-size: 1.5em;
  font-family: FontAwesome;
  content: "\f27b";
  /* アイコンのunicode       f087 \f091      */
  margin-right: 10px;
  color: #df4e07;
}

@media (max-width: 767px) {
  .ul4-02 li:before {
    font-size: 1.7em !important;
  }
}

.ul4-03 {
  margin: 0;
  padding: 20px 30px 30px;
  border: 1px solid #d2d2d2;
}

@media (max-width: 767px) {
  .ul4-03 {
    padding: 11px 20px 12px;
  }
}

.ul4-04 li:before {
  font-size: 1.2em;
  font-family: FontAwesome;
  content: "\f27b";
  /* アイコンのunicode       f087 \f091      */
  margin-right: 10px;
  color: #08a3bb;
}

.ul5 {
  max-width: 1000px !important;
}

.ul5 li {
  border-bottom: 1px dotted #ddd;
  font-size: 1.3em;
  font-weight: bold;
  padding: 10px 0 10px 7px;
  list-style: none;
  line-height: 1.5;
}

.ul5 i {
  margin-right: 5px;
  margin-top: 10px;
}

.ul5 li:before {
  font-size: 1.4em;
  font-family: FontAwesome;
  content: "\f0eb";
  /* アイコンのunicode       f087 \f091      */
  margin-right: 10px;
}

.ul6 {
  max-width: 960px !important;
}

.ul6 li {
  border-bottom: 1px dotted #ddd;
  font-size: 1.4em;
  font-weight: bold;
  padding: 10px 0 10px 3px;
  list-style: none;
  line-height: 1.5;
}

.ul6 i {
  margin-right: 5px;
  margin-top: 10px;
}

.ul6 li:before {
  font-size: 1.4em;
  font-family: FontAwesome;
  content: "\f091";
  /* アイコンのunicode       f087 \f091      */
  margin-right: 10px;
}

.ul7 li {
  border-bottom: 1px dotted #ddd;
  list-style: none;
}

.ul7 li:before {
  font-size: 1.4em;
  content: url(../img/voice.png);
  /* アイコンのunicode  */
}

.ul_disc_b {
  padding-left: 40px !important;
}

.ul_disc_b li {
  list-style-type: disc;
  border-bottom: 1px dashed #ddd;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.3;
  padding: 13px 0 10px 3px;
}

.ul_disc {
  padding-left: 80px !important;
}

.ul_disc li {
  list-style-type: disc;
  font-size: 1.1em;
  font-weight: bold;
  padding: 5px 0 0px 3px;
  line-height: 1.5;
}

.ul_disc i {
  margin-right: 0px;
}

@media only screen and (max-width: 768px) {
  .ul1 li {
    padding: 7px 0 5px 3px;
  }

  .ul2 li:before {
    font-size: 1.3em;
    margin-right: 0px;
  }

  .ul3 li:before {
    font-size: 1.3em;
    margin-right: 5px;
  }

  .ul4 li:before {
    font-size: 1.3em;
    margin-right: 0px;
  }

  .ul5 li:before {
    font-size: 1.3em;
    margin-right: 10px;
  }

  .ul6 li:before {
    font-size: 1.3em;
    margin-right: 5px;
  }

  .ul7 li:before {
    font-size: 1.3em;
    margin-right: 0px;
  }

  .ul_disc_b {
    padding-left: 5px;
  }

  .ul_disc_b li {
    border-bottom: 1px dashed #ddd;
    padding: 13px 0 10px 0px;
  }

  .ul_disc li {
    font-size: 1em;
  }
}

.ul1 li,
.ul2 li,
.ul3 li,
.ul4 li,
.ul5 li,
.ul6 li,
.ul7 li {
  position: relative;
  padding-right: 5px;
}

.ul1 li:before,
.ul2 li:before,
.ul3 li:before,
.ul4 li:before,
.ul5 li:before,
.ul6 li:before,
.ul7 li:before {
  position: absolute;
  top: 50%;
  left: 0px;
}

.ul1 li {
  padding-left: 32px;
}

.ul1 li:before {
  margin-top: -17px;
}

.ul2 li {
  padding-left: 45px;
}

.ul2 li:before {
  margin-top: -22px;
}

.ul3 li {
  padding-left: 35px;
}

.ul3 li:before {
  margin-top: -19px;
}

.ul4 li {
  padding-left: 35px;
}

.ul4 li:before {
  margin-top: -19px;
}

.ul5 li {
  padding-left: 45px;
}

.ul5 li:before {
  margin-top: -19px;
}

.ul6 li {
  padding-left: 45px;
}

.ul6 li:before {
  margin-top: -23px;
}

.ul7 li {
  padding-left: 49px;
}

.ul7 li:before {
  margin-top: -17px;
}

@media (max-width: 768px) {
  .ul1 li {
    line-height: 1.5;
    padding: 10px 0 10px 3px;
    padding-left: 30px;
  }

  .ul1 li:before {
    margin-top: -14px;
  }

  .ul2 li {
    padding-left: 33px;
  }

  .ul2 li:before {
    margin-top: -15px;
  }

  .ul3 li {
    padding-left: 35px;
  }

  .ul3 li:before {
    margin-top: -16px;
  }

  .ul4 li {
    padding-left: 33px;
  }

  .ul4 li:before {
    margin-top: -18px;
  }

  .ul5 li {
    padding-left: 33px;
  }

  .ul5 li:before {
    margin-top: -18px;
  }

  .ul6 li {
    padding-left: 40px;
  }

  .ul6 li:before {
    margin-top: -21px;
  }

  .ul7 li {
    padding-left: 44px;
  }

  .ul7 li:before {
    margin-top: -18px;
  }
}

.ol_nolist {
  margin-bottom: 1.6em;
}

.ol_nolist li {
  display: table;
  font-size: 1.4em;
  width: 100%;
  padding: 0;
  list-style: none;
  line-height: 1.5;
  margin: 0 0 6px 0;
  /*position: relative;*/
}

.ol_nolist li span.no {
  width: 55px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
  background-color: #000b56;
}

@media (max-width: 480px) {
  .ol_nolist li span.no {
    width: 40px;
  }
}

.ol_nolist li span.text {
  color: #333;
  width: auto;
  padding: 15px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  background: #eee;
  /* fallback for old browsers */
  font-weight: bold;
}

@media (max-width: 768px) {
  .ol_nolist {
    padding: 0;
    margin-bottom: 1.3em;
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .ol_nolist li {
    font-size: 1.1em;
    line-height: 1.5;
  }
}

.qaBox {
  width: 100%;
  margin: 0 auto 40px;
  background-color: #fff;
}

.qaBox .qaBox-inner {
  width: 100%;
  border: 1px solid #000000;
}

.qaBox .qaBox-inner h3 {
  width: 100%;
  margin: 0 auto;
  background-color: #2d2d2d;
  display: table;
  padding: 20px 28px 20px 10px;
}

.qaBox .qaBox-inner h3 span.icon {
  width: 80px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

.qaBox .qaBox-inner h3 span.text {
  width: auto;
  text-align: left;
  vertical-align: middle;
  display: table-cell;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
}

@media (max-width: 480px) {
  .qaBox .qaBox-inner h3 span.text {
    font-size: 16px;
  }
}

.qaBox .qaBox-inner .qaText {
  width: 100%;
  padding: 30px 30px;
  font-size: 16px;
  line-height: 1.6;
}

.qaBox .qaBox-inner .qaText p,
.qaBox .qaBox-inner .qaText ul {
  padding: 0;
  font-size: 16px;
}

@media (max-width: 768px) {
  .qaBox {
    padding: 0;
    margin: 0 auto 30px;
  }

  .qaBox .qaBox-inner {
    width: 100%;
    border: 1px solid #000000;
  }

  .qaBox .qaBox-inner h3 {
    padding: 20px 10px 20px 0;
  }

  .qaBox .qaBox-inner h3 span.icon {
    width: 60px;
  }

  .qaBox .qaBox-inner h3 span.icon img {
    width: 40px;
  }

  .qaBox .qaBox-inner .qaText {
    width: 100%;
    padding: 20px 10px 15px;
  }

  .qaBox .qaBox-inner .qaText p,
  .qaBox .qaBox-inner .qaText ul {
    padding: 0;
  }
}

.p-fr {
  border: solid 1px #ccc;
  padding: 4px;
}

.marker-y {
  position: relative;
  display: inline-block;
  line-height: 1.3;
  z-index: 10;
}

.marker-y:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 24px;
  background: #ffe14f;
  z-index: -1;
}

.entry .form-group label {
  width: 640px;
  font-weight: 700;
  font-size: 1.8rem;
  margin: 0 auto;
  margin-bottom: 15px;
  display: block;
  padding-left: 10px;
  color: #333;
}

@media (max-width: 767px) {
  .entry .form-group label {
    width: 100%;
    font-size: 1.5rem;
  }
}

.entry .form-group input {
  -webkit-appearance: none;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  width: 640px;
  padding: 10px;
  border: 2px solid #aaaaaa;
  background: #fff;
  height: 6rem;
  font-size: 2rem;
  margin-bottom: 30px;
  border-radius: 0;
  font-weight: 500;
  color: #333;
}

.entry .form-group input::-moz-placeholder {
  color: #aaa !important;
  font-weight: 500;
}

.entry .form-group input::placeholder {
  color: #aaa !important;
  font-weight: 500;
}

@media (max-width: 767px) {
  .entry .form-group input {
    width: 100%;
    height: 2.7em !important;
    font-size: 1.1em;
    margin-bottom: 22px;
  }
}

.entry .submit {
  margin-top: 20px;
}

.entry .submit :hover {
  opacity: 0.7;
  filter: alpha(opacity=80);
  -moz-opacity: 0.7;
  transition: 0.3s ease-in-out;
}

@media (min-width: 767px) {
  .entry #semail {
    padding-left: 20px;
  }
}

@media (min-width: 767px) {
  .entry #sename {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .entry #sename {
    margin-bottom: 10px !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.profileBox {
  width: 880px;
  margin: 0 auto;
  background: #fff;
}

.profileBox .profileInner {
  width: 100%;
  background: #f3f3f3;
  border: 1px solid #dcdcdc;
}

.profileBox .profileInner h3 {
  width: 100%;
  padding: 3% 0% 3% 3%;
  background-size: 8%;
  background-position: 8px 4px;
  background-color: #384454;
  color: #fff;
  font-size: 2rem;
}

.profileBox .profile_img {
  float: right;
  margin-left: 10px;
}

.profileBox .profileDetail {
  padding: 50px 45px;
}

.profileBox p {
  padding: 0;
}

.profileBox h3 {
  font-weight: bold;
}

.profileBox h4 {
  border-left: 5px solid #000;
  padding: 5px 0px 5px 15px;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .profileBox h4 {
    padding: 2px 0px 0px 15px;
  }
}

.profileBox h4 .yomi {
  font-size: 20px;
}

.profileBox h5 {
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  .profileBox {
    width: 100%;
    margin: 0 auto;
  }

  .profileBox .profileInner {
    width: 100%;
    border: 1px solid #dcdcdc;
  }

  .profileBox .profileInner h3 {
    width: 100%;
    padding: 3.5% 0% 3.5% 3%;
    background-size: 8%;
    background-position: 8px 4px;
    color: #fff;
    font-size: 1.8rem;
  }

  .profileBox .profile_img {
    float: right;
  }

  .profileBox .profileDetail {
    padding: 30px 20px;
  }

  .profileBox p {
    padding: 0;
  }

  .profileBox h4 {
    font-size: 28px;
    font-weight: bold;
  }

  .profileBox h4 .yomi {
    font-size: 18px;
  }

  .profileBox h5 {
    font-weight: bold;
  }
}

.gr-img {
  margin: 0 auto;
  margin-bottom: 30px;
  width: 70%;
  display: block;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 50px;
}

@media (max-width: 767px) {
  .gr-img {
    width: 80%;
    max-width: 300px;
  }
}

.caption {
  font-size: 90%;
  text-align: center;
  opacity: 0.7;
  line-height: 1.6;
  max-width: 650px;
  margin: -15px auto 30px;
}

.sign {
  width: 170px;
  text-align: right;
  margin-top: 55px;
}

.sign img {
  width: 100%;
}

@media (max-width: 767px) {
  .sign {
    width: 145px;
    margin: 0 0 0 auto;
  }
}

.line01 h4 {
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.6;
  font-feature-settings: "palt";
  text-align: center;
  margin-bottom: 50px;
  color: #072335;
}

@media (max-width: 767px) {
  .line01 h4 {
    font-size: 2.2rem;
    margin-bottom: 30px;
    padding: 30px 5% 50px;
  }
}

.line01 p {
  line-height: 36px;
  background: url(../img/bg-note01.png) bottom;
  margin: 0;
  padding: 0;
}

.programlabel {
  display: inline-block;
  padding: 2px 5px;
  margin: 0 5px 1px;
  font-size: 0.9em;
  margin-bottom: 2px;
}

.programlabel.programlabel-red {
  color: #ffffff;
  background-color: #C40B13;
  padding: 0px 5px;
}

.programlabel.programlabel-red2 {
  color: #C40B13;
  background-color: #ffffff;
  border: #C40B13 3px solid;
  line-height: 1.2;
}

.programlabel.programlabel-red3 {
  color: #ffffff;
  background-color: #9e7a26;
}

.programlabel.programlabel-red4 {
  color: #9e7a26;
  background-color: #ffffff;
  border: #9e7a26 3px solid;
  line-height: 1.2;
}

.programlabel.programlabel-blue {
  color: #fff;
  background-color: #04a5d8;
  padding: 0px 5px;
}

/*▼▼ ここから追加する ▼▼*/
.loader-wrap {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 40;
}

/*▲▲ ここまで追加する ▲▲*/
.more {
  color: #221f2c;
  width: 100%;
  max-width: 900px;
  text-align: center;
  padding: 20px 4px;
  border: 1px solid #221f2c;
  cursor: pointer;
  margin: 10px auto;
  font-weight: 700;
  transition: all 0.4s ease-out;
}

.more:hover {
  background: #221f2c;
  color: #fff;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes spin {
  from {
    transform: rotateZ(0);
  }

  to {
    transform: rotateZ(1turn);
  }
}

.green-audio-player {
  width: 265px;
  height: 45px;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
  outline: none;
}

@media (max-width: 767px) {
  .green-audio-player {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .green-audio-player {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.green-audio-player.player-accessible .play-pause-btn:hover,
.green-audio-player.player-accessible .controls:hover,
.green-audio-player.player-accessible .volume__button:hover,
.green-audio-player.player-accessible .volume__controls:hover,
.green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}

.green-audio-player svg,
.green-audio-player img {
  display: block;
}

.green-audio-player .holder {
  position: relative;
}

.green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}

.green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
}

.green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}

.green-audio-player .slider {
  flex-grow: 1;
  background-color: #d8d8d8;
  cursor: pointer;
  position: relative;
}

.green-audio-player .slider .gap-progress {
  background-color: #44bfa3;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}

.green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #44bfa3;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}

.green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}

.green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 18px;
  color: #55606e;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}

@media (max-width: 767px) {
  .green-audio-player .controls {
    font-size: 13px;
  }
}

.green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}

.green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}

.green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}

.green-audio-player .controls span {
  cursor: default;
}

.green-audio-player .controls:focus {
  outline: none;
}

.green-audio-player .volume {
  position: relative;
}

.green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
}

.green-audio-player .volume .volume__button:focus {
  outline: none;
}

.green-audio-player .volume .volume__button.open path {
  fill: #44bfa3;
}

.green-audio-player .volume .volume__controls {
  width: 30px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.62);
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}

.green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}

.green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}

.green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}

.green-audio-player .volume .volume__controls:focus {
  outline: none;
}

.green-audio-player .volume .volume__controls.hidden {
  display: none;
}

.green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}

.green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}

.green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}

.green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
}

.green-audio-player .download:focus {
  outline: none;
}

.green-audio-player:focus {
  outline: none;
}

.message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

#page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #207365;
  z-index: 20;
  border-radius: 100px;
}

@media (max-width: 767px) {
  #page_top {
    opacity: 0;
  }
}

/* Font Awesome */
#page_top::before {
  font-family: FontAwesome;
  content: "\f106";
  font-size: 40px;
  color: #ffffff;
  position: absolute;
  width: 30px;
  height: 25px;
  top: -15px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.qa-001 {
  margin-bottom: 7px;
  border-bottom: 1px solid rgba(232, 249, 245, 0.431372549);
}

.qa-001 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 0em 1em 2em;
  color: #effefb;
  font-weight: 500;
  cursor: pointer;
  line-height: 1.6;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .qa-001 summary {
    font-size: 1.6rem;
  }
}

.qa-001 p a {
  text-decoration: underline;
}

.qa-001 summary::before,
.qa-001 p::before {
  position: absolute;
  left: 0.3em;
  font-weight: 600;
  font-size: 1.3em;
}

.qa-001 summary::before {
  color: #52ac97;
  content: "Q";
}

.qa-001 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 2px solid #effefb;
  border-right: 2px solid #effefb;
  content: "";
  transition: transform 0.5s;
}

.qa-001[open] summary::after {
  transform: rotate(225deg);
}

.qa-001 p {
  font-size: 1.6rem;
  line-height: 1.6;
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 0 1em 2em;
  color: #effefb;
  transition: transform 0.5s, opacity 0.5s;
}

.qa-001[open] p {
  transform: none;
  opacity: 1;
}

.qa-001 p::before {
  color: #ff7171;
  line-height: 1.2;
  content: "A";
}

.qasec {
  margin: 0 auto;
  display: block;
}

.button-4 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10px;
  padding: 0.9em 2em;
  border: none;
  border-radius: 5px;
  background: #207365;
  color: #fff;
  font-weight: 400;
  font-size: 1.8rem;
  transition: 0.5s ease;
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .button-4 {
    font-size: 1.8rem;
    width: 100%;
  }
}

.button-4::after {
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}

.button-4:hover {
  transform: translateY(3px);
  transform: scale(1.1);
}

.scroll-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  z-index: 1000;
  max-width: 350px;
}

@media (max-width: 767px) {
  .scroll-btn {
    bottom: 5px;
    right: 0px;
    left: 0;
    width: 100%;
    max-width: 300px;
  }
}

.scroll-btn.show {
  opacity: 1;
  transform: translateY(0);
}

/* スクロールダウンの位置 */
.scroll {
  position: absolute;
  left: 3%;
  bottom: 22%;
  writing-mode: vertical-rl;
  color: #fff;
  z-index: 3;
}

@media (max-width: 767px) {
  .scroll {
    bottom: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #fff;
  bottom: -95px;
  content: "";
  height: 80px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}

/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.menu {
  width: 100%;
  background-color: rgba(201, 4, 36, 0.9490196078);
  display: block;
  transition: 0.8s;
}

.menu ul {
  padding: 20px 0;
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  min-width: 1000px;
}

.menu ul li {
  text-align: center;
  line-height: 1.2;
  flex: 1 0 auto;
}

.menu ul li a {
  color: #fff;
  font-size: 15px;
  transition: all 0.2s ease-out;
}

.menu ul li a span {
  opacity: 0.7;
  font-size: 80%;
}

.menu ul li a:hover {
  opacity: 0.8;
}

.menu-follow {
  position: fixed;
  top: -100px;
  right: 0;
  z-index: 9999;
}

.menu-follow ul {
  padding: 10px 0 11px;
  max-width: 1000px;
  width: 1000px;
}

.menu-follow ul li a {
  font-size: 14px;
}

nav.globalMenuSp {
  position: fixed;
  z-index: 19;
  top: 0;
  left: 0;
  background: rgba(201, 4, 36, 0.9490196078);
  color: #333;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  opacity: 0;
  width: 100%;
  padding-top: 51px;
  padding-bottom: 40px;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  font-size: 1.1em;
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}

/* 最後はラインを描かない */
nav.globalMenuSp ul li:first-child {
  border-top: 1px solid #fff;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 20px 0 20px 20px;
  color: #fff;
  font-size: 4.8vw;
  line-height: 1.4;
  text-align: left;
}

nav.globalMenuSp ul li a span {
  opacity: 0.7;
  font-size: 80%;
}

.spmenu-sns {
  margin-top: 30px;
}

.spmenu-sns i {
  font-size: 3.5rem !important;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
  opacity: 1;
}

.navToggle {
  display: none;
  position: fixed;
  /* bodyに対しての絶対位置指定 */
  right: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  background: rgba(201, 4, 36, 0.9490196078);
  cursor: pointer;
  z-index: 20;
  text-align: center;
}

@media (max-width: 767px) {
  .navToggle {
    display: block;
  }
}

.navToggle span {
  display: block;
  position: absolute;
  /* .navToggleに対して */
  width: 30px;
  border-bottom: solid 2px #fff;
  transition: 0.35s ease-in-out;
  left: 10px;
}

.navToggle span:nth-child(1) {
  top: 14px;
}

.navToggle span:nth-child(2) {
  top: 23px;
}

.navToggle span:nth-child(3) {
  top: 32px;
}

.navToggle span:nth-child(4) {
  border: none;
  color: #333;
  font-size: 9px;
  font-weight: bold;
  top: 34px;
}

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
  top: 22px;
  left: 10px;
  transform: rotate(-45deg);
  border-bottom: solid 2px #fff;
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
  top: 22px;
  transform: rotate(45deg);
  border-bottom: solid 2px #fff;
}

.container {
  max-width: 1100px;
  display: block;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media (max-width: 1100px) {
  .container {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media (max-width: 767px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.container0 {
  max-width: 1100px;
  display: block;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
}

.container-full {
  max-width: 900px;
  display: block;
  margin: 0 auto;
  padding: 70px 0 55px;
  position: relative;
}

.container-full::before {
  position: absolute;
  content: "";
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 116px;
  /*画像の幅*/
  height: 58px;
  /*画像の高さ*/
  background-image: url(../img/arrow-fullbg.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  top: -22px;
  left: 45%;
  z-index: 100;
}

@media (max-width: 767px) {
  .container-full::before {
    left: 37%;
  }
}

.footer {
  font-family: serif;
  min-width: 1000px;
  margin: 0 auto;
  overflow-x: hidden;
  background: #111;
  text-align: center;
  padding: 30px 15px 30px;
  color: #fff;
}

@media (max-width: 767px) {
  .footer {
    min-width: auto;
  }
}

.footer p {
  font-weight: 400 !important;
  font-size: 12px;
  margin: 0 auto;
  line-height: 1.8;
  opacity: 0.9;
}

.footer .footer-sns {
  font-weight: 400 !important;
  font-size: 24px;
  margin: 0 auto 25px;
  line-height: 1.8;
  opacity: 0.9;
}

.arrow-white::before {
  background-image: url(../img/arrow-full-white.png);
}

.container-flex {
  margin-right: 6%;
  margin-left: 6%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.flex-re {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .flex-re {
    flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .row-reverse-sp {
    flex-direction: column-reverse;
  }
}

.photoadd {
  float: right;
  z-index: 100;
  position: relative;
  margin-left: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .photoadd {
    float: none;
    display: block;
    margin: 0 auto 30px;
    width: 60%;
  }
}

.photoadd2 {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .photoadd2 {
    float: none;
    display: block;
    margin: 0 auto 20px;
    width: 100%;
  }
}

.photoadd2-left {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .photoadd2-left {
    float: none;
    display: block;
    margin: 0 auto 20px;
    width: 100%;
  }
}

.w100 {
  width: 100%;
}

.w80 {
  width: 80%;
}

@media (max-width: 767px) {
  .w100sp {
    width: 100%;
  }

  .w90sp {
    width: 90%;
    display: block;
  }

  .w80sp {
    width: 80%;
  }

  .w70sp {
    width: 70%;
  }

  .w60sp {
    width: 60%;
  }

  .mb30sp {
    margin-bottom: 3rem;
  }

  .mb50sp {
    margin-bottom: 5rem;
  }

  .mb70sp {
    margin-bottom: 7rem;
  }
}

.w90 {
  width: 90%;
}

.float-img {
  float: left;
  margin: 0 15px 15px 0;
}

.float-img-r {
  float: right;
  margin: 0 0px 5px 10px;
}

.float-width {
  width: 250px;
}

@media (max-width: 767px) {
  .float-width {
    width: 230px;
  }
}

.center-block {
  display: block;
  margin: 0 auto;
}

.mb15 {
  margin-bottom: 1.5rem;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb30 {
  margin-bottom: 3rem;
}

.mb50 {
  margin-bottom: 5rem;
}

.mb70 {
  margin-bottom: 7rem;
}

.margintop-150 {
  margin-top: -150px;
}

@media (max-width: 767px) {
  .margintop-150 {
    margin-top: 0;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.mt30 {
  margin-top: 3rem;
}

.mt50 {
  margin-top: 5rem;
}

.mr10 {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .mr10 {
    margin-right: 0;
  }
}

.txt-box {
  padding: 0 50px;
}

@media (max-width: 767px) {
  .txt-box {
    padding: 0 0px;
  }
}

.sp {
  display: none !important;
}

@media (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

.pc {
  display: none !important;
}

@media (min-width: 767px) {
  .pc {
    display: block !important;
  }
}

/* ---- animation ---- */
/* ---- animation ---- */
/* ---- animation ---- */
/* ---- animation ---- */
.delighter.splash {
  transition: all 2s ease-out;
}

.delighter.splash.ended {
  background: #fff;
}

.delighter.right {
  transform: translate(-20%);
  opacity: 0;
  filter: blur(20px);
  transition: all 1s ease-out;
}

.delighter.right.started {
  transform: none;
  opacity: 1;
  filter: blur(0);
}

.delighter.left {
  transform: translate(20%);
  opacity: 0;
  transition: all 1s ease-out;
  filter: blur(20px);
}

.delighter.left.started {
  transform: none;
  opacity: 1;
  filter: blur(0);
}

.delighter.bottom {
  transform: translatey(300%);
  opacity: 0;
  transition: all 0.75s ease-out;
}

.delighter.bottom.started {
  transform: none;
  opacity: 1;
}

.delighter.fadeIn {
  transition: all 1s ease;
  opacity: 0;
}

.delighter.fadeIn.started {
  opacity: 1;
}

.delighter.slideUp {
  transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition: all 0.75s ease-out;
}

.delighter.slideUp.started {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.delighter.slideR {
  transform: translate3d(20px, 0px, 0);
  opacity: 0;
  transition: all 0.75s ease-out;
}

.delighter.slideR.started {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.delighter.slideL {
  transform: translate3d(-20px, 0px, 0);
  opacity: 0;
  transition: all 0.75s ease-out;
}

.delighter.slideL.started {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.delighter.maskToRight {
  position: relative;
  transform: translateZ(0);
  overflow: hidden;
}

.delighter.maskToRight::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: translate3d(0, 0, 0);
  background: #fff;
  transition: all 0.8s linear;
  z-index: 2;
}

.delighter.maskToRight.started::before {
  transform: translate3d(100%, 0, 0);
}

.delay_03 {
  transition: all 1s ease 0.3s;
}

.delay_06 {
  transition: all 1s ease 0.6s;
}

.delay_09 {
  transition: all 1s ease 0.9s;
}

.delay_12 {
  transition: all 1s ease 1.2s;
}

.delay_15 {
  transition: all 1s ease 1.5s;
}

/* ---- animation ---- */
/* ---- animation ---- */
/* ---- animation ---- */
/* ---- animation ---- */
.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0;
}

.sample-text1 {
  font-size: 20px;
  font-weight: bold;
  animation-name: fadein;
  animation-duration: 3s;
}

@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0px);
  }

  100% {
    transform: translate(0, -15px);
  }
}

.fuwafuwa {
  animation-name: fuwafuwa;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
}

@media (max-width: 767px) {
  .fuwafuwa {
    animation: none;
  }
}

@keyframes zoomBg {
  0% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

body {
  background: #fff;
  position: relative;
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

.bodyfade {
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

main {
  position: relative;
  background-color: #f0fffe;
  background-image: url("https://www.transparenttextures.com/patterns/bedge-grunge.png");
  min-width: 1000px;
  margin: 0 auto;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  main {
    min-width: initial;
    min-width: auto;
  }
}

.h3 {
  font-size: 4rem;
  margin-bottom: 40px;
  text-align: center;
}

.h3 span {
  font-size: 80%;
}

@media (max-width: 767px) {
  .h3 {
    margin-bottom: 30px;
    font-size: 3rem;
  }
}

.h3-en {
  font-family: "cormorant-garamond", serif;
  font-weight: 500;
  font-style: normal;
  color: #207365;
  font-size: 1.8rem;
  opacity: 0.5;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .h3-en {
    font-size: 1.5rem;
  }
}

.h3-emphasis {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .h3-emphasis {
    margin-top: 50px;
  }
}

.h3-top {
  margin-top: 100px;
}

@media (max-width: 767px) {
  .h3-top {
    margin-top: 50px;
  }
}

.h3-term {
  font-size: 2.4rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .h3-term {
    font-size: 2rem;
    margin-top: 3rem;
    margin-bottom: 15px;
  }
}

.align-right {
  text-align: right;
}

.kv {
  position: relative;
  border-bottom-left-radius: 50% 10%;
  border-bottom-right-radius: 50% 10%;
  overflow: hidden;
  min-height: 700px;
}

@media (max-width: 767px) {
  .kv {
    height: 700px !important;
    min-height: none;
  }
}

.kv:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../img/kv-bg01.webp) no-repeat center center;
  -ms-background-size: cover;
  background-size: cover;
  animation: zoomBg 6s ease-out;
}

@media (max-width: 767px) {
  .kv:after {
    background-size: cover;
    animation: zoomBg 6s ease-out;
  }
}

.kv-wrap {
  height: 100%;
  min-width: 1050px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 767px) {
  .kv-wrap {
    min-width: 200px;
    max-width: none;
    padding-right: 10px;
  }
}

.kv-black {
  height: 100px;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 10;
}

.kv-top {
  padding: 20px 20px;
}

@media (max-width: 767px) {
  .kv-top {
    padding: 25px 15px 15px;
    justify-content: center;
  }
}

.kv-logo {
  width: 150px;
  z-index: 1;
}

@media (max-width: 767px) {
  .kv-logo {
    width: 130px;
  }
}

@media (min-width: 767px) {
  .kv-logo {
    margin-top: 1%;
    margin-left: 2%;
  }
}

.kv-logo img {
  width: 100%;
}

.kv-title {
  position: absolute;
  z-index: 10;
  width: 41%;
  max-width: 500px;
  bottom: 11%;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .kv-title {
    bottom: 22%;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 350px;
  }
}

.kv-title img {
  width: 100%;
}

.kv-badge {
  position: absolute;
  z-index: 11;
  width: 180px;
  bottom: 9%;
  right: 5%;
  transition: all 0.2s ease-out;
}

.kv-badge:hover {
  opacity: 0.75;
}

@media (max-width: 767px) {
  .kv-badge {
    bottom: 5%;
    right: 3%;
    width: 130px;
  }

  .kv-badge:hover {
    opacity: 1;
  }
}

@media screen and (min-width: 765px) {

  /* スマホとタブレット以外はこっちを適用 */
  .bg-pc {
    height: 100vh !important;
    /* !importantを使用し、jQueryを打ち消し */
  }
}

.pr {
  background: linear-gradient(160deg, #122b2b, #122927, #122623, #23443d, #13231e, #14221f, #16221f, #255148);
  padding: 110px 0px 120px;
  position: relative;
  color: #effefb;
}

@media (max-width: 767px) {
  .pr {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.pr-flex {
  margin-bottom: 100px;
}

.pr-flex:last-child {
  margin-bottom: 0;
}

.pr-title {
  margin-bottom: 70px;
}

.pr .h3 {
  font-size: 5rem;
}

@media (max-width: 767px) {
  .pr .h3 {
    font-size: 3.5rem;
  }
}

.pr .h3::before {
  content: "";
  /*何も入れない*/
  display: inline-block;
  width: 40px;
  /*画像の幅*/
  height: 40px;
  /*画像の高さ*/
  background-image: url(../img/pr-icon.png);
  background-size: contain;
  vertical-align: middle;
  margin-top: -10px;
  margin-right: 6px;
}

.pr .h3-en {
  margin-bottom: 0;
}

.pr-h3 {
  font-size: 2.8rem;
  line-height: 1.7;
  font-weight: 600;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .pr-h3 {
    font-size: 2.2rem;
  }
}

.pr-h3en {
  font-family: "cormorant-garamond", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  color: #a5ede6;
  opacity: 0.3;
  margin-bottom: 30px;
}

.pr-txt {
  width: 55%;
  position: relative;
  padding-top: 20px;
}

@media (max-width: 767px) {
  .pr-txt {
    width: 100%;
    padding-top: 35px;
  }
}

.pr-txt::before {
  display: inline-block;
  visibility: initial;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.pr-txt::after {
  display: inline-block;
  visibility: initial;
  position: absolute;
  top: 0;
  left: 0;
  width: 17.5rem;
  height: 0.7rem;
  background: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.pr-img {
  width: 35%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

@media (max-width: 767px) {
  .pr-img {
    width: 100%;
  }
}

.pr-stone {
  width: 100;
  margin: 0 auto 30px;
  max-width: 280px;
  display: block;
}

.pr-img01 {
  display: block;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .pr-img01 {
    top: 5%;
    left: 15%;
  }
}

.pr-img02 {
  position: absolute;
  top: 15%;
  right: -20%;
  z-index: 1;
  width: 200px;
}

@media (max-width: 767px) {
  .pr-img02 {
    top: 30%;
    right: 0%;
  }
}

.pr-img06 {
  position: absolute;
  top: 5%;
  left: -15%;
  z-index: 1;
  width: 400px;
}

@media (max-width: 767px) {
  .pr-img06 {
    top: 30%;
    right: 0%;
  }
}

.pr-img03 {
  position: absolute;
  bottom: -10%;
  left: -12%;
  z-index: 1;
  width: 350px;
}

@media (max-width: 767px) {
  .pr-img03 {
    width: 260px;
    bottom: 18%;
    left: 0;
    width: 200px;
  }
}

.pr-img04 {
  position: absolute;
  bottom: -16%;
  right: 0%;
  z-index: 1;
  width: 350px;
}

@media (max-width: 767px) {
  .pr-img04 {
    right: 0;
    width: 260px;
    bottom: -5%;
  }
}

.mv {
  margin-top: -2px;
  background: url(../img/mv-bg.jpg) center center;
  background-size: cover;
  padding: 120px 0 100px;
  position: relative;
}

@media (max-width: 767px) {
  .mv {
    padding: 70px 0 40px;
  }
}

.mv-wrap {
  margin: 0 auto;
  max-width: 1010px;
  padding-right: 20px;
  padding-left: 20px;
}

.mv-black {
  height: 100px;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
}

.mv-txt {
  position: relative;
  width: 260px;
  z-index: 11;
  opacity: 0.9;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .mv-txt {
    width: 200px;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 10px;
  }
}

.mv .embedvideo {
  z-index: 10;
}

.mv .video-width {
  max-width: 700px;
  margin: 0 auto;
}

.dg {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .dg {
    padding: 60px 0;
  }
}

.dg .container {
  max-width: 1010px;
}

.dg-title {
  width: 460px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .dg-title {
    width: 90%;
    max-width: 330px;
    margin-bottom: 40px;
    margin: 0 auto 30px;
    display: block;
  }
}

.dg-prd {
  width: 33%;
  padding-top: 10px;
}

@media (max-width: 767px) {
  .dg-prd {
    width: 100%;
  }
}

.dg-pic {
  width: 100%;
}

@media (max-width: 767px) {
  .dg-pic {
    width: 70%;
    margin: 0 auto;
    display: block;
  }
}

.dg-buy {
  margin-top: -15px;
  margin-bottom: 20px;
}

.dg-buy a {
  transition: all 0.2s ease-out;
}

.dg-buy a:hover {
  opacity: 0.75;
}

.dg-buy a:last-child {
  margin-left: 2%;
}

.dg-buy img {
  display: inline-block;
  padding: 2px 36px 0;
  border-radius: 50px;
  border: 1px solid #5b5b5b;
  margin: 0 auto 5px;
  width: 131px;
}

@media (max-width: 767px) {
  .dg-buy img {
    width: 45%;
    width: 110px;
    padding: 5px 25px;
  }
}

@media (min-width: 767px) {
  .dg-buy img {
    margin-left: 10px;
  }
}

.dg-out {
  display: block;
  text-align: center;
  padding: 10px 30px;
  border-radius: 50px;
  border: 1px solid #888;
  margin: 0 auto 15px;
  width: 200px;
  color: #888;
}

.dg-txt {
  width: 62%;
}

@media (max-width: 767px) {
  .dg-txt {
    width: 100%;
  }
}

.dg-head {
  font-size: 2.2rem;
  padding-bottom: 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid #333;
  font-family: serif;
}

@media (max-width: 767px) {
  .dg-head {
    font-size: 2rem;
  }
}

.dg-date {
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.dg-exp {
  font-size: 1.5rem;
  text-align: justify;
}

@media (max-width: 767px) {
  .dg-exp {
    font-size: 1.4rem;
  }
}

.dg-item {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .dg-item {
    margin-bottom: 50px;
  }
}

@media (min-width: 767px) {
  .dg-item {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.dg-audio-item {
  background: #f5f5f5;
  align-items: center;
  padding: 1px 10px 1px 10px;
}

.dg-audio-item:nth-child(even) {
  background: #fff;
}

@media (max-width: 767px) {
  .dg-audio-item {
    padding: 5px 10px 5px 10px;
  }
}

.dg-audio-itemOnly {
  padding: 8px 10px 8px 10px;
}

@media (max-width: 767px) {
  .dg-audio-itemOnly {
    padding: 5px 10px 5px 10px;
  }
}

.dg-audio-name {
  font-size: 1.4rem;
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .dg-audio-name {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .dg .aaudio {
    margin: 0 auto;
  }
}

.repeat-img {
  height: 250px;
  background: url(../img/repeat.jpg) center;
}

.st {
  position: relative;
  background-color: #f0fffe;
  background-image: url("https://www.transparenttextures.com/patterns/bedge-grunge.png");
  padding: 100px 0 80px;
}

@media (max-width: 767px) {
  .st {
    padding: 80px 0 70px;
  }
}

.st .container {
  max-width: 1100px;
}

.st-width {
  max-width: 850px;
  margin: 0 auto;
}

.st-flex {
  position: relative;
  margin-bottom: 50px;
}

.st-txt {
  width: 63%;
}

@media (max-width: 767px) {
  .st-txt {
    width: 100%;
  }
}

.st-img {
  width: 30%;
}

@media (max-width: 767px) {
  .st-img {
    width: 100%;
  }
}

.st-graph {
  width: 500px;
  right: 10%;
  top: 50px;
  position: absolute;
  opacity: 0.06;
}

.st-fullimg {
  height: 400px;
  width: 100%;
  background: url(../img/bg-01a.webp) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

@media (max-width: 767px) {
  .st-fullimg {
    background-attachment: inherit;
    height: 340px;
  }
}

.st-mid {
  text-align: center;
  font-size: 100%;
  font-weight: bold;
}

.st-last {
  background: #fff;
  overflow: hidden;
}

.st-last-bg {
  white-space: nowrap;
  position: absolute;
  opacity: 0.2;
  color: #207365;
  font-size: 7rem;
  top: -15px;
  left: 0;
  right: 0;
  font-family: "cormorant-garamond", serif;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 767px) {
  .st-last-bg {
    font-size: 4.5rem;
    line-height: 1.2;
    top: -10px;
    opacity: 0.15;
  }
}

.st-last .h3 {
  padding-bottom: 20px;
  position: relative;
}

.st-last .h3::before {
  display: inline-block;
  visibility: initial;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: #207365;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.st-last .h3::after {
  display: inline-block;
  visibility: initial;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: #207365;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.st-last p {
  text-align: center;
}

.btn-box {
  margin-bottom: 10px;
  max-width: 420px;
  text-align: center;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .btn-box .flexbox {
    flex-direction: column;
    align-items: center;
  }
}

.btn {
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.1em;
  background: #207365;
  color: #fff;
  border-radius: 5px;
  opacity: 1;
  border: 1px solid #207365;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .btn {
    font-size: 1.7rem;
  }
}

.btn:hover {
  opacity: 0.7;
}

.btn-note {
  font-size: 85%;
}

.btn-border {
  background: transparent;
  color: #207365;
}

.btn-store {
  background: #948549;
  border: 1px solid #948549;
  padding: 1rem 3rem;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 15px;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}

.faq {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url(../img/bg-03.png);
  background-size: cover;
}

.faq-left {
  width: 30%;
}

@media (max-width: 767px) {
  .faq-left {
    width: 100%;
  }
}

.faq-right {
  width: 65%;
}

@media (max-width: 767px) {
  .faq-right {
    width: 100%;
  }
}

.faq h3 {
  font-size: 3.2rem;
  margin-bottom: 0px;
}

.faq h3 span {
  font-size: 80%;
}

@media (max-width: 767px) {
  .faq h3 {
    margin-bottom: 30px;
    text-align: center;
  }
}

.faq .h3-en {
  font-size: 2rem;
  text-align: left;
  margin-top: 1px;
  margin-bottom: 0;
  opacity: 0.9;
}

@media (max-width: 767px) {
  .faq .h3-en {
    text-align: center;
  }
}

.table-term {
  width: 100%;
  border-collapse: collapse;
}

.table-term th {
  padding: 25px 10px;
  border-bottom: 1px solid #d2d2d2;
  text-align: left;
  line-height: 1.6;
}

.table-term td {
  padding: 25px 10px;
  border-bottom: 1px solid #d2d2d2;
  text-align: left;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .table-term th {
    display: block;
    padding: 20px 10px 0 10px;
    border-bottom: none;
  }

  .table-term td {
    display: block;
    padding: 5px 10px 20px 10px;
    border-bottom: 1px solid #d2d2d2;
  }
}

.st-form-text {
  text-align: center;
}

.st-form {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.st-form .form-note {
  margin-top: 5px;
  margin-bottom: 0 !important;
  font-size: 14px;
}

.st-form .error {
  display: block;
  margin-top: 5px;
  color: #ff7171;
  font-size: 14px;
}

.st-form-item {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 0 20px;
  padding: 25px 10px;
  border-bottom: 1px solid #d2d2d2;
}

.st-form-item dt {
  width: 210px;
  padding-top: 15px;
  text-align: left;
  line-height: 1.6;
}

.st-form-item dt span {
  float: right;
  justify-content: flex-end;
  padding: 4px 8px;
  border-radius: 2px;
  background-color: #948549;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.st-form-item dd {
  width: calc(100% - 210px);
}

.st-form-item dd input[type="text"],
.st-form-item dd input[type="email"] {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  color: #221f2c;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

.st-form-item dd input[type="text"]:hover,
.st-form-item dd input[type="text"]:focus,
.st-form-item dd input[type="email"]:hover,
.st-form-item dd input[type="email"]:focus {
  outline: #207365;
  border: 1px solid #207365;
}

.st-form-item dd textarea {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  color: #221f2c;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

.st-form-item .block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 0 15px;
  margin-top: 10px;
  text-wrap: nowrap;
}

.st-form-item .block:first-child {
  margin-top: 0;
}

.st-form-check {
  margin-top: 30px;
  text-align: center;
}

.st-form-button {
  margin-top: 30px;
  text-align: center;
}

@media (max-width: 767px) {
  .st-form-item {
    flex-direction: column;
    gap: 10px 20px;
    padding: 20px 10px;
  }

  .st-form-item dt {
    width: 100%;
    padding-top: 0;
  }

  .st-form-item dt span {
    float: none;
    margin-left: 10px;
    padding: 2px 6px;
  }

  .st-form-item dd {
    width: 100%;
  }

  .st-form-item dd input[type="text"],
  .st-form-item dd input[type="email"] {
    width: 100%;
    padding: 15px;
    font-size: 1.6rem;
  }
}

.mobile-only {
  display: none;
}

@media (max-width: 480px) {
  .mobile-only {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */