@charset "UTF-8";
/* ==================================================
	sp
================================================== */
@media screen and (max-width: 599px) {
  #fv {
    width: 100%;
    margin: 0;
  }
  .splide__pagination {
    bottom: -1.8em;
  }
  .splide__pagination__page.is-active {
    background: #194660;
    transform: scale(1.25);
  }
  .splide__pagination__page {
    background: #E1E5E0;
    height: 10px;
    width: 10px;
    margin: 10px;
  }
  /* スライド共通のスタイル */
  .splide__slide img {}
  /* アクティブなスライドのスタイル */
  .splide__slide.is-active img {}
  /* スライドのサイズ調整 */
  .splide__slide img {
    width: 100%;
    height: auto;
  }
  .splide__slide.is-next img {}
  .splide__slide.is-prev img {}
  .catchphrase_wrapper {
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 12vw;
    background: rgba(16, 8, 3, 0.5);
  }
  .catchphrase_wrapper h2 {
    font-size: 4.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
    color: #fff;
    text-align: left;
    padding: 5vw 0 5vw 5%;
  }
  #intro {
    width: 100%;
    margin: 10vw 0;
  }
  .intro_wrapper {
    width: 85%;
    margin: 0 auto;
  }
  .intro_heading_wrapper {
    width: 100%;
    margin: 0 auto;
    background: #F4F1EF;
  }
  .intro_heading {
    font-size: 3.5vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
    padding: 5vw 0 0;
  }
  .intro_heading_txt {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 2.8vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    position: relative;
    display: inline-block;
    margin: 2vw 0 5vw;
    padding: 0 20%;
  }
  .intro_heading_txt:before, .intro_heading_txt:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 20%;
    height: 1px;
    background-color: #211A19;
  }
  .intro_heading_txt:before {
    left: 0;
  }
  .intro_heading_txt:after {
    right: 0;
  }
  .intro_txt_wrapper {
    width: 100%;
    margin: 0 auto;
  }
  .intro_txt {
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    text-align: left;
    margin: 5vw 0 0;
  }
  .intro_img {
    width: 100%;
    margin: 5vw 0 0;
  }
  .intro_img img {
    width: 100%;
    height: auto;
  }
  .intro_subheading {
    font-size: 3.5vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
    margin: 5vw 0 0;
  }
  .r9_wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: center;
    margin: 10vw 0 0;
  }
  .reverse {
    flex-direction: column-reverse;
  }
  .r9_img {
    margin: 7vw 0 0;
  }
  .r9_img img {
    width: 100%;
    height: auto;
  }
  .r9_inner {
    margin: 0;
  }
  .r9_symbol {
    width: 40%;
    margin: 0 auto 5vw;
  }
  .r9_symbol img {
    width: 100%;
    height: auto;
  }
  .r9_txt {
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    text-align: center;
    margin-bottom: 5vw;
  }
  .r3_img {
    width: 100%;
    margin: 0;
  }
  .r3_img img {
    width: 100%;
    height: auto;
  }
  .intro_subheading_img {
    width: 30%;
    margin: 10vw auto 0;
  }
  .intro_subheading_img img {
    width: 100%;
    height: auto;
  }
  #story {
    width: 100%;
    margin: 0 0 5vw;
  }
  .story_wrapper {
    width: 100%;
    height: 0;
    margin: 0;
    padding-top: 65.1%; /* (画像の高さ / 画像の横幅) × 100*/
    background: url("../images/rdoor/bg_rdoor.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
  }
  .story_inner {
    width: 85%;
    margin: 0 auto;
    position: absolute;
    top: calc(50% - 1vw);
    left: 50%;
    transform: translate(-50%, calc(-50% - 1vw));
    -webkit-transform: translate(-50%, calc(-50% - 1vw));
    -ms-transform: translate(-50%, calc(-50% - 1vw));
  }
  .story_heading {
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
    text-align: left;
  }
  .story_heading span {
    font-size: 3.5vw;
  }
  .story_txt {
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    text-align: left;
    margin-top: 3vw
  }
  .story_txt:last-of-type {
    line-height: 1.0em;
    text-align: left;
  }
  .ask_wrapper {
    width: 85%;
    margin: 0 auto;
    background: #F4F1EF;
  }
  .ask_txt {
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    padding: 5vw 0;
  }
}
/* ==================================================
	tb
================================================== */
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #fv {
    width: 100%;
    margin: 0;
  }
  .splide__pagination {
    bottom: -1.8em;
  }
  .splide__pagination__page.is-active {
    background: #194660;
    transform: scale(1.25);
  }
  .splide__pagination__page {
    background: #E1E5E0;
    height: 10px;
    width: 10px;
    margin: 10px;
  }
  /* スライド共通のスタイル */
  .splide__slide img {}
  /* アクティブなスライドのスタイル */
  .splide__slide.is-active img {}
  /* スライドのサイズ調整 */
  .splide__slide img {
    width: 100%;
    height: auto;
  }
  .splide__slide.is-next img {}
  .splide__slide.is-prev img {}
  .catchphrase_wrapper {
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 12vw;
    background: rgba(16, 8, 3, 0.5);
  }
  .catchphrase_wrapper h2 {
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
    color: #fff;
    text-align: left;
    padding: 5vw 0 5vw 5%;
  }
  #intro {
    width: 100%;
    margin: 10vw 0;
  }
  .intro_wrapper {
    width: 85%;
    margin: 0 auto;
  }
  .intro_heading_wrapper {
    width: 100%;
    margin: 0 auto;
    background: #F4F1EF;
  }
  .intro_heading {
    font-size: 2.5vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
    padding: 5vw 0 0;
  }
  .intro_heading_txt {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 1.8vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    position: relative;
    display: inline-block;
    margin: 2vw 0 5vw;
    padding: 0 20%;
  }
  .intro_heading_txt:before, .intro_heading_txt:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 25%;
    height: 1px;
    background-color: #211A19;
  }
  .intro_heading_txt:before {
    left: 0;
  }
  .intro_heading_txt:after {
    right: 0;
  }
  .intro_txt_wrapper {
    width: 100%;
    margin: 0 auto;
  }
  .intro_txt {
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    text-align: left;
    margin: 5vw 0 0;
  }
  .intro_img {
    width: 100%;
    margin: 5vw 0 0;
  }
  .intro_img img {
    width: 100%;
    height: auto;
  }
  .intro_subheading {
    font-size: 2.5vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
    margin: 5vw 0 0;
  }
  .r9_wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: center;
    margin: 10vw 0 0;
  }
  .reverse {
    flex-direction: column-reverse;
  }
  .r9_img {
    margin: 7vw 0 0;
  }
  .r9_img img {
    width: 100%;
    height: auto;
  }
  .r9_inner {
    margin: 0;
  }
  .r9_symbol {
    width: 40%;
    margin: 0 auto 5vw;
  }
  .r9_symbol img {
    width: 100%;
    height: auto;
  }
  .r9_txt {
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    text-align: center;
    margin-bottom: 5vw;
  }
  .r3_img {
    width: 100%;
    margin: 0;
  }
  .r3_img img {
    width: 100%;
    height: auto;
  }
  .intro_subheading_img {
    width: 20%;
    margin: 10vw auto 0;
  }
  .intro_subheading_img img {
    width: 100%;
    height: auto;
  }
  #story {
    width: 100%;
    margin: 0 0 5vw;
  }
  .story_wrapper {
    width: 100%;
    height: 0;
    margin: 0;
    padding-top: 65.1%; /* (画像の高さ / 画像の横幅) × 100*/
    background: url("../images/rdoor/bg_rdoor.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
  }
  .story_inner {
    width: 85%;
    margin: 0 auto;
    position: absolute;
    top: calc(50% - 1vw);
    left: 50%;
    transform: translate(-50%, calc(-50% - 1vw));
    -webkit-transform: translate(-50%, calc(-50% - 1vw));
    -ms-transform: translate(-50%, calc(-50% - 1vw));
  }
  .story_heading {
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
    text-align: left;
  }
  .story_heading span {
    font-size: 2.5vw;
  }
  .story_txt {
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    text-align: left;
    margin-top: 3vw
  }
  .story_txt:last-of-type {
    line-height: 1.0em;
    text-align: left;
  }
  .ask_wrapper {
    width: 80%;
    margin: 0 auto;
    background: #F4F1EF;
  }
  .ask_txt {
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    padding: 5vw 0;
  }
}
/* ==================================================
	pc
================================================== */
@media screen and (min-width: 1025px) {
  #fv {
    width: 100%;
    margin: 0;
    background: #fff;
  }
  .splide__pagination {
    bottom: -2.4em;
  }
  .splide__pagination__page.is-active {
    background: #194660;
    transform: scale(1.75);
  }
  .splide__pagination__page {
    background: #E1E5E0;
    height: 10px;
    width: 10px;
    margin: 10px;
  }
  /* スライドのサイズ調整 */
  .splide__slide img {
    width: 100%;
    height: auto;
  }
  .splide__slide.is-next img {}
  .splide__slide.is-prev img {}
  .catchphrase_wrapper {
    width: 35%;
    position: absolute;
    bottom: 10vw;
    right: 0;
    background: rgba(16, 8, 3, 0.5);
  }
  .catchphrase_wrapper h2 {
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    color: #fff;
    text-align: left;
    padding: 4vw 0 4vw 10%;
  }
  #intro {
    width: 100%;
    margin: 10vw 0;
  }
  .intro_wrapper {
    width: 80%;
    margin: 0 auto;
  }
  .intro_heading_wrapper {
    width: 100%;
    margin: 0 auto;
    background: #F4F1EF;
  }
  .intro_heading {
    font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    padding: 2vw 0 0;
  }
  .intro_heading_txt {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 1.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    position: relative;
    display: inline-block;
    margin: 1vw 0 2vw;
    padding: 0 20%;
  }
  .intro_heading_txt:before, .intro_heading_txt:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 30%;
    height: 1px;
    background-color: #211A19;
  }
  .intro_heading_txt:before {
    left: 0;
  }
  .intro_heading_txt:after {
    right: 0;
  }
  .intro_txt_wrapper {
    width: 65%;
    margin: 0 auto;
  }
  .intro_txt {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    text-align: left;
    margin: 7vw 0 0;
  }
  .intro_img {
    width: 100%;
    margin: 5vw 0 0;
  }
  .intro_img img {
    width: 100%;
    height: auto;
  }
  .intro_subheading {
    font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    margin: 7vw 0 0;
  }
  .r9_wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    margin: 5vw 0 0;
  }
  .reverse {
    flex-direction: row-reverse;
  }
  .r9_img {
    flex: 1;
    margin: 0;
  }
  .r9_img img {
    width: 100%;
    height: auto;
  }
  .r9_inner {
    flex: 1;
    margin: 0;
  }
  .r9_symbol {
    width: 40%;
    margin: 0 auto 2vw;
  }
  .r9_symbol img {
    width: 100%;
    height: auto;
  }
  .r9_txt {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    text-align: center;
    margin-bottom: 2vw;
  }
  .r3_img {
    width: 100%;
    margin: 0;
  }
  .r3_img img {
    width: 100%;
    height: auto;
  }
  .intro_subheading_img {
    width: 38.5%;
    margin: 7vw auto 0;
  }
  .intro_subheading_img img {
    width: 100%;
    height: auto;
  }
  #story {
    width: 100%;
    margin: 0;
  }
  .story_wrapper {
    width: 100%;
    height: 0;
    margin: 0;
    padding-top: 65.1%; /* (画像の高さ / 画像の横幅) × 100*/
    background: url("../images/rdoor/bg_rdoor.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
  }
  .story_inner {
    width: 65%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .story_heading {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    text-align: left;
  }
  .story_heading span {
    font-size: 1.6vw;
  }
  .story_txt {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 2.0em;
    text-align: left;
    margin-top: 7vw
  }
  .story_txt:last-of-type {
    line-height: 1.0em;
    text-align: end;
  }
  .ask_wrapper {
    width: 80%;
    margin: 0 auto;
    background: #F4F1EF;
  }
  .ask_txt {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    padding: 5vw 0;
  }
}