/*************************************
fontsize
*************************************/
/*animation*/
.a-scroll-up {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.a-scroll-up.is-active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.a-scroll-up--100 {
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}
.a-scroll-left_in {
  -webkit-transition: width 1s;
  transition: width 1s;
  width: 0;
}
.a-scroll-left_in.is-active {
  width: auto;
}
.a-scroll-right_in.is-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*keyframes*/
@-webkit-keyframes sdb2 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 10px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes bgMove {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes bgMove {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes lineMove {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes lineMove {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes lineMoveWide {
  from {
    width: 0;
  }
  to {
    width: 120%;
  }
}
@keyframes lineMoveWide {
  from {
    width: 0;
  }
  to {
    width: 120%;
  }
}
@-webkit-keyframes lineMoveVertical {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
@keyframes lineMoveVertical {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
article {
  display: block;
}

aside {
  display: block;
}

figcaption {
  display: block;
}

figure {
  display: block;
}

footer {
  display: block;
}

header {
  display: block;
}

hgroup {
  display: block;
}

main {
  display: block;
  position: relative;
  margin-inline: auto;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  height: 100%;
  color: #111;
}
main .container {
  position: relative;
  max-width: 1800px;
  margin-inline: auto;
}
main img {
  width: 100%;
  height: auto;
}
main figcaption {
  margin-top: 3px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
}
main h2 {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 500;
  letter-spacing: -1px;
}
main h3 {
  margin-bottom: 0.5em;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 500;
  line-height: 1.34;
  letter-spacing: -1px;
  font-size: 18px;
}
main p {
  font-family: "Noto Sans JP", sans-serif;
}
main p.small {
  font-size: 13px;
}
main p.item-credit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  line-height: 1.4;
}
main p.costume-credit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  line-height: 1.4;
}
main p.lead {
  font-family: "Shippori Mincho", sans-serif;
  font-size: 17px;
  font-weight: 500;
}
main p + p.item-credit {
  margin-top: -0.8em;
}
main strong {
  font-weight: 600;
}
main * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
main *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
main *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

nav {
  display: block;
}

section {
  display: block;
}

#wrapper {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .spnone {
    display: none !important;
  }
  .pcnone {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  .spnone {
    display: block !important;
  }
  .pcnone {
    display: none !important;
  }
}
.tableton {
  display: none;
}

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

.is-hidden {
  display: none !important;
}

sup {
  font-size: 10px;
  padding-right: 3px;
  vertical-align: top;
}

.hidepc {
  display: none;
}

a.btn {
  display: inline-block;
  position: relative;
  width: 254px;
  margin: 0;
  padding: 12px 0;
  line-height: 1;
  color: #111;
  font-size: 12px;
  text-align: center;
  background: #fff;
  border: #000 solid 1px;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.btn::before {
  content: "";
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.btn:hover {
  opacity: 0.6;
}
a.btn:hover::before {
  right: 9px;
}

a.btn-w {
  display: block;
  position: relative;
  width: 92%;
  max-width: 800px;
  margin: 3em auto 0 auto;
  padding: 0;
  line-height: 60px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background: #000;
  border: #fff solid 1px;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.btn-w::before {
  content: "";
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.btn-w:hover {
  background: #666;
}
a.btn-w:hover::before {
  right: 9px;
}

.line-wrap {
  position: absolute;
}
.line-wrap .line {
  width: 0;
  height: 1px;
  background: #000;
}

#pr {
  position: absolute;
  top: 37px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: right;
  margin-inline: auto;
  z-index: 5;
}
#pr span {
  padding: 0.3em 0.5em;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #e6e6e6;
}

@media screen and (max-width: 767px) {
  #pr {
    top: 18vw;
    padding-right: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  #pr {
    top: 30px;
    padding-right: 20px;
  }
}
/*toggle*/
.toggle {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 20px;
}
.toggle .toggle_menu {
  position: relative;
  text-align: center;
  width: 10em;
  height: 44px;
  margin: auto;
  color: #111;
  cursor: pointer;
}
.toggle .toggle_menu::before {
  content: "more";
  display: block;
  width: 10em;
  padding: 0;
  margin-inline: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 40px;
  background: #fef2de;
  border-radius: 22px;
  z-index: 2;
}
.toggle .toggle_more {
  display: none;
}
.toggle .credit_more {
  display: none;
}

.toggle.toggle-active .toggle_menu {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.toggle.toggle-active .toggle_menu::before {
  content: "close";
}

.credit-toggle {
  position: relative;
  margin-bottom: 1em;
}
.credit-toggle .toggle_menu {
  position: relative;
  width: 4em;
  font-family: "Forum", "Shippori Mincho", serif;
  letter-spacing: 0.1em;
  line-height: 20px;
  z-index: 10;
  cursor: pointer;
}
.credit-toggle .toggle_menu::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: #ff0000 solid 1px;
  border-right: #ff0000 solid 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.credit-toggle .toggle_more {
  display: none;
}
.credit-toggle .credit_more {
  display: none;
}

.credit-toggle.toggle-active .toggle_menu {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.credit-toggle.toggle-active .toggle_menu::before {
  content: "close";
}

/*common*/
@media screen and (min-width: 768px) {
  .toggle .toggle_menu {
    display: none;
  }
  .toggle .toggle_more {
    display: block;
  }
}
h2 {
  text-align: center;
}
#cpt3 h2, #cpt4 h2, #cpt5 h2, #cpt6 h2, #cpt7 h2, #cpt8 h2, #cpt9 h2 {
  letter-spacing: -0.07em;
}

.txt-box {
  position: relative;
  z-index: 4;
}
.txt-poem {
  font-family: "Shippori Mincho", sans-serif;
}

.name-item {
  text-align: center;
  font-family: "Shippori Mincho", sans-serif;
}
.name-item span {
  display: block;
}

.btn-credit {
  font-family: "Noto Sans JP", sans-serif;
  color: #5b5b5b;
  position: relative;
  display: inline-block;
  padding-right: 1.2em;
}
.btn-credit::after {
  display: inline-block;
  margin-top: 0;
  margin-left: 6px;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid #5b5b5b;
  border-bottom: 0;
  border-left: 0;
  content: "";
  vertical-align: middle;
  line-height: 1;
  -webkit-transition: margin-top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: margin-top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, margin-top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, margin-top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: absolute;
  right: 0;
}
#cpt9 .btn-credit::after {
  border: 0.1em solid #fff;
  border-bottom: 0;
  border-left: 0;
}
#cpt9 .btn-credit {
  color: #fff;
}

.credit-item {
  padding-top: 1em;
  font-family: "Noto Sans JP", sans-serif;
  color: #5b5b5b;
  display: none;
}
#cpt9 .credit-item {
  color: #fff;
}

