@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp-noto.min.css");
@-webkit-keyframes rotate-360 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-360 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes sc-anim {
  0% {
    height: 100%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  48% {
    height: 100%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  96% {
    height: 0%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    height: 0%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes sc-anim {
  0% {
    height: 100%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  48% {
    height: 100%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  96% {
    height: 0%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    height: 0%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

html.is-open-nav {
  overflow: hidden;
}

body {
  min-width: 0;
}

.l-wrapper {
  line-height: 1;
  font-weight: 500;
  font-family: YakuHanJP_Noto, "Zen Kaku Gothic New", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #DDDDD8;
  color: #7D6A5C;
}

.l-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}

.l-wrapper svg {
  width: 100%;
  height: auto;
  display: block;
}

.l-wrapper section {
  margin-bottom: 0;
}

.l-wrapper a {
  color: #7D6A5C;
  text-decoration: none;
}

.l-wrapper ol, .l-wrapper ul {
  list-style: none;
  list-style-type: none;
}

.l-wrapper ol li, .l-wrapper ul li {
  padding-left: 0;
  text-indent: 0;
}

@media screen and (min-width: 768px) {
  .l-wrapper .is-pc {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .l-wrapper .is-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .l-wrapper .is-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .l-wrapper .is-sp {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .l-wrapper .is-pc-inline {
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  .l-wrapper .is-pc-inline {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .l-wrapper .is-sp-inline {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .l-wrapper .is-sp-inline {
    display: inline;
  }
}

@media screen and (min-width: 768px) {
  .l-wrapper .is-pc-inline-block {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .l-wrapper .is-pc-inline-block {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .l-wrapper .is-sp-inline-block {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .l-wrapper .is-sp-inline-block {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .l-wrapper .is-pc-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .l-wrapper .is-pc-flex {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .l-wrapper .is-sp-flex {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .l-wrapper .is-sp-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.l-wrapper {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-wrapper {
    padding-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .l-wrapper {
    padding-top: 96px;
  }
}

.l-main {
  position: relative;
}

.c-back {
  display: block;
  position: fixed;
  top: 75px;
  right: 15px;
  width: 31px;
  z-index: 300;
}

@media screen and (min-width: 768px) {
  .c-back:hover {
    opacity: 1 !important;
  }
}

@media screen and (min-width: 768px) {
  .c-back {
    top: 106px;
    right: 10px;
    width: 62px;
  }
}

.c-back::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-color: #773F38;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}

@media screen and (min-width: 768px) {
  .c-back:hover::before {
    opacity: 0.7;
  }
}

.c-back img {
  position: relative;
}

.c-hamburger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  background: none;
  cursor: pointer;
  position: fixed;
  top: 70px;
  right: 10px;
  cursor: pointer;
  z-index: 300;
}

@media screen and (min-width: 768px) {
  .c-hamburger {
    top: 106px;
    right: 10px;
  }
}

.c-hamburger::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #773F38;
  border-radius: 100px;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}

@media screen and (min-width: 768px) {
  .c-hamburger:hover::before {
    opacity: 0.7;
  }
}

.c-hamburger__main {
  position: relative;
  width: 31px;
  height: 31px;
  display: block;
}

@media screen and (min-width: 768px) {
  .c-hamburger__main {
    width: 60px;
    height: 60px;
  }
}

.c-hamburger__line {
  position: absolute;
  display: block;
  width: 2px;
  height: 32px;
  top: 14px;
  border-radius: 100px;
  opacity: 1;
  background-color: #fff;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: left 0.15s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.15s, opacity 0s ease 0.15s, background-color 0.3s ease 0s, height 0.15s ease 0s, top 0.15s ease 0s, -webkit-transform 0.15s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
  transition: left 0.15s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.15s, opacity 0s ease 0.15s, background-color 0.3s ease 0s, height 0.15s ease 0s, top 0.15s ease 0s, -webkit-transform 0.15s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
  transition: left 0.15s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.15s, transform 0.15s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s, opacity 0s ease 0.15s, background-color 0.3s ease 0s, height 0.15s ease 0s, top 0.15s ease 0s;
  transition: left 0.15s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.15s, transform 0.15s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s, opacity 0s ease 0.15s, background-color 0.3s ease 0s, height 0.15s ease 0s, top 0.15s ease 0s, -webkit-transform 0.15s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
}

@media screen and (max-width: 767px) {
  .c-hamburger__line {
    top: 7px;
    height: 17px;
    width: 1px;
  }
}

.is-open-nav .c-hamburger__line {
  top: 5px;
  height: 21px;
  left: 15px;
  -webkit-transition: left 0.15s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s, opacity 0s ease 0.15s, background-color 0.3s ease 0s, height 0.15s ease 0.15s, top 0.15s ease 0.15s, -webkit-transform 0.15s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.15s;
  transition: left 0.15s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s, opacity 0s ease 0.15s, background-color 0.3s ease 0s, height 0.15s ease 0.15s, top 0.15s ease 0.15s, -webkit-transform 0.15s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.15s;
  transition: left 0.15s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s, transform 0.15s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.15s, opacity 0s ease 0.15s, background-color 0.3s ease 0s, height 0.15s ease 0.15s, top 0.15s ease 0.15s;
  transition: left 0.15s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s, transform 0.15s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.15s, opacity 0s ease 0.15s, background-color 0.3s ease 0s, height 0.15s ease 0.15s, top 0.15s ease 0.15s, -webkit-transform 0.15s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.15s;
}

@media screen and (min-width: 768px) {
  .is-open-nav .c-hamburger__line {
    left: 29px;
    top: 9px;
    height: 42px;
  }
}

.c-hamburger__line--1 {
  left: 8px;
}

@media screen and (min-width: 768px) {
  .c-hamburger__line--1 {
    left: 15px;
  }
}

.is-open-nav .c-hamburger__line--1 {
  -webkit-transform: rotate(-42deg);
          transform: rotate(-42deg);
}

.c-hamburger__line--2 {
  left: 15px;
}

@media screen and (min-width: 768px) {
  .c-hamburger__line--2 {
    left: 29px;
  }
}

.is-open-nav .c-hamburger__line--2 {
  opacity: 0;
}

.c-hamburger__line--3 {
  left: 22px;
}

@media screen and (min-width: 768px) {
  .c-hamburger__line--3 {
    left: 43px;
  }
}

.is-open-nav .c-hamburger__line--3 {
  -webkit-transform: rotate(42deg);
          transform: rotate(42deg);
}

.c-nav {
  position: fixed;
  top: 95px;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  opacity: 0;
  -webkit-transform: translate(30px, 0);
          transform: translate(30px, 0);
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .c-nav {
    top: 60px;
  }
}

.is-load .c-nav {
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.is-open-nav .c-nav {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate(0%, 0);
          transform: translate(0%, 0);
}

.c-nav__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/nav/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.c-nav__main {
  position: relative;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 768px) and (max-height: 850px) {
  .c-nav__main {
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .c-nav__main::-webkit-scrollbar {
    background: transparent;
    width: 10px;
  }
  .c-nav__main::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.507);
    border-radius: 100px;
  }
}

@media screen and (max-width: 767px) {
  .c-nav__main {
    overflow-x: hidden;
    overflow-y: scroll;
  }
}

.c-nav__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 100%;
  padding: 66px 0px 30px;
}

@media screen and (max-width: 767px) {
  .c-nav__inner {
    padding: 54px 0px 60px;
  }
}

.c-nav__base {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-nav__contents {
  position: relative;
  width: 90%;
  max-width: 1092px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .c-nav__contents {
    width: 85%;
    max-width: 500px;
  }
}

.c-nav__block {
  padding: 3.4% 9.5% 3.2%;
  border-top: 1px solid #B2877E;
}

@media screen and (max-width: 767px) {
  .c-nav__block {
    padding: 10.8% 4% 13.7%;
  }
}

.c-nav__block:last-child {
  border-bottom: 1px solid #B2877E;
}

.c-nav__block--1 {
  padding-top: 4%;
  padding-bottom: 3.8%;
}

@media screen and (max-width: 767px) {
  .c-nav__block--1 {
    padding-top: 11.6%;
    padding-bottom: 12.2%;
  }
}

.c-nav__block--2 {
  padding-top: 4.2%;
  padding-bottom: 3.6%;
}

@media screen and (max-width: 767px) {
  .c-nav__block--2 {
    padding-top: 11.3%;
    padding-bottom: 14.2%;
  }
}

.c-nav__block--3 {
  padding-top: 3.9%;
  padding-bottom: 3.6%;
}

@media screen and (max-width: 767px) {
  .c-nav__block--3 {
    padding-top: 11.1%;
    padding-bottom: 12.6%;
  }
}

@media screen and (min-width: 768px) {
  .c-nav__list {
    max-width: 447px;
    margin: 0 auto;
  }
}

.c-nav__item {
  position: relative;
}

.c-nav__item--1 {
  left: -0.1%;
  width: 63.6%;
}

@media screen and (max-width: 767px) {
  .c-nav__item--1 {
    width: 0%;
    width: 65%;
  }
}

.c-nav__item--2 {
  left: -0.2%;
  width: 82%;
  margin-top: 5.2%;
}

@media screen and (max-width: 767px) {
  .c-nav__item--2 {
    left: 0.9%;
    width: 63%;
    margin-top: 3.4%;
  }
}

.c-nav__item--3 {
  left: 0.4%;
}

.c-nav__item--4 {
  left: -0.6%;
  width: 34.7%;
}

@media screen and (max-width: 767px) {
  .c-nav__item--4 {
    left: -0.6%;
    width: 35.6%;
  }
}

.c-nav__item--5 {
  left: -1%;
  width: 44.5%;
  margin-top: 5.7%;
}

@media screen and (max-width: 767px) {
  .c-nav__item--5 {
    left: -1%;
    width: 34.4%;
    margin-top: 3.2%;
  }
}

.c-nav__item--7 {
  width: 47.4%;
}

@media screen and (max-width: 767px) {
  .c-nav__item--7 {
    left: 0.4%;
    width: 48.4%;
  }
}

.c-nav__link {
  position: relative;
  display: block;
}

@media screen and (min-width: 768px) {
  .c-nav__link:hover {
    opacity: 1 !important;
  }
}

.c-nav__link::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -12px;
  right: -12px;
  bottom: -5px;
}

.c-nav__link::before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: -5px;
  left: -12px;
  right: -12px;
  bottom: -5px;
  background-color: #BA9080;
  -webkit-transition: opacity 0.5s ease 0s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
  transition: opacity 0.5s ease 0s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
  transition: transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s, opacity 0.5s ease 0s;
  transition: transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s, opacity 0.5s ease 0s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

@media screen and (min-width: 768px) {
  .c-nav__link:hover:before {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
}

@media screen and (max-width: 767px) {
  .c-nav__link {
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: normal;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-nav__link {
    font-size: 1.4rem;
  }
}

.c-nav__link-inner {
  position: relative;
}

.p-top {
  position: relative;
}

.p-top img {
  width: 100%;
}

.p-top__main {
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
}

.p-top__kv {
  position: relative;
  overflow: hidden;
}

.p-top__kv img {
  position: relative;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0;
}

.is-load .p-top__kv img {
  -webkit-transform: scale(1.001);
          transform: scale(1.001);
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 0s, -webkit-filter 0.5s ease 0s, -webkit-transform 1.5s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
  transition: opacity 0.5s ease 0s, -webkit-filter 0.5s ease 0s, -webkit-transform 1.5s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
  transition: opacity 0.5s ease 0s, filter 0.5s ease 0s, transform 1.5s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
  transition: opacity 0.5s ease 0s, filter 0.5s ease 0s, transform 1.5s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s, -webkit-filter 0.5s ease 0s, -webkit-transform 1.5s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
}

.p-top__link {
  display: block;
}

@media screen and (min-width: 768px) {
  .p-top__link:hover {
    opacity: 1 !important;
  }
}

@media screen and (min-width: 768px) {
  .p-top__link {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
    transition: -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
    transition: transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
    transition: transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
  }
  .p-top__link:hover {
    -webkit-transform: translate(3%, 0px);
            transform: translate(3%, 0px);
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}

@media screen and (min-width: 768px) {
  .p-top__link {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 4.9%;
    width: 15.8%;
  }
}

@media screen and (max-width: 767px) {
  .p-top__link {
    padding: 33px 0 24px;
    background-color: #BF8018;
  }
  .p-top__link-img {
    position: relative;
    left: 2px;
    width: 90%;
    max-width: 347px;
    margin: 0 auto;
  }
}

.p-top__link img {
  position: relative;
  -webkit-transform: translate(-5%, 0);
          transform: translate(-5%, 0);
  opacity: 0;
}

.is-load .p-top__link img {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0.8s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.8s;
  transition: opacity 0.8s ease 0.8s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.8s;
  transition: opacity 0.8s ease 0.8s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.8s;
  transition: opacity 0.8s ease 0.8s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.8s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.8s;
}

@media screen and (max-width: 767px) {
  .p-top__link img {
    -webkit-transform: translate(-5%, 0);
            transform: translate(-5%, 0);
    opacity: 0;
  }
  .is-load .p-top__link img {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    opacity: 1;
    -webkit-transition: opacity 0.8s ease 0.8s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.8s;
    transition: opacity 0.8s ease 0.8s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.8s;
    transition: opacity 0.8s ease 0.8s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.8s;
    transition: opacity 0.8s ease 0.8s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.8s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.8s;
  }
}

.p-about {
  padding: 215px 0 0px;
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .p-about {
    padding-top: 14.9%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-about {
    padding-top: 160px;
  }
}

@media screen and (max-width: 767px) {
  .p-about {
    padding: 100px 0 0px;
  }
}

.p-about__title {
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  opacity: 0;
  position: relative;
  width: 451px;
  margin: 0 auto;
}

.is-scroll .p-about__title {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
  transition: opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
}

@media screen and (max-width: 767px) {
  .p-about__title {
    left: 1px;
    width: 224px;
  }
}

.p-about__title::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 470px;
  height: 21px;
  margin-bottom: -26px;
  margin-left: -235px;
  background-image: url(../img/about/title_deco.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.is-scroll .p-about__title::after {
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
  transition: -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
  transition: transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
  transition: transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

@media screen and (max-width: 767px) {
  .p-about__title::after {
    height: 11px;
    width: 235px;
    margin-left: -118px;
    margin-bottom: -15px;
    background-image: url(../img/about/title_deco_sp.png);
  }
}

.p-about__about {
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  opacity: 0;
  margin: 88px auto 0;
}

.is-scroll .p-about__about {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s;
  transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s;
  transition: opacity 0.8s ease 0.2s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s;
  transition: opacity 0.8s ease 0.2s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s;
}

@media screen and (max-width: 767px) {
  .p-about__about {
    max-width: 520px;
    margin: 65px auto 0;
    padding: 0 30px;
  }
}

@media screen and (max-width: 767px) and (max-width: 390px) {
  .p-about__about {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) and (max-width: 350px) {
  .p-about__about {
    padding: 0 10px;
  }
}

.p-about__about-paragraph {
  font-size: 26px;
  line-height: 2.09;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 768px) and (max-width: 1150px) {
  .p-about__about-paragraph {
    font-size: 20px;
    line-height: 2.09;
    letter-spacing: 0.06em;
  }
}

@media screen and (max-width: 767px) {
  .p-about__about-paragraph {
    font-size: 17px;
    line-height: 2.06;
    letter-spacing: 0.06em;
  }
}

@media screen and (max-width: 767px) and (max-width: 350px) {
  .p-about__about-paragraph {
    letter-spacing: 0;
  }
}

.p-about__about-paragraph + .p-about__about-paragraph {
  margin-top: 33px;
}

.p-about__about-paragraph + .p-about__about-paragraph--2 {
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .p-about__about-paragraph + .p-about__about-paragraph--2 {
    margin-top: 25px;
  }
}

.p-about__about-paragraph + .p-about__about-paragraph--3 {
  margin-top: 34px;
}

@media screen and (max-width: 767px) {
  .p-about__about-paragraph + .p-about__about-paragraph--3 {
    margin-top: 35px;
  }
}

.p-about__about-paragraph + .p-about__about-paragraph--4 {
  margin-top: 56px;
}

@media screen and (max-width: 767px) {
  .p-about__about-paragraph + .p-about__about-paragraph--4 {
    margin-top: 34px;
  }
}

.p-about__about-paragraph .p-in-n {
  position: relative;
  top: 2px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.7;
  color: #714B34;
}

@media screen and (max-width: 1150px) {
  .p-about__about-paragraph .p-in-n {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .p-about__about-paragraph .p-in-n {
    top: 1px;
    font-size: 38px;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) and (max-width: 390px) {
  .p-about__about-paragraph .p-in-n {
    font-size: 30px;
  }
}

.p-about__about-paragraph .p-in-s {
  position: relative;
  top: -3px;
  display: inline-block;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .p-about__about-paragraph .p-in-s {
    font-size: 12px;
    top: -6px;
    font-size: 10px;
  }
}

.p-about__about-paragraph .p-in-l {
  position: relative;
  display: inline-block;
  top: 3px;
  font-size: 37px;
  font-weight: 700;
  line-height: 1.3;
  color: #714B34;
}

@media screen and (max-width: 1150px) {
  .p-about__about-paragraph .p-in-l {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-about__about-paragraph .p-in-l {
    top: 0px;
    line-height: 1.55;
    font-size: 27px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 767px) and (max-width: 390px) {
  .p-about__about-paragraph .p-in-l {
    font-size: 24px;
  }
}

.p-about__about-paragraph .p-in-noyaku {
  font-family: "Zen Kaku Gothic New", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.p-about__about-paragraph .p-in-ker {
  letter-spacing: -0.4em;
}

@media screen and (max-width: 767px) {
  .p-about__about-paragraph .p-in-ker-sp {
    letter-spacing: -0.04em;
  }
}

.p-about__paragraph {
  max-width: 950px;
  margin: 0 auto;
  margin-top: 72px;
}

.p-about__paragraph--2 {
  margin-top: 73px;
}

.p-about__paragraph--3 {
  margin-top: 71px;
}

.p-about__paragraph--4 {
  margin-top: 83px;
}

.p-about__img {
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  opacity: 0;
  position: relative;
  width: 492px;
  margin: 141px auto 0;
}

.is-scroll .p-about__img {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s;
  transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s;
  transition: opacity 0.8s ease 0.2s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s;
  transition: opacity 0.8s ease 0.2s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s;
}

@media screen and (max-width: 767px) {
  .p-about__img {
    width: 290px;
    margin: 55px auto 0;
  }
}

.p-about__notice-border {
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  opacity: 0;
  width: 90%;
  height: 1px;
  background-color: #7D6A5B;
  max-width: 1153px;
  margin: 120px auto 0;
}

.is-scroll .p-about__notice-border {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s;
  transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s;
  transition: opacity 0.8s ease 0.2s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s;
  transition: opacity 0.8s ease 0.2s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s;
}

@media screen and (max-width: 767px) {
  .p-about__notice-border {
    display: none;
  }
}

.p-about__notice {
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  opacity: 0;
  margin: 25px auto 0;
  text-align: left;
  font-size: 11px;
  line-height: 12px;
  letter-spacing: 0.06em;
}

.is-scroll .p-about__notice {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s;
  transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s;
  transition: opacity 0.8s ease 0.2s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s;
  transition: opacity 0.8s ease 0.2s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s;
}

@media screen and (min-width: 768px) {
  .p-about__notice {
    width: 90%;
    max-width: 1153px;
    padding: 0 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-about__notice {
    margin: 58px auto 0;
    width: 90%;
    max-width: 350px;
    font-size: 7px;
    line-height: 1.14;
    letter-spacing: 0.06em;
    border-top: 1px solid #7D6A5C;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-about__notice-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .p-about__notice-list {
    padding-top: 23px;
    max-width: 263px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .p-about__notice-item {
    width: 33%;
  }
}

@media screen and (min-width: 768px) {
  .p-about__notice-item + .p-about__notice-item {
    margin-left: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-about__notice-item + .p-about__notice-item {
    margin-top: 9px;
  }
}

.p-about__notice-item--indent {
  padding-left: 1em !important;
  text-indent: -1em !important;
}

.l-wrapper .p-situation {
  margin-top: 160px;
}

@media screen and (max-width: 767px) {
  .l-wrapper .p-situation {
    margin-top: 112px;
  }
}

.p-situation__main {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-situation__main {
    max-width: 500px;
  }
}

.p-situation__frame {
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  opacity: 0;
  position: relative;
  margin: 0 55px;
  padding: 134px 0 153px;
  padding: 9.3% 0 10.6%;
  color: #fff;
}

.is-scroll .p-situation__frame {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
  transition: opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
}

@media screen and (max-width: 767px) {
  .p-situation__frame {
    margin: 0 10px;
    padding: 57px 25px 60px;
  }
}

.p-situation__frame-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #7E6A5C;
}

.p-situation__frame-bg::before, .p-situation__frame-bg::after {
  content: "";
  position: absolute;
  top: -35px;
  width: 50%;
  height: 50px;
  background-color: #7E6A5C;
}

@media screen and (max-width: 767px) {
  .p-situation__frame-bg::before, .p-situation__frame-bg::after {
    height: 15px;
    top: -14px;
  }
}

.p-situation__frame-bg::before {
  left: 0;
  border-radius: 0 40px 0 0;
}

.p-situation__frame-bg::after {
  right: 0;
  border-radius: 40px 0 0 0;
}

.p-situation__frame-main {
  position: relative;
}

.p-situation__title {
  position: relative;
  left: 9px;
  margin: 0 auto;
  max-width: 879px;
  width: 80%;
}

@media screen and (max-width: 767px) {
  .p-situation__title {
    left: -3px;
    max-width: 314px;
    width: 100%;
  }
}

.p-situation__order {
  position: relative;
  margin: 11.7% auto 0;
}

@media screen and (min-width: 768px) {
  .p-situation__order {
    left: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .p-situation__order {
    margin-top: 51px;
  }
}

.p-situation__order-item:nth-child(1) {
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  opacity: 0;
}

.is-scroll .p-situation__order-item:nth-child(1) {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s;
  transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s;
  transition: opacity 0.8s ease 0.2s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s;
  transition: opacity 0.8s ease 0.2s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s;
}

.p-situation__order-item:nth-child(2) {
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  opacity: 0;
}

.is-scroll .p-situation__order-item:nth-child(2) {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0.4s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.4s;
  transition: opacity 0.8s ease 0.4s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.4s;
  transition: opacity 0.8s ease 0.4s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.4s;
  transition: opacity 0.8s ease 0.4s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.4s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.4s;
}

.p-situation__order-item:nth-child(3) {
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  opacity: 0;
}

.is-scroll .p-situation__order-item:nth-child(3) {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0.6s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.6s;
  transition: opacity 0.8s ease 0.6s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.6s;
  transition: opacity 0.8s ease 0.6s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.6s;
  transition: opacity 0.8s ease 0.6s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.6s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.6s;
}

.p-situation__order-item:nth-child(4) {
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  opacity: 0;
}

.is-scroll .p-situation__order-item:nth-child(4) {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0.8s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.8s;
  transition: opacity 0.8s ease 0.8s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.8s;
  transition: opacity 0.8s ease 0.8s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.8s;
  transition: opacity 0.8s ease 0.8s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.8s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.8s;
}

.p-situation__order-item:nth-child(5) {
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  opacity: 0;
}

.is-scroll .p-situation__order-item:nth-child(5) {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 1s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 1s;
  transition: opacity 0.8s ease 1s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 1s;
  transition: opacity 0.8s ease 1s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 1s;
  transition: opacity 0.8s ease 1s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 1s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 1s;
}

@media screen and (min-width: 768px) {
  .p-situation__order-item {
    width: 27%;
    max-width: 340px;
  }
}

@media screen and (max-width: 767px) {
  .p-situation__order-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .p-situation__order-item + .p-situation__order-item {
    margin-left: 5%;
  }
}

@media screen and (max-width: 767px) {
  .p-situation__order-item + .p-situation__order-item {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-situation__detail {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0px 14px 9px 0px;
  }
}

.p-situation__num {
  position: relative;
  width: 32%;
  max-width: 105px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-situation__num--1 {
    left: -4px;
  }
  .p-situation__num--2 {
    left: -1px;
  }
  .p-situation__num--3 {
    left: -3px;
  }
}

@media screen and (max-width: 767px) {
  .p-situation__num {
    width: 50px;
  }
}

.p-situation__text {
  margin-top: 10px;
  font-size: 1.8vw;
  line-height: 1.3;
  letter-spacing: 0.04em;
  font-weight: 400;
  text-align: center;
}

@media screen and (min-width: 1440px) {
  .p-situation__text {
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: 0.04em;
  }
}

@media screen and (min-width: 768px) {
  .p-situation__text {
    margin-left: -50px;
    margin-right: -50px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .p-situation__text {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.34;
    letter-spacing: 0.04em;
    text-align: left;
  }
}

@media screen and (max-width: 767px) and (max-width: 370px) {
  .p-situation__text {
    font-size: 4vw;
  }
}

@media screen and (min-width: 768px) {
  .p-situation__img {
    margin-top: 28px;
  }
}

@media screen and (max-width: 767px) {
  .p-situation__img {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 170px;
  }
}

@media screen and (max-width: 767px) and (max-width: 370px) {
  .p-situation__img {
    width: 50%;
  }
}

.p-situation__caption {
  position: absolute;
  bottom: 9px;
  right: 8px;
  font-weight: 400;
  font-size: 11px;
  line-height: 12px;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  .p-situation__caption {
    bottom: 2px;
    right: 4px;
    font-size: 7px;
    line-height: 12px;
    letter-spacing: 0.06em;
  }
}

.p-suggest {
  margin-top: 235px;
  position: relative;
  color: #fff;
  padding: 205px 0 290px;
  background-color: #CDAB93;
}

@media screen and (max-width: 767px) {
  .p-suggest {
    margin-top: 98px;
    padding: 58px 0 142px;
  }
}

.p-suggest::before, .p-suggest::after {
  content: "";
  position: absolute;
  top: -35px;
  width: 50%;
  height: 50px;
  background-color: #CDAB93;
}

@media screen and (max-width: 767px) {
  .p-suggest::before, .p-suggest::after {
    height: 15px;
    top: -14px;
  }
}

.p-suggest::before {
  left: 0;
  border-radius: 0 40px 0 0;
}

.p-suggest::after {
  right: 0;
  border-radius: 40px 0 0 0;
}

.p-suggest__main {
  position: relative;
}

.p-suggest__title {
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  opacity: 0;
  position: relative;
  max-width: 860px;
  width: 70%;
  margin: 0 auto;
}

.is-scroll .p-suggest__title {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
  transition: opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
}

@media screen and (max-width: 767px) {
  .p-suggest__title {
    width: 307px;
  }
}

.p-suggest__list {
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  opacity: 0;
  width: 62%;
  min-width: 248px;
  margin: 45px auto 0;
}

.is-scroll .p-suggest__list {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s;
  transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s;
  transition: opacity 0.8s ease 0.2s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s;
  transition: opacity 0.8s ease 0.2s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s;
}

@media screen and (min-width: 768px) {
  .p-suggest__list {
    margin: 6.85% auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1152px;
    width: 90%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) and (min-width: 1440px) {
  .p-suggest__list {
    margin: 99px auto 0;
  }
}

.p-suggest__item {
  background-color: #C49178;
}

@media screen and (min-width: 768px) {
  .p-suggest__item {
    width: 32%;
  }
}

.p-suggest__item--1 {
  background-color: #C49178;
}

.p-suggest__item--2 {
  background-color: #C39E68;
}

.p-suggest__item--3 {
  background-color: #876E53;
}

@media screen and (max-width: 767px) {
  .p-suggest__item + .p-suggest__item {
    margin-top: 25px;
  }
}

.p-suggest__text {
  padding: 16px 0 16px;
}

@media screen and (max-width: 767px) {
  .p-suggest__text {
    padding: 7% 0 6%;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 767px) and (min-width: 400px) {
  .p-suggest__text {
    font-size: 3.74vw;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 768px) {
  .p-suggest__text {
    padding: 17px 0 21px;
    font-size: 1.65vw;
    line-height: 1.3;
    letter-spacing: 0.04em;
  }
}

@media screen and (min-width: 768px) and (min-width: 1440px) {
  .p-suggest__text {
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0.04em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1270px) {
  .p-suggest__text {
    font-size: 1.9vw;
  }
}

.p-howto {
  position: relative;
  color: #fff;
  padding: 176px 0 234px;
  background-color: #B98F80;
}

@media screen and (max-width: 767px) {
  .p-howto {
    padding: 96px 0 99px;
  }
}

.p-howto::before, .p-howto::after {
  content: "";
  position: absolute;
  top: -35px;
  width: 50%;
  height: 50px;
  background-color: #B98F80;
}

@media screen and (max-width: 767px) {
  .p-howto::before, .p-howto::after {
    height: 15px;
    top: -14px;
  }
}

.p-howto::before {
  left: 0;
  border-radius: 0 40px 0 0;
}

.p-howto::after {
  right: 0;
  border-radius: 40px 0 0 0;
}

.p-howto__title {
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  opacity: 0;
  position: relative;
  width: 247px;
  margin: 0 auto;
}

.is-scroll .p-howto__title {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
  transition: opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
}

@media screen and (min-width: 768px) {
  .p-howto__title {
    left: -1px;
  }
}

@media screen and (max-width: 767px) {
  .p-howto__title {
    width: 123px;
  }
}

.p-howto__step {
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
}

.is-scroll .p-howto__step {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s;
  transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s;
  transition: opacity 0.8s ease 0.2s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s;
  transition: opacity 0.8s ease 0.2s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s;
}

@media screen and (max-width: 767px) {
  .p-howto__step {
    margin-top: 64px;
    padding: 0 10px;
    max-width: 500px;
  }
}

@media screen and (min-width: 768px) {
  .p-howto__step {
    margin-top: 98px;
  }
}

.p-howto__step-item {
  position: relative;
  width: 40%;
}

@media screen and (max-width: 767px) {
  .p-howto__step-item {
    width: 50%;
  }
}

.p-howto__step-item + .p-howto__step-item {
  margin-left: 100px;
}

@media screen and (max-width: 767px) {
  .p-howto__step-item + .p-howto__step-item {
    margin-left: 35px;
  }
}

.p-howto__step-item + .p-howto__step-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 42px;
  margin-left: -67px;
  margin-top: 29%;
  background-image: url(../img/howto/secret_arrow.png);
  background-size: contain;
  background-position: 50% 50%;
}

@media screen and (max-width: 767px) {
  .p-howto__step-item + .p-howto__step-item::before {
    width: 16px;
    height: 16px;
    margin-left: -26px;
    margin-top: 28.6%;
    background-image: url(../img/howto/secret_arrow_sp.png);
  }
}

.p-howto__img {
  position: relative;
}

.p-howto__img-caption {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  font-weight: 400;
  top: -24px;
}

@media screen and (max-width: 767px) {
  .p-howto__img-caption {
    top: -12px;
    font-size: 7px;
    line-height: 12px;
    letter-spacing: 0.04em;
  }
}

.p-howto__num {
  position: relative;
  width: 143px;
  margin: 47px auto 0;
}

@media screen and (max-width: 767px) {
  .p-howto__num {
    width: 59px;
    margin: 17px auto 0;
  }
}

.p-howto__num--1 {
  width: 134px;
}

@media screen and (min-width: 768px) {
  .p-howto__num--1 {
    left: -2px;
  }
}

@media screen and (max-width: 767px) {
  .p-howto__num--1 {
    width: 58px;
    left: -3px;
  }
}

@media screen and (min-width: 768px) {
  .p-howto__num--2 {
    left: -1px;
  }
}

@media screen and (max-width: 767px) {
  .p-howto__num--2 {
    left: -2px;
  }
}

.p-howto__text {
  margin-top: 1px;
  font-weight: 400;
  text-align: justify;
  font-size: 1.8vw;
  line-height: 1.38;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) and (min-width: 1440px) {
  .p-howto__text {
    font-size: 26px;
    line-height: 1.38;
    letter-spacing: 0.04em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1270px) {
  .p-howto__text {
    margin-top: 10px;
    font-size: 19px;
  }
}

@media screen and (max-width: 767px) {
  .p-howto__text {
    margin-top: 5px;
    font-size: 15px;
    line-height: 1.35;
    letter-spacing: 0.04em;
  }
}

.p-howto__ba {
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  opacity: 0;
  padding: 0 10px;
  margin: 43px auto 0;
  max-width: 500px;
}

.is-scroll .p-howto__ba {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s;
  transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s;
  transition: opacity 0.8s ease 0.2s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s;
  transition: opacity 0.8s ease 0.2s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s;
}

@media screen and (min-width: 768px) {
  .p-howto__ba {
    margin: 123px auto 0;
    width: 90%;
    max-width: 1172px;
  }
}

.p-howto__ba-main {
  padding: 52px 10px 54px;
  background-color: #C3A597;
}

@media screen and (min-width: 768px) {
  .p-howto__ba-main {
    padding: 105px 5.7% 154px;
  }
}

.p-howto__ba-title {
  position: relative;
  width: 229px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-howto__ba-title {
    max-width: 458px;
    width: 50%;
    left: -5px;
  }
}

.p-howto__ba-text {
  display: inline-block;
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-howto__ba-text {
    margin-top: 26px;
  }
}

@media screen and (min-width: 768px) {
  .p-howto__ba-text {
    margin-top: 51px;
    font-size: 26px;
    line-height: 1.35;
    letter-spacing: 0.09em;
  }
}

.p-howto__ba-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-howto__ba-step {
    margin-top: 35px;
    padding: 0 0px;
  }
}

@media screen and (min-width: 768px) {
  .p-howto__ba-step {
    margin-top: 70px;
  }
}

.p-howto__ba-step-item {
  position: relative;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .p-howto__ba-step-item {
    width: 50%;
  }
}

.p-howto__ba-step-item + .p-howto__ba-step-item {
  margin-left: 60px;
}

@media screen and (max-width: 767px) {
  .p-howto__ba-step-item + .p-howto__ba-step-item {
    margin-left: 35px;
  }
}

.p-howto__ba-step-item + .p-howto__ba-step-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 42px;
  height: 42px;
  margin-left: -51px;
  margin-top: -20px;
  background-image: url(../img/howto/secret_arrow.png);
  background-size: contain;
  background-position: 50% 50%;
}

@media screen and (max-width: 767px) {
  .p-howto__ba-step-item + .p-howto__ba-step-item::before {
    left: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    margin-left: -26px;
    margin-top: -11px;
    background-image: url(../img/howto/secret_arrow_sp.png);
  }
}

.p-howto__ba-step-caption {
  position: absolute;
  top: 100%;
  right: 0;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .p-howto__ba-step-caption {
    margin-top: -3px;
    font-size: 7px;
    line-height: 1;
    letter-spacing: 0.04em;
  }
}

.p-special {
  margin-top: 235px;
  position: relative;
  color: #fff;
  padding: 183px 0 322px;
}

@media screen and (max-width: 767px) {
  .p-special {
    margin-top: 98px;
    padding: 65px 0 112px;
  }
}

.p-special__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #BA9080;
}

.p-special__bg::before, .p-special__bg::after {
  content: "";
  position: absolute;
  top: -35px;
  width: 50%;
  height: 50px;
  background-color: #BA9080;
}

@media screen and (max-width: 767px) {
  .p-special__bg::before, .p-special__bg::after {
    height: 15px;
    top: -14px;
  }
}

.p-special__bg::before {
  left: 0;
  border-radius: 0 40px 0 0;
}

.p-special__bg::after {
  right: 0;
  border-radius: 40px 0 0 0;
}

.p-special__main {
  position: relative;
}

.p-special__title {
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  opacity: 0;
  position: relative;
  width: 432px;
  margin: 0 auto;
}

.is-scroll .p-special__title {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
  transition: opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
}

@media screen and (min-width: 768px) {
  .p-special__title {
    left: -1px;
  }
}

@media screen and (max-width: 767px) {
  .p-special__title {
    width: 216px;
  }
}

.p-special__section {
  margin-top: 110px;
}

@media screen and (max-width: 767px) {
  .p-special__section {
    margin-top: 44px;
  }
}

.p-special__section + .p-special__section {
  margin-top: 209px;
}

@media screen and (max-width: 767px) {
  .p-special__section + .p-special__section {
    margin-top: 231px;
  }
}

.p-special__section + .p-special__section--3 {
  margin-top: 200px;
}

@media screen and (max-width: 767px) {
  .p-special__section + .p-special__section--3 {
    margin-top: 102px;
  }
}

.p-special__section-head {
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  opacity: 0;
  position: relative;
}

.is-scroll .p-special__section-head {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
  transition: opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
}

.p-special__section-head::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  width: 90%;
  max-width: 1152px;
  height: 21px;
  margin: 0 auto;
  background-image: url(../img/special/cap_deco.png);
  background-size: auto 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.is-scroll .p-special__section-head::after {
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
  transition: -webkit-transform 1.5s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
  transition: transform 1.5s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
  transition: transform 1.5s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s, -webkit-transform 1.5s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

@media screen and (max-width: 767px) {
  .p-special__section-head::after {
    bottom: -10px;
    height: 11px;
    width: 98%;
    background-image: url(../img/special/cap_deco_sp.png);
  }
}

@media screen and (min-width: 768px) {
  .p-special__section-head--1::after {
    bottom: -31px;
  }
}

@media screen and (max-width: 767px) {
  .p-special__section-head--1::after {
    bottom: -16px;
  }
}

.p-special__section-cap {
  position: relative;
  width: 220px;
  margin: 0 auto;
}

.p-special__section-cap img {
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-special__section-cap {
    width: 110px;
  }
}

@media screen and (min-width: 768px) {
  .p-special__section-cap--1 img {
    left: -3px;
  }
}

@media screen and (max-width: 767px) {
  .p-special__section-cap--1 img {
    left: -1px;
  }
}

.p-special__section-cap--2 {
  width: 324px;
}

@media screen and (min-width: 768px) {
  .p-special__section-cap--2 img {
    left: -3px;
  }
}

@media screen and (max-width: 767px) {
  .p-special__section-cap--2 {
    width: 164px;
  }
  .p-special__section-cap--2 img {
    left: -1px;
  }
}

.p-special__section-cap--3 {
  width: 371px;
}

@media screen and (min-width: 768px) {
  .p-special__section-cap--3 img {
    left: -1px;
  }
}

@media screen and (max-width: 767px) {
  .p-special__section-cap--3 {
    width: 185px;
  }
  .p-special__section-cap--3 img {
    left: -2px;
  }
}

.p-special__section-title {
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  opacity: 0;
  position: relative;
  margin: 148px auto 0;
  width: 70%;
  max-width: 727px;
}

.is-scroll .p-special__section-title {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s;
  transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s;
  transition: opacity 0.8s ease 0.2s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s;
  transition: opacity 0.8s ease 0.2s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s;
}

@media screen and (max-width: 767px) {
  .p-special__section-title {
    margin: 66px auto 0;
    width: 95%;
    max-width: 362px;
  }
}

@media screen and (min-width: 768px) {
  .p-special__section-title--1 {
    left: -11px;
    margin: 148px auto 0;
    width: 70%;
    max-width: 727px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1439px) {
  .p-special__section-title--1 {
    margin-top: 10.3%;
  }
}

@media screen and (max-width: 767px) {
  .p-special__section-title--1 {
    left: -4px;
  }
}

@media screen and (min-width: 768px) {
  .p-special__section-title--2 {
    left: 21px;
    margin: 84px auto 0;
    width: 80%;
    max-width: 802px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1439px) {
  .p-special__section-title--2 {
    margin-top: 5.8%;
  }
}

@media screen and (max-width: 767px) {
  .p-special__section-title--2 {
    left: 6px;
    margin: 47px auto 0;
    max-width: 360px;
  }
}

@media screen and (min-width: 768px) {
  .p-special__section-title--3 {
    left: 2px;
    margin: 136px auto 0;
    width: 85%;
    max-width: 1025px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1439px) {
  .p-special__section-title--3 {
    margin-top: 9.4%;
  }
}

@media screen and (max-width: 767px) {
  .p-special__section-title--3 {
    left: 2px;
    margin: 60px auto 0;
    max-width: 316px;
  }
}

.p-special__section-main {
  position: relative;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  opacity: 0;
}

.is-scroll .p-special__section-main {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0.4s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.4s;
  transition: opacity 0.8s ease 0.4s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.4s;
  transition: opacity 0.8s ease 0.4s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.4s;
  transition: opacity 0.8s ease 0.4s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.4s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.4s;
}

.p-secret {
  margin: 122px auto 0;
}

@media screen and (min-width: 768px) and (max-width: 1439px) {
  .p-secret {
    margin-top: 8.4%;
  }
}

@media screen and (max-width: 767px) {
  .p-secret {
    margin: 58px auto 0;
    padding: 0 10px;
  }
}

.p-secret__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
}

.p-secret__step-item {
  position: relative;
  width: 40%;
}

@media screen and (max-width: 767px) {
  .p-secret__step-item {
    width: 50%;
  }
}

.p-secret__step-item + .p-secret__step-item {
  margin-left: 100px;
}

@media screen and (max-width: 767px) {
  .p-secret__step-item + .p-secret__step-item {
    margin-left: 35px;
  }
}

.p-secret__step-item + .p-secret__step-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 42px;
  margin-left: -71px;
  margin-top: 30.2%;
  background-image: url(../img/special/secret_arrow.png);
  background-size: contain;
  background-position: 50% 50%;
}

@media screen and (max-width: 767px) {
  .p-secret__step-item + .p-secret__step-item::before {
    width: 16px;
    height: 16px;
    margin-left: -26px;
    margin-top: 29.8%;
    background-image: url(../img/special/secret_arrow_sp.png);
  }
}

.p-secret__img {
  position: relative;
}

.p-secret__img-caption {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  font-weight: 400;
  top: -24px;
}

@media screen and (max-width: 767px) {
  .p-secret__img-caption {
    top: -12px;
    font-size: 7px;
    line-height: 12px;
    letter-spacing: 0.04em;
  }
}

.p-secret__num {
  position: relative;
  width: 119px;
  margin: 53px auto 0;
}

@media screen and (max-width: 767px) {
  .p-secret__num {
    width: 59px;
    margin: 17px auto 0;
  }
}

.p-secret__num--1 {
  width: 116px;
}

@media screen and (max-width: 767px) {
  .p-secret__num--1 {
    width: 58px;
    left: -3px;
  }
}

@media screen and (max-width: 767px) {
  .p-secret__num--2 {
    left: -2px;
  }
}

.p-secret__text {
  margin-top: 4px;
  font-weight: 400;
  text-align: justify;
  font-size: 1.8vw;
  line-height: 1.38;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) and (min-width: 1440px) {
  .p-secret__text {
    font-size: 26px;
    line-height: 1.38;
    letter-spacing: 0.04em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1270px) {
  .p-secret__text {
    font-size: 19px;
  }
}

@media screen and (max-width: 767px) {
  .p-secret__text {
    margin-top: 5px;
    font-size: 15px;
    line-height: 1.35;
    letter-spacing: 0.04em;
  }
}

.p-secret__description {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 76px auto 0;
  max-width: 780px;
  padding: 68px 40px 45px 57px;
  background-color: #BEB4AD;
}

@media screen and (min-width: 768px) and (max-width: 1270px) {
  .p-secret__description {
    width: 600px;
    padding: 58px 40px 35px 57px;
  }
}

@media screen and (min-width: 768px) and (max-width: 950px) {
  .p-secret__description {
    left: -40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-secret__description {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@media screen and (max-width: 767px) {
  .p-secret__description {
    margin: 29px auto 0;
    width: 87%;
    padding: 32px 20px 22px 98px;
  }
}

.p-secret__description::before, .p-secret__description::after {
  content: "";
  position: absolute;
  top: -1px;
  width: 50%;
  height: 20px;
  background-color: #BA9080;
}

@media screen and (max-width: 767px) {
  .p-secret__description::before, .p-secret__description::after {
    height: 10px;
  }
}

.p-secret__description::before {
  left: 0;
  border-radius: 0 0 20px 0;
}

@media screen and (min-width: 768px) and (max-width: 950px) {
  .p-secret__description::before {
    width: 57%;
  }
}

.p-secret__description::after {
  right: 0;
  border-radius: 0 0 0 20px;
}

@media screen and (min-width: 768px) and (max-width: 950px) {
  .p-secret__description::after {
    width: 43%;
  }
}

.p-secret__description-text {
  font-size: 26px;
  line-height: 1.39;
  letter-spacing: 0.16em;
  font-weight: 400;
  text-align: left;
}

@media screen and (min-width: 768px) and (max-width: 1270px) {
  .p-secret__description-text {
    font-size: 19px;
  }
}

@media screen and (max-width: 767px) {
  .p-secret__description-text {
    font-size: 15px;
    line-height: 1.35;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 768px) {
  .p-secret__description-text .p-in-narrow-pc {
    display: inline-block;
    letter-spacing: 0.04em;
  }
}

.p-secret__description-deco {
  position: absolute;
  top: 50%;
  left: -91px;
  width: 124px;
  margin-top: 9px;
  -webkit-transform: rotate(-2.8deg) translate(0, -50%);
          transform: rotate(-2.8deg) translate(0, -50%);
}

@media screen and (min-width: 768px) and (max-width: 1270px) {
  .p-secret__description-deco {
    width: 100px;
    left: -60px;
  }
}

@media screen and (max-width: 767px) {
  .p-secret__description-deco {
    left: -7px;
    width: 89px;
    margin-top: 5px;
  }
}

.p-secret__description-caption {
  position: absolute;
  top: 50%;
  margin-top: -93px;
  right: -250px;
  width: 350px;
  z-index: 1;
}

@media screen and (min-width: 768px) and (max-width: 1270px) {
  .p-secret__description-caption {
    right: -220px;
    width: 300px;
  }
}

@media screen and (min-width: 768px) and (max-width: 850px) {
  .p-secret__description-caption {
    right: -200px;
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .p-secret__description-caption {
    position: absolute;
    top: 100%;
    margin-top: -10px;
    right: -25px;
    width: 231px;
  }
}

.p-banner {
  margin: 115px auto 0;
}

@media screen and (min-width: 768px) and (max-width: 1439px) {
  .p-banner {
    margin-top: 8%;
  }
}

@media screen and (max-width: 767px) {
  .p-banner {
    margin: 46px auto 0;
  }
}

.p-banner__banner {
  position: relative;
  display: block;
  margin: 0 auto 0;
  max-width: 1152px;
  width: 90%;
}

@media screen and (min-width: 768px) {
  .p-banner__banner:hover {
    opacity: 1 !important;
  }
}

@media screen and (min-width: 768px) {
  .p-banner__banner {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
    transition: -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
    transition: transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
    transition: transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
  }
  .p-banner__banner:hover {
    -webkit-transform: translate(10px, 0px);
            transform: translate(10px, 0px);
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}

@media screen and (min-width: 768px) {
  .p-banner__banner {
    left: -3px;
  }
}

@media screen and (max-width: 767px) {
  .p-banner__banner {
    width: 95%;
    max-width: 1152px;
  }
}

.p-chrono {
  margin-top: 49px;
}

@media screen and (max-width: 767px) {
  .p-chrono {
    margin-top: 29px;
  }
}

.p-chrono__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-chrono__caption-1, .p-chrono__caption-2 {
  width: 340px;
  border: 1px solid #fff;
  padding-bottom: 3px;
  font-size: 26px;
  line-height: 66px;
  letter-spacing: 0.04em;
  font-family: "Zen Kaku Gothic New", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (min-width: 768px) and (max-width: 1150px) {
  .p-chrono__caption-1, .p-chrono__caption-2 {
    font-size: 20px;
    line-height: 50px;
    padding-bottom: 0;
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .p-chrono__caption-1, .p-chrono__caption-2 {
    width: 170px;
    padding-bottom: 1px;
    font-size: 13px;
    line-height: 33px;
    letter-spacing: 0.04em;
  }
}

.p-chrono__caption-1 + .p-chrono__caption-1, .p-chrono__caption-2 + .p-chrono__caption-1, .p-chrono__caption-1 + .p-chrono__caption-2, .p-chrono__caption-2 + .p-chrono__caption-2 {
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .p-chrono__caption-1 + .p-chrono__caption-1, .p-chrono__caption-2 + .p-chrono__caption-1, .p-chrono__caption-1 + .p-chrono__caption-2, .p-chrono__caption-2 + .p-chrono__caption-2 {
    margin-left: 10px;
  }
}

.p-chrono__caption-1 .p-in-narrow, .p-chrono__caption-2 .p-in-narrow {
  letter-spacing: -0.1em;
}

.p-chrono__caption-2 {
  letter-spacing: 0.0;
}

.p-chrono__history {
  position: relative;
  margin: 129px auto 0;
  width: 90%;
  max-width: 1180px;
  overflow: hidden;
}

@media screen and (min-width: 768px) and (max-width: 1439px) {
  .p-chrono__history {
    margin-top: 8.95%;
  }
}

@media screen and (max-width: 767px) {
  .p-chrono__history {
    margin: 61px auto 0;
    width: 89%;
    max-width: 500px;
  }
}

.p-chrono__history-order {
  position: relative;
}

.p-chrono__history-item {
  position: relative;
  padding-left: 270px !important;
  padding-right: 50px;
  padding-right: 20px;
}

@media screen and (min-width: 768px) {
  .p-chrono__history-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1150px) {
  .p-chrono__history-item {
    padding-left: 160px !important;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-chrono__history-item {
    padding-left: 131px !important;
    padding-right: 0px;
  }
}

.p-chrono__history-item + .p-chrono__history-item {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .p-chrono__history-item + .p-chrono__history-item {
    margin-top: 27px;
  }
}

.p-chrono__history-year {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 167px;
  margin-top: -20px;
}

@media screen and (min-width: 768px) and (max-width: 1150px) {
  .p-chrono__history-year {
    left: 0;
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .p-chrono__history-year {
    top: 0px;
    left: 0px;
    width: 76px;
    margin-top: 18.4%;
  }
}

.p-chrono__history-year::before {
  content: "";
  position: absolute;
  bottom: 30px;
  right: -54px;
  width: 40px;
  height: 1000px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media screen and (min-width: 768px) and (max-width: 1150px) {
  .p-chrono__history-year::before {
    bottom: 20px;
    width: 20px;
    right: -35px;
  }
}

@media screen and (max-width: 767px) {
  .p-chrono__history-year::before {
    right: -25px;
    bottom: 14px;
    width: 15px;
  }
}

.p-chrono__history-year--last::after {
  content: "";
  position: absolute;
  top: 14px;
  right: -60px;
  width: 13px;
  height: 13px;
  background-color: #fff;
  border-radius: 100px;
}

@media screen and (min-width: 768px) and (max-width: 1150px) {
  .p-chrono__history-year--last::after {
    top: 4px;
    right: -41px;
  }
}

@media screen and (max-width: 767px) {
  .p-chrono__history-year--last::after {
    width: 7px;
    height: 7px;
    top: 6px;
    right: -28px;
  }
}

.p-chrono__history-year--last .p-in-last {
  position: absolute;
  top: 17px;
  right: -54px;
  height: 300px;
  border-left: 1px dashed #fff;
}

@media screen and (min-width: 768px) and (max-width: 1150px) {
  .p-chrono__history-year--last .p-in-last {
    right: -35px;
  }
}

@media screen and (max-width: 767px) {
  .p-chrono__history-year--last .p-in-last {
    top: 8px;
    right: -25px;
  }
}

.p-chrono__history-img {
  width: 300px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 58px;
}

@media screen and (min-width: 768px) and (max-width: 1150px) {
  .p-chrono__history-img {
    width: 240px;
    margin-right: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-chrono__history-img {
    width: auto;
    margin-right: 0;
  }
}

.p-chrono__history-text {
  padding-bottom: 3px;
  font-size: 26px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: 400;
  text-align: left;
  font-family: "Zen Kaku Gothic New", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (min-width: 768px) and (max-width: 1150px) {
  .p-chrono__history-text {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-chrono__history-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-chrono__history-text {
    margin-top: 7px;
    font-size: 15px;
    line-height: 1.35;
    letter-spacing: 0.04em;
    padding-bottom: 0;
    text-align: justify;
  }
}

.p-product {
  position: relative;
  padding: 165px 0 200px;
}

@media screen and (max-width: 767px) {
  .p-product {
    padding: 101px 0 99px;
  }
}

.p-product::before, .p-product::after {
  content: "";
  position: absolute;
  top: -35px;
  width: 50%;
  height: 50px;
  background-color: #DDDDD8;
}

@media screen and (max-width: 767px) {
  .p-product::before, .p-product::after {
    height: 15px;
    top: -14px;
  }
}

.p-product::before {
  left: 0;
  border-radius: 0 40px 0 0;
}

.p-product::after {
  right: 0;
  border-radius: 40px 0 0 0;
}

.p-product__frame {
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  opacity: 0;
  position: relative;
  background-color: #CDB39B;
  width: 90%;
  max-width: 1151px;
  margin: 0 auto;
  color: #fff;
}

.is-scroll .p-product__frame {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
  transition: opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
}

@media screen and (max-width: 767px) {
  .p-product__frame {
    width: 95%;
    max-width: 500px;
  }
}

.p-product__frame::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border: 7px solid #DDDDD8;
}

@media screen and (max-width: 767px) {
  .p-product__frame::before {
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border: 5px solid #DDDDD8;
  }
}

.p-product__frame-main {
  position: relative;
  padding: 115px 0 144px;
  padding: 10% 0 12.5%;
}

@media screen and (max-width: 767px) {
  .p-product__frame-main {
    padding: 57px 0 66px;
  }
}

.p-product__title {
  padding: 6px 0 8px;
  border: 1px solid #fff;
  width: 133px;
  margin: 0 auto;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-product__title {
    padding: 4px 0 6px;
    width: 82px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.04em;
    padding: 4px 0 5px;
    width: 82px;
  }
}

.p-product__name {
  margin-top: 22px;
  font-size: 52px;
  line-height: 1.37;
  letter-spacing: 0.02em;
  font-weight: 700;
}

@media screen and (min-width: 768px) and (max-width: 1150px) {
  .p-product__name {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-product__name {
    padding: 0 5px;
    margin-top: 13px;
    font-size: 28px;
    line-height: 1.44;
    letter-spacing: 0.02em;
  }
}

.p-product__about {
  margin-top: 35px;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) and (max-width: 1150px) {
  .p-product__about {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-product__about {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.42;
    letter-spacing: 0.06em;
  }
}

.p-product__price {
  margin-top: 20px;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) and (max-width: 1150px) {
  .p-product__price {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-product__price {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.42;
    letter-spacing: 0.06em;
  }
}

.p-product__img {
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  opacity: 0;
  margin: 89px auto 0;
  margin: 7.8% auto 0;
  width: 90%;
  max-width: 900px;
  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;
}

.is-scroll .p-product__img {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s;
  transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s;
  transition: opacity 0.8s ease 0.2s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s;
  transition: opacity 0.8s ease 0.2s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.2s;
}

@media screen and (max-width: 767px) {
  .p-product__img {
    margin: 52px auto 0;
    width: 78.9%;
  }
}

@media screen and (min-width: 768px) {
  .p-product__img-item {
    width: 16.1%;
    margin-right: 1.2%;
  }
  .p-product__img-item:nth-child(5n) {
    margin-right: 0;
  }
  .p-product__img-item:nth-child(n+6) {
    margin-top: 5.2%;
  }
}

@media screen and (max-width: 767px) {
  .p-product__img-item {
    width: 40.3%;
    margin-right: 8.4%;
  }
  .p-product__img-item:nth-child(2n) {
    margin-right: 0;
  }
  .p-product__img-item:nth-child(n+3) {
    margin-top: 7.6%;
  }
}

.p-interview__top {
  background-color: #BA9080;
}

.p-interview__top-main {
  max-width: 1152px;
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-interview__top-main {
    width: 95%;
    max-width: 500px;
  }
}

.p-interview__top-main::before, .p-interview__top-main::after {
  content: "";
  display: block;
}

.p-interview__top-main::before {
  padding-top: 7.6%;
}

@media screen and (max-width: 767px) {
  .p-interview__top-main::before {
    padding-top: 24.4%;
  }
}

.p-interview__top-main::after {
  padding-top: 9.8%;
}

@media screen and (max-width: 767px) {
  .p-interview__top-main::after {
    padding-top: 21.8%;
  }
}

.p-interview__top-cap {
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  opacity: 0;
  position: relative;
  left: 0.3%;
  width: 52.8%;
  margin: 0 auto;
}

.is-load .p-interview__top-cap {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
  transition: opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0s;
}

@media screen and (max-width: 767px) {
  .p-interview__top-cap {
    left: 1.5%;
    width: 84%;
  }
}

.p-interview__top-img {
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  opacity: 0;
  position: relative;
  margin-top: 3.8%;
}

.is-load .p-interview__top-img {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0.25s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.25s;
  transition: opacity 0.8s ease 0.25s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.25s;
  transition: opacity 0.8s ease 0.25s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.25s;
  transition: opacity 0.8s ease 0.25s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.25s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.25s;
}

@media screen and (max-width: 767px) {
  .p-interview__top-img {
    margin-top: 8.7%;
  }
}

.p-interview__top-title {
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  opacity: 0;
  position: relative;
  left: -0.1%;
  margin: 3.2% auto 0;
  width: 99.7%;
}

.is-load .p-interview__top-title {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0.5s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.5s;
  transition: opacity 0.8s ease 0.5s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.5s;
  transition: opacity 0.8s ease 0.5s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.5s;
  transition: opacity 0.8s ease 0.5s, transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.5s, -webkit-transform 0.8s cubic-bezier(0.16, 0.66, 0.34, 0.96) 0.5s;
}

@media screen and (max-width: 767px) {
  .p-interview__top-title {
    margin: 8% auto 0;
  }
}

.p-interview__main {
  position: relative;
  padding: 90px 0 81px;
}

@media screen and (max-width: 767px) {
  .p-interview__main {
    padding: 60px 0 65px;
  }
}

.p-interview__main::before, .p-interview__main::after {
  content: "";
  position: absolute;
  top: -35px;
  width: 50%;
  height: 50px;
  background-color: #DDDDD8;
}

@media screen and (max-width: 767px) {
  .p-interview__main::before, .p-interview__main::after {
    height: 15px;
    top: -14px;
  }
}

.p-interview__main::before {
  left: 0;
  border-radius: 0 40px 0 0;
}

.p-interview__main::after {
  right: 0;
  border-radius: 40px 0 0 0;
}

.p-interview__block {
  position: relative;
  width: 90%;
  max-width: 1129px;
  margin: 0 auto;
  padding-left: 189px;
}

@media screen and (min-width: 768px) and (max-width: 1150px) {
  .p-interview__block {
    padding-left: 160px;
  }
}

@media screen and (max-width: 767px) {
  .p-interview__block {
    min-height: 85px;
    width: 92.3%;
    padding-left: 79px;
  }
}

.p-interview__block + .p-interview__block {
  margin-top: 44px;
  margin-top: 54px;
}

@media screen and (max-width: 767px) {
  .p-interview__block + .p-interview__block {
    margin-top: 29px;
  }
}

.p-interview__block--1 {
  color: #AB8077;
}

.p-interview__block--2 {
  color: #7E6A5C;
}

.p-interview__block--3 {
  color: #AB8875;
}

.p-interview__head {
  position: absolute;
  top: 3px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .p-interview__head {
    top: 1px;
  }
}

.p-interview__icon {
  width: 138px;
  height: 138px;
  background-size: cover;
  background-position: 50% 50%;
}

@media screen and (max-width: 767px) {
  .p-interview__icon {
    width: 69px;
    height: 69px;
  }
}

.p-interview__block--1 .p-interview__icon {
  background-image: url(../img/interview/icon_1.png);
}

.p-interview__block--2 .p-interview__icon {
  background-image: url(../img/interview/icon_2.png);
}

.p-interview__block--3 .p-interview__icon {
  background-image: url(../img/interview/icon_3.png);
}

.p-interview__name {
  margin-top: 4px;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 700;
}

@media screen and (min-width: 768px) and (max-width: 1150px) {
  .p-interview__name {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.04em;
  }
}

@media screen and (max-width: 767px) {
  .p-interview__name {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.04em;
  }
}

.p-interview__name span {
  font-family: YakuHanJP_Noto, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.p-interview__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 136px;
  min-height: 170px;
  min-height: 160px;
  text-align: left;
  font-size: 26px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-family: "Zen Kaku Gothic New", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (min-width: 768px) and (max-width: 1150px) {
  .p-interview__body {
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
}

@media screen and (max-width: 767px) {
  .p-interview__body {
    min-height: 75px;
    font-size: 15px;
    line-height: 1.35;
    letter-spacing: 0.04em;
  }
}

.p-interview__body .p-in-ib {
  display: inline-block;
}

.p-interview__body .p-in-b {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  .p-interview__body .p-in-b {
    font-size: 41px;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1150px) {
  .p-interview__body .p-in-b {
    font-size: 32px;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
}

.p-interview__body .p-in-yaku {
  font-family: YakuHanJP_Noto, "Zen Kaku Gothic New", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.p-interview__body .p-in-nozen {
  font-family: YakuHanJP_Noto, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
}

.p-interview__img {
  width: 90%;
  max-width: 1152px;
  margin: 119px auto;
}

@media screen and (max-width: 767px) {
  .p-interview__img {
    width: 95%;
    margin: 38px auto 34px;
  }
}

@media screen and (min-width: 768px) {
  .p-interview__img--2 {
    margin-top: 97px;
  }
}

@media screen and (max-width: 767px) {
  .p-interview__img--2 {
    margin-top: 51px;
  }
}

@media screen and (max-width: 840px) and (min-width: 768px) {
  .hdr__logo img {
    height: 30px;
  }
}
