@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 8%;
}
@media screen and (max-width: 1039px) {
  .aside-r {
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    height: 100vh;
    padding: 20px;
    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;
    overflow-y: auto;
  }
  .is-open .aside-r {
    transform: translateX(0);
  }
}
@media screen and (max-width: 767px) {
  .aside-r {
    width: 100vw;
    background-position: top center;
  }
}
.aside-r .menu {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 1039px) {
  .aside-r .menu {
    flex-direction: column-reverse;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
}
.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: 20px auto 0;
  }
}
.aside-r .nav-menu {
  margin-top: auto;
}
@media screen and (max-width: 1039px) {
  .aside-r .nav-menu {
    margin-top: 60px;
    margin-bottom: auto;
    width: 100%;
  }
}
@media screen and (max-width: 1039px) {
  .aside-r .nav-menu ul {
    width: 80%;
  }
}
.aside-r .nav-menu ul > li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.aside-r .nav-menu ul > li:not(:last-child) {
  margin-bottom: 15px;
}
.aside-r .nav-item {
  position: relative;
  display: block;
  width: 90%;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .aside-r .nav-item:hover {
    opacity: 0.7;
  }
}
.aside-r .btn-child-nav {
  position: relative;
  display: none;
}
.aside-r .btn-child-nav::before {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border-bottom: 2px solid #b73570;
  border-right: 2px solid #b73570;
  transform: translateY(-50%) rotate(45deg);
}
.aside-r .nav-child {
  width: 75%;
  margin: 15px 0 0 50px;
}
@media screen and (max-width: 1039px) {
  .aside-r .nav-child {
    margin: 10px 0 0 20px;
  }
}
.aside-r .nav-child > li {
  width: 85%;
}
.aside-r .nav-child > li:not(:last-child) {
  margin-bottom: 5px !important;
}

