@charset "UTF-8";
/*
 * Mixin
 * -------------------------------------------------------------------
 */
/*
 * Reset & base
 * -------------------------------------------------------------------
 */
/*
 * HTML
 * -------------------------------------------------------------------
 */
html {
  font-size: 100%;
  height: 100%;
}

body {
  font-family: "amandine", "Hannari", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.9722222222vw;
  line-height: normal;
  letter-spacing: 0;
  color: #433B33;
  font-weight: 400;
  font-style: normal;
  background: url(../img/main/back.jpg) top center/cover no-repeat;
  overflow: hidden;
  padding: 3.1944444444vw 5.5555555556vw;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 13.8888888889vw;
  height: 100%;
}
@media screen and (max-width: 767.8px) {
  body {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767.8px) {
  body {
    transition: background-position 3s ease-in-out;
    background: url(../img/main/back-sp.jpg) center center/cover no-repeat;
  }
  body::before {
    transition: opacity 1s ease-in;
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
  }
  body::after {
    transition: opacity 1s ease-in, -webkit-backdrop-filter 1s ease-in;
    transition: opacity 1s ease-in, backdrop-filter 1s ease-in;
    transition: opacity 1s ease-in, backdrop-filter 1s ease-in, -webkit-backdrop-filter 1s ease-in;
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(175, 175, 175, 0) 60%, rgb(175, 175, 175) 76%);
    opacity: 0;
  }
  body.completed {
    background: url(../img/main/back-sp.jpg) center -194px/cover no-repeat;
  }
  body.completed::before {
    opacity: 0;
  }
  body.completed::after {
    opacity: 1;
  }
  body.completed.scrolled::before {
    opacity: 0.2;
  }
  body.completed.scrolled::after {
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
}
@media screen and (max-width: 767.8px) {
  body {
    flex-direction: column;
    padding: 32px 1.8666666667vw;
    gap: 24px;
  }
}

a {
  text-decoration: none;
  outline: none;
}

/*
 * wrapper
 * -------------------------------------------------------------------
 */
.wrapper {
  display: block;
  margin: 0px auto;
  padding: 0px;
  min-height: 100%;
}

.sp {
  display: none;
}
@media screen and (max-width: 767.8px) {
  .sp {
    display: inline-block;
  }
}

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

/*
 * logo & main
 * -------------------------------------------------------------------
 */
main {
  position: relative;
  background: #fff;
  width: 40.2777777778vw;
  min-height: unset !important;
  height: 100%;
  border-radius: 1.1111111111vw;
  z-index: 50;
  overflow-y: hidden;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}
main .main_contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
main.modal-open, main.scroll-stop {
  overflow-y: hidden;
  overflow-x: hidden;
}
@media screen and (max-width: 767.8px) {
  main {
    overflow-y: scroll;
    height: calc(100% - 251px);
    width: 100%;
    border-radius: 4.2666666667vw;
    opacity: 0;
  }
  main.completed {
    opacity: 1;
    animation: fadeIn 2s ease 1s 1 normal backwards;
  }
}

header {
  flex: 1;
  padding: 0 1.5972222222vw;
  z-index: 50;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 767.8px) {
  header {
    display: flex;
    align-items: flex-end;
    opacity: 0;
  }
  header.completed {
    opacity: 1;
    animation: fadeIn 2s ease 1s 1 normal backwards;
  }
}
header h1 img {
  width: 25.0694444444vw;
}
@media screen and (max-width: 767.8px) {
  header h1 img {
    width: 36.5333333333vw;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5.3333333333vw);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* A Modern CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html {
  scroll-behavior: auto;
}

body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

/*
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
*/
/*
 * Module
 * -------------------------------------------------------------------
 */
/*
 * Fonts
 * -------------------------------------------------------------------
 */
@font-face {
  font-family: "Hannari";
  src: url(../fonts/HannariMincho-Regular.eot) format(eot), url(../fonts/HannariMincho-Regular.woff2) format(woff2), url(../fonts/HannariMincho-Regular.woff) format(woff), url(../fonts/HannariMincho-Regular.otf) format(otf);
}
/*
 * Page
 * -------------------------------------------------------------------
 */
#loading {
  width: 100%;
  height: 100vh;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  transition: all 1s ease-in;
  opacity: 1;
  z-index: 500;
}
#loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#loading img#circle {
  animation: rotation 20s linear infinite;
  opacity: 1;
}
#loading.completed {
  opacity: 0;
}