.anchor {
  text-align: center;
}
.anchor .link-btn {
  color: #fff;
  background-color: #a69288;
  padding: 1em;
  text-align: center;
  display: inline-block;
}

.acc-btn {
  color: #fff;
  background-color: #a69288;
  padding: 1em;
  text-align: center;
  display: block;
  border-radius: 45px;
}

.cbg-line-v {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 0%;
  z-index: 10;
  background-color: #cdcdcd;
  -webkit-transition: height 1.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 1.9s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 767px) {
  .flex-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .parallax {
    padding-top: 120vw;
  }
  #cpt5 .sticky, #cpt8 .sticky, #cpt9 .sticky {
    position: sticky !important;
    top: 50px;
  }
  h2 {
    font-size: 42px;
    font-size: 5.6vw;
    line-height: 1.5;
    margin-bottom: 10.6666666667vw;
  }
  .txt-box p {
    font-size: 28px;
    font-size: 3.7333333333vw;
    line-height: 1.7857142857;
    margin-bottom: 6.6666666667vw;
  }
  .name-item {
    font-size: 32px;
    font-size: 4.2666666667vw;
    line-height: 1.40625;
  }
  .name-item span {
    display: block;
    font-size: 28px;
    font-size: 3.7333333333vw;
    line-height: 1.6071428571;
  }
  .box-inner {
    position: relative;
    padding-bottom: 9.3333333333vw;
  }
  .btn-credit {
    font-size: 26px;
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
  }
  .btn-credit::after {
    -webkit-transform: translateY(-25%) rotate(135deg);
            transform: translateY(-25%) rotate(135deg);
    top: 36%;
  }
  .btn-credit.is-show::after {
    -webkit-transform: translateY(25%) rotate(-45deg);
            transform: translateY(25%) rotate(-45deg);
  }
  .credit-item {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.75;
  }
  .anchor .link-btn {
    width: 80vw;
  }
  #cpt5 .anchor {
    padding: 21.3333333333vw 5.3333333333vw 0;
  }
  .acc-btn {
    width: 40vw;
    margin-inline: auto;
    margin-bottom: 12vw;
  }
  .acc-btn.is-show {
    display: none !important;
  }
  .acc-txt {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1280px;
    width: 100%;
    margin-inline: auto;
  }
  .flex-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #cpt3 .flex-pc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-as-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  h2 {
    font-size: 32px;
    font-size: 2.4615384615rem;
    line-height: 1.40625;
    margin-bottom: 70px;
  }
  .txt-box {
    width: 50%;
  }
  .txt-box p {
    font-size: 16px;
    font-size: 1.2307692308rem;
    line-height: 1.8125;
  }
  .box-inner {
    position: relative;
    padding: 0 6.25% 80px;
  }
  .img-box {
    width: 50%;
    padding: 0 4.6875%;
  }
  .name-item {
    font-size: 22px;
    font-size: 1.6923076923rem;
    line-height: 1.4545454545;
  }
  .name-item span {
    font-size: 18px;
    font-size: 1.3846153846rem;
    line-height: 1.7777777778;
  }
  .btn-credit {
    font-size: 14px;
    font-size: 1.0769230769rem;
    line-height: 1.8571428571;
    margin-top: 36px;
  }
  .btn-credit::after {
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
    top: 40%;
  }
  .btn-credit.is-show::after {
    -webkit-transform: translateY(-15%) rotate(-45deg);
            transform: translateY(-15%) rotate(-45deg);
    margin-top: 2px;
  }
  .credit-item {
    font-size: 14px;
    font-size: 1.0769230769rem;
    line-height: 1.5714285714;
  }
  .parallax {
    background: transparent;
    padding-top: 800px;
  }
  .sticky {
    position: sticky !important;
    top: 50px;
  }
  .anchor .link-btn {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    width: 320px;
    margin-inline: auto;
    padding: 1.5em;
  }
  .anchor .link-btn:hover {
    opacity: 0.7;
  }
  #cpt5 .anchor {
    padding-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 820px) {
  h2 {
    font-size: 28px;
    font-size: 2.1538461538rem;
    line-height: 1.4;
  }
}
/*private*/
#cpt1 {
  position: relative;
  width: 100%;
  margin-inline: auto;
  padding: 0;
  background: #fff;
}
#cpt1 .visual {
  position: fixed;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  z-index: 1;
  will-change: transform;
}
#cpt1 .container {
  width: 100%;
}
#cpt1 .container .inner {
  position: relative;
  z-index: 2;
}
#cpt1 .container .inner .cpt1-header {
  text-align: center;
}
#cpt1 .container .inner .cpt1-header div {
  display: inline-block;
}
#cpt1 .container .inner .cpt1-header h1 {
  display: inline-block;
}
#cpt1 .container .inner .mv-ttl {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  #cpt1 .visual {
    top: 0;
    padding-top: 126.8vw;
    background-image: url("../images/mv_bg_sp.jpg");
    background-position: 0% 50px;
    background-size: 100% auto;
  }
  #cpt1 .container .inner {
    padding-top: 126.8vw;
  }
  #cpt1 .container .cpt1-header {
    padding-top: 13.3333333333vw;
    padding-bottom: 5.3333333333vw;
    background-color: #fff;
  }
  #cpt1 .container .cpt1-header-txt {
    width: 71.3333333333vw;
    margin-bottom: 4.8vw;
  }
  #cpt1 .container .cpt1-header-ttl {
    width: 70.6666666667vw;
  }
  #cpt1 .container .cpt1-header h1 {
    width: 64.2666666667vw;
    margin-bottom: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  #cpt1 .visual {
    background-image: url("../images/mv_bg_pc.jpg");
    background-size: auto 100%;
    top: 61px;
    left: 50%;
    translate: -50%;
    max-width: 1280px;
    margin-inline: auto;
    height: 800px;
  }
  #cpt1 .container {
    padding-top: 61px;
  }
  #cpt1 .container .inner {
    height: 800px;
  }
  #cpt1 .container .inner .cpt1-header {
    width: 50%;
    margin-right: 0;
    margin-left: auto;
    padding-left: 4.6875%;
    padding-right: 30px;
    padding-top: 150px;
  }
  #cpt1 .container .inner .cpt1-header-txt {
    width: 74.84375%;
    margin-bottom: 30px;
  }
  #cpt1 .container .inner .cpt1-header-ttl {
    width: 71.40625%;
  }
  #cpt1 .container .inner .cpt1-header h1 {
    width: 74.84375%;
    margin-bottom: 30px;
  }
}
#cpt2 {
  position: relative;
  margin-inline: auto;
  background: #fff;
  overflow: hidden;
  z-index: 2;
}
#cpt2 .cpt2-bg-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 0%;
  z-index: 4;
  background-color: #a69288;
  -webkit-transition: height 1.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 1.9s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#cpt2 .container {
  margin-inline: auto;
}
#cpt2 .container .lead {
  text-align: center;
  background-color: #fff;
  position: relative;
  z-index: 5;
  color: #111;
}
#cpt2 .container .lead p {
  font-family: "Shippori Mincho", sans-serif;
}
#cpt2 .container .movie-title {
  position: relative;
  margin-inline: auto;
  font-size: 42px;
  text-align: center;
  font-family: "Forum", "Shippori Mincho", serif;
  letter-spacing: 0.1em;
  background: #fff;
  z-index: 5;
  margin-bottom: 0;
}
#cpt2 .container .movie {
  position: relative;
  width: 90%;
  margin: auto;
  aspect-ratio: 16/9;
  background: #fff;
  z-index: 5;
}
#cpt2 .container .movie .movie-mask {
  position: absolute;
  top: 0;
  width: calc(50% + 2px);
  height: 100%;
  background: #fff;
  z-index: 5;
}
#cpt2 .container .movie .movie-mask.movie-mask01 {
  left: 0;
}
#cpt2 .container .movie .movie-mask.movie-mask02 {
  right: 0;
}
#cpt2 .container .movie iframe {
  position: relative;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  #cpt2 {
    padding-top: 21.3333333333vw;
    padding-bottom: 26.6666666667vw;
  }
  #cpt2 .container .lead {
    font-size: 32px;
    font-size: 4.2666666667vw;
    line-height: 1.8125;
    padding: 5.3333333333vw 5.3333333333vw;
    margin-bottom: 20vw;
  }
  #cpt2 .container .lead p {
    letter-spacing: -0.08em;
    text-align: left;
  }
  #cpt2 .container .movie-title {
    padding: 0 5.3333333333vw;
  }
  #cpt2 .container .movie {
    padding-bottom: 5.3333333333vw;
    background-color: #fff;
  }
}
@media screen and (min-width: 768px) {
  #cpt2 .container {
    padding-top: 80px;
    padding-bottom: 160px;
  }
  #cpt2 .container .lead {
    width: 100%;
    max-width: 1280px;
    margin-inline: auto;
    padding: 2.34375% 2.34375%;
    margin-bottom: 80px;
  }
  #cpt2 .container .movie-title {
    padding: 30px 0;
  }
  #cpt2 .container .movie {
    width: 86%;
    max-width: 980px;
  }
}
#cpt3 {
  position: relative;
  width: 100%;
  margin-inline: auto;
  background-color: #fff;
  overflow: hidden;
  z-index: 2;
}
#cpt3 .cpt3-bg-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 0%;
  z-index: 5;
  background-color: #a69288;
  -webkit-transition: height 1.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 1.9s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#cpt3 .img-wrap {
  position: relative;
}
#cpt3 .cpt3-bg-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 5;
  background-color: #a69288;
  -webkit-transition: height 1.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 1.9s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#cpt3 .container {
  width: 100%;
  margin-inline: auto;
  background-color: #fff;
  z-index: 2;
}
#cpt3 .credit-toggle {
  position: relative;
  z-index: 333;
}

