@charset "UTF-8";
.noto-sans, ::-webkit-input-placeholder,
.placeholder, .mod-btn, .mod-caption, .header-menu-inner-instagram .text, .footer, .c-header-scroll-text, .sns-slide-title, .sns-slide-profile-text, .news-meta-date, .news-meta-cat, .news-title, .news-text p, .page-numbers li > span,
.page-numbers li > a, .callcenter-text, .callcenter-phone-small, .callcenter-info {
  font-family: "Hiragino Sans GB","Microsoft Yahei",SimSun,Arial,"Helvetica Neue",Helvetica;
}
.noto-sans, :-ms-input-placeholder,
.placeholder, .mod-btn, .mod-caption, .header-menu-inner-instagram .text, .footer, .c-header-scroll-text, .sns-slide-title, .sns-slide-profile-text, .news-meta-date, .news-meta-cat, .news-title, .news-text p, .page-numbers li > span,
.page-numbers li > a, .callcenter-text, .callcenter-phone-small, .callcenter-info {
  font-family: "Hiragino Sans GB","Microsoft Yahei",SimSun,Arial,"Helvetica Neue",Helvetica;
}
.noto-sans, ::-ms-input-placeholder,
.placeholder, .mod-btn, .mod-caption, .header-menu-inner-instagram .text, .footer, .c-header-scroll-text, .sns-slide-title, .sns-slide-profile-text, .news-meta-date, .news-meta-cat, .news-title, .news-text p, .page-numbers li > span,
.page-numbers li > a, .callcenter-text, .callcenter-phone-small, .callcenter-info {
  font-family: "Hiragino Sans GB","Microsoft Yahei",SimSun,Arial,"Helvetica Neue",Helvetica;
}
.noto-sans, ::placeholder,
.placeholder, .mod-btn, .mod-caption, .header-menu-inner-instagram .text, .footer, .c-header-scroll-text, .sns-slide-title, .sns-slide-profile-text, .news-meta-date, .news-meta-cat, .news-title, .news-text p, .page-numbers li > span,
.page-numbers li > a, .callcenter-text, .callcenter-phone-small, .callcenter-info {
  font-family: "Hiragino Sans GB","Microsoft Yahei",SimSun,Arial,"Helvetica Neue",Helvetica;
}

.tsuku-b, .header-menu-inner-btn, .header-buy, .header-buy-sp {
  font-family: "Hiragino Sans GB","Microsoft Yahei",SimSun,Arial,"Helvetica Neue",Helvetica;
}