@keyframes rotation {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
#btn-buynow {
  display: block;
  position: fixed;
  left: 32.9861111111vw;
  bottom: 3.8194444444vw;
  z-index: 200;
  width: 11.1805555556vw;
  height: 5.2777777778vw;
}
@media screen and (max-width: 767.8px) {
  #btn-buynow {
    left: 65.0666666667vw;
    bottom: 10.6666666667vw;
    width: 26.6666666667vw;
    height: 12.5333333333vw;
    opacity: 0;
  }
  #btn-buynow.completed {
    opacity: 1;
    animation: fadeIn 2s ease 1s 1 normal backwards;
  }
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 2.7777777778vw 1.3888888889vw;
  overflow: hidden;
  box-sizing: border-box;
  display: none;
  opacity: 0;
  transition: opacity 0.5s, display 0.5s;
  transition-behavior: allow-discrete;
  z-index: 1000;
  border-radius: 1.1111111111vw;
}
@media screen and (max-width: 767.8px) {
  .modal-container {
    border-radius: 4.2666666667vw;
  }
}

/*モーダル本体の擬似要素の指定*/
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
  opacity: 1;
  display: block;
}
@starting-style {
  .modal-container.active {
    opacity: 0;
  }
}

/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 34.7222222222vw;
}
@media screen and (max-width: 767.8px) {
  .modal-body {
    max-width: unset;
    width: 90%;
  }
}

/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0.2083333333vw;
  right: 0.2083333333vw;
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  font-size: 2.7777777778vw;
  color: #000;
  cursor: pointer;
}
@media screen and (max-width: 767.8px) {
  .modal-close {
    top: 0.8vw;
    right: 0.8vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    font-size: 10.6666666667vw;
  }
}