@media screen and (max-width: 767px) {
  #cpt3 {
    padding-bottom: 5.3333333333vw;
  }
  #cpt3 .txt-box {
    padding: 10.6666666667vw 5.3333333333vw 32vw;
  }
  #cpt3 h2 {
    margin-bottom: 10.6666666667vw;
  }
  #cpt3 .img-item {
    padding-top: 5.3333333333vw;
    width: 66.6666666667vw;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  #cpt3 .container {
    padding-top: 80px;
    padding-bottom: 260px;
  }
  #cpt3 .container .inner {
    padding: 0 2.34375%;
  }
  #cpt3 h2 {
    margin-bottom: 80px;
  }
  #cpt3 .img-item {
    padding-top: 6.25%;
    width: 66.6666666667%;
    margin-inline: auto;
  }
}
#cpt4 {
  position: relative;
  margin-inline: auto;
  padding: 0;
  background: transparent;
  overflow: hidden;
  z-index: 2;
}
#cpt4 .container {
  margin-inline: auto;
  padding: 0;
}
#cpt4 .txt-box {
  background-color: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 767px) {
  #cpt4 .txt-box {
    padding: 12vw 5.3333333333vw 37.3333333333vw;
  }
  #cpt4 .img-item {
    padding-top: 9.3333333333vw;
    padding-bottom: 1.3333333333vw;
    margin-inline: auto;
  }
  #cpt4 .img-item-01 {
    width: 77.2vw;
  }
  #cpt4 .img-item-02 {
    width: 31.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  #cpt4 .container {
    padding: 0;
  }
  #cpt4 .txt-box {
    margin-left: auto;
    margin-right: 0;
    padding-top: 7.34375%;
    padding-bottom: 2.34375%;
  }
  #cpt4 .img-item-01 {
    width: 71.4285714286%;
    margin-inline: auto;
    margin-bottom: 12%;
    padding-top: 20%;
  }
  #cpt4 .img-item-02 {
    width: 33.5714285714%;
    margin-inline: auto;
    margin-bottom: 8%;
  }
  #cpt4 .name-item {
    margin-bottom: 22%;
  }
}
#cpt5 {
  position: relative;
  margin-inline: auto;
  padding: 0;
  overflow: hidden;
  background: #fff;
  z-index: 2;
}
#cpt5 .inner {
  background-color: rgba(255, 255, 255, 0.85);
  position: relative;
  z-index: 4;
}
#cpt5 .img-item {
  z-index: 3;
}
#cpt5 .img-item.is-sticky {
  top: 0 !important;
}
#cpt5 .txt-box {
  z-index: 5;
}

