@charset "UTF-8";
/*---------------------*/
/*予告広告*/
/*---------------------*/
#yokoku_wrap {
  width: 100%;
  max-width: 1140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: auto;
  padding: 0 0 8px;
}

.yokoku_midashi {
  min-width: 90px;
  margin-right: 10px;
  padding: 2px 6px;
  border: solid 1px #FFF;
  font-size: 16px;
  text-align: center;
  color: #FFF;
}

.yokoku_txt {
  font-size: 12px;
  line-height: 1.4;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  #yokoku_wrap {
    width: 96%;
    padding: 10px 0;
  }
}
@media screen and (max-width: 500px) {
  #yokoku_wrap {
    display: block;
    padding: 2vw 0;
  }
  .yokoku_midashi {
    width: 5vw;
    margin-right: 0;
    margin-bottom: 0.3rem;
    padding: 2px 4px;
    margin-bottom: 0.3rem;
    font-size: 14px;
  }
  .yokoku_txt {
    font-size: 2.604vw;
  }
}
#container {
  /* ========================================================================================= ^^
    Index
  ============================================================================================ ^^ */
  /* 内容 */
  /*---------------------*/
  /**/
  /*---------------------*/
  /**/
  /*---------------------*/
  /**/
  /*---------------------*/
  /*---------------------*/
  /**/
  /*---------------------*/
  /*---------------------*/
  /**/
  /*---------------------*/
  /*---------------------*/
  /**/
  /*---------------------*/
  /*---------------------*/
  /**/
  /*---------------------*/
  /*---------------------*/
  /**/
  /*---------------------*/
  /*---------------------*/
  /**/
  /*---------------------*/
  /*---------------------*/
  /**/
  /*---------------------*/
}
#container .section {
  background: #1a1a1a;
}
#container .section--hero {
  background: #000;
  height: 840px;
}
#container .section--hero * {
  color: #fff;
}
#container .section--hero .section__inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  background: url(../images/index/hero_bgi01.png) no-repeat 100% 50%/cover;
}
#container .section--hero .section__heading {
  font-family: "Cinzel", serif;
  font-size: 57px;
  font-weight: 400;
  letter-spacing: 0.2em;
}
#container .section--hero .section__par--catch-ja {
  margin-top: 10px;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-size: 26px;
  font-weight: 400;
}
#container .section--hero .section__par--catch-en {
  margin-top: 72px;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
#container .section--entry {
  padding: 0 0 100px;
  background: #000;
}
#container .section--entry * {
  color: #fff;
  text-align: center;
}
#container .section--entry .section__usp {
  width: 100%;
  padding: 40px 0;
  background: #404040;
}
#container .section--entry .section__inner {
  padding: 0 150px;
}
#container .section--entry .section__usp .section__inner {
  max-width: 1280px;
  padding: 0;
  margin: auto;
}
#container .section--entry .section__block--box {
  margin-top: 100px;
  padding: 16px;
  background: #242424;
}
#container .section--entry .section__block--box .section__wrap {
  padding: 90px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
#container .section--entry .section__block--box .section__heading {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-size: 30px;
  font-weight: 400;
}
#container .section--entry .section__block--box .section__par {
  margin-top: 20px;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
#container .section--entry .section__block--box .section__list {
  margin-top: 60px;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#container .section--entry .section__block--box .section__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 424px;
  height: 64px;
  border: 1px solid #fff;
  background: #fff;
}
#container .section--entry .section__block--box .section__anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #000;
  position: relative;
}
#container .section--entry .section__block--box .section__anchor::after {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-left: 0.4em solid #000;
  border-top: 0.2em solid transparent;
  border-bottom: 0.2em solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.4em;
  margin: auto;
}
#container .section--entry .view_img {
  width: 100%;
  /* margin-top: 3em;*/
}
#container .section--message {
  width: 100%;
  height: 100vh;
  position: relative;
}
#container .section--message * {
  color: #fff;
  text-align: left;
}
#container .section--message .section__inner {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
#container .section--message .section__block {
  width: 50%;
  height: 100vh;
}
#container .section--message .section__block--txt {
  padding: 150px 20px 150px 150px;
  background: url(../images/index/message_item01_bgi01.jpg) no-repeat 50% 50%/cover;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