@media screen and (min-width: 600px) {
  .fade, .mod-textlink, .footer-menu .nav-link, .footer-logo {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .fade:hover, .mod-textlink:hover, .footer-menu .nav-link:hover, .footer-logo:hover, .fade:focus, .mod-textlink:focus, .footer-menu .nav-link:focus, .footer-logo:focus {
    opacity: 0.7;
  }
}

.img-scalein .imgbox {
  overflow: hidden;
}

.img-scalein .imgbox img {
  -webkit-transition: .4s;
  transition: .4s;
}

.img-scalein:hover .imgbox img, .img-scalein:focus .imgbox img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.svg-scalein svg image {
  -webkit-transition: .4s;
  transition: .4s;
}

.svg-scalein:hover svg image, .svg-scalein:focus svg image {
  width: 120%;
  height: 120%;
  y: -10%;
  x: -10%;
}

.dashed-top {
  position: relative;
}

.dashed-top::before {
  content: '';
  background-image: linear-gradient(to right, #514337, #514337 3px, transparent 3px, transparent 6px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  top: 0;
}

.dashed-bottom {
  position: relative;
}

.dashed-bottom::before {
  content: '';
  background-image: linear-gradient(to right, #514337, #514337 3px, transparent 3px, transparent 6px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  bottom: 0;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
/*
Modify
Author: ShoTanaka - DEPP
Update: 2021.02.24
*/
html {
  line-height: 1.5;
  font-size: 100%;
}

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,
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;
  vertical-align: baseline;
  background: transparent;
}

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,
button,
a,
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 {
  font-size: 1em;
}

sub,
sup {
  font-size: 0.6em;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

img.fitimg {
  width: 100%;
  max-width: initial;
}

ul {
  list-style: none;
}

nav a {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
}

/* 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: 0;
  width: 100%;
  border: 0;
  border-bottom: 1px solid black;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  width: 15px;
  height: 30px;
  background-size: contain;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: unset;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: absolute;
  top: 44%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.slick-arrow:hover, .slick-arrow:focus {
  opacity: 0.7;
}

.slick-prev {
  background-image: url(../img/common/slide-arrow-left.svg);
  left: -2.83333vw;
}

.slick-next {
  background-image: url(../img/common/slide-arrow-right.svg);
  right: -2.83333vw;
}

/* global */
html {
  overflow-x: hidden;
  font-family: "Hiragino Sans GB","Microsoft Yahei",SimSun,Arial,"Helvetica Neue",Helvetica;
}

body {
  position: relative;
  color: #483627;
  background: #FAFAFA;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.body-inner {
  position: relative;
}

button,
input,
textarea {
  color: #483627;
  font-family: "Hiragino Sans GB","Microsoft Yahei",SimSun,Arial,"Helvetica Neue",Helvetica;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: normal;
}

/* utility */
::-webkit-input-placeholder,
.placeholder {
  color: #483627;
}
:-ms-input-placeholder,
.placeholder {
  color: #483627;
}
::-ms-input-placeholder,
.placeholder {
  color: #483627;
}
::placeholder,
.placeholder {
  color: #483627;
}

.svg-parts {
  display: none;
}

.pc {
  display: none !important;
}

@media screen and (min-width: 600px) {
  .pc {
    display: block !important;
  }
}

@media screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}

br.nbsp {
  display: none;
}

@media screen and (min-width: 600px) {
  br.nbsp {
    display: inline-block;
  }
}

br.bsp {
  display: inline-block;
}

@media screen and (min-width: 600px) {
  br.bsp {
    display: none;
  }
}

.btnbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mod-read + .btnbox {
  margin-top: 10.66667vw;
}

@media screen and (min-width: 600px) {
  .mod-read + .btnbox {
    margin-top: 3.75vw;
  }
}

@media screen and (min-width: 1200px) {
  .mod-read + .btnbox {
    margin-top: 45px;
  }
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2000px;
  height: 15px;
  z-index: 10;
  -webkit-animation: wave-s 20s linear infinite;
          animation: wave-s 20s linear infinite;
  background-image: url(../img/common/wave-small-p.svg);
  background-repeat: repeat-x;
  background-position: top left;
  padding-bottom: 2px;
}

.wave::before {
  content: '';
  position: absolute;
  bottom: -2px;
  height: 3px;
  left: 0;
  width: 100%;
  background: #F7EDE9;
}

.wave.white {
  background-image: url(../img/common/wave-small-w.svg);
  -webkit-transform: translateY(300px);
          transform: translateY(300px);
}

.wave.white::before {
  background: #FAFAFA;
}

.wave.orange {
  background-image: url(../img/common/wave-small-o.svg);
  -webkit-transform: translateY(600px);
          transform: translateY(600px);
}

.wave.orange::before {
  background: #e28f71;
}

@media screen and (min-width: 600px) {
  .wave {
    width: 4000px;
    height: 30px;
    -webkit-animation: wave-m 25s linear infinite;
            animation: wave-m 25s linear infinite;
    background-image: url(../img/common/wave-middle-p.svg);
  }
  .wave.white {
    background-image: url(../img/common/wave-middle-w.svg);
  }
  .wave.orange {
    background-image: url(../img/common/wave-middle-o.svg);
  }
}

@media screen and (min-width: 1200px) {
  .wave {
    height: 55px;
    width: 8000px;
    -webkit-animation: wave-l 30s linear infinite;
            animation: wave-l 30s linear infinite;
    background-image: url(../img/common/wave-large-p.svg);
  }
  .wave.white {
    background-image: url(../img/common/wave-large-w.svg);
  }
  .wave.orange {
    background-image: url(../img/common/wave-large-o.svg);
  }
}

/* animation */
.animation-underline {
  position: relative;
  z-index: 1;
}

.animation-underline::before {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(0%, #ffff6a));
  background: linear-gradient(transparent 85%, #ffff6a 0%);
  width: 0;
  position: absolute;
  left: 0;
  height: 92%;
  z-index: -1;
}

.animation-underline.active::before {
  -webkit-animation: underline 0.3s both 0.5s;
          animation: underline 0.3s both 0.5s;
}

.animation-clip-expansion {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.animation-clip-expansion + div {
  position: relative;
}

.animation-clip-expansion::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.animation-clip-expansion svg {
  position: relative;
  width: 100%;
  height: auto;
  overflow: visible;
}

.animation-clip-expansion svg image {
  overflow: visible;
}

.animation-clip-expansion .clippath {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.animation-clip-expansion.active::before {
  -webkit-animation: .8s scaleIn both;
          animation: .8s scaleIn both;
}

@media screen and (min-width: 600px) {
  .animation-clip-expansion.active::before {
    -webkit-animation: .8s scaleIn both;
            animation: .8s scaleIn both;
  }
}

.animation-clip-expansion.active .mask {
  -webkit-animation: .8s scaleIn .15s both;
          animation: .8s scaleIn .15s both;
}

.animation-clip-expansion.active .mask img {
  width: 100%;
  height: 100%;
}

.animation-clip-expansion.active .clippath {
  -webkit-animation: 1.2s scaleInBack .15s both;
          animation: 1.2s scaleInBack .15s both;
}

@media screen and (min-width: 600px) {
  .animation-clip-expansion.active .clippath {
    -webkit-animation: 1.2s scaleInBack .15s both;
            animation: 1.2s scaleInBack .15s both;
  }
}

.animation-clip-expansion.active.not-animated::before {
  -webkit-animation: 0s scaleIn both;
          animation: 0s scaleIn both;
}

@media screen and (min-width: 600px) {
  .animation-clip-expansion.active.not-animated::before {
    -webkit-animation: 0s scaleIn both;
            animation: 0s scaleIn both;
  }
}

.animation-clip-expansion.active.not-animated .mask {
  -webkit-animation: 0s scaleIn both;
          animation: 0s scaleIn both;
}

.animation-clip-expansion.active.not-animated .mask img {
  width: 100%;
  height: 100%;
}

.animation-clip-expansion.active.not-animated .clippath {
  -webkit-animation: 0s scaleIn both;
          animation: 0s scaleIn both;
}

.animation-fp-petapeta g {
  opacity: 0;
}

@-webkit-keyframes scaleIn {
  from {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleIn {
  from {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes scaleInBack {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleInBack {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes underline {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes underline {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@-webkit-keyframes wave-s {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
  }
}

@keyframes wave-s {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
  }
}

@-webkit-keyframes wave-m {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px);
  }
}

@keyframes wave-m {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px);
  }
}

@-webkit-keyframes wave-l {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-4000px);
            transform: translateX(-4000px);
  }
}

@keyframes wave-l {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-4000px);
            transform: translateX(-4000px);
  }
}

/* module */
[class^='mod-inner'] {
  margin-left: auto;
  margin-right: auto;
  padding: 0 6.93333vw;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media screen and (min-width: 600px) {
  [class^='mod-inner'] {
    padding: 0;
  }
}

.mod-inner-1040 {
  max-width: 1040px;
}

@media screen and (min-width: 600px) {
  .mod-inner-1040 {
    width: 86.66667vw;
  }
}

.mod-inner-960 {
  max-width: 960px;
}

@media screen and (min-width: 600px) {
  .mod-inner-960 {
    width: 80vw;
  }
}

.mod-inner-900 {
  max-width: 900px;
}

@media screen and (min-width: 600px) {
  .mod-inner-900 {
    width: 75vw;
  }
}

.mod-inner-720 {
  max-width: 720px;
}

@media screen and (min-width: 600px) {
  .mod-inner-720 {
    width: 60vw;
  }
}

.mod-inner-480 {
  max-width: 480px;
}

@media screen and (min-width: 600px) {
  .mod-inner-480 {
    width: 40vw;
  }
}

.mod-b {
  display: block;
}

.mod-read {
  font-size: 15px;
  font-size: 4vw;
  letter-spacing: 0.06em;
  line-height: 1.86;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .mod-read {
    font-size: 16px;
    font-size: 1.33333vw;
  }
}

@media screen and (min-width: 1200px) {
  .mod-read {
    font-size: 16px;
    font-size: 1rem;
  }
}

.mod-text {
  font-size: 12px;
  font-size: 3.2vw;
}

@media screen and (min-width: 600px) {
  .mod-text {
    font-size: 14px;
    font-size: 1.16667vw;
  }
}

@media screen and (min-width: 1200px) {
  .mod-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.mod-btn {
  background: #e28f71;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 14px;
  font-size: 3.73333vw;
  letter-spacing: 0.12em;
  position: relative;
  font-weight: bold;
}

.mod-btn:disabled {
  background: #A3A3A3;
}

.mod-btn:disabled:hover, .mod-btn:disabled:focus {
  background: #A3A3A3;
  color: #fff;
}

.mod-btn.reverse {
  background: #fff;
  color: #e28f71;
  border: 2px solid #fff;
}

@media screen and (min-width: 600px) {
  .mod-btn {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-size: 14px;
    font-size: 1.16667vw;
  }
  .mod-btn:hover, .mod-btn:focus {
    background: #fff;
    color: #e28f71;
  }
  .mod-btn.reverse:hover, .mod-btn.reverse:focus {
    background: #e28f71;
    color: #fff;
    border-color: #fff;
  }
  .mod-btn.p2:hover, .mod-btn.p2:focus {
    background: #faf0eb;
  }
}

@media screen and (min-width: 1200px) {
  .mod-btn {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.mod-btn.w-220 {
  width: 53.33333vw;
  height: 11.73333vw;
  max-width: 200px;
  max-height: 44px;
}

@media screen and (min-width: 600px) {
  .mod-btn.w-220 {
    width: 220px;
    height: 44px;
  }
}

.mod-btn.w-200 {
  width: 53.33333vw;
  height: 11.73333vw;
  max-width: 200px;
  max-height: 44px;
}

@media screen and (min-width: 600px) {
  .mod-btn.w-200 {
    width: 200px;
    height: 44px;
  }
}

.mod-textlink {
  text-decoration: underline;
}

@media screen and (min-width: 600px) {
  .mod-textlink:hover, .mod-textlink:focus {
    text-decoration: none;
  }
}

.mod-flex-2col.wrap .flex-item:nth-of-type(n+2) {
  margin-top: 21.33333vw;
}

@media screen and (min-width: 600px) {
  .mod-flex-2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mod-flex-2col .flex-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
    max-width: 47%;
  }
  .mod-flex-2col .flex-item:nth-of-type(2) {
    margin-left: 6%;
  }
  .mod-flex-2col.wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mod-flex-2col.wrap .flex-item:nth-of-type(2) {
    margin-top: 0;
  }
  .mod-flex-2col.wrap .flex-item:nth-of-type(n+3) {
    margin-top: 10vw;
  }
  .mod-flex-2col.wrap .flex-item:nth-of-type(even) {
    margin-left: 6%;
  }
}

@media screen and (min-width: 1200px) {
  .mod-flex-2col.wrap .flex-item:nth-of-type(n+3) {
    margin-top: 120px;
  }
}

.mod-caption {
  font-size: 10px;
  font-size: 2.66667vw;
  letter-spacing: .06em;
  line-height: 1.6;
  text-align: center;
  margin-top: 2.66667vw;
}

@media screen and (min-width: 600px) {
  .mod-caption {
    font-size: 10px;
    font-size: 0.83333vw;
    margin-top: 0.83333vw;
  }
}

@media screen and (min-width: 1200px) {
  .mod-caption {
    font-size: 10px;
    font-size: 0.625rem;
    margin-top: 10px;
  }
}

/* header */
.header {
  position: relative;
  z-index: 999;
}

.header.float-header {
  position: fixed;
  left: 0;
  width: 100%;
  top: -70px;
  background: rgba(255, 255, 255, 0.85);
}

.header.float-header .nav-link {
  color: #faf0eb !important;
}

@media screen and (min-width: 1025px) {
  .header.float-header .nav-link {
    color: #483627 !important;
  }
}

.header.float-header .float-logo {
  display: block;
}

.header.float-header .logo {
  display: none;
}

@media screen and (min-width: 600px) {
  .header.float-header {
    top: -100px;
  }
}

.header.float-header.show {
  top: -70px;
  -webkit-transition: top .3s;
  transition: top .3s;
}

@media screen and (min-width: 600px) {
  .header.float-header.show {
    top: -100px;
  }
}

.header.float-header.show.ready {
  top: 0;
  -webkit-transition: top .3s;
  transition: top .3s;
}

.header.float-header.hide {
  top: -70px;
  -webkit-transition: top .3s;
  transition: top .3s;
}

@media screen and (min-width: 600px) {
  .header.float-header.hide {
    top: -100px;
  }
}

.header.float-header.hide.state {
  top: 0;
  -webkit-transition: none;
  transition: none;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  padding: 0 20px;
}

.header-inner::before {
  content: '';
  position: fixed;
  top: 35px;
  left: 50px;
  border-radius: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #e28f71;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: 0.8s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: 0.8s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  z-index: 99;
}

.header-inner.open {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.header-inner.open::before {
  top: 15px;
  left: 20px;
  width: 40px;
  height: 40px;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
  -webkit-transform: scale(60);
          transform: scale(60);
}

@media screen and (min-width: 600px) {
  .header-inner.open::before {
    -webkit-transform: scale(80);
            transform: scale(80);
  }
}

.header-inner.open .header-logo {
  position: relative;
  z-index: 9999;
}

.header-inner.open .header-logo .opened-logo {
  display: block;
}

.header-inner.open .header-logo .logo {
  display: none;
}

.header-inner.open .header-logo .float-logo {
  display: none;
}

.header-inner.open .header-buy {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transition-delay: visibility .1s;
          transition-delay: visibility .1s;
}

.header-inner.open .header-menu-btn {
  -webkit-transition: background .1s;
  transition: background .1s;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
  background: #faf0eb;
  z-index: 9999;
  position: relative;
}

.header-inner.open .header-menu-btn .lines.opened .line:first-of-type {
  width: 16px;
  -webkit-transition: width .2s;
  transition: width .2s;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.header-inner.open .header-menu-btn .lines.opened .line:last-of-type {
  height: 16px;
  -webkit-transition: height .2s;
  transition: height .2s;
  -webkit-transition-delay: .35s;
          transition-delay: .35s;
}

.header-inner.open .header-menu-btn .lines.default .line:first-of-type {
  width: 0;
  -webkit-transition: width .2s;
  transition: width .2s;
}

.header-inner.open .header-menu-btn .lines.default .line:nth-of-type(2) {
  width: 0;
  -webkit-transition: width .2s;
  transition: width .2s;
  -webkit-transition-delay: .05s;
          transition-delay: .05s;
}

.header-inner.open .header-menu-btn .lines.default .line:last-of-type {
  width: 0;
  -webkit-transition: width .2s;
  transition: width .2s;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

@media screen and (min-width: 1025px) {
  .header-inner {
    padding: 0 30px;
  }
}

.header .float-logo {
  display: none;
}

.header-logo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 83px;
  position: relative;
  z-index: 999;
}

@media screen and (min-width: 1025px) {
  .header-logo {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}

.header-logo img {
  width: 100%;
}

.header-logo .opened-logo {
  display: none;
}

.header-menu {
  width: 80px;
  position: relative;
  z-index: 999;
}

@media screen and (min-width: 600px) {
  .header-menu {
    width: 146px;
  }
}

@media screen and (min-width: 1025px) {
  .header-menu {
    width: auto;
    margin-left: auto;
  }
}

.header-menu-btn {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #e28f71;
  border: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: background .1s;
  transition: background .1s;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

@media screen and (min-width: 1025px) {
  .header-menu-btn {
    display: none;
  }
}

.header-menu-btn .lines {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.header-menu-btn .lines .line {
  width: 16px;
  height: 2px;
  border-radius: 10px;
  background: #fff;
  position: absolute;
  top: calc((100% / 2) - 2px / 2);
  right: calc((100% / 2) - 16px / 2);
  -webkit-transition: width height .2s;
  transition: width height .2s;
}

.header-menu-btn .lines.default .line:first-of-type {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  width: 16px;
  -webkit-transition: width .2s;
  transition: width .2s;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.header-menu-btn .lines.default .line:nth-of-type(2) {
  width: 16px;
  -webkit-transition: width .2s;
  transition: width .2s;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.header-menu-btn .lines.default .line:last-of-type {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  width: 16px;
  -webkit-transition: width .2s;
  transition: width .2s;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.header-menu-btn .lines.opened {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header-menu-btn .lines.opened .line {
  background: #e28f71;
  width: 0;
}

.header-menu-btn .lines.opened .line:first-of-type {
  width: 0;
  -webkit-transition: width .2s;
  transition: width .2s;
}

.header-menu-btn .lines.opened .line:last-of-type {
  width: 2px;
  height: 0;
  top: calc((100% / 2) - 16px / 2);
  right: calc((100% / 2) - 2px / 2);
  -webkit-transition: height .2s;
  transition: height .2s;
  -webkit-transition-delay: .05s;
          transition-delay: .05s;
}

.header-menu-inner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: -webkit-fill-available;
  z-index: 999;
  visibility: hidden;
  text-align: center;
  padding: 70px 46px 0;
  overflow-y: scroll;
  -webkit-transition: visibility .3s;
  transition: visibility .3s;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 568px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 1025px) {
  .header-menu-inner {
    padding: 0;
    overflow-y: visible;
    min-height: 0;
  }
}

.header-menu-inner.open {
  visibility: visible;
}

.header-menu-inner-instagram {
  margin-top: 10.66667vw;
}

@media screen and (min-width: 600px) {
  .header-menu-inner-instagram {
    margin-top: 40px;
  }
}

.header-menu-inner-instagram .text {
  color: #fff;
  display: block;
  letter-spacing: .06em;
  font-size: 10px;
  font-size: 0.625rem;
}

.header-menu-inner-instagram .img {
  margin-top: 8px;
}

.header-menu-inner-btn {
  width: 42.13333vw;
  height: 12vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-size: 4.8vw;
  margin-top: 9.33333vw;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .header-menu-inner-btn {
    margin-top: 35px;
    width: 158px;
    height: 45px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .header-menu-inner-btn:hover::before {
    background-image: url(../img/common/icon-cart.svg);
  }
}

@media screen and (min-width: 1025px) {
  .header-menu-inner-btn {
    display: none;
  }
}

.header-menu-inner-btn::before {
  content: '';
  width: 23px;
  height: 20px;
  margin-right: 8px;
  background-image: url(../img/common/icon-cart-orange.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (min-width: 1025px) {
  .header-menu-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: static;
    width: auto;
    height: auto;
    z-index: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    text-align: left;
    background: transparent;
  }
  .header-menu-inner-lixil, .header-menu-inner-instagram {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .header-menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-menu .nav-item:nth-of-type(n+2) {
  margin-top: 4vw;
}

@media screen and (min-width: 600px) {
  .header-menu .nav-item:nth-of-type(n+2) {
    margin-top: 15px;
  }
}

@media screen and (min-width: 1025px) {
  .header-menu .nav-item {
    opacity: 1 !important;
    -webkit-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important;
  }
  .header-menu .nav-item::before {
    content: '';
    display: block;
    height: 3px;
    position: absolute;
    left: -2px;
    right: -2px;
    bottom: -7px;
    background: transparent;
    border-radius: 10px;
    -webkit-transition: background .2s;
    transition: background .2s;
  }
  .header-menu .nav-item:hover::before {
    background-color: #F4D3C8;
  }
  .header-menu .nav-item:nth-of-type(n + 2) {
    margin-top: 0;
    margin-left: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .header-menu .nav-item:nth-of-type(n+2) {
    margin-left: 25px;
  }
}

@media screen and (min-width: 1025px) {
  .header-menu .nav-item.current::before {
    background-color: #F4D3C8;
  }
}

.header-menu .nav-link {
  -webkit-transition: 0s !important;
  transition: 0s !important;
  color: #faf0eb;
  font-size: 18px;
  font-size: 4.8vw;
  letter-spacing: .12em;
  line-height: 1.66;
}

@media screen and (min-width: 600px) {
  .header-menu .nav-link {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 1025px) {
  .header-menu .nav-link {
    color: #534335;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: .03em;
    -webkit-transition: opacity 0.2 !important;
    transition: opacity 0.2 !important;
  }
}

@media screen and (min-width: 1200px) {
  .header-menu .nav-link {
    font-size: 16px;
    font-size: 1rem;
  }
}

.header-buy {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 80px;
  height: 30px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-buy::before {
  content: '';
  width: 15px;
  height: 13px;
  margin-right: 3px;
  background-image: url(../img/common/icon-cart.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (min-width: 600px) {
  .header-buy::before {
    width: 22px;
    height: 19px;
    margin-right: 11px;
  }
}

@media screen and (min-width: 600px) {
  .header-buy {
    width: 146px;
    height: 44px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .header-buy::before {
    -webkit-transition: background .2s;
    transition: background .2s;
  }
  .header-buy:hover::before, .header-buy:focus::before {
    background-image: url(../img/common/icon-cart-orange.svg);
  }
}

@media screen and (min-width: 1025px) {
  .header-buy {
    margin-left: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .header-buy {
    margin-left: 40px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.header-buy-sp {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-buy-sp::before {
  content: '';
  width: 23px;
  height: 20px;
  margin-right: 8px;
  background-image: url(../img/common/icon-cart-orange.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.header-buy-sp:hover::before {
  background-image: url(../img/common/icon-cart.svg);
}

@media screen and (min-width: 1025px) {
  .header-buy-sp {
    display: none;
  }
}

/* main */
.main {
  position: relative;
}

.main.menu-opened {
  margin-top: 70px;
}

.main.header-float {
  margin-top: 70px;
}

@media screen and (min-width: 600px) {
  .main.header-float {
    margin-top: 100px;
  }
}

#top.main.menu-opened {
  margin-top: 0;
}

/* footer */
.footer {
  display: block;
  background: #e28f71;
  color: #fff;
  position: relative;
}

.footer-inner {
  padding-top: 10.66667vw;
  padding-bottom: 4.26667vw;
  padding-left: 6.93333vw;
  padding-right: 6.93333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 600px) {
  .footer-inner {
    padding-top: 4.66667vw;
    padding-bottom: 1.5vw;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
}

@media screen and (min-width: 1200px) {
  .footer-inner {
    padding-top: 56px;
    padding-bottom: 18px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 600px) {
  .footer-menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer-menu .nav-item {
  line-height: 1;
}

.footer-menu .nav-item:nth-of-type(n + 2) {
  margin-top: 1.86667vw;
}

@media screen and (min-width: 600px) {
  .footer-menu .nav-item:nth-of-type(n + 2) {
    margin-top: 0;
    margin-left: 1.66667vw;
  }
}

@media screen and (min-width: 1200px) {
  .footer-menu .nav-item:nth-of-type(n + 2) {
    margin-left: 20px;
  }
}

.footer-menu .nav-link {
  font-size: 11px;
  font-size: 2.93333vw;
}

@media screen and (min-width: 600px) {
  .footer-menu .nav-link {
    font-size: 12px;
    font-size: 1vw;
  }
}

@media screen and (min-width: 1200px) {
  .footer-menu .nav-link {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.footer-copyright-text {
  display: block;
  margin-top: 2.66667vw;
  font-size: 7px;
  font-size: 1.86667vw;
}

@media screen and (min-width: 600px) {
  .footer-copyright-text {
    margin-top: 1.16667vw;
    font-size: 10px;
    font-size: 0.83333vw;
  }
}

@media screen and (min-width: 1200px) {
  .footer-copyright-text {
    margin-top: 14px;
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.footer-logo {
  width: 21.33333vw;
  margin-left: auto;
  display: block;
}

@media screen and (min-width: 600px) {
  .footer-logo {
    width: 8.16667vw;
  }
}

@media screen and (min-width: 1200px) {
  .footer-logo {
    width: 98px;
  }
}

.footer-logo img {
  width: 100%;
  max-width: none;
}

/* contents */
.c-header.has-kv {
  height: calc(100vh - 16vw);
  min-height: 480px;
  position: relative;
}

@media screen and (min-width: 600px) {
  .c-header.has-kv {
    height: calc(100vh - 8.33333vw);
  }
}

@media screen and (min-width: 1200px) {
  .c-header.has-kv {
    height: calc(100vh - 100px);
  }
}

.c-header-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-header-scroll {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}

@media screen and (min-width: 600px) {
  .c-header-scroll {
    bottom: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .c-header-scroll {
    bottom: 55px;
  }
}

.c-header-scroll-text {
  display: block;
  font-size: 9px;
  font-size: 0.5625rem;
  letter-spacing: 0.12rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 2.66667vw;
}

@media screen and (min-width: 600px) {
  .c-header-scroll-text {
    font-size: 9px;
    font-size: 0.5625rem;
    margin-bottom: 10px;
  }
}

.c-header-scroll-icon {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  overflow: hidden;
  position: relative;
}

.c-header-scroll-icon .line {
  position: absolute;
  top: -60px;
  display: block;
  width: 1.5px;
  height: 60px;
  border-radius: 5px;
  background: #fff;
  -webkit-animation: scrollLine 2s infinite;
          animation: scrollLine 2s infinite;
}

.c-header-scroll-icon .icon {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
}

@-webkit-keyframes scrollLine {
  0% {
    top: -60px;
  }
  30% {
    top: 0;
  }
  70% {
    top: 0;
  }
  100% {
    top: 60px;
  }
}

@keyframes scrollLine {
  0% {
    top: -60px;
  }
  30% {
    top: 0;
  }
  70% {
    top: 0;
  }
  100% {
    top: 60px;
  }
}

/* section */
.section {
  padding-top: 24vw;
  padding-bottom: 28vw;
  position: relative;
}

@media screen and (min-width: 600px) {
  .section {
    padding-top: 10vw;
    padding-bottom: 12.5vw;
  }
}

@media screen and (min-width: 1200px) {
  .section {
    padding-top: 120px;
    padding-bottom: 175px;
  }
}

.section:nth-child(1) {
  padding-top: 13.33333vw;
}

@media screen and (min-width: 600px) {
  .section:nth-child(1) {
    padding-top: 4.16667vw;
  }
}

@media screen and (min-width: 1200px) {
  .section:nth-child(1) {
    padding-top: 50px;
  }
}

.section.not-page-header {
  padding-top: 26.66667vw;
}

@media screen and (min-width: 600px) {
  .section.not-page-header {
    padding-top: 8.33333vw;
  }
}

@media screen and (min-width: 1200px) {
  .section.not-page-header {
    padding-top: 100px;
  }
}

.section-inner {
  position: relative;
  z-index: 99;
}

.section:nth-child(odd) {
  background: #F7EDE9;
}

.section:nth-child(even) {
  background: #FAFAFA;
}

.section-title {
  text-align: center;
  font-size: 28px;
  font-size: 7.46667vw;
  letter-spacing: 0.12em;
  line-height: 1.42;
  margin-left: -2.66667vw;
  margin-right: -2.66667vw;
}

@media screen and (min-width: 600px) {
  .section-title {
    font-size: 36px;
    font-size: 3vw;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1200px) {
  .section-title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.section-title + .mod-read {
  margin-top: 10.66667vw;
}

@media screen and (min-width: 600px) {
  .section-title + .mod-read {
    margin-top: 3.75vw;
  }
}

@media screen and (min-width: 1200px) {
  .section-title + .mod-read {
    margin-top: 45px;
  }
}

/* sns-slider */
.sns-slider {
  margin: 0 auto;
  margin-top: 9.6vw;
  max-width: 990px;
}

@media screen and (min-width: 600px) {
  .sns-slider {
    margin-top: 3vw;
    width: 82.5vw;
  }
}

@media screen and (min-width: 1200px) {
  .sns-slider {
    margin-top: 36px;
  }
}

.sns-slider .slick-track {
  padding-top: 3.46667vw;
  height: 93.33333vw;
}

@media screen and (min-width: 600px) {
  .sns-slider .slick-track {
    height: 35.58333vw;
    padding-top: 1.83333vw;
  }
}

@media screen and (min-width: 1200px) {
  .sns-slider .slick-track {
    height: 427px;
    padding-top: 22px;
  }
}

.sns-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sns-slider .slick-dots li {
  padding: 5px;
  position: relative;
  width: 2.13333vw;
  height: 2.13333vw;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  cursor: pointer;
}

.sns-slider .slick-dots li::before {
  content: '';
  display: block;
  width: 2.13333vw;
  height: 2.13333vw;
  background: #c9c9c9;
  border-radius: 30px;
}

.sns-slider .slick-dots li.slick-active::before {
  background: #e28f71;
}

.sns-slider .slick-dots button {
  border: 0;
  padding: 0;
  margin: 0;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.sns-slide-link {
  position: relative;
  display: block;
  padding: 4.26667vw;
  margin: 0 3.2vw;
  background: #f5f5f5;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 85.33333vw;
}

@media screen and (min-width: 600px) {
  .sns-slide-link {
    height: 33.08333vw;
    padding: 1.25vw;
    margin: 0 1.25vw;
    width: 25vw;
    max-width: 300px;
  }
}

@media screen and (min-width: 1200px) {
  .sns-slide-link {
    height: 397px;
    padding: 15px;
    margin: 0 15px;
  }
}

.sns-slide-link::before {
  content: '';
  display: block;
  position: absolute;
  top: -3.46667vw;
  background-image: url(../img/common/tape.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 23.2vw;
  height: 6.93333vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 600px) {
  .sns-slide-link::before {
    width: 9.16667vw;
    height: 2.66667vw;
    top: -1.83333vw;
  }
}

@media screen and (min-width: 1200px) {
  .sns-slide-link::before {
    width: 110px;
    height: 32px;
    top: -22px;
  }
}

.sns-slide-imgbox {
  overflow: hidden;
  position: relative;
  height: 70%;
}

.sns-slide-imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.sns-slide-imgbox::after {
  content: '';
  display: block;
  position: absolute;
  top: 2.66667vw;
  right: 2.66667vw;
  width: 5.86667vw;
  height: 5.86667vw;
  background-image: url(../img/common/icon-instagram-item.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (min-width: 600px) {
  .sns-slide-imgbox::after {
    top: 0.83333vw;
    right: 0.83333vw;
    width: 1.83333vw;
    height: 1.83333vw;
  }
}

@media screen and (min-width: 1200px) {
  .sns-slide-imgbox::after {
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
  }
}

.sns-slide-textbox {
  margin-top: 2.66667vw;
}

@media screen and (min-width: 600px) {
  .sns-slide-textbox {
    margin-top: 0.66667vw;
  }
}

@media screen and (min-width: 1200px) {
  .sns-slide-textbox {
    margin-top: 8px;
  }
}

.sns-slide-title {
  font-size: 11px;
  font-size: 2.93333vw;
  letter-spacing: 0.12em;
  line-height: 1.45;
}

@media screen and (min-width: 600px) {
  .sns-slide-title {
    font-size: 12px;
    font-size: 1vw;
  }
}

@media screen and (min-width: 1200px) {
  .sns-slide-title {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.sns-slide-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.66667vw;
}

@media screen and (min-width: 600px) {
  .sns-slide-profile {
    margin-top: 0.83333vw;
  }
}

@media screen and (min-width: 1200px) {
  .sns-slide-profile {
    margin-top: 10px;
  }
}

.sns-slide-profile-img {
  width: 8.8vw;
  overflow: hidden;
  border-radius: 50%;
}

@media screen and (min-width: 600px) {
  .sns-slide-profile-img {
    width: 3.33333vw;
  }
}

@media screen and (min-width: 1200px) {
  .sns-slide-profile-img {
    width: 40px;
  }
}

.sns-slide-profile-text {
  margin-left: 3.73333vw;
  font-size: 8px;
  font-size: 2.13333vw;
  font-weight: bold;
  line-height: 1.75;
}

@media screen and (min-width: 600px) {
  .sns-slide-profile-text {
    font-size: 11px;
    font-size: 0.91667vw;
    margin-left: 1.16667vw;
  }
}

@media screen and (min-width: 1200px) {
  .sns-slide-profile-text {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

/* news-list */
.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news-list + .btnbox {
  margin-top: 16vw;
}

@media screen and (min-width: 600px) {
  .news-list + .btnbox {
    margin-top: 4.16667vw;
  }
}

@media screen and (min-width: 1200px) {
  .news-list + .btnbox {
    margin-top: 50px;
  }
}

.news-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47.06%;
          flex: 0 0 47.06%;
  max-width: 47.06%;
}

.news-item:nth-of-type(even) {
  margin-left: 5.88%;
}

.news-item:nth-of-type(n+3) {
  margin-top: 12vw;
}

@media screen and (min-width: 600px) {
  .news-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22.890625%;
            flex: 0 0 22.890625%;
    max-width: 22.890625%;
    margin-left: 2.8125% !important;
  }
  .news-item:nth-of-type(n+2) {
    margin-top: 0;
  }
  .news-item:nth-of-type(4n+1) {
    margin-left: 0 !important;
  }
  .news-item:nth-of-type(n+5) {
    margin-top: 6.66667vw;
  }
}

@media screen and (min-width: 1200px) {
  .news-item:nth-of-type(n+5) {
    margin-top: 80px;
  }
}

.news-link {
  display: block;
}

.news-imgbox {
  border-radius: 5.333vw;
  overflow: hidden;
  border: 1px solid #c9c9c9;
}

@media screen and (min-width: 600px) {
  .news-imgbox {
    border-radius: 3.333vw;
  }
}

@media screen and (min-width: 1200px) {
  .news-imgbox {
    border-radius: 40px;
  }
}

.news-imgbox img {
  width: 100%;
  max-width: none;
}

.news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4vw;
}

@media screen and (min-width: 600px) {
  .news-meta {
    margin-top: 2.08333vw;
  }
}

@media screen and (min-width: 1200px) {
  .news-meta {
    margin-top: 25px;
  }
}

.news-meta-cal {
  width: 3.73333vw;
  height: 3.73333vw;
}

@media screen and (min-width: 600px) {
  .news-meta-cal {
    width: 1.16667vw;
    height: 1.16667vw;
  }
}

@media screen and (min-width: 1200px) {
  .news-meta-cal {
    width: 14px;
    height: 14px;
  }
}

.news-meta-date, .news-meta-cat {
  font-size: 10px;
  font-size: 2.66667vw;
  margin-left: 2.66667vw;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .news-meta-date, .news-meta-cat {
    font-size: 12px;
    font-size: 1vw;
    margin-left: 0.83333vw;
  }
}

@media screen and (min-width: 1200px) {
  .news-meta-date, .news-meta-cat {
    font-size: 12px;
    font-size: 0.75rem;
    margin-left: 10px;
  }
}

.news-meta-cat {
  width: 13.86667vw;
  height: 4.53333vw;
  background: #968575;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
}

@media screen and (min-width: 600px) {
  .news-meta-cat {
    width: 6vw;
    height: 1.75vw;
  }
}

@media screen and (min-width: 1200px) {
  .news-meta-cat {
    width: 72px;
    height: 21px;
  }
}

.news-title {
  margin-top: 3.2vw;
  font-size: 12px;
  font-size: 3.2vw;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

@media screen and (min-width: 600px) {
  .news-title {
    font-size: 14px;
    font-size: 1.16667vw;
    margin-top: 2vw;
  }
}

@media screen and (min-width: 1200px) {
  .news-title {
    margin-top: 24px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.news-text p {
  margin-top: 2.66667vw;
  font-size: 11px;
  font-size: 2.93333vw;
  letter-spacing: 0.08em;
  line-height: 1.5;
  word-break: break-all;
}

@media screen and (min-width: 600px) {
  .news-text p {
    font-size: 13px;
    font-size: 1.08333vw;
    margin-top: 1.25vw;
  }
}

@media screen and (min-width: 1200px) {
  .news-text p {
    margin-top: 15px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.fancybox__backdrop {
  background: rgba(26, 15, 10, 0.8) !important;
}

@media screen and (min-width: 1025px) {
  .js-amination-menuin {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}

.pagination-wrap {
  margin-top: 13.33333vw;
}

@media screen and (min-width: 600px) {
  .pagination-wrap {
    margin-top: 8.33333vw;
  }
}

@media screen and (min-width: 1200px) {
  .pagination-wrap {
    margin-top: 100px;
  }
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-numbers li:nth-of-type(n+2) {
  margin-left: 6px;
}

@media screen and (min-width: 600px) {
  .page-numbers li:nth-of-type(n+2) {
    margin-left: 10px;
  }
}

.page-numbers li > span,
.page-numbers li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1;
  width: 30px;
  height: 30px;
  -webkit-transition: .1s;
  transition: .1s;
  border-radius: 4px;
}

@media screen and (min-width: 600px) {
  .page-numbers li > span,
  .page-numbers li > a {
    font-size: 18px;
    font-size: 1.125rem;
    width: 38px;
    height: 38px;
    border-radius: 6px;
  }
}

@media screen and (min-width: 600px) {
  .page-numbers li > span .num,
  .page-numbers li > a .num {
    -webkit-transform: translateY(-0.1em);
            transform: translateY(-0.1em);
  }
}

.page-numbers li > span {
  background: #e28f71;
  border: 1px solid #e28f71;
  color: #fff;
}

.page-numbers li > a {
  background: #fff;
  color: inherit;
  border: 1px solid #C3C3C3;
}

@media screen and (min-width: 600px) {
  .page-numbers li > a:hover, .page-numbers li > a:focus {
    background: #e28f71;
    color: #fff;
    border-color: #e28f71;
  }
  .page-numbers li > a:hover .arrow, .page-numbers li > a:focus .arrow {
    border-color: transparent transparent #fff #fff;
  }
}

.page-numbers li > a .arrow {
  border-width: 2px;
  border-color: transparent transparent #483627 #483627;
  border-style: solid;
  width: 6px;
  height: 6px;
  display: block;
  -webkit-transition: .1s;
  transition: .1s;
}

.page-numbers li > a .prev {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: -2px;
}

.page-numbers li > a .next {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-left: -2px;
}

.callcenter {
  margin-top: 21.33333vw;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .callcenter {
    margin-top: 6.66667vw;
  }
}

@media screen and (min-width: 1200px) {
  .callcenter {
    margin-top: 80px;
  }
}

.callcenter-text {
  font-size: 14px;
  font-size: 3.73333vw;
  letter-spacing: .08em;
  line-height: 1.85;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .callcenter-text {
    font-size: 16px;
    font-size: 1.33333vw;
  }
}

@media screen and (min-width: 1200px) {
  .callcenter-text {
    font-size: 16px;
    font-size: 1rem;
  }
}

.callcenter-phone {
  margin-top: 8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 600px) {
  .callcenter-phone {
    margin-top: 5vw;
  }
}

@media screen and (min-width: 1200px) {
  .callcenter-phone {
    margin-top: 60px;
  }
}

.callcenter-phone-icon {
  width: 11.2vw;
}

@media screen and (min-width: 600px) {
  .callcenter-phone-icon {
    width: 4.83333vw;
  }
}

@media screen and (min-width: 1200px) {
  .callcenter-phone-icon {
    width: 58px;
  }
}

.callcenter-phone-number {
  margin-left: 2.66667vw;
  font-size: 20px;
  font-size: 5.33333vw;
  letter-spacing: .12em;
}

@media screen and (min-width: 600px) {
  .callcenter-phone-number {
    font-size: 40px;
    font-size: 3.33333vw;
  }
}

@media screen and (min-width: 1200px) {
  .callcenter-phone-number {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.callcenter-phone-small {
  font-size: 10px;
  font-size: 2.66667vw;
}

@media screen and (min-width: 600px) {
  .callcenter-phone-small {
    font-size: 10px;
    font-size: 0.83333vw;
  }
}

@media screen and (min-width: 1200px) {
  .callcenter-phone-small {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.callcenter-info {
  font-size: 11px;
  font-size: 2.93333vw;
  margin-top: 6.66667vw;
  line-height: 1.8;
}

@media screen and (min-width: 600px) {
  .callcenter-info {
    font-size: 11px;
    font-size: 0.91667vw;
    margin-top: 2.91667vw;
  }
}

@media screen and (min-width: 1200px) {
  .callcenter-info {
    font-size: 11px;
    font-size: 0.6875rem;
    margin-top: 35px;
  }
}

.callcenter-info:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.callcenter-info div.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.callcenter-info div.row:nth-of-type(n+2) {
  margin-top: .5em;
}

.callcenter-info div.row dt {
  width: 6em;
  text-align: left;
}

.callcenter-info div.row dd {
  margin-left: 1em;
}

.callcenter-info-time-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.callcenter-info-time-row span:first-of-type {
  width: 4em;
  text-align: left;
}

.callcenter-info-time-row span:nth-of-type(n+2) {
  margin-left: 1em;
}