@media screen and (max-width: 767px) {
  #cpt5 .txt-box {
    padding: 12vw 5.3333333333vw 44.4vw;
  }
  #cpt5 .txt-poem:not(:last-of-type) {
    margin-bottom: 12vw;
  }
}
@media screen and (min-width: 768px) {
  #cpt5 .inner {
    padding-top: 7.03125%;
    padding-bottom: 7.03125%;
    margin-top: 500px;
  }
  #cpt5 .txt-box {
    width: 60.9375%;
    margin-inline: auto;
    padding-left: 0;
    padding0-right: 0;
  }
  #cpt5 .txt-poem:not(:last-of-type) {
    margin-bottom: 5.1282051282%;
  }
  #cpt5 .txt-poem:last-of-type {
    margin-bottom: 14.1025641026%;
  }
}
#cpt6 {
  position: relative;
  margin-inline: auto;
  padding: 0;
  background: #fff;
  overflow: hidden;
  z-index: 2;
}
#cpt6 .cpt6-bg-line {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 0%;
  z-index: 5;
  background-color: #a69288;
  -webkit-transition: height 1.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 1.9s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#cpt6 .cpt6-bg-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 5;
  background-color: #a69288;
  -webkit-transition: height 1.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 1.9s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#cpt6_visual {
  position: relative;
}
#cpt6_visual .visual-img {
  position: relative;
  width: 100%;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: opacity 0.5s linear 0s;
  transition: opacity 0.5s linear 0s;
  background: url("../images/cpt06_img-1_sp.jpg") no-repeat center top;
  background-size: 100% auto;
}
#cpt6_visual .visual-img::after {
  content: "";
  display: block;
  padding-top: 130%;
}

