@charset "UTF-8";
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;
  vertical-align: baseline;
  background: transparent;
}

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

ul {
  list-style: none;
}

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;
}

del {
  text-decoration: line-through;
}

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

input,
select {
  vertical-align: middle;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  color: inherit;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button {
  display: none;
}

input[type=number],
input[type=month],
input[type=datetime-local],
input[type=week],
input[type=time],
input[type=date] {
  -moz-appearance: textfield;
}

input[type=date]::-webkit-clear-button,
input[type=month]::-webkit-clear-button,
input[type=datetime-local]::-webkit-clear-button,
input[type=time]::-webkit-clear-button,
input[type=week]::-webkit-clear-button {
  -webkit-appearance: none;
}

button:focus {
  outline: none;
  box-shadow: none;
}

address {
  font-style: normal;
}

@media screen and (min-width: 481px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 576px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1040px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1240px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1240px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1440px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1439px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1239px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1239px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1039px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 575px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  body {
    margin: 0;
  }
}

@media screen and (max-width: 1239px) {
  .hidden-xl-down {
    display: none !important;
  }
}

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

@media screen and (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media screen and (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media screen and (max-width: 374px) {
  .hidden-xxs-down {
    display: none !important;
  }
}

@media screen and (min-width: 1240px) {
  .hidden-xl-up {
    display: none !important;
  }
}

@media screen and (min-width: 1040px) {
  .hidden-pc-up {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media screen and (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media screen and (min-width: 481px) {
  .hidden-xs-up {
    display: none !important;
  }
}

@media screen and (min-width: 375px) {
  .hidden-xxs-up {
    display: none !important;
  }
}

.pl-0 {
  padding-left: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pl-0 {
  padding-right: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.pl-1 {
  padding-left: 10px !important;
}

.pt-1 {
  padding-top: 10px !important;
}

.pl-1 {
  padding-right: 10px !important;
}

.pb-1 {
  padding-bottom: 10px !important;
}

.ml-1 {
  margin-left: 10px !important;
}

.mt-1 {
  margin-top: 10px !important;
}

.mr-1 {
  margin-right: 10px !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.pl-2 {
  padding-left: 20px !important;
}

.pt-2 {
  padding-top: 20px !important;
}

.pl-2 {
  padding-right: 20px !important;
}

.pb-2 {
  padding-bottom: 20px !important;
}

.ml-2 {
  margin-left: 20px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mr-2 {
  margin-right: 20px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.pl-3 {
  padding-left: 30px !important;
}

.pt-3 {
  padding-top: 30px !important;
}

.pl-3 {
  padding-right: 30px !important;
}

.pb-3 {
  padding-bottom: 30px !important;
}

.ml-3 {
  margin-left: 30px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mr-3 {
  margin-right: 30px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.pl-4 {
  padding-left: 40px !important;
}

.pt-4 {
  padding-top: 40px !important;
}

.pl-4 {
  padding-right: 40px !important;
}

.pb-4 {
  padding-bottom: 40px !important;
}

.ml-4 {
  margin-left: 40px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mr-4 {
  margin-right: 40px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.pl-5 {
  padding-left: 50px !important;
}

.pt-5 {
  padding-top: 50px !important;
}

.pl-5 {
  padding-right: 50px !important;
}

.pb-5 {
  padding-bottom: 50px !important;
}

.ml-5 {
  margin-left: 50px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.mr-5 {
  margin-right: 50px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.pl-6 {
  padding-left: 60px !important;
}

.pt-6 {
  padding-top: 60px !important;
}

.pl-6 {
  padding-right: 60px !important;
}

.pb-6 {
  padding-bottom: 60px !important;
}

.ml-6 {
  margin-left: 60px !important;
}

.mt-6 {
  margin-top: 60px !important;
}

.mr-6 {
  margin-right: 60px !important;
}

.mb-6 {
  margin-bottom: 60px !important;
}

.pl-7 {
  padding-left: 70px !important;
}

.pt-7 {
  padding-top: 70px !important;
}

.pl-7 {
  padding-right: 70px !important;
}

.pb-7 {
  padding-bottom: 70px !important;
}

.ml-7 {
  margin-left: 70px !important;
}

.mt-7 {
  margin-top: 70px !important;
}

.mr-7 {
  margin-right: 70px !important;
}

.mb-7 {
  margin-bottom: 70px !important;
}

.pl-8 {
  padding-left: 80px !important;
}

.pt-8 {
  padding-top: 80px !important;
}

.pl-8 {
  padding-right: 80px !important;
}

.pb-8 {
  padding-bottom: 80px !important;
}

.ml-8 {
  margin-left: 80px !important;
}

.mt-8 {
  margin-top: 80px !important;
}

.mr-8 {
  margin-right: 80px !important;
}

.mb-8 {
  margin-bottom: 80px !important;
}

.pl-9 {
  padding-left: 90px !important;
}

.pt-9 {
  padding-top: 90px !important;
}

.pl-9 {
  padding-right: 90px !important;
}

.pb-9 {
  padding-bottom: 90px !important;
}

.ml-9 {
  margin-left: 90px !important;
}

.mt-9 {
  margin-top: 90px !important;
}

.mr-9 {
  margin-right: 90px !important;
}

.mb-9 {
  margin-bottom: 90px !important;
}

.pl-10 {
  padding-left: 100px !important;
}

.pt-10 {
  padding-top: 100px !important;
}

.pl-10 {
  padding-right: 100px !important;
}

.pb-10 {
  padding-bottom: 100px !important;
}

.ml-10 {
  margin-left: 100px !important;
}

.mt-10 {
  margin-top: 100px !important;
}

.mr-10 {
  margin-right: 100px !important;
}

.mb-10 {
  margin-bottom: 100px !important;
}

html {
  font-size: 62.5%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  font-size: 1.6rem;
  line-height: 1.7em;
  color: #454545;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.content-inner {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}

.content-inner--s {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 30px;
}

@media screen and (min-width: 768px) {
  .content-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUpItem {
  from {
    opacity: 0;
    transform: translateY(calc(140% + 50px));
  }
  to {
    opacity: 1;
    transform: translateY(140%);
  }
}
.fadeup {
  opacity: 0;
}
.fadeup.scrollin {
  animation-name: fadeUp;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.slidein span {
  clip-path: inset(0 100% 0 0);
  transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
  transition-delay: 0.2s;
}
.slidein.scrollin span {
  clip-path: inset(0);
}
.slidein.scrollin span:nth-child(2) {
  transition-delay: 0.4s;
}

body {
  background: #e8e3d8;
}
body.is-open {
  overflow: hidden;
}

#header {
  display: none;
}

#header .header-fix-wrap,
#header .HeaderBody.is-fixed,
.pageGuide,
.main,
.menu-column {
  position: relative !important;
  top: auto;
  left: auto;
  z-index: 1;
}

.contents-wrap {
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .contents-wrap {
    width: auto;
  }
}

.menu-column {
  margin: 0 auto;
}

.share-sns-column {
  position: relative;
  background: #fff;
  z-index: 1;
}

.lp-wrapper {
  display: flex;
  width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
@media screen and (max-width: 767px) {
  .lp-wrapper {
    flex-direction: column;
  }
}

.aside {
  display: flex;
  justify-content: flex-start;
  height: 100dvh;
  min-height: 500px;
  width: 100%;
}
@media screen and (min-width: 1040px) {
  .aside {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
  }
}
@media screen and (max-width: 1039px) {
  .aside {
    width: calc(100vw - 490px);
  }
}
@media screen and (max-width: 767px) {
  .aside {
    width: 100%;
  }
}
.aside-l, .aside-r {
  position: relative;
}
.aside-l {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: calc((100vw - 490px) * 0.67);
  padding: 30px;
}
@media screen and (max-width: 1039px) {
  .aside-l {
    position: fixed;
    width: calc(100vw - 490px);
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .aside-l {
    width: 100%;
  }
}
.aside-l .aside__img {
  width: 90%;
  max-width: 490px;
  margin: auto;
}
.aside-l .aside__img figure {
  transform: translateY(10%);
}
.aside-l .copyright {
  width: 112px;
  margin: auto auto 0;
}
.aside-l .scroll {
  position: absolute;
  bottom: 0;
  left: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.aside-l .scroll::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 40px;
  background: #000;
}
.aside-l .scroll-txt {
  display: inline-block;
  width: 12px;
  margin-bottom: 5px;
}
.aside-r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc((100vw - 490px) * 0.33 - 15px);
  margin-left: 490px;
  padding: 20px 20px 10%;
}
@media screen and (max-width: 1039px) {
  .aside-r {
    position: fixed;
    top: 0;
    right: 0;
    flex-direction: column-reverse;
    justify-content: center;
    width: 400px;
    height: 100vh;
    background: #e8e3d8 url(../img/bg_sp.png) center no-repeat;
    background-size: contain;
    transform: translateX(100%);
    transition: transform 0.4s ease-in;
    z-index: 100;
  }
  .is-open .aside-r {
    transform: translateX(0);
  }
}
@media screen and (max-width: 767px) {
  .aside-r {
    width: 100vw;
    background-position: top center;
  }
}
.aside-r .nav-logo {
  width: 140px;
  height: auto;
  margin: 0 0 30px;
}
@media screen and (max-width: 1039px) {
  .aside-r .nav-logo {
    width: 46%;
    margin: 100px auto 0;
  }
}
@media screen and (max-width: 1039px) {
  .aside-r .nav-menu ul {
    width: 80%;
  }
}
.aside-r .nav-menu ul > li:not(:last-child) {
  margin-bottom: 20px;
}
.aside-r .nav-item {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .aside-r .nav-item:hover {
    opacity: 0.7;
  }
}

.btn-nav {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  z-index: 9999;
}
@media screen and (min-width: 1040px) {
  .btn-nav {
    display: none;
  }
}
.btn-nav::before, .btn-nav::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 40%;
  left: 15%;
  width: 70%;
  height: 3px;
  background: #b73570;
  transition: all 0.2s ease;
}
.btn-nav::before {
  transform: translateY(-10px);
}
.btn-nav::after {
  transform: translateY(5px);
}
.is-open .btn-nav::before {
  transform: rotate(30deg);
}
.is-open .btn-nav::after {
  transform: rotate(-30deg);
}
.btn-nav span {
  width: 70%;
  transform: translateY(60%);
}

.main-content {
  max-width: 490px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  margin-left: calc((100vw - 490px) * 0.67);
  padding-bottom: 200px;
  font-feature-settings: "palt";
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", serif;
  color: #b73570;
  background: #f0ece3 url(../img/bg_bottom.png) bottom center no-repeat;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 1039px) {
  .main-content {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .main-content {
    max-width: 100%;
    margin: 0 auto;
    font-size: 3.0612244898vw;
    border: none;
    background: #f0ece3 url(../img/bg_bottom.png) bottom center no-repeat;
    background-size: contain;
  }
}
.main-content section {
  padding: 0 30px 100px;
}
@media screen and (max-width: 767px) {
  .main-content section {
    padding: 0 6vw 60px;
  }
}
.main-content section h2, .main-content section h3, .main-content section h4 {
  margin: 0 auto 0.8em;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  line-height: 1.33em;
  letter-spacing: -0.05em;
  text-align: center;
  color: #b73570;
}
.main-content section h3 {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .main-content section h3 {
    font-size: 6.1224489796vw;
  }
}
.main-content section h3 small {
  display: block;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .main-content section h3 small {
    font-size: 3.8775510204vw;
  }
}
.main-content section h3 span {
  font-size: 1.5em;
}
.main-content section h4 {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .main-content section h4 {
    font-size: 4.8979591837vw;
  }
}
.main-content section h4 small {
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: -0.02em;
}
.main-content section h4 span {
  font-size: 1.5em;
}
.main-content section h5 {
  font-weight: 700;
}
.main-content section .info {
  margin: 0 auto 20px;
  font-size: 1.7rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main-content section .info {
    font-size: 3.4693877551vw;
  }
}
.main-content a.btn-detail {
  display: inline-block;
  margin: 50px auto 0;
  padding: 0 0.2em 0.2em;
  color: #b73570;
  line-height: 1.2em;
  text-decoration: none;
  border-bottom: 1px solid #b73570;
  transition: border 0.2s ease;
}
@media screen and (min-width: 769px) {
  .main-content a.btn-detail:hover {
    border-bottom-color: transparent !important;
  }
}
.main-content #introduction {
  padding-top: 50px;
  text-align: center;
}
.main-content #introduction .mv {
  position: relative;
}
.main-content #introduction .mv [class^=mv-img] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease-in;
}
.is-start .main-content #introduction .mv [class^=mv-img] {
  opacity: 1;
}
.main-content #introduction .mv .mv-img02 {
  transition-delay: 0.8s;
}
.main-content #introduction .mv .mv-img03 {
  transition-delay: 1.6s;
}
.main-content #introduction .mv .mv-img04 {
  transition-delay: 2.4s;
}
.main-content #introduction .mv-lead {
  width: 80%;
  margin: 0 auto 30px;
}
.main-content #introduction .mv-copy {
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  letter-spacing: -0.08em;
  color: #b73570;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main-content #introduction .mv-copy {
    font-size: 2.6530612245vw;
  }
}
.main-content #event .content-box,
.main-content #event2 .content-box {
  background: #fff;
  padding: 20px 20px 50px;
  text-align: center;
  border: 3px solid #b73570;
  border-radius: 300px 300px 0 0;
}
.main-content #event .content-box figure,
.main-content #event2 .content-box figure {
  width: 90%;
  margin: 0 auto 40px;
}
.main-content #event .content-box figure figcaption,
.main-content #event2 .content-box figure figcaption {
  margin-top: 20px;
  font-size: 1.3rem;
  text-align: left;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .main-content #event .content-box figure figcaption,
  .main-content #event2 .content-box figure figcaption {
    font-size: 2.6530612245vw;
  }
}
.main-content #event .content-box p,
.main-content #event2 .content-box p {
  font-size: 1.5rem;
  text-align: left;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .main-content #event .content-box p,
  .main-content #event2 .content-box p {
    font-size: 3.0612244898vw;
  }
}
.main-content #event .content-box .present,
.main-content #event2 .content-box .present {
  margin: 40px auto;
  padding: 30px 0;
  border-top: 3px solid #b73570;
  border-bottom: 3px solid #b73570;
}
@media screen and (max-width: 767px) {
  .main-content #event .content-box .present,
  .main-content #event2 .content-box .present {
    margin: 20px auto;
    padding: 20px 0;
  }
}
.main-content #event .content-box .present h4,
.main-content #event2 .content-box .present h4 {
  margin: 0 auto;
}
.main-content #event .content-box {
  background: #fff url(../img/bg_event.png) bottom center no-repeat;
  background-size: contain;
}
.main-content #event2 .content-box {
  padding-top: 60px;
}
.main-content #event2 .content-box h3 span {
  font-size: 1.2em;
}
.main-content #event2 .content-box figure {
  margin: 0 auto 20px;
}
.main-content #event2 .content-box p strong {
  display: inline-block;
  font-weight: 500;
  border-bottom: 1px solid #b73570;
}
.main-content #fashion {
  padding-top: 50px;
  text-align: center;
}
.main-content #fashion h3 {
  margin: 0 auto 0.5em;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .main-content #fashion h3 {
    font-size: 5.306122449vw;
  }
}
.main-content #fashion .reccomend {
  position: relative;
}
.main-content #fashion .reccomend .lead {
  text-align: left;
  line-height: 0;
  transform: rotate(-5deg);
}
@media screen and (max-width: 767px) {
  .main-content #fashion .reccomend .lead {
    margin: 0 auto 30px;
  }
}
.main-content #fashion .reccomend .lead span {
  display: inline-block;
  padding: 0 0.2em;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  vertical-align: bottom;
  color: #fff;
  background: #b73570;
}
@media screen and (max-width: 767px) {
  .main-content #fashion .reccomend .lead span {
    font-size: 4.0816326531vw;
  }
}
.main-content #fashion .reccomend .lead span:not(:first-child) {
  margin-top: -1px;
}
.main-content #fashion .reccomend p {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 60%;
  font-size: 1.5rem;
  text-align: left;
  color: #b73570;
}
@media screen and (max-width: 767px) {
  .main-content #fashion .reccomend p {
    font-size: 3.0612244898vw;
  }
}
.main-content #fashion .reccomend p .underline {
  display: inline;
  padding-bottom: 0.2em;
  font-size: 1.6rem;
  line-height: 2em;
  border-bottom: 1px solid #b73570;
}
@media screen and (max-width: 767px) {
  .main-content #fashion .reccomend p .underline {
    font-size: 3.2653061224vw;
  }
}
.main-content #fashion .fashion-items .fashion-item {
  position: relative;
}
.main-content #fashion .fashion-items .fashion-item figure {
  margin: 0 -30px;
}
@media screen and (max-width: 767px) {
  .main-content #fashion .fashion-items .fashion-item figure {
    margin: 0 -6vw;
  }
}
.main-content #fashion .fashion-items .fashion-item .lead {
  position: absolute;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  line-height: 0;
  transform: rotate(-5deg);
}
.main-content #fashion .fashion-items .fashion-item .lead span {
  display: inline-block;
  width: auto;
  padding: 0 0.2em;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4em;
  vertical-align: bottom;
  white-space: nowrap;
  color: #b73570;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .main-content #fashion .fashion-items .fashion-item .lead span {
    font-size: 3.4693877551vw;
  }
}
.main-content #fashion .fashion-items .fashion-item .lead span:not(:first-child) {
  margin-top: -1px;
}
.main-content #fashion .fashion-items .fashion-item .lead span:last-child {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .main-content #fashion .fashion-items .fashion-item .lead span:last-child {
    font-size: 2.8571428571vw;
  }
}
.main-content #fashion .fashion-items .fashion-item .lead span small {
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .main-content #fashion .fashion-items .fashion-item .lead span small {
    font-size: 2.8571428571vw;
  }
}
.main-content #fashion .fashion-items .fashion-item .detail {
  position: absolute;
  width: 49%;
}
.main-content #fashion .fashion-items .fashion-item .detail p {
  font-size: 1.4rem;
  line-height: 1.46em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .main-content #fashion .fashion-items .fashion-item .detail p {
    font-size: 2.8571428571vw;
  }
}
.main-content #fashion .fashion-items .fashion-item .detail p.spec, .main-content #fashion .fashion-items .fashion-item .detail p.brand {
  margin-top: 0.3em;
}
.main-content #fashion .fashion-items .fashion-item:nth-child(1) .lead {
  bottom: 0;
  left: 0;
  transform: translateY(90%) rotate(-5deg);
}
.main-content #fashion .fashion-items .fashion-item:nth-child(1) .detail {
  left: 0;
  bottom: 0;
  transform: translateY(140%);
  animation-name: fadeUpItem;
}
.main-content #fashion .fashion-items .fashion-item:nth-child(2) .lead {
  position: static;
  margin-bottom: 20px;
}
.main-content #fashion .fashion-items .fashion-item:nth-child(2) .lead span:nth-child(2) {
  margin-left: 1.5em;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .main-content #fashion .fashion-items .fashion-item:nth-child(2) .lead span:nth-child(2) {
    font-size: 2.8571428571vw;
  }
}
.main-content #fashion .fashion-items .fashion-item:nth-child(2) .detail {
  left: 0;
  bottom: 40px;
  width: 46%;
}
.main-content #fashion .fashion-items .fashion-item:nth-child(3) .lead {
  position: static;
  margin-bottom: 20px;
}
.main-content #fashion .fashion-items .fashion-item:nth-child(3) .lead span:nth-child(2) {
  margin-left: 1.5em;
}
.main-content #fashion .fashion-items .fashion-item:nth-child(3) .detail {
  right: 0;
  top: 60px;
}
.main-content #fashion .fashion-items + p {
  margin: 60px auto 0;
  font-family: 1.7rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}
