@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  height: 100%;
  overscroll-behavior: none;
}

body {
  color: #231815;
  background-color: #FFCEE1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-feature-settings: "palt";
  overscroll-behavior: none;
  overscroll-behavior: none;
  height: 100%;
}

img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
}

@media screen and (min-width: 767px) and (max-width: 1025px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px), print {
  .u-sp {
    display: none !important;
  }
}

.l-lg {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .l-lg {
    display: none !important;
  }
}

.l-sm {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .l-sm {
    display: block !important;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 150;
  transition: 0.6s;
  opacity: 0;
  transform: translateY(-100%);
}
.l-header.is-show {
  opacity: 1;
  transform: translateY(0%);
}
@media screen and (max-width: 768px) {
  .l-header.is-active {
    transform: translateY(0%);
  }
}
@media screen and (max-width: 768px) {
  .l-header.is-up {
    background-color: rgba(255, 255, 255, 0.7);
  }
}
@media screen and (max-width: 768px) {
  .l-header__wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    justify-content: space-between;
    align-items: flex-start;
    width: 100vw;
    height: 100vh;
    background-color: #F26B9F;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
  }
  .l-header__wrap.is-active {
    display: flex;
  }
}
.l-header .logo {
  display: block;
  width: 120;
  width: 8.3333333333vw;
  margin: 25, 0, 25, 22;
  margin: 1.7361111111vw 0vw 1.7361111111vw 1.5277777778vw;
}
@media screen and (max-width: 768px) {
  .l-header .logo {
    width: 120;
    width: 32vw;
    margin: 25, 0, 25, 22;
    margin: 6.6666666667vw 0vw 6.6666666667vw 5.8666666667vw;
  }
}
.l-header .nav {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .l-header .nav {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    padding: 60, 40, 100, 40;
    padding: 16vw 10.6666666667vw 26.6666666667vw 10.6666666667vw;
    box-sizing: border-box;
  }
}
.l-header .menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-header .menu {
    flex-direction: column;
    align-items: stretch;
  }
}
.l-header .menu .text {
  position: relative;
  display: block;
  font-size: 15px;
  letter-spacing: 0em;
  font-size: 1.0416666667vw;
  line-height: 1.4;
  font-weight: 600;
  color: #592508;
  text-decoration: none;
  margin-bottom: 15;
  margin-bottom: 1.0416666667vw;
  margin-left: 40;
  margin-left: 2.7777777778vw;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .l-header .menu .text {
    display: block;
    font-size: 22px;
    letter-spacing: 0em;
    font-size: 5.8666666667vw;
    line-height: 2.7272727273;
    padding: 10, 0, 0, 0;
    padding: 2.6666666667vw 0vw 0vw 0vw;
    border-bottom: 1px solid #FFFFFF;
    font-weight: 600;
    color: #FFFFFF;
    text-decoration: none;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.l-header .menu .text .children {
  position: absolute;
  top: calc(100% + 0.5em);
  left: 0;
  width: 15em;
  background-color: #592508;
  color: #FFFFFF;
  padding: 0.5em;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-0.25em);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .l-header .menu .text .children {
    position: relative;
    background-color: unset;
    top: 0;
    width: auto;
    font-size: 18px;
    letter-spacing: 0em;
    font-size: 4.8vw;
    line-height: 1.7777777778;
    padding: 0 0.5em 1em;
    pointer-events: all;
    transform: unset;
    opacity: 1;
  }
}
.l-header .menu .text .children a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
}
.l-header .menu .text.is-toggle .children {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0em);
}
.l-header .sns {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-right: 35;
  margin-right: 2.4305555556vw;
  margin-bottom: 15;
  margin-bottom: 1.0416666667vw;
  margin-left: 55;
  margin-left: 3.8194444444vw;
}
@media screen and (max-width: 768px) {
  .l-header .sns {
    width: 100%;
    margin: 30, 0, 0, 0;
    margin: 8vw 0vw 0vw 0vw;
    justify-content: space-around;
    align-items: center;
  }
}
.l-header .sns .icon {
  display: block;
  height: 25;
  height: 1.7361111111vw;
  margin-left: 35;
  margin-left: 2.4305555556vw;
}
@media screen and (max-width: 768px) {
  .l-header .sns .icon {
    height: 38;
    height: 10.1333333333vw;
    margin-left: 0;
  }
}
.l-header .sns .icon img {
  width: auto;
  height: 100%;
}
.l-header .details {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header .details {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 50;
    margin-top: 13.3333333333vw;
    font-size: 15px;
    letter-spacing: 0em;
    font-size: 4vw;
    line-height: 1.8;
  }
}
.l-header .details .item {
  color: #FFFFFF;
}
.l-header .details .item--indent {
  text-indent: 1em;
}
.l-header .details .item a {
  text-decoration: none;
  color: #FFFFFF;
}
.l-header .button {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header .button {
    display: block;
    position: absolute;
    top: 50;
    top: 13.3333333333vw;
    right: 20;
    right: 5.3333333333vw;
    width: 40;
    width: 10.6666666667vw;
    height: 30;
    height: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header .button .bar {
    position: absolute;
    display: block;
    width: 40;
    width: 10.6666666667vw;
    height: 4;
    height: 1.0666666667vw;
    background-color: #F26B9F;
    margin: auto;
    transition: 0.3s;
    border-radius: 2.6666666667vw;
  }
  .l-header .button .bar:nth-child(1) {
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
  }
  .l-header .button .bar:nth-child(2) {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .l-header .button .bar:nth-child(3) {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.l-header .button.is-active .bar {
  background-color: #FFFFFF;
}
.l-header .button.is-active .bar:nth-child(1) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: rotate(45deg);
}
.l-header .button.is-active .bar:nth-child(2) {
  width: 0;
}
.l-header .button.is-active .bar:nth-child(3) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: rotate(-45deg);
}

.l-footer {
  position: relative;
  background-color: #F26B9F;
  color: #FFFFFF;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .l-footer {
    background-color: #FFFFFF;
    color: #311506;
    border-bottom: 12.8vw solid #F26B9F;
  }
}
.l-footer__wrap {
  width: 1275;
  width: 88.5416666667vw;
  padding: 85, 0, 50, 0;
  padding: 5.9027777778vw 0vw 3.4722222222vw 0vw;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .l-footer__wrap {
    padding: 40, 20, 20, 20;
    padding: 10.6666666667vw 5.3333333333vw 5.3333333333vw 5.3333333333vw;
    margin: auto;
    box-sizing: border-box;
    border-top: 0.5333333333vw solid #F26B9F;
    width: 100%;
  }
}
.l-footer .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.l-footer .container .logo {
  width: 192;
  width: 13.3333333333vw;
}
.l-footer .container .link {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 0 0 auto;
  font-size: 15px;
  letter-spacing: 0em;
  font-size: 1.0416666667vw;
  line-height: 2;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .l-footer .container .link {
    font-size: 14px;
    letter-spacing: 0em;
    font-size: 3.7333333333vw;
    line-height: 2;
  }
}
.l-footer .container .link .block {
  margin-top: 2em;
  margin-left: 20;
  margin-left: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .l-footer .container .link .block {
    margin-top: 0;
    margin-left: 0;
  }
}
.l-footer .container .link .block-top {
  margin-left: 20;
  margin-left: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .l-footer .container .link .block-top {
    margin-left: 0;
  }
}
.l-footer .container .link a {
  color: #FFFFFF;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .l-footer .container .link a {
    color: #311506;
  }
}
.l-footer .container .sns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 86;
  width: 5.9722222222vw;
  flex: 0 0 auto;
  margin-left: 100;
  margin-left: 6.9444444444vw;
}
.l-footer .container .sns .icon {
  margin-top: 21;
  margin-top: 1.4583333333vw;
  width: 30;
  width: 2.0833333333vw;
  height: 30;
  height: 2.0833333333vw;
}
.l-footer .copy {
  display: block;
  margin-top: 45;
  margin-top: 3.125vw;
  text-align: right;
  font-size: 12px;
  letter-spacing: 0em;
  font-size: 0.8333333333vw;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-footer .copy {
    margin-top: 23;
    margin-top: 6.1333333333vw;
    text-align: left;
    font-size: 12px;
    letter-spacing: 0em;
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .copy span {
    font-size: 10px;
    letter-spacing: 0em;
    font-size: 2.6666666667vw;
    line-height: 1.6;
  }
}

.c-scroll {
  position: absolute;
  left: 98;
  left: 6.8055555556vw;
  bottom: -5.5%;
  font-size: 15px;
  letter-spacing: 0em;
  font-size: 1.0416666667vw;
  line-height: 1.5333333333;
  width: 162;
  width: 11.25vw;
  border-bottom: 2px solid #592508;
  transform-origin: bottom left;
  transform: rotate(90deg) translateX(-100%);
}
@media screen and (max-width: 768px) {
  .c-scroll {
    left: 26;
    left: 6.9333333333vw;
    bottom: 0;
    font-size: 15px;
    letter-spacing: 0em;
    font-size: 4vw;
    line-height: 1.4;
    width: 162;
    width: 43.2vw;
  }
}

.u-fadeUp {
  opacity: 1;
  filter: blur(0);
  transition: opacity 1.2s, filter 1.2s, transform 1.2s;
  transition-delay: opacity 0s, filter 0.3s, transform 0s;
  transform: translateY(0%);
}
.u-fadeUp.is-active {
  opacity: 0;
  transform: translateY(5px);
  filter: blur(2px);
}

.u-fadeIn {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
  transition: opacity 1.2s, filter 1.2s, transform 1.2s;
  transition-delay: opacity 0.6s, filter 0.9s, transform 0.9s;
}
.u-fadeIn.is-active {
  transform: scale(1.05);
  opacity: 0;
  filter: blur(12px);
}

.u-popIn {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1.2s, filter 1.2s, transform 1.2s;
}
.u-popIn.is-active {
  transform: scale(1.05);
  opacity: 0;
}

.u-slideLeft {
  transform: translateX(0);
  overflow: hidden;
  transition: 0.9s;
  transition-delay: 0.6s;
}
.u-slideLeft.is-active {
  transform: translateX(-100%);
}

.u-slideRight {
  transform: translateX(0);
  overflow: hidden;
  transition: 0.9s;
  transition-delay: 0.6s;
}
.u-slideRight.is-active {
  transform: translateX(100%);
}

.u-zoomOut {
  transform: scale(1);
  transform-origin: center center;
  overflow: hidden;
  transition: 10s;
  transition-delay: 0;
}
.u-zoomOut.is-active {
  transform: scale(1.2);
}

@media screen and (max-width: 768px) {
  .top .l-footer {
    background-color: #FFCEE1;
  }
}
.top .l-screen {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: #FFCEE1;
  pointer-events: none;
  opacity: 0;
  transition: 2s;
  transition-delay: 2s;
  pointer-events: none;
  z-index: 300;
}
.top .l-screen.is-active {
  opacity: 1;
  pointer-events: all;
}
.top .l-screen .logo {
  width: 372;
  width: 25.8333333333vw;
  opacity: 1;
  transition: 2s;
  transition-delay: 0;
}
@media screen and (max-width: 768px) {
  .top .l-screen .logo {
    width: 200;
    width: 53.3333333333vw;
  }
}
.top .l-screen .logo.is-active {
  opacity: 0;
}
.top .p-fv {
  position: relative;
  position: fixed;
  top: 120;
  top: 8.3333333333vw;
  left: 0;
  width: 100%;
  height: 602;
  height: 41.8055555556vw;
  box-sizing: border-box;
  background-color: #FFCEE1;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .top .p-fv {
    top: 129;
    top: 34.4vw;
    height: 546;
    height: 145.6vw;
  }
}
.top .p-fv__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 1272;
  width: 88.3333333333vw;
  height: 602;
  height: 41.8055555556vw;
}
@media screen and (max-width: 768px) {
  .top .p-fv__wrapper {
    width: 300;
    width: 80vw;
    height: 546;
    height: 145.6vw;
  }
}
.top .p-fv__wrapper .tns-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: -2em;
  left: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top .p-fv__wrapper .tns-nav {
    left: 28%;
    right: unset;
  }
}
.top .p-fv__wrapper .tns-outer [aria-controls] {
  width: 1em;
  height: 1em;
  margin: 0 0.25em;
  border-radius: 100%;
  padding: 0;
  background: none;
  border: 2px solid #592508;
  box-sizing: border-box;
}
.top .p-fv__wrapper .tns-outer [aria-controls].tns-nav-active {
  background-color: #592508;
}
.top .p-fv .img {
  width: 1272;
  width: 88.3333333333vw;
  height: 100%;
  margin-left: auto;
  background-size: cover;
  background-position: center center;
  border-radius: 0.6944444444vw 0 0 0.6944444444vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top .p-fv .img {
    width: 300;
    width: 80vw;
    background-size: auto 100%;
    border-radius: 2.6666666667vw 0 0 2.6666666667vw;
  }
}
.top .p-message {
  position: relative;
  margin-top: 61.9444444444vw;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .top .p-message {
    margin-top: calc(100vh + 37.8666666667vw);
    height: 467;
    height: 124.5333333333vw;
    min-height: unset;
  }
}
.top .p-message::before {
  content: "";
  bottom: calc(100% - 2px);
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 140;
  height: 9.7222222222vw;
  left: 0;
  background-image: url("/dist/images/top/message_mask.svg");
  background-repeat: repeat-x;
  background-size: 100vw auto;
  animation-name: message;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  pointer-events: none;
}
@keyframes message {
  0% {
    background-position-x: 0vw;
  }
  100% {
    background-position-x: -100vw;
  }
}
.top .p-message__wrap {
  position: relative;
  background-color: #592508;
  width: 100%;
  height: 100%;
}
.top .p-message .text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  color: #FFFFFF;
  font-size: 65px;
  letter-spacing: 0.3em;
  font-size: 4.5138888889vw;
  line-height: 2.4615384615;
  font-weight: 200;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  .top .p-message .text {
    font-size: 40px;
    letter-spacing: 0.1em;
    font-size: 10.6666666667vw;
    line-height: 2;
  }
}
.top .p-message .sub {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #311506;
  font-size: 75px;
  letter-spacing: 0.1em;
  font-size: 5.2083333333vw;
  line-height: 1;
  font-weight: 800;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .top .p-message .sub {
    text-align: center;
    font-size: 45px;
    letter-spacing: 0.1em;
    font-size: 12vw;
    line-height: 1.7333333333;
  }
}
.top .l-main {
  background-color: #FFFFFF;
  position: relative;
  z-index: 15;
}
.top .p-content {
  position: relative;
  z-index: 10;
}
.top .p-content .headline {
  position: relative;
  width: 380;
  width: 26.3888888889vw;
  margin-left: 100;
  margin-left: 6.9444444444vw;
  text-align: center;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .top .p-content .headline {
    width: 230;
    width: 61.3333333333vw;
    top: -20;
    top: -5.3333333333vw;
    margin: auto;
  }
}
.top .p-content .headline::after {
  content: "";
  position: absolute;
  top: -50;
  top: -3.4722222222vw;
  left: 0;
  width: 100%;
  height: 300;
  height: 20.8333333333vw;
  box-sizing: border-box;
  padding: 59, 0, 0, 0;
  padding: 4.0972222222vw 0vw 0vw 0vw;
  border-radius: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top .p-content .headline::after {
    top: -20;
    top: -5.3333333333vw;
    height: 182;
    height: 48.5333333333vw;
    padding: 0;
  }
}
.top .p-content .headline .title {
  font-family: "Dancing Script", cursive;
  font-size: 84px;
  letter-spacing: 0em;
  font-size: 5.8333333333vw;
  line-height: 1.0833333333;
}
@media screen and (max-width: 768px) {
  .top .p-content .headline .title {
    font-size: 55px;
    letter-spacing: 0em;
    font-size: 14.6666666667vw;
    line-height: 1.2;
  }
}
.top .p-content .headline .sub {
  margin-top: 10;
  margin-top: 0.6944444444vw;
  font-size: 20px;
  letter-spacing: 0em;
  font-size: 1.3888888889vw;
  line-height: 1.45;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .top .p-content .headline .sub {
    margin-top: 10;
    margin-top: 2.6666666667vw;
    font-size: 16px;
    letter-spacing: 0em;
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}
.top .p-content--main {
  background-color: #FFCEE1;
}
.top .p-content--main .headline {
  color: #592508;
}
.top .p-content--main .headline::after {
  background-color: #FFCEE1;
}
.top .p-content--pink {
  background-color: #F26B9F;
}
.top .p-content--pink .headline {
  color: #FFFFFF;
}
.top .p-content--pink .headline::after {
  background-color: #F26B9F;
}
.top .p-content--white {
  background-color: #FFFFFF;
}
.top .p-content--white .headline {
  color: #592508;
}
.top .p-content--white .headline::after {
  background-color: #FFFFFF;
}
.top .p-products {
  position: relative;
  padding: 100, 0, 160, 0;
  padding: 6.9444444444vw 0vw 11.1111111111vw 0vw;
  margin-top: -78;
  margin-top: -5.4166666667vw;
  border-radius: 4.1666666667vw 4.1666666667vw 0 0;
  overflow: hidden;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .top .p-products {
    padding: 50, 0, 94, 0;
    padding: 13.3333333333vw 0vw 25.0666666667vw 0vw;
    margin-top: -26;
    margin-top: -6.9333333333vw;
    border-radius: 5.3333333333vw 5.3333333333vw 0 0;
  }
}
.top .p-products:first-of-type {
  margin-top: 42;
  margin-top: 2.9166666667vw;
}
@media screen and (max-width: 768px) {
  .top .p-products:first-of-type {
    margin-top: 42;
    margin-top: 11.2vw;
  }
}
.top .p-products--gold {
  display: none;
}
@media screen and (max-width: 768px) {
  .top .p-products--gold {
    display: block;
    background-color: #DDD18F;
    color: #5A2508;
  }
}
.top .p-products--gold a {
  color: #5A2508;
}
.top .p-products--gold .p-products__list .item {
  width: 312.5;
  width: 83.3333333333vw;
  margin: auto;
}
.top .p-products__wrap {
  width: 1270;
  width: 88.1944444444vw;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .top .p-products__wrap {
    width: 350;
    width: 93.3333333333vw;
  }
}
.top .p-products__wrap .title {
  font-size: 48px;
  letter-spacing: 0em;
  font-size: 3.3333333333vw;
  line-height: 1.25;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top .p-products__wrap .title {
    font-size: 36px;
    letter-spacing: 0em;
    font-size: 9.6vw;
    line-height: 1.4444444444;
  }
}
.top .p-products__wrap .text {
  margin-top: 11;
  margin-top: 0.7638888889vw;
  font-size: 24px;
  letter-spacing: 0em;
  font-size: 1.6666666667vw;
  line-height: 1.4583333333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top .p-products__wrap .text {
    margin-top: 16;
    margin-top: 4.2666666667vw;
    font-size: 14px;
    letter-spacing: 0em;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
}
.top .p-products .link {
  display: block;
  text-align: center;
  margin-top: 50;
  margin-top: 3.4722222222vw;
  font-size: 24px;
  letter-spacing: 0em;
  font-size: 1.6666666667vw;
  line-height: 1.4583333333;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .top .p-products .link {
    margin-top: 34;
    margin-top: 9.0666666667vw;
    font-size: 24px;
    letter-spacing: 0em;
    font-size: 6.4vw;
    line-height: 1.4583333333;
  }
}
.top .p-products .link a {
  display: inline-block;
  text-decoration: none;
  border-bottom: 2px solid #FFFFFF;
  padding-bottom: 0;
  padding-bottom: 0vw;
}
.top .p-products__list {
  position: relative;
  width: 1270;
  width: 88.1944444444vw;
  margin: 28, auto, 0, auto;
  margin: 1.9444444444vw auto 0vw auto;
}
@media screen and (max-width: 768px) {
  .top .p-products__list {
    width: 100%;
    margin: 33, auto, 0, auto;
    margin: 8.8vw auto 0vw auto;
  }
}
.top .p-products__list .tns-ovh {
  overflow: visible;
}
.top .p-products__list .item {
  width: 300;
  width: 20.8333333333vw;
}
@media screen and (max-width: 768px) {
  .top .p-products__list .item {
    width: 268;
    width: 71.4666666667vw;
  }
}
.top .p-products__list a {
  text-decoration: none;
}
.top .p-products__list .name {
  font-size: 24px;
  letter-spacing: 0em;
  font-size: 1.6666666667vw;
  line-height: 1.4583333333;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top .p-products__list .name {
    margin-top: 16;
    margin-top: 4.2666666667vw;
    font-size: 20px;
    letter-spacing: 0em;
    font-size: 5.3333333333vw;
    line-height: 1.45;
  }
}
.top .p-products__list .sub {
  margin-top: 5;
  margin-top: 0.3472222222vw;
  font-size: 15px;
  letter-spacing: 0em;
  font-size: 1.0416666667vw;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top .p-products__list .sub {
    margin-top: 8;
    margin-top: 2.1333333333vw;
    font-size: 15px;
    letter-spacing: 0em;
    font-size: 4vw;
    line-height: 1.4;
  }
}
.top .p-products__list__nav {
  position: absolute;
  top: 80;
  top: 5.5555555556vw;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .top .p-products__list__nav {
    top: 100;
    top: 26.6666666667vw;
  }
}
.top .p-products__list__nav .prev,
.top .p-products__list__nav .next {
  position: absolute;
  width: 48;
  width: 3.3333333333vw;
  height: 48;
  height: 3.3333333333vw;
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 100%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .top .p-products__list__nav .prev,
  .top .p-products__list__nav .next {
    width: 20;
    width: 5.3333333333vw;
    height: 20;
    height: 5.3333333333vw;
  }
}
.top .p-products__list__nav .prev::after,
.top .p-products__list__nav .next::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 18;
  width: 1.25vw;
  height: 18;
  height: 1.25vw;
  box-sizing: border-box;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .top .p-products__list__nav .prev::after,
  .top .p-products__list__nav .next::after {
    width: 8;
    width: 2.1333333333vw;
    height: 8;
    height: 2.1333333333vw;
  }
}
.top .p-products__list__nav .prev[aria-disabled=true],
.top .p-products__list__nav .next[aria-disabled=true] {
  background-color: transparent;
  cursor: unset;
}
.top .p-products__list__nav .prev {
  left: -32;
  left: -2.2222222222vw;
}
.top .p-products__list__nav .prev::after {
  transform: translateX(30%) rotate(-135deg);
}
@media screen and (max-width: 768px) {
  .top .p-products__list__nav .prev::after {
    left: -2;
    left: -0.5333333333vw;
  }
}
.top .p-products__list__nav .next {
  right: -32;
  right: -2.2222222222vw;
}
.top .p-products__list__nav .next::after {
  transform: translateX(-35%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .top .p-products__list__nav .next::after {
    right: -2;
    right: -0.5333333333vw;
  }
}
.top .p-products__shop {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin: 20, auto, 0, auto;
  margin: 1.3888888889vw auto 0vw auto;
  width: 840;
  width: 58.3333333333vw;
}
@media screen and (max-width: 768px) {
  .top .p-products__shop {
    flex-direction: column;
    align-items: center;
    margin: 0, auto, 80, auto;
    margin: 0vw auto 21.3333333333vw auto;
    width: 260;
    width: 69.3333333333vw;
  }
}
.top .p-products__shop .item {
  width: 260;
  width: 18.0555555556vw;
}
@media screen and (max-width: 768px) {
  .top .p-products__shop .item {
    margin: 30, auto, 0, auto;
    margin: 8vw auto 0vw auto;
    width: 260;
    width: 69.3333333333vw;
  }
}
.top .p-products--pink {
  background-color: #F26B9F;
  color: #FFFFFF;
}
.top .p-products--pink a {
  color: #FFFFFF;
}
.top .p-products--pink .prev::after,
.top .p-products--pink .next::after {
  border-top: 2px solid #F26B9F;
  border-right: 2px solid #F26B9F;
}
.top .p-products--pink .prev[aria-disabled=true]::after,
.top .p-products--pink .next[aria-disabled=true]::after {
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
}
.top .p-products--red {
  background-color: #D90011;
  color: #FFFFFF;
}
.top .p-products--red a {
  color: #FFFFFF;
}
.top .p-products--red .prev::after,
.top .p-products--red .next::after {
  border-top: 2px solid #D90011;
  border-right: 2px solid #D90011;
}
.top .p-products--red .prev[aria-disabled=true]::after,
.top .p-products--red .next[aria-disabled=true]::after {
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
}
.top .p-products--main {
  background-color: #FFCEE1;
  color: #592508;
}
.top .p-products--main a {
  color: #FFFFFF;
}
.top .p-products--main .prev::after,
.top .p-products--main .next::after {
  border-top: 2px solid #FFCEE1;
  border-right: 2px solid #FFCEE1;
}
.top .p-products--main .prev[aria-disabled=true]::after,
.top .p-products--main .next[aria-disabled=true]::after {
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
}
.top .p-gallery {
  position: relative;
}
.top .p-gallery .title {
  position: absolute;
  top: -1em;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 96px;
  letter-spacing: 0em;
  font-size: 6.6666666667vw;
  line-height: 1.4479166667;
  text-align: center;
  color: #CAB731;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .top .p-gallery .title {
    top: -1.75em;
    font-size: 46px;
    letter-spacing: 0em;
    font-size: 12.2666666667vw;
    line-height: 1;
  }
}
.top .p-gallery__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.top .p-gallery__wrap .img {
  position: relative;
  overflow: hidden;
}
.top .p-gallery__wrap .img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
.top .p-gallery__wrap .img-01 {
  width: 1440;
  width: 100vw;
  height: 460;
  height: 31.9444444444vw;
}
@media screen and (max-width: 768px) {
  .top .p-gallery__wrap .img-01 {
    width: 376;
    width: 100.2666666667vw;
    height: 227;
    height: 60.5333333333vw;
  }
  .top .p-gallery__wrap .img-01 img {
    width: 175%;
    height: auto;
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
    margin: auto;
  }
}
.top .p-gallery__wrap .img-02 {
  width: 57%;
  height: 584;
  height: 40.5555555556vw;
}
@media screen and (max-width: 768px) {
  .top .p-gallery__wrap .img-02 {
    width: 376;
    width: 100.2666666667vw;
    height: 227;
    height: 60.5333333333vw;
  }
}
.top .p-gallery__wrap .img-03 {
  width: 43%;
  height: 584;
  height: 40.5555555556vw;
}
@media screen and (max-width: 768px) {
  .top .p-gallery__wrap .img-03 {
    width: 376;
    width: 100.2666666667vw;
    height: 227;
    height: 60.5333333333vw;
  }
}
.top .p-gallery__wrap .img-04 {
  width: 1440;
  width: 100vw;
  height: 544;
  height: 37.7777777778vw;
}
@media screen and (max-width: 768px) {
  .top .p-gallery__wrap .img-04 {
    width: 376;
    width: 100.2666666667vw;
    height: 227;
    height: 60.5333333333vw;
  }
  .top .p-gallery__wrap .img-04 img {
    width: 175%;
    height: auto;
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
    margin: auto;
  }
}
.top .p-gallery__wrap .img-05 {
  width: 42%;
  height: 457;
  height: 31.7361111111vw;
}
@media screen and (max-width: 768px) {
  .top .p-gallery__wrap .img-05 {
    width: 156;
    width: 41.6vw;
    height: 207;
    height: 55.2vw;
  }
}
.top .p-gallery__wrap .img-05 img {
  top: 10%;
}
@media screen and (max-width: 768px) {
  .top .p-gallery__wrap .img-05 img {
    width: 175%;
    height: auto;
    top: -90%;
    right: -100%;
    bottom: -100%;
    left: -100%;
    margin: auto;
  }
}
.top .p-gallery__wrap .img-06 {
  width: 58%;
  height: 457;
  height: 31.7361111111vw;
}
@media screen and (max-width: 768px) {
  .top .p-gallery__wrap .img-06 {
    width: 219;
    width: 58.4vw;
    height: 207;
    height: 55.2vw;
  }
  .top .p-gallery__wrap .img-06 img {
    width: 175%;
    height: auto;
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
    margin: auto;
  }
}
.top .p-sns {
  background-color: #F26B9F;
  color: #FFFFFF;
}
.top .p-sns__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1100;
  width: 76.3888888889vw;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .top .p-sns__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 350;
    width: 93.3333333333vw;
    margin: auto;
  }
}
.top .p-sns__wrap .text {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 50%;
  padding: 120, 0, 120, 0;
  padding: 8.3333333333vw 0vw 8.3333333333vw 0vw;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .top .p-sns__wrap .text {
    width: 100%;
  }
}
.top .p-sns__wrap .title {
  width: 432;
  width: 30vw;
  font-size: 36px;
  letter-spacing: 0em;
  font-size: 2.5vw;
  line-height: 1;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .top .p-sns__wrap .title {
    width: 100%;
    font-size: 30px;
    letter-spacing: 0em;
    font-size: 8vw;
    line-height: 1.2;
    text-align: center;
  }
}
.top .p-sns__wrap .notes {
  margin-top: 15;
  margin-top: 1.0416666667vw;
  width: 432;
  width: 30vw;
  font-size: 15px;
  letter-spacing: 0em;
  font-size: 1.0416666667vw;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .top .p-sns__wrap .notes {
    margin-top: 15;
    margin-top: 4vw;
    width: 100%;
    font-size: 15px;
    letter-spacing: 0em;
    font-size: 4vw;
    line-height: 2;
  }
}
.top .p-sns__wrap .link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .top .p-sns__wrap .link {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0, auto, 60, auto;
    margin: 0vw auto 16vw auto;
  }
}
.top .p-sns__wrap .icon {
  display: block;
  height: 59;
  height: 4.0972222222vw;
}
@media screen and (max-width: 768px) {
  .top .p-sns__wrap .icon {
    width: 52;
    width: 13.8666666667vw;
    height: 52;
    height: 13.8666666667vw;
    margin: 10, 15, 10, 15;
    margin: 2.6666666667vw 4vw 2.6666666667vw 4vw;
  }
}
.top .p-sns__wrap .icon img {
  width: auto;
  text-align: center;
  height: 100%;
}
.top .p-sns__timeline {
  padding: 160, 0, 170, 0;
  padding: 11.1111111111vw 0vw 11.8055555556vw 0vw;
  background-color: #FFCEE1;
}
@media screen and (max-width: 768px) {
  .top .p-sns__timeline {
    padding: 0, 0, 135, 0;
    padding: 0vw 0vw 36vw 0vw;
  }
}
.top .p-sns__timeline__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 1100;
  width: 76.3888888889vw;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .top .p-sns__timeline__wrap {
    width: 350;
    width: 93.3333333333vw;
  }
}
.top .p-sns__timeline .box {
  position: relative;
  width: 810;
  width: 56.25vw;
  margin: 0, 0, 0, auto;
  margin: 0vw 0vw 0vw auto;
  border: 0.8333333333vw solid #F26B9F;
  box-sizing: border-box;
  border-radius: 1.5972222222vw;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .top .p-sns__timeline .box {
    width: 810;
    width: 216vw;
    margin: 87, auto, 0, auto;
    margin: 23.2vw auto 0vw auto;
    border: 1.6vw solid #F26B9F;
    border-radius: 6.1333333333vw;
    box-sizing: border-box;
  }
}
.top .p-sns__timeline .box:before {
  content: "";
  position: absolute;
  top: -12;
  top: -0.8333333333vw;
  left: -12;
  left: -0.8333333333vw;
  width: 100%;
  height: 100%;
  border: 0.8333333333vw solid #F26B9F;
  border-radius: 1.5972222222vw;
  margin: auto;
  pointer-events: none;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .top .p-sns__timeline .box:before {
    top: -6;
    top: -1.6vw;
    left: -6;
    left: -1.6vw;
    border: 1.6vw solid #F26B9F;
    border-radius: 6.1333333333vw;
  }
}
.top .p-sns__timeline .box--wide {
  min-height: 480px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top .p-sns__timeline .box--wide {
    margin-bottom: 220;
    margin-bottom: 58.6666666667vw;
    min-height: unset;
  }
}
.top .p-sns__timeline .box--wide::after {
  content: "";
  background-position: 0 0;
  position: absolute;
  bottom: min(27.0833333333vw, 390px);
  right: calc(100% - 2.9166666667vw);
  border-left: 0.8333333333vw solid #F26B9F;
  border-bottom: 0.8333333333vw solid #F26B9F;
  width: 80;
  width: 5.5555555556vw;
  height: 80;
  height: 5.5555555556vw;
  background-color: #fff;
  box-sizing: border-box;
  transform: scaleY(0.45) rotate(45deg);
  z-index: 15;
}
@media screen and (max-width: 768px) {
  .top .p-sns__timeline .box--wide::after {
    top: calc(100% - 21.3333333333vw);
    left: 10%;
    right: unset;
    bottom: unset;
    border-left: 1.6vw solid #F26B9F;
    border-bottom: 3.2vw solid #F26B9F;
    width: 100;
    width: 26.6666666667vw;
    height: 100;
    height: 26.6666666667vw;
    transform: scaleX(0.45) rotate(-75deg);
  }
}
.top .p-sns__timeline .box iframe {
  margin: auto;
}
.top .p-sns__timeline .box--half {
  width: 510;
  width: 35.4166666667vw;
  height: 470;
  height: 32.6388888889vw;
  margin: 145, 0, 0, 0;
  margin: 10.0694444444vw 0vw 0vw 0vw;
}
@media screen and (max-width: 768px) {
  .top .p-sns__timeline .box--half {
    width: 100%;
    height: 370;
    height: 98.6666666667vw;
    margin-top: 85;
    margin-top: 22.6666666667vw;
  }
}
.top .p-sns__timeline .box .item-box {
  display: block;
  position: initial;
}
.top .p-sns__timeline .box .comment {
  height: 541;
  height: 37.5694444444vw;
  position: absolute;
  right: 810;
  right: 56.25vw;
  max-width: 361px;
  width: 361;
  width: 25.0694444444vw;
  z-index: 50;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .top .p-sns__timeline .box .comment {
    bottom: -224;
    bottom: -59.7333333333vw;
    height: 234;
    height: 62.4vw;
    left: 20;
    left: 5.3333333333vw;
    width: 324;
    width: 86.4vw;
    right: unset;
  }
}
.top .p-sns__timeline .box .comment .img-box {
  position: absolute;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 50;
  left: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top .p-sns__timeline .box .comment .img-box {
    overflow: hidden;
    left: -3%;
    width: 324;
    width: 86.4vw;
  }
}
@keyframes ChangeImage {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.top .p-sns__timeline .box .comment .img-box .img {
  animation: ChangeImage 10s infinite;
  left: 0;
  opacity: 0;
  position: absolute;
  bottom: 0;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top .p-sns__timeline .box .comment .img-box .img {
    width: 100%;
  }
}
.top .p-sns__timeline .box .comment .img-box .img:first-child {
  animation-delay: 0s;
}
.top .p-sns__timeline .box .comment .img-box .img:nth-child(2) {
  animation-delay: 2s;
}
.top .p-sns__timeline .box .comment .img-box .img:nth-child(3) {
  animation-delay: 4s;
}
.top .p-sns__timeline .box .comment .img-box .img:nth-child(4) {
  animation-delay: 6s;
}
.top .p-sns__timeline .box .comment .img-box .img:nth-child(5) {
  animation-delay: 8s;
}
.top .p-sns__timeline .box .comment .img-box .l-sm {
  height: 100%;
  width: 100%;
}
.top .p-sns__timeline .box .inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 0.8333333333vw;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #FFFFFF;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .top .p-sns__timeline .box .inner {
    border-radius: 3.2vw;
  }
}
.top .p-sns__timeline .box .tt_txt {
  width: 85%;
  margin: 20, auto, 10, auto;
  margin: 1.3888888889vw auto 0.6944444444vw auto;
}
@media screen and (max-width: 768px) {
  .top .p-sns__timeline .box .tt_txt {
    width: 90%;
    margin: 20, auto, 10, auto;
    margin: 5.3333333333vw auto 2.6666666667vw auto;
  }
}
.top .p-sns__timeline .box .p-instagram {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 15, 15, 15, 15;
  padding: 1.0416666667vw 1.0416666667vw 1.0416666667vw 1.0416666667vw;
}
.top .p-sns__timeline .box .p-instagram__box {
  width: 31%;
  overflow: hidden;
  margin-top: 10;
  margin-top: 0.6944444444vw;
}
.top .p-sns__timeline .box .p-instagram__link {
  display: block;
  padding-bottom: 100%;
  background-size: cover;
}
.top .p-sns__timeline .box .p-instagram__link:hover {
  opacity: 0.9;
}
.top .p-sns__timeline .box .title {
  position: absolute;
  bottom: calc(100% - 0.3em);
  left: 30;
  left: 2.0833333333vw;
  height: 87;
  height: 6.0416666667vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top .p-sns__timeline .box .title {
    bottom: calc(100% - 0.3em);
    left: 35;
    left: 9.3333333333vw;
    height: 58;
    height: 15.4666666667vw;
  }
}
.top .p-sns__timeline .box .title img {
  width: auto;
  height: 100%;
}
.top .p-blog {
  position: relative;
  color: #FFFFFF;
  z-index: 15;
  overflow: hidden;
}
.top .p-blog__wrap {
  width: 1274;
  width: 88.4722222222vw;
  padding-bottom: 70;
  padding-bottom: 4.8611111111vw;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .top .p-blog__wrap {
    width: 320;
    width: 85.3333333333vw;
    padding-bottom: 120;
    padding-bottom: 32vw;
  }
}
.top .p-blog .title {
  font-size: 48px;
  letter-spacing: 0em;
  font-size: 3.3333333333vw;
  line-height: 1.4375;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  .top .p-blog .title {
    font-size: 24px;
    letter-spacing: 0em;
    font-size: 6.4vw;
    line-height: 1.4583333333;
  }
}
.top .p-blog .text {
  margin-top: 22;
  margin-top: 1.5277777778vw;
  font-size: 20px;
  letter-spacing: 0em;
  font-size: 1.3888888889vw;
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top .p-blog .text {
    margin-top: 16;
    margin-top: 1.1111111111vw;
    font-size: 14px;
    letter-spacing: 0em;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    text-align: left;
  }
}
.top .p-blog .tns-ovh {
  overflow: visible;
}
.top .p-blog__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 32;
  margin-top: 2.2222222222vw;
}
@media screen and (max-width: 768px) {
  .top .p-blog__container {
    margin-top: 35;
    margin-top: 9.3333333333vw;
  }
}
.top .p-blog__container .item {
  width: 274;
  width: 19.0277777778vw;
}
.top .p-blog__container .item a {
  text-decoration: none;
  color: #FFFFFF;
}
.top .p-blog__container .img {
  overflow: hidden;
  border-radius: 0.5555555556vw;
}
@media screen and (max-width: 768px) {
  .top .p-blog__container .img {
    border-radius: 2.1333333333vw;
  }
}
.top .p-blog__container .date {
  font-size: 13px;
  letter-spacing: 0em;
  font-size: 0.9027777778vw;
  line-height: 1.4615384615;
}
@media screen and (max-width: 768px) {
  .top .p-blog__container .date {
    font-size: 14px;
    letter-spacing: 0em;
    font-size: 3.7333333333vw;
    line-height: 1.3571428571;
  }
}
.top .p-blog__container .name {
  margin-top: 6;
  margin-top: 0.4166666667vw;
  font-size: 20px;
  letter-spacing: 0em;
  font-size: 1.3888888889vw;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .top .p-blog__container .name {
    font-size: 20px;
    letter-spacing: 0em;
    font-size: 5.3333333333vw;
    line-height: 1.2;
  }
}
.top .p-blog .more {
  display: block;
  text-align: center;
  margin-top: 50;
  margin-top: 3.4722222222vw;
  font-size: 24px;
  letter-spacing: 0em;
  font-size: 1.6666666667vw;
  line-height: 1.4583333333;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .top .p-blog .more {
    margin-top: 34;
    margin-top: 9.0666666667vw;
    font-size: 19px;
    letter-spacing: 0em;
    font-size: 5.0666666667vw;
    line-height: 1.4210526316;
  }
}
.top .p-blog .more a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-bottom: 2px solid #FFFFFF;
  padding-bottom: 0;
  padding-bottom: 0vw;
  color: #FFFFFF;
}
.top .p-blog .more a::after {
  content: "";
  width: 8;
  width: 0.5555555556vw;
  height: 8;
  height: 0.5555555556vw;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .top .p-blog .more a::after {
    width: 8;
    width: 2.1333333333vw;
    height: 8;
    height: 2.1333333333vw;
  }
}
.top .p-news {
  position: relative;
  color: #FFFFFF;
  z-index: 15;
  overflow: hidden;
}
.top .p-news__wrap {
  width: 1060;
  width: 73.6111111111vw;
  padding-bottom: 70;
  padding-bottom: 4.8611111111vw;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .top .p-news__wrap {
    width: 350;
    width: 93.3333333333vw;
    padding-bottom: 120;
    padding-bottom: 32vw;
  }
}
.top .p-news__container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 32;
  margin-top: 2.2222222222vw;
}
@media screen and (max-width: 768px) {
  .top .p-news__container {
    margin-top: 35;
    margin-top: 9.3333333333vw;
    flex-direction: column;
  }
}
.top .p-news__container .item {
  width: 516;
  width: 35.8333333333vw;
  padding: 30, 0, 30, 0;
  padding: 2.0833333333vw 0vw 2.0833333333vw 0vw;
  border-bottom: 1px solid #5F5F5F;
}
@media screen and (max-width: 768px) {
  .top .p-news__container .item {
    width: 100%;
    padding: 17, 0, 17, 0;
    padding: 4.5333333333vw 0vw 4.5333333333vw 0vw;
  }
}
.top .p-news__container .item:nth-of-type(1) {
  border-top: 1px solid #5F5F5F;
}
.top .p-news__container .item:nth-of-type(2) {
  border-top: 1px solid #5F5F5F;
}
@media screen and (max-width: 768px) {
  .top .p-news__container .item:nth-of-type(2) {
    border-top: none;
  }
}
.top .p-news__container .item a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  color: #5F5F5F;
}
.top .p-news__container .img {
  width: 173;
  width: 12.0138888889vw;
  overflow: hidden;
  border-radius: 0.5555555556vw;
  margin-right: 17;
  margin-right: 1.1805555556vw;
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .top .p-news__container .img {
    width: 127;
    width: 33.8666666667vw;
    overflow: hidden;
    border-radius: 2.6666666667vw;
    margin-right: 8;
    margin-right: 2.1333333333vw;
  }
}
.top .p-news__container .date {
  font-size: 15px;
  letter-spacing: 0em;
  font-size: 1.0416666667vw;
  line-height: 1.2666666667;
  color: #F26B9F;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .top .p-news__container .date {
    font-size: 15px;
    letter-spacing: 0em;
    font-size: 4vw;
    line-height: 2;
  }
}
.top .p-news__container .name {
  font-size: 20px;
  letter-spacing: 0em;
  font-size: 1.3888888889vw;
  line-height: 1.4;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .top .p-news__container .name {
    font-size: 16px;
    letter-spacing: 0em;
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}
.top .p-news .more {
  display: block;
  text-align: center;
  margin-top: 50;
  margin-top: 3.4722222222vw;
  font-size: 22px;
  letter-spacing: 0em;
  font-size: 1.5277777778vw;
  line-height: 1.4545454545;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .top .p-news .more {
    margin-top: 34;
    margin-top: 9.0666666667vw;
    font-size: 15px;
    letter-spacing: 0em;
    font-size: 4vw;
    line-height: 1.4;
  }
}
.top .p-news .more a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-bottom: 2px solid #FFFFFF;
  width: 276;
  width: 19.1666666667vw;
  padding: 15, 0, 15, 0;
  padding: 1.0416666667vw 0vw 1.0416666667vw 0vw;
  border-radius: 200px;
  background-color: #F26B9F;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .top .p-news .more a {
    width: 197;
    width: 52.5333333333vw;
    padding: 10, 0, 10, 0;
    padding: 2.6666666667vw 0vw 2.6666666667vw 0vw;
  }
}
.top .p-news .more a img {
  position: absolute;
  top: 0;
  right: 26;
  right: 1.8055555556vw;
  bottom: 0;
  width: 15;
  width: 1.0416666667vw;
  height: 15;
  height: 1.0416666667vw;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .top .p-news .more a img {
    right: 20;
    right: 5.3333333333vw;
    width: 10;
    width: 2.6666666667vw;
    height: 10;
    height: 2.6666666667vw;
  }
}
.top .p-history {
  width: 1390;
  width: 96.5277777778vw;
  margin: 135, auto, 195, auto;
  margin: 9.375vw auto 13.5416666667vw auto;
}
@media screen and (max-width: 768px) {
  .top .p-history {
    width: 350;
    width: 93.3333333333vw;
    margin: 0, auto, 195, auto;
    margin: 0vw auto 52vw auto;
  }
}
.top .p-history__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1164;
  width: 80.8333333333vw;
  padding: 105, 140, 100, 0;
  padding: 7.2916666667vw 9.7222222222vw 6.9444444444vw 0vw;
  border-radius: 1.6666666667vw;
  box-sizing: border-box;
  margin-left: auto;
  background-color: #DDD18F;
}
@media screen and (max-width: 768px) {
  .top .p-history__wrap {
    width: 100%;
    flex-direction: column;
    padding: 50, 22, 50, 22;
    padding: 13.3333333333vw 5.8666666667vw 13.3333333333vw 5.8666666667vw;
  }
}
.top .p-history__wrap .img {
  width: 427;
  width: 29.6527777778vw;
  margin-left: -108;
  margin-left: -7.5vw;
  overflow: hidden;
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .top .p-history__wrap .img {
    width: 341;
    width: 90.9333333333vw;
    margin-left: -48;
    margin-left: -12.8vw;
    border-radius: 0 4vw 4vw 0;
  }
}
.top .p-history__wrap .details {
  width: 624;
  width: 43.3333333333vw;
}
@media screen and (max-width: 768px) {
  .top .p-history__wrap .details {
    width: 100%;
  }
}
.top .p-history__wrap .title {
  font-family: "Dancing Script", cursive;
  font-size: 72px;
  letter-spacing: 0em;
  font-size: 5vw;
  line-height: 1.1944444444;
  color: #592508;
}
@media screen and (max-width: 768px) {
  .top .p-history__wrap .title {
    margin-top: 20;
    margin-top: 5.3333333333vw;
    font-size: 55px;
    letter-spacing: 0em;
    font-size: 14.6666666667vw;
    line-height: 1.2;
  }
}
.top .p-history__wrap .text {
  text-align: justify;
  word-break: break-all;
  margin-top: 30;
  margin-top: 2.0833333333vw;
  width: 516;
  width: 35.8333333333vw;
  font-size: 20px;
  letter-spacing: 0em;
  font-size: 1.3888888889vw;
  line-height: 1.5;
  color: #592508;
}
@media screen and (max-width: 768px) {
  .top .p-history__wrap .text {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0em;
    font-size: 3.7333333333vw;
    line-height: 1.9285714286;
  }
}
.top .p-history__wrap .more {
  display: block;
  text-align: right;
  margin-top: 50;
  margin-top: 3.4722222222vw;
  margin-left: auto;
  font-size: 22px;
  letter-spacing: 0em;
  font-size: 1.5277777778vw;
  line-height: 1.4545454545;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .top .p-history__wrap .more {
    margin-top: 34;
    margin-top: 9.0666666667vw;
    font-size: 15px;
    letter-spacing: 0em;
    font-size: 4vw;
    line-height: 1.4;
    text-align: center;
  }
}
.top .p-history__wrap .more a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 276;
  width: 19.1666666667vw;
  padding: 15, 0, 15, 0;
  padding: 1.0416666667vw 0vw 1.0416666667vw 0vw;
  box-sizing: border-box;
  border-radius: 200px;
  background-color: #592508;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .top .p-history__wrap .more a {
    width: 197;
    width: 52.5333333333vw;
    padding: 10, 0, 10, 0;
    padding: 2.6666666667vw 0vw 2.6666666667vw 0vw;
  }
}
.top .p-history__wrap .more a img {
  position: absolute;
  top: 0;
  right: 26;
  right: 1.8055555556vw;
  bottom: 0;
  width: 15;
  width: 1.0416666667vw;
  height: 15;
  height: 1.0416666667vw;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .top .p-history__wrap .more a img {
    right: 20;
    right: 5.3333333333vw;
    width: 10;
    width: 2.6666666667vw;
    height: 10;
    height: 2.6666666667vw;
  }
}
.top .p-profile {
  position: relative;
  background-color: #FFCEE1;
  color: #592508;
  padding-bottom: 150;
  padding-bottom: 10.4166666667vw;
}
@media screen and (max-width: 768px) {
  .top .p-profile {
    padding-top: 50;
    padding-top: 13.3333333333vw;
    padding-bottom: 0;
  }
}
.top .p-profile::before {
  content: "";
  bottom: calc(100% - 1px);
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 60;
  height: 4.1666666667vw;
  left: 0;
  background-image: url("/dist/images/top/profile_mask.svg");
  background-size: 100%;
}
.top .p-profile .title {
  width: 1164;
  width: 80.8333333333vw;
  margin: auto;
  font-size: 78px;
  letter-spacing: 0em;
  font-size: 5.4166666667vw;
  line-height: 1.2051282051;
  color: #592508;
  font-family: "Dancing Script", cursive;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .top .p-profile .title {
    width: 100%;
    font-size: 45px;
    letter-spacing: 0em;
    font-size: 12vw;
    line-height: 1.4666666667;
    text-align: center;
  }
}
.top .p-profile__wrap {
  width: 1310;
  width: 90.9722222222vw;
  margin: 58, auto, 0, 0;
  margin: 4.0277777778vw auto 0vw 0vw;
}
@media screen and (max-width: 768px) {
  .top .p-profile__wrap {
    width: 100%;
    margin: 31, auto, 0, 0;
    margin: 8.2666666667vw auto 0vw 0vw;
  }
}
.top .p-profile__main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top .p-profile__main {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.top .p-profile .map {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .top .p-profile .map {
    flex-direction: column;
    margin: 26, 0, 0, 0;
    margin: 6.9333333333vw 0vw 0vw 0vw;
  }
}
.top .p-profile .map_main {
  width: 708;
  width: 49.1666666667vw;
  height: 452;
  height: 31.3888888889vw;
  overflow: hidden;
  border-radius: 0 1.3888888889vw 1.3888888889vw 0;
}
@media screen and (max-width: 768px) {
  .top .p-profile .map_main {
    width: 363;
    width: 96.8vw;
    height: 265;
    height: 70.6666666667vw;
    margin-left: 0;
    margin-right: auto;
    border-radius: 0 5.3333333333vw 5.3333333333vw 0;
  }
}
.top .p-profile .map_main iframe {
  width: 100%;
  height: 100%;
}
.top .p-profile .map_link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .top .p-profile .map_link {
    justify-content: center;
    width: 100%;
    flex-direction: row;
    margin-top: 24;
    margin-top: 6.4vw;
  }
}
.top .p-profile .map_link .icon {
  height: 45;
  height: 3.125vw;
  margin: 24, 0, 0, 26;
  margin: 1.6666666667vw 0vw 0vw 1.8055555556vw;
}
@media screen and (max-width: 768px) {
  .top .p-profile .map_link .icon {
    height: 45;
    height: 12vw;
    margin: 0, 13, 0, 13;
    margin: 0vw 3.4666666667vw 0vw 3.4666666667vw;
  }
}
.top .p-profile .map_link .icon:hover {
  opacity: 0.9;
}
.top .p-profile .map_link .icon img {
  width: auto;
  height: 100%;
}
.top .p-profile .details {
  text-align: left;
  font-size: 16px;
  letter-spacing: 0em;
  font-size: 1.1111111111vw;
  line-height: 2.25;
  margin-left: 36;
  margin-left: 2.5vw;
}
@media screen and (max-width: 768px) {
  .top .p-profile .details {
    width: 350;
    width: 93.3333333333vw;
    font-size: 13px;
    letter-spacing: 0em;
    font-size: 3.4666666667vw;
    line-height: 2.3846153846;
    margin: 0, auto, 0, auto;
    margin: 0vw auto 0vw auto;
  }
}
.top .p-profile .details .headline {
  display: block;
  font-size: 24px;
  letter-spacing: 0em;
  font-size: 1.6666666667vw;
  line-height: 1.4583333333;
  margin-bottom: 15;
  margin-bottom: 1.0416666667vw;
  width: 140;
  width: 9.7222222222vw;
  text-align: right;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .top .p-profile .details .headline {
    font-size: 24px;
    letter-spacing: 0em;
    font-size: 6.4vw;
    line-height: 1.4583333333;
    width: 100%;
    text-align: left;
  }
}
.top .p-profile .details th {
  width: 180;
  width: 12.5vw;
  text-align: right;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .top .p-profile .details th {
    font-size: 13px;
    letter-spacing: 0em;
    font-size: 3.4666666667vw;
    line-height: 1.6923076923;
    width: auto;
    text-align: left;
    padding: 0.5em 0;
  }
}
.top .p-profile .details td {
  padding-left: 15;
  padding-left: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  .top .p-profile .details td {
    font-size: 13px;
    letter-spacing: 0em;
    font-size: 3.4666666667vw;
    line-height: 1.6923076923;
    padding: 0.5em 0;
    padding-left: 11;
    padding-left: 2.9333333333vw;
    width: 67%;
  }
}
.top .p-profile .details td a {
  color: #311506;
}
.top .p-profile .more {
  display: block;
  text-align: left;
  margin-top: 20;
  margin-top: 1.3888888889vw;
  margin-left: 40;
  margin-left: 2.7777777778vw;
  font-size: 22px;
  letter-spacing: 0em;
  font-size: 1.5277777778vw;
  line-height: 1.4545454545;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .top .p-profile .more {
    margin-top: 14;
    margin-top: 3.7333333333vw;
    margin-left: 0;
    margin-left: 0vw;
    font-size: 15px;
    letter-spacing: 0em;
    font-size: 4vw;
    line-height: 1.4;
    text-align: center;
  }
}
.top .p-profile .more a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 276;
  width: 19.1666666667vw;
  padding: 15, 0, 15, 0;
  padding: 1.0416666667vw 0vw 1.0416666667vw 0vw;
  box-sizing: border-box;
  border-radius: 200px;
  background-color: #592508;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .top .p-profile .more a {
    width: 197;
    width: 52.5333333333vw;
    padding: 10, 0, 10, 0;
    padding: 2.6666666667vw 0vw 2.6666666667vw 0vw;
  }
}
.top .p-profile .more a img {
  position: absolute;
  top: 0;
  right: 26;
  right: 1.8055555556vw;
  bottom: 0;
  width: 15;
  width: 1.0416666667vw;
  height: 15;
  height: 1.0416666667vw;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .top .p-profile .more a img {
    right: 20;
    right: 5.3333333333vw;
    width: 10;
    width: 2.6666666667vw;
    height: 10;
    height: 2.6666666667vw;
  }
}
.top .p-profile .access {
  width: 1164;
  width: 80.8333333333vw;
  margin: auto;
  font-size: 18px;
  letter-spacing: 0em;
  font-size: 1.25vw;
  line-height: 1.3333333333;
  margin-top: 51;
  margin-top: 3.5416666667vw;
}
@media screen and (max-width: 768px) {
  .top .p-profile .access {
    width: 350;
    width: 93.3333333333vw;
    margin-top: 51;
    margin-top: 13.6vw;
    font-size: 16px;
    letter-spacing: 0em;
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}
.top .p-profile .access .headline {
  display: block;
  font-size: 24px;
  letter-spacing: 0em;
  font-size: 1.6666666667vw;
  line-height: 1.4583333333;
  margin-bottom: 15;
  margin-bottom: 1.0416666667vw;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .top .p-profile .access .headline {
    font-size: 24px;
    letter-spacing: 0em;
    font-size: 6.4vw;
    line-height: 1.4583333333;
    text-align: left;
  }
}
.top .p-profile .access__container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .top .p-profile .access__container {
    flex-direction: column;
  }
}
.top .p-profile .access__container .box {
  flex: 0 0 auto;
  text-align: justify;
  word-break: break-all;
}
.top .p-profile .access__container .box p {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .top .p-profile .access__container .box {
    margin-bottom: 50;
    margin-bottom: 13.3333333333vw;
  }
}