@media screen and (max-width: 767px) {
  #cpt6 .txt-box {
    padding: 9.3333333333vw 5.3333333333vw 24vw;
  }
  #cpt6 .img-item {
    width: 66.6666666667vw;
    margin-inline: auto;
    padding-top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  #cpt6 .container {
    padding-top: 90px;
    padding-bottom: 100px;
  }
  #cpt6 .cpt6-bg-line {
    display: block;
  }
  #cpt6 .img-item {
    width: 71.4285714286%;
    margin-inline: auto;
    margin-bottom: 3.5714285714%;
    padding-top: 100px;
  }
  #cpt6_visual {
    z-index: 2;
  }
  #cpt6_visual .visual-img {
    background: url("../images/cpt06_img-1_pc.jpg") no-repeat center top;
    background-size: 100% auto;
  }
  #cpt6_visual .visual-img::after {
    padding-top: 146.41%;
  }
}
#cpt7 {
  position: relative;
  margin-inline: auto;
  padding: 0;
  background: #fff;
  overflow: hidden;
  z-index: 2;
}
#cpt7 .cpt7-bg-line {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 0%;
  z-index: 5;
  background-color: #a69288;
  -webkit-transition: height 1.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 1.9s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#cpt7 .cpt7-bg-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 5;
  background-color: #a69288;
  -webkit-transition: height 1.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 1.9s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#cpt7_visual {
  position: relative;
}
#cpt7_visual .visual-img {
  position: relative;
  width: 100%;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: opacity 0.5s linear 0s;
  transition: opacity 0.5s linear 0s;
  background: url("../images/cpt07_img-1_sp.jpg") no-repeat center top;
  background-size: 100% auto;
}
#cpt7_visual .visual-img::after {
  content: "";
  display: block;
  padding-top: 130%;
}

