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

body {
  line-height: 1;
}

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

blockquote,
q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input,
select {
  vertical-align: middle;
}

/* 追加 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

ol,
ul {
  list-style: none;
}

a,
a:focus,
a:hover {
  text-decoration: none;
}

/* ----------------------------------------------------
foundation - base
---------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  width: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  color: #000;
  text-align: center;
  letter-spacing: 0.05em;
  background: url("../img/bg_main.jpg") repeat-y top center;
  background-size: 100% auto;
}
@media screen and (width < 768px) {
  body {
    background: url("../img/bg_sp.jpg") repeat-y top center;
    background-size: 100% auto;
  }
}

a figcaption {
  color: #000;
}

a img:focus,
a img:hover {
  opacity: 0.8;
}

/* ----------------------------------------------------
layout
---------------------------------------------------- */
.l-wrapper {
  position: relative;
  width: 100%;
  padding: min(3vw, 50px);
  padding-bottom: 50px;
  margin: 0 auto;
}
@media screen and (width < 768px) {
  .l-wrapper {
    padding-bottom: 20px;
  }
}

.l-container {
  width: 100%;
  max-width: 1270px;
  padding: 0 5.8% 40px;
  margin: 0 auto;
  -webkit-border-image: url("../img/bg_frame.png") 450/min(30vw, 420px)/0 round;
  -o-border-image: url("../img/bg_frame.png") 450/min(30vw, 420px)/0 round;
  border-image: url("../img/bg_frame.png") 450/min(30vw, 420px)/0 round;
}
@media screen and (width < 1270px) {
  .l-container {
    padding: 0 3% 70px;
  }
}
@media screen and (width < 768px) {
  .l-container {
    padding-bottom: 25px;
  }
}

.l-header {
  position: relative;
  padding-top: 160px;
}
@media screen and (width < 960px) {
  .l-header {
    padding-top: 120px;
  }
}
@media screen and (width < 768px) {
  .l-header {
    padding-top: 90px;
  }
}

.l-footer {
  padding-top: 55px;
}
@media screen and (width < 768px) {
  .l-footer {
    padding-top: 30px;
  }
}

/* ----------------------------------------------------
Object - Component
---------------------------------------------------- */
.c-heading__level2 .-kids__heading {
  width: 190px;
  height: auto;
}
@media screen and (width < 768px) {
  .c-heading__level2 .-kids__heading {
    width: 110px;
  }
}
.c-heading__level2 .-gourmet__heading {
  width: 380px;
  height: auto;
}
@media screen and (width < 768px) {
  .c-heading__level2 .-gourmet__heading {
    width: 200px;
  }
}
.c-heading__level2 .-fashion__heading {
  width: 340px;
  height: auto;
}
@media screen and (width < 768px) {
  .c-heading__level2 .-fashion__heading {
    width: 200px;
  }
}
.c-heading__level2 .-other__heading {
  width: 270px;
  height: auto;
}
@media screen and (width < 768px) {
  .c-heading__level2 .-other__heading {
    width: 150px;
  }
}

.c-heading__level3 {
  position: relative;
  padding-bottom: 20px;
  font-size: clamp(2.5rem, 0.25rem + 4.69vw, 4rem);
  font-weight: 700;
  color: #94252a;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-bottom: 3px solid #94252a;
}
@media screen and (width < 768px) {
  .c-heading__level3 {
    padding-bottom: 10px;
    line-height: 1.5;
    border-bottom: 2px solid #94252a;
  }
}
.c-heading__level3.-circle {
  width: 90%;
}
.c-heading__level3 > .-heading-small {
  font-size: 80%;
}

.c-heading__level4 > img {
  width: 100%;
}

.c-heading__level5 {
  display: inline-block;
  margin-bottom: 0.5em;
  font-size: 2.6rem;
  font-weight: 700;
  color: #94252a;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (width < 768px) {
  .c-heading__level5 {
    display: block;
    margin: 0 auto;
    font-size: 1.8rem;
  }
}
.c-heading__level5.-mt-pc {
  margin-top: 30px;
}
@media screen and (width < 768px) {
  .c-heading__level5.-mt-pc {
    margin-top: 0;
  }
}