#container .section--message .section__block--txt .section__heading {
  font-family: "Cinzel", serif;
  font-size: 52px;
  font-weight: 400;
}
#container .section--message .section__block--txt .section__par--text {
  margin-top: 30px;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 3;
}
#container .section--message .section__block--txt .section__par--catch-ja {
  margin-top: 30px;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-size: 20px;
  font-weight: 400;
}
#container .section--message .section__block--txt .section__par--catch-en {
  margin-top: 20px;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
#container .section--message .section__block--img .imgWrap {
  height: 100vh;
  overflow: hidden;
}
#container .section--message .section__block--img .section__figure {
  height: 100vh;
}
#container .section--message .section__block--img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
#container .section--index {
  height: 100vh;
}
#container .section--index .section__inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
#container .section--index .section__block {
  width: 50%;
}
#container .section--index .section__block--txt {
  padding: 15vw 20px 15vw 10vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
#container .section--index .section__block--txt .section__heading {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
#container .section--index .section__block--txt .section__heading .section__small {
  font-family: "Cinzel", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
#container .section--index .section__block--txt .section__heading .section__b {
  margin-top: 35px;
  font-family: "Montserrat", sans-serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 1;
}
#container .section--index .section__block--txt .section__heading .section__i {
  margin-left: 80px;
  font-family: "Cormorant Garamond", serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 1;
}
#container .section--index .section__block--txt .section__par--text {
  margin-top: 70px;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-weight: 400;
}
#container .section--index .section__block--txt .section__list {
  margin-top: 180px;
  font-family: "Cinzel", serif;
  font-size: 16px;
  font-weight: 600;
}
#container .section--index .section__block--txt .section__list .section__anchor {
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
#container .section--index .section__block--txt .section__list .section__anchor::after {
  display: inline-block;
  content: "";
  width: 160px;
  height: 5px;
  background: url(../images/common/icon_arrow01_more01_black01.png) no-repeat 50% 50%/contain;
}
#container .section--index .section__block--img {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
#container .section--index .section__block--img .section__figure {
  max-width: 50vw;
  max-height: 38vw;
}
#container .section--index-03,
#container .section--index-05,
#container .section--index-07 {
  background: #fff;
}
#container .section--index-03 .section__block--txt,
#container .section--index-05 .section__block--txt,
#container .section--index-07 .section__block--txt {
  background: #e5e5e5;
}
#container .section--index-03 .section__block--txt .section__list .section__anchor,
#container .section--index-05 .section__block--txt .section__list .section__anchor,
#container .section--index-07 .section__block--txt .section__list .section__anchor {
  color: #000;
}
#container .section--index-03 .section__block--txt .section__list .section__anchor::after,
#container .section--index-05 .section__block--txt .section__list .section__anchor::after,
#container .section--index-07 .section__block--txt .section__list .section__anchor::after {
  background: url(../images/common/icon_arrow01_more01_black01.png) no-repeat 50% 50%/contain;
}
#container .section--index-02 *,
#container .section--index-04 *,
#container .section--index-06 * {
  color: #fff;
  text-align: left;
}
#container .section--index-02 .section__block--txt .section__list .section__anchor,
#container .section--index-04 .section__block--txt .section__list .section__anchor,
#container .section--index-06 .section__block--txt .section__list .section__anchor {
  color: #fff;
}
#container .section--index-02 .section__block--txt .section__list .section__anchor::after,
#container .section--index-04 .section__block--txt .section__list .section__anchor::after,
#container .section--index-06 .section__block--txt .section__list .section__anchor::after {
  background: url(../images/common/icon_arrow01_more01_white01.png) no-repeat 50% 50%/contain;
}
#container .section__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1500px;
}
@media screen and (max-width: 767px) {
  #container .section:first-of-type {
    padding-top: 0;
  }
  #container .section--hero {
    height: auto;
    min-height: 80vh;
  }
  #container .section--hero .section__inner {
    padding: 9.765625vw;
    min-height: 80vh;
  }
  #container .section--hero .section__heading {
    font-size: 8.203125vw;
  }
  #container .section--hero .section__par--catch-ja {
    margin-top: 1.953125vw;
    font-size: 5.078125vw;
  }
  #container .section--hero .section__par--catch-en {
    margin-top: 14.0625vw;
    font-size: 3.515625vw;
  }
  #container .section--entry {
    padding: 0 0 100px;
  }
  #container .section--entry * {
    color: #fff;
    text-align: center;
  }
  #container .section--entry .section__usp {
    padding: 40px 0;
  }
  #container .section--entry .section__inner {
    padding: 0 20px;
  }
  #container .section--entry .section__usp .section__inner {
    width: 90%;
    padding: 0;
    margin: auto;
  }
  #container .section--entry .section__block--box {
    margin-top: 50px;
    padding: 16px;
  }
  #container .section--entry .section__block--box .section__wrap {
    padding: 20px;
  }
  #container .section--entry .section__block--box .section__heading {
    font-size: 4.954vw;
  }
  #container .section--entry .section__block--box .section__par {
    margin-top: 20px;
    font-size: 3.129vw;
  }
  #container .section--entry .section__block--box .section__list {
    margin-top: 20px;
    font-size: 20px;
    gap: 20px;
  }
  #container .section--entry .section__block--box .section__item {
    width: 100%;
    max-width: 424px;
    height: 64px;
  }
  #container .section--message {
    height: auto;
    min-height: 80vh;
  }
  #container .section--message .section__inner {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
  }
  #container .section--message .section__block {
    width: 100%;
  }
  #container .section--message .section__block--txt {
    padding: 50px 20px;
  }
  #container .section--message .section__block--txt .section__heading {
    font-size: 52px;
  }
  #container .section--message .section__block--txt .section__par--text {
    margin-top: 30px;
    font-size: 14px;
  }
  #container .section--message .section__block--txt .section__par--catch-ja {
    margin-top: 30px;
    font-size: 20px;
  }
  #container .section--message .section__block--txt .section__par--catch-en {
    margin-top: 20px;
    font-size: 16px;
  }
  #container .section--index {
    height: auto;
  }
  #container .section--index .section__inner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
  }
  #container .section--index .section__block {
    width: 100%;
  }
  #container .section--index .section__block--txt {
    padding: 100px 50px 50px 50px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  #container .section--index .section__block--txt .section__heading .section__small {
    font-size: 3.125vw;
  }
  #container .section--index .section__block--txt .section__heading .section__b {
    margin-top: 35px;
    font-size: 12.109375vw;
  }
  #container .section--index .section__block--txt .section__heading .section__i {
    margin-left: 80px;
    font-size: 12.109375vw;
  }
  #container .section--index .section__block--txt .section__par--text {
    margin-top: 50px;
    font-size: 16px;
  }
  #container .section--index .section__block--txt .section__list {
    margin-top: 50px;
    font-size: 16px;
  }
  #container .section--index .section__block--txt .section__list .section__anchor {
    gap: 16px;
  }
  #container .section--index .section__block--txt .section__list .section__anchor::after {
    width: 160px;
    height: 5px;
  }
  #container .section--index .section__block--img .section__figure {
    max-width: 100%;
    max-height: 100%;
  }
  #container .section__inner {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
}
/* ========== コンテナ構造 ========== */
.container {
  display: flex;
  width: 100%;
  height: 100vh;
  position: relative;
}