@media screen and (max-width: 767px) {
  #cpt7 .txt-box {
    padding: 9.3333333333vw 5.3333333333vw 24vw;
  }
  #cpt7 .img-item {
    width: 66.6666666667vw;
    margin-inline: auto;
    padding-top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  #cpt7 .cpt7-bg-line {
    display: block;
  }
  #cpt7 .container {
    padding-top: 80px;
    padding-bottom: 250px;
  }
  #cpt7 .flex-pc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #cpt7 .img-item {
    width: 71.4285714286%;
    margin-inline: auto;
    margin-bottom: 3.5714285714%;
    padding-top: 100px;
  }
  #cpt7_visual {
    z-index: 2;
  }
  #cpt7_visual .visual-img {
    background: url("../images/cpt07_img-1_pc.jpg") no-repeat center top;
    background-size: 100% auto;
  }
  #cpt7_visual .visual-img::after {
    padding-top: 146.41%;
  }
  #cpt7_txt {
    background-color: transparent;
  }
  #cpt7_txt .letter-body {
    display: none;
  }
}
#cpt8 {
  position: relative;
  margin-inline: auto;
  padding: 0;
  overflow: hidden;
  background: #fff;
  z-index: 2;
}
#cpt8 .cpt8-bg-line {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 0%;
  z-index: 7;
  background-color: #a69288;
  -webkit-transition: height 1.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 1.9s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#cpt8 .cpt8-bg-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 7;
  background-color: #a69288;
  -webkit-transition: height 1.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 1.9s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#cpt8 .container {
  margin-inline: auto;
  padding: 0;
}
#cpt8 .txt-box {
  background-color: rgb(255, 255, 255);
  position: relative;
  z-index: 6;
}
#cpt8 #cpt8-img-01 {
  position: relative;
  z-index: 4;
}
#cpt8 #cpt8-img-02 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 5;
}
#cpt8 #cpt8-img-02.is-show {
  opacity: 1;
}
#cpt8_visual {
  z-index: 3;
}
#cpt8_visual.is-sticky {
  top: 0 !important;
}