.product {
  position: relative;
  background-color: #fff;
}
.product .p-logo {
  display: block;
  width: 268;
  width: 18.6111111111vw;
  margin: 232, auto, 97, auto;
  margin: 16.1111111111vw auto 6.7361111111vw auto;
}
.product .p-product__wrapper {
  position: relative;
  text-align: center;
  z-index: 10;
}
.product .p-product__container {
  position: relative;
  z-index: -1;
}
.product .p-product__box {
  border-radius: 5.3333333333vw 5.3333333333vw 0 0;
  background-color: #F26B9F;
  width: 100%;
  bottom: 0;
}
.product .p-product__box .title {
  text-align: center;
  color: #FFFFFF;
  padding: 80px;
}
.product .p-product__box .img {
  width: 300px;
  text-align: center;
  margin: auto;
}
.product .p-product__container:nth-of-type(2n) .p-product__box {
  background-color: #6C4B37;
}

.p-privacy {
  background-color: #fff;
}
.p-privacy .l-main {
  margin-top: 182;
  margin-top: 12.6388888889vw;
}
@media screen and (max-width: 768px) {
  .p-privacy .l-main {
    margin-top: 124;
    margin-top: 33.0666666667vw;
  }
}
.p-privacy .title-box {
  display: block;
  margin: 0 auto;
}
.p-privacy .title-box .title {
  font-size: 30px;
  letter-spacing: 0em;
  font-size: 2.0833333333vw;
  line-height: 1.4666666667;
  font-weight: bold;
  color: #EE699D;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-privacy .title-box .title {
    font-size: 15px;
    letter-spacing: 0em;
    font-size: 4vw;
    line-height: 1.6666666667;
  }
}
.p-privacy .contents-privacy {
  background-color: #FEE6F0;
  border-radius: 3.4722222222vw 3.4722222222vw 0 0;
  display: block;
  margin-top: 24;
  margin-top: 1.6666666667vw;
  padding: 120, 0, 98, 0;
  padding: 8.3333333333vw 0vw 6.8055555556vw 0vw;
}
@media screen and (max-width: 768px) {
  .p-privacy .contents-privacy {
    margin-top: 40;
    margin-top: 10.6666666667vw;
    padding: 55, 0, 98, 0;
    padding: 14.6666666667vw 0vw 26.1333333333vw 0vw;
    border-radius: 8vw 8vw 0 0;
  }
}
.p-privacy .contents-privacy__item {
  display: block;
  margin: 0 auto;
  width: 1002;
  width: 69.5833333333vw;
}
@media screen and (max-width: 768px) {
  .p-privacy .contents-privacy__item {
    width: 307;
    width: 81.8666666667vw;
  }
}
.p-privacy .contents-privacy__item .item-box .title {
  font-size: 30px;
  letter-spacing: 0em;
  font-size: 2.0833333333vw;
  line-height: 1.4666666667;
  background-color: #F26B9F;
  border-radius: 2.0833333333vw;
  color: #fff;
  display: block;
  font-weight: bold;
  margin: 0 auto;
  padding: 7, 0, 9, 0;
  padding: 0.4861111111vw 0vw 0.625vw 0vw;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-privacy .contents-privacy__item .item-box .title {
    border-radius: 8vw;
    font-size: 22px;
    letter-spacing: 0em;
    font-size: 5.8666666667vw;
    line-height: 1.4545454545;
    padding: 12, 0, 15, 0;
    padding: 3.2vw 0vw 4vw 0vw;
  }
}
.p-privacy .contents-privacy__item .item-box .text-box {
  margin-top: 52;
  margin-top: 3.6111111111vw;
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-privacy .contents-privacy__item .item-box .text-box {
    margin-top: 32;
    margin-top: 8.5333333333vw;
  }
}
.p-privacy .contents-privacy__item .item-box .text-box .text {
  font-size: 16px;
  letter-spacing: 0em;
  font-size: 1.1111111111vw;
  line-height: 1.875;
  color: #5F5F5F;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-privacy .contents-privacy__item .item-box .text-box .text {
    font-size: 15px;
    letter-spacing: 0em;
    font-size: 4vw;
    line-height: 1.6666666667;
  }
}
.p-privacy .contents-privacy__item .item-box .text-box .text.space {
  margin-top: 30;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .p-privacy .contents-privacy__item .item-box .text-box .text.space {
    margin-top: 24;
    margin-top: 6.4vw;
  }
}
.p-privacy .contents-privacy__item .item-box:not(:first-child) {
  margin-top: 148;
  margin-top: 10.2777777778vw;
}
@media screen and (max-width: 768px) {
  .p-privacy .contents-privacy__item .item-box:not(:first-child) {
    margin-top: 96;
    margin-top: 25.6vw;
  }
}
.p-privacy .contents-privacy__item .item-box:not(:first-child) .text-box {
  margin-top: 58;
  margin-top: 4.0277777778vw;
}
@media screen and (max-width: 768px) {
  .p-privacy .contents-privacy__item .item-box:not(:first-child) .text-box {
    margin-top: 30;
    margin-top: 8vw;
  }
}
.p-privacy .contents-privacy__item .item-box:not(:first-child) .text-box .text {
  font-size: 15px;
  letter-spacing: 0em;
  font-size: 1.0416666667vw;
  line-height: 1.4666666667;
}
@media screen and (max-width: 768px) {
  .p-privacy .contents-privacy__item .item-box:not(:first-child) .text-box .text {
    font-size: 14px;
    letter-spacing: 0em;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
}
.p-privacy .contents-privacy__item .item-box:not(:first-child) .text-box .text.space {
  margin-top: 23;
  margin-top: 1.5972222222vw;
}
@media screen and (max-width: 768px) {
  .p-privacy .contents-privacy__item .item-box:not(:first-child) .text-box .text.space {
    margin-top: 20;
    margin-top: 5.3333333333vw;
  }
}

.p-contact .l-main {
  margin-top: 233;
  margin-top: 16.1805555556vw;
}
@media screen and (max-width: 768px) {
  .p-contact .l-main {
    margin-top: 180;
    margin-top: 48vw;
  }
}
.p-contact__container {
  position: relative;
  padding-top: 250;
  padding-top: 17.3611111111vw;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .p-contact__container {
    padding-top: 145;
    padding-top: 38.6666666667vw;
  }
}
.p-contact__container .title-box {
  margin: 0, auto, 50, auto;
  margin: 0vw auto 3.4722222222vw auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-contact__container .title-box {
    margin: 0, auto, 50, auto;
    margin: 0vw auto 13.3333333333vw auto;
  }
}
.p-contact__container .title-box .title {
  font-size: 30px;
  letter-spacing: 0em;
  font-size: 2.0833333333vw;
  line-height: 1.4666666667;
  font-weight: bold;
  color: #EE699D;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact__container .title-box .title {
    font-size: 15px;
    letter-spacing: 0em;
    font-size: 4vw;
    line-height: 1.6666666667;
  }
}
.p-contact__box {
  padding: 65, 0, 65, 0;
  padding: 4.5138888889vw 0vw 4.5138888889vw 0vw;
  border-radius: 5.3333333333vw 5.3333333333vw 0 0;
  background-color: #FEE6F0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-contact__box {
    padding: 56, 0, 56, 0;
    padding: 14.9333333333vw 0vw 14.9333333333vw 0vw;
  }
}
.p-contact__box .title {
  font-family: "Dancing Script", cursive;
  font-size: 60px;
  letter-spacing: 0em;
  font-size: 4.1666666667vw;
  line-height: 1;
  color: #F26B9F;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact__box .title {
    font-size: 45px;
    letter-spacing: 0em;
    font-size: 12vw;
    line-height: 1.2;
  }
}
.p-contact__box .sub {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 22px;
  letter-spacing: 0em;
  font-size: 1.5277777778vw;
  line-height: 1.4545454545;
  color: #F26B9F;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact__box .sub {
    font-size: 22px;
    letter-spacing: 0em;
    font-size: 5.8666666667vw;
    line-height: 1.3636363636;
  }
}
.p-contact__box .form {
  width: 1116;
  width: 77.5vw;
  margin: 56, auto, 0, auto;
  margin: 3.8888888889vw auto 0vw auto;
}
@media screen and (max-width: 768px) {
  .p-contact__box .form {
    width: 309;
    width: 82.4vw;
    margin: 40, auto, 0, auto;
    margin: 10.6666666667vw auto 0vw auto;
  }
}
.p-contact__box .block {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  border-top: 1px solid #6C4B37;
  background-color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 768px) {
  .p-contact__box .block {
    flex-direction: column;
  }
}
.p-contact__box .label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24, 22, 24, 30;
  padding: 1.6666666667vw 1.5277777778vw 1.6666666667vw 2.0833333333vw;
  font-weight: 900;
  color: #311506;
  width: 331;
  width: 22.9861111111vw;
  box-sizing: border-box;
  background-color: #FFCEE1;
  flex: 0 0 auto;
  font-size: 15px;
  letter-spacing: 0em;
  font-size: 1.0416666667vw;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-contact__box .label {
    padding: 24, 20, 24, 20;
    padding: 6.4vw 5.3333333333vw 6.4vw 5.3333333333vw;
    width: 100%;
    font-size: 15px;
    letter-spacing: 0em;
    font-size: 4vw;
    line-height: 1.4;
  }
}
.p-contact__box .label small {
  display: block;
  font-size: 11px;
  letter-spacing: 0em;
  font-size: 0.7638888889vw;
  line-height: 1.4545454545;
}
@media screen and (max-width: 768px) {
  .p-contact__box .label small {
    font-size: 11px;
    letter-spacing: 0em;
    font-size: 2.9333333333vw;
    line-height: 1.4545454545;
  }
}
.p-contact__box .label .imperative {
  font-size: 14px;
  letter-spacing: 0em;
  font-size: 0.9722222222vw;
  line-height: 1.4285714286;
  color: #FFFFFF;
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .p-contact__box .label .imperative {
    font-size: 14px;
    letter-spacing: 0em;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
}
.p-contact__box .main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 24, 22, 24, 30;
  padding: 1.6666666667vw 1.5277777778vw 1.6666666667vw 2.0833333333vw;
  font-size: 15px;
  letter-spacing: 0em;
  font-size: 1.0416666667vw;
  line-height: 1.4;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-contact__box .main {
    display: block;
    padding: 24, 20, 24, 20;
    padding: 6.4vw 5.3333333333vw 6.4vw 5.3333333333vw;
    width: 100%;
    font-size: 15px;
    letter-spacing: 0em;
    font-size: 4vw;
    line-height: 1.4;
  }
}
.p-contact__box .main .row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-contact__box .main .row {
    margin: 1em 0;
  }
}
.p-contact__box .main .name {
  flex: 0 0 auto;
  margin-right: 1em;
  font-size: 15px;
  letter-spacing: 0em;
  font-size: 1.0416666667vw;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-contact__box .main .name {
    font-size: 15px;
    letter-spacing: 0em;
    font-size: 4vw;
    line-height: 1.4;
  }
}
.p-contact__box .details {
  padding: 24, 22, 24, 30;
  padding: 1.6666666667vw 1.5277777778vw 1.6666666667vw 2.0833333333vw;
  box-sizing: border-box;
  width: 100%;
  font-size: 15px;
  letter-spacing: 0em;
  font-size: 1.0416666667vw;
  line-height: 1.4;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-contact__box .details {
    padding: 24, 20, 20, 20;
    padding: 6.4vw 5.3333333333vw 5.3333333333vw 5.3333333333vw;
    font-size: 15px;
    letter-spacing: 0em;
    font-size: 4vw;
    line-height: 1.4;
  }
}
.p-contact__box .input {
  border: 0;
  background: none;
  padding: 0;
  width: 100%;
  font-size: 15px;
  letter-spacing: 0em;
  font-size: 1.0416666667vw;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-contact__box .input {
    width: 100%;
    font-size: 15px;
    letter-spacing: 0em;
    font-size: 4vw;
    line-height: 1.4;
  }
}
.p-contact__box .input.is-false {
  border-bottom: 2px solid #D90011;
}
.p-contact__box .input::placeholder {
  color: #cdcdcd;
}
.p-contact__box .radioArea {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-contact__box .radioArea {
    flex-direction: column;
  }
}
.p-contact__box .radioInner {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-contact__box .radioInner {
    width: 100%;
  }
}
.p-contact__box .radioInner p {
  margin-top: 0.25em;
}
.p-contact__box .radioInner input {
  margin: 0.15em 0 0;
  vertical-align: top;
}
.p-contact__box .radioInner label {
  margin-top: 0.25em;
  margin-left: 0.25em;
}
.p-contact__box .textarea {
  resize: vertical;
  margin: 1em 0 0;
  border: 0;
  background-color: #FFFFFF;
  padding: 0;
  font-size: 15px;
  letter-spacing: 0em;
  font-size: 1.0416666667vw;
  line-height: 1.4;
  padding: 10, 10, 10, 10;
  padding: 0.6944444444vw 0.6944444444vw 0.6944444444vw 0.6944444444vw;
  border-radius: 0.3472222222vw;
  box-sizing: border-box;
  min-height: 10em;
  width: 100%;
}
.p-contact__box .textarea::placeholder {
  color: #cdcdcd;
}
@media screen and (max-width: 768px) {
  .p-contact__box .textarea {
    font-size: 15px;
    letter-spacing: 0em;
    font-size: 4vw;
    line-height: 1.4;
    padding: 10, 10, 10, 10;
    padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 2.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}
.p-contact__box .textarea.is-false {
  border-bottom: 2px solid #D90011;
}
.p-contact__box .notes {
  color: #592508;
  font-size: 13px;
  letter-spacing: 0em;
  font-size: 0.9027777778vw;
  line-height: 1.5384615385;
  margin: 18, 0, 18, 0;
  margin: 1.25vw 0vw 1.25vw 0vw;
}
@media screen and (max-width: 768px) {
  .p-contact__box .notes {
    font-size: 13px;
    letter-spacing: 0em;
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
    margin: 33, 0, 0, 0;
    margin: 8.8vw 0vw 0vw 0vw;
  }
}
.p-contact__box .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-contact__box .bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.p-contact__box .consent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 706;
  width: 49.0277777778vw;
  border: 1px solid #592508;
  box-sizing: border-box;
  padding: 11, 40, 11, 40;
  padding: 0.7638888889vw 2.7777777778vw 0.7638888889vw 2.7777777778vw;
  border-radius: 0.3472222222vw;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-contact__box .consent {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20, 22, 20, 22;
    padding: 5.3333333333vw 5.8666666667vw 5.3333333333vw 5.8666666667vw;
    margin-top: 17;
    margin-top: 4.5333333333vw;
  }
}
.p-contact__box .consent .check {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 0 0 auto;
}
.p-contact__box .consent input {
  margin-right: 17;
  margin-right: 1.1805555556vw;
  width: 20;
  width: 1.3888888889vw;
  height: 20;
  height: 1.3888888889vw;
  border: 1px solid #592508;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-contact__box .consent input {
    width: 20;
    width: 5.3333333333vw;
    height: 20;
    height: 5.3333333333vw;
  }
}
.p-contact__box .consent label {
  flex: 0 0 auto;
  font-size: 18px;
  letter-spacing: 0em;
  font-size: 1.25vw;
  line-height: 1;
  margin-right: 33;
  margin-right: 2.2916666667vw;
}
@media screen and (max-width: 768px) {
  .p-contact__box .consent label {
    font-size: 18px;
    letter-spacing: 0em;
    font-size: 4.8vw;
    line-height: 1.4444444444;
    margin-right: 0;
  }
}
.p-contact__box .consent a {
  font-size: 13px;
  letter-spacing: 0em;
  font-size: 0.9027777778vw;
  line-height: 1.5384615385;
  color: #592508;
}
@media screen and (max-width: 768px) {
  .p-contact__box .consent a {
    font-size: 14px;
    letter-spacing: 0em;
    font-size: 3.7333333333vw;
    line-height: 1.7857142857;
    margin-top: 13;
    margin-top: 3.4666666667vw;
  }
}
.p-contact .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 378;
  width: 26.25vw;
  font-size: 24px;
  letter-spacing: 0em;
  font-size: 1.6666666667vw;
  line-height: 1.5;
  padding: 10, 0, 10, 0;
  padding: 0.6944444444vw 0vw 0.6944444444vw 0vw;
  border-radius: 500px;
  color: #FFFFFF;
  background-color: #F26B9F;
  cursor: pointer;
  opacity: 0.3;
  border: none;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-contact .button {
    width: 309;
    width: 82.4vw;
    margin-top: 32;
    margin-top: 8.5333333333vw;
    font-size: 24px;
    letter-spacing: 0em;
    font-size: 6.4vw;
    line-height: 1.5;
    padding: 12, 0, 12, 0;
    padding: 3.2vw 0vw 3.2vw 0vw;
  }
}
.p-contact .button.is-active {
  opacity: 1;
  pointer-events: all;
}
.p-contact .thanks {
  display: none;
  text-align: center;
  margin: 50, auto, 50, auto;
  margin: 3.4722222222vw auto 3.4722222222vw auto;
  font-size: 18px;
  letter-spacing: 0em;
  font-size: 1.25vw;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-contact .thanks {
    margin: 50, auto, 50, auto;
    margin: 13.3333333333vw auto 13.3333333333vw auto;
    font-size: 18px;
    letter-spacing: 0em;
    font-size: 4.8vw;
    line-height: 2;
  }
}