.main-content #fashion .btn-detail {
  margin-top: 20px;
}
.main-content #kyotokko {
  padding: 0;
  background: linear-gradient(180deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
}
.main-content #kyotokko .content-box {
  padding: 0 30px 50px;
  color: #179148;
  text-align: center;
  background: #fff;
  border: 9px solid #179148;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .main-content #kyotokko .content-box {
    padding: 0 6vw 50px;
  }
}
.main-content #kyotokko .content-box figure {
  margin: 0 auto 20px;
}
.main-content #kyotokko .content-box h2 {
  display: inline-block;
  margin: 0 auto 30px;
  padding: 0.2em 0.5em;
  font-size: 2.5rem;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "メイリオ", sans-serif;
  color: #179148;
  background: #ffff00;
  transform: rotate(-5deg) translateY(-50%);
}
.main-content #kyotokko .content-box h3 {
  font-size: 3rem;
  letter-spacing: -0.1em;
  color: #179148;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main-content #kyotokko .content-box h3 {
    font-size: 6.1224489796vw;
  }
}
.main-content #kyotokko .content-box h3 figure img {
  width: 300px;
}
.main-content #kyotokko .content-box p {
  font-size: 1.5rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .main-content #kyotokko .content-box p {
    font-size: 3.0612244898vw;
  }
}
.main-content #kyotokko .content-box p.info {
  margin: 0 auto 20px;
  font-size: 1.7rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main-content #kyotokko .content-box p.info {
    font-size: 3.4693877551vw;
  }
}
.main-content #kyotokko .content-box p.note {
  font-size: 1.3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main-content #kyotokko .content-box p.note {
    font-size: 2.6530612245vw;
  }
}
.main-content #kyotokko .content-box a.btn-detail {
  color: #179148;
  border-bottom-color: #179148;
}
.main-content #items {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  background: #fff;
}
.main-content #items h3 {
  font-size: 2.3rem;
}
@media screen and (max-width: 767px) {
  .main-content #items h3 {
    font-size: 4.693877551vw;
  }
}
.main-content #items h4 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .main-content #items h4 {
    font-size: 3.6734693878vw;
  }
}
.main-content #items .links {
  width: 82%;
  margin: 0 auto;
}
.main-content #items .links:nth-of-type(2) a {
  pointer-events: none;
}
.main-content #items .links > li:not(:last-child) {
  margin-bottom: 20px;
}
.main-content #items .links > li a {
  display: block;
  border-radius: 15px;
  overflow: hidden;
}
.main-content #items .links + h4 {
  margin-top: 40px;
}
.main-content #share h2 {
  margin-top: -20px;
}
.main-content #share h3 {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .main-content #share h3 {
    font-size: 5.1020408163vw;
  }
}
.main-content #share h4 {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .main-content #share h4 {
    font-size: 4.8979591837vw;
  }
}
.main-content #share .section:first-of-type {
  margin-bottom: 30px;
}
.main-content #share .section:nth-of-type(2) h4 {
  padding-top: 60px;
  background: url(../img/bg_sharesma.png) top center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .main-content #share .section:nth-of-type(2) h4 {
    padding-top: 12vw;
  }
}
.main-content #share .section figure {
  margin: 0 auto 20px;
}
.main-content #share .section p {
  font-size: 1.5rem;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .main-content #share .section p {
    font-size: 3.0612244898vw;
  }
}
.main-content #share .section p + p {
  margin-top: 1em;
}
.main-content #share .section dl {
  margin: 30px auto 0;
  padding: 20px;
  border: 2px solid #b73570;
  border-radius: 10px;
}
.main-content #share .section dl dd {
  padding-left: 1em;
  text-indent: -0.5em;
  font-size: 1.5rem;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .main-content #share .section dl dd {
    font-size: 3.0612244898vw;
  }
}
.main-content #share .section h5 {
  margin: 30px auto 0.5em;
}
.main-content #share .slider {
  position: relative;
}
.main-content #share .slider .slick-slide {
  padding: 0 3px;
}
.main-content #share .slider .slick-slide figure {
  margin: 0 auto;
}
.main-content #share .slider .slick-slide figure figcaption {
  margin: 10px auto 0;
  font-size: 1.2rem;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .main-content #share .slider .slick-slide figure figcaption {
    font-size: 2.4489795918vw;
  }
}
.main-content #share .slider .prev-arrow,
.main-content #share .slider .next-arrow {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 20%;
  width: 34px;
  height: 34px;
  background: #fff;
  border: 1px solid #b73570;
  border-radius: 100%;
  cursor: pointer;
  z-index: 1;
}
.main-content #share .slider .prev-arrow::before,
.main-content #share .slider .next-arrow::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -0.4em;
  border-top: 2px solid #b73570;
  border-right: 2px solid #b73570;
  transform: rotate(45deg);
}
.main-content #share .slider .prev-arrow {
  left: 0;
  transform: translateX(-50%) scale(-1, 1);
}
.main-content #share .slider .next-arrow {
  right: 0;
  transform: translateX(50%);
}
.main-content #campaign {
  padding: 50px;
  color: #fff;
  text-align: center;
  background: #b73570;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .main-content #campaign {
    padding: 9vw;
  }
}
.main-content #campaign h2 {
  position: relative;
}
.main-content #campaign h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 90px;
  height: 190px;
  background: url(../img/campaign_img.png) center no-repeat;
  background-size: contain;
  transform: translate(-25%, 60%);
  animation: dechi 0.6s steps(1) 0s infinite;
}
@media screen and (max-width: 767px) {
  .main-content #campaign h2::before {
    width: 18vw;
    height: 39vw;
    transform: translate(-32%, 65%);
    animation: dechiSp 0.6s steps(1) 0s infinite;
  }
}
@keyframes dechi {
  0% {
    transform: translate(-25%, 60%);
  }
  50% {
    transform: translate(-20%, 60%);
  }
  100% {
    transform: translate(-20%, 60%);
  }
}
@keyframes dechiSp {
  0% {
    transform: translate(-32%, 65%);
  }
  50% {
    transform: translate(-28%, 65%);
  }
  100% {
    transform: translate(-28%, 65%);
  }
}
.main-content #campaign h3 {
  font-size: 2.7rem;
  color: #fff;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .main-content #campaign h3 {
    font-size: 5.5102040816vw;
  }
}
.main-content #campaign p {
  width: 85%;
  margin: 0 auto 20px;
  font-size: 1.5rem;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .main-content #campaign p {
    font-size: 3.0612244898vw;
  }
}
.main-content #campaign p.soon {
  display: inline-block;
  width: auto;
  padding: 0 0.5em;
  font-size: 1.6rem;
  text-align: center;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .main-content #campaign p.soon {
    font-size: 3.2653061224vw;
  }
}
.main-content #campaign .detail {
  margin: 20px auto;
}
.main-content #campaign .detail .btn-instagram {
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 1.7rem;
  font-weight: 700;
  text-decoration: none;
  color: #b73570;
  background: #fff;
  border-radius: 14px;
}
@media screen and (max-width: 767px) {
  .main-content #campaign .detail .btn-instagram {
    font-size: 3.4693877551vw;
  }
}
.main-content #campaign .detail .btn-instagram .icon-instagram {
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  margin-right: 0.3em;
  vertical-align: middle;
  background: url(../img/icon_instagram.png) center no-repeat;
  background-size: contain;
}