.c-card {
  padding: 38px min(4.9vw, 72px) 80px;
  margin-top: 135px;
  background-color: #fff;
  border: 3px solid #94252a;
  border-radius: 10px;
}
@media screen and (width < 768px) {
  .c-card {
    padding: 30px 6.5% 50px;
    margin-top: 80px;
  }
}
.c-card.-mt-short {
  margin-top: 54px;
}
@media screen and (width < 768px) {
  .c-card.-mt-short {
    margin-top: 45px;
  }
}
.c-card__shop {
  padding-top: 110px;
}
@media screen and (width < 768px) {
  .c-card__shop {
    padding-top: 80px;
  }
}
.c-card__shop.-pt-short {
  padding-top: 70px;
}
@media screen and (width < 768px) {
  .c-card__shop.-pt-short {
    padding-top: 35px;
  }
}
.c-card__circle {
  position: absolute;
  right: -11%;
  bottom: -60px;
  display: block;
  width: 120px;
  height: 120px;
  text-align: center;
  background-color: #fff;
  border: 3px solid #94252a;
  border-radius: 50%;
}
@media screen and (width < 768px) {
  .c-card__circle {
    bottom: -10px;
    width: 80px;
    height: 80px;
    border: 2px solid #94252a;
  }
}
.c-card__circle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (width < 768px) {
  .c-card__circle-text {
    font-size: 1.3rem;
  }
}
.c-card__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 40px;
}
@media screen and (width < 768px) {
  .c-card__desc {
    padding-top: 15px;
  }
}
.c-card__image {
  width: 48%;
}
@media screen and (width < 768px) {
  .c-card__image {
    width: 100%;
  }
}
.c-card__image > img {
  width: 100%;
  height: auto;
}
.c-card__image figcaption {
  margin-top: 6px;
  font-size: clamp(1.2rem, 0.75rem + 0.94vw, 1.5rem);
  text-align: left;
}
.c-card__text {
  width: 48%;
  line-height: 2;
}
@media screen and (width < 768px) {
  .c-card__text {
    width: 100%;
    line-height: 1.5;
  }
}
.c-card__text-logo {
  width: 100%;
  height: auto;
}
@media screen and (width < 768px) {
  .c-card__text-logo {
    margin-top: 20px;
  }
}
.c-card__text-place {
  width: 100%;
  margin: 1.5em auto 0;
  font-size: clamp(1.4rem, 1.25rem + 0.31vw, 1.45rem);
  text-align: center;
}
@media screen and (width < 768px) {
  .c-card__text-place {
    line-height: 1.7;
    letter-spacing: 0;
  }
}
.c-card__text-content {
  margin-top: 0.8em;
  font-size: clamp(1.6rem, 1.525rem + 0.16vw, 1.65rem);
  line-height: 1.95;
  text-align: left;
  letter-spacing: 0;
}
@media screen and (width < 768px) {
  .c-card__text-content {
    line-height: 2.1875;
  }
}
.c-card__event {
  color: #94252a;
  text-align: left;
  background-color: #fff;
}
@media screen and (width < 960px) {
  .c-card__event {
    padding-top: 30px;
  }
}
.c-card__event.-pre-event {
  padding-top: 20px;
  margin-top: 40px;
  background-color: #fce4d6;
  border-radius: 8px;
}
@media screen and (width < 768px) {
  .c-card__event.-pre-event {
    margin-top: 20px;
  }
}
.c-card__event.-pre-event > ul {
  padding-top: 0;
  border: none;
}
.c-card__event--header {
  padding: 30px 40px 0;
}
@media screen and (width < 768px) {
  .c-card__event--header {
    padding: 0 20px;
  }
}
.c-card__event--header .c-heading__level5 {
  display: inline-block;
  padding: 12px 1em 8px;
  margin-bottom: 8px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background-color: #94252a;
}
@media screen and (width < 768px) {
  .c-card__event--header .c-heading__level5 {
    padding: 8px 1em 5px;
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}
.c-card__event-date {
  margin-top: 0.2em;
  font-size: clamp(2.5rem, 1.15rem + 2.81vw, 3.1rem);
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.c-card__event-caution {
  margin-top: 0.7em;
  font-size: 1.6rem;
}
@media screen and (width < 768px) {
  .c-card__event-caution {
    margin-top: 0.5em;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.c-card__event-place {
  margin-top: 0.7em;
  font-size: clamp(1.5rem, 0.675rem + 1.72vw, 2.05rem);
  line-height: 1.4;
}
@media screen and (width < 768px) {
  .c-card__event-place {
    margin-top: 0.4em;
    line-height: 1.7;
  }
}
.c-card__event-list {
  padding: 30px 40px;
  margin-top: 0.8em;
  font-size: clamp(1.5rem, 1.2rem + 0.62vw, 1.6rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
  border: 2px solid #94252a;
  border-radius: 8px;
}
@media screen and (width < 768px) {
  .c-card__event-list {
    padding: 20px;
  }
}
.c-card__event-list.-pre-event-list {
  padding: 40px;
}
@media screen and (width < 768px) {
  .c-card__event-list.-pre-event-list {
    padding: 40px 20px;
  }
}
.c-card__event-list.-no-image-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (width < 768px) {
  .c-card__event-list.-no-image-flex {
    display: block;
  }
}
.c-card__event-list.-no-image-flex > li {
  width: 48%;
  border: none;
}
@media screen and (width < 768px) {
  .c-card__event-list.-no-image-flex > li {
    width: 100%;
  }
}
.c-card__event-list.-no-image-flex > li > div {
  width: 100%;
}
@media screen and (width < 768px) {
  .c-card__event-list.-no-image-flex > li.-sp-border-top {
    padding-top: 1em;
    border-top: 1px solid #94252a;
  }
}
.c-card__event-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.2em 0 2.5em;
  line-height: 2;
  border-bottom: 1px solid #94252a;
}
@media screen and (width < 768px) {
  .c-card__event-item {
    padding: 0.8em 0 20px;
    line-height: 2.2;
  }
}
.c-card__event-item:last-child {
  padding-bottom: 0;
  border: none;
}
.c-card__event-item.-not-flex {
  display: block;
}
.c-card__event-item .-no-image {
  width: 100%;
}
.c-card__event-text {
  width: 48%;
}
@media screen and (width < 768px) {
  .c-card__event-text {
    width: 100%;
  }
}
.c-card__event-title {
  margin-bottom: 0.5em;
  font-size: clamp(1.7rem, 0.65rem + 2.19vw, 2.4rem);
  font-weight: 700;
  line-height: 1.5;
}
.c-card__event-image {
  width: 48%;
}
@media screen and (width < 768px) {
  .c-card__event-image {
    width: 100%;
    margin-top: 1em;
  }
}

.c-btn {
  text-align: center;
}
.c-btn-shop {
  position: relative;
  display: block;
  width: 42%;
  padding: 15px 0 18px;
  margin: 40px auto 0;
  font-size: clamp(1.7rem, 1.55rem + 0.31vw, 1.7rem);
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #94252a;
  border: 3px solid #94252a;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (width < 768px) {
  .c-btn-shop {
    width: 100%;
    margin-top: 30px;
  }
}
.c-btn-shop::before, .c-btn-shop::after {
  position: absolute;
  top: calc(50% - 1px);
  right: 15px;
  width: 10px;
  height: 3px;
  content: "";
  background-color: #fff;
  border-radius: 9999px;
  -webkit-transform-origin: calc(100% - 1px) 50%;
  transform-origin: calc(100% - 1px) 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.c-btn-shop::before {
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}
.c-btn-shop::after {
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
.c-btn-shop:hover, .c-btn-shop:focus {
  color: #94252a;
  background-color: #fff;
}
.c-btn-shop:hover::before, .c-btn-shop:hover::after, .c-btn-shop:focus::before, .c-btn-shop:focus::after {
  background-color: #94252a;
}

/* ----------------------------------------------------
Object - Project
---------------------------------------------------- */
.p-header {
  text-align: center;
}
.p-header__heading img {
  width: 72%;
  height: auto;
}
@media screen and (width < 960px) {
  .p-header__heading img {
    width: 100%;
  }
}
.p-header__logo10th {
  position: absolute;
  top: 100px;
  right: 3vw;
  width: 220px;
  height: 220px;
}
@media screen and (width < 1270px) {
  .p-header__logo10th {
    top: 60px;
    right: 1.5vw;
  }
}
@media screen and (width < 960px) {
  .p-header__logo10th {
    top: 6vw;
    right: 1.6vw;
    width: 150px;
    height: 150px;
  }
}
@media screen and (width < 768px) {
  .p-header__logo10th {
    width: 94px;
    height: 94px;
  }
}
.p-header__navi {
  width: 82%;
  margin: 112px auto 0;
}
@media screen and (width < 960px) {
  .p-header__navi {
    width: 100%;
    margin-top: 65px;
  }
}
.p-header__navi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-header__navi-item {
  width: 24%;
}
@media screen and (width < 960px) {
  .p-header__navi-item {
    width: 49%;
  }
  .p-header__navi-item:nth-child(-n+2) {
    margin-bottom: 10px;
  }
}
.p-header__navi-item > a {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 0 20px;
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(1.7rem, 0.8rem + 1.87vw, 2.3rem);
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background-color: #94252a;
  border: 3px solid #94252a;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (width < 768px) {
  .p-header__navi-item > a {
    padding: 10px 0 15px;
  }
}
.p-header__navi-item > a::before, .p-header__navi-item > a::after {
  position: absolute;
  top: 42px;
  bottom: 0;
  left: calc(50% - 1.5px);
  width: 3px;
  height: 8px;
  content: "";
  background-color: #fff;
  border-radius: 9999px;
  -webkit-transform-origin: 50% calc(100% - 1px);
  transform-origin: 50% calc(100% - 1px);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (width < 768px) {
  .p-header__navi-item > a::before, .p-header__navi-item > a::after {
    top: 30px;
  }
}
.p-header__navi-item > a::before {
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}
.p-header__navi-item > a::after {
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
.p-header__navi-item > a:hover, .p-header__navi-item > a:focus {
  color: #94252a;
  background-color: #fff;
}
.p-header__navi-item > a:hover::before, .p-header__navi-item > a:hover::after, .p-header__navi-item > a:focus::before, .p-header__navi-item > a:focus::after {
  background-color: #94252a;
}

.p-footer {
  text-align: center;
}
.p-footer__caution {
  font-size: clamp(1.1rem, 0.5rem + 1.25vw, 1.5rem);
  line-height: 1.6666666667;
  color: #333;
}
.p-footer__logo {
  margin: 140px auto 0;
}
@media screen and (width < 768px) {
  .p-footer__logo {
    margin-top: 70px;
  }
}
.p-footer__logo img {
  width: 250px;
  height: auto;
}
@media screen and (width < 768px) {
  .p-footer__logo img {
    width: 180px;
  }
}

.p-copyright {
  margin-top: 16px;
}
.p-copyright > small {
  font-size: clamp(0.9rem, 0.45rem + 0.94vw, 1.2rem);
  color: #333;
}

.p-to-top {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 99;
  display: block;
  width: 80px;
  height: 80px;
  background: #94252a;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (width < 768px) {
  .p-to-top {
    width: 45px;
    height: 45px;
  }
}
.p-to-top::before, .p-to-top::after {
  position: absolute;
  top: 28px;
  left: calc(50% - 1.5px);
  width: 3px;
  height: 25px;
  content: "";
  background-color: #fff;
  border-radius: 9999px;
  -webkit-transform-origin: 50% 1.5px;
  transform-origin: 50% 1.5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (width < 768px) {
  .p-to-top::before, .p-to-top::after {
    top: 15px;
    height: 15px;
  }
}
.p-to-top::before {
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}
.p-to-top::after {
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
.p-to-top:hover, .p-to-top:focus {
  opacity: 0.8;
}
.p-to-top:hover::before, .p-to-top:hover::after, .p-to-top:focus::before, .p-to-top:focus::after {
  opacity: 0.8;
}

/* ----------------------------------------------------
Utility
---------------------------------------------------- */
.u-spBr {
  display: none;
}
@media screen and (width < 768px) {
  .u-spBr {
    display: block;
  }
}

.u-pcBr {
  display: block;
}
@media screen and (width < 768px) {
  .u-pcBr {
    display: none;
  }
}

.u-fs-120 {
  font-size: 120%;
}
.u-fs-90 {
  font-size: 90%;
}
.u-fs-80 {
  font-size: 80%;
}
.u-fs-70 {
  font-size: 70%;
}
.u-fs-60 {
  font-size: 60%;
}

.u-fw-semibold {
  font-weight: 600;
}
.u-fw-medium {
  font-weight: 500;
}

.u-ls-narrow {
  letter-spacing: 0.075em;
}

.u-mt-50 {
  margin-top: 50px;
}
.u-mt-20 {
  margin-top: 20px;
}
.u-mt-10 {
  margin-top: 10px;
}

.u-pt-0 {
  padding-top: 0;
}
/*# sourceMappingURL=style.css.map */