.p-tel {
  margin: 136, auto, 0, auto;
  margin: 9.4444444444vw auto 0vw auto;
  width: 846;
  width: 58.75vw;
}
@media screen and (max-width: 768px) {
  .p-tel {
    margin: 80, auto, 0, auto;
    margin: 21.3333333333vw auto 0vw auto;
    width: 100%;
  }
}
.p-tel .headline {
  text-align: center;
  background-color: #F26B9F;
  color: #FFFFFF;
  font-size: 24px;
  letter-spacing: 0em;
  font-size: 1.6666666667vw;
  line-height: 1.4583333333;
  padding: 6, 6, 6, 6;
  padding: 0.4166666667vw 0.4166666667vw 0.4166666667vw 0.4166666667vw;
}
@media screen and (max-width: 768px) {
  .p-tel .headline {
    font-size: 18px;
    letter-spacing: 0em;
    font-size: 4.8vw;
    line-height: 1.4444444444;
    padding: 6, 6, 6, 6;
    padding: 1.6vw 1.6vw 1.6vw 1.6vw;
  }
}
.p-tel .number {
  display: block;
  font-size: 60px;
  letter-spacing: 0em;
  font-size: 4.1666666667vw;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  color: #00e;
  text-align: center;
  text-decoration: none;
  margin: 20, 0, 20, 0;
  margin: 1.3888888889vw 0vw 1.3888888889vw 0vw;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .p-tel .number {
    font-size: 40px;
    letter-spacing: 0em;
    font-size: 10.6666666667vw;
    line-height: 1;
    margin: 20, 0, 20, 0;
    margin: 5.3333333333vw 0vw 5.3333333333vw 0vw;
  }
}
.p-tel .number_sub {
  display: block;
  font-size: 28px;
  letter-spacing: 0em;
  font-size: 1.9444444444vw;
  line-height: 1;
  color: #592508;
  text-align: left;
  text-decoration: none;
  margin: 20, 0, 8, 0;
  margin: 1.3888888889vw 0vw 0.5555555556vw 0vw;
}
@media screen and (max-width: 768px) {
  .p-tel .number_sub {
    font-size: 24px;
    letter-spacing: 0em;
    font-size: 6.4vw;
    line-height: 1;
    margin: 20, 0, 8, 0;
    margin: 5.3333333333vw 0vw 2.1333333333vw 0vw;
  }
}
.p-tel .date {
  font-size: 24px;
  letter-spacing: 0em;
  font-size: 1.6666666667vw;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  padding: 13, 0, 13, 0;
  padding: 0.9027777778vw 0vw 0.9027777778vw 0vw;
  border-top: 2px solid #F26B9F;
  border-bottom: 2px solid #F26B9F;
}
@media screen and (max-width: 768px) {
  .p-tel .date {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 14px;
    letter-spacing: 0em;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    padding: 15, 0, 15, 0;
    padding: 4vw 0vw 4vw 0vw;
  }
}