.snow-container {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* 雪の共通スタイル */
  /* 雪 */
  /* 雪が降るアニメーション */
}
.snow-container .snow {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  animation: animate-snow 8s linear;
}
.snow-container .snow-1 {
  background-image: url("../img/snow_01.png");
}
.snow-container .snow-2 {
  background-image: url("../img/snow_02.png");
}
.snow-container .snow-3 {
  background-image: url("../img/snow_03.png");
}
.snow-container .snow-4 {
  background-image: url("../img/snow_04.png");
}
.snow-container .snow-5 {
  background-image: url("../img/snow_05.png");
}
.snow-container .snow-6 {
  background-image: url("../img/snow_06.png");
}
.snow-container .snow-7 {
  background-image: url("../img/snow_07.png");
}
.snow-container .snow-8 {
  background-image: url("../img/snow_08.png");
}
.snow-container .snow-9 {
  background-image: url("../img/snow_09.png");
}
.snow-container .snow-10 {
  background-image: url("../img/snow_10.png");
}
.snow-container .snow-11 {
  background-image: url("../img/snow_11.png");
}
.snow-container .snow-12 {
  background-image: url("../img/snow_12.png");
}
@keyframes animate-snow {
  0% {
    opacity: 0;
    top: 0;
    transform: rotate(0);
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 100vh;
    transform: rotate(1080deg);
  }
}/*# sourceMappingURL=styles.css.map */