.container .left,
.container .right {
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.container .left {
  display: flex;
  align-items: center;
  justify-content: center;
}

.container.section--top {
  position: relative;
  height: 80vh;
  background: url(../images/index/message_item01_bgi01.jpg) no-repeat 50% 50%/cover;
}

.container.section--index-02 .left,
.container.section--index-04 .left,
.container.section--index-06 .left {
  background: #1a1a1a;
}

.container.section--index-03 .left,
.container.section--index-05 .left,
.container.section--index-07 .left {
  background: #FFF;
}

.section--top .cap {
  position: absolute;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
  font-size: 12px;
  background: #000;
  padding: 3px 5px;
  line-height: 1.4;
  z-index: 99;
}

.section--top .cap.cap_r {
  bottom: 0;
  right: 0;
  text-align: right;
}

.container .right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.section--index-02 .right,
.section--index-04 .right,
.section--index-06 .right {
  background: #1a1a1a;
}

.section--index-03 .right,
.section--index-05 .right,
.section--index-07 .right {
  background: #FFF;
}

.container .right .imgWrap {
  width: 40vw;
  max-width: 700px;
}

.imageCap {
  position: relative;
}

/* ========== カーテンスライド ========== */
/*.curtain {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 999;
  transition: transform 1s ease;
}
.left .curtain {
  top: 0;
  transform: translateY(0%);
}
.right .curtain,
.section--top .curtain {
  bottom: 0;
  transform: translateY(0%);
}
.show .left .curtain {
  transform: translateY(-100%);
}
.show .right .curtain,
.show.section--top .curtain {
  transform: translateY(100%);
}*/
/* ========== 左コンテンツ ========== */
.content {
  position: relative;
  z-index: 1;
  max-width: 90%;
}

.section--top .section__block {
  width: 100%;
}

.section--top .top_con {
  display: flex;
  align-items: center;
  width: 80%;
  height: 100%;
  margin: auto;
}

.section--top .content .section__heading {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-family: "Cinzel", serif;
  font-size: 52px;
  font-weight: 400;
  margin-bottom: 1.5rem;
  color: #FFF;
}

.section--top .content .heading-curtain {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #1A1A1A;
  z-index: 1;
  transition: transform 1s ease 1s;
}

/* 表示時 */
.left-curtain {
  left: 0;
  transform: translateX(0%);
}

.right-curtain {
  right: 0;
  transform: translateX(0%);
}

.show .right-curtain {
  transform: translateX(101%);
}

.section__heading {
  color: #333;
  display: flex;
  flex-direction: column;
  gap: 0.3em;
  overflow: hidden;
}

.heading-line {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.heading-line .section__small,
.heading-line .section__b,
.heading-line .section__i {
  position: relative;
  display: inline-block;
  z-index: 1;
  /*opacity: 0;
  transition: opacity 0.3s ease 0.8s;*/
}

/* カーテン初期状態 */
.heading-curtain {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  transition: transform 1s ease;
}

.section--index-02 .heading-curtain,
.section--index-04 .heading-curtain,
.section--index-06 .heading-curtain {
  background: #FFF;
}

.section--index-03 .heading-curtain,
.section--index-05 .heading-curtain,
.section--index-07 .heading-curtain {
  background: #000;
}

/* 表示状態（カーテン開く） */
.show .heading-line:nth-child(1) .right-curtain {
  transform: translateX(101%);
  transition-delay: 0.2s;
}

.show .heading-line:nth-child(1) small,
.show .heading-line:nth-child(1) b {
  opacity: 1;
  transition-delay: 0.8s;
}

.show .heading-line:nth-child(2) .right-curtain {
  transform: translateX(101%);
  transition-delay: 0.5s;
}

.show .heading-line:nth-child(2) small,
.show .heading-line:nth-child(2) b {
  opacity: 1;
  transition-delay: 1.1s;
}

.show .heading-line:nth-child(3) .right-curtain {
  transform: translateX(101%);
  transition-delay: 0.8s;
}

.show .heading-line:nth-child(3) small,
.show .heading-line:nth-child(3) b {
  opacity: 1;
  transition-delay: 1.4s;
}

.content .section__heading {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.content .section__small {
  font-family: "Cinzel", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.content .section__b {
  margin-top: 35px;
  font-family: "Montserrat", sans-serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 1;
}

.content .section__i {
  margin-left: 80px;
  font-family: "Cormorant Garamond", serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 1;
}

.content .section__par {
  /*opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;*/
  margin-top: 4vw;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

.section--top .content .section__par--text {
  margin-top: 30px;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 3;
  color: #FFF;
  transition-delay: 1.2s;
}

.content .section__par--text {
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

.section--index-02 .content .section__par--text,
.section--index-04 .content .section__par--text,
.section--index-06 .content .section__par--text {
  color: #FFF;
}

.section--index-03 .content .section__par--text,
.section--index-05 .content .section__par--text,
.section--index-07 .content .section__par--text {
  color: #333;
}

.content .section__par--catch-ja {
  margin-top: 30px;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #FFF;
  transition-delay: 1.4s;
}

.content .section__par--catch-en {
  margin-top: 20px;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
  transition-delay: 1.6s;
}

.show .content .section__par {
  opacity: 1;
  transform: translateY(0);
}

.content .section__list {
  margin-top: 6vw;
  font-family: "Cinzel", serif;
  font-size: 16px;
  font-weight: 600;
}

/*.content .section__list .section__anchor {
  color: #000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
.content .section__list .section__anchor::after {
  display: inline-block;
  content: "";
  width: 160px;
  height: 5px;
  background: url(../images/common/icon_arrow01_more01_black01.png) no-repeat 50% 50%/contain;
}*/
.content .com_s {
  margin-top: 160px;
  display: inline-block;
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
  /*opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;*/
}

.content .com_s.wht {
  border-bottom: solid 1px #FFF;
}

.content .com_s.blk {
  border-bottom: solid 1px #333;
}

.show .content .com_s {
  opacity: 1;
  transform: translateY(0);
}

.section__anchor {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  position: relative;
}

.section__anchor .arrow-mask {
  position: relative;
  width: 152px;
  height: 10px;
  overflow: hidden;
}

.section__anchor .arrow {
  position: relative;
  display: block;
  width: 150px;
  height: 10px;
}

.section__anchor .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 0;
  transform: translateY(-50%);
  animation: line-slide 2s infinite ease-in-out;
  transition: width 0.3s ease, left 0.3s ease;
}

.section__anchor .arrow.blk::before {
  background-color: #000;
}

.section__anchor .arrow.wht::before {
  background-color: #FFF;
}

.section__anchor:hover .arrow::before {
  animation: line-hover 0.5s ease-out forwards;
}

.section__anchor .arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  transform: translateY(-50%) rotate(45deg);
}

.section__anchor .arrow.blk::after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.section__anchor .arrow.wht::after {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}

@keyframes line-slide {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 150px;
    left: 0;
  }
  100% {
    width: 150px;
    left: 150px;
  }
}
@keyframes line-hover {
  0% {
    width: 0;
    left: 0;
  }
  100% {
    width: 150px;
    left: 0;
  }
}
/* ========== レスポンシブ調整 ========== */
@media screen and (max-width: 767px) {
  /* ========== コンテナ構造 ========== */
  .container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: initial;
    position: relative;
  }
  .container .left {
    width: 100%;
    height: 60vh;
    position: relative;
    overflow: hidden;
  }
  .container .right {
    width: 100%;
    height: 35vh;
    position: relative;
    overflow: hidden;
  }
  .container .left {
    padding: 4em 0;
  }
  .container.section--top {
    position: relative;
    height: auto;
    background: url(../images/index/message_item01_bgi01_sp.jpg) no-repeat 50% 50%/cover;
    padding: 5em 0 7em;
  }
  .container .right .imgWrap {
    width: 100%;
    max-width: initial;
    height: 35vh;
    overflow: hidden;
    background: #ccc;
  }
  .container .right .section__figure {
    width: 100%;
    max-width: initial;
    height: 35vh;
  }
  .container .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 100%;
  }
  .container .right .img_loca img {
    object-position: 50% 0%;
  }
  .container .right .img_value img {
    object-position: 50% 40%;
  }
  .container .right .img_feel img {
    object-position: 50% 0%;
  }
  .container .right .img_access img {
    object-position: 50% 50%;
  }
  /* ========== 左コンテンツ ========== */
  .content {
    position: relative;
    z-index: 1;
    max-width: 94%;
  }
  .section--top .section__block {
    width: 100%;
  }
  .section--top .top_con {
    display: flex;
    align-items: center;
    width: 90%;
    height: 100%;
    margin: 0 auto;
  }
  .section--top .content .section__heading {
    font-size: 42px;
    margin-bottom: 1rem;
  }
  /* 表示時 */
  .left-curtain {
    left: 0;
    transform: translateX(0%);
  }
  .right-curtain {
    right: 0;
    transform: translateX(0%);
  }
  .show .left .right-curtain {
    transform: translateX(101%);
  }
  .content .section__heading {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  .content .section__small {
    font-size: 3.125vw;
  }
  .content .section__b {
    margin-top: 4vw;
    font-size: 12.109375vw;
  }
  .content .section__i {
    margin-left: 80px;
    font-size: 12.109375vw;
  }
  .content .section__par {
    margin-top: 4vw;
  }
  .section--top .content .section__par--text {
    margin-top: 0;
    font-size: 14px;
    line-height: 2;
  }
  .content .section__par--text {
    font-size: 14px;
  }
  .content .section__par--catch-ja {
    margin-top: 3vw;
    font-size: 20px;
  }
  .content .section__par--catch-en {
    margin-top: 2vw;
    font-size: 16px;
  }
  .show .content .section__par {
    opacity: 1;
    transform: translateY(0);
  }
  .content .section__list {
    margin-top: 9vw;
    font-size: 16px;
  }
  .content .com_s {
    margin-top: 50px;
    font-size: 20px;
  }
}