.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;
  /* page */
  /* ACCESSORY */
  /* FASHION */
  /* LIFE STYLE */
  /* KIDS */
  /* FOODS */
}
@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.08em;
  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;
  padding-bottom: 40px;
  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 #create {
  padding: 0 50px 100px;
}
@media screen and (max-width: 767px) {
  .main-content #create {
    padding: 0 12vw 100px;
  }
}
.main-content #create figure {
  margin-left: -40px;
  margin-right: -40px;
}
@media screen and (max-width: 767px) {
  .main-content #create figure {
    margin-left: -10vw;
    margin-right: -10vw;
  }
}
.main-content #create h2 {
  margin-top: -40px;
  font-size: 3rem;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .main-content #create h2 {
    margin-top: -8vw;
    margin-left: -2vw;
    margin-right: -2vw;
    font-size: 6.1224489796vw;
  }
}
.main-content #create h2 span {
  display: block;
  text-align: left;
  font-size: 1.9rem;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  .main-content #create h2 span {
    font-size: 3.8775510204vw;
  }
}
.main-content #create p {
  padding-bottom: 40px;
  font-size: 1.3rem;
  line-height: 1.6em;
  border-bottom: 2px solid #b73570;
}
@media screen and (max-width: 767px) {
  .main-content #create p {
    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 figure {
  margin: 0 auto 20px;
}
.main-content #event2 .content-box > figure {
  width: auto;
  margin-left: 0;
  margin-right: -30px;
}
@media screen and (max-width: 767px) {
  .main-content #event2 .content-box > figure {
    margin-right: -8vw;
  }
}
.main-content #event2 .content-box > div:not(:last-child) {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 3px solid #b73570;
}
.main-content #event2 .content-box > div:nth-of-type(2) h4 {
  text-align: center;
}
.main-content #event2 .content-box > div:nth-of-type(2) figure {
  width: 65%;
}
.main-content #event2 .content-box h3 span {
  font-size: 1.2em;
}
.main-content #event2 .content-box h4 {
  margin-bottom: 0.5em;
  text-align: left;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .main-content #event2 .content-box h4 {
    font-size: 6.1224489796vw;
  }
}
.main-content #event2 .content-box h4 small {
  font-size: 0.7em;
}
.main-content #event2 .content-box p strong {
  display: inline-block;
  font-weight: 500;
  border-bottom: 1px solid #b73570;
}
.main-content #happiness {
  margin: 0 auto 100px;
  padding: 80px 30px;
  background: rgba(175, 164, 113, 0.5);
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .main-content #happiness {
    padding: 80px 6vw;
  }
}
.main-content #happiness h2 {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
  font-size: 3.8rem;
}
@media screen and (max-width: 767px) {
  .main-content #happiness h2 {
    margin-left: -6vw;
    margin-right: -6vw;
    font-size: 7.7551020408vw;
  }
}
.main-content #happiness h2 + p {
  width: 80%;
  margin: 0 auto 50px;
}
.main-content #happiness h3 {
  margin-left: -30px;
  margin-right: -30px;
}
@media screen and (max-width: 767px) {
  .main-content #happiness h3 {
    margin-left: -6vw;
    margin-right: -6vw;
  }
}
.main-content #happiness h4 {
  margin-bottom: 0.2em;
  letter-spacing: normal;
}
.main-content #happiness h5 {
  margin-bottom: 0.2em;
  line-height: 1.4em;
}
.main-content #happiness p {
  font-size: 1.5rem;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .main-content #happiness p {
    font-size: 3.0612244898vw;
  }
}
.main-content #happiness p.spec + h5 {
  margin-top: 1em;
}
.main-content #happiness .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -30px;
}
@media screen and (max-width: 767px) {
  .main-content #happiness .row {
    margin: 0 -6vw;
  }
}
.main-content #happiness .row figure {
  width: 45%;
  margin: 0;
}
.main-content #happiness .row p {
  width: 50%;
}
.main-content #happiness > div {
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .main-content #happiness > div {
    padding: 0 6vw;
  }
}
.main-content #happiness > div:not(:last-child) {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 3px solid #b73570;
}
.main-content #happiness > div:nth-of-type(3) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.main-content #happiness > div:nth-of-type(3) figure {
  width: calc(40% + 30px);
  margin-left: 0;
  margin-right: -30px;
}
@media screen and (max-width: 767px) {
  .main-content #happiness > div:nth-of-type(3) figure {
    width: calc(40% + 6vw);
    margin-right: -6vw;
  }
}
.main-content #happiness > div:nth-of-type(3) figure img {
  width: 100%;
}
.main-content #happiness > div:nth-of-type(3) > div {
  width: 60%;
}
.main-content #happiness > div:nth-of-type(3) > div h3 {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}
.main-content #happiness > div:nth-of-type(3) > div p {
  margin-bottom: 0.5em;
  text-align: left;
}
.main-content #happiness > div figure {
  margin: 0 auto 20px;
}
.main-content #happiness > div h4 {
  text-align: left;
  font-size: 2rem;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "メイリオ", sans-serif;
}
@media screen and (max-width: 767px) {
  .main-content #happiness > div h4 {
    font-size: 4.0816326531vw;
  }
}
.main-content #happiness > div .info {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .main-content #happiness > div .info {
    font-size: 3.0612244898vw;
  }
}
.main-content #happiness .item-slider {
  position: relative;
  margin-left: -60px;
  margin-right: -60px;
}
@media screen and (max-width: 767px) {
  .main-content #happiness .item-slider {
    margin-left: -12vw;
    margin-right: -12vw;
  }
}
.main-content #happiness .item-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.main-content #happiness .item-slider .slick-dots {
  position: relative;
  bottom: auto;
  margin: 20px auto 0;
  line-height: 0;
}
.main-content #happiness .item-slider .slick-dots li {
  display: inline-block;
  width: auto;
  height: auto;
}
.main-content #happiness .item-slider .slick-dots li.slick-active button {
  background: #b73570;
}
.main-content #happiness .item-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  background: #8D8D8D;
  border-radius: 100%;
}
.main-content #happiness .item-slider .slick-dots li button::before {
  width: 100%;
  height: 100%;
}
.main-content #happiness .item-slider .slide-arrow {
  position: absolute;
  top: 25%;
  width: 48px;
  aspect-ratio: 1/2;
  border-radius: 0 200px 200px 0;
  background: #fff;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .main-content #happiness .item-slider .slide-arrow {
    width: 9.8vw;
  }
}
.main-content #happiness .item-slider .slide-arrow.prev-arrow {
  left: 0;
  transform: translateY(-50%);
}
.main-content #happiness .item-slider .slide-arrow.next-arrow {
  right: 0;
  transform: translateY(-50%) scale(-1, 1);
}
.main-content #happiness .item-slider .slide-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 1em;
  height: 1em;
  border-left: 2px solid #b73570;
  border-top: 2px solid #b73570;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.main-content #happiness .item-slider .slick-slide {
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .main-content #happiness .item-slider .slick-slide {
    padding: 0 12vw;
  }
}
.main-content #happiness .item-slider .slick-slide figure {
  width: 70%;
}
.main-content #happiness .takeout h3 {
  margin-bottom: 0.5em;
}
.main-content #happiness .takeout h3 + p {
  text-align: center;
  margin-bottom: 1em;
}
.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(0deg, 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 > div {
  margin-top: 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 {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .main-content #items {
    padding-top: 60px;
  }
}
.main-content #items h2 {
  position: relative;
  width: auto;
  margin-top: -170px;
}
@media screen and (max-width: 767px) {
  .main-content #items h2 {
    margin-top: -100px;
  }
}
.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 > 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 {
  margin-top: 10px;
  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 50px;
  padding: 40px 30px;
  border: 2px solid #fff;
  border-radius: 15px;
}
.main-content #campaign .detail-inner {
  height: 300px;
  padding-right: 1em;
  overflow-y: auto;
}
.main-content #campaign .detail ul {
  text-align: left;
}
.main-content #campaign .detail ul ol {
  margin-left: 1em;
}
.main-content #campaign .detail p {
  text-align: left;
}
.main-content #campaign .detail p.note {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .main-content #campaign .detail p.note {
    font-size: 2.8571428571vw;
  }
}
.main-content #campaign .detail .btn-instagram {
  display: inline-block;
  margin: 20px auto 0;
  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;
}
.main-content #campaign .follow {
  margin: 20px auto 0;
  padding: 40px 30px;
  color: #b73570;
  background: #fff;
  border-radius: 15px;
}
.main-content #campaign .follow h3 {
  color: #b73570;
  font-size: 2.9rem;
  text-align: justify;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .main-content #campaign .follow h3 {
    font-size: 5.9183673469vw;
  }
}
.main-content #campaign .follow h3 img {
  width: 55%;
  float: right;
}
.main-content #campaign .follow p {
  width: 100%;
}
.main-content #campaign .follow ul {
  text-align: left;
}
.main-content #campaign .follow ul li {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .main-content #campaign .follow ul li {
    font-size: 3.4693877551vw;
  }
}
.main-content.page {
  position: relative;
  background: url(../img/vol2/bg_head.png) top center no-repeat, url(../img/bg_bottom.png) bottom center no-repeat;
  background-color: #f0ece3;
  background-size: contain;
}
.main-content.page::after {
  content: "";
  position: absolute;
  top: 600px;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% - 550px);
  background: url(../img/vol2/bg.png) center 0 repeat-y;
  background-size: contain;
  z-index: -1;
}
.main-content.page .page-head {
  padding: 30px;
}
@media screen and (max-width: 1039px) {
  .main-content.page .page-head {
    padding: 30px 6vw;
  }
}
.main-content.page .page-head .head-logo {
  width: 154px;
  height: auto;
  margin: 0 0 30px;
}
@media screen and (max-width: 1039px) {
  .main-content.page .page-head .head-logo {
    width: 48%;
  }
}
.main-content.page .page-head h1 {
  margin: 90px auto 60px;
}
.main-content.page section h3 {
  font-size: 2.7rem;
}
@media screen and (max-width: 767px) {
  .main-content.page section h3 {
    font-size: 5.5102040816vw;
  }
}
.main-content.page section .present {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px;
  color: #b73570;
  border: 2px solid #b73570;
  border-radius: 15px;
}
.main-content.page section .present dt {
  width: 35%;
  padding: 30px 10px;
  line-height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.53);
}
.main-content.page section .present dd {
  width: 65%;
  padding-left: 1em;
}
.main-content.page section .present dd p {
  font-size: 1.3rem !important;
  line-height: 1.7em;
  color: #b73570 !important;
}
@media screen and (max-width: 767px) {
  .main-content.page section .present dd p {
    font-size: 2.6530612245vw !important;
  }
}
.main-content.page #pickup .info,
.main-content.page #popup .info,
.main-content.page #beauty .info,
.main-content.page #restaurant .info,
.main-content.page .floor .info {
  font-size: 1.7rem !important;
}
@media screen and (max-width: 767px) {
  .main-content.page #pickup .info,
  .main-content.page #popup .info,
  .main-content.page #beauty .info,
  .main-content.page #restaurant .info,
  .main-content.page .floor .info {
    font-size: 3.4693877551vw !important;
  }
}
.main-content.page #pickup .item-list,
.main-content.page #popup .item-list,
.main-content.page #beauty .item-list,
.main-content.page #restaurant .item-list,
.main-content.page .floor .item-list {
  margin-bottom: 108px;
}
.main-content.page #pickup .item-list:last-child,
.main-content.page #popup .item-list:last-child,
.main-content.page #beauty .item-list:last-child,
.main-content.page #restaurant .item-list:last-child,
.main-content.page .floor .item-list:last-child {
  margin-bottom: 0;
}
.main-content.page #pickup .item-list .item:not(:last-child),
.main-content.page #popup .item-list .item:not(:last-child),
.main-content.page #beauty .item-list .item:not(:last-child),
.main-content.page #restaurant .item-list .item:not(:last-child),
.main-content.page .floor .item-list .item:not(:last-child) {
  margin: 0 auto 85px;
}
.main-content.page #pickup .item-list h4,
.main-content.page #popup .item-list h4,
.main-content.page #beauty .item-list h4,
.main-content.page #restaurant .item-list h4,
.main-content.page .floor .item-list h4 {
  margin: 0.5em auto 0.2em;
  font-size: 2rem;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "メイリオ", sans-serif;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .main-content.page #pickup .item-list h4,
  .main-content.page #popup .item-list h4,
  .main-content.page #beauty .item-list h4,
  .main-content.page #restaurant .item-list h4,
  .main-content.page .floor .item-list h4 {
    font-size: 4.0816326531vw;
  }
}
.main-content.page #pickup .item-list h4.green,
.main-content.page #popup .item-list h4.green,
.main-content.page #beauty .item-list h4.green,
.main-content.page #restaurant .item-list h4.green,
.main-content.page .floor .item-list h4.green {
  color: #179148;
}
.main-content.page #pickup .item-list h4 span,
.main-content.page #popup .item-list h4 span,
.main-content.page #beauty .item-list h4 span,
.main-content.page #restaurant .item-list h4 span,
.main-content.page .floor .item-list h4 span {
  font-size: 1.6rem;
  margin-right: 8px;
}
.main-content.page #pickup .item-list figure,
.main-content.page #popup .item-list figure,
.main-content.page #beauty .item-list figure,
.main-content.page #restaurant .item-list figure,
.main-content.page .floor .item-list figure {
  margin: 0 auto 20px;
}
.main-content.page #pickup .item-list figure + .slick-dots,
.main-content.page #popup .item-list figure + .slick-dots,
.main-content.page #beauty .item-list figure + .slick-dots,
.main-content.page #restaurant .item-list figure + .slick-dots,
.main-content.page .floor .item-list figure + .slick-dots {
  margin-top: 0;
}
.main-content.page #pickup .item-list p,
.main-content.page #popup .item-list p,
.main-content.page #beauty .item-list p,
.main-content.page #restaurant .item-list p,
.main-content.page .floor .item-list p {
  font-size: 1.5rem;
  line-height: 1.46em;
}
@media screen and (max-width: 767px) {
  .main-content.page #pickup .item-list p,
  .main-content.page #popup .item-list p,
  .main-content.page #beauty .item-list p,
  .main-content.page #restaurant .item-list p,
  .main-content.page .floor .item-list p {
    font-size: 3.0612244898vw;
  }
}
.main-content.page #pickup .item-list p.date,
.main-content.page #popup .item-list p.date,
.main-content.page #beauty .item-list p.date,
.main-content.page #restaurant .item-list p.date,
.main-content.page .floor .item-list p.date {
  color: #b73570;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .main-content.page #pickup .item-list p.date,
  .main-content.page #popup .item-list p.date,
  .main-content.page #beauty .item-list p.date,
  .main-content.page #restaurant .item-list p.date,
  .main-content.page .floor .item-list p.date {
    font-size: 3.4693877551vw;
  }
}
.main-content.page #pickup .item-list p.note,
.main-content.page #popup .item-list p.note,
.main-content.page #beauty .item-list p.note,
.main-content.page #restaurant .item-list p.note,
.main-content.page .floor .item-list p.note {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .main-content.page #pickup .item-list p.note,
  .main-content.page #popup .item-list p.note,
  .main-content.page #beauty .item-list p.note,
  .main-content.page #restaurant .item-list p.note,
  .main-content.page .floor .item-list p.note {
    font-size: 2.4489795918vw;
  }
}
.main-content.page #pickup .item-list p + p,
.main-content.page #popup .item-list p + p,
.main-content.page #beauty .item-list p + p,
.main-content.page #restaurant .item-list p + p,
.main-content.page .floor .item-list p + p {
  margin-top: 0.5em;
}
.main-content.page #pickup .item-list .present,
.main-content.page #popup .item-list .present,
.main-content.page #beauty .item-list .present,
.main-content.page #restaurant .item-list .present,
.main-content.page .floor .item-list .present {
  margin: 20px auto 0;
}
.main-content.page #pickup .item-slider,
.main-content.page #popup .item-slider,
.main-content.page #beauty .item-slider,
.main-content.page #restaurant .item-slider,
.main-content.page .floor .item-slider {
  position: relative;
}
.main-content.page #pickup .item-slider.images,
.main-content.page #popup .item-slider.images,
.main-content.page #beauty .item-slider.images,
.main-content.page #restaurant .item-slider.images,
.main-content.page .floor .item-slider.images {
  margin-bottom: 20px !important;
}
.main-content.page #pickup .item-slider.images .slide-arrow,
.main-content.page #popup .item-slider.images .slide-arrow,
.main-content.page #beauty .item-slider.images .slide-arrow,
.main-content.page #restaurant .item-slider.images .slide-arrow,
.main-content.page .floor .item-slider.images .slide-arrow {
  transform: translateY(-50%);
}
.main-content.page #pickup .item-slider.images .slide-arrow.next-arrow,
.main-content.page #popup .item-slider.images .slide-arrow.next-arrow,
.main-content.page #beauty .item-slider.images .slide-arrow.next-arrow,
.main-content.page #restaurant .item-slider.images .slide-arrow.next-arrow,
.main-content.page .floor .item-slider.images .slide-arrow.next-arrow {
  transform: translateY(-50%) scale(-1, 1);
}
.main-content.page #pickup .item-slider.images .slick-dots,
.main-content.page #popup .item-slider.images .slick-dots,
.main-content.page #beauty .item-slider.images .slick-dots,
.main-content.page #restaurant .item-slider.images .slick-dots,
.main-content.page .floor .item-slider.images .slick-dots {
  margin-top: 0 !important;
}
.main-content.page #pickup .item-slider.slick-dotted.slick-slider,
.main-content.page #popup .item-slider.slick-dotted.slick-slider,
.main-content.page #beauty .item-slider.slick-dotted.slick-slider,
.main-content.page #restaurant .item-slider.slick-dotted.slick-slider,
.main-content.page .floor .item-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.main-content.page #pickup .item-slider .slick-dots,
.main-content.page #popup .item-slider .slick-dots,
.main-content.page #beauty .item-slider .slick-dots,
.main-content.page #restaurant .item-slider .slick-dots,
.main-content.page .floor .item-slider .slick-dots {
  position: relative;
  bottom: auto;
  margin: 20px auto 0;
  line-height: 0;
}
.main-content.page #pickup .item-slider .slick-dots li,
.main-content.page #popup .item-slider .slick-dots li,
.main-content.page #beauty .item-slider .slick-dots li,
.main-content.page #restaurant .item-slider .slick-dots li,
.main-content.page .floor .item-slider .slick-dots li {
  display: inline-block;
  width: auto;
  height: auto;
}
.main-content.page #pickup .item-slider .slick-dots li.slick-active button,
.main-content.page #popup .item-slider .slick-dots li.slick-active button,
.main-content.page #beauty .item-slider .slick-dots li.slick-active button,
.main-content.page #restaurant .item-slider .slick-dots li.slick-active button,
.main-content.page .floor .item-slider .slick-dots li.slick-active button {
  background: #b73570;
}
.main-content.page #pickup .item-slider .slick-dots li button,
.main-content.page #popup .item-slider .slick-dots li button,
.main-content.page #beauty .item-slider .slick-dots li button,
.main-content.page #restaurant .item-slider .slick-dots li button,
.main-content.page .floor .item-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  background: #8D8D8D;
  border-radius: 100%;
}
.main-content.page #pickup .item-slider .slick-dots li button::before,
.main-content.page #popup .item-slider .slick-dots li button::before,
.main-content.page #beauty .item-slider .slick-dots li button::before,
.main-content.page #restaurant .item-slider .slick-dots li button::before,
.main-content.page .floor .item-slider .slick-dots li button::before {
  width: 100%;
  height: 100%;
}
.main-content.page #pickup .item-slider .slide-arrow,
.main-content.page #popup .item-slider .slide-arrow,
.main-content.page #beauty .item-slider .slide-arrow,
.main-content.page #restaurant .item-slider .slide-arrow,
.main-content.page .floor .item-slider .slide-arrow {
  position: absolute;
  top: 25%;
  width: 48px;
  aspect-ratio: 1/2;
  border-radius: 0 200px 200px 0;
  background: #fff;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .main-content.page #pickup .item-slider .slide-arrow,
  .main-content.page #popup .item-slider .slide-arrow,
  .main-content.page #beauty .item-slider .slide-arrow,
  .main-content.page #restaurant .item-slider .slide-arrow,
  .main-content.page .floor .item-slider .slide-arrow {
    width: 9.8vw;
  }
}
.main-content.page #pickup .item-slider .slide-arrow.prev-arrow,
.main-content.page #popup .item-slider .slide-arrow.prev-arrow,
.main-content.page #beauty .item-slider .slide-arrow.prev-arrow,
.main-content.page #restaurant .item-slider .slide-arrow.prev-arrow,
.main-content.page .floor .item-slider .slide-arrow.prev-arrow {
  left: 0;
  transform: translateY(-50%);
}
.main-content.page #pickup .item-slider .slide-arrow.next-arrow,
.main-content.page #popup .item-slider .slide-arrow.next-arrow,
.main-content.page #beauty .item-slider .slide-arrow.next-arrow,
.main-content.page #restaurant .item-slider .slide-arrow.next-arrow,
.main-content.page .floor .item-slider .slide-arrow.next-arrow {
  right: 0;
  transform: translateY(-50%) scale(-1, 1);
}
.main-content.page #pickup .item-slider .slide-arrow::before,
.main-content.page #popup .item-slider .slide-arrow::before,
.main-content.page #beauty .item-slider .slide-arrow::before,
.main-content.page #restaurant .item-slider .slide-arrow::before,
.main-content.page .floor .item-slider .slide-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 1em;
  height: 1em;
  border-left: 2px solid #b73570;
  border-top: 2px solid #b73570;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.main-content.page #pickup .item-list .item,