/*モーダル内のコンテンツの指定*/
.modal-content {
  background: #fff;
  text-align: left;
  padding: 2.0833333333vw;
  border-radius: 0.5555555556vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6666666667vw;
}
@media screen and (max-width: 767.8px) {
  .modal-content {
    gap: 4.2666666667vw;
    padding: 4.2666666667vw 4.2666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.modal-content .swiper-slide {
  color: #433B33;
  position: relative;
}
.modal-content .swiper-slide img {
  border-radius: 0.2777777778vw;
}
@media screen and (max-width: 767.8px) {
  .modal-content .swiper-slide img {
    border-radius: 1.0666666667vw;
  }
}
.modal-content .swiper-slide .tag {
  position: absolute;
  top: -1.3888888889vw;
  right: -1.3194444444vw;
  width: 4.8611111111vw;
  height: 4.8611111111vw;
}
@media screen and (max-width: 767.8px) {
  .modal-content .swiper-slide .tag {
    top: -5.3333333333vw;
    right: -5.0666666667vw;
    width: 18.6666666667vw;
    height: 18.6666666667vw;
  }
}
.modal-content .swiper-slide > div {
  margin-top: 0.5555555556vw;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.2777777778vw;
}
@media screen and (max-width: 767.8px) {
  .modal-content .swiper-slide > div {
    margin-top: 2.1333333333vw;
    gap: 1.0666666667vw;
  }
}
.modal-content .swiper-slide > div p {
  font-family: "Hannari", serif;
  font-size: 0.9722222222vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767.8px) {
  .modal-content .swiper-slide > div p {
    font-size: 3.7333333333vw;
  }
}
.modal-content .swiper-slide > div p:nth-of-type(1) {
  letter-spacing: 0.0388888889vw;
}
@media screen and (max-width: 767.8px) {
  .modal-content .swiper-slide > div p:nth-of-type(1) {
    letter-spacing: 0.1493333333vw;
  }
}
.modal-content .swiper-slide > div p:nth-of-type(1) > span {
  font-size: 0.8333333333vw;
  letter-spacing: 0.0333333333vw;
  margin-left: 0.2777777778vw;
}
@media screen and (max-width: 767.8px) {
  .modal-content .swiper-slide > div p:nth-of-type(1) > span {
    font-size: 3.2vw;
    letter-spacing: 0.128vw;
    margin-left: 1.0666666667vw;
  }
}
.modal-content .swiper-slide > div p:nth-of-type(2) > span:nth-of-type(1) {
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 767.8px) {
  .modal-content .swiper-slide > div p:nth-of-type(2) > span:nth-of-type(1) {
    font-size: 3.2vw;
  }
}
.modal-content .swiper-slide > div p:nth-of-type(2) > span:nth-of-type(2) {
  font-size: 0.6944444444vw;
}
@media screen and (max-width: 767.8px) {
  .modal-content .swiper-slide > div p:nth-of-type(2) > span:nth-of-type(2) {
    font-size: 2.6666666667vw;
  }
}
.modal-content .swiper-slide > div p del {
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 767.8px) {
  .modal-content .swiper-slide > div p del {
    font-size: 3.2vw;
  }
}
.modal-content .swiper-slide > div p b {
  color: #FFF;
  font-size: 0.6944444444vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.0277777778vw;
  display: flex;
  padding: 0.1388888889vw 1.1111111111vw;
  align-items: center;
  gap: 0.2777777778vw;
  background: #433B33;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767.8px) {
  .modal-content .swiper-slide > div p b {
    font-size: 2.6666666667vw;
    letter-spacing: 0.1066666667vw;
    padding: 0.5333333333vw 4.2666666667vw;
    gap: 1.0666666667vw;
  }
}
.modal-content .swiper-slide > div > span {
  font-family: "Hannari", serif;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767.8px) {
  .modal-content .swiper-slide > div > span {
    font-size: 3.2vw;
  }
}
.modal-content .products-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 2.0833333333vw;
}
@media screen and (max-width: 767.8px) {
  .modal-content .products-list {
    gap: 4.2666666667vw 4.2666666667vw;
  }
}
.modal-content .products-list .swiper-slide {
  width: 10.4166666667vw;
}
@media screen and (max-width: 767.8px) {
  .modal-content .products-list .swiper-slide {
    width: 32vw;
  }
}
.modal-content .products-list .swiper-slide img {
  width: 10.4166666667vw;
}
@media screen and (max-width: 767.8px) {
  .modal-content .products-list .swiper-slide img {
    width: 32vw;
  }
}
.modal-content .products-list .swiper-slide .tag {
  width: 4.8611111111vw;
  height: 4.8611111111vw;
}
@media screen and (max-width: 767.8px) {
  .modal-content .products-list .swiper-slide .tag {
    width: 18.6666666667vw;
    height: 18.6666666667vw;
  }
}

.section02 {
  padding: 1.6666666667vw;
  text-align: center;
  color: #013B25;
}
@media screen and (max-width: 767.8px) {
  .section02 {
    padding: 6.4vw 2.1333333333vw;
  }
}
.section02 h2 {
  font-size: 1.3888888889vw;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767.8px) {
  .section02 h2 {
    font-size: 5.3333333333vw;
  }
}
.section02 h2 > span {
  letter-spacing: -0.1666666667vw;
  margin-right: 0.5555555556vw;
}
@media screen and (max-width: 767.8px) {
  .section02 h2 > span {
    letter-spacing: -0.64vw;
    margin-right: 2.1333333333vw;
  }
}
.section02 p {
  margin-top: 1.6666666667vw;
  font-size: 0.9722222222vw;
  display: flex;
  flex-direction: column;
  gap: 0.5555555556vw;
}
@media screen and (max-width: 767.8px) {
  .section02 p {
    margin-top: 6.4vw;
    font-size: 3.7333333333vw;
    gap: 2.1333333333vw;
  }
}
.section02 p > span {
  line-height: normal;
}

.section03 {
  padding: 1.6666666667vw 0;
  position: relative;
}
@media screen and (max-width: 767.8px) {
  .section03 {
    padding: 6.4vw 0;
  }
}
.section03 p {
  text-align: center;
  font-size: 0.9722222222vw;
}
@media screen and (max-width: 767.8px) {
  .section03 p {
    font-size: 3.7333333333vw;
  }
}
.section03 .swiper {
  margin: 0.2777777778vw 0 1.6666666667vw;
  padding-top: 1.3888888889vw;
}
@media screen and (max-width: 767.8px) {
  .section03 .swiper {
    margin: 1.0666666667vw 0 6.4vw;
    padding-top: 5.3333333333vw;
  }
}
.section03 .swiper-pagination {
  position: relative;
  top: 0 !important;
}
.section03 .swiper-pagination-bullet {
  background-color: #8D8881;
  opacity: 1;
  margin: 0 0.1388888889vw !important;
  width: 0.4166666667vw;
  height: 0.4166666667vw;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 767.8px) {
  .section03 .swiper-pagination-bullet {
    margin: 0 0.5333333333vw !important;
    width: 1.6vw;
    height: 1.6vw;
  }
}
.section03 .swiper-pagination-bullet-active {
  background-color: #433B33;
  opacity: 1;
}
.section03 .swiper-slide {
  position: relative;
}
.section03 .swiper-slide img {
  border-radius: 0.2777777778vw;
}
@media screen and (max-width: 767.8px) {
  .section03 .swiper-slide img {
    border-radius: 1.0666666667vw;
  }
}
.section03 .swiper-slide .tag {
  position: absolute;
  top: -1.3888888889vw;
  right: -1.3194444444vw;
  width: 4.8611111111vw;
  height: 4.8611111111vw;
  z-index: 10;
}
@media screen and (max-width: 767.8px) {
  .section03 .swiper-slide .tag {
    top: -5.3333333333vw;
    right: -2.1333333333vw;
    width: 18.6666666667vw;
    height: 18.6666666667vw;
  }
}
.section03 .swiper-slide > div {
  margin-top: 0.5555555556vw;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.2777777778vw;
}
@media screen and (max-width: 767.8px) {
  .section03 .swiper-slide > div {
    margin-top: 2.1333333333vw;
    gap: 1.0666666667vw;
  }
}
.section03 .swiper-slide > div p {
  font-family: "Hannari", serif;
  font-size: 0.9722222222vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767.8px) {
  .section03 .swiper-slide > div p {
    font-size: 3.7333333333vw;
  }
}
.section03 .swiper-slide > div p:nth-of-type(1) {
  letter-spacing: 0.0388888889vw;
}
@media screen and (max-width: 767.8px) {
  .section03 .swiper-slide > div p:nth-of-type(1) {
    letter-spacing: 0.1493333333vw;
  }
}
.section03 .swiper-slide > div p:nth-of-type(1) > span {
  font-size: 0.8333333333vw;
  letter-spacing: 0.0333333333vw;
  margin-left: 0.2777777778vw;
}
@media screen and (max-width: 767.8px) {
  .section03 .swiper-slide > div p:nth-of-type(1) > span {
    font-size: 3.2vw;
    letter-spacing: 0.128vw;
    margin-left: 1.0666666667vw;
  }
}
.section03 .swiper-slide > div p:nth-of-type(2) > span:nth-of-type(1) {
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 767.8px) {
  .section03 .swiper-slide > div p:nth-of-type(2) > span:nth-of-type(1) {
    font-size: 3.2vw;
  }
}
.section03 .swiper-slide > div p:nth-of-type(2) > span:nth-of-type(2) {
  font-size: 0.6944444444vw;
}
@media screen and (max-width: 767.8px) {
  .section03 .swiper-slide > div p:nth-of-type(2) > span:nth-of-type(2) {
    font-size: 2.6666666667vw;
  }
}
.section03 .swiper-slide > div p:nth-of-type(3) {
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 767.8px) {
  .section03 .swiper-slide > div p:nth-of-type(3) {
    font-size: 3.2vw;
  }
}
.section03 .swiper-slide > div p:nth-of-type(3) > span:nth-of-type(1) {
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 767.8px) {
  .section03 .swiper-slide > div p:nth-of-type(3) > span:nth-of-type(1) {
    font-size: 3.2vw;
  }
}
.section03 .swiper-slide > div p:nth-of-type(3) > span:nth-of-type(2) {
  font-size: 0.6944444444vw;
}
@media screen and (max-width: 767.8px) {
  .section03 .swiper-slide > div p:nth-of-type(3) > span:nth-of-type(2) {
    font-size: 2.6666666667vw;
  }
}
.section03 .swiper-slide > div p del {
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 767.8px) {
  .section03 .swiper-slide > div p del {
    font-size: 3.2vw;
  }
}
.section03 .swiper-slide > div p b {
  color: #FFF;
  font-size: 0.6944444444vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.0277777778vw;
  display: flex;
  padding: 0.1388888889vw 1.1111111111vw;
  align-items: center;
  gap: 0.2777777778vw;
  background: #433B33;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767.8px) {
  .section03 .swiper-slide > div p b {
    font-size: 2.6666666667vw;
    letter-spacing: 0.1066666667vw;
    padding: 0.5333333333vw 4.2666666667vw;
    gap: 1.0666666667vw;
  }
}
.section03 .swiper-slide > div > span {
  font-family: "Hannari", serif;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767.8px) {
  .section03 .swiper-slide > div > span {
    font-size: 3.2vw;
  }
}
.section03 .btn-group {
  margin-top: 0.8333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.875vw;
}
@media screen and (max-width: 767.8px) {
  .section03 .btn-group {
    margin-top: 3.2vw;
    gap: 7.2vw;
  }
}
.section03 .btn-group img {
  width: 1.6666666667vw;
  height: 1.6666666667vw;
}
@media screen and (max-width: 767.8px) {
  .section03 .btn-group img {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.section03 .btn-group a > img {
  width: 4.4444444444vw;
  height: 4.4444444444vw;
}
@media screen and (max-width: 767.8px) {
  .section03 .btn-group a > img {
    width: 17.0666666667vw;
    height: 17.0666666667vw;
  }
}
.section03 .btn-buy {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.3888888889vw auto 0;
  background: url(../img/3/btn-back.svg) center center/cover no-repeat;
  transform: rotate(-4.59deg);
  width: 11.1111111111vw;
  height: 2.0833333333vw;
}
@media screen and (max-width: 767.8px) {
  .section03 .btn-buy {
    margin: 5.3333333333vw auto 0;
    width: 42.6666666667vw;
    height: 8vw;
  }
}
.section03 .btn-buy span {
  display: block;
  transform: rotate(4.59deg);
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 600;
  font-size: 0.8333333333vw;
  color: rgb(65, 44, 40);
}
@media screen and (max-width: 767.8px) {
  .section03 .btn-buy span {
    font-size: 3.2vw;
  }
}

.section04 {
  padding: 1.6666666667vw;
  color: #433B33;
  display: flex;
  flex-direction: column;
  gap: 1.1111111111vw;
}
@media screen and (max-width: 767.8px) {
  .section04 {
    padding: 6.4vw 2.1333333333vw 0;
    gap: 4.2666666667vw;
  }
}
.section04 h2 {
  font-family: "Hannari", serif;
  font-size: 1.6666666667vw;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 767.8px) {
  .section04 h2 {
    font-size: 5.3333333333vw;
  }
}
.section04 > div {
  border-radius: 1.1111111111vw;
  border: 0.0694444444vw solid #E8E8E8;
  display: flex;
  padding: 0.5555555556vw;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5555555556vw;
}
@media screen and (max-width: 767.8px) {
  .section04 > div {
    border-radius: 4.2666666667vw;
    border: 0.2666666667vw solid #E8E8E8;
    padding: 2.1333333333vw;
    gap: 2.1333333333vw;
  }
}
.section04 > div > div {
  border-radius: 0.5555555556vw;
  background: #F9F9F9;
  padding: 1.1111111111vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5555555556vw;
  align-self: stretch;
}
@media screen and (max-width: 767.8px) {
  .section04 > div > div {
    border-radius: 2.1333333333vw;
    padding: 2.1333333333vw 0;
    gap: 2.1333333333vw;
  }
}
.section04 > div > div h3 {
  font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
  font-size: 1.1111111111vw;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 767.8px) {
  .section04 > div > div h3 {
    font-size: 4.2666666667vw;
  }
}
.section04 > div > div h3 > span {
  display: block;
  font-size: 0.8333333333vw;
  color: #8D8881;
}
@media screen and (max-width: 767.8px) {
  .section04 > div > div h3 > span {
    font-size: 3.2vw;
  }
}
.section04 > div > div p {
  font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
  font-size: 0.9722222222vw;
  font-weight: 300;
}
@media screen and (max-width: 767.8px) {
  .section04 > div > div p {
    font-size: 3.7333333333vw;
  }
}
.section04 > div > div:nth-of-type(1) {
  gap: 1.1111111111vw;
}
@media screen and (max-width: 767.8px) {
  .section04 > div > div:nth-of-type(1) {
    gap: 4.2666666667vw;
  }
}
.section04 > div > div:nth-of-type(1) h3 {
  font-family: "Hannari", serif;
  font-size: 1.6666666667vw;
  font-weight: 400;
}
@media screen and (max-width: 767.8px) {
  .section04 > div > div:nth-of-type(1) h3 {
    font-size: 5.3333333333vw;
  }
}
.section04 > div > div:nth-of-type(1) h3 > span {
  display: block;
  font-size: 1.3888888889vw;
  color: #433B33;
}
@media screen and (max-width: 767.8px) {
  .section04 > div > div:nth-of-type(1) h3 > span {
    font-size: 4.8vw;
  }
}
.section04 > div > div:nth-of-type(1) ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 0.5555555556vw;
  width: 100%;
}
@media screen and (max-width: 767.8px) {
  .section04 > div > div:nth-of-type(1) ul {
    gap: 2.1333333333vw;
  }
}
.section04 > div > div:nth-of-type(1) ul li {
  padding: 1.1111111111vw;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 1.1111111111vw;
}
@media screen and (max-width: 767.8px) {
  .section04 > div > div:nth-of-type(1) ul li {
    padding: 4.2666666667vw 2.1333333333vw;
    gap: 2.1333333333vw;
  }
}
.section04 > div > div:nth-of-type(1) ul li:nth-of-type(1), .section04 > div > div:nth-of-type(1) ul li:nth-of-type(5) {
  padding-right: 0.8333333333vw;
}
@media screen and (max-width: 767.8px) {
  .section04 > div > div:nth-of-type(1) ul li:nth-of-type(1), .section04 > div > div:nth-of-type(1) ul li:nth-of-type(5) {
    padding-right: 2.1333333333vw;
  }
}
@media screen and (max-width: 767.8px) {
  .section04 > div > div:nth-of-type(1) ul li:nth-of-type(2), .section04 > div > div:nth-of-type(1) ul li:nth-of-type(6) {
    gap: 0;
    position: relative;
  }
  .section04 > div > div:nth-of-type(1) ul li:nth-of-type(2) img, .section04 > div > div:nth-of-type(1) ul li:nth-of-type(6) img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767.8px) {
  .section04 > div > div:nth-of-type(1) ul li:nth-of-type(7) {
    padding-right: 0;
  }
  .section04 > div > div:nth-of-type(1) ul li:nth-of-type(7) img {
    width: 15.4666666667vw;
    height: 15.4666666667vw;
  }
}
.section04 > div > div:nth-of-type(1) ul li:nth-of-type(2n) {
  flex-direction: row;
}
.section04 > div > div:nth-of-type(1) ul li img {
  width: 6.9444444444vw;
  height: 6.9444444444vw;
}
@media screen and (max-width: 767.8px) {
  .section04 > div > div:nth-of-type(1) ul li img {
    width: 18.6666666667vw;
    height: 18.6666666667vw;
  }
}
.section04 > div > div:nth-of-type(1) ul li > div {
  flex: 1;
  font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
  font-weight: 300;
}
.section04 > div > div:nth-of-type(1) ul li > div h4 {
  font-size: 1.1111111111vw;
  font-weight: 300;
}
@media screen and (max-width: 767.8px) {
  .section04 > div > div:nth-of-type(1) ul li > div h4 {
    font-size: 4.2666666667vw;
  }
}
.section04 > div > div:nth-of-type(1) ul li > div h4 > span {
  margin-left: 0.5555555556vw;
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 767.8px) {
  .section04 > div > div:nth-of-type(1) ul li > div h4 > span {
    margin-left: 2.1333333333vw;
    font-size: 3.2vw;
  }
}
.section04 > div > div:nth-of-type(1) ul li > div > span {
  margin-top: 0.5555555556vw;
  font-size: 0.8333333333vw;
  color: #8D8881;
}
@media screen and (max-width: 767.8px) {
  .section04 > div > div:nth-of-type(1) ul li > div > span {
    margin-top: 2.1333333333vw;
    font-size: 3.2vw;
  }
}
.section04 > div > div:nth-of-type(1) ul li > div p {
  margin-top: 1.1111111111vw;
  font-size: 0.9722222222vw;
}
@media screen and (max-width: 767.8px) {
  .section04 > div > div:nth-of-type(1) ul li > div p {
    margin-top: 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
}
.section04 > p {
  color: #8D8881;
  font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
  font-size: 0.8333333333vw;
  font-weight: 300;
  text-align: right;
}
@media screen and (max-width: 767.8px) {
  .section04 > p {
    font-size: 3.2vw;
  }
}

.section05 {
  padding-top: 0;
}
@media screen and (max-width: 767.8px) {
  .section05 {
    padding-top: 6.4vw;
  }
}
.section05 .swiper-slide {
  display: flex;
  align-items: center;
  gap: 0;
}
.section05 .swiper-slide > img {
  width: 14.5833333333vw;
}
@media screen and (max-width: 767.8px) {
  .section05 .swiper-slide > img {
    width: 34.6666666667vw;
    height: 62.4vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.section05 .swiper-slide > div {
  flex: 1;
  text-align: center;
  padding: 0 1.6666666667vw;
  display: flex;
  flex-direction: column;
  gap: 1.6666666667vw;
  color: #433B33;
}
@media screen and (max-width: 767.8px) {
  .section05 .swiper-slide > div {
    padding: 0 2.1333333333vw;
    gap: 2.1333333333vw;
  }
}
.section05 .swiper-slide > div h2 {
  font-size: 1.3888888889vw;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767.8px) {
  .section05 .swiper-slide > div h2 {
    font-size: 3.7333333333vw;
  }
}
.section05 .swiper-slide > div p {
  font-size: 0.9722222222vw;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767.8px) {
  .section05 .swiper-slide > div p {
    font-size: 3.2vw;
  }
}
.section05 .swiper-slide:nth-of-type(3) > div {
  padding-right: 1.3888888889vw;
}
@media screen and (max-width: 767.8px) {
  .section05 .swiper-slide:nth-of-type(3) > div {
    padding: 0 1.0666666667vw;
    gap: 1.0666666667vw;
  }
}
.section05 .swiper-slide:nth-of-type(3) > div p {
  font-family: "Hannari", serif;
}

.section06 {
  padding: 1.6666666667vw;
}
@media screen and (max-width: 767.8px) {
  .section06 {
    padding: 6.4vw 2.1333333333vw;
  }
}
.section06 h2 {
  color: #433B33;
  text-align: center;
  font-family: "Hannari", serif;
  font-size: 1.6666666667vw;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5555555556vw;
}
@media screen and (max-width: 767.8px) {
  .section06 h2 {
    font-size: 5.8666666667vw;
  }
}
@media screen and (max-width: 767.8px) {
  .section06 h2 {
    gap: 1.0666666667vw;
  }
}
.section06 h2 > span {
  font-family: "amandine", serif;
}
.section06 > span {
  display: block;
  margin: 0.5555555556vw auto 0;
  font-family: "Hannari", serif;
  color: #8D8881;
  text-align: center;
  font-size: 1.1111111111vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767.8px) {
  .section06 > span {
    margin: 2.1333333333vw auto 0;
    font-size: 4.2666666667vw;
  }
}
.section06 > ul {
  margin: 1.1111111111vw 0 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5555555556vw;
}
@media screen and (max-width: 767.8px) {
  .section06 > ul {
    margin: 4.2666666667vw 0 0;
    gap: 2vw 2%;
  }
}
.section06 > ul li {
  padding: 0;
  margin: 0;
  width: 11.9444444444vw;
  height: 15.2777777778vw;
}
@media screen and (max-width: 767.8px) {
  .section06 > ul li {
    width: 32%;
    height: auto;
  }
}

.section07 {
  margin-top: 0.5555555556vw;
  padding: 1.6666666667vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.6666666667vw;
}
@media screen and (max-width: 767.8px) {
  .section07 {
    margin-top: 2.1333333333vw;
    padding: 6.4vw 0;
  }
}
@media screen and (max-width: 767.8px) {
  .section07 {
    gap: 6.4vw;
  }
}
.section07 p {
  font-size: 0.8333333333vw;
  line-height: 1.6666666667vw;
  text-align: center;
}
@media screen and (max-width: 767.8px) {
  .section07 p {
    font-size: 3.2vw;
    line-height: 6.4vw;
  }
}
.section07 a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2777777778vw;
  font-family: "Hannari", serif;
  color: #433B33;
}
@media screen and (max-width: 767.8px) {
  .section07 a {
    gap: 1.0666666667vw;
  }
}
.section07 small {
  font-size: 0.9722222222vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.1166666667vw;
}
@media screen and (max-width: 767.8px) {
  .section07 small {
    font-size: 3.7333333333vw;
    letter-spacing: -0.448vw;
  }
}

/*@import "page/top-message";
@import "page/top-nayami";
@import "page/top-osusume";
@import "page/top-kagi";
@import "page/top-kodawari";
@import "page/top-nomikata";
@import "page/top-message2";
@import "page/top-faq";
@import "page/top-banner";
*//*# sourceMappingURL=style.css.map */