.p-fashioncandy {
  background-color: #fff;
}
.p-fashioncandy .l-main {
  margin-top: 233;
  margin-top: 16.1805555556vw;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .l-main {
    margin-top: 180;
    margin-top: 48vw;
  }
}
.p-fashioncandy .title-box {
  width: 269;
  width: 18.6805555556vw;
  display: block;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .title-box {
    width: 206;
    width: 54.9333333333vw;
  }
}
.p-fashioncandy .title-box .logo {
  display: block;
  height: 100%;
  width: 100%;
}
.p-fashioncandy .item-product {
  display: block;
  margin-top: 98;
  margin-top: 6.8055555556vw;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product {
    margin-top: 86;
    margin-top: 22.9333333333vw;
    overflow-x: unset;
  }
}
.p-fashioncandy .item-product__contents {
  border-radius: 3.4722222222vw 3.4722222222vw 0 0;
  padding: 80, 0, 0, 0;
  padding: 5.5555555556vw 0vw 0vw 0vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents {
    border-radius: 8vw 8vw 0 0;
    padding: 66, 0, 0, 0;
    padding: 17.6vw 0vw 0vw 0vw;
  }
}
.p-fashioncandy .item-product__contents:nth-child(2n+1) {
  background-color: #FECEE1;
}
.p-fashioncandy .item-product__contents:nth-child(2n) {
  margin-top: -40;
  margin-top: -2.7777777778vw;
  background-color: #6C4B37;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents:nth-child(2n) {
    margin-top: -78;
    margin-top: -20.8vw;
  }
}
.p-fashioncandy .item-product__contents:nth-child(2n) .title-box:after {
  background-color: #fff;
}
.p-fashioncandy .item-product__contents:nth-child(2n) .title-box .title {
  color: #fff;
}
.p-fashioncandy .item-product__contents .title-box {
  padding-bottom: 47;
  padding-bottom: 3.2638888889vw;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents .title-box {
    padding-bottom: 32;
    padding-bottom: 8.5333333333vw;
  }
}
.p-fashioncandy .item-product__contents .title-box:after {
  height: 5;
  height: 0.3472222222vw;
  width: 150;
  width: 10.4166666667vw;
  background-color: #592508;
  border-radius: 0.6944444444vw;
  content: "";
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents .title-box:after {
    height: 5;
    height: 1.3333333333vw;
    width: 150;
    width: 40vw;
  }
}
.p-fashioncandy .item-product__contents .title-box .title {
  font-size: 30px;
  letter-spacing: 0.15em;
  font-size: 2.0833333333vw;
  line-height: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #592508;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents .title-box .title {
    font-size: 25px;
    letter-spacing: 0.1em;
    font-size: 6.6666666667vw;
    line-height: 1.2;
  }
}
.p-fashioncandy .item-product__contents .slide-box {
  margin-top: 54;
  margin-top: 3.75vw;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents .slide-box {
    margin-top: 30;
    margin-top: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents .slide-box__product {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents .slide-box__product--item {
    height: 100%;
  }
}
.p-fashioncandy .item-product__contents .slide-box__product--item .img-box {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.p-fashioncandy .item-product__contents .slide-box__product--item .img-box .img {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents .slide-box__product--item .img-box .img {
    height: auto;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents .slide-box__product .tns-outer {
    display: flex;
    flex-direction: inherit;
    flex-wrap: wrap;
  }
}
.p-fashioncandy .item-product__contents .slide-box__product .tns-outer [aria-controls] {
  width: 1em;
  height: 1em;
  margin: 0 0.25em;
  border-radius: 100%;
  padding: 0;
  background: none;
  border: 2px solid #592508;
  box-sizing: border-box;
}
.p-fashioncandy .item-product__contents .slide-box__product .tns-outer [aria-controls].tns-nav-active {
  background-color: #592508;
}
.p-fashioncandy .item-product__contents .slide-box__product .tns-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents .slide-box__product .tns-nav {
    margin-top: 20;
    margin-top: 5.3333333333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    right: 0;
    left: 0;
    margin-inline: auto;
    text-align: center;
    order: 2;
    width: 100%;
  }
}
.p-fashioncandy .item-product__contents .slide-box__nav {
  width: 200;
  width: 13.8888888889vw;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents .slide-box__nav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents .slide-box__nav .next {
    margin-left: 28;
    margin-left: 7.4666666667vw;
  }
}
.p-fashioncandy .item-product__contents .slide-box__nav .icon {
  overflow-y: unset;
  overflow-x: unset;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents .slide-box .text-box {
    margin: 0 auto;
  }
}
.p-fashioncandy .item-product__contents .slide-box .text-box .text {
  font-size: 15px;
  letter-spacing: 0.09em;
  font-size: 1.0416666667vw;
  line-height: 2;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  text-align: justify;
  word-break: break-all;
  color: #592508;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents .slide-box .text-box .text {
    font-size: 15px;
    letter-spacing: 0.09em;
    font-size: 4vw;
    line-height: 2;
    width: 100%;
  }
}
.p-fashioncandy .item-product__contents .slide-box.flex {
  display: flex;
  flex-direction: inherit;
  flex-wrap: wrap;
}
.p-fashioncandy .item-product__contents .slide-box.flex .slide-box__product {
  width: 928;
  width: 64.4444444444vw;
  order: 2;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents .slide-box.flex .slide-box__product {
    order: 1;
    width: 100%;
  }
}
.p-fashioncandy .item-product__contents .slide-box.flex .slide-box__product--item {
  height: 100%;
  width: 100%;
}
.p-fashioncandy .item-product__contents .slide-box.flex .slide-box__product--item .img-box {
  height: 100%;
  width: 100%;
}
.p-fashioncandy .item-product__contents .slide-box.flex .slide-box__product--item .img-box .img {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents .slide-box.flex .slide-box__product--item .img-box .img {
    height: 250;
    height: 66.6666666667vw;
  }
}
.p-fashioncandy .item-product__contents .slide-box.flex .slide-box__nav {
  margin-top: -49;
  margin-top: -3.4027777778vw;
  order: 3;
  position: relative;
  left: 21%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents .slide-box.flex .slide-box__nav {
    margin-top: 24;
    margin-top: 6.4vw;
    left: unset;
    order: 2;
  }
}
.p-fashioncandy .item-product__contents .slide-box.flex .slide-box__nav .prev,
.p-fashioncandy .item-product__contents .slide-box.flex .slide-box__nav .next {
  height: 45;
  height: 3.125vw;
  width: 45;
  width: 3.125vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents .slide-box.flex .slide-box__nav .prev,
  .p-fashioncandy .item-product__contents .slide-box.flex .slide-box__nav .next {
    height: 45;
    height: 12vw;
    width: 45;
    width: 12vw;
  }
}
.p-fashioncandy .item-product__contents .slide-box.flex .slide-box__nav .next {
  margin-left: 24;
  margin-left: 1.6666666667vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents .slide-box.flex .slide-box__nav .next {
    margin-left: 24;
    margin-left: 6.4vw;
  }
}
.p-fashioncandy .item-product__contents .slide-box.flex .text-box {
  width: 512;
  width: 35.5555555556vw;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  order: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents .slide-box.flex .text-box {
    margin-top: 24;
    margin-top: 6.4vw;
    order: 3;
    width: 84%;
  }
}
.p-fashioncandy .item-product__contents .slide-box.flex .text-box .text {
  padding: 0, 0, 0, 34;
  padding: 0vw 0vw 0vw 2.3611111111vw;
  width: 311;
  width: 21.5972222222vw;
  position: absolute;
  top: 23%;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents .slide-box.flex .text-box .text {
    padding: unset;
    position: unset;
    width: 100%;
  }
}
.p-fashioncandy .item-product__contents .slide-box.noflex {
  width: 1206;
  width: 83.75vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents .slide-box.noflex {
    width: 100%;
  }
}
.p-fashioncandy .item-product__contents .slide-box.noflex .slide-box__nav {
  margin-top: 45;
  margin-top: 3.125vw;
  padding-left: 3;
  padding-left: 0.2083333333vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents .slide-box.noflex .slide-box__nav {
    margin-top: 22;
    margin-top: 5.8666666667vw;
    padding-left: unset;
  }
}
.p-fashioncandy .item-product__contents .slide-box.noflex .slide-box__nav .next {
  margin-left: 22;
  margin-left: 1.5277777778vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents .slide-box.noflex .slide-box__nav .next {
    margin-left: 22;
    margin-left: 5.8666666667vw;
  }
}
.p-fashioncandy .item-product__contents .slide-box.noflex .slide-box__nav .prev,
.p-fashioncandy .item-product__contents .slide-box.noflex .slide-box__nav .next {
  height: 45;
  height: 3.125vw;
  width: 45;
  width: 3.125vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents .slide-box.noflex .slide-box__nav .prev,
  .p-fashioncandy .item-product__contents .slide-box.noflex .slide-box__nav .next {
    height: 45;
    height: 12vw;
    width: 45;
    width: 12vw;
  }
}
.p-fashioncandy .item-product__contents .slide-box.noflex .text-box {
  margin-top: 38;
  margin-top: 2.6388888889vw;
  width: 805;
  width: 55.9027777778vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents .slide-box.noflex .text-box {
    margin-top: 24;
    margin-top: 6.4vw;
    width: 84%;
  }
}
.p-fashioncandy .item-product__contents .product-box {
  width: 1206;
  width: 83.75vw;
  display: block;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents .product-box {
    width: 100%;
  }
}
.p-fashioncandy .item-product__contents .product-box .list-product {
  display: flex;
}
.p-fashioncandy .item-product__contents .product-box .list-product__item {
  display: block;
  width: 350;
  width: 24.3055555556vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents .product-box .list-product__item {
    width: 320;
    width: 85.3333333333vw;
  }
}
.p-fashioncandy .item-product__contents .product-box .list-product__item .text-box {
  box-sizing: border-box;
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents .product-box .list-product__item .text-box {
    border-bottom-left-radius: 5.3333333333vw !important;
    border-bottom-right-radius: 5.3333333333vw !important;
    height: 100%;
  }
}
.p-fashioncandy .item-product__contents .product-box .list-product__item .text-box .title {
  font-size: 22px;
  letter-spacing: 0.1em;
  font-size: 1.5277777778vw;
  line-height: 1.3636363636;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents .product-box .list-product__item .text-box .title {
    font-size: 22px;
    letter-spacing: 0em;
    font-size: 5.8666666667vw;
    line-height: 1.3636363636;
  }
}
.p-fashioncandy .item-product__contents .product-box .list-product__item .text-box .text {
  font-size: 15px;
  letter-spacing: 0em;
  font-size: 1.0416666667vw;
  line-height: 2;
  margin-top: 20;
  margin-top: 1.3888888889vw;
  text-align: justify;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents .product-box .list-product__item .text-box .text {
    font-size: 15px;
    letter-spacing: -0.02em;
    font-size: 4vw;
    line-height: 1.4666666667;
    margin-top: 20;
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents .product-box .tns-outer {
    display: flex;
    flex-direction: inherit;
    flex-wrap: wrap;
  }
}
.p-fashioncandy .item-product__contents .product-box .tns-ovh {
  overflow: unset;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents .product-box .tns-ovh {
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents .product-box .tns-nav {
    margin-top: 20;
    margin-top: 5.3333333333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    order: 2;
    width: 100%;
  }
}
.p-fashioncandy .item-product__contents .product-box .tns-outer [aria-controls] {
  width: 1em;
  height: 1em;
  margin: 0 0.25em;
  border-radius: 100%;
  padding: 0;
  background: none;
  border: 2px solid #592508;
  box-sizing: border-box;
}
.p-fashioncandy .item-product__contents .product-box .tns-outer [aria-controls].tns-nav-active {
  background-color: #592508;
}
.p-fashioncandy .item-product__contents .btn-box {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 132;
  margin-top: 9.1666666667vw;
  width: 846;
  width: 58.75vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents .btn-box {
    margin-top: 34;
    margin-top: 9.0666666667vw;
    font-size: 20px;
    letter-spacing: 0em;
    font-size: 1.3888888889vw;
    line-height: 1;
    width: 310;
    width: 82.6666666667vw;
  }
}
.p-fashioncandy .item-product__contents .btn-box .btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 276;
  width: 19.1666666667vw;
  padding: 19, 0, 19, 0;
  padding: 1.3194444444vw 0vw 1.3194444444vw 0vw;
  border-radius: 6.9444444444vw;
  background-color: #F6478A;
  color: #FFFFFF;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents .btn-box .btn {
    padding: 18, 0, 18, 0;
    padding: 4.8vw 0vw 4.8vw 0vw;
    border-radius: 21.3333333333vw;
    box-sizing: border-box;
  }
}
.p-fashioncandy .item-product__contents .btn-box .btn .text {
  margin-right: 10;
  margin-right: 0.6944444444vw;
  padding-left: 25;
  padding-left: 1.7361111111vw;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-size: 1.3888888889vw;
  line-height: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents .btn-box .btn .text {
    margin-right: 10;
    margin-right: 2.6666666667vw;
    font-size: 20px;
    letter-spacing: 0.1em;
    font-size: 5.3333333333vw;
    line-height: 1;
    padding-left: unset;
  }
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents .btn-box .btn svg {
    position: absolute;
    right: 6%;
  }
}
.p-fashioncandy .item-product__contents .btn-box .btn.yellow {
  background-color: #DDD18F;
}
.p-fashioncandy .item-product__contents .btn-box .btn.yellow .text {
  color: #592508;
}
.p-fashioncandy .item-product__contents.chocolat .slide-box.flex .slide-box__product {
  border-radius: 1.3888888889vw 0 0 1.3888888889vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.chocolat .slide-box.flex .slide-box__product {
    border-radius: unset;
  }
}
.p-fashioncandy .item-product__contents.chocolat .product-box .list-product {
  margin-top: 101;
  margin-top: 7.0138888889vw;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.chocolat .product-box .list-product {
    margin-top: 36;
    margin-top: 9.6vw;
  }
}
.p-fashioncandy .item-product__contents.chocolat .product-box .list-product__item .img {
  width: 267;
  width: 18.5416666667vw;
  height: auto;
  display: block;
  margin: 0 auto;
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.chocolat .product-box .list-product__item .img {
    width: auto;
  }
}
.p-fashioncandy .item-product__contents.chocolat .product-box .list-product__item .text-box {
  padding: 130, 30, 50, 30;
  padding: 9.0277777778vw 2.0833333333vw 3.4722222222vw 2.0833333333vw;
  background-color: #F26B9F;
  color: #fff;
  display: block;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.chocolat .product-box .list-product__item .text-box {
    padding: 94, 30, 46, 30;
    padding: 25.0666666667vw 8vw 12.2666666667vw 8vw;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.chocolat .product-box .list-product__item .text-box .text {
    margin-top: 36;
    margin-top: 9.6vw;
  }
}
.p-fashioncandy .item-product__contents.chocolat .product-box .list-product__item.item-01 {
  margin-top: 120;
  margin-top: 8.3333333333vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.chocolat .product-box .list-product__item.item-01 {
    margin-top: 100;
    margin-top: 26.6666666667vw;
  }
}
.p-fashioncandy .item-product__contents.chocolat .product-box .list-product__item.item-01 .img {
  width: 250;
  width: 17.3611111111vw;
  left: 13%;
  top: -30.5%;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.chocolat .product-box .list-product__item.item-01 .img {
    left: 24%;
    top: -28%;
    width: 53%;
  }
}
.p-fashioncandy .item-product__contents.chocolat .product-box .list-product__item.item-02 {
  margin-top: 166;
  margin-top: 11.5277777778vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.chocolat .product-box .list-product__item.item-02 {
    margin-top: 100;
    margin-top: 26.6666666667vw;
  }
}
.p-fashioncandy .item-product__contents.chocolat .product-box .list-product__item.item-02 .img {
  width: 248;
  width: 17.2222222222vw;
  left: 15%;
  top: -40%;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.chocolat .product-box .list-product__item.item-02 .img {
    left: 25%;
    top: -28%;
    width: 50%;
  }
}
.p-fashioncandy .item-product__contents.chocolat .product-box .list-product__item.item-03 {
  margin-top: 118;
  margin-top: 8.1944444444vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.chocolat .product-box .list-product__item.item-03 {
    margin-top: 100;
    margin-top: 26.6666666667vw;
  }
}
.p-fashioncandy .item-product__contents.chocolat .product-box .list-product__item.item-03 .img {
  width: 246;
  width: 17.0833333333vw;
  left: 15%;
  top: -33%;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.chocolat .product-box .list-product__item.item-03 .img {
    left: 24%;
    top: -30%;
    width: 51%;
  }
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.chocolat .product-box .list-product__item.item-03 .text-box {
    padding: 94, 30, 40, 30;
    padding: 25.0666666667vw 8vw 10.6666666667vw 8vw;
  }
}
.p-fashioncandy .item-product__contents.chocolat .product-box .list-product__item.item-04 {
  margin-top: 302;
  margin-top: 20.9722222222vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.chocolat .product-box .list-product__item.item-04 {
    margin-top: 100;
    margin-top: 26.6666666667vw;
  }
}
.p-fashioncandy .item-product__contents.chocolat .product-box .list-product__item.item-04 .img {
  left: 12%;
  top: -45%;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.chocolat .product-box .list-product__item.item-04 .img {
    left: 24%;
    top: -29%;
    width: 52%;
  }
}
.p-fashioncandy .item-product__contents.chocolat .product-box .list-product__item.item-04 .text-box {
  padding: 116, 30, 48, 30;
  padding: 8.0555555556vw 2.0833333333vw 3.3333333333vw 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.chocolat .product-box .list-product__item.item-04 .text-box {
    padding: 94, 30, 46, 30;
    padding: 25.0666666667vw 8vw 12.2666666667vw 8vw;
  }
}
.p-fashioncandy .item-product__contents.chocolat .product-box .list-product__item.item-04 .text-box .text {
  margin-top: 6;
  margin-top: 0.4166666667vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.chocolat .product-box .list-product__item.item-04 .text-box .text {
    margin-top: 8;
    margin-top: 2.1333333333vw;
  }
}
.p-fashioncandy .item-product__contents.chocolat .product-box .list-product__item.item-05 {
  margin-top: 216;
  margin-top: 15vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.chocolat .product-box .list-product__item.item-05 {
    margin-top: 100;
    margin-top: 26.6666666667vw;
  }
}
.p-fashioncandy .item-product__contents.chocolat .product-box .list-product__item.item-05 .img {
  left: 9%;
  top: -31%;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.chocolat .product-box .list-product__item.item-05 .img {
    left: 23%;
    top: -28%;
    width: 51%;
  }
}
.p-fashioncandy .item-product__contents.chocolat .product-box .list-product__item.item-06 {
  margin-top: 300;
  margin-top: 20.8333333333vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.chocolat .product-box .list-product__item.item-06 {
    margin-top: 100;
    margin-top: 26.6666666667vw;
  }
}
.p-fashioncandy .item-product__contents.chocolat .product-box .list-product__item.item-06 .img {
  left: 11%;
  top: -41%;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.chocolat .product-box .list-product__item.item-06 .img {
    left: 23%;
    top: -28%;
    width: 51%;
  }
}
.p-fashioncandy .item-product__contents.chocolat .product-box .list-product__item.item-06 .text-box {
  padding: 126, 30, 50, 30;
  padding: 8.75vw 2.0833333333vw 3.4722222222vw 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.chocolat .product-box .list-product__item.item-06 .text-box {
    padding: 94, 30, 46, 30;
    padding: 25.0666666667vw 8vw 12.2666666667vw 8vw;
  }
}
.p-fashioncandy .item-product__contents.chocolat .product-box .list-product__item.item-06 .text-box .text {
  margin-top: 24;
  margin-top: 1.6666666667vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.chocolat .product-box .list-product__item.item-06 .text-box .text {
    margin-top: 32;
    margin-top: 8.5333333333vw;
  }
}
.p-fashioncandy .item-product__contents.chocolat .product-box .btn-box {
  margin-top: 134;
  margin-top: 9.3055555556vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.chocolat .product-box .btn-box {
    margin-top: 56;
    margin-top: 14.9333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.omoro {
    padding: 82, 0, 0, 0;
    padding: 21.8666666667vw 0vw 0vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.omoro .title-box .title {
    font-size: 30px;
    letter-spacing: 0em;
    font-size: 8vw;
    line-height: 1;
  }
}
.p-fashioncandy .item-product__contents.omoro .slide-box {
  margin-top: 70;
  margin-top: 4.8611111111vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.omoro .slide-box {
    margin-top: 30;
    margin-top: 8vw;
  }
}
.p-fashioncandy .item-product__contents.omoro .slide-box__product {
  border-radius: 1.3888888889vw 1.3888888889vw 0 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.omoro .slide-box__product {
    border-radius: unset;
  }
}
.p-fashioncandy .item-product__contents.omoro .slide-box .tns-outer [aria-controls] {
  border-color: #fff;
}
.p-fashioncandy .item-product__contents.omoro .slide-box .tns-outer [aria-controls].tns-nav-active {
  background-color: #fff;
}
.p-fashioncandy .item-product__contents.omoro .slide-box .text-box .text {
  color: #FFFFFF;
}
.p-fashioncandy .item-product__contents.omoro .product-box .list-product {
  margin-top: 322;
  margin-top: 22.3611111111vw;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.omoro .product-box .list-product {
    margin-top: 145;
    margin-top: 38.6666666667vw;
  }
}
.p-fashioncandy .item-product__contents.omoro .product-box .list-product__item .img {
  width: 293;
  width: 20.3472222222vw;
  height: auto;
  display: block;
  margin: 0 auto;
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.omoro .product-box .list-product__item .img {
    width: 272;
    width: 72.5333333333vw;
  }
}
.p-fashioncandy .item-product__contents.omoro .product-box .list-product__item .text-box {
  padding: 130, 30, 50, 30;
  padding: 9.0277777778vw 2.0833333333vw 3.4722222222vw 2.0833333333vw;
  background-color: #FFFFFF;
  border-radius: unset;
  color: #6C4B37;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.omoro .product-box .list-product__item .text-box {
    padding: 94, 24, 44, 26;
    padding: 25.0666666667vw 6.4vw 11.7333333333vw 6.9333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.omoro .product-box .list-product__item .text-box .text {
    margin-top: 38;
    margin-top: 10.1333333333vw;
  }
}
.p-fashioncandy .item-product__contents.omoro .product-box .list-product__item.item-01 .img {
  width: 270;
  width: 18.75vw;
  left: 10%;
  top: -20%;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.omoro .product-box .list-product__item.item-01 .img {
    left: 16%;
    top: -26%;
    width: 67%;
  }
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.omoro .product-box .list-product__item.item-01 .text-box {
    padding: 94, 24, 44, 26;
    padding: 25.0666666667vw 6.4vw 11.7333333333vw 6.9333333333vw;
  }
}
.p-fashioncandy .item-product__contents.omoro .product-box .list-product__item.item-02 {
  margin-top: -86;
  margin-top: -5.9722222222vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.omoro .product-box .list-product__item.item-02 {
    margin-top: unset;
  }
}
.p-fashioncandy .item-product__contents.omoro .product-box .list-product__item.item-02 .img {
  width: 260;
  width: 18.0555555556vw;
  left: 13%;
  top: -16%;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.omoro .product-box .list-product__item.item-02 .img {
    left: 16%;
    top: -26%;
    width: 67%;
  }
}
.p-fashioncandy .item-product__contents.omoro .product-box .list-product__item.item-03 .img {
  width: 266;
  width: 18.4722222222vw;
  left: 13%;
  top: -24%;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.omoro .product-box .list-product__item.item-03 .img {
    left: 16%;
    top: -26%;
    width: 67%;
  }
}
.p-fashioncandy .item-product__contents.omoro .product-box .tns-outer [aria-controls] {
  border: 2px solid #fff;
}
.p-fashioncandy .item-product__contents.omoro .product-box .tns-outer [aria-controls].tns-nav-active {
  background-color: #fff;
}
.p-fashioncandy .item-product__contents.omoro .btn-box {
  margin-top: 110;
  margin-top: 7.6388888889vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.omoro .btn-box {
    margin-top: 56;
    margin-top: 14.9333333333vw;
  }
}
.p-fashioncandy .item-product__contents.awamori {
  margin-top: -42;
  margin-top: -2.9166666667vw;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.awamori {
    margin-top: -40;
    margin-top: -10.6666666667vw;
    padding-top: 76;
    padding-top: 20.2666666667vw;
  }
}
.p-fashioncandy .item-product__contents.awamori .slide-box.flex {
  margin-top: 58;
  margin-top: 4.0277777778vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.awamori .slide-box.flex {
    margin-top: 30;
    margin-top: 8vw;
    position: unset;
  }
}
.p-fashioncandy .item-product__contents.awamori .slide-box.flex .slide-box__product {
  border-radius: 0 1.3888888889vw 1.3888888889vw 0;
  overflow: hidden;
  order: 1;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.awamori .slide-box.flex .slide-box__product {
    border-radius: unset;
  }
}
.p-fashioncandy .item-product__contents.awamori .slide-box.flex .slide-box__nav {
  bottom: 0;
  left: unset;
  right: 16%;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.awamori .slide-box.flex .slide-box__nav {
    position: unset;
  }
}
.p-fashioncandy .item-product__contents.awamori .slide-box.flex .text-box .text {
  padding: 0, 34, 0, 0;
  padding: 0vw 2.3611111111vw 0vw 0vw;
  padding-left: unset;
  top: 37%;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.awamori .slide-box.flex .text-box .text {
    margin-top: 8;
    margin-top: 2.1333333333vw;
    padding: unset;
  }
}
.p-fashioncandy .item-product__contents.awamori .btn-box {
  margin-top: 122;
  margin-top: 8.4722222222vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.awamori .btn-box {
    margin-top: 56;
    margin-top: 14.9333333333vw;
  }
}
.p-fashioncandy .item-product__contents.financier {
  margin-top: -42;
  margin-top: -2.9166666667vw;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.financier {
    margin-top: -80;
    margin-top: -21.3333333333vw;
    padding: 84, 0, 0, 0;
    padding: 22.4vw 0vw 0vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.financier .title-box .title {
    font-size: 30px;
    letter-spacing: 0.12em;
    font-size: 8vw;
    line-height: 1;
  }
}
.p-fashioncandy .item-product__contents.financier .slide-box.flex {
  margin-top: 60;
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.financier .slide-box.flex {
    margin-top: 30;
    margin-top: 8vw;
  }
}
.p-fashioncandy .item-product__contents.financier .slide-box.flex .slide-box__product {
  border-radius: 1.3888888889vw 0 0 1.3888888889vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.financier .slide-box.flex .slide-box__product {
    border-radius: unset;
  }
}
.p-fashioncandy .item-product__contents.financier .slide-box.flex .slide-box__product .tns-outer [aria-controls] {
  border-color: #fff;
}
.p-fashioncandy .item-product__contents.financier .slide-box.flex .slide-box__product .tns-outer [aria-controls].tns-nav-active {
  background-color: #fff;
}
.p-fashioncandy .item-product__contents.financier .slide-box.flex .slide-box__nav {
  left: 20.5%;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.financier .slide-box.flex .slide-box__nav {
    left: unset;
  }
}
.p-fashioncandy .item-product__contents.financier .slide-box.flex .text-box .text {
  color: #FFFFFF;
  top: 26%;
}
.p-fashioncandy .item-product__contents.financier .product-box {
  display: block;
  width: 846;
  width: 58.75vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.financier .product-box {
    width: 100%;
  }
}
.p-fashioncandy .item-product__contents.financier .product-box .list-product {
  margin-top: 230;
  margin-top: 15.9722222222vw;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.financier .product-box .list-product {
    margin-top: 144;
    margin-top: 38.4vw;
  }
}
.p-fashioncandy .item-product__contents.financier .product-box .list-product .list-product {
  justify-content: space-between;
}
.p-fashioncandy .item-product__contents.financier .product-box .list-product .list-product__item .img {
  width: 246;
  width: 17.0833333333vw;
  height: auto;
  display: block;
  margin: 0 auto;
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.financier .product-box .list-product .list-product__item .img {
    width: 250;
    width: 66.6666666667vw;
  }
}
.p-fashioncandy .item-product__contents.financier .product-box .list-product .list-product__item .text-box {
  padding: 110, 30, 34, 30;
  padding: 7.6388888889vw 2.0833333333vw 2.3611111111vw 2.0833333333vw;
  background-color: #fff;
  border-radius: unset;
  color: #592508;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.financier .product-box .list-product .list-product__item .text-box {
    padding: 106, 30, 40, 30;
    padding: 28.2666666667vw 8vw 10.6666666667vw 8vw;
  }
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.financier .product-box .list-product .list-product__item .text-box .text {
    margin-top: 25;
    margin-top: 6.6666666667vw;
  }
}
.p-fashioncandy .item-product__contents.financier .product-box .list-product .list-product__item.item-01 {
  margin-right: auto;
  margin-left: auto;
}
.p-fashioncandy .item-product__contents.financier .product-box .list-product .list-product__item.item-01 .img {
  left: 13%;
  top: -35%;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.financier .product-box .list-product .list-product__item.item-01 .img {
    left: 23%;
    top: -26%;
    width: 53%;
  }
}
.p-fashioncandy .item-product__contents.financier .product-box .list-product .list-product__item.item-02 .img {
  left: 13%;
  top: -35%;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.financier .product-box .list-product .list-product__item.item-02 .img {
    left: 23%;
    top: -26%;
    width: 53%;
  }
}
.p-fashioncandy .item-product__contents.financier .product-box .list-product .list-product__item.item-03 .img {
  width: 270;
  width: 18.75vw;
  left: 13%;
  top: -30%;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.financier .product-box .list-product .list-product__item.item-03 .img {
    left: 20%;
    top: -20%;
    width: 58%;
  }
}
.p-fashioncandy .item-product__contents.financier .product-box .tns-outer [aria-controls] {
  border: 2px solid #fff;
}
.p-fashioncandy .item-product__contents.financier .product-box .tns-outer [aria-controls].tns-nav-active {
  background-color: #fff;
}
.p-fashioncandy .item-product__contents.financier .btn-box {
  margin-top: 70;
  margin-top: 4.8611111111vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.financier .btn-box {
    margin-top: 56;
    margin-top: 14.9333333333vw;
  }
}
.p-fashioncandy .item-product__contents.chinsukou {
  margin-top: -58;
  margin-top: -4.0277777778vw;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.chinsukou {
    margin-top: -40;
    margin-top: -10.6666666667vw;
    padding-top: 80;
    padding-top: 21.3333333333vw;
  }
}
.p-fashioncandy .item-product__contents.chinsukou .slide-box.noflex {
  margin-top: 68;
  margin-top: 4.7222222222vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.chinsukou .slide-box.noflex {
    margin-top: 30;
    margin-top: 8vw;
  }
}
.p-fashioncandy .item-product__contents.chinsukou .slide-box.noflex .slide-box__product {
  border-radius: 1.3888888889vw 1.3888888889vw 0 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.chinsukou .slide-box.noflex .slide-box__product {
    border-radius: unset;
  }
}
.p-fashioncandy .item-product__contents.chinsukou .slide-box.noflex .slide-box__nav {
  margin-top: 30;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.chinsukou .slide-box.noflex .slide-box__nav {
    margin-top: 80;
    margin-top: 5.5555555556vw;
  }
}
.p-fashioncandy .item-product__contents.chinsukou .slide-box.noflex .text-box {
  margin-top: 24;
  margin-top: 1.6666666667vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.chinsukou .slide-box.noflex .text-box {
    margin-top: 30;
    margin-top: 8vw;
  }
}
.p-fashioncandy .item-product__contents.chinsukou .product-box {
  width: 945;
  width: 65.625vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.chinsukou .product-box {
    width: 100%;
  }
}
.p-fashioncandy .item-product__contents.chinsukou .product-box .list-product {
  margin-top: 256;
  margin-top: 17.7777777778vw;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.chinsukou .product-box .list-product {
    margin-top: 136;
    margin-top: 36.2666666667vw;
  }
}
.p-fashioncandy .item-product__contents.chinsukou .product-box .list-product__item {
  position: relative;
}
.p-fashioncandy .item-product__contents.chinsukou .product-box .list-product__item .img {
  height: auto;
  display: block;
  margin: 0 auto;
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.chinsukou .product-box .list-product__item .img {
    margin-bottom: -120;
    margin-bottom: -32vw;
    width: 270;
    width: 72vw;
  }
}
.p-fashioncandy .item-product__contents.chinsukou .product-box .list-product__item .text-box {
  padding: 160, 30, 80, 30;
  padding: 11.1111111111vw 2.0833333333vw 5.5555555556vw 2.0833333333vw;
  background-color: #F26B9F;
  border-radius: unset;
  color: #fff;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.chinsukou .product-box .list-product__item .text-box {
    padding: 140, 30, 70, 30;
    padding: 37.3333333333vw 8vw 18.6666666667vw 8vw;
    position: relative;
  }
}
.p-fashioncandy .item-product__contents.chinsukou .product-box .list-product__item.item-01 .img {
  width: 272;
  width: 18.8888888889vw;
  left: 11%;
  top: -30%;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.chinsukou .product-box .list-product__item.item-01 .img {
    left: 23%;
    top: -23%;
    width: 54%;
  }
}
.p-fashioncandy .item-product__contents.chinsukou .product-box .list-product__item.item-01 .text-box {
  padding: 160, 30, 76, 30;
  padding: 11.1111111111vw 2.0833333333vw 5.2777777778vw 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.chinsukou .product-box .list-product__item.item-01 .text-box {
    padding: 140, 30, 64, 30;
    padding: 37.3333333333vw 8vw 17.0666666667vw 8vw;
  }
}
.p-fashioncandy .item-product__contents.chinsukou .product-box .list-product__item.item-01 .text-box .text {
  margin-top: 24;
  margin-top: 1.6666666667vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.chinsukou .product-box .list-product__item.item-01 .text-box .text {
    margin-top: 24;
    margin-top: 6.4vw;
  }
}
.p-fashioncandy .item-product__contents.chinsukou .product-box .list-product__item.item-02 {
  margin-right: 100;
  margin-right: 6.9444444444vw;
  margin-top: 52;
  margin-top: 3.6111111111vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.chinsukou .product-box .list-product__item.item-02 {
    margin-right: unset;
    margin-top: unset;
  }
}
.p-fashioncandy .item-product__contents.chinsukou .product-box .list-product__item.item-02 .img {
  width: 256;
  width: 17.7777777778vw;
  left: 14%;
  top: -35%;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.chinsukou .product-box .list-product__item.item-02 .img {
    left: 23%;
    top: -23%;
    width: 54%;
  }
}
.p-fashioncandy .item-product__contents.chinsukou .product-box .list-product__item.item-02 .text-box {
  padding: 160, 30, 76, 30;
  padding: 11.1111111111vw 2.0833333333vw 5.2777777778vw 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.chinsukou .product-box .list-product__item.item-02 .text-box {
    padding: 140, 30, 64, 30;
    padding: 37.3333333333vw 8vw 17.0666666667vw 8vw;
  }
}
.p-fashioncandy .item-product__contents.chinsukou .product-box .list-product__item.item-02 .text-box .text {
  margin-top: 24;
  margin-top: 1.6666666667vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.chinsukou .product-box .list-product__item.item-02 .text-box .text {
    margin-top: 24;
    margin-top: 6.4vw;
  }
}
.p-fashioncandy .item-product__contents.chinsukou .product-box .list-product__item.item-03 {
  margin-left: 99;
  margin-left: 6.875vw;
  margin-top: 156;
  margin-top: 10.8333333333vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.chinsukou .product-box .list-product__item.item-03 {
    margin-left: unset;
    margin-top: unset;
  }
}
.p-fashioncandy .item-product__contents.chinsukou .product-box .list-product__item.item-03 .img {
  width: 264;
  width: 18.3333333333vw;
  left: 12%;
  top: -32%;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.chinsukou .product-box .list-product__item.item-03 .img {
    left: 23%;
    top: -23%;
    width: 54%;
  }
}
.p-fashioncandy .item-product__contents.chinsukou .product-box .list-product__item.item-03 .text-box {
  padding: 156, 30, 80, 30;
  padding: 10.8333333333vw 2.0833333333vw 5.5555555556vw 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.chinsukou .product-box .list-product__item.item-03 .text-box {
    padding: 140, 30, 64, 30;
    padding: 37.3333333333vw 8vw 17.0666666667vw 8vw;
  }
}
.p-fashioncandy .item-product__contents.chinsukou .product-box .list-product__item.item-03 .text-box .text {
  margin-top: 22;
  margin-top: 1.5277777778vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.chinsukou .product-box .list-product__item.item-03 .text-box .text {
    margin-top: 22;
    margin-top: 5.8666666667vw;
  }
}
.p-fashioncandy .item-product__contents.chinsukou .product-box .list-product__item.item-04 {
  margin-top: 208;
  margin-top: 14.4444444444vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.chinsukou .product-box .list-product__item.item-04 {
    margin-top: unset;
  }
}
.p-fashioncandy .item-product__contents.chinsukou .product-box .list-product__item.item-04 .img {
  width: 270;
  width: 18.75vw;
  left: 13%;
  top: -27%;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.chinsukou .product-box .list-product__item.item-04 .img {
    left: 16%;
    top: -23%;
    width: 60%;
  }
}
.p-fashioncandy .item-product__contents.chinsukou .product-box .list-product__item.item-04 .text-box {
  padding: 170, 30, 70, 30;
  padding: 11.8055555556vw 2.0833333333vw 4.8611111111vw 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.chinsukou .product-box .list-product__item.item-04 .text-box {
    padding: 140, 30, 64, 30;
    padding: 37.3333333333vw 8vw 17.0666666667vw 8vw;
  }
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.chinsukou .product-box .list-product__item.item-04 .text-box .text {
    margin-top: 22;
    margin-top: 5.8666666667vw;
  }
}
.p-fashioncandy .item-product__contents.chinsukou .btn-box {
  margin-top: 64;
  margin-top: 4.4444444444vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.chinsukou .btn-box {
    margin-top: 56;
    margin-top: 14.9333333333vw;
  }
}
.p-fashioncandy .item-product__contents.shimiteru {
  margin-top: -42;
  margin-top: -2.9166666667vw;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.shimiteru {
    margin-top: -80;
    margin-top: -21.3333333333vw;
    padding: 80, 0, 0, 0;
    padding: 21.3333333333vw 0vw 0vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.shimiteru .title-box .title {
    font-size: 30px;
    letter-spacing: 0.12em;
    font-size: 8vw;
    line-height: 1;
  }
}
.p-fashioncandy .item-product__contents.shimiteru .slide-box.flex {
  margin-top: 60;
  margin-top: 4.1666666667vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.shimiteru .slide-box.flex {
    margin-top: 26;
    margin-top: 6.9333333333vw;
  }
}
.p-fashioncandy .item-product__contents.shimiteru .slide-box.flex .text-box {
  order: 2;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.shimiteru .slide-box.flex .text-box {
    order: 3;
  }
}
.p-fashioncandy .item-product__contents.shimiteru .slide-box.flex .slide-box__product {
  border-radius: 0 1.3888888889vw 1.3888888889vw 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.shimiteru .slide-box.flex .slide-box__product {
    border-radius: unset;
  }
}
.p-fashioncandy .item-product__contents.shimiteru .slide-box.flex .slide-box__nav {
  position: absolute;
  left: unset;
  right: 16%;
  margin-top: unset;
  bottom: 1%;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.shimiteru .slide-box.flex .slide-box__nav {
    margin-top: 24;
    margin-top: 6.4vw;
    bottom: unset;
    right: unset;
    left: unset;
    position: relative;
    order: 2;
  }
}
.p-fashioncandy .item-product__contents.shimiteru .slide-box.flex .text-box .text {
  color: #fff;
  left: 17%;
  padding-left: unset;
  top: 15%;
  word-wrap: break-word;
}
.p-fashioncandy .item-product__contents.shimiteru .slide-box .tns-outer [aria-controls] {
  border-color: #fff;
}
.p-fashioncandy .item-product__contents.shimiteru .slide-box .tns-outer [aria-controls].tns-nav-active {
  background-color: #fff;
}
.p-fashioncandy .item-product__contents.shimiteru .product-box {
  width: 1208;
  width: 83.8888888889vw;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.shimiteru .product-box {
    width: 100%;
  }
}
.p-fashioncandy .item-product__contents.shimiteru .product-box .list-product {
  margin-top: 230;
  margin-top: 15.9722222222vw;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.shimiteru .product-box .list-product {
    margin-top: 146;
    margin-top: 38.9333333333vw;
  }
}
.p-fashioncandy .item-product__contents.shimiteru .product-box .list-product__item {
  position: relative;
}
.p-fashioncandy .item-product__contents.shimiteru .product-box .list-product__item .img {
  width: 293;
  width: 20.3472222222vw;
  height: auto;
  display: block;
  margin: 0 auto;
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.shimiteru .product-box .list-product__item .img {
    width: 272;
    width: 72.5333333333vw;
    height: auto;
  }
}
.p-fashioncandy .item-product__contents.shimiteru .product-box .list-product__item .text-box {
  padding: 126, 30, 50, 32;
  padding: 8.75vw 2.0833333333vw 3.4722222222vw 2.2222222222vw;
  background-color: #fff;
  border-radius: unset;
  color: #592508;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.shimiteru .product-box .list-product__item .text-box {
    padding: 106, 24, 52, 24;
    padding: 28.2666666667vw 6.4vw 13.8666666667vw 6.4vw;
  }
}
.p-fashioncandy .item-product__contents.shimiteru .product-box .list-product__item.item-01 .img {
  width: 360;
  width: 25vw;
  top: -25%;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.shimiteru .product-box .list-product__item.item-01 .img {
    left: 13%;
    top: -26%;
    width: 69%;
  }
}
.p-fashioncandy .item-product__contents.shimiteru .product-box .list-product__item.item-02 {
  margin-top: 48;
  margin-top: 3.3333333333vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.shimiteru .product-box .list-product__item.item-02 {
    margin-top: unset;
  }
}
.p-fashioncandy .item-product__contents.shimiteru .product-box .list-product__item.item-02 .img {
  width: 300;
  width: 20.8333333333vw;
  left: 10%;
  top: -32%;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.shimiteru .product-box .list-product__item.item-02 .img {
    left: 12%;
    top: -32%;
    width: 70%;
  }
}
.p-fashioncandy .item-product__contents.shimiteru .product-box .list-product__item.item-03 .img {
  width: 278;
  width: 19.3055555556vw;
  left: 13%;
  top: -41%;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.shimiteru .product-box .list-product__item.item-03 .img {
    left: 14%;
    top: -35%;
    width: 60%;
  }
}
.p-fashioncandy .item-product__contents.shimiteru .product-box .tns-outer [aria-controls] {
  border: 2px solid #fff;
}
.p-fashioncandy .item-product__contents.shimiteru .product-box .tns-outer [aria-controls].tns-nav-active {
  background-color: #fff;
}
.p-fashioncandy .item-product__contents.shimiteru .btn-box {
  margin-top: 92;
  margin-top: 6.3888888889vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.shimiteru .btn-box {
    margin-top: 56;
    margin-top: 14.9333333333vw;
  }
}
.p-fashioncandy .item-product__contents.handmade {
  margin-top: -42;
  margin-top: -2.9166666667vw;
  padding: 80, 0, 0, 0;
  padding: 5.5555555556vw 0vw 0vw 0vw;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.handmade {
    margin-top: -60;
    margin-top: -16vw;
    padding: 80, 0, 0, 0;
    padding: 21.3333333333vw 0vw 0vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.handmade .title-box .title {
    font-size: 30px;
    letter-spacing: 0.1em;
    font-size: 8vw;
    line-height: 1;
  }
}
.p-fashioncandy .item-product__contents.handmade .product-box .list-product {
  margin-top: 0;
  margin-top: 0vw;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.handmade .product-box .list-product {
    margin-top: 124;
    margin-top: 33.0666666667vw;
  }
}
.p-fashioncandy .item-product__contents.handmade .product-box .list-product__item {
  position: relative;
}
.p-fashioncandy .item-product__contents.handmade .product-box .list-product__item .img {
  width: 293;
  width: 20.3472222222vw;
  height: auto;
  display: block;
  margin: 0 auto;
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.handmade .product-box .list-product__item .img {
    width: 272;
    width: 72.5333333333vw;
    height: 51%;
  }
}
.p-fashioncandy .item-product__contents.handmade .product-box .list-product__item .text-box {
  padding: 126, 30, 50, 30;
  padding: 8.75vw 2.0833333333vw 3.4722222222vw 2.0833333333vw;
  background-color: #F26B9F;
  border-radius: unset;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.handmade .product-box .list-product__item .text-box {
    padding: 108, 30, 78, 30;
    padding: 28.8vw 8vw 20.8vw 8vw;
    position: relative;
    top: unset;
  }
}
.p-fashioncandy .item-product__contents.handmade .product-box .list-product__item .text-box .text {
  margin-top: 23;
  margin-top: 1.5972222222vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.handmade .product-box .list-product__item .text-box .text {
    margin-top: 23;
    margin-top: 6.1333333333vw;
  }
}
.p-fashioncandy .item-product__contents.handmade .product-box .list-product__item.item-01 .img {
  left: 8.25%;
  top: -27.55%;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.handmade .product-box .list-product__item.item-01 .img {
    left: 9.25%;
    top: -26.55%;
  }
}
.p-fashioncandy .item-product__contents.handmade .product-box .list-product__item.item-02 {
  margin-top: 50;
  margin-top: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.handmade .product-box .list-product__item.item-02 {
    margin-top: unset;
  }
}
.p-fashioncandy .item-product__contents.handmade .product-box .list-product__item.item-02 .img {
  left: 8.25%;
  top: -31.55%;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.handmade .product-box .list-product__item.item-02 .img {
    left: 9.25%;
    top: -26.55%;
  }
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.handmade .product-box .list-product__item.item-02 .text-box {
    padding: 108, 30, 78, 30;
    padding: 28.8vw 8vw 20.8vw 8vw;
  }
}
.p-fashioncandy .item-product__contents.handmade .product-box .list-product__item.item-03 .img {
  left: 8.25%;
  top: -27.55%;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.handmade .product-box .list-product__item.item-03 .img {
    left: 9.25%;
    top: -26.55%;
  }
}
.p-fashioncandy .item-product__contents.handmade .product-box .list-product__item.item-04 {
  margin-top: 334;
  margin-top: 23.1944444444vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.handmade .product-box .list-product__item.item-04 {
    margin-top: unset;
  }
}
.p-fashioncandy .item-product__contents.handmade .product-box .list-product__item.item-04 .img {
  left: 8.25%;
  top: -31.55%;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.handmade .product-box .list-product__item.item-04 .img {
    left: 9.25%;
    top: -26.55%;
  }
}
.p-fashioncandy .item-product__contents.handmade .product-box .list-product__item.item-04 .text-box {
  padding: 128, 30, 80, 30;
  padding: 8.8888888889vw 2.0833333333vw 5.5555555556vw 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.handmade .product-box .list-product__item.item-04 .text-box {
    padding: 110, 30, 78, 30;
    padding: 29.3333333333vw 8vw 20.8vw 8vw;
  }
}
.p-fashioncandy .item-product__contents.handmade .product-box .list-product__item.item-05 {
  margin-top: 234;
  margin-top: 16.25vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.handmade .product-box .list-product__item.item-05 {
    margin-top: unset;
  }
}
.p-fashioncandy .item-product__contents.handmade .product-box .list-product__item.item-05 .img {
  left: 8.25%;
  top: -24.55%;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.handmade .product-box .list-product__item.item-05 .img {
    left: 9.25%;
    top: -26.55%;
  }
}
.p-fashioncandy .item-product__contents.handmade .product-box .list-product__item.item-05 .text-box {
  padding: 128, 30, 80, 30;
  padding: 8.8888888889vw 2.0833333333vw 5.5555555556vw 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.handmade .product-box .list-product__item.item-05 .text-box {
    padding: 110, 30, 78, 30;
    padding: 29.3333333333vw 8vw 20.8vw 8vw;
  }
}
.p-fashioncandy .item-product__contents.handmade .product-box .list-product__item.item-06 {
  margin-top: 184;
  margin-top: 12.7777777778vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.handmade .product-box .list-product__item.item-06 {
    margin-top: unset;
  }
}
.p-fashioncandy .item-product__contents.handmade .product-box .list-product__item.item-06 .img {
  left: 8.25%;
  top: -31.55%;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.handmade .product-box .list-product__item.item-06 .img {
    left: 9.25%;
    top: -26.55%;
  }
}
.p-fashioncandy .item-product__contents.handmade .product-box .list-product__item.item-06 .text-box {
  padding: 128, 30, 80, 30;
  padding: 8.8888888889vw 2.0833333333vw 5.5555555556vw 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__contents.handmade .product-box .list-product__item.item-06 .text-box {
    padding: 110, 30, 82, 30;
    padding: 29.3333333333vw 8vw 21.8666666667vw 8vw;
  }
}
.p-fashioncandy .item-product__contents.handmade .btn-box {
  margin-top: 126;
  margin-top: 8.75vw;
}
.p-fashioncandy .item-product__inner {
  padding: 0, 0, 400, 0;
  padding: 0vw 0vw 27.7777777778vw 0vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__inner {
    padding: 0, 0, 400, 0;
    padding: 0vw 0vw 106.6666666667vw 0vw;
  }
}
.p-fashioncandy .item-product__inner.handmade {
  padding: 0, 0, 184, 0;
  padding: 0vw 0vw 12.7777777778vw 0vw;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .item-product__inner.handmade {
    padding: 0, 0, 200, 0;
    padding: 0vw 0vw 53.3333333333vw 0vw;
  }
}
.p-fashioncandy .l-other {
  position: relative;
  padding: 124, 0, 104, 0;
  padding: 8.6111111111vw 0vw 7.2222222222vw 0vw;
  background-color: #FFFFFF;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .l-other {
    padding: 58, 0, 106, 0;
    padding: 15.4666666667vw 0vw 28.2666666667vw 0vw;
  }
}
.p-fashioncandy .l-other .contact-box {
  width: 566;
  width: 39.3055555556vw;
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .l-other .contact-box {
    width: 80%;
  }
}
.p-fashioncandy .l-other .contact-box__btn {
  align-items: center;
  display: flex;
  justify-content: center;
  text-decoration: none;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .l-other .contact-box__btn {
    font-size: 20px;
    letter-spacing: 0em;
    font-size: 5.3333333333vw;
    line-height: 1;
    margin-left: 6;
    margin-left: 1.6vw;
    width: 86%;
  }
}
.p-fashioncandy .l-other .contact-box__btn--item {
  width: 560;
  width: 38.8888888889vw;
  align-items: center;
  border: 3px solid #592508;
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .l-other .contact-box__btn--item {
    width: 560;
    width: 149.3333333333vw;
  }
}
.p-fashioncandy .l-other .contact-box__btn--item .text {
  font-size: 20px;
  letter-spacing: 0em;
  font-size: 1.3888888889vw;
  line-height: 1;
  padding: 34, 0, 34, 0;
  padding: 2.3611111111vw 0vw 2.3611111111vw 0vw;
  color: #592508;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .l-other .contact-box__btn--item .text {
    font-size: 18px;
    letter-spacing: 0em;
    font-size: 4.8vw;
    line-height: 1.7222222222;
    padding: 10, 0, 10, 0;
    padding: 2.6666666667vw 0vw 2.6666666667vw 0vw;
    text-align: center;
  }
}
.p-fashioncandy .l-other .contact-box__btn .arrow {
  right: -88;
  right: -6.1111111111vw;
  width: 150;
  width: 10.4166666667vw;
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-fashioncandy .l-other .contact-box__btn .arrow {
    right: -36;
    right: -9.6vw;
    width: 50;
    width: 13.3333333333vw;
  }
}

.p-makukuru {
  background-color: #fff;
}
.p-makukuru .l-main {
  margin-top: 233;
  margin-top: 16.1805555556vw;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-makukuru .l-main {
    margin-top: 178;
    margin-top: 47.4666666667vw;
  }
}
.p-makukuru .title-box {
  width: 344;
  width: 23.8888888889vw;
  display: block;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-makukuru .title-box {
    width: 275;
    width: 73.3333333333vw;
  }
}
.p-makukuru .title-box .logo {
  display: block;
  height: 100%;
  width: 100%;
}
.p-makukuru .item-product {
  display: block;
  margin-top: 114;
  margin-top: 7.9166666667vw;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product {
    margin-top: 96;
    margin-top: 25.6vw;
  }
}
.p-makukuru .item-product__contents {
  background-color: #EA3947;
  border-radius: 3.4722222222vw 3.4722222222vw 0 0;
  padding: 80, 0, 0, 0;
  padding: 5.5555555556vw 0vw 0vw 0vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents {
    border-radius: 8vw 8vw 0 0;
    padding: 76, 0, 0, 0;
    padding: 20.2666666667vw 0vw 0vw 0vw;
  }
}
.p-makukuru .item-product__contents:first-child, .p-makukuru .item-product__contents:last-child {
  background-color: #EA3947;
}
.p-makukuru .item-product__contents:first-child .title-box:after, .p-makukuru .item-product__contents:last-child .title-box:after {
  background-color: #fff;
}
.p-makukuru .item-product__contents:first-child .title-box .title, .p-makukuru .item-product__contents:last-child .title-box .title {
  color: #fff;
}
.p-makukuru .item-product__contents:nth-child(2n) {
  margin-top: -40;
  margin-top: -2.7777777778vw;
  background-color: #6C4B37;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents:nth-child(2n) {
    margin-top: -78;
    margin-top: -20.8vw;
  }
}
.p-makukuru .item-product__contents .title-box {
  padding-bottom: 47;
  padding-bottom: 3.2638888889vw;
  align-items: center;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents .title-box {
    padding-bottom: 32;
    padding-bottom: 8.5333333333vw;
  }
}
.p-makukuru .item-product__contents .title-box:after {
  height: 5;
  height: 0.3472222222vw;
  width: 150;
  width: 10.4166666667vw;
  background-color: #FFFFFF;
  border-radius: 0.6944444444vw;
  content: "";
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents .title-box:after {
    height: 5;
    height: 1.3333333333vw;
    width: 150;
    width: 40vw;
  }
}
.p-makukuru .item-product__contents .title-box .title {
  font-size: 30px;
  letter-spacing: 0.01em;
  font-size: 2.0833333333vw;
  line-height: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents .title-box .title {
    font-size: 22px;
    letter-spacing: 0.01em;
    font-size: 5.8666666667vw;
    line-height: 1.3636363636;
  }
}
.p-makukuru .item-product__contents .slide-box {
  margin-top: 54;
  margin-top: 3.75vw;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents .slide-box {
    margin-top: 30;
    margin-top: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents .slide-box__product {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents .slide-box__product--item {
    height: 340;
    height: 90.6666666667vw;
  }
}
.p-makukuru .item-product__contents .slide-box__product--item .img-box {
  height: 100%;
  width: 100%;
}
.p-makukuru .item-product__contents .slide-box__product--item .img-box .img {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents .slide-box__product--item .img-box .img {
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents .slide-box .tns-outer {
    display: flex;
    flex-direction: inherit;
    flex-wrap: wrap;
  }
}
.p-makukuru .item-product__contents .slide-box .tns-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents .slide-box .tns-nav {
    margin-top: 20;
    margin-top: 5.3333333333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    right: 0;
    left: 0;
    margin-inline: auto;
    text-align: center;
    order: 2;
    width: 100%;
  }
}
.p-makukuru .item-product__contents .slide-box .tns-outer [aria-controls] {
  width: 1em;
  height: 1em;
  margin: 0 0.25em;
  border-radius: 100%;
  padding: 0;
  background: none;
  border: 2px solid #592508;
  box-sizing: border-box;
}
.p-makukuru .item-product__contents .slide-box .tns-outer [aria-controls].tns-nav-active {
  background-color: #592508;
}
.p-makukuru .item-product__contents .slide-box__nav {
  width: 200;
  width: 13.8888888889vw;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents .slide-box__nav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents .slide-box__nav .next {
    margin-left: 28;
    margin-left: 7.4666666667vw;
  }
}
.p-makukuru .item-product__contents .slide-box .text-box {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents .slide-box .text-box {
    margin: 0 auto;
  }
}
.p-makukuru .item-product__contents .slide-box .text-box .catch {
  font-size: 30px;
  letter-spacing: 0.03em;
  font-size: 2.0833333333vw;
  line-height: 1;
  color: #FFFFFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents .slide-box .text-box .catch {
    font-size: 30px;
    letter-spacing: 0.03em;
    font-size: 8vw;
    line-height: 1.2;
  }
}
.p-makukuru .item-product__contents .slide-box .text-box .text {
  font-size: 15px;
  letter-spacing: 0.09em;
  font-size: 1.0416666667vw;
  line-height: 2;
  margin-top: 26;
  margin-top: 1.8055555556vw;
  font-weight: 500;
  text-align: justify;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents .slide-box .text-box .text {
    font-size: 15px;
    letter-spacing: 0.1em;
    font-size: 4vw;
    line-height: 2;
    margin-top: 22;
    margin-top: 5.8666666667vw;
    width: 100%;
  }
}
.p-makukuru .item-product__contents .slide-box.flex {
  display: flex;
  flex-direction: inherit;
}
.p-makukuru .item-product__contents .slide-box.flex .slide-box__product {
  height: 557;
  height: 38.6805555556vw;
  width: 928;
  width: 64.4444444444vw;
  order: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents .slide-box.flex .slide-box__product {
    height: 250;
    height: 66.6666666667vw;
    order: 1;
    width: 100%;
  }
}
.p-makukuru .item-product__contents .slide-box.flex .slide-box__product--item {
  height: 100%;
  width: 100%;
}
.p-makukuru .item-product__contents .slide-box.flex .slide-box__product--item .img-box {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.p-makukuru .item-product__contents .slide-box.flex .slide-box__product--item .img-box .img {
  height: 100%;
  width: 100%;
}
.p-makukuru .item-product__contents .slide-box.flex .slide-box__nav {
  margin-top: -49;
  margin-top: -3.4027777778vw;
  order: 3;
  position: relative;
  left: 21%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents .slide-box.flex .slide-box__nav {
    margin-top: 24;
    margin-top: 6.4vw;
    left: unset;
    order: 2;
  }
}
.p-makukuru .item-product__contents .slide-box.flex .slide-box__nav .prev,
.p-makukuru .item-product__contents .slide-box.flex .slide-box__nav .next {
  height: 45;
  height: 3.125vw;
  width: 45;
  width: 3.125vw;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents .slide-box.flex .slide-box__nav .prev,
  .p-makukuru .item-product__contents .slide-box.flex .slide-box__nav .next {
    height: 45;
    height: 12vw;
    width: 45;
    width: 12vw;
  }
}
.p-makukuru .item-product__contents .slide-box.flex .slide-box__nav .next {
  margin-left: 24;
  margin-left: 1.6666666667vw;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents .slide-box.flex .slide-box__nav .next {
    margin-left: 24;
    margin-left: 6.4vw;
  }
}
.p-makukuru .item-product__contents .slide-box.flex .text-box {
  width: 512;
  width: 35.5555555556vw;
  box-sizing: border-box;
  display: block;
  order: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents .slide-box.flex .text-box {
    order: 3;
    width: 84%;
  }
}
.p-makukuru .item-product__contents .slide-box.flex .text-box .text {
  width: 311;
  width: 21.5972222222vw;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents .slide-box.flex .text-box .text {
    padding: unset;
    position: unset;
    width: 100%;
  }
}
.p-makukuru .item-product__contents .slide-box.noflex {
  width: 1206;
  width: 83.75vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents .slide-box.noflex {
    width: 100%;
  }
}
.p-makukuru .item-product__contents .slide-box.noflex .slide-box__product {
  position: relative;
}
.p-makukuru .item-product__contents .slide-box.noflex .slide-box__product--item .img-box {
  border-radius: 1.3888888889vw 1.3888888889vw 0 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents .slide-box.noflex .slide-box__product--item .img-box {
    border-radius: unset;
  }
}
.p-makukuru .item-product__contents .slide-box.noflex .slide-box__nav {
  margin-top: 48;
  margin-top: 3.3333333333vw;
  padding-left: 3;
  padding-left: 0.2083333333vw;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents .slide-box.noflex .slide-box__nav {
    margin-top: 22;
    margin-top: 5.8666666667vw;
    padding-left: unset;
  }
}
.p-makukuru .item-product__contents .slide-box.noflex .slide-box__nav .next {
  margin-left: 22;
  margin-left: 1.5277777778vw;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents .slide-box.noflex .slide-box__nav .next {
    margin-left: 22;
    margin-left: 5.8666666667vw;
  }
}
.p-makukuru .item-product__contents .slide-box.noflex .text-box {
  margin-top: 25;
  margin-top: 1.7361111111vw;
  width: 805;
  width: 55.9027777778vw;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents .slide-box.noflex .text-box {
    margin-top: 46;
    margin-top: 12.2666666667vw;
    width: 84%;
  }
}
.p-makukuru .item-product__contents .product-box {
  margin-top: 118;
  margin-top: 8.1944444444vw;
  width: 1206;
  width: 83.75vw;
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents .product-box {
    margin-top: 46;
    margin-top: 12.2666666667vw;
    width: 100%;
  }
}
.p-makukuru .item-product__contents .product-box .list-product {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents .product-box .list-product {
    margin: 0 auto;
    width: 92%;
  }
}
.p-makukuru .item-product__contents .product-box .list-product__item {
  display: block;
  width: 350;
  width: 24.3055555556vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents .product-box .list-product__item {
    width: 100%;
  }
}
.p-makukuru .item-product__contents .product-box .list-product__item .img-box {
  display: block;
  overflow: hidden;
  width: 100%;
}
.p-makukuru .item-product__contents .product-box .list-product__item .img-box .img {
  height: 100%;
  width: 100%;
}
.p-makukuru .item-product__contents .product-box .list-product__item .text-box {
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.p-makukuru .item-product__contents .product-box .list-product__item .text-box .title {
  font-size: 22px;
  letter-spacing: 0.1em;
  font-size: 1.5277777778vw;
  line-height: 1.3636363636;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents .product-box .list-product__item .text-box .title {
    font-size: 22px;
    letter-spacing: 0em;
    font-size: 5.8666666667vw;
    line-height: 1.3636363636;
  }
}
.p-makukuru .item-product__contents .product-box .list-product__item .text-box .text {
  font-size: 15px;
  letter-spacing: 0em;
  font-size: 1.0416666667vw;
  line-height: 2;
  margin-top: 20;
  margin-top: 1.3888888889vw;
  text-align: justify;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents .product-box .list-product__item .text-box .text {
    font-size: 15px;
    letter-spacing: 0em;
    font-size: 4vw;
    line-height: 2;
    margin-top: 20;
    margin-top: 5.3333333333vw;
  }
}
.p-makukuru .item-product__contents .btn-box {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 132;
  margin-top: 9.1666666667vw;
  width: 846;
  width: 58.75vw;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents .btn-box {
    margin-top: 34;
    margin-top: 9.0666666667vw;
    font-size: 20px;
    letter-spacing: 0em;
    font-size: 1.3888888889vw;
    line-height: 1;
    width: 77%;
  }
}
.p-makukuru .item-product__contents .btn-box .btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 276;
  width: 19.1666666667vw;
  padding: 16, 0, 14, 0;
  padding: 1.1111111111vw 0vw 0.9722222222vw 0vw;
  color: #FFFFFF;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents .btn-box .btn {
    padding: 18, 0, 18, 0;
    padding: 4.8vw 0vw 4.8vw 0vw;
  }
}
.p-makukuru .item-product__contents .btn-box .btn .text {
  margin-right: 10;
  margin-right: 0.6944444444vw;
  padding-left: 25;
  padding-left: 1.7361111111vw;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-size: 1.3888888889vw;
  line-height: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents .btn-box .btn .text {
    margin-right: 10;
    margin-right: 2.6666666667vw;
    font-size: 20px;
    letter-spacing: 0.1em;
    font-size: 5.3333333333vw;
    line-height: 1;
    padding-left: unset;
  }
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents .btn-box .btn .arrow {
    position: absolute;
    right: 10%;
  }
}
.p-makukuru .item-product__contents .btn-box .btn.white {
  border: #FFFFFF 0.2666666667vw solid;
  box-sizing: border-box;
  color: #FFFFFF;
}
.p-makukuru .item-product__contents .btn-box .btn.yellow {
  border: #95882E 0.2666666667vw solid;
  box-sizing: border-box;
  color: #95882E;
}
.p-makukuru .item-product__contents.gateau .slide-box.noflex {
  margin-top: 70;
  margin-top: 4.8611111111vw;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.gateau .slide-box.noflex {
    margin-top: 33;
    margin-top: 8.8vw;
  }
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.gateau .slide-box.noflex .text-box {
    margin-top: 64;
    margin-top: 17.0666666667vw;
  }
}
.p-makukuru .item-product__contents.gateau .slide-box .tns-outer [aria-controls] {
  border-color: #fff;
}
.p-makukuru .item-product__contents.gateau .slide-box .tns-outer [aria-controls].tns-nav-active {
  background-color: #fff;
}
.p-makukuru .item-product__contents.gateau .slide-box .text-box .text {
  color: #FFFFFF;
}
.p-makukuru .item-product__contents.gateau .product-box {
  margin-top: 50;
  margin-top: 3.4722222222vw;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.gateau .product-box {
    margin-top: 34;
    margin-top: 9.0666666667vw;
  }
}
.p-makukuru .item-product__contents.gateau .product-box .list-product {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.gateau .product-box .list-product {
    display: block;
  }
}
.p-makukuru .item-product__contents.gateau .product-box .list-product__item {
  width: 558;
  width: 38.75vw;
  border-radius: 1.3888888889vw 1.3888888889vw 0 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.gateau .product-box .list-product__item {
    border-radius: 5.3333333333vw 5.3333333333vw 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.gateau .product-box .list-product__item:last-child {
    margin-top: 26;
    margin-top: 6.9333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.gateau .product-box .list-product__item:last-child .text-box {
    padding: 26, 20, 30, 20;
    padding: 6.9333333333vw 5.3333333333vw 8vw 5.3333333333vw;
  }
}
.p-makukuru .item-product__contents.gateau .product-box .list-product__item .img-box {
  height: 200;
  height: 13.8888888889vw;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.gateau .product-box .list-product__item .img-box {
    height: 210;
    height: 56vw;
  }
}
.p-makukuru .item-product__contents.gateau .product-box .list-product__item .img-box .img {
  height: 100%;
}
.p-makukuru .item-product__contents.gateau .product-box .list-product__item .text-box {
  padding: 42, 0, 20, 0;
  padding: 2.9166666667vw 0vw 1.3888888889vw 0vw;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.gateau .product-box .list-product__item .text-box {
    padding: 26, 20, 20, 20;
    padding: 6.9333333333vw 5.3333333333vw 5.3333333333vw 5.3333333333vw;
  }
}
.p-makukuru .item-product__contents.gateau .product-box .list-product__item .text-box .title {
  padding-top: 3;
  padding-top: 0.2083333333vw;
  color: #592508;
}
.p-makukuru .item-product__contents.gateau .product-box .list-product__item .text-box .text {
  margin: 24, auto, 0, auto;
  margin: 1.6666666667vw auto 0vw auto;
  width: 482;
  width: 33.4722222222vw;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.gateau .product-box .list-product__item .text-box .text {
    margin: 26, auto, 0, auto;
    margin: 6.9333333333vw auto 0vw auto;
    width: 100%;
  }
}
.p-makukuru .item-product__contents.gateau .btn-box {
  margin-top: 123;
  margin-top: 8.5416666667vw;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.gateau .btn-box {
    margin-top: 40;
    margin-top: 10.6666666667vw;
  }
}
.p-makukuru .item-product__contents.awamori {
  margin-top: -110;
  margin-top: -7.6388888889vw;
  background-color: #F0F0F0;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.awamori {
    margin-top: -120;
    margin-top: -32vw;
  }
}
.p-makukuru .item-product__contents.awamori .title-box:after {
  background-color: #D90011;
}
.p-makukuru .item-product__contents.awamori .title-box .title {
  color: #D90011;
}
.p-makukuru .item-product__contents.awamori .slide-box.flex {
  margin-top: 50;
  margin-top: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.awamori .slide-box.flex {
    margin-top: 26;
    margin-top: 6.9333333333vw;
    flex-direction: column;
    position: unset;
  }
}
.p-makukuru .item-product__contents.awamori .slide-box.flex .slide-box__product {
  margin-top: 40;
  margin-top: 2.7777777778vw;
  order: 1;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.awamori .slide-box.flex .slide-box__product {
    height: auto;
    margin-top: unset;
  }
}
.p-makukuru .item-product__contents.awamori .slide-box.flex .slide-box__product--item {
  height: 569;
  height: 39.5138888889vw;
  border-radius: 0 1.3888888889vw 1.3888888889vw 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.awamori .slide-box.flex .slide-box__product--item {
    height: 100%;
  }
}
.p-makukuru .item-product__contents.awamori .slide-box.flex .slide-box__nav {
  bottom: -15.5%;
  left: unset;
  right: 16%;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.awamori .slide-box.flex .slide-box__nav {
    order: 2;
    position: unset;
  }
}
.p-makukuru .item-product__contents.awamori .slide-box.flex .text-box {
  margin-top: 14;
  margin-top: 0.9722222222vw;
  padding-left: 82;
  padding-left: 5.6944444444vw;
  width: 395;
  width: 27.4305555556vw;
  order: 2;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.awamori .slide-box.flex .text-box {
    margin-top: 54;
    margin-top: 14.4vw;
    order: 3;
    padding-left: unset;
    width: 84%;
  }
}
.p-makukuru .item-product__contents.awamori .slide-box.flex .text-box .catch {
  font-size: 30px;
  letter-spacing: -0.03em;
  font-size: 2.0833333333vw;
  line-height: 1.2;
  color: #592508;
  display: block;
  height: fit-content;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.awamori .slide-box.flex .text-box .catch {
    font-size: 30px;
    letter-spacing: 0.02em;
    font-size: 8vw;
    line-height: 1.2;
  }
}
.p-makukuru .item-product__contents.awamori .slide-box.flex .text-box .text {
  margin-top: 32;
  margin-top: 2.2222222222vw;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.awamori .slide-box.flex .text-box .text {
    margin-top: 18;
    margin-top: 4.8vw;
  }
}
.p-makukuru .item-product__contents.awamori .product-box {
  margin-top: 172;
  margin-top: 11.9444444444vw;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.awamori .product-box {
    margin-top: 34;
    margin-top: 9.0666666667vw;
    position: relative;
  }
}
.p-makukuru .item-product__contents.awamori .product-box .list-product {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.awamori .product-box .list-product {
    width: 86%;
  }
}
.p-makukuru .item-product__contents.awamori .product-box .list-product__item .img-box {
  height: 250;
  height: 17.3611111111vw;
  border-radius: 1.3888888889vw 1.3888888889vw 0 0;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.awamori .product-box .list-product__item .img-box {
    border-radius: 5.3333333333vw 5.3333333333vw 0 0;
    height: fit-content;
    display: flex;
    align-items: flex-end;
  }
}
.p-makukuru .item-product__contents.awamori .product-box .list-product__item .text-box {
  height: 280;
  height: 19.4444444444vw;
  padding: 36, 28, 36, 28;
  padding: 2.5vw 1.9444444444vw 2.5vw 1.9444444444vw;
  background-color: #BFAA19;
  box-sizing: border-box;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.awamori .product-box .list-product__item .text-box {
    height: 280;
    height: 74.6666666667vw;
    padding: 34, 30, 34, 30;
    padding: 9.0666666667vw 8vw 9.0666666667vw 8vw;
    position: relative;
    z-index: 2;
  }
}
.p-makukuru .item-product__contents.awamori .product-box .list-product__item .text-box .title {
  font-size: 22px;
  letter-spacing: 0em;
  font-size: 1.5277777778vw;
  line-height: 1.6363636364;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.awamori .product-box .list-product__item .text-box .title {
    font-size: 22px;
    letter-spacing: 0em;
    font-size: 5.8666666667vw;
    line-height: 1.6363636364;
  }
}
.p-makukuru .item-product__contents.awamori .product-box .list-product__item .text-box .text {
  font-size: 15px;
  letter-spacing: 0.01em;
  font-size: 1.0416666667vw;
  line-height: 1.4666666667;
  margin-top: 24;
  margin-top: 1.6666666667vw;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.awamori .product-box .list-product__item .text-box .text {
    font-size: 15px;
    letter-spacing: 0.01em;
    font-size: 4vw;
    line-height: 2;
    margin-top: 12;
    margin-top: 3.2vw;
  }
}
.p-makukuru .item-product__contents.awamori .product-box .list-product.noslide {
  margin-top: 72;
  margin-top: 5vw;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.awamori .product-box .list-product.noslide {
    margin: 40, auto, 0, auto;
    margin: 10.6666666667vw auto 0vw auto;
    display: block;
    width: 90%;
  }
}
.p-makukuru .item-product__contents.awamori .product-box .list-product.noslide .list-product__item {
  height: 737;
  height: 51.1805555556vw;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.awamori .product-box .list-product.noslide .list-product__item {
    height: auto;
    display: block;
  }
}
.p-makukuru .item-product__contents.awamori .product-box .list-product.noslide .list-product__item .img-box {
  width: 779;
  width: 54.0972222222vw;
  border-radius: 0 1.3888888889vw 1.3888888889vw 0;
  height: 100%;
  order: 2;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.awamori .product-box .list-product.noslide .list-product__item .img-box {
    margin: 40, auto, 0, auto;
    margin: 10.6666666667vw auto 0vw auto;
    border-radius: 5.3333333333vw 5.3333333333vw 0 0;
    height: fit-content;
    width: 100%;
  }
}
.p-makukuru .item-product__contents.awamori .product-box .list-product.noslide .list-product__item .img-box .img {
  height: 100%;
}
.p-makukuru .item-product__contents.awamori .product-box .list-product.noslide .list-product__item .text-box {
  height: 737;
  height: 51.1805555556vw;
  padding-top: 105;
  padding-top: 7.2916666667vw;
  width: 428;
  width: 29.7222222222vw;
  display: block;
  flex-direction: column;
  order: 1;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.awamori .product-box .list-product.noslide .list-product__item .text-box {
    height: auto;
    width: 100%;
  }
}
.p-makukuru .item-product__contents.awamori .product-box .list-product.noslide .list-product__item .text-box .text {
  margin: 48, auto, 0, auto;
  margin: 3.3333333333vw auto 0vw auto;
  width: 290;
  width: 20.1388888889vw;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.awamori .product-box .list-product.noslide .list-product__item .text-box .text {
    font-size: 15px;
    letter-spacing: -0.01em;
    font-size: 4vw;
    line-height: 2;
    margin: 18, auto, 0, auto;
    margin: 4.8vw auto 0vw auto;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.awamori .product-box .tns-outer {
    display: flex;
    flex-direction: inherit;
    flex-wrap: wrap;
  }
}
.p-makukuru .item-product__contents.awamori .product-box .tns-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.awamori .product-box .tns-nav {
    margin-top: 20;
    margin-top: 5.3333333333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    right: 0;
    left: 0;
    margin-inline: auto;
    text-align: center;
    order: 2;
    width: 100%;
  }
}
.p-makukuru .item-product__contents.awamori .product-box .tns-outer [aria-controls] {
  width: 1em;
  height: 1em;
  margin: 0 0.25em;
  border-radius: 100%;
  padding: 0;
  background: none;
  border: 2px solid #592508;
  box-sizing: border-box;
}
.p-makukuru .item-product__contents.awamori .product-box .tns-outer [aria-controls].tns-nav-active {
  background-color: #592508;
}
.p-makukuru .item-product__contents.awamori .btn-box {
  margin-top: 85;
  margin-top: 5.9027777778vw;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.awamori .btn-box {
    margin-top: 42;
    margin-top: 11.2vw;
  }
}
.p-makukuru .item-product__contents.chocolat {
  margin-top: -110;
  margin-top: -7.6388888889vw;
  padding: 80, 0, 0, 0;
  padding: 5.5555555556vw 0vw 0vw 0vw;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.chocolat {
    margin-top: -120;
    margin-top: -32vw;
    padding: 76, 0, 0, 0;
    padding: 20.2666666667vw 0vw 0vw 0vw;
  }
}
.p-makukuru .item-product__contents.chocolat .slide-box {
  margin-top: 66;
  margin-top: 4.5833333333vw;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.chocolat .slide-box {
    margin-top: 26;
    margin-top: 6.9333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.chocolat .slide-box.flex {
    position: unset;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.chocolat .slide-box.flex .details {
    display: flex;
    flex-direction: column;
  }
}
.p-makukuru .item-product__contents.chocolat .slide-box.flex .slide-box {
  width: 900;
  width: 62.5vw;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.chocolat .slide-box.flex .slide-box__product {
    height: 340;
    height: 90.6666666667vw;
  }
}
.p-makukuru .item-product__contents.chocolat .slide-box.flex .slide-box__product--item .img-box {
  height: 569;
  height: 39.5138888889vw;
  width: 927;
  width: 64.375vw;
  border-radius: 1.3888888889vw 0 0 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.chocolat .slide-box.flex .slide-box__product--item .img-box {
    height: 340;
    height: 90.6666666667vw;
    border-radius: unset;
    width: 100%;
  }
}
.p-makukuru .item-product__contents.chocolat .slide-box.flex .slide-box__nav {
  margin-top: 62;
  margin-top: 4.3055555556vw;
  left: 23%;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.chocolat .slide-box.flex .slide-box__nav {
    margin-top: 24;
    margin-top: 6.4vw;
    left: unset;
  }
}
.p-makukuru .item-product__contents.chocolat .slide-box.flex .text-box {
  padding: 34, 0, 0, 120;
  padding: 2.3611111111vw 0vw 0vw 8.3333333333vw;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.chocolat .slide-box.flex .text-box {
    margin-top: 56;
    margin-top: 14.9333333333vw;
    padding: 0, 0, 0, 0;
    padding: 0vw 0vw 0vw 0vw;
  }
}
.p-makukuru .item-product__contents.chocolat .slide-box.flex .text-box .catch {
  font-size: 30px;
  letter-spacing: -0.03em;
  font-size: 2.0833333333vw;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.chocolat .slide-box.flex .text-box .catch {
    font-size: 30px;
    letter-spacing: -0.03em;
    font-size: 8vw;
    line-height: 1.2;
  }
}
.p-makukuru .item-product__contents.chocolat .slide-box.flex .text-box .text {
  position: relative;
  font-size: 15px;
  letter-spacing: -0.03em;
  font-size: 1.0416666667vw;
  line-height: 2;
  width: 335;
  width: 23.2638888889vw;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.chocolat .slide-box.flex .text-box .text {
    font-size: 15px;
    letter-spacing: 0em;
    font-size: 4vw;
    line-height: 2.4;
    width: 100%;
  }
}
.p-makukuru .item-product__contents.chocolat .slide-box .tns-outer [aria-controls] {
  border-color: #fff;
}
.p-makukuru .item-product__contents.chocolat .slide-box .tns-outer [aria-controls].tns-nav-active {
  background-color: #fff;
}
.p-makukuru .item-product__contents.chocolat .product-box {
  margin-top: 26;
  margin-top: 1.8055555556vw;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.chocolat .product-box {
    margin-top: 28;
    margin-top: 7.4666666667vw;
    position: relative;
    width: 100%;
  }
}
.p-makukuru .item-product__contents.chocolat .product-box .list-product {
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.chocolat .product-box .list-product {
    width: 85%;
  }
}
.p-makukuru .item-product__contents.chocolat .product-box .list-product__item {
  margin-top: 70;
  margin-top: 4.8611111111vw;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.chocolat .product-box .list-product__item {
    margin-top: unset;
  }
}
.p-makukuru .item-product__contents.chocolat .product-box .list-product__item .img-box {
  height: 250;
  height: 17.3611111111vw;
  border-radius: 1.3888888889vw 1.3888888889vw 0 0;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.chocolat .product-box .list-product__item .img-box {
    height: 228;
    height: 60.8vw;
    border-radius: 5.3333333333vw 5.3333333333vw 0 0;
  }
}
.p-makukuru .item-product__contents.chocolat .product-box .list-product__item .text-box {
  padding: 36, 30, 60, 30;
  padding: 2.5vw 2.0833333333vw 4.1666666667vw 2.0833333333vw;
  background-color: #FFCCD0;
  box-sizing: border-box;
  color: #592508;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.chocolat .product-box .list-product__item .text-box {
    height: 254;
    height: 67.7333333333vw;
    padding: 34, 30, 60, 30;
    padding: 9.0666666667vw 8vw 16vw 8vw;
  }
}
.p-makukuru .item-product__contents.chocolat .product-box .list-product__item .text-box .title {
  font-size: 22px;
  letter-spacing: 0em;
  font-size: 1.5277777778vw;
  line-height: 1.6363636364;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.chocolat .product-box .list-product__item .text-box .title {
    font-size: 22px;
    letter-spacing: 0em;
    font-size: 5.8666666667vw;
    line-height: 1.6363636364;
  }
}
.p-makukuru .item-product__contents.chocolat .product-box .list-product__item .text-box .text {
  font-size: 15px;
  letter-spacing: 0em;
  font-size: 1.0416666667vw;
  line-height: 1.4666666667;
  margin-top: 24;
  margin-top: 1.6666666667vw;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.chocolat .product-box .list-product__item .text-box .text {
    font-size: 15px;
    letter-spacing: 0em;
    font-size: 4vw;
    line-height: 1.4666666667;
    margin-top: 12;
    margin-top: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.chocolat .product-box .tns-outer {
    display: flex;
    flex-direction: inherit;
    flex-wrap: wrap;
  }
}
.p-makukuru .item-product__contents.chocolat .product-box .tns-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.chocolat .product-box .tns-nav {
    margin-top: 20;
    margin-top: 5.3333333333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    right: 0;
    left: 0;
    margin-inline: auto;
    text-align: center;
    order: 2;
    width: 100%;
  }
}
.p-makukuru .item-product__contents.chocolat .product-box .tns-outer [aria-controls] {
  width: 1em;
  height: 1em;
  margin: 0 0.25em;
  border-radius: 100%;
  padding: 0;
  background: none;
  border: 2px solid #fff;
  box-sizing: border-box;
}
.p-makukuru .item-product__contents.chocolat .product-box .tns-outer [aria-controls].tns-nav-active {
  background-color: #fff;
}
.p-makukuru .item-product__contents.chocolat .product-box .btn-box {
  margin-top: 110;
  margin-top: 7.6388888889vw;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__contents.chocolat .product-box .btn-box {
    margin-top: 60;
    margin-top: 16vw;
  }
}
.p-makukuru .item-product__inner {
  padding: 0, 0, 400, 0;
  padding: 0vw 0vw 27.7777777778vw 0vw;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__inner {
    padding: 0, 0, 400, 0;
    padding: 0vw 0vw 106.6666666667vw 0vw;
  }
}
.p-makukuru .item-product__inner.chocolat {
  padding: 0, 0, 200, 0;
  padding: 0vw 0vw 13.8888888889vw 0vw;
}
@media screen and (max-width: 768px) {
  .p-makukuru .item-product__inner.chocolat {
    padding: 0, 0, 200, 0;
    padding: 0vw 0vw 53.3333333333vw 0vw;
  }
}
.p-makukuru .l-other {
  position: relative;
  padding: 124, 0, 104, 0;
  padding: 8.6111111111vw 0vw 7.2222222222vw 0vw;
  background-color: #FFFFFF;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-makukuru .l-other {
    padding: 58, 0, 106, 0;
    padding: 15.4666666667vw 0vw 28.2666666667vw 0vw;
  }
}
.p-makukuru .l-other .contact-box {
  width: 566;
  width: 39.3055555556vw;
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-makukuru .l-other .contact-box {
    width: 80%;
  }
}
.p-makukuru .l-other .contact-box__btn {
  align-items: center;
  display: flex;
  justify-content: center;
  text-decoration: none;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-makukuru .l-other .contact-box__btn {
    font-size: 20px;
    letter-spacing: 0em;
    font-size: 5.3333333333vw;
    line-height: 1;
    margin-left: 6;
    margin-left: 1.6vw;
    width: 86%;
  }
}
.p-makukuru .l-other .contact-box__btn--item {
  width: 560;
  width: 38.8888888889vw;
  align-items: center;
  border: 3px solid #777;
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-makukuru .l-other .contact-box__btn--item {
    width: 560;
    width: 149.3333333333vw;
  }
}
.p-makukuru .l-other .contact-box__btn--item .text {
  font-size: 20px;
  letter-spacing: 0em;
  font-size: 1.3888888889vw;
  line-height: 1;
  padding: 34, 0, 34, 0;
  padding: 2.3611111111vw 0vw 2.3611111111vw 0vw;
  color: #777;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-makukuru .l-other .contact-box__btn--item .text {
    font-size: 18px;
    letter-spacing: 0em;
    font-size: 4.8vw;
    line-height: 1.7222222222;
    padding: 10, 0, 10, 0;
    padding: 2.6666666667vw 0vw 2.6666666667vw 0vw;
    text-align: center;
  }
}
.p-makukuru .l-other .contact-box__btn .arrow {
  right: -88;
  right: -6.1111111111vw;
  width: 150;
  width: 10.4166666667vw;
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-makukuru .l-other .contact-box__btn .arrow {
    right: -36;
    right: -9.6vw;
    width: 50;
    width: 13.3333333333vw;
  }
}

.p-recruit {
  background-color: #fff;
}
.p-recruit .l-main {
  margin-top: 250;
  margin-top: 17.3611111111vw;
}
@media screen and (max-width: 768px) {
  .p-recruit .l-main {
    margin-top: 146;
    margin-top: 38.9333333333vw;
  }
}
.p-recruit .contents-recruit {
  background-color: #FEE6F0;
  border-radius: 3.4722222222vw 3.4722222222vw 0 0;
  display: block;
  padding: 120, 0, 186, 0;
  padding: 8.3333333333vw 0vw 12.9166666667vw 0vw;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit {
    padding: 70, 0, 46, 0;
    padding: 18.6666666667vw 0vw 12.2666666667vw 0vw;
    border-radius: 8vw 8vw 0 0;
  }
}
.p-recruit .contents-recruit__head {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__head {
    display: block;
  }
}
.p-recruit .contents-recruit__head--item {
  margin-left: 120;
  margin-left: 8.3333333333vw;
  margin-top: 30;
  margin-top: 2.0833333333vw;
  width: 491;
  width: 34.0972222222vw;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__head--item {
    margin-left: unset;
    margin-top: unset;
    width: 100%;
  }
}
.p-recruit .contents-recruit__head--item .text-box {
  width: 492;
  width: 34.1666666667vw;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__head--item .text-box {
    margin: 0 auto;
    width: 82%;
  }
}
.p-recruit .contents-recruit__head--item .text-box .title {
  font-size: 44px;
  letter-spacing: 0em;
  font-size: 3.0555555556vw;
  line-height: 1;
  color: #F26B9F;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__head--item .text-box .title {
    font-size: 22px;
    letter-spacing: 0em;
    font-size: 5.8666666667vw;
    line-height: 1;
    text-align: center;
  }
}
.p-recruit .contents-recruit__head--item .text-box .text {
  font-size: 22px;
  letter-spacing: 0em;
  font-size: 1.5277777778vw;
  line-height: 1.4545454545;
  margin-top: 30;
  margin-top: 2.0833333333vw;
  color: #F26B9F;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__head--item .text-box .text {
    font-size: 15px;
    letter-spacing: 0em;
    font-size: 4vw;
    line-height: 1.6666666667;
    margin-top: 30;
    margin-top: 8vw;
  }
}
.p-recruit .contents-recruit__head--item .btn-box {
  margin-top: 72;
  margin-top: 5vw;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__head--item .btn-box {
    margin-top: 38;
    margin-top: 10.1333333333vw;
  }
}
.p-recruit .contents-recruit__head--item .btn-box .btn {
  font-size: 21px;
  letter-spacing: 0em;
  font-size: 1.4583333333vw;
  line-height: 1;
  padding: 32, 0, 36, 0;
  padding: 2.2222222222vw 0vw 2.5vw 0vw;
  width: 333;
  width: 23.125vw;
  background-color: #F26B9F;
  border-radius: 0.9027777778vw;
  color: #FFFFFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__head--item .btn-box .btn {
    font-size: 15px;
    letter-spacing: 0em;
    font-size: 4vw;
    line-height: 1;
    padding: 26, 0, 28, 0;
    padding: 6.9333333333vw 0vw 7.4666666667vw 0vw;
    border-radius: 3.4666666667vw;
    margin: 0 auto;
    width: 83%;
  }
}
.p-recruit .contents-recruit__head--img {
  width: 739;
  width: 51.3194444444vw;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__head--img {
    margin: 64, auto, 0, auto;
    margin: 4.4444444444vw auto 0vw auto;
    width: 93%;
    height: 240;
    height: 64vw;
  }
}
.p-recruit .contents-recruit__head--img .img {
  width: 100%;
  height: 100%;
}
.p-recruit .contents-recruit__top {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 100, auto, 0, auto;
  margin: 6.9444444444vw auto 0vw auto;
  width: 1206;
  width: 83.75vw;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__top {
    flex-direction: column;
    margin: 78, auto, 0, auto;
    margin: 20.8vw auto 0vw auto;
    width: 83%;
  }
}
.p-recruit .contents-recruit__top .item {
  margin: 120, auto, 0, auto;
  margin: 8.3333333333vw auto 0vw auto;
  width: 584;
  width: 40.5555555556vw;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__top .item {
    margin: 30, auto, 0, auto;
    margin: 8vw auto 0vw auto;
    width: 100%;
  }
}
.p-recruit .contents-recruit__top .item .title {
  font-size: 27px;
  letter-spacing: 0em;
  font-size: 1.875vw;
  line-height: 1.4444444444;
  color: #F26B9F;
  display: block;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  padding: 7, 0, 19, 0;
  padding: 0.4861111111vw 0vw 1.3194444444vw 0vw;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__top .item .title {
    font-size: 22px;
    letter-spacing: 0em;
    font-size: 5.8666666667vw;
    line-height: 1.2727272727;
    padding: 7, 0, 19, 0;
    padding: 1.8666666667vw 0vw 5.0666666667vw 0vw;
    text-align: center;
  }
}
.p-recruit .contents-recruit__top .item .img {
  width: 100%;
  height: 325;
  height: 22.5694444444vw;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__top .item .img {
    height: 240;
    height: 64vw;
  }
}
.p-recruit .contents-recruit__item {
  margin: 120, auto, 0, auto;
  margin: 8.3333333333vw auto 0vw auto;
  display: block;
  width: 1206;
  width: 83.75vw;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item {
    margin: 78, auto, 0, auto;
    margin: 20.8vw auto 0vw auto;
    width: 83%;
  }
}
.p-recruit .contents-recruit__item .title {
  font-size: 44px;
  letter-spacing: 0em;
  font-size: 3.0555555556vw;
  line-height: 1;
  color: #F26B9F;
  display: block;
  font-weight: bold;
  margin: 0 auto;
  padding: 7, 0, 9, 0;
  padding: 0.4861111111vw 0vw 0.625vw 0vw;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .title {
    font-size: 44px;
    letter-spacing: 0em;
    font-size: 11.7333333333vw;
    line-height: 1;
    text-align: center;
  }
}
.p-recruit .contents-recruit__item .list-recruit {
  margin-top: 52;
  margin-top: 3.6111111111vw;
  border-top: 0.1388888889vw solid #F26B9F;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit {
    margin-top: 44;
    margin-top: 11.7333333333vw;
    border-top: 0.5333333333vw solid #F26B9F;
  }
}
.p-recruit .contents-recruit__item .list-recruit__item {
  margin-top: 38;
  margin-top: 2.6388888889vw;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item {
    margin-top: 14;
    margin-top: 3.7333333333vw;
    display: block;
  }
}
.p-recruit .contents-recruit__item .list-recruit__item:not(:first-child) {
  margin-top: 31;
  margin-top: 2.1527777778vw;
  padding-top: 32;
  padding-top: 2.2222222222vw;
  border-top: 0.1388888889vw solid #F26B9F;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item:not(:first-child) {
    margin-top: 80;
    margin-top: 21.3333333333vw;
    padding-top: 14;
    padding-top: 3.7333333333vw;
  }
}
.p-recruit .contents-recruit__item .list-recruit__item .img-box {
  height: 350;
  height: 24.3055555556vw;
  width: 450;
  width: 31.25vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item .img-box {
    height: 240;
    height: 64vw;
    width: 100%;
  }
}
.p-recruit .contents-recruit__item .list-recruit__item .img-box iframe.img {
  object-fit: contain;
  aspect-ratio: 16/9;
  width: 100%;
}
.p-recruit .contents-recruit__item .list-recruit__item .detail-box {
  width: 708;
  width: 49.1666666667vw;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item .detail-box {
    margin-top: 20;
    margin-top: 5.3333333333vw;
    display: block;
    width: 100%;
  }
}
.p-recruit .contents-recruit__item .list-recruit__item .detail-box__position {
  font-size: 30px;
  letter-spacing: 0.15em;
  font-size: 2.0833333333vw;
  line-height: 1.1666666667;
  width: 80;
  width: 5.5555555556vw;
  align-items: center;
  box-sizing: border-box;
  color: #F26B9F;
  display: flex;
  font-weight: bold;
  justify-content: center;
  text-orientation: upright;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item .detail-box__position {
    font-size: 30px;
    letter-spacing: 0em;
    font-size: 8vw;
    line-height: 1.1666666667;
    display: block;
    margin-top: unset;
    writing-mode: unset;
    width: unset;
  }
}
.p-recruit .contents-recruit__item .list-recruit__item .detail-box__text {
  width: 586;
  width: 40.6944444444vw;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item .detail-box__text {
    margin-top: 20;
    margin-top: 5.3333333333vw;
    width: 100%;
  }
}
.p-recruit .contents-recruit__item .list-recruit__item .detail-box__text--point {
  display: block;
  width: 100%;
}
.p-recruit .contents-recruit__item .list-recruit__item .detail-box__text--point .point-list {
  display: block;
  width: 100%;
}
.p-recruit .contents-recruit__item .list-recruit__item .detail-box__text--point .point-list__item {
  font-size: 18px;
  letter-spacing: 0em;
  font-size: 1.25vw;
  line-height: 1.3333333333;
  color: #F26B9F;
  display: flex;
  text-align: justify;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item .detail-box__text--point .point-list__item {
    font-size: 15px;
    letter-spacing: 0em;
    font-size: 4vw;
    line-height: 1.6;
  }
}
.p-recruit .contents-recruit__item .list-recruit__item .option-box {
  margin-top: 42;
  margin-top: 2.9166666667vw;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item .option-box {
    margin-top: 42;
    margin-top: 11.2vw;
    display: block;
  }
}
.p-recruit .contents-recruit__item .list-recruit__item .option-box .category {
  font-size: 14px;
  letter-spacing: 0em;
  font-size: 0.9722222222vw;
  line-height: 1;
  margin-top: 3;
  margin-top: 0.2083333333vw;
  margin-left: -8;
  margin-left: -0.5555555556vw;
  color: #F26B9F;
  width: 17%;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item .option-box .category {
    font-size: 14px;
    letter-spacing: 0em;
    font-size: 3.7333333333vw;
    line-height: 1;
    margin-left: unset;
    margin-top: unset;
    width: 100%;
  }
}
.p-recruit .contents-recruit__item .list-recruit__item .option-box .category.space {
  margin-top: 48;
  margin-top: 3.3333333333vw;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item .option-box .category.space {
    margin-top: 34;
    margin-top: 9.0666666667vw;
  }
}
.p-recruit .contents-recruit__item .list-recruit__item .option-box .text {
  font-size: 14px;
  letter-spacing: -0.02em;
  font-size: 0.9722222222vw;
  line-height: 1.4285714286;
  width: 494;
  width: 34.3055555556vw;
  color: #592508;
  text-align: justify;
  width: 82%;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item .option-box .text {
    font-size: 14px;
    letter-spacing: -0.02em;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    margin-top: 20;
    margin-top: 5.3333333333vw;
    margin-left: unset;
    width: 100%;
  }
}
.p-recruit .contents-recruit__item .list-recruit__item .option-box .text.space {
  margin-top: 44;
  margin-top: 3.0555555556vw;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item .option-box .text.space {
    margin-top: 20;
    margin-top: 5.3333333333vw;
  }
}
.p-recruit .contents-recruit__item .list-recruit__item:first-child .detail-box__position {
  margin-top: -26;
  margin-top: -1.8055555556vw;
  padding-right: 10;
  padding-right: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item:first-child .detail-box__position {
    margin-top: unset;
    padding-right: unset;
  }
}
.p-recruit .contents-recruit__item .list-recruit__item:nth-child(2) .detail-box__position {
  font-size: 30px;
  letter-spacing: 0.18em;
  font-size: 2.0833333333vw;
  line-height: 1.1666666667;
  margin-top: 5;
  margin-top: 0.3472222222vw;
  padding-right: 10;
  padding-right: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item:nth-child(2) .detail-box__position {
    font-size: 30px;
    letter-spacing: 0em;
    font-size: 8vw;
    line-height: 1.1666666667;
    display: block;
    margin-top: unset;
    writing-mode: unset;
    width: unset;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item:nth-child(2) .detail-box__text {
    margin-top: 36;
    margin-top: 9.6vw;
  }
}
.p-recruit .contents-recruit__item .list-recruit__item:nth-child(2) .option-box {
  margin-top: 44;
  margin-top: 3.0555555556vw;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item:nth-child(2) .option-box {
    margin-top: 30;
    margin-top: 8vw;
  }
}
.p-recruit .contents-recruit__item .list-recruit__item:nth-child(2) .option-box .category.space {
  margin-top: 46;
  margin-top: 3.1944444444vw;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item:nth-child(2) .option-box .category.space {
    margin-top: 50;
    margin-top: 13.3333333333vw;
  }
}
.p-recruit .contents-recruit__item .list-recruit__item:nth-child(2) .option-box .text.space {
  margin-top: 44;
  margin-top: 3.0555555556vw;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item:nth-child(2) .option-box .text.space {
    margin-top: 16;
    margin-top: 4.2666666667vw;
  }
}
.p-recruit .contents-recruit__item .list-recruit__item:nth-child(3) {
  margin-top: 30;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item:nth-child(3) {
    margin-top: 80;
    margin-top: 21.3333333333vw;
    padding-top: 16;
    padding-top: 4.2666666667vw;
  }
}
.p-recruit .contents-recruit__item .list-recruit__item:nth-child(3) .detail-box__position {
  font-size: 30px;
  letter-spacing: 0.18em;
  font-size: 2.0833333333vw;
  line-height: 1.3333333333;
  padding-right: 24;
  padding-right: 1.6666666667vw;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item:nth-child(3) .detail-box__position {
    font-size: 30px;
    letter-spacing: 0em;
    font-size: 8vw;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item:nth-child(3) .detail-box__text {
    margin-top: 34;
    margin-top: 9.0666666667vw;
  }
}
.p-recruit .contents-recruit__item .list-recruit__item:nth-child(3) .option-box {
  margin-top: 46;
  margin-top: 3.1944444444vw;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item:nth-child(3) .option-box {
    margin-top: 30;
    margin-top: 8vw;
  }
}
.p-recruit .contents-recruit__item .list-recruit__item:nth-child(3) .option-box .category.space {
  margin-top: 44;
  margin-top: 3.0555555556vw;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item:nth-child(3) .option-box .category.space {
    margin-top: 36;
    margin-top: 9.6vw;
  }
}
.p-recruit .contents-recruit__item .list-recruit__item:nth-child(3) .option-box .text.space {
  margin-top: 40;
  margin-top: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item:nth-child(3) .option-box .text.space {
    margin-top: 18;
    margin-top: 4.8vw;
  }
}
.p-recruit .contents-recruit__item .list-recruit__item:nth-child(4) {
  margin-top: 30;
  margin-top: 2.0833333333vw;
  padding-top: 30;
  padding-top: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item:nth-child(4) {
    margin-top: 80;
    margin-top: 21.3333333333vw;
    padding-top: 16;
    padding-top: 4.2666666667vw;
  }
}
.p-recruit .contents-recruit__item .list-recruit__item:nth-child(4) .detail-box__position {
  font-size: 30px;
  letter-spacing: 0.18em;
  font-size: 2.0833333333vw;
  line-height: 1.3333333333;
  margin-top: 5;
  margin-top: 0.3472222222vw;
  padding-right: 2;
  padding-right: 0.1388888889vw;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item:nth-child(4) .detail-box__position {
    font-size: 30px;
    letter-spacing: 0em;
    font-size: 8vw;
    line-height: 1.2;
    margin-top: 5;
    margin-top: 1.3333333333vw;
    padding-right: unset;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item:nth-child(4) .detail-box__text {
    margin-top: 34;
    margin-top: 9.0666666667vw;
  }
}
.p-recruit .contents-recruit__item .list-recruit__item:nth-child(4) .option-box {
  margin-top: 42;
  margin-top: 2.9166666667vw;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item:nth-child(4) .option-box {
    margin-top: 38;
    margin-top: 10.1333333333vw;
  }
}
.p-recruit .contents-recruit__item .list-recruit__item:nth-child(4) .option-box .category.space {
  margin-top: 46;
  margin-top: 3.1944444444vw;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item:nth-child(4) .option-box .category.space {
    margin-top: 34;
    margin-top: 9.0666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item:nth-child(4) .option-box .text {
    margin-top: 18;
    margin-top: 4.8vw;
  }
}
.p-recruit .contents-recruit__item .list-recruit__item:nth-child(4) .option-box .text.space {
  margin-top: 42;
  margin-top: 2.9166666667vw;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item:nth-child(4) .option-box .text.space {
    margin-top: 18;
    margin-top: 4.8vw;
  }
}
.p-recruit .contents-recruit__item .list-recruit__item:nth-child(5) {
  margin-top: 30;
  margin-top: 2.0833333333vw;
  padding-top: 30;
  padding-top: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item:nth-child(5) {
    margin-top: 80;
    margin-top: 21.3333333333vw;
    padding-top: 16;
    padding-top: 4.2666666667vw;
  }
}
.p-recruit .contents-recruit__item .list-recruit__item:nth-child(5) .detail-box__position {
  font-size: 30px;
  letter-spacing: 0.2em;
  font-size: 2.0833333333vw;
  line-height: 1.3333333333;
  margin-top: -35;
  margin-top: -2.4305555556vw;
  padding-right: 2;
  padding-right: 0.1388888889vw;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item:nth-child(5) .detail-box__position {
    font-size: 30px;
    letter-spacing: 0em;
    font-size: 8vw;
    line-height: 1.2;
    margin-top: 5;
    margin-top: 1.3333333333vw;
    padding-right: unset;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item:nth-child(5) .detail-box__text {
    margin-top: 122;
    margin-top: 8.4722222222vw;
  }
}
.p-recruit .contents-recruit__item .list-recruit__item:nth-child(5) .option-box {
  margin-top: 44;
  margin-top: 3.0555555556vw;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item:nth-child(5) .option-box {
    margin-top: 150;
    margin-top: 10.4166666667vw;
  }
}
.p-recruit .contents-recruit__item .list-recruit__item:nth-child(5) .option-box .category.space {
  margin-top: 64;
  margin-top: 4.4444444444vw;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item:nth-child(5) .option-box .category.space {
    margin-top: 140;
    margin-top: 9.7222222222vw;
  }
}
.p-recruit .contents-recruit__item .list-recruit__item:nth-child(5) .option-box .text.space {
  margin-top: 60;
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item:nth-child(5) .option-box .text.space {
    margin-top: 70;
    margin-top: 4.8611111111vw;
  }
}
.p-recruit .contents-recruit__item .list-recruit__item:nth-child(6) {
  margin-top: 32;
  margin-top: 2.2222222222vw;
  padding-top: 30;
  padding-top: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item:nth-child(6) {
    margin-top: 80;
    margin-top: 21.3333333333vw;
    padding-top: 16;
    padding-top: 4.2666666667vw;
  }
}
.p-recruit .contents-recruit__item .list-recruit__item:nth-child(6) .detail-box__position {
  font-size: 30px;
  letter-spacing: 0.15em;
  font-size: 2.0833333333vw;
  line-height: 1.6666666667;
  padding-right: 2;
  padding-right: 0.1388888889vw;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item:nth-child(6) .detail-box__position {
    font-size: 30px;
    letter-spacing: 0em;
    font-size: 8vw;
    line-height: 1.2;
    margin-top: 5;
    margin-top: 1.3333333333vw;
    padding-right: unset;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item:nth-child(6) .detail-box__text {
    margin-top: 34;
    margin-top: 9.0666666667vw;
  }
}
.p-recruit .contents-recruit__item .list-recruit__item:nth-child(6) .option-box {
  margin-top: 42;
  margin-top: 2.9166666667vw;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item:nth-child(6) .option-box {
    margin-top: 34;
    margin-top: 9.0666666667vw;
  }
}
.p-recruit .contents-recruit__item .list-recruit__item:nth-child(6) .option-box .category.space {
  margin-top: 45;
  margin-top: 3.125vw;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item:nth-child(6) .option-box .category.space {
    margin-top: 34;
    margin-top: 9.0666666667vw;
  }
}
.p-recruit .contents-recruit__item .list-recruit__item:nth-child(6) .option-box .text.space {
  margin-top: 42;
  margin-top: 2.9166666667vw;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item:nth-child(6) .option-box .text.space {
    margin-top: 20;
    margin-top: 5.3333333333vw;
  }
}
.p-recruit .contents-recruit__item .list-recruit__item:nth-child(7) {
  margin-top: 30;
  margin-top: 2.0833333333vw;
  padding-top: 30;
  padding-top: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item:nth-child(7) {
    margin-top: 78;
    margin-top: 20.8vw;
    padding-top: 16;
    padding-top: 4.2666666667vw;
  }
}
.p-recruit .contents-recruit__item .list-recruit__item:nth-child(7) .detail-box__position {
  font-size: 30px;
  letter-spacing: 0.15em;
  font-size: 2.0833333333vw;
  line-height: 1.3333333333;
  margin-top: 10;
  margin-top: 0.6944444444vw;
  padding-right: 2;
  padding-right: 0.1388888889vw;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item:nth-child(7) .detail-box__position {
    font-size: 30px;
    letter-spacing: 0em;
    font-size: 8vw;
    line-height: 1.2;
    margin-top: 5;
    margin-top: 1.3333333333vw;
    padding-right: unset;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item:nth-child(7) .detail-box__text {
    margin-top: 34;
    margin-top: 9.0666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item:nth-child(7) .detail-box__text--point .point-list {
    margin: 0 auto;
    width: 97%;
  }
}
.p-recruit .contents-recruit__item .list-recruit__item:nth-child(7) .option-box {
  margin-top: 46;
  margin-top: 3.1944444444vw;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item:nth-child(7) .option-box {
    margin-top: 34;
    margin-top: 9.0666666667vw;
  }
}
.p-recruit .contents-recruit__item .list-recruit__item:nth-child(7) .option-box .category.space {
  margin-top: 46;
  margin-top: 3.1944444444vw;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item:nth-child(7) .option-box .category.space {
    margin-top: 54;
    margin-top: 14.4vw;
  }
}
.p-recruit .contents-recruit__item .list-recruit__item:nth-child(7) .option-box .text.space {
  margin-top: 42;
  margin-top: 2.9166666667vw;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__item .list-recruit__item:nth-child(7) .option-box .text.space {
    margin-top: 20;
    margin-top: 5.3333333333vw;
  }
}
.p-recruit .contents-recruit__other {
  margin: 30, auto, 0, auto;
  margin: 2.0833333333vw auto 0vw auto;
  padding-top: 68;
  padding-top: 4.7222222222vw;
  width: 1206;
  width: 83.75vw;
  border-top: 0.1388888889vw solid #F26B9F;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__other {
    margin: 30, auto, 0, auto;
    margin: 8vw auto 0vw auto;
    padding-top: 16;
    padding-top: 4.2666666667vw;
    border-top: 0.5333333333vw solid #F26B9F;
    width: 94%;
  }
}
.p-recruit .contents-recruit__other .text {
  font-size: 20px;
  letter-spacing: 0em;
  font-size: 1.3888888889vw;
  line-height: 1;
  color: #F26B9F;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__other .text {
    font-size: 20px;
    letter-spacing: 0em;
    font-size: 5.3333333333vw;
    line-height: 1.7;
  }
}
.p-recruit .contents-recruit__other .btn-box {
  margin-top: 10;
  margin-top: 0.6944444444vw;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__other .btn-box {
    margin-top: 40;
    margin-top: 2.7777777778vw;
  }
}
.p-recruit .contents-recruit__other .btn-box__btn {
  font-size: 29px;
  letter-spacing: 0em;
  font-size: 2.0138888889vw;
  line-height: 1;
  padding: 44, 0, 44, 0;
  padding: 3.0555555556vw 0vw 3.0555555556vw 0vw;
  width: 728;
  width: 50.5555555556vw;
  align-items: center;
  background-color: #F26B9F;
  border-radius: 0.9027777778vw;
  color: #FFFFFF;
  display: flex;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  justify-content: center;
  margin: 0 auto;
  text-decoration: unset;
}
@media screen and (max-width: 768px) {
  .p-recruit .contents-recruit__other .btn-box__btn {
    font-size: 30px;
    letter-spacing: 0em;
    font-size: 8vw;
    line-height: 1.1666666667;
    padding: 24, 0, 24, 0;
    padding: 6.4vw 0vw 6.4vw 0vw;
    border-radius: 6.1333333333vw;
    text-align: center;
    width: 100%;
  }
}

.p-company {
  background-color: #F7F5E9;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-company {
    background-color: #FFFFFF;
  }
}
.p-company .l-main {
  margin-top: 254;
  margin-top: 17.6388888889vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-company .l-main {
    margin-top: 146;
    margin-top: 38.9333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company .contents-company {
    padding-top: 70;
    padding-top: 18.6666666667vw;
    background-color: #F7F5E9;
    border-radius: 5.3333333333vw 5.3333333333vw 0 0;
  }
}
.p-company .contents-company__nav {
  display: block;
  left: 8.4%;
  position: fixed;
  top: 25.5%;
}
.p-company .contents-company__nav .list-nav {
  display: block;
}
.p-company .contents-company__nav .list-nav__item {
  display: block;
}
.p-company .contents-company__nav .list-nav__item .link {
  font-size: 22px;
  letter-spacing: 0em;
  font-size: 1.5277777778vw;
  line-height: 1;
  font-weight: 700;
  color: #404040;
  text-decoration: none;
}
.p-company .contents-company__nav .list-nav__item:not(:first-child) {
  margin-top: 60;
  margin-top: 4.1666666667vw;
}
.p-company .contents-company__detail {
  display: block;
  width: 100%;
}
.p-company .contents-company__detail--head {
  padding-right: 60;
  padding-right: 4.1666666667vw;
  width: 1104;
  width: 76.6666666667vw;
  box-sizing: border-box;
  display: block;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--head {
    margin-left: unset;
    margin: 0 auto;
    padding-right: unset;
    width: 100%;
  }
}
.p-company .contents-company__detail--head .text {
  font-size: 30px;
  letter-spacing: 0em;
  font-size: 2.0833333333vw;
  line-height: 1;
  color: #F26B9F;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--head .text {
    font-size: 22px;
    letter-spacing: 0em;
    font-size: 5.8666666667vw;
    line-height: 1;
  }
}
.p-company .contents-company__detail--head .title {
  margin: 40, auto, 0, auto;
  margin: 2.7777777778vw auto 0vw auto;
  width: 900;
  width: 62.5vw;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--head .title {
    margin: 36, auto, 0, auto;
    margin: 9.6vw auto 0vw auto;
    width: 100%;
  }
}
.p-company .contents-company__detail--head .title .logo {
  display: block;
  height: auto;
  width: 100%;
}
.p-company .contents-company__detail--item {
  margin-top: 106;
  margin-top: 7.3611111111vw;
  box-sizing: border-box;
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item {
    margin-top: 88;
    margin-top: 23.4666666667vw;
  }
}
.p-company .contents-company__detail--item .company-detail {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail {
    margin-top: 72;
    margin-top: 19.2vw;
  }
}
.p-company .contents-company__detail--item .company-detail__box {
  padding: 0, 0, 78, 0;
  padding: 0vw 0vw 5.4166666667vw 0vw;
  width: 1104;
  width: 76.6666666667vw;
  display: block;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box {
    padding: 40, 0, 80, 0;
    padding: 10.6666666667vw 0vw 21.3333333333vw 0vw;
    width: 93%;
  }
}
.p-company .contents-company__detail--item .company-detail__box .img-box {
  padding-left: 56;
  padding-left: 3.8888888889vw;
  box-sizing: border-box;
  display: block;
  width: 89%;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .img-box {
    border-top-right-radius: 5.3333333333vw;
    border-top-left-radius: 5.3333333333vw;
    overflow: hidden;
    padding-left: unset;
    width: 100%;
  }
}
.p-company .contents-company__detail--item .company-detail__box .img-box .img {
  display: block;
  width: 100%;
}
.p-company .contents-company__detail--item .company-detail__box .img-box .name-box {
  margin-top: 22;
  margin-top: 1.5277777778vw;
  padding-right: 130;
  padding-right: 9.0277777778vw;
  padding-left: 152;
  padding-left: 10.5555555556vw;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .img-box .name-box {
    margin-top: 18;
    margin-top: 4.8vw;
    box-sizing: border-box;
    margin-inline: auto;
    padding-right: unset;
    padding-left: unset;
    width: 84%;
  }
}
.p-company .contents-company__detail--item .company-detail__box .img-box .name-box__item {
  display: block;
  text-align: center;
}
.p-company .contents-company__detail--item .company-detail__box .img-box .name-box__item .position {
  font-size: 16px;
  letter-spacing: 0em;
  font-size: 1.1111111111vw;
  line-height: 1.6875;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .img-box .name-box__item .position {
    font-size: 12px;
    letter-spacing: 0em;
    font-size: 3.2vw;
    line-height: 1;
  }
}
.p-company .contents-company__detail--item .company-detail__box .img-box .name-box__item .name {
  font-size: 26px;
  letter-spacing: 0em;
  font-size: 1.8055555556vw;
  line-height: 1.6923076923;
  margin-top: -3;
  margin-top: -0.2083333333vw;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .img-box .name-box__item .name {
    font-size: 16px;
    letter-spacing: 0em;
    font-size: 4.2666666667vw;
    line-height: 1.6875;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .img-box .name-box__item:first-child {
    margin-left: 4;
    margin-left: 1.0666666667vw;
    margin-top: 18;
    margin-top: 4.8vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .img-box .name-box__item:nth-child(2) {
    margin-left: 5;
    margin-left: 1.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .img-box .name-box__item:last-child {
    margin-left: 4;
    margin-left: 1.0666666667vw;
    margin-top: 18;
    margin-top: 4.8vw;
  }
}
.p-company .contents-company__detail--item .company-detail__box .margin-box {
  margin-top: 110;
  margin-top: 7.6388888889vw;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .margin-box {
    margin-top: 80;
    margin-top: 21.3333333333vw;
  }
}
.p-company .contents-company__detail--item .company-detail__box .title-box {
  padding-right: 180;
  padding-right: 12.5vw;
  padding-left: 56;
  padding-left: 3.8888888889vw;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .title-box {
    display: block;
    padding-right: unset;
    padding-left: unset;
  }
}
.p-company .contents-company__detail--item .company-detail__box .title-box .e-title {
  font-size: 60px;
  letter-spacing: 0em;
  font-size: 4.1666666667vw;
  line-height: 1.2;
  color: #F26B9F;
  font-family: "Dancing Script", cursive;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .title-box .e-title {
    font-size: 45px;
    letter-spacing: 0em;
    font-size: 12vw;
    line-height: 1.2;
    text-align: center;
  }
}
.p-company .contents-company__detail--item .company-detail__box .title-box .jp-title {
  font-size: 30px;
  letter-spacing: 0em;
  font-size: 2.0833333333vw;
  line-height: 1.4;
  color: #F26B9F;
  font-family: "Dancing Script", cursive;
  font-weight: 30;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .title-box .jp-title {
    font-size: 22px;
    letter-spacing: 0em;
    font-size: 5.8666666667vw;
    line-height: 1.4545454545;
    text-align: center;
  }
}
.p-company .contents-company__detail--item .company-detail__box .title-box .caption {
  font-size: 30px;
  letter-spacing: 0em;
  font-size: 2.0833333333vw;
  line-height: 1.4666666667;
  margin-top: 10;
  margin-top: 0.6944444444vw;
  color: #F26B9F;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .title-box .caption {
    font-size: 22px;
    letter-spacing: 0em;
    font-size: 5.8666666667vw;
    line-height: 1;
    margin-top: 20;
    margin-top: 5.3333333333vw;
    text-align: center;
  }
}
.p-company .contents-company__detail--item .company-detail__box .detail-box {
  margin-top: 46;
  margin-top: 3.1944444444vw;
  padding-left: 56;
  padding-left: 3.8888888889vw;
  display: flex;
  flex-direction: inherit;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .detail-box {
    margin-top: 36;
    margin-top: 9.6vw;
  }
}
.p-company .contents-company__detail--item .company-detail__box .detail-box .catch {
  font-size: 30px;
  letter-spacing: 0em;
  font-size: 2.0833333333vw;
  line-height: 1.4666666667;
  box-sizing: border-box;
  color: #404040;
  font-weight: 600;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .detail-box .catch {
    font-size: 22px;
    letter-spacing: -0.078em;
    font-size: 5.8666666667vw;
    line-height: 1.6818181818;
    order: 2;
    margin-top: unset;
    width: 100%;
  }
}
.p-company .contents-company__detail--item .company-detail__box .detail-box .img-box {
  height: 452;
  height: 31.3888888889vw;
  margin-top: 40;
  margin-top: 2.7777777778vw;
  width: 296;
  width: 20.5555555556vw;
  border-radius: 1.3888888889vw 1.3888888889vw 0 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .detail-box .img-box {
    height: 420;
    height: 112vw;
    order: 1;
    overflow: hidden;
    width: 91%;
  }
}
.p-company .contents-company__detail--item .company-detail__box .detail-box .text-box {
  margin-top: 32;
  margin-top: 2.2222222222vw;
  width: 926;
  width: 64.3055555556vw;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .detail-box .text-box {
    margin-top: 38;
    margin-top: 10.1333333333vw;
    order: 3;
    margin-left: unset;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .detail-box .text-box__main {
    width: 100%;
  }
}
.p-company .contents-company__detail--item .company-detail__box .detail-box .text-box__main .text {
  font-size: 18px;
  letter-spacing: 0em;
  font-size: 1.25vw;
  line-height: 1.7777777778;
  text-align: justify;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .detail-box .text-box__main .text {
    font-size: 15px;
    letter-spacing: -0.05em;
    font-size: 4vw;
    line-height: 1.6666666667;
  }
}
.p-company .contents-company__detail--item .company-detail__box .detail-box .text-box__name {
  margin-top: 12;
  margin-top: 0.8333333333vw;
  display: block;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .detail-box .text-box__name {
    margin-top: 10;
    margin-top: 2.6666666667vw;
  }
}
.p-company .contents-company__detail--item .company-detail__box .detail-box .text-box__name .day {
  font-size: 16px;
  letter-spacing: 0.02em;
  font-size: 1.1111111111vw;
  line-height: 1;
  color: #404040;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .detail-box .text-box__name .day {
    font-size: 14px;
    letter-spacing: 0em;
    font-size: 3.7333333333vw;
    line-height: 1;
  }
}
.p-company .contents-company__detail--item .company-detail__box .detail-box .text-box__name .name-box {
  margin-top: 10;
  margin-top: 0.6944444444vw;
  align-items: center;
  color: #404040;
  display: flex;
  align-items: flex-end;
  margin-left: auto;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .detail-box .text-box__name .name-box {
    margin-top: 24;
    margin-top: 6.4vw;
    padding-left: 15;
    padding-left: 4vw;
    box-sizing: border-box;
    justify-content: end;
    width: 100%;
  }
}
.p-company .contents-company__detail--item .company-detail__box .detail-box .text-box__name .name-box .position {
  font-size: 18px;
  letter-spacing: 0em;
  font-size: 1.25vw;
  line-height: 1.3333333333;
  margin-bottom: 12;
  margin-bottom: 0.8333333333vw;
  left: 16;
  left: 1.1111111111vw;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .detail-box .text-box__name .name-box .position {
    font-size: 14px;
    letter-spacing: 0em;
    font-size: 3.7333333333vw;
    line-height: 1.2857142857;
    left: -2;
    left: -0.5333333333vw;
  }
}
.p-company .contents-company__detail--item .company-detail__box .detail-box .text-box__name .name-box .name-img {
  right: -30;
  right: -2.0833333333vw;
  width: 270;
  width: 18.75vw;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .detail-box .text-box__name .name-box .name-img {
    width: 60%;
  }
}
.p-company .contents-company__detail--item .company-detail__box .intro-box {
  margin: 70, 0, 0, 0;
  margin: 4.8611111111vw 0vw 0vw 0vw;
  padding-left: 42;
  padding-left: 2.9166666667vw;
  width: 776;
  width: 53.8888888889vw;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .intro-box {
    margin: 50, auto, 0, auto;
    margin: 13.3333333333vw auto 0vw auto;
    padding-right: 22;
    padding-right: 5.8666666667vw;
    display: block;
    width: 87%;
  }
}
.p-company .contents-company__detail--item .company-detail__box .intro-box__item {
  width: 300;
  width: 20.8333333333vw;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .intro-box__item {
    width: 100%;
  }
}
.p-company .contents-company__detail--item .company-detail__box .intro-box__item .img-box {
  height: 340;
  height: 23.6111111111vw;
  border-radius: 1.3888888889vw 1.3888888889vw 0 0;
  display: block;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .intro-box__item .img-box {
    height: 340;
    height: 90.6666666667vw;
    border-radius: 5.3333333333vw 5.3333333333vw 0 0;
  }
}
.p-company .contents-company__detail--item .company-detail__box .intro-box__item .img-box .img {
  height: 100%;
  width: 100%;
}
.p-company .contents-company__detail--item .company-detail__box .intro-box__item .name-box {
  margin-top: 20;
  margin-top: 1.3888888889vw;
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .intro-box__item .name-box {
    margin-top: 46;
    margin-top: 12.2666666667vw;
  }
}
.p-company .contents-company__detail--item .company-detail__box .intro-box__item .name-box .position,
.p-company .contents-company__detail--item .company-detail__box .intro-box__item .name-box .name {
  color: #404040;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.p-company .contents-company__detail--item .company-detail__box .intro-box__item .name-box .position {
  font-size: 14px;
  letter-spacing: 0em;
  font-size: 0.9722222222vw;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .intro-box__item .name-box .position {
    font-size: 14px;
    letter-spacing: 0em;
    font-size: 3.7333333333vw;
    line-height: 1;
  }
}
.p-company .contents-company__detail--item .company-detail__box .intro-box__item .name-box .name {
  margin-top: 10;
  margin-top: 0.6944444444vw;
  font-size: 22px;
  letter-spacing: 0em;
  font-size: 1.5277777778vw;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .intro-box__item .name-box .name {
    margin-top: 10;
    margin-top: 2.6666666667vw;
    font-size: 22px;
    letter-spacing: 0em;
    font-size: 5.8666666667vw;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .intro-box__item:last-child {
    margin-top: 80;
    margin-top: 21.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .intro-box__item:last-child .name-box {
    margin-top: 20;
    margin-top: 5.3333333333vw;
  }
}
.p-company .contents-company__detail--item .company-detail__box .intro-box__item:last-child .name-box .name {
  font-size: 22px;
  letter-spacing: 0em;
  font-size: 1.5277777778vw;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .intro-box__item:last-child .name-box .name {
    font-size: 22px;
    letter-spacing: 0em;
    font-size: 5.8666666667vw;
    line-height: 1;
  }
}
.p-company .contents-company__detail--item .company-detail__box .list-history {
  margin-top: 56;
  margin-top: 3.8888888889vw;
  width: 1060;
  width: 73.6111111111vw;
  box-sizing: border-box;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .list-history {
    margin: 66, auto, 0, auto;
    margin: 17.6vw auto 0vw auto;
    width: 100%;
  }
}
.p-company .contents-company__detail--item .company-detail__box .list-history__item {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .list-history__item {
    flex-direction: column;
    margin: 0 auto;
    width: 86%;
  }
}
.p-company .contents-company__detail--item .company-detail__box .list-history__item:before {
  height: 2;
  height: 0.1388888889vw;
  width: 668;
  width: 46.3888888889vw;
  background-color: #BFAA19;
  content: "";
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .list-history__item:before {
    height: 2;
    height: 0.5333333333vw;
    width: 100%;
  }
}
.p-company .contents-company__detail--item .company-detail__box .list-history__item .img-box {
  margin-top: 42;
  margin-top: 2.9166666667vw;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .list-history__item .img-box {
    border-radius: unset;
    height: auto;
    width: 100%;
  }
}
.p-company .contents-company__detail--item .company-detail__box .list-history__item .text-box {
  margin-top: 36;
  margin-top: 2.5vw;
  width: 423;
  width: 29.375vw;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .list-history__item .text-box {
    margin: 40, auto, 0, auto;
    margin: 10.6666666667vw auto 0vw auto;
    width: 95%;
  }
}
.p-company .contents-company__detail--item .company-detail__box .list-history__item .text-box__head {
  display: block;
}
.p-company .contents-company__detail--item .company-detail__box .list-history__item .text-box__head .day {
  font-size: 45px;
  letter-spacing: 0em;
  font-size: 3.125vw;
  line-height: 1;
  color: #CAB731;
  font-family: "Dancing Script", cursive;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .list-history__item .text-box__head .day {
    font-size: 45px;
    letter-spacing: 0em;
    font-size: 12vw;
    line-height: 1;
    padding-left: 6;
    padding-left: 1.6vw;
  }
}
.p-company .contents-company__detail--item .company-detail__box .list-history__item .text-box__head .title {
  font-size: 28px;
  letter-spacing: 0em;
  font-size: 1.9444444444vw;
  line-height: 1.4285714286;
  margin-top: 20;
  margin-top: 1.3888888889vw;
  color: #F26B9F;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .list-history__item .text-box__head .title {
    font-size: 28px;
    letter-spacing: 0em;
    font-size: 7.4666666667vw;
    line-height: 1.4285714286;
    margin-top: unset;
  }
}
.p-company .contents-company__detail--item .company-detail__box .list-history__item .text-box__text {
  margin-top: 10;
  margin-top: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .list-history__item .text-box__text {
    margin-top: 16;
    margin-top: 4.2666666667vw;
    margin-inline: auto;
  }
}
.p-company .contents-company__detail--item .company-detail__box .list-history__item .text-box__text .text {
  font-size: 15px;
  letter-spacing: 0em;
  font-size: 1.0416666667vw;
  line-height: 2;
  text-align: justify;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .list-history__item .text-box__text .text {
    font-size: 15px;
    letter-spacing: -0.03em;
    font-size: 4vw;
    line-height: 1.6;
  }
}
.p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(2n+1):before {
  left: 0;
}
.p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(2n) {
  padding-bottom: 30;
  padding-bottom: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(2n) {
    padding-bottom: 30;
    padding-bottom: 8vw;
  }
}
.p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(2n):before {
  right: 7%;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(2n):before {
    right: unset;
  }
}
.p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(2n) .img-box {
  order: 2;
}
.p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(2n) .text-box {
  order: 1;
}
.p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(n+2) {
  margin-top: 76;
  margin-top: 5.2777777778vw;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(n+2) {
    margin-top: 62;
    margin-top: 16.5333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(n+2) .text-box__head {
    padding-top: 20;
    padding-top: 5.3333333333vw;
  }
}
.p-company .contents-company__detail--item .company-detail__box .list-history__item:first-child {
  padding-left: 42;
  padding-left: 2.9166666667vw;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .list-history__item:first-child {
    padding-left: unset;
  }
}
.p-company .contents-company__detail--item .company-detail__box .list-history__item:first-child:before {
  left: 60;
  left: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .list-history__item:first-child:before {
    position: unset;
    content: unset;
  }
}
.p-company .contents-company__detail--item .company-detail__box .list-history__item:first-child .img-box {
  height: 398;
  height: 27.6388888889vw;
  width: 480;
  width: 33.3333333333vw;
  display: block;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .list-history__item:first-child .img-box {
    margin-top: 28;
    margin-top: 7.4666666667vw;
    height: auto;
    width: 100%;
  }
}
.p-company .contents-company__detail--item .company-detail__box .list-history__item:first-child .img-box .img {
  height: 100%;
  width: 100%;
}
.p-company .contents-company__detail--item .company-detail__box .list-history__item:first-child .text-box {
  margin-right: 80;
  margin-right: 5.5555555556vw;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .list-history__item:first-child .text-box {
    margin-top: 16;
    margin-top: 4.2666666667vw;
    margin-inline: auto;
  }
}
.p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(2) {
  padding-left: 60;
  padding-left: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(2) {
    padding-left: unset;
  }
}
.p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(2) .img-box {
  height: 420;
  height: 29.1666666667vw;
  margin-right: 36;
  margin-right: 2.5vw;
  margin-top: 48;
  margin-top: 3.3333333333vw;
  width: 502;
  width: 34.8611111111vw;
  padding: unset;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(2) .img-box {
    margin-top: 38;
    margin-top: 10.1333333333vw;
    height: auto;
    margin-right: unset;
    order: 1;
    width: 100%;
  }
}
.p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(2) .text-box {
  margin-top: 46;
  margin-top: 3.1944444444vw;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(2) .text-box {
    margin-top: 23;
    margin-top: 6.1333333333vw;
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(2) .text-box__head .title {
    font-size: 24px;
    letter-spacing: 0em;
    font-size: 6.4vw;
    line-height: 1.6666666667;
  }
}
.p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(3) {
  margin-top: 46;
  margin-top: 3.1944444444vw;
  padding-right: 14;
  padding-right: 0.9722222222vw;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(3) {
    margin-top: 32;
    margin-top: 8.5333333333vw;
    padding-right: unset;
  }
}
.p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(3):before {
  left: 4.1%;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(3):before {
    left: 0;
  }
}
.p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(3) .img-box {
  margin-left: 44;
  margin-left: 3.0555555556vw;
  margin-top: 32;
  margin-top: 2.2222222222vw;
  width: 440;
  width: 30.5555555556vw;
  padding: unset;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(3) .img-box {
    margin: 24, auto, 0, auto;
    margin: 6.4vw auto 0vw auto;
    height: auto;
    width: 71%;
  }
}
.p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(3) .text-box {
  margin-right: 68;
  margin-right: 4.7222222222vw;
  margin-top: 46;
  margin-top: 3.1944444444vw;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(3) .text-box {
    margin-top: 2;
    margin-top: 0.5333333333vw;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(3) .text-box__head {
    padding-top: 15;
    padding-top: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(3) .text-box__head.l-sm {
    padding-top: 22;
    padding-top: 5.8666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(3) .text-box__head .title {
    font-size: 24px;
    letter-spacing: 0em;
    font-size: 6.4vw;
    line-height: 1.6666666667;
  }
}
.p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(4) {
  margin-top: 80;
  margin-top: 5.5555555556vw;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(4) {
    margin-top: 60;
    margin-top: 16vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(4):before {
    left: 0;
  }
}
.p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(4) .img-box {
  margin-right: 100;
  margin-right: 6.9444444444vw;
  margin-top: 50;
  margin-top: 3.4722222222vw;
  width: 446;
  width: 30.9722222222vw;
  order: 2;
  padding: unset;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(4) .img-box {
    margin-top: 30;
    margin-top: 8vw;
    padding-left: 4;
    padding-left: 1.0666666667vw;
    box-sizing: border-box;
    height: auto;
    margin-inline: auto;
    order: 1;
    width: 100%;
  }
}
.p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(4) .text-box {
  margin-left: 60;
  margin-left: 4.1666666667vw;
  margin-top: 46;
  margin-top: 3.1944444444vw;
  order: 1;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(4) .text-box {
    margin-top: 30;
    margin-top: 8vw;
    margin-inline: auto;
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(4) .text-box__head .title {
    font-size: 24px;
    letter-spacing: 0em;
    font-size: 6.4vw;
    line-height: 1.6666666667;
  }
}
.p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(5) {
  padding: 0, 10, 0, 60;
  padding: 0vw 0.6944444444vw 0vw 4.1666666667vw;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(5) {
    padding: unset;
  }
}
.p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(5):before {
  content: unset;
}
.p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(5) .img-box {
  margin-top: 48;
  margin-top: 3.3333333333vw;
  margin-right: 71;
  margin-right: 4.9305555556vw;
  width: 425;
  width: 29.5138888889vw;
  order: 2;
  padding: unset;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(5) .img-box {
    margin-top: 34;
    margin-top: 9.0666666667vw;
    padding-left: 1;
    padding-left: 0.2666666667vw;
    height: auto;
    margin-inline: auto;
    order: 1;
    width: 96%;
  }
}
.p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(5) .text-box {
  margin-top: 46;
  margin-top: 3.1944444444vw;
  order: 1;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(5) .text-box {
    margin-top: 20;
    margin-top: 5.3333333333vw;
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(5) .text-box__head {
    padding-top: 4;
    padding-top: 1.0666666667vw;
  }
}
.p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(5) .text-box__head .title {
  margin-top: unset;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(5) .text-box__head .title {
    font-size: 24px;
    letter-spacing: 0em;
    font-size: 6.4vw;
    line-height: 1.6666666667;
  }
}
.p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(5) .text-box__text {
  margin-top: 25;
  margin-top: 1.7361111111vw;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(5) .text-box__text {
    margin-top: 15;
    margin-top: 4vw;
  }
}
.p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(6) {
  margin-top: 84;
  margin-top: 5.8333333333vw;
  padding-bottom: unset;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(6) {
    margin-top: 62;
    margin-top: 16.5333333333vw;
  }
}
.p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(6):before {
  left: 58;
  left: 4.0277777778vw;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(6):before {
    left: 0;
  }
}
.p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(6) .img-box {
  margin-left: 2;
  margin-left: 0.1388888889vw;
  margin-top: 40;
  margin-top: 2.7777777778vw;
  width: 480;
  width: 33.3333333333vw;
  order: 1;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(6) .img-box {
    margin-top: 30;
    margin-top: 8vw;
    margin-inline: auto;
    width: 100%;
  }
}
.p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(6) .text-box {
  margin-right: 80;
  margin-right: 5.5555555556vw;
  margin-top: 46;
  margin-top: 3.1944444444vw;
  order: 2;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(6) .text-box {
    margin-top: 20;
    margin-top: 5.3333333333vw;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(6) .text-box__head {
    padding-top: 12;
    padding-top: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(6) .text-box__head .title {
    font-size: 24px;
    letter-spacing: 0em;
    font-size: 6.4vw;
    line-height: 1.6666666667;
  }
}
.p-company .contents-company__detail--item .company-detail__box .list-history__item:nth-child(6) .text-box__head.l-sm {
  padding-top: 22;
  padding-top: 5.8666666667vw;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box.guideline {
    padding: unset;
    width: 100%;
  }
}
.p-company .contents-company__detail--item .company-detail__box.guideline .title-box {
  padding-left: 120;
  padding-left: 8.3333333333vw;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box.guideline .title-box {
    padding-left: unset;
  }
}
.p-company .contents-company__detail--item .company-detail__box.guideline .detail-box {
  margin-top: 84;
  margin-top: 5.8333333333vw;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box.guideline .detail-box {
    padding-left: unset;
  }
}
.p-company .contents-company__detail--item .company-detail__box.guideline .detail-box .catch-box {
  padding-left: 90;
  padding-left: 6.25vw;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box.guideline .detail-box .catch-box {
    display: none !important;
  }
}
.p-company .contents-company__detail--item .company-detail__box.guideline .detail-box .catch-box .text {
  font-size: 80px;
  letter-spacing: 0.2em;
  font-size: 5.5555555556vw;
  line-height: 1;
  color: #F26B9F;
  font-family: "Zen Old Mincho", serif;
}
.p-company .contents-company__detail--item .company-detail__box.guideline .detail-box .catch-box .text:not(:first-child) {
  margin-left: 94;
  margin-left: 6.5277777778vw;
}
.p-company .contents-company__detail--item .company-detail__box.guideline .detail-box .catch-list {
  margin-top: 54;
  margin-top: 3.75vw;
  padding-left: 70;
  padding-left: 4.8611111111vw;
  box-sizing: border-box;
  display: block;
  font-family: "Zen Old Mincho", serif;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box.guideline .detail-box .catch-list {
    padding-left: unset;
  }
}
.p-company .contents-company__detail--item .company-detail__box.guideline .detail-box .catch-list__item {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box.guideline .detail-box .catch-list__item:not(:first-child) {
    margin-top: 45;
    margin-top: 12vw;
  }
}
.p-company .contents-company__detail--item .company-detail__box.guideline .detail-box .catch-list__item .b-text {
  color: #F26B9F;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box.guideline .detail-box .catch-list__item .b-text {
    font-size: 48px;
    letter-spacing: 0em;
    font-size: 12.8vw;
    line-height: 1;
    text-align: center;
  }
}
.p-company .contents-company__detail--item .company-detail__box.guideline .detail-box .catch-list__item .text {
  font-size: 28px;
  letter-spacing: 0em;
  font-size: 1.9444444444vw;
  line-height: 1.7142857143;
  color: #F26B9F;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail__box.guideline .detail-box .catch-list__item .text {
    font-size: 18px;
    letter-spacing: 0em;
    font-size: 4.8vw;
    line-height: 1.3333333333;
    margin-top: 20;
    margin-top: 5.3333333333vw;
    text-align: center;
  }
}
.p-company .contents-company__detail--item .company-detail:not(:first-child) .company-detail__box {
  padding-bottom: 168;
  padding-bottom: 11.6666666667vw;
  padding-top: 66;
  padding-top: 4.5833333333vw;
  border-top: unset;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail:nth-child(2) {
    position: relative;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail:nth-child(2):before {
    height: 2;
    height: 0.5333333333vw;
    background-color: #F26B9F;
    content: "";
    position: absolute;
    right: 0;
    width: 92.5%;
  }
}
.p-company .contents-company__detail--item .company-detail:nth-child(2) .company-detail__box {
  box-sizing: border-box;
  border-top: 2px solid #F26B9F;
  width: 100%;
  width: 1104;
  width: 76.6666666667vw;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail:nth-child(2) .company-detail__box {
    padding: 34, 0, 20, 0;
    padding: 9.0666666667vw 0vw 5.3333333333vw 0vw;
    border-top: unset;
    width: unset;
  }
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail:nth-child(2) .company-detail__box .detail-box {
    margin-top: 65;
    margin-top: 17.3333333333vw;
    margin-inline: auto;
    padding-left: unset;
    width: 82%;
  }
}
.p-company .contents-company__detail--item .company-detail:last-child {
  background-color: #FFFFFF;
}
.p-company .contents-company__detail--item .company-detail:last-child .company-detail__box {
  padding: 104, 0, 246, 0;
  padding: 7.2222222222vw 0vw 17.0833333333vw 0vw;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail:last-child .company-detail__box {
    padding: 84, 0, 120, 0;
    padding: 22.4vw 0vw 32vw 0vw;
    border-top: 0.8vw solid #F26B9F;
    width: 100%;
  }
}
.p-company .contents-company__detail--item .company-detail:last-child .company-detail__box .title-box {
  padding-right: 310;
  padding-right: 21.5277777778vw;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail:last-child .company-detail__box .title-box {
    padding-right: unset;
  }
}
.p-company .contents-company__detail--item .company-detail:last-child .company-detail__box .title-box .caption {
  margin-top: 14;
  margin-top: 0.9722222222vw;
}
@media screen and (max-width: 768px) {
  .p-company .contents-company__detail--item .company-detail:last-child .company-detail__box .title-box .caption {
    margin-top: 20;
    margin-top: 5.3333333333vw;
  }
}