*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

:where(html) {
  line-height: 1.15;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

:where(body) {
  margin: 0;
}

:where(main) {
  display: block;
}

:where(p, table, blockquote, address, pre, iframe, form, figure, dl) {
  margin: 0;
}

:where(h1, h2, h3, h4, h5, h6) {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

:where(ul, ol) {
  margin: 0;
  padding: 0;
  list-style: none;
}

:where(dt) {
  font-weight: bold;
}

:where(dd) {
  margin-left: 0;
}

:where(hr) {
  clear: both;
  overflow: visible;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0;
  height: 0;
  border-top-width: 1px;
  color: inherit;
}

:where(pre) {
  font-size: inherit;
  font-family: monospace, monospace;
}

:where(address) {
  font-style: inherit;
}

:where(a) {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

:where(abbr[title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

:where(b, strong) {
  font-weight: bolder;
}

:where(code, kbd, samp) {
  font-size: inherit;
  font-family: monospace, monospace;
}

:where(small) {
  font-size: 80%;
}

:where(sub, sup) {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

:where(sub) {
  bottom: -0.25em;
}

:where(sup) {
  top: -0.5em;
}

:where(svg, img, embed, object, iframe) {
  vertical-align: bottom;
}

:where(button, input, optgroup, select, textarea) {
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  vertical-align: middle;
  text-align: inherit;
  text-transform: inherit;
  font: inherit;
  -webkit-appearance: none;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  cursor: pointer;
}

:where(button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled) {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

:where(select:disabled) {
  opacity: inherit;
}

:where(option) {
  padding: 0;
}

:where(fieldset) {
  margin: 0;
  padding: 0;
  min-width: 0;
}

:where(legend) {
  padding: 0;
}

:where(progress) {
  vertical-align: baseline;
}

:where(textarea) {
  overflow: auto;
}

:where([type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button) {
  height: auto;
}

:where([type=search]) {
  outline-offset: -2px;
}

:where([type=search]::-webkit-search-decoration) {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

:where([type=number]) {
  -moz-appearance: textfield;
}

:where(label[for]) {
  cursor: pointer;
}

:where(details) {
  display: block;
}

:where(summary) {
  display: list-item;
}

:where([contenteditable]:focus) {
  outline: auto;
}

:where(table) {
  border-collapse: collapse;
  border-color: inherit;
}

:where(caption) {
  text-align: left;
}

:where(td, th) {
  padding: 0;
  vertical-align: top;
}

:where(th) {
  text-align: left;
  font-weight: bold;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
}
.fadeInDown.animated {
  -webkit-animation: fadeInDown;
          animation: fadeInDown;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeIn {
  opacity: 0;
}
.fadeIn.animated {
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeInUp {
  opacity: 0;
}
.fadeInUp.animated {
  -webkit-animation: fadeInUp;
          animation: fadeInUp;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeInRight {
  opacity: 0;
}
.fadeInRight.animated {
  -webkit-animation: fadeInRight;
          animation: fadeInRight;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.delay-1 {
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}
.delay-2 {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}
.delay-3 {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}
.delay-4 {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}
.delay-5 {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}
.delay-6 {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}
.delay-7 {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}
.delay-8 {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}
.delay-9 {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}
.delay-10 {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

:where(a) {
  color: #058aa7;
}
.wrap {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .wrap {
    padding: 0 12px;
    max-width: 1240px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .wrap {
    padding: 0 20px;
  }
}

@media screen and (min-width: 769px) {
  .pc-none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc-none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .sp-none {
    display: none;
  }
}
.catalogBtn {
  position: absolute;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2px 4px;
  border-radius: 50px;
  background: #ed6d46;
  color: #fff;
  font-family: "Noto Sans JP";
  line-height: 74px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .catalogBtn {
    top: 62%;
    gap: 10px;
    width: 390px;
    height: 64px;
    font-weight: 500;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .catalogBtn {
    top: 65%;
    gap: 5px;
    min-width: 250px;
    height: 56px;
    font-weight: 700;
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .catalogBtn {
    top: 65%;
    gap: 5px;
    min-width: 170px;
    height: 38px;
    font-weight: 700;
    font-size: 9px;
  }
}
@media screen and (min-width: 769px) {
  .catalogBtn::after {
    content: "";
    display: block;
    width: 19px;
    height: 16px;
    background: url(../img/arrow_right.svg);
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .catalogBtn::after {
    content: "";
    display: block;
    width: 8px;
    height: 7px;
    background: url(../img/arrow_right.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 480px) {
  .catalogBtn::after {
    content: "";
    display: block;
    width: 8px;
    height: 7px;
    background: url(../img/arrow_right.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 769px) {
  .catalogBtn.topcatalogbtn {
    top: 71%;
    height: 74px;
  }
}
@media screen and (max-width: 768px) {
  .catalogBtn.topcatalogbtn {
    top: 71%;
    width: 250px;
    height: 50px;
  }
}
@media screen and (max-width: 480px) {
  .catalogBtn.topcatalogbtn {
    top: 71%;
    width: 108px;
    height: 33px;
  }
}

.topMv {
  position: relative;
  width: 100%;
}
.topMv-backgroundimg {
  position: relative;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center top;
     object-position: center top;
}
.topMv-backgroundimg-ttl {
  position: absolute;
  top: 41.5%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 84%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.topConcept {
  background: #fff;
}
@media screen and (min-width: 769px) {
  .topConcept {
    padding: 75px 0 99px;
  }
}
@media screen and (max-width: 768px) {
  .topConcept {
    padding: 88px 0 80px;
  }
}
@media screen and (max-width: 480px) {
  .topConcept {
    padding: 44px 0 40px;
  }
}
.topConcept-ttl {
  color: #9a6d1a;
  text-align: center;
  font-weight: 600;
  font-style: normal;
  font-family: "Noto Serif JP";
}
@media screen and (min-width: 769px) {
  .topConcept-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 24px;
  }
}
@media screen and (min-width: 1174px) {
  .topConcept-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 45px;
  }
}
@media screen and (max-width: 768px) {
  .topConcept-ttl {
    position: relative;
    font-size: 35px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .topConcept-ttl {
    position: relative;
    font-size: 21px;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 769px) {
  .topConcept-ttl-left {
    margin-right: -3px;
    margin-left: -19px;
  }
}
@media screen and (max-width: 768px) {
  .topConcept-ttl-left {
    margin-right: 0;
    margin-left: -9px;
  }
}
@media screen and (max-width: 480px) {
  .topConcept-ttl-left {
    margin-right: 0;
    margin-left: -9px;
  }
}
@media screen and (min-width: 769px) {
  .topConcept-ttl-right {
    margin-right: -19px;
    margin-left: -3px;
  }
}
@media screen and (max-width: 768px) {
  .topConcept-ttl-right {
    margin-right: -9px;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .topConcept-ttl-right {
    margin-right: -9px;
    margin-left: 0;
  }
}
.topConcept-ttl::before {
  content: "";
  background: url(../img/concept_ttl_left.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .topConcept-ttl::before {
    display: block;
    margin-right: 28px;
    width: 86px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .topConcept-ttl::before {
    position: absolute;
    top: -23px;
    left: -2px;
    width: 36px;
    height: 25px;
  }
}
@media screen and (max-width: 480px) {
  .topConcept-ttl::before {
    position: absolute;
    top: -10px;
    left: -2px;
    width: 36px;
    height: 25px;
  }
}
.topConcept-ttl::after {
  content: "";
  background: url(../img/concept_ttl_right.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .topConcept-ttl::after {
    display: block;
    margin-left: 28px;
    width: 86px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .topConcept-ttl::after {
    position: absolute;
    top: 60px;
    right: -1px;
    width: 34px;
    height: 25px;
  }
}
@media screen and (max-width: 480px) {
  .topConcept-ttl::after {
    position: absolute;
    top: 38px;
    right: -1px;
    width: 34px;
    height: 25px;
  }
}
.topConcept-txt {
  color: #333;
  text-align: center;
  font-weight: 600;
  font-family: "Noto Serif JP";
  line-height: 2em;
}
@media screen and (min-width: 769px) {
  .topConcept-txt {
    margin-top: 50px;
    letter-spacing: 0.9px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .topConcept-txt {
    margin-top: 18px;
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .topConcept-txt {
    margin-top: 18px;
    font-size: 11px;
  }
}
.topConcept-subttl {
  position: relative;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ed6d46;
  text-align: center;
  font-weight: 600;
  font-family: "Noto Sans JP";
}
@media screen and (min-width: 769px) {
  .topConcept-subttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 86px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .topConcept-subttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .topConcept-subttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
    font-size: 18px;
  }
}
.topConcept-subttl::before {
  content: "";
  background: url(../img/concept_ttl_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .topConcept-subttl::before {
    position: absolute;
    top: 45%;
    left: -24%;
    width: 53px;
    height: 50px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 1173px) {
  .topConcept-subttl::before {
    position: absolute;
    top: 45%;
    left: -20%;
    width: 53px;
    height: 50px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .topConcept-subttl::before {
    left: -10%;
    display: block;
    width: 26px;
    height: 25px;
  }
}
@media screen and (max-width: 480px) {
  .topConcept-subttl::before {
    left: -15% !important;
    display: block;
    width: 26px;
    height: 25px;
  }
}
.topConcept-body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .topConcept-body {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1173px) {
  .topConcept-body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 80px;
  }
}
@media screen and (max-width: 768px) {
  .topConcept-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 21px;
  }
}
@media screen and (max-width: 480px) {
  .topConcept-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-top: 21px;
  }
}
.topConcept-body::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .topConcept-body::after {
    top: 50%;
    width: 44px;
    height: 87px;
    background: url(../img/polygon.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1173px) {
  .topConcept-body::after {
    top: 51% !important;
    width: 43px;
    height: 22px;
    background: url(../img/polygon_sp.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .topConcept-body::after {
    top: 54%;
    width: 43px;
    height: 22px;
    background: url(../img/polygon_sp.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 480px) {
  .topConcept-body::after {
    top: 49% !important;
    width: 43px;
    height: 22px;
    background: url(../img/polygon_sp.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 550px) {
  .topConcept-body::after {
    top: 58%;
  }
}
@media screen and (min-width: 617px) {
  .topConcept-body::after {
    top: 62%;
  }
}
.topConcept-body-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .topConcept-body-list {
    gap: 35px;
  }
}
@media screen and (max-width: 768px) {
  .topConcept-body-list {
    gap: 30px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .topConcept-body-list {
    gap: 30px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .topConcept-body-list-item {
    width: 258px;
  }
}
@media screen and (max-width: 768px) {
  .topConcept-body-list-item {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .topConcept-body-list-item {
    width: 100%;
  }
}
.topConcept-body-list-item-ttl {
  color: #333;
  font-weight: 700;
  font-family: "Noto Sans JP";
  line-height: 1.8em;
}
@media screen and (min-width: 769px) {
  .topConcept-body-list-item-ttl {
    margin-top: 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .topConcept-body-list-item-ttl {
    margin-top: 5px;
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .topConcept-body-list-item-ttl {
    margin-top: 5px;
    font-size: 11px;
  }
}
.topConcept-body-list-item-txt {
  color: #333;
  font-weight: 500;
  font-family: "Noto Sans JP";
  line-height: 1.8em;
}
@media screen and (min-width: 769px) {
  .topConcept-body-list-item-txt {
    margin-top: 6px;
    width: 255px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .topConcept-body-list-item-txt {
    margin-top: 3px;
    width: 100%;
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .topConcept-body-list-item-txt {
    margin-top: 3px;
    width: 100%;
    font-size: 10px;
  }
}
.topConcept-body-contents {
  background: #def9f7;
}
@media screen and (min-width: 769px) {
  .topConcept-body-contents {
    padding: 29px 25px 12px;
    width: 550px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .topConcept-body-contents {
    margin: 52px auto 0;
    padding: 15px 15px 10px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 480px) {
  .topConcept-body-contents {
    margin: 52px auto 0;
    padding: 15px 15px 10px;
    border-radius: 10px;
  }
}
.topConcept-body-contents-above {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .topConcept-body-contents-above {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .topConcept-body-contents-above {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.topConcept-body-contents-above-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: #00b1a9;
}
@media screen and (min-width: 769px) {
  .topConcept-body-contents-above-circle {
    margin-left: 6px;
    width: 155px;
    height: 155px;
  }
}
@media screen and (max-width: 768px) {
  .topConcept-body-contents-above-circle {
    margin-left: 6px;
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 480px) {
  .topConcept-body-contents-above-circle {
    margin-left: 6px;
    width: 77px;
    height: 77px;
  }
}
.topConcept-body-contents-above-circle-txt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-family: "Noto Sans JP";
  line-height: 1.4em;
}
@media screen and (min-width: 769px) {
  .topConcept-body-contents-above-circle-txt {
    margin-top: 10px;
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .topConcept-body-contents-above-circle-txt {
    margin-top: 6px;
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .topConcept-body-contents-above-circle-txt {
    margin-top: 6px;
    font-size: 16px;
  }
}
.topConcept-body-contents-above-circle-txt span {
  display: block;
  line-height: 1.2em;
}
@media screen and (min-width: 769px) {
  .topConcept-body-contents-above-circle-txt span {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .topConcept-body-contents-above-circle-txt span {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .topConcept-body-contents-above-circle-txt span {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  .topConcept-body-contents-above-img {
    margin-left: 23px;
    width: 292px;
  }
}
@media screen and (max-width: 768px) {
  .topConcept-body-contents-above-img {
    margin-left: 23px;
    width: 156px;
  }
}
@media screen and (max-width: 480px) {
  .topConcept-body-contents-above-img {
    margin-left: 23px;
    width: 156px;
  }
}
.topConcept-body-contents-ttl {
  color: #333;
  font-weight: 700;
  font-family: "Noto Sans JP";
  line-height: 1.5em;
}
@media screen and (min-width: 769px) {
  .topConcept-body-contents-ttl {
    margin-top: 20px;
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .topConcept-body-contents-ttl {
    margin-top: 6px;
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .topConcept-body-contents-ttl {
    margin-top: 6px;
    font-size: 16px;
  }
}
.topConcept-body-contents-txt {
  color: #333;
  font-weight: 500;
  font-family: "Noto Sans JP";
  line-height: 1.8em;
}
@media screen and (min-width: 769px) {
  .topConcept-body-contents-txt {
    margin-top: 7px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .topConcept-body-contents-txt {
    margin-top: 5px;
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .topConcept-body-contents-txt {
    margin-top: 5px;
    font-size: 11px;
  }
}

.topPoint {
  background: #ece6d6;
}
@media screen and (min-width: 769px) {
  .topPoint {
    padding: 100px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .topPoint {
    padding: 80px 0;
  }
}
@media screen and (max-width: 480px) {
  .topPoint {
    padding: 40px 0;
  }
}
.topPoint-ttl {
  color: #9a6d1a;
  text-align: center;
  letter-spacing: -0.05em;
  font-weight: 600;
  font-family: "Noto Serif JP";
}
@media screen and (min-width: 769px) {
  .topPoint-ttl {
    font-size: 45px;
  }
}
@media screen and (max-width: 768px) {
  .topPoint-ttl {
    font-size: 35px;
  }
}
@media screen and (max-width: 480px) {
  .topPoint-ttl {
    font-size: 21px;
  }
}
@media screen and (min-width: 769px) {
  .topPoint-ttl-left {
    margin-right: -3px;
    margin-left: -19px;
  }
}
@media screen and (max-width: 768px) {
  .topPoint-ttl-left {
    margin-right: 0;
    margin-left: -9px;
  }
}
@media screen and (max-width: 480px) {
  .topPoint-ttl-left {
    margin-right: 0;
    margin-left: -9px;
  }
}
@media screen and (min-width: 769px) {
  .topPoint-ttl-right {
    margin-right: -19px;
    margin-left: -3px;
  }
}
@media screen and (max-width: 768px) {
  .topPoint-ttl-right {
    margin-right: -9px;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .topPoint-ttl-right {
    margin-right: -9px;
    margin-left: 0;
  }
}
.topPoint-ttl-small {
  display: block;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .topPoint-ttl-small {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .topPoint-ttl-small {
    margin-bottom: 6px;
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .topPoint-ttl-small {
    margin-bottom: 6px;
    font-size: 11px;
  }
}
.topPoint-txt {
  color: #333;
  text-align: center;
  font-weight: 600;
  font-style: normal;
  font-family: "Noto Serif JP";
  line-height: 2em;
}
@media screen and (min-width: 769px) {
  .topPoint-txt {
    margin-top: 35px;
    letter-spacing: 0.14em;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .topPoint-txt {
    margin-top: 40px;
    letter-spacing: 0.11em;
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .topPoint-txt {
    margin-top: 20px;
    letter-spacing: 0.11em;
    font-size: 11px;
  }
}
@media screen and (min-width: 769px) {
  .topPoint-img {
    margin-top: 63px;
  }
}
@media screen and (max-width: 768px) {
  .topPoint-img {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .topPoint-img {
    margin-top: 30px;
  }
}
.topPoint-caption {
  color: #333;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-family: "Noto Sans SC";
}
@media screen and (min-width: 769px) {
  .topPoint-caption {
    margin-top: 35px;
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .topPoint-caption {
    margin: 26px auto 0;
    width: 100%;
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .topPoint-caption {
    margin: 0 auto 0;
    width: 314px;
    font-size: 14px;
  }
}
.topPoint-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  margin-top: 20px;
}
.topPoint-sideimg {
  position: absolute;
  width: 230px;
}
.topPoint-sideimg.frame01 {
  top: -30px;
  left: 12px;
}
.topPoint-sideimg.frame02 {
  top: 150px;
  left: 12px;
}
.topPoint-sideimg.frame03 {
  top: -30px;
  right: 12px;
}
.topPoint-sideimg.frame04 {
  top: 150px;
  right: 12px;
}
.topPoint .wrap {
  position: relative;
}

@media screen and (max-width: 1175px) {
  .middlenone {
    display: none;
  }
  .middleblock {
    display: block;
  }
}
.topMovie {
  background: #fff;
}
@media screen and (min-width: 769px) {
  .topMovie {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .topMovie {
    padding: 100px 0 82px;
  }
}
@media screen and (max-width: 480px) {
  .topMovie {
    padding: 50px 0 41px;
  }
}
.topMovie-ttl {
  color: #9a6d1a;
  text-align: center;
  font-weight: 600;
  font-family: "Noto Serif JP";
}
@media screen and (min-width: 769px) {
  .topMovie-ttl {
    font-size: 45px;
  }
}
@media screen and (max-width: 768px) {
  .topMovie-ttl {
    margin-bottom: -10px;
    font-size: 35px;
  }
}
@media screen and (max-width: 480px) {
  .topMovie-ttl {
    margin-bottom: -10px;
    font-size: 24px;
  }
}
@media screen and (min-width: 769px) {
  .topMovie-ttl-left {
    margin-right: -3px;
    margin-left: -19px;
  }
}
@media screen and (max-width: 768px) {
  .topMovie-ttl-left {
    margin-right: 0;
    margin-left: -13px;
  }
}
@media screen and (max-width: 480px) {
  .topMovie-ttl-left {
    margin-right: 0;
    margin-left: -13px;
  }
}
@media screen and (min-width: 769px) {
  .topMovie-ttl-right {
    margin-right: -19px;
    margin-left: -3px;
  }
}
@media screen and (max-width: 768px) {
  .topMovie-ttl-right {
    margin-right: -13px;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .topMovie-ttl-right {
    margin-right: -13px;
    margin-left: 0;
  }
}
@media screen and (min-width: 769px) {
  .topMovie-body {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .topMovie-body {
    margin-top: 56px;
  }
}
@media screen and (max-width: 480px) {
  .topMovie-body {
    margin-top: 28px;
  }
}
@media screen and (min-width: 769px) {
  .topMovie-body-ttl {
    margin: 82px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .topMovie-body-ttl {
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 480px) {
  .topMovie-body-ttl {
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 769px) {
  .topMovie-body-ttl.orangettl {
    margin-right: 254px;
    width: 752px;
  }
}
@media screen and (max-width: 768px) {
  .topMovie-body-ttl.orangettl {
    position: relative;
    max-width: 300px;
  }
  .topMovie-body-ttl.orangettl::after {
    content: "";
    position: absolute;
    top: 7px;
    left: -70px;
    width: 56px;
    height: 60px;
    background: url(../img/movie_sp_ttlicon1.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 480px) {
  .topMovie-body-ttl.orangettl {
    position: relative;
    width: 176px;
  }
  .topMovie-body-ttl.orangettl::after {
    content: "";
    position: absolute;
    top: 7px;
    left: -43px;
    width: 28px;
    height: 30px;
    background: url(../img/movie_sp_ttlicon1.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 769px) {
  .topMovie-body-ttl.bluettl {
    width: 701px;
  }
}
@media screen and (max-width: 768px) {
  .topMovie-body-ttl.bluettl {
    position: relative;
    width: 300px;
  }
  .topMovie-body-ttl.bluettl::after {
    content: "";
    position: absolute;
    top: 7px;
    left: -70px;
    width: 56px;
    height: 60px;
    background: url(../img/movie_sp_ttlicon2.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 480px) {
  .topMovie-body-ttl.bluettl {
    position: relative;
    width: 175px;
  }
  .topMovie-body-ttl.bluettl::after {
    content: "";
    position: absolute;
    top: 7px;
    left: -43px;
    width: 28px;
    height: 30px;
    background: url(../img/movie_sp_ttlicon2.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.topMovie-body-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .topMovie-body-list {
    gap: 52px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .topMovie-body-list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 56px;
  }
}
@media screen and (max-width: 480px) {
  .topMovie-body-list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 28px;
  }
}
@media screen and (min-width: 769px) {
  .topMovie-body-list-item {
    width: 574px;
  }
}
@media screen and (max-width: 768px) {
  .topMovie-body-list-item {
    max-width: 574px;
  }
}
@media screen and (max-width: 480px) {
  .topMovie-body-list-item {
    width: 287px;
  }
}
.topMovie-body-list-item-img {
  width: 100%;
}
.topMovie-body-list-item-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0 0 20px 20px;
  background: #f5f2e9;
  color: #333;
  font-weight: 600;
  font-family: "Noto Sans JP";
  line-height: 1.6em;
}
@media screen and (min-width: 769px) {
  .topMovie-body-list-item-txt {
    padding: 4px 24px;
    min-height: 104px;
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) {
  .topMovie-body-list-item-txt {
    padding: 2px 12px;
    height: 120px;
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .topMovie-body-list-item-txt {
    padding: 2px 12px;
    height: 60px;
    font-size: 11px;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  overflow: auto;
  padding-top: 170px;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal iframe {
  position: absolute;
  left: 50%;
  aspect-ratio: 16/9;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .modal iframe {
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  .modal iframe {
    width: 85%;
  }
}

.modal .close {
  position: absolute;
  color: white;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .modal .close {
    top: 50px;
    right: 210px;
    font-size: 78px;
  }
}
@media screen and (max-width: 480px) {
  .modal .close {
    top: 20px;
    right: 20px;
    font-size: 50px;
  }
}

.modal .close:hover,
.modal .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.topCatalog {
  background: #efe9dc;
}
@media screen and (min-width: 769px) {
  .topCatalog {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .topCatalog {
    padding: 80px 0 108px;
  }
}
@media screen and (max-width: 480px) {
  .topCatalog {
    padding: 40px 0 54px;
  }
}
.topCatalog-ttl {
  color: #9a6d1a;
  text-align: center;
  font-weight: 600;
  font-style: normal;
  font-family: "Noto Serif JP";
  line-height: 1.5em;
}
@media screen and (min-width: 769px) {
  .topCatalog-ttl {
    font-size: 45px;
  }
}
@media screen and (max-width: 768px) {
  .topCatalog-ttl {
    font-size: 35px;
  }
}
@media screen and (max-width: 480px) {
  .topCatalog-ttl {
    font-size: 21px;
  }
}
@media screen and (min-width: 769px) {
  .topCatalog-ttl-left {
    margin-right: -3px;
    margin-left: -19px;
  }
}
@media screen and (max-width: 768px) {
  .topCatalog-ttl-left {
    margin-right: 0;
    margin-left: -9px;
  }
}
@media screen and (max-width: 480px) {
  .topCatalog-ttl-left {
    margin-right: 0;
    margin-left: -9px;
  }
}
@media screen and (min-width: 769px) {
  .topCatalog-ttl-right {
    margin-right: -19px;
    margin-left: -3px;
  }
}
@media screen and (max-width: 768px) {
  .topCatalog-ttl-right {
    margin-right: -9px;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .topCatalog-ttl-right {
    margin-right: -9px;
    margin-left: 0;
  }
}
.topCatalog-txt {
  color: #333;
  text-align: center;
  letter-spacing: 0.9px;
  font-weight: 600;
  font-style: normal;
  font-family: "Noto Serif JP";
  line-height: 1.6em;
}
@media screen and (min-width: 769px) {
  .topCatalog-txt {
    margin-top: 50px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .topCatalog-txt {
    margin-top: 40px;
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .topCatalog-txt {
    margin-top: 20px;
    font-size: 11px;
  }
}
.topCatalog-img {
  position: relative;
}
@media screen and (min-width: 769px) {
  .topCatalog-img {
    margin: 37px auto 0;
    width: 70.5%;
  }
}
@media screen and (max-width: 768px) {
  .topCatalog-img {
    margin: 46px auto 0;
    max-width: 377px;
  }
}
@media screen and (max-width: 480px) {
  .topCatalog-img {
    margin: 23px auto 0;
    width: 288px;
  }
}
.topCatalog-img::before {
  content: "";
  position: absolute;
  background: url(../img/catalog_img01.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .topCatalog-img::before {
    top: -61px;
    left: -125px;
    width: 89px;
    height: 216px;
  }
}
@media screen and (max-width: 768px) {
  .topCatalog-img::before {
    top: -59px !important;
    left: -24px !important;
    width: 52px !important;
    height: 150px !important;
  }
}
@media screen and (max-width: 480px) {
  .topCatalog-img::before {
    top: -13px !important;
    left: -24px !important;
    width: 26px !important;
    height: 75px !important;
  }
}
@media screen and (max-width: 1046px) {
  .topCatalog-img::before {
    top: -23px;
    left: -105px;
    width: 68px;
    height: 146px;
  }
}
.topCatalog-img::after {
  content: "";
  position: absolute;
  background: url(../img/catalog_img02.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .topCatalog-img::after {
    top: -56px;
    right: -160px;
    width: 136px;
    height: 216px;
  }
}
@media screen and (max-width: 768px) {
  .topCatalog-img::after {
    top: -59px !important;
    right: -35px !important;
    width: 82px !important;
    height: 130px !important;
  }
}
@media screen and (max-width: 480px) {
  .topCatalog-img::after {
    top: -13px !important;
    right: -23px !important;
    width: 41px !important;
    height: 65px !important;
  }
}
@media screen and (max-width: 1046px) {
  .topCatalog-img::after {
    top: -17px;
    right: -120px;
    width: 88px;
    height: 136px;
  }
}
.topCatalog-bnrere {
  position: relative;
}
@media screen and (min-width: 769px) {
  .topCatalog-bnrere {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .topCatalog-bnrere {
    margin-top: 6px;
  }
}
@media screen and (max-width: 480px) {
  .topCatalog-bnrere {
    margin-top: 3px;
  }
}
.topCatalog-bnrere-bnr {
  width: 100%;
}

@media screen and (max-width: 995px) {
  .miiddlebr {
    display: block;
  }
}
.topUnder {
  background: #fff;
}
@media screen and (min-width: 769px) {
  .topUnder {
    padding-top: 168px;
  }
}
@media screen and (max-width: 480px) {
  .topUnder {
    padding-top: 53px;
  }
}
.topUnder-txt {
  position: relative;
  width: 100%;
}
.topUnder-txt::after {
  content: "";
  position: absolute;
  background: url(../img/reform_img01.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .topUnder-txt::after {
    bottom: 3px;
    left: 131px;
    width: 149px;
    height: 190px;
  }
}
@media screen and (max-width: 480px) {
  .topUnder-txt::after {
    bottom: 3px;
    left: 34px;
    width: 41px;
    height: 53px;
  }
}