.main-content.page #beauty .item-list .item,
.main-content.page #restaurant .item-list .item {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .main-content.page #pickup .item-list .item,
  .main-content.page #beauty .item-list .item,
  .main-content.page #restaurant .item-list .item {
    padding: 0 5vw;
  }
}
.main-content.page #pickup .item-list h4,
.main-content.page #beauty .item-list h4,
.main-content.page #restaurant .item-list h4 {
  margin: 0.5em auto 0.2em;
  font-size: 2rem;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "メイリオ", sans-serif;
  text-align: left;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .main-content.page #pickup .item-list h4,
  .main-content.page #beauty .item-list h4,
  .main-content.page #restaurant .item-list h4 {
    font-size: 4.0816326531vw;
  }
}
.main-content.page #pickup .item-list p,
.main-content.page #beauty .item-list p,
.main-content.page #restaurant .item-list p {
  color: #454545;
}
.main-content.page #pickup .item-list .item-slider:not(.images),
.main-content.page #beauty .item-list .item-slider:not(.images),
.main-content.page #restaurant .item-list .item-slider:not(.images) {
  margin-left: -50px;
  margin-right: -50px;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .main-content.page #pickup .item-list .item-slider:not(.images),
  .main-content.page #beauty .item-list .item-slider:not(.images),
  .main-content.page #restaurant .item-list .item-slider:not(.images) {
    margin-left: -11vw;
    margin-right: -11vw;
  }
}
.main-content.page #pickup .item-list .item-slider:not(.images) figure,
.main-content.page #beauty .item-list .item-slider:not(.images) figure,
.main-content.page #restaurant .item-list .item-slider:not(.images) figure {
  width: 88%;
}
.main-content.page #popup {
  padding: 110px 30px;
  background: #fff;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .main-content.page #popup {
    padding: 110px 6vw;
  }
}
.main-content.page #popup .item {
  position: relative;
}
.main-content.page #popup .item:not(:last-child) {
  padding-bottom: 85px;
}
.main-content.page #popup .item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5%;
  display: block;
  width: 90%;
  height: 1px;
  background: #b73570;
}
.main-content.page #popup .item figure {
  width: 65%;
}
.main-content.page #popup .item-slider {
  margin: 0 -30px 30px;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .main-content.page #popup .item-slider {
    margin: 0 -6vw 30px;
    padding: 0 12vw;
  }
}
.main-content.page #popup .item-slider:not(.images) {
  margin-left: -30px;
  margin-right: -30px;
  padding: 0 30px;
}
.main-content.page #popup .item-slider:not(.images) figure {
  width: 65%;
}
.main-content.page #popup .item-slider .slide-arrow {
  border: 1px solid #b73570;
  border-left: none;
}
.main-content.page #popup h2 {
  margin: 0 auto 60px;
}
.main-content.page #popup h3 {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .main-content.page #popup h3 {
    font-size: 5.306122449vw;
  }
}
.main-content.page #blog {
  padding-top: 100px;
  text-align: center;
}
.main-content.page #blog .blog iframe {
  width: 100%;
  height: 620px;
}
.main-content.page #blog .btn-more {
  display: inline-block;
  width: 60%;
  margin: 50px auto 0;
  padding: 20px;
  text-align: center;
  background: #b73570;
}
.main-content.page #blog .btn-more img {
  height: 1.4rem !important;
  height: auto;
  vertical-align: middle;
  line-height: 0;
}
.main-content.page .bg2 {
  background: rgba(255, 255, 255, 0.3);
}
.main-content.accessory #pickup .item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-content.accessory #pickup .item-list .item {
  width: 45%;
  padding: 0;
}
.main-content.accessory #pickup .item-list .item:nth-last-child(-n+2) {
  margin-bottom: 30px;
}
.main-content.accessory #pickup .item-slider {
  margin: 0 auto !important;
  padding: 0 !important;
}
.main-content.accessory #pickup .item-slider figure {
  width: 100% !important;
}
.main-content.accessory #pickup .item-slider .prev-arrow,
.main-content.accessory #pickup .item-slider .next-arrow {
  position: absolute;
  top: auto;
  bottom: 0;
  display: inline-block;
  width: auto;
  aspect-ratio: auto;
  background: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  z-index: 1;
}
.main-content.accessory #pickup .item-slider .prev-arrow::before,
.main-content.accessory #pickup .item-slider .next-arrow::before {
  content: "";
  position: static;
  left: auto;
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  margin-left: -0.4em;
  border-top: 2px solid #8D8D8D;
  border-right: 2px solid #8D8D8D;
  border-left: none;
  transform: rotate(45deg);
}
.main-content.accessory #pickup .item-slider .prev-arrow {
  left: 25% !important;
  transform: translate(-50%, 15%) scale(-1, 1) !important;
}
.main-content.accessory #pickup .item-slider .next-arrow {
  right: 25% !important;
  transform: translate(-50%, 15%) !important;
}
.main-content.accessory #pickup .present {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between !important;
}
.main-content.accessory #pickup .present dl {
  width: 45%;
}
.main-content.accessory #pickup .present dl dt,
.main-content.accessory #pickup .present dl dd {
  width: 100%;
}
.main-content.accessory #pickup .present dl dt {
  margin-bottom: 0.5em;
}
.main-content.accessory #pickup .present dl dd {
  padding: 0;
}
.main-content.accessory #pickup .present figure {
  width: 50%;
  margin: 0 !important;
}
.main-content.accessory #pickup .present figure img {
  width: 100%;
}
.main-content.accessory #popup {
  position: relative;
  z-index: 1;
}
.main-content.accessory #popup .present dt {
  background: rgba(232, 227, 217, 0.53);
}
.main-content.accessory #yutai {
  margin-top: -50px;
  padding: 120px 60px;
  background: #b73570;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .main-content.accessory #yutai {
    padding: 80px 10vw;
  }
}
.main-content.accessory #yutai .yutai-head {
  margin: 0 -60px 20px;
  padding: 20px;
  color: #fff;
  background: #AFA471;
}
@media screen and (max-width: 767px) {
  .main-content.accessory #yutai .yutai-head {
    margin: 0 -10vw 20px;
  }
}
.main-content.accessory #yutai .yutai-head h2 {
  margin-bottom: 0;
  font-size: 3.7rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .main-content.accessory #yutai .yutai-head h2 {
    font-size: 7.5510204082vw;
  }
}
.main-content.accessory #yutai .yutai-head h2 small {
  font-size: 0.6em;
  font-weight: 500;
}
.main-content.accessory #yutai .yutai-head .info {
  margin-bottom: 0;
}
.main-content.accessory #yutai figure {
  width: 70%;
  margin: 20px auto;
}
.main-content.accessory #yutai p {
  color: #fff;
}
.main-content.accessory #yutai p.note {
  font-size: 1.2rem;
  line-height: 1.66em;
}
@media screen and (max-width: 767px) {
  .main-content.accessory #yutai p.note {
    font-size: 2.4489795918vw;
  }
}
.main-content.fashion #pickup {
  padding: 0 !important;
}
.main-content.fashion .floor {
  padding-top: 80px;
}
.main-content.fashion .floor .ttl-floor {
  margin-bottom: 40px;
}
.main-content.fashion #popup .item-slider:not(.images) figure {
  width: 65% !important;
}
.main-content.fashion #popup .present dt {
  background: rgba(232, 227, 217, 0.53);
}
.main-content.fashion #floor1 .present {
  flex-direction: column;
  width: 90%;
  margin: 80px auto 0;
  padding: 40px 20px;
}
.main-content.fashion #floor1 .present dt {
  width: 60%;
  margin-bottom: 20px;
}
.main-content.fashion #floor1 .present dd {
  width: 100%;
  padding-left: 0;
  text-align: center;
}
.main-content.fashion #floor1 .present dd > h4 {
  margin-bottom: 20px;
  font-size: 4.2rem;
}
@media screen and (max-width: 767px) {
  .main-content.fashion #floor1 .present dd > h4 {
    font-size: 8.5714285714vw;
  }
}
.main-content.fashion #floor1 .present dd > h4 small {
  font-size: 1.9rem;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .main-content.fashion #floor1 .present dd > h4 small {
    font-size: 3.8775510204vw;
  }
}
.main-content.fashion #floor1 .present dd p {
  text-align: left;
}
.main-content.fashion #floor1 .present dd p + p {
  margin-top: 1em;
}
.main-content.fashion #floor1 .present dd p.info {
  display: inline-block;
  margin: 0 auto;
}
.main-content.fashion #floor1 .present dd h5.brand {
  margin: 30px auto 10px;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main-content.fashion #floor1 .present dd h5.brand {
    font-size: 4.0816326531vw;
  }
}
.main-content.fashion #floor1 .present dd h5.brand + p {
  margin: 0 auto 30px;
  text-align: center;
}
.main-content.fashion #floor1 .present dd .item-slider {
  margin-left: -40px !important;
  margin-right: -40px !important;
}
.main-content.fashion #floor1 .present dd .item-slider figure {
  width: 80% !important;
}
.main-content.fashion #floor6 {
  background: rgba(175, 164, 113, 0.3);
}
.main-content.fashion #floor6 .item-slider.images {
  margin-left: -50px !important;
  margin-right: -50px !important;
}
.main-content.fashion #floor6 .item-slider.images figure {
  width: 75% !important;
}
.main-content.fashion #floor6 .item-slider.images .slide-arrow {
  top: 50%;
}
.main-content.lifestyle #popup {
  margin-bottom: 100px;
}
.main-content.lifestyle #popup .nigaoe {
  text-align: center;
}
.main-content.lifestyle #popup .nigaoe figure {
  width: 80%;
}
.main-content.lifestyle #popup .nigaoe p {
  text-align: center;
}
.main-content.lifestyle #beauty {
  padding-top: 100px;
}
.main-content.lifestyle #beauty .item h4 small {
  display: inline;
  margin-right: 0.5em;
}
.main-content.kids .present {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between !important;
  margin: 20px -20px 0 !important;
}
@media screen and (max-width: 767px) {
  .main-content.kids .present {
    margin: 20px -5vw 0 !important;
  }
}
.main-content.kids .present dl {
  width: 45%;
}
.main-content.kids .present dl dt,
.main-content.kids .present dl dd {
  width: 100%;
}
.main-content.kids .present dl dt {
  margin-bottom: 0.5em;
}
.main-content.kids .present dl dd {
  padding: 0;
}
.main-content.kids .present figure {
  width: 50%;
  margin: 0 !important;
}
.main-content.kids .present figure img {
  width: 100%;
}
.main-content.foods .page-head h1 {
  margin-bottom: 0;
}
.main-content.foods .page-head-nav {
  text-align: center;
}
.main-content.foods .page-head-nav .info {
  display: inline-block;
  margin: 0 auto 30px;
  text-align: left;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .main-content.foods .page-head-nav .info {
    font-size: 3.4693877551vw;
  }
}
.main-content.foods .page-head-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.7);
}
.main-content.foods .page-head-nav ul li {
  width: 50%;
}
.main-content.foods .page-head-nav ul li:nth-child(odd) a {
  padding-left: calc(1em + 20px);
}
.main-content.foods .page-head-nav ul li:nth-child(even) a {
  padding-right: calc(1em + 20px);
}
.main-content.foods .page-head-nav ul li a {
  display: block;
  padding: 0.5em 1em;
  color: #b73570;
  text-align: left;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .main-content.foods .page-head-nav ul li a {
    padding: 0.2em 1em;
  }
}
@media screen and (min-width: 769px) {
  .main-content.foods .page-head-nav ul li a:hover {
    background: #b73570;
  }
  .main-content.foods .page-head-nav ul li a:hover img {
    filter: brightness(0) invert(1);
  }
  .main-content.foods .page-head-nav ul li a:hover span {
    color: #fff;
  }
}
.main-content.foods .page-head-nav ul li a img {
  margin: 0;
  height: 20px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .main-content.foods .page-head-nav ul li a img {
    height: 3.5vw;
  }
}
.main-content.foods .page-head-nav ul li a span {
  display: block;
  padding-left: 22px;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .main-content.foods .page-head-nav ul li a span {
    padding-left: 3.2vw;
    font-size: 2.6530612245vw;
  }
}
.main-content.foods #pickup {
  padding: 0 !important;
}
.main-content.foods .floor {
  padding-top: 65px;
}
.main-content.foods .floor .ttl-floor {
  margin-bottom: 40px;
}
.main-content.foods #deli .reserve {
  margin: 80px -30px 0;
  padding: 100px 30px;
  color: #fff;
  text-align: center;
  background: #179148;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .main-content.foods #deli .reserve {
    margin: 0 -6vw;
  }
}
.main-content.foods #deli .reserve h3 {
  color: #fff;
  font-size: 3.7rem;
}
@media screen and (max-width: 767px) {
  .main-content.foods #deli .reserve h3 {
    font-size: 7.5510204082vw;
  }
}
.main-content.foods #deli .reserve p {
  font-weight: 700;
  line-height: 1.4em;
}
.main-content.foods #deli .reserve a {
  color: #fff;
  border-bottom-color: #fff;
}
.main-content.foods #deli .reserve a.bnr {
  display: inline-block;
  width: 80%;
  margin: 30px auto 0;
}
.main-content.foods #restaurant {
  padding-top: 100px;
  background: rgba(175, 164, 113, 0.3);
}

/* 雪のアニメーション */
.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_vol2.css.map */