@media screen and (max-width: 767px) {
  #cpt8 .txt-box {
    margin-top: 120vw;
    padding: 10.6666666667vw 5.3333333333vw 24vw;
  }
  #cpt8 .img-item {
    margin-inline: auto;
  }
  #cpt8 .img-item-01 {
    width: 66.6666666667vw;
    padding-top: 8vw;
  }
  #cpt8 .img-item-02 {
    width: 89.3333333333vw;
    padding-top: 10.6666666667vw;
  }
  #cpt8 .img-item-03 {
    width: 66.6666666667vw;
    padding-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #cpt8 .cpt8-bg-line {
    display: block;
  }
  #cpt8 .container {
    padding-top: 90px;
    padding-bottom: 260px;
  }
  #cpt8 .img-item-01 {
    width: 71.4285714286%;
    margin-inline: auto;
    margin-bottom: 3.5714285714%;
    padding-top: 7.1428571429%;
  }
  #cpt8 .img-item-02 {
    width: 71.4285714286%;
    margin-inline: auto;
    margin-bottom: 3.5714285714%;
  }
  #cpt8 .img-item-03 {
    width: 71.4285714286%;
    margin-inline: auto;
  }
  #cpt8 .name-item:not(:last-of-type) {
    margin-bottom: 80px;
  }
  #cpt8 #cpt8-img-02 {
    padding: 0 9.375%;
  }
}
#cpt9 {
  position: relative;
  margin-inline: auto;
  background-color: #000;
  z-index: 2;
}
#cpt9 .cpt9-bg-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 0%;
  z-index: 5;
  background-color: #a69288;
  -webkit-transition: height 1.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 1.9s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#cpt9 .container {
  background-color: #000;
  color: #fff;
}
#cpt9 .txt-box {
  background-color: rgba(51, 51, 51, 0.9);
  z-index: 4;
  position: relative;
}
#cpt9_visual {
  z-index: 3;
}
#cpt9_visual.is-sticky {
  top: 0 !important;
}

@media screen and (max-width: 767px) {
  #cpt9 .txt-box {
    padding: 12vw 5.3333333333vw 12vw;
  }
  #cpt9 .img-item {
    padding-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #cpt9 {
    padding-bottom: 160px;
  }
  #cpt9 .cpt9-bg-line {
    display: block;
  }
  #cpt9 .inner {
    position: relative;
  }
  #cpt9 .txt-box {
    width: 50%;
    margin-left: 0;
    margin-right: auto;
    padding-top: 7.03125%;
    padding-bottom: 7.8125%;
  }
  #cpt9 .txt-poem:nth-of-type(2) {
    margin-bottom: 14.1025641026%;
  }
  #cpt9 .img-item {
    padding-top: 14.2857142857%;
    width: 88.5714285714%;
    margin-inline: auto;
  }
}
#cpt-footer {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  background: #a69288;
  z-index: 10;
  text-align: center;
  margin-top: -1px;
}
#cpt-footer h2 {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  position: relative;
  display: inline-block;
  margin-inline: auto;
  padding: 0 0.5em 8px;
  letter-spacing: 0;
}
#cpt-footer h2:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
}
#cpt-footer .footer-btn li {
  position: relative;
  height: 3em;
}
#cpt-footer .footer-btn li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #a69288;
  border: #fff solid 1px;
  color: #fff;
}
#cpt-footer .footer-btn li a:hover {
  opacity: 0.7;
}
#cpt-footer .brand-list a {
  display: inline-block;
  position: relative;
  color: #fff;
}
#cpt-footer .brand-list a:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
}

@media screen and (max-width: 767px) {
  #cpt-footer {
    padding: 10.6666666667vw;
  }
  #cpt-footer h2 {
    font-size: 28px;
    font-size: 3.7333333333vw;
    line-height: 1;
    margin-bottom: 5.3333333333vw;
  }
  #cpt-footer .sns,
  #cpt-footer .contact,
  #cpt-footer .brand-list {
    margin-bottom: 8vw;
  }
  .footer-btn li {
    margin-bottom: 4.8vw;
  }
  .footer-btn a {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.1666666667;
  }
  .brand-list {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
  .staff-list {
    margin-bottom: 12vw;
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
  .note {
    font-size: 20px;
    font-size: 2.6666666667vw;
    line-height: 1.2;
  }
  .note:not(:last-of-type) {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 768px) {
  #cpt-footer {
    padding: 110px;
  }
  #cpt-footer h2 {
    font-size: 16px;
    font-size: 1.2307692308rem;
    line-height: 1;
    margin-bottom: 24px;
  }
  #cpt-footer .footer-btn a {
    font-size: 12px;
    font-size: 0.9230769231rem;
    line-height: 1.5;
  }
  #cpt-footer .sns {
    margin-bottom: 60px;
  }
  #cpt-footer .contact {
    margin-bottom: 60px;
  }
  #cpt-footer .brand-list {
    font-size: 12px;
    font-size: 0.9230769231rem;
    line-height: 1.5;
    margin-bottom: 60px;
  }
  #cpt-footer .staff-list {
    font-size: 12px;
    font-size: 0.9230769231rem;
    line-height: 1.5;
    margin-bottom: 60px;
  }
  #cpt-footer .note {
    font-size: 12px;
    font-size: 0.9230769231rem;
    line-height: 1.5;
  }
  #cpt-footer .note:not(:last-of-type) {
    margin-bottom: 2em;
  }
  #cpt-footer .sns {
    width: 69.53125%;
    margin-inline: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #cpt-footer .sns li {
    width: 30.3370786517%;
    max-width: 270px;
    height: 70px;
  }
  #cpt-footer .contact {
    width: 69.53125%;
    margin-inline: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #cpt-footer .contact li {
    width: 47.7528089888%;
    max-width: 425px;
    height: 70px;
    margin-bottom: 30px;
  }
  #cpt-footer .contact li:last-child {
    max-width: 47.7528089888%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: auto;
  }
}
#footer {
  z-index: 10;
}
#footer::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  display: block;
  width: 100vw;
  height: 100%;
  margin: auto;
  background: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.animated.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.animated.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.bgMove {
  -webkit-animation-name: bgMove;
  animation-name: bgMove;
}

.lineMove {
  -webkit-animation-name: lineMove;
  animation-name: lineMove;
}

.lineMoveWide {
  -webkit-animation-name: lineMoveWide;
  animation-name: lineMoveWide;
}

.lineMoveVertical {
  -webkit-animation-name: lineMoveVertical;
  animation-name: lineMoveVertical;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
  .tableton {
    display: block;
  }
  .toggle .toggle_menu {
    display: block;
  }
  .toggle .toggle_more {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */