@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 {
  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", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  color: #202020;
  text-align: center;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: space-between;
}

a {
  opacity: 1;
  transition: all 0.2s ease;
}

/* ----------------------------------------------------
layout
---------------------------------------------------- */
.l-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  letter-spacing: 0.12em;
}
@media screen and (width < 768px) {
  .l-container {
    display: block;
    letter-spacing: 0.08em;
  }
}

.l-header {
  position: fixed;
  width: 280px;
}
@media screen and (width > 768px) and (height < 721px) {
  .l-header {
    overflow-y: scroll;
    top: 0;
    height: calc(100% - 70px);
  }
}
@media screen and (width < 1280px) {
  .l-header {
    width: 250px;
  }
}
@media screen and (width < 768px) {
  .l-header {
    position: relative;
    width: 100%;
  }
}
.l-header__logo {
  height: 162px;
  background-color: #202020;
}
@media screen and (width < 1280px) {
  .l-header__logo {
    height: 145px;
  }
}
@media screen and (width < 768px) {
  .l-header__logo {
    display: inline-block;
    height: 79px;
    padding: 15px 20px;
    text-align: left;
  }
}
@media screen and (width > 768px) and (height < 768px) {
  .l-header__logo {
    height: 118px;
  }
}
.l-header__logo img {
  width: 230px;
  margin-top: 35px;
}
@media screen and (width < 1280px) {
  .l-header__logo img {
    width: 205px;
    margin-top: 32px;
  }
}
@media screen and (width < 768px) {
  .l-header__logo img {
    width: 134px;
    margin-top: 0;
  }
}
@media screen and (width < 768px) {
  .l-header__mv {
    padding-top: 100px;
  }
}

@media screen and (width >= 1280px) {
  .l-breadcrumb {
    width: 996px;
    padding: 0 8px;
    margin: 66px auto 0;
  }
}
@media screen and (width < 1350px) {
  .l-breadcrumb {
    width: 916px;
  }
}
@media screen and (width < 1280px) {
  .l-breadcrumb {
    width: 100%;
    margin: 66px auto 0;
    padding: 0 5em;
  }
}
@media screen and (width < 768px) {
  .l-breadcrumb {
    margin: 10px auto 0;
    padding: 0 20px;
  }
}

.l-main {
  position: relative;
  width: calc(100% - 280px);
  margin-left: 280px;
  border-top: 8px solid #202020;
}
@media screen and (width < 1280px) {
  .l-main {
    width: calc(100% - 250px);
    margin-left: 250px;
  }
}
@media screen and (width < 768px) {
  .l-main {
    width: 100%;
    margin-left: 0;
    border: none;
  }
}

.l-footer {
  height: 70px;
  color: #fff;
  background-color: #202020;
}
@media screen and (width < 768px) {
  .l-footer {
    background-color: #525252;
  }
}

/* ----- スクロールバー ----- */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(32, 32, 32, 0.2) transparent;
}

*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: transparent;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: rgba(32, 32, 32, 0.2);
  -webkit-transition: background-color 0.25s, width 0.25s;
  transition: background-color 0.25s, width 0.25s;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: rgba(32, 32, 32, 0.5);
}

*::-webkit-scrollbar-thumb:active {
  background-color: rgba(32, 32, 32, 0.5);
}

/* ----------------------------------------------------
Object - Component
---------------------------------------------------- */
.c-heading__level1 {
  display: inline-block;
}
@media screen and (width < 375px) {
  .c-heading__level1 {
    width: 41.875vw;
  }
}
.c-heading__wrapper {
  text-align: left;
}
@media screen and (width < 1280px) {
  .c-heading__wrapper {
    padding: 0 5em;
  }
}
@media screen and (width < 768px) {
  .c-heading__wrapper {
    padding: 0;
    text-align: center;
  }
}
.c-heading {
  display: inline-block;
  margin: 0 0 40px;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media screen and (width < 1280px) {
  .c-heading {
    font-size: 2.4rem;
  }
}
@media screen and (width < 960px) {
  .c-heading {
    margin: 0 0 40px;
  }
}
@media screen and (width < 768px) {
  .c-heading {
    margin: 0 0 40px;
  }
}

.c-login {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 1.4rem;
  z-index: 998;
}
@media screen and (width < 768px) {
  .c-login {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 22px;
    padding-right: 20px;
    font-size: 1.1rem;
    line-height: 22px;
    text-align: right;
    background: #d7e0e3;
  }
}
.c-login .c-logout {
  margin-left: 1em;
  border-bottom: 1px solid #202020;
  color: #202020;
}
.c-login .c-logout:hover {
  color: #276bc4;
  border-bottom: none;
}

.c-header a {
  color: #202020;
}
@media screen and (width < 768px) {
  .c-header__top {
    position: fixed;
    z-index: 999;
    width: 100%;
    margin-top: 22px;
    text-align: left;
    background-color: #202020;
  }
}
.c-header__top-reserve {
  display: none;
}
@media screen and (width < 768px) {
  .c-header__top-reserve {
    position: fixed;
    top: 40px;
    right: 80px;
    display: block;
    line-height: 1.4;
    color: #fff;
    text-align: center;
  }
  .c-header__top-reserve img {
    width: 31px;
    filter: invert(13%) sepia(3%) saturate(6%) hue-rotate(85deg) brightness(99%) contrast(100%);
  }
  .c-header__top-reserve .-title {
    font-size: 9px;
    font-weight: 700;
    margin-top: 3px;
  }
  .c-header__top-reserve .-support {
    font-size: 8px;
    font-weight: 400;
  }
  .c-header__top-reserve a {
    color: #fff;
  }
}
@media screen and (width < 375px) {
  .c-header__top-reserve {
    top: 40px;
    right: 70px;
  }
  .c-header__top-reserve .-title {
    font-size: 9px;
    letter-spacing: 0;
  }
}
.c-header__menu-list {
  width: 100%;
  margin: 15px 0;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (width > 768px) and (height < 864px) {
  .c-header__menu-list {
    margin: 0.9em 0;
  }
}
.c-header__menu-item {
  width: 75%;
  margin: 0 auto;
  line-height: 4;
  background-size: 4px 1px;
  background-image: linear-gradient(to right, #707070 2px, transparent 2px);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 1px;
}
.c-header__menu-item:last-of-type {
  background: none;
}
@media screen and (width < 1280px) {
  .c-header__menu-item {
    width: 84%;
  }
}
@media screen and (width > 768px) and (height < 864px) {
  .c-header__menu-item {
    line-height: 2.64;
    text-align: left;
    background: none;
  }
}
.c-header__menu-item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  color: #202020;
}
.c-header__menu-item a::before {
  position: absolute;
  top: 0;
  left: -8px;
  z-index: -1;
  width: calc(100% + 16px);
  height: 100%;
  content: "";
  background-color: #f0f5f7;
  opacity: 0;
  transition: all 0.3s ease;
}
.c-header__menu-item a:hover::before {
  opacity: 1;
}
.c-header__reserve {
  position: relative;
  width: 75%;
  padding: 1.15em 0;
  padding-right: 1.5em;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 700;
  border: 1px solid #202020;
  border-radius: 0.5em;
}
@media screen and (width < 1280px) {
  .c-header__reserve {
    width: 84%;
  }
}
.c-header__reserve > img {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 15px;
  height: 15px;
  filter: invert(13%) sepia(3%) saturate(6%) hue-rotate(85deg) brightness(99%) contrast(100%);
}
.c-header__reserve:hover {
  color: #fff;
  background-color: #202020;
}
.c-header__reserve:hover > img {
  filter: invert(91%) sepia(5%) saturate(345%) hue-rotate(182deg) brightness(108%) contrast(94%);
}

@media screen and (width >= 1280px) {
  .c-information {
    width: 996px;
    padding: 0 8px;
    margin: 120px auto 0;
  }
}
@media screen and (width < 1350px) {
  .c-information {
    width: 916px;
  }
}
@media screen and (width < 1280px) {
  .c-information {
    width: 100%;
    margin: 120px auto 0;
  }
}
@media screen and (width < 768px) {
  .c-information {
    margin: 40px auto 0;
  }
}
.c-information .c-heading-level2 {
  margin: 0 0 24px 0;
}
@media screen and (width < 960px) {
  .c-information .c-heading-level2 {
    margin: 0 0 12px 0;
  }
}

.c-news {
  line-height: 1.5;
  text-align: left;
}
@media screen and (width < 1280px) {
  .c-news {
    padding: 0 5em;
  }
}
@media screen and (width < 768px) {
  .c-news {
    padding: 0 20px;
    padding-bottom: 60px;
  }
}
.c-news li {
  background-size: 4px 1px;
  background-image: linear-gradient(to right, #707070 2px, transparent 2px);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 1px;
}
.c-news li:last-of-type {
  background: none;
}
.c-news a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  overflow: visible;
  color: #202020;
  padding: 3.1em 0;
}
.c-news a:hover span {
  border-bottom: none;
}
@media screen and (width < 768px) {
  .c-news a {
    padding: 2.5em 0;
  }
}
.c-news a::before {
  position: absolute;
  top: 0;
  left: -8px;
  z-index: -1;
  width: calc(100% + 16px);
  height: 100%;
  content: "";
  background-color: #f0f5f7;
  opacity: 0;
  transition: all 0.3s ease;
}
.c-news a:hover::before {
  opacity: 1;
}
@media screen and (width < 768px) {
  .c-news a {
    display: block;
  }
}
.c-news .-date {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 18.5em;
  padding: 0.3em 3.7em 0.3em 0;
  font-size: 1.4rem;
}
@media screen and (width < 768px) {
  .c-news .-date {
    padding-bottom: 0.5em;
    border-bottom: none;
    width: 17em;
  }
}
.c-news .-date .c-news__new {
  margin-left: auto;
  padding: 0 0.5em;
  font-size: 1.2rem;
  color: #fff;
  text-transform: uppercase;
  background-color: #d40000;
  border-radius: 2px;
}
@media screen and (width < 768px) {
  .c-news .-date .c-news__new {
    margin-left: auto;
    padding: 0 0.7em;
    font-size: 1rem;
    border-radius: 2px;
  }
}
.c-news .-content {
  position: relative;
  flex: 1 1 537px;
  width: calc(100% - 270px);
  padding: 0 3em 0 0;
  font-size: 1.6rem;
}
@media screen and (width < 1280px) {
  .c-news .-content {
    padding: 0;
  }
}
@media screen and (width < 768px) {
  .c-news .-content {
    width: 100%;
    padding: 0;
    font-size: 1.4rem;
  }
}
.c-news .-content span {
  border-bottom: 1px solid #202020;
}
.c-news .-content > img {
  width: 14px;
  height: auto;
  margin-left: 8px;
}
@media screen and (width < 768px) {
  .c-news .-content > img {
    width: 11px;
  }
}

.c-middle-menu {
  width: 100%;
  padding: 2vw 3vw;
  margin-top: 73px;
  background-color: #f0f5f7;
}
.c-middle-menu a {
  color: #202020;
}
@media screen and (width < 1280px) {
  .c-middle-menu {
    padding: 2vw 5em;
  }
}
@media screen and (width < 768px) {
  .c-middle-menu {
    display: none;
  }
}

.c-menu__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (width >= 1280px) {
  .c-menu__list {
    width: 980px;
    margin: 0 auto;
  }
}
@media screen and (width < 1350px) {
  .c-menu__list {
    width: 900px;
  }
}
@media screen and (width < 1280px) {
  .c-menu__list {
    width: 100%;
  }
}
.c-menu__list-item {
  width: calc(20% - 17.6px);
  aspect-ratio: 7/6;
  background: #fff;
  border: 1px solid #E3E3E3;
  border-radius: 6px;
  box-shadow: 0 5px 5px rgba(32, 32, 32, 0.2);
  line-height: 1.3;
  font-size: 1.6em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (width < 1280px) {
  .c-menu__list-item {
    width: 17.8%;
    font-size: 1.14vw;
    white-space: nowrap;
    letter-spacing: 0.06em;
  }
}
@media screen and (width < 960px) {
  .c-menu__list-item {
    aspect-ratio: 1/1;
    letter-spacing: 0em;
  }
}
.c-menu__list-item > a {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0;
}
.c-menu__list-item > a:hover {
  background: #202020;
  color: #fff;
}
.c-menu__list-item > a:hover img {
  filter: invert(91%) sepia(5%) saturate(345%) hue-rotate(182deg) brightness(108%) contrast(94%);
}
.c-menu__list-item > a span {
  width: 100%;
}
.c-menu__list-item > a span.-content {
  padding-top: 0.6em;
}
.c-menu__list-item > a .-icon img {
  width: 88px;
  margin: 0 auto;
}
@media screen and (width < 1280px) {
  .c-menu__list-item > a .-icon img {
    width: 60%;
  }
}

img.icon-ex-link {
  margin-left: 0.3em;
  vertical-align: middle;
  width: 13px;
}
@media screen and (width < 1280px) {
  img.icon-ex-link {
    width: 9px;
  }
}

.c-button__open-file {
  position: relative;
  display: inline-block;
  width: 170px;
  padding: 0.7em 2em 0.7em 1em;
  margin: 0 auto;
  margin-top: 30px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: #276bc4;
  border: 1px solid #276bc4;
  border-radius: 999px;
  line-height: 1;
}
@media screen and (width < 1280px) {
  .c-button__open-file {
    margin-top: 30px;
  }
}
@media screen and (width < 768px) {
  .c-button__open-file {
    width: 125px;
    margin-top: 20px;
    padding: 0.7em 2em 0.7em 1em;
    font-size: 1.1rem;
  }
}
.c-button__open-file::after {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 14px;
  height: 17px;
  content: "";
  background: url("../img/icon-file-02.svg") no-repeat;
  background-size: contain;
}
@media screen and (width < 768px) {
  .c-button__open-file::after {
    top: 7px;
    right: 12px;
    width: 9px;
    height: 12.38px;
  }
}
.c-button__open-file:hover {
  color: #276bc4;
  background: #f0f5f7;
  border: 1px solid #276bc4;
}
.c-button__open-file:hover::after {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 14px;
  height: 17px;
  content: "";
  background: url("../img/icon-file-03.svg") no-repeat;
  background-size: contain;
}
@media screen and (width < 768px) {
  .c-button__open-file:hover::after {
    top: 7px;
    right: 8px;
    width: 12px;
    height: 15px;
  }
}
.c-button__open-file.-mask {
  margin-top: 0;
  background-color: transparent;
  border: 1px solid #fff;
}
.c-button__open-file.-mask:hover {
  color: #fff;
}
.c-button__open-file.-mask:hover::after {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 14px;
  height: 17px;
  content: "";
  background: url("../img/icon-file-02.svg") no-repeat;
  background-size: contain;
}
@media screen and (width < 768px) {
  .c-button__open-file.-mask:hover::after {
    top: 7px;
    right: 8px;
    width: 12px;
    height: 15px;
  }
}

.c-heading__recommend {
  display: flex;
  align-items: first baseline;
  justify-content: space-between;
  text-align: left;
}
@media screen and (width < 960px) {
  .c-heading__recommend {
    display: block;
  }
}
@media screen and (width < 768px) {
  .c-heading__recommend {
    text-align: center;
  }
}
@media screen and (width < 768px) {
  .c-heading__recommend .c-heading-level2 {
    margin-bottom: 20px;
  }
}
@media screen and (width < 960px) {
  .c-heading__recommend .c-heading-level2 {
    margin-bottom: 20px;
  }
}
@media screen and (width < 1280px) {
  .c-heading__recommend .-to-shop-list {
    margin-bottom: 25px;
    text-align: right;
  }
}
.c-heading__recommend a {
  position: relative;
  padding-right: 2em;
  font-size: 1.6rem;
  color: #276bc4;
}
@media screen and (width < 768px) {
  .c-heading__recommend a {
    font-size: 1.4rem;
  }
}
.c-heading__recommend a:hover {
  opacity: 0.8;
}
.c-heading__recommend a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  content: "";
  background: #276bc4;
  border-radius: 50%;
}
@media screen and (width < 768px) {
  .c-heading__recommend a::before {
    width: 20px;
    height: 20px;
  }
}
.c-heading__recommend a::after {
  position: absolute;
  top: 0;
  right: 9px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media screen and (width < 768px) {
  .c-heading__recommend a::after {
    right: 8px;
    width: 6px;
    height: 6px;
  }
}

@media screen and (width >= 1280px) {
  .c-store__information {
    width: 980px;
    margin: 120px auto 0;
  }
}
@media screen and (width < 1350px) {
  .c-store__information {
    width: 900px;
  }
}
@media screen and (width < 1280px) {
  .c-store__information {
    width: 100%;
    padding: 0 5em;
    margin: 120px auto 0;
  }
}
@media screen and (width < 960px) {
  .c-store__information {
    margin: 90px auto 0;
  }
}
@media screen and (width < 768px) {
  .c-store__information {
    padding: 40px 20px 0;
    padding-bottom: 53px;
    background-color: #f2f2f2;
    margin: 0 auto 0;
  }
}
.c-store__goods {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (width < 1280px) {
  .c-store__goods {
    display: block;
  }
}
.c-store__goods > li.is-hidden {
  display: none;
}
.c-store__goods-item {
  position: relative;
  width: 49%;
  margin-bottom: 30px;
  overflow: hidden;
  text-align: left;
  background-color: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 6px;
}
@media screen and (width < 1280px) {
  .c-store__goods-item {
    width: 100%;
  }
}
@media screen and (width < 768px) {
  .c-store__goods-item {
    margin-bottom: 16px;
  }
  .c-store__goods-item:last-of-type {
    margin-bottom: 30px;
  }
}
.c-store__goods-item.-new::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border-color: #d40000 transparent transparent;
  border-style: solid;
  border-width: 52px 52px 0 0;
  z-index: 699;
}
@media screen and (width < 768px) {
  .c-store__goods-item.-new::before {
    border-width: 40px 40px 0 0;
  }
}
.c-store__goods-item.-new::after {
  position: absolute;
  top: 12px;
  left: 3px;
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: pre;
  content: "New";
  transform: rotate(315deg);
  z-index: 700;
}
@media screen and (width < 768px) {
  .c-store__goods-item.-new::after {
    font-size: 1rem;
    top: 8px;
    left: 3px;
  }
}
.c-store__goods-main {
  display: flex;
  align-items: flex-start;
  justify-content: start;
  background-size: 4px 1px;
  background-image: linear-gradient(to right, #cdcdcd 2px, transparent 2px);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 1px;
}
@media screen and (width < 768px) {
  .c-store__goods-main {
    background: none;
  }
}
.c-store__goods-main a:hover {
  opacity: 1;
}
.c-store__goods-image {
  position: relative;
  flex-shrink: 0;
  width: 210px;
  margin: 20px;
  overflow: hidden;
}
@media screen and (width < 960px) {
  .c-store__goods-image {
    width: 36.33%;
    min-width: 157px;
  }
}
@media screen and (width < 768px) {
  .c-store__goods-image {
    width: 157px;
    margin: 10px 12px 10px 10px;
  }
}
@media screen and (width < 375px) {
  .c-store__goods-image {
    width: calc(50% - 10px);
    min-width: auto;
  }
}
.c-store__goods-image a:focus-visible {
  outline-offset: -1px;
}
.c-store__goods-image a:focus-visible img.-ofi-c {
  padding: 2px;
}
.c-store__goods-image > img {
  width: 100%;
}
.c-store__goods-image .-ofi-c {
  width: 100%;
  position: relative;
  z-index: 2;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-store__goods-image .-blur {
  width: 100%;
  height: 100%;
  filter: blur(24px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-store__goods-image .-goods-mask {
  position: absolute;
  inset: 0;
  z-index: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s ease;
}
.c-store__goods-image .-goods-mask > p {
  font-size: 1.5rem;
}
@media screen and (width < 768px) {
  .c-store__goods-image .-goods-mask > p {
    font-size: 1.1rem;
  }
}
.c-store__goods-image:hover .-goods-mask {
  opacity: 1;
}
.c-store__goods-content {
  position: relative;
  width: calc(100% - 250px);
  margin: 20px 20px 20px 0;
  text-align: center;
}
@media screen and (width >= 1280px) {
  .c-store__goods-content {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (width < 1280px) and (width >= 480px) {
  .c-store__goods-content {
    text-align: left;
  }
}
@media screen and (width < 1280px) {
  .c-store__goods-content {
    width: 76.4%;
  }
}
@media screen and (width < 768px) {
  .c-store__goods-content {
    width: calc(100% - 157px);
    margin: 18px 10px 10px 0;
  }
}
@media screen and (width < 480px) {
  .c-store__goods-content {
    text-align: center;
  }
}
@media screen and (width < 375px) {
  .c-store__goods-content {
    width: 50%;
    margin: 10px 10px 10px 0;
  }
}
.c-store__goods-content .-goods-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
  text-align: left;
  letter-spacing: 0.08em;
}
@media screen and (width < 768px) {
  .c-store__goods-content .-goods-title {
    font-size: 1.4rem;
  }
}
.c-store__goods-content .-goods-explain {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #202020;
  text-align: left;
}
@media screen and (width < 768px) {
  .c-store__goods-content .-goods-explain {
    font-size: 1.2rem;
  }
}
.c-store__goods-sub {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  line-height: 1.2;
}
@media screen and (width < 768px) {
  .c-store__goods-sub {
    display: block;
    padding: 12px 0 0;
    margin: 12px 13px 13px;
    background-size: 4px 1px;
    background-image: linear-gradient(to right, #cdcdcd 2px, transparent 2px);
    background-repeat: repeat-x;
    background-position: left top;
    padding-bottom: 1px;
  }
}
.c-store__goods-sub .-left {
  width: calc(100% - 16em);
}
@media screen and (width < 768px) {
  .c-store__goods-sub .-left {
    width: 100%;
  }
}
.c-store__goods-sub .-map-image {
  width: 9px;
  height: 14px;
  margin-right: 0.4em;
}
@media screen and (width < 768px) {
  .c-store__goods-sub .-map-image {
    width: 8px;
    height: auto;
  }
}
.c-store__goods-sub .-area {
  margin-right: 1em;
  margin-bottom: 0.4em;
  font-size: 1.2rem;
  font-weight: 500;
  display: inline-block;
  letter-spacing: 0.08em;
}
@media screen and (width < 768px) {
  .c-store__goods-sub .-area {
    font-size: 0.9rem;
  }
}
.c-store__goods-sub .-genre {
  font-size: 1.2rem;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 0.4em;
  letter-spacing: 0.08em;
}
@media screen and (width < 768px) {
  .c-store__goods-sub .-genre {
    font-size: 0.9rem;
  }
}
.c-store__goods-sub .-shopname {
  margin-top: 0.18em;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (width < 768px) {
  .c-store__goods-sub .-shopname {
    font-size: 1.4rem;
  }
}
.c-store__goods-sub .-tel {
  width: 15em;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: right;
  letter-spacing: 0.08em;
}
@media screen and (width < 768px) {
  .c-store__goods-sub .-tel {
    width: 100%;
    font-size: 1.1rem;
    text-align: left;
    margin-top: 1em;
  }
}
.c-store__goods-sub .-tel img {
  width: 12px;
  height: 16px;
  margin-right: 0;
}
@media screen and (width < 768px) {
  .c-store__goods-sub .-tel img {
    display: none;
  }
}
.c-store__goods-sub .-tel .tel-1,
.c-store__goods-sub .-tel .tel-2 {
  display: block;
}
.c-store__goods-sub .-tel .tel-1 .tel-label::after,
.c-store__goods-sub .-tel .tel-2 .tel-label::after {
  content: "：";
}
@media screen and (width < 768px) {
  .c-store__goods-sub .-tel .tel-1,
  .c-store__goods-sub .-tel .tel-2 {
    margin-top: 0;
    font-weight: 400;
  }
}
.c-store__goods-sub .-tel .tel-1 em,
.c-store__goods-sub .-tel .tel-2 em {
  font-style: normal;
  font-weight: inherit;
}
@media screen and (width < 768px) {
  .c-store__goods-sub .-tel .tel-1 em,
  .c-store__goods-sub .-tel .tel-2 em {
    font-weight: 700;
  }
}

.c-button__tel {
  display: none;
}
@media screen and (width < 768px) {
  .c-button__tel {
    position: relative;
    display: inline-block;
    padding: 0.3em 0.7em 0.3em 2em;
    margin-left: 5px;
    font-size: 0.75em;
    font-weight: 700;
    color: #276bc4;
    background-color: #f0f5f7;
    border: 1px solid #276bc4;
    border-radius: 99px;
  }
  .c-button__tel::before {
    position: absolute;
    top: 2px;
    left: 8px;
    width: 8px;
    height: 9.3333333333px;
    content: "";
    background: url("../img/icon-tel-btn.svg") no-repeat;
    background-size: contain;
  }
}

.c-more button {
  position: relative;
  padding: 1em 5em 1em 2em;
  font-size: 1.6rem;
  color: #fff;
  cursor: pointer;
  background-color: #276bc4;
  border: 1px solid #276bc4;
  border-radius: 6px;
  letter-spacing: 0.12em;
}
@media screen and (width < 768px) {
  .c-more button {
    font-size: 1.4rem;
    padding: 1em 4em 1em 2em;
  }
}
.c-more button::before {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  content: "";
  background: #fff;
  border-radius: 50%;
}
@media screen and (width < 768px) {
  .c-more button::before {
    width: 20px;
    height: 20px;
    right: 28px;
  }
}
.c-more button::after {
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 4px;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  border-top: 2px solid #276bc4;
  border-right: 2px solid #276bc4;
  transform: rotate(135deg);
}
@media screen and (width < 768px) {
  .c-more button::after {
    right: 35px;
    bottom: 2px;
    width: 6px;
    height: 6px;
  }
}
.c-more button:hover {
  background-color: #f0f5f7;
  color: #276bc4;
}
.c-more button:hover::before {
  background: #276bc4;
}
.c-more button:hover::after {
  border-top: 2px solid #f0f5f7;
  border-right: 2px solid #f0f5f7;
}

.c-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px 0 70px;
  margin-top: 120px;
  flex-wrap: wrap;
}
@media screen and (width < 1280px) {
  .c-footer {
    padding: 0 20px 0 40px;
  }
}
@media screen and (width < 768px) {
  .c-footer {
    display: block;
    height: 133px;
    padding: 2em 20px;
    margin-top: 0;
  }
}
.c-footer__pagetop {
  position: fixed;
  right: 20px;
  bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 98;
  margin: 0;
  width: 80px;
  height: 80px;
  background: #f0f5f7;
  background-size: contain;
  border: 3px solid #276bc4;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.4s ease;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
@media screen and (width < 768px) {
  .c-footer__pagetop {
    width: 44px;
    height: 44px;
    bottom: 70px;
    border: 2px solid #276bc4;
  }
}
.c-footer__pagetop::before {
  content: "";
  display: block;
  margin-top: 10px;
  width: 16px;
  height: 16px;
  border-top: 3px solid #276bc4;
  border-right: 3px solid #276bc4;
  transform: rotate(315deg);
}
@media screen and (width < 768px) {
  .c-footer__pagetop::before {
    border-top: 2px solid #276bc4;
    border-right: 2px solid #276bc4;
    width: 10px;
    height: 10px;
    margin-top: 7px;
  }
}
.c-footer__pagetop-text {
  color: #276bc4;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (width < 768px) {
  .c-footer__pagetop-text {
    font-size: 0.8rem;
  }
}
.c-footer__navi {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
}
@media screen and (width < 768px) {
  .c-footer__navi {
    font-size: 1.2rem;
    justify-content: center;
  }
}
@media screen and (width < 375px) {
  .c-footer__navi {
    font-size: 3.2vw;
  }
}
.c-footer__navi-item {
  margin-right: 3em;
  white-space: nowrap;
}
.c-footer__navi-item:last-child {
  margin-right: 0;
}
@media screen and (width < 480px) {
  .c-footer__navi-item {
    margin-right: 1.5em;
  }
}
.c-footer__navi a {
  color: #fff;
}
.c-footer__copyright {
  font-size: 1.4rem;
}
@media screen and (width < 768px) {
  .c-footer__copyright {
    margin-top: 1.5em;
    font-size: 1.1rem;
  }
}

.c-fixed__footer {
  display: none;
}
@media screen and (width < 768px) {
  .c-fixed__footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-color: #202020;
    z-index: 998;
  }
  .c-fixed__footer-list {
    display: flex;
    justify-content: space-between;
  }
  .c-fixed__footer-item {
    width: 25%;
    padding: 0.8em 0 1em;
    border-right: 1px solid #3f3f3f;
  }
  .c-fixed__footer-item a {
    color: #fff;
  }
  .c-fixed__footer-item img {
    width: auto;
    height: 27px;
    margin-bottom: 5px;
    filter: invert(91%) sepia(5%) saturate(345%) hue-rotate(182deg) brightness(108%) contrast(94%);
  }
  .c-fixed__footer-item:last-of-type {
    border-right: none;
  }
}

.c-breadcrumb__list {
  display: flex;
  justify-content: flex-start;
  -moz-column-gap: 24px;
       column-gap: 24px;
  text-align: left;
  font-size: 1.4rem;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (width < 768px) {
  .c-breadcrumb__list {
    font-size: 1rem;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
}
.c-breadcrumb__item:last-child {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.c-breadcrumb__item a {
  display: inline-block;
  text-decoration: underline;
  font-weight: 500;
  color: #202020;
}
.c-breadcrumb__item a:hover {
  color: #276bc4;
  text-decoration: none;
}
.c-breadcrumb__item a::after {
  display: inline-block;
  content: "＞";
  margin-left: 24px;
  color: #202020;
}
@media screen and (width < 768px) {
  .c-breadcrumb__item a::after {
    margin-left: 12px;
  }
}

@media screen and (width >= 1280px) {
  .c-downloads {
    width: 996px;
    padding: 0 8px;
    margin: 80px auto 0;
  }
}
@media screen and (width < 1350px) {
  .c-downloads {
    width: 916px;
  }
}
@media screen and (width < 1280px) {
  .c-downloads {
    width: 100%;
    margin: 80px auto 0;
  }
}
@media screen and (width < 768px) {
  .c-downloads {
    overflow: hidden;
    margin: 40px auto 0;
  }
}
.c-downloads .c-heading {
  line-height: 1.5;
}
@media screen and (width < 768px) {
  .c-downloads .c-heading {
    margin: 0 0 32px;
  }
}
.c-downloads__content {
  text-align: left;
}
@media screen and (width < 1280px) {
  .c-downloads__content {
    padding: 0 5em;
  }
}
@media screen and (width < 960px) {
  .c-downloads__content {
    padding: 0 5em 0 40px;
  }
}
@media screen and (width < 768px) {
  .c-downloads__content {
    padding: 0;
  }
}
.c-downloads__text {
  margin-top: 60px;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (width < 768px) {
  .c-downloads__text {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    padding: 0 20px;
  }
}
.c-downloads__text:first-child {
  margin-top: 20px;
}
@media screen and (width < 768px) {
  .c-downloads__text:first-child {
    margin-top: 0;
  }
}
.c-downloads__tablist {
  margin-top: 30px;
  background-color: #f0f5f7;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
@media screen and (width < 768px) {
  .c-downloads__tablist {
    padding: 20px 25px;
    gap: 12px;
    letter-spacing: 0.08em;
  }
}
.c-downloads__tablist label {
  display: inline-block;
  padding: 5px 30px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1.6rem;
  font-weight: 600;
  cursor: pointer;
}
@media screen and (width < 768px) {
  .c-downloads__tablist label {
    font-size: 1.3rem;
    padding: 5px 14px;
  }
}
.c-downloads__tablist label:hover {
  border: 1px solid #276bc4;
  color: #276bc4;
  font-weight: bold;
}
.c-downloads__tablist input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}
.c-downloads__tablist input[type=radio]:checked + label {
  background-color: #276bc4;
  border: 1px solid #276bc4;
  color: #fff;
  font-weight: 800;
}
.c-downloads__tablist input[type=radio]:focus-visible + label {
  outline-offset: 1px;
  outline: -webkit-focus-ring-color auto 1px;
}
.c-downloads__tablist #tab1:checked ~ #panel1,
.c-downloads__tablist #tab2:checked ~ #panel2,
.c-downloads__tablist #tab3:checked ~ #panel3,
.c-downloads__tablist #tab4:checked ~ #panel4,
.c-downloads__tablist #tab5:checked ~ #panel5,
.c-downloads__tablist #tab6:checked ~ #panel6,
.c-downloads__tablist #tab7:checked ~ #panel7,
.c-downloads__tablist #tab8:checked ~ #panel8,
.c-downloads__tablist #tab9:checked ~ #panel9 {
  display: block;
}
.c-downloads__tablist [role=tabpanel] {
  display: none;
}
.c-downloads__link {
  display: inline-block;
  margin: 10px 0 90px;
  color: #276bc4;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
@media screen and (width < 768px) {
  .c-downloads__link {
    font-size: 1.4rem;
    margin-bottom: 70px;
    letter-spacing: 0.08em;
    padding: 0 20px;
  }
}
.c-downloads__link span {
  text-decoration: underline;
}
.c-downloads__link:hover span {
  text-decoration: none;
}
.c-downloads__panel {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
.c-downloads__panel:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (width < 768px) {
  .c-downloads__panel {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
  }
}
.c-downloads__panel-heading {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 1em;
}
@media screen and (width < 768px) {
  .c-downloads__panel-heading {
    font-size: 1.8rem;
    padding: 0 20px;
  }
}
.c-downloads__panel-item {
  background-color: #f0f5f7;
  font-size: 1.8rem;
  line-height: 1;
  padding: 1em 30px;
}
@media screen and (width < 768px) {
  .c-downloads__panel-item {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 14px 25px;
  }
}
.c-downloads__panel-item:not(:last-child) {
  margin-bottom: 8px;
}
.c-downloads__panel-item a {
  color: #202020;
  line-height: 1.5;
}
.c-downloads__panel-item a span {
  text-decoration: underline;
}
.c-downloads__panel-item a:hover span {
  text-decoration: none;
}
.c-downloads__panel-item a img {
  width: 16px;
  height: auto;
  margin-left: 10px;
  transform: translateY(-2px);
}
@media screen and (width < 768px) {
  .c-downloads__panel-item a img {
    width: 12px;
  }
}

@media screen and (width >= 1280px) {
  .c-inquiry {
    width: 996px;
    padding: 0 8px;
    margin: 80px auto 0;
  }
}
@media screen and (width < 1350px) {
  .c-inquiry {
    width: 916px;
  }
}
@media screen and (width < 1280px) {
  .c-inquiry {
    width: 100%;
    margin: 80px auto 0;
  }
}
@media screen and (width < 960px) {
  .c-inquiry {
    margin: 60px auto 0;
  }
}
@media screen and (width < 768px) {
  .c-inquiry {
    margin: 40px auto 0;
  }
}
.c-inquiry .c-heading {
  line-height: 1.5;
  margin: 0 0 60px;
}
@media screen and (width < 960px) {
  .c-inquiry .c-heading {
    margin: 0 auto 32px;
  }
}
.c-inquiry__content {
  text-align: left;
}
@media screen and (width < 1280px) {
  .c-inquiry__content {
    padding: 0 5em;
  }
}
@media screen and (width < 768px) {
  .c-inquiry__content {
    padding: 0 20px;
  }
}
.c-inquiry__text {
  margin-bottom: 60px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
@media screen and (width < 768px) {
  .c-inquiry__text {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
  }
}
.c-inquiry__text .-red {
  color: #d40000;
}
.c-inquiry__error {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  background-color: #FFFEE3;
  padding: 30px;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  color: #d40000;
  font-weight: 900;
  margin-bottom: 25px;
}
@media screen and (width < 960px) {
  .c-inquiry__error {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 20px;
  }
}
.c-inquiry__error-text:not(:last-child) {
  margin-bottom: 10px;
}
.c-inquiry__form {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
@media screen and (width < 768px) {
  .c-inquiry__form {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
  }
}
.c-inquiry__form-group {
  display: flex;
  font-size: 1.6rem;
  line-height: 1.8;
  padding-bottom: 1px;
  border-top: 1px solid #E7E7E7;
  border-right: 1px solid #E7E7E7;
}
@media screen and (width < 960px) {
  .c-inquiry__form-group {
    border: none;
    padding-bottom: 0;
  }
}
@media screen and (width < 960px) {
  .c-inquiry__form-group {
    flex-direction: column;
    font-size: 1.4rem;
  }
}
.c-inquiry__form-group:nth-child(2) {
  min-height: 140px;
}
@media screen and (width < 768px) {
  .c-inquiry__form-group:nth-child(2) {
    height: auto;
  }
}
.c-inquiry__form-group:nth-child(2) .c-inquiry__form-body {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (width < 768px) {
  .c-inquiry__form-group:nth-child(2) .c-inquiry__form-body {
    min-height: 40px;
  }
}
.c-inquiry__form-group:nth-child(5) {
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 0;
}
@media screen and (width < 960px) {
  .c-inquiry__form-group:nth-child(5) {
    border: none;
  }
}
.c-inquiry__form-group:has(fieldset) {
  display: block;
}
.c-inquiry__form-group textarea {
  width: 100%;
  resize: none;
  padding: 25px 30px;
  border: 1px solid #747474;
  outline: 0;
  border-radius: 6px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.12em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
.c-inquiry__form-group textarea.is-invalid:focus, .c-inquiry__form-group textarea.is-invalid:focus-visible {
  border: 2px solid #d40000;
}
@media screen and (width < 960px) {
  .c-inquiry__form-group textarea {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    padding: 20px;
    margin-bottom: 0;
  }
}
.c-inquiry__form-group textarea:focus {
  background-color: #FFFEE3;
}
.c-inquiry__form-name {
  height: 58px;
  padding: 14px 0;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  color: #747474;
}
@media screen and (width < 960px) {
  .c-inquiry__form-name {
    font-size: 1.4rem;
    padding: 0;
    letter-spacing: 0.08em;
    height: 40px;
  }
}
.c-inquiry__form-head {
  color: #fff;
  font-weight: bold;
  background-color: #202020;
  padding: 20px;
  display: flex;
  align-items: center;
  width: 185px;
  flex-shrink: 0;
}
@media screen and (width < 1280px) {
  .c-inquiry__form-head {
    width: 148px;
  }
}
@media screen and (width < 960px) {
  .c-inquiry__form-head {
    width: 100%;
    background-color: #525252;
    padding: 8px 20px;
  }
}
.c-inquiry__form-body {
  margin: 40px;
  flex-grow: 1;
}
@media screen and (width < 1280px) {
  .c-inquiry__form-body {
    margin: 40px 30px;
  }
}
@media screen and (width < 960px) {
  .c-inquiry__form-body {
    margin: 20px 0 40px;
  }
}
.c-inquiry__form-body input {
  height: 58px;
  padding: 12px 20px;
  border: 1px solid #747474;
  outline: 0;
  border-radius: 6px;
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
  background-color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
@media screen and (width < 960px) {
  .c-inquiry__form-body input {
    font-size: 1.4rem;
    padding: 8px 20px;
    height: 40px;
  }
}
.c-inquiry__form-body input[type=text]:focus, .c-inquiry__form-body input[type=email]:focus {
  background-color: #FFFEE3;
}
.c-inquiry__form-body input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}
.c-inquiry__form-body input.is-invalid:focus, .c-inquiry__form-body input.is-invalid:focus-visible {
  border: 2px solid #d40000;
}
.c-inquiry__form-note {
  color: #747474;
  margin-top: 5px;
}
.c-inquiry__form-error {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 10px;
  color: #d40000;
  font-size: 1.8rem;
  font-weight: 900;
}
@media screen and (width < 960px) {
  .c-inquiry__form-error {
    font-size: 1.4rem;
  }
}
.c-inquiry__fieldset {
  position: relative;
  padding-left: 185px;
}
@media screen and (width < 1280px) {
  .c-inquiry__fieldset {
    padding-left: 148px;
  }
}
@media screen and (width < 960px) {
  .c-inquiry__fieldset {
    padding-left: 0;
  }
}
.c-inquiry__fieldset-head {
  width: 185px;
  height: 100%;
  color: #fff;
  font-weight: bold;
  background-color: #202020;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  white-space: nowrap;
  padding: 20px;
  display: flex;
  align-items: center;
}
@media screen and (width < 1280px) {
  .c-inquiry__fieldset-head {
    width: 148px;
  }
}
@media screen and (width < 960px) {
  .c-inquiry__fieldset-head {
    width: 100%;
    background-color: #525252;
    padding: 8px 20px;
    position: static;
  }
}
.c-inquiry__fieldset-body {
  margin: 40px;
}
@media screen and (width < 960px) {
  .c-inquiry__fieldset-body {
    margin: 20px 10px 40px;
  }
}
.c-inquiry__radio-list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 10px;
}
@media screen and (width < 960px) {
  .c-inquiry__radio-list {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.c-inquiry__radio-item {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.c-inquiry__radio-item input[type=radio] {
  position: relative;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  margin: 0 10px 0 0;
  border: 2px solid #BABABA;
  border-radius: 50%;
}
.c-inquiry__radio-item input[type=radio]:checked {
  border: 2px solid #276bc4;
}
.c-inquiry__radio-item input[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #276bc4;
}
.c-inquiry__radio-item input[type=radio]:checked + label {
  font-weight: 800;
}
.c-inquiry__user-id {
  font-weight: bold;
  font-size: 2rem;
  color: #747474;
  margin-bottom: 15px;
}
@media screen and (width < 960px) {
  .c-inquiry__user-id {
    font-size: 1.4rem;
  }
}
.c-inquiry__button {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  padding: 0;
  font: inherit;
  line-height: inherit;
  display: inline-block;
  text-align: center;
  background-color: #276bc4;
  border: 1px solid #276bc4;
  border-radius: 6px;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  line-height: 1.5;
  width: 390px;
  padding: 15px;
  cursor: pointer;
}
@media screen and (width < 768px) {
  .c-inquiry__button {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    width: calc(100% - 40px);
  }
}
.c-inquiry__button:hover {
  background-color: #f0f5f7;
  color: #276bc4;
  font-weight: bold;
}
.c-inquiry__button-area {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
  justify-content: center;
  align-items: center;
}
@media screen and (width < 960px) {
  .c-inquiry__button-area {
    margin-top: 60px;
    gap: 20px;
  }
}
@media screen and (width < 768px) {
  .c-inquiry__button-area {
    margin-top: 40px;
  }
}
.c-inquiry__button.-return {
  background-color: #747474;
  width: 115px;
  border: 1px solid #747474;
}
.c-inquiry__button.-return:hover {
  background-color: #f0f5f7;
  color: #276bc4;
  font-weight: bold;
  border: 1px solid #276bc4;
}
.c-inquiry__ex-wrapper + .c-inquiry__button-area {
  margin-top: 120px;
}
@media screen and (width < 768px) {
  .c-inquiry__ex-wrapper + .c-inquiry__button-area {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
.c-inquiry__note-wrapper {
  margin-top: 120px;
  background-color: #f0f5f7;
  padding: 40px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
@media screen and (width < 1280px) {
  .c-inquiry__note-wrapper {
    margin-top: 90px;
  }
}
@media screen and (width < 768px) {
  .c-inquiry__note-wrapper {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    padding: 20px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.c-inquiry__note-item:not(:last-child) {
  margin-bottom: 2em;
}
.c-inquiry__note-item-head {
  font-weight: bold;
}
@media screen and (width < 768px) {
  .c-inquiry__note-item-head {
    margin-bottom: 1em;
  }
}
.c-inquiry__note-item-desc {
  padding-left: 1em;
}
@media screen and (width < 768px) {
  .c-inquiry__note-item-desc {
    padding-left: 0;
  }
}
.c-inquiry__note-item-desc ul {
  padding-left: 0.5em;
}
@media screen and (width < 768px) {
  .c-inquiry__note-item-desc ul {
    padding-left: 1.5em;
  }
}
.c-inquiry__note-item-desc ul li {
  list-style-type: "・ ";
  margin-top: 10px;
}
.c-inquiry__ex-wrapper {
  margin-top: 50px;
  background-color: #f0f5f7;
  padding: 40px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
@media screen and (width < 768px) {
  .c-inquiry__ex-wrapper {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    padding: 20px;
    margin-top: -20px;
  }
}
.c-inquiry__ex-item-head {
  display: inline-block;
  font-weight: bold;
}
.c-inquiry__ex-item-desc {
  display: inline-block;
  padding-left: 1em;
}
.c-inquiry__confirm-wrapper {
  padding: 40px;
  background-color: #FFFEE3;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  line-height: 1.8;
}
@media screen and (width < 768px) {
  .c-inquiry__confirm-wrapper {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    padding: 20px;
  }
}
.c-inquiry__confirm-wrapper dl:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (width < 768px) {
  .c-inquiry__confirm-wrapper dl:not(:last-child) {
    margin-bottom: 20px;
  }
}
.c-inquiry__confirm-wrapper dt {
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (width < 768px) {
  .c-inquiry__confirm-wrapper dt {
    margin-bottom: 5px;
  }
}
.c-inquiry__confirm-wrapper dd {
  font-weight: 400;
  padding-left: 1.5em;
}

@media screen and (width >= 1280px) {
  .c-faq {
    width: 996px;
    padding: 0 8px;
    margin: 80px auto 0;
  }
}
@media screen and (width < 1350px) {
  .c-faq {
    width: 916px;
  }
}
@media screen and (width < 1280px) {
  .c-faq {
    width: 100%;
    margin: 80px auto 0;
  }
}
@media screen and (width < 960px) {
  .c-faq {
    margin: 60px auto 0;
  }
}
@media screen and (width < 768px) {
  .c-faq {
    margin: 40px auto 0;
  }
}
.c-faq .c-heading {
  line-height: 1.5;
  margin: 0 0 60px;
}
@media screen and (width < 960px) {
  .c-faq .c-heading {
    margin: 0 0 32px;
  }
}
@media screen and (width < 1280px) {
  .c-faq__content {
    padding: 0 5em;
  }
}
@media screen and (width < 960px) {
  .c-faq__content {
    padding: 0 5em 0 40px;
  }
}
@media screen and (width < 768px) {
  .c-faq__content {
    padding: 0;
    margin-bottom: 60px;
  }
}
.c-faq__category {
  padding: 30px 40px;
  background-color: #f0f5f7;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.12em;
  text-align: left;
  border-radius: 6px;
}
@media screen and (width < 1280px) {
  .c-faq__category {
    font-size: 1.6rem;
  }
}
@media screen and (width < 960px) {
  .c-faq__category {
    padding: 30px;
    margin-top: 0;
  }
}
@media screen and (width < 768px) {
  .c-faq__category {
    padding: 20px;
    border-radius: 0;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
}
.c-faq__category-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media screen and (width < 768px) {
  .c-faq__category-list {
    row-gap: 15px;
  }
}
.c-faq__category-list::after {
  content: "";
  width: 270px;
  display: block;
}
@media screen and (width < 1280px) {
  .c-faq__category-list::after {
    width: 240px;
  }
}
.c-faq__category-list li {
  width: 270px;
}
@media screen and (width < 1280px) {
  .c-faq__category-list li {
    width: 240px;
  }
}
.c-faq__category-list li a {
  color: inherit;
  text-decoration: underline;
}
.c-faq__category-list li a:hover {
  text-decoration: none;
}
.c-faq__pickup {
  margin-top: 60px;
  padding: 0 40px;
  text-align: left;
  letter-spacing: 0.12em;
  line-height: 1.5;
}
@media screen and (width < 960px) {
  .c-faq__pickup {
    padding: 0 10px;
  }
}
@media screen and (width < 768px) {
  .c-faq__pickup {
    margin-top: 40px;
    padding: 0 20px;
    letter-spacing: 0.08em;
  }
}
.c-faq__pickup-title {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (width < 768px) {
  .c-faq__pickup-title {
    font-size: 1.6rem;
    margin-bottom: 24px;
  }
}
.c-faq__pickup-list li {
  background-image: url(../img/icon_q.svg);
  background-size: 24px 28px;
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 0 0 4px 36px;
}
@media screen and (width < 768px) {
  .c-faq__pickup-list li {
    background-size: 22px 26px;
    padding: 0 0 4px 30px;
  }
}
.c-faq__pickup-list li:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (width < 768px) {
  .c-faq__pickup-list li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.c-faq__pickup-list li .c-faq__faq-icon {
  width: 24px;
  margin-right: 12px;
}
.c-faq__pickup-list li a {
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: underline;
  color: #313131;
}
@media screen and (width < 768px) {
  .c-faq__pickup-list li a {
    font-size: 1.4rem;
  }
}
.c-faq__pickup-list li a:hover {
  text-decoration: none;
}
.c-faq__accordion {
  background-color: #f0f5f7;
  border-bottom: 1px dashed #202020;
  letter-spacing: 0.12em;
  line-height: 1.5;
}
.c-faq__accordion:last-child {
  border-bottom: none;
}
.c-faq__accordion-container {
  margin-top: 120px;
  text-align: left;
}
@media screen and (width < 960px) {
  .c-faq__accordion-container {
    margin-top: 90px;
  }
}
@media screen and (width < 768px) {
  .c-faq__accordion-container {
    margin-top: 60px;
    letter-spacing: 0.08em;
  }
}
.c-faq__accordion-title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (width < 960px) {
  .c-faq__accordion-title {
    font-size: 2.2rem;
  }
}
@media screen and (width < 768px) {
  .c-faq__accordion-title {
    font-size: 1.8rem;
    padding: 0 20px;
  }
}
.c-faq__accordion-q {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  background-image: url(../img/icon_q.svg);
  background-size: 28px 32px;
  background-repeat: no-repeat;
  background-position: 40px 30px;
  padding: 30px 70px 30px 80px;
  cursor: pointer;
  list-style: none;
}
.c-faq__accordion-q::-webkit-details-marker {
  display: none;
}
@media screen and (width < 768px) {
  .c-faq__accordion-q {
    padding: 20px 50px 20px 55px;
    font-size: 1.4rem;
    background-size: 24px 28px;
    background-position: 20px 20px;
  }
}
.c-faq__accordion-a {
  font-size: 1.6rem;
  font-weight: 500;
  background-image: url(../img/icon_a.svg);
  background-size: 28px 32px;
  background-repeat: no-repeat;
  background-position: 40px 5px;
  padding: 5px 50px 25px 80px;
}
@media screen and (width < 960px) {
  .c-faq__accordion-a {
    padding-right: 70px;
  }
}
@media screen and (width < 768px) {
  .c-faq__accordion-a {
    padding: 10px 40px 15px 55px;
    font-size: 1.4rem;
    background-size: 24px 28px;
    background-position: 20px 10px;
  }
}
.c-faq__accordion-a-text-link {
  text-decoration: underline;
  color: #276bc4;
}
.c-faq__accordion-a-text-link.-external {
  background-image: url(../img/icon-arrow-01.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 100%;
  padding-right: 1.5em;
}
@media screen and (width < 768px) {
  .c-faq__accordion-a-text-link.-external {
    background-size: 12px 12px;
  }
}
.c-faq__accordion-a-text-link.-pdf {
  background-image: url(../img/icon-PDF.svg);
  background-repeat: no-repeat;
  background-size: 18px 24px;
  background-position: 100%;
  padding-right: 1.5em;
}
@media screen and (width < 768px) {
  .c-faq__accordion-a-text-link.-pdf {
    background-size: 14px 18px;
  }
}
.c-faq__accordion-a a:not(.c-faq__accordion-a-link) {
  color: #276bc4;
  text-decoration: underline;
}
.c-faq__accordion-a a:not(.c-faq__accordion-a-link):hover {
  text-decoration: none;
}
.c-faq__accordion-a-link {
  display: inline-block;
  margin-top: 15px;
  color: #276bc4;
}
.c-faq__accordion-a-link span {
  text-decoration: underline;
}
.c-faq__accordion-a-link:hover span {
  text-decoration: none;
}
.c-faq__accordion-a-link .icon-window {
  margin-left: 10px;
  width: 16px;
  height: auto;
  transform: translateY(-4px);
}
@media screen and (width < 768px) {
  .c-faq__accordion-a-link .icon-window {
    width: 12px;
  }
}
.c-faq__accordion:not([open]) .c-faq__accordion-a {
  display: none;
}
.c-faq__accordion-open-close-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  width: 20px;
  height: 20px;
}
@media screen and (width < 768px) {
  .c-faq__accordion-open-close-btn {
    width: 14px;
    height: 14px;
    right: 20px;
  }
}
.c-faq__accordion-open-close-btn::before, .c-faq__accordion-open-close-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #202020;
  width: 2px;
  height: 100%;
}
.c-faq__accordion-open-close-btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.c-faq__accordion[open] .c-faq__accordion-open-close-btn::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

@media screen and (width >= 1280px) {
  .c-contact__box {
    width: 996px;
    padding: 0 8px;
    margin: 120px auto 0;
  }
}
@media screen and (width < 1350px) {
  .c-contact__box {
    width: 916px;
    margin: 120px auto 0;
  }
}
@media screen and (width < 1280px) {
  .c-contact__box {
    width: 100%;
    padding: 0 5em;
  }
}
@media screen and (width < 960px) {
  .c-contact__box {
    padding: 0 5em 0 40px;
    margin: 90px auto 0;
    margin-bottom: -30px;
  }
}
@media screen and (width < 768px) {
  .c-contact__box {
    padding: 0 20px;
    margin: 60px auto;
  }
}
.c-contact__box-inner {
  padding: 40px;
  border: 1px solid #cdcdcd;
  border-radius: 6px;
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin-inline: auto;
}
@media screen and (width < 960px) {
  .c-contact__box-inner {
    width: 100%;
    padding: 40px 30px;
  }
}
@media screen and (width < 768px) {
  .c-contact__box-inner {
    max-width: 616px;
    padding: 30px 20px 20px;
  }
}
.c-contact__heading {
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  font-weight: bold;
}
@media screen and (width < 768px) {
  .c-contact__heading {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
  }
}
.c-contact__button {
  margin: 36px auto 0;
  width: 240px;
}
@media screen and (width < 768px) {
  .c-contact__button {
    margin-top: 20px;
    width: 100%;
    max-width: 295px;
  }
}
.c-contact__button a {
  display: block;
  padding: 19px 0;
  background-color: #276bc4;
  border: 1px solid #276bc4;
  border-radius: 6px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (width < 768px) {
  .c-contact__button a {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    padding: 17px 0;
  }
}
.c-contact__button a:hover {
  background-color: #f0f5f7;
  color: #276bc4;
  font-weight: bold;
}
.c-contact__text {
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  line-height: 1.8;
  margin-top: 24px;
}
@media screen and (width < 768px) {
  .c-contact__text {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    margin-top: 12px;
    text-align: left;
  }
}

@media screen and (width >= 1280px) {
  .c-shop {
    width: 996px;
    padding: 0 58px 0 8px;
    margin: 80px auto 0;
  }
}
@media screen and (width < 1350px) {
  .c-shop {
    width: 916px;
  }
}
@media screen and (width < 1280px) {
  .c-shop {
    width: 100%;
    margin: 60px auto 0;
  }
}
@media screen and (width < 960px) {
  .c-shop {
    margin: 60px auto 0;
  }
}
@media screen and (width < 768px) {
  .c-shop {
    margin: 40px auto 0;
  }
}
.c-shop .c-heading {
  line-height: 1.5;
}
@media screen and (width < 768px) {
  .c-shop .c-heading {
    margin: 0 0 40px;
  }
}
.c-shop__content {
  margin-top: 20px;
}
@media screen and (width < 1280px) {
  .c-shop__content {
    padding: 0 calc(5em + 10px) 0 5em;
  }
}
@media screen and (width < 768px) {
  .c-shop__content {
    margin-top: 0;
    padding: 0;
  }
}
.c-shop__nav-wrapper {
  display: flex;
  -moz-column-gap: 35px;
       column-gap: 35px;
  justify-content: center;
  margin-bottom: 120px;
}
@media screen and (width < 1280px) {
  .c-shop__nav-wrapper {
    justify-content: flex-start;
    margin-bottom: 90px;
  }
}
@media screen and (width < 768px) {
  .c-shop__nav-wrapper {
    -moz-column-gap: 15px;
         column-gap: 15px;
    margin-bottom: 60px;
    padding: 0 30px 0 20px;
  }
}
.c-shop__nav {
  display: flex;
  flex-direction: column;
  width: 323px;
}
@media screen and (width < 1280px) {
  .c-shop__nav {
    width: calc((100% - 35px) / 2);
  }
}
@media screen and (width < 768px) {
  .c-shop__nav {
    width: calc((100% - 15px) / 2);
  }
}
.c-shop__nav-title {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font-size: 2.4rem;
  letter-spacing: 0.12em;
  font-weight: bold;
  padding: 18px 0;
}
@media screen and (width < 1280px) {
  .c-shop__nav-title {
    font-size: 2.1rem;
  }
}
@media screen and (width < 768px) {
  .c-shop__nav-title {
    font-size: 1.2rem;
    padding: 10px 0;
  }
}
.c-shop__nav.-first .c-shop__nav-title {
  background-color: #B6BBC7;
}
.c-shop__nav.-sec .c-shop__nav-title {
  background-color: #D7B79E;
}
.c-shop__nav-list {
  display: flex;
  justify-content: space-between;
}
.c-shop__nav-list li {
  width: calc((100% - 3px) / 4);
}
.c-shop__nav-list li a {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.12em;
  font-weight: 500;
  padding: 20px 0;
  background-color: #F1F2F4;
  color: #000;
}
@media screen and (width < 1280px) {
  .c-shop__nav-list li a {
    font-size: 1.8rem;
  }
}
@media screen and (width < 768px) {
  .c-shop__nav-list li a {
    font-size: 1rem;
    padding: 10px 0;
  }
}
@media screen and (width < 768px) {
  .c-shop__list {
    padding-right: 20px;
  }
}
.c-shop__list-wrapper {
  margin-bottom: 60px;
  text-align: left;
}
.c-shop__list-head {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.12em;
  padding-left: 30px;
  position: relative;
  margin-bottom: 1em;
}
@media screen and (width < 1280px) {
  .c-shop__list-head {
    font-size: 2.1rem;
    padding-left: 20px;
  }
}
@media screen and (width < 768px) {
  .c-shop__list-head {
    font-size: 1.8rem;
  }
}
.c-shop__list-head::before {
  content: "";
  width: 6px;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (width < 768px) {
  .c-shop__list-head::before {
    width: 4px;
  }
}
@media screen and (width < 768px) {
  .c-shop__list-head-wrapper {
    padding: 0 20px;
  }
}
.c-shop__item {
  padding: 30px;
}
.c-shop__item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (width < 1280px) {
  .c-shop__item {
    padding: 20px;
  }
}
.c-shop__list-wrapper.-first .c-shop__item {
  background-color: #F1F2F4;
}
.c-shop__list-wrapper.-first .c-shop__tag-item.-map {
  background-color: #B6BBC7;
}
.c-shop__list-wrapper.-sec .c-shop__item {
  background-color: #F4F2F0;
}
.c-shop__list-wrapper.-sec .c-shop__tag-item.-map {
  background-color: #D7B79E;
}
.c-shop__info-content {
  display: flex;
  justify-content: space-between;
}
@media screen and (width < 1280px) {
  .c-shop__info-content {
    display: block;
  }
  .c-shop__info-content::after {
    content: "";
    display: block;
    clear: both;
  }
}
.c-shop__info-thumb {
  width: 200px;
  height: 150px;
  margin-right: 20px;
  text-align: center;
  flex-shrink: 0;
}
@media screen and (width < 1280px) {
  .c-shop__info-thumb {
    margin-right: 0;
    float: right;
  }
}
@media screen and (width < 768px) {
  .c-shop__info-thumb {
    width: 100px;
    height: 75px;
  }
}
.c-shop__info-thumb img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.c-shop__info-text-area {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media screen and (width < 1280px) {
  .c-shop__info-text-area {
    display: block;
  }
}
.c-shop__info-text-top {
  display: flex;
  justify-content: space-between;
}
@media screen and (width < 1280px) {
  .c-shop__info-text-top {
    display: block;
  }
}
.c-shop__info-tel {
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  font-weight: bold;
  line-height: 1.5;
  text-align: right;
  padding-left: 22px;
  background-image: url(../img/icon-tel.svg);
  background-size: 16px 20px;
  background-repeat: no-repeat;
  background-position: 0 4px;
}
@media screen and (width < 1280px) {
  .c-shop__info-tel {
    text-align: left;
    margin-top: 24px;
  }
}
@media screen and (width < 768px) {
  .c-shop__info-tel {
    font-size: 1.1rem;
    letter-spacing: 0.06em;
    background-image: none;
    padding-left: 0;
    line-height: 1.2;
  }
}
.c-shop__info-tel p:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (width < 768px) {
  .c-shop__info-tel p:not(:last-child) {
    margin-bottom: 0;
  }
}
.c-shop__info-tel img {
  margin-right: 6px;
  width: 15px;
  height: auto;
}
@media screen and (width < 768px) {
  .c-shop__info-tel-link {
    display: inline-block !important;
    border: 1px solid #276bc4;
    background-color: #f0f5f7;
    border-radius: 9999px;
    margin-left: 6px;
  }
  .c-shop__info-tel-link a {
    display: inline-block;
    color: #276bc4;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    padding: 3px 9px 3px 20px;
    background-image: url(../img/icon-tel-btn.svg);
    background-size: 8px 10px;
    background-repeat: no-repeat;
    background-position: 9px 4px;
  }
}
.c-shop__info-text-bottom {
  margin-top: 30px;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  line-height: 1.5;
}
@media screen and (width < 1280px) {
  .c-shop__info-text-bottom {
    margin-top: 24px;
  }
}
@media screen and (width < 768px) {
  .c-shop__info-text-bottom {
    font-size: 1.1rem;
    letter-spacing: 0.08em;
  }
}
.c-shop__info-text-bottom span {
  font-weight: bold;
}
.c-shop__tag {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  font-weight: 500;
  gap: 8px;
}
@media screen and (width < 768px) {
  .c-shop__tag {
    font-size: 0.9rem;
    letter-spacing: 0.06em;
    gap: 4px;
  }
}
.c-shop__tag-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  height: 28px;
  padding: 0 8px;
}
@media screen and (width < 768px) {
  .c-shop__tag-item {
    height: 18px;
  }
}
.c-shop__tag-item.-map img {
  width: 12px;
  height: auto;
  margin-right: 10px;
}
@media screen and (width < 768px) {
  .c-shop__tag-item.-map img {
    width: 8px;
    margin-right: 5px;
  }
}
.c-shop__tag-item.-cat {
  background-color: #fff;
}
.c-shop__name {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  margin-top: 10px;
  line-height: 1.5;
}
@media screen and (width < 1280px) {
  .c-shop__name {
    font-size: 2rem;
  }
}
@media screen and (width < 768px) {
  .c-shop__name {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    margin-top: 7px;
  }
}
.c-shop__name-kana {
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: 2px;
}
@media screen and (width < 768px) {
  .c-shop__name-kana {
    font-size: 0.9rem;
  }
}
.c-shop__detail-content {
  margin-top: 35px;
}
@media screen and (width < 1280px) {
  .c-shop__detail-content {
    margin-top: 24px;
  }
}
.c-shop__recommend-content {
  margin-top: 10px;
}
.c-shop__accordion {
  border-radius: 6px;
  background-color: #fff;
}
.c-shop__accordion-title {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  padding: 24px 30px;
  cursor: pointer;
  list-style: none;
}
.c-shop__accordion-title:focus-visible {
  outline-offset: 1px;
  outline: -webkit-focus-ring-color auto 1px;
}
.c-shop__accordion-title::-webkit-details-marker {
  display: none;
}
@media screen and (width < 1280px) {
  .c-shop__accordion-title {
    padding: 24px 20px;
  }
}
@media screen and (width < 768px) {
  .c-shop__accordion-title {
    font-size: 1.4rem;
    padding: 15px 20px 15px 12px;
  }
}
.c-shop__accordion-inner {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 2;
  padding: 10px 30px 25px;
}
@media screen and (width < 1280px) {
  .c-shop__accordion-inner {
    padding: 10px 20px 25px;
  }
}
@media screen and (width < 768px) {
  .c-shop__accordion-inner {
    padding: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
  }
}
.c-shop__accordion:not([open]) .c-shop__accordion-inner {
  display: none;
}
.c-shop__accordion-open-close-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  width: 20px;
  height: 20px;
}
@media screen and (width < 768px) {
  .c-shop__accordion-open-close-btn {
    width: 14px;
    height: 14px;
    right: 20px;
  }
}
.c-shop__accordion-open-close-btn::before, .c-shop__accordion-open-close-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #202020;
  width: 2px;
  height: 100%;
}
.c-shop__accordion-open-close-btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.c-shop__accordion[open] .c-shop__accordion-open-close-btn::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.c-shop__accordion-detail-list {
  margin-top: 70px;
}
@media screen and (width < 768px) {
  .c-shop__accordion-detail-list {
    margin-top: 30px;
  }
}
.c-shop__accordion-detail-item {
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (width < 1280px) {
  .c-shop__accordion-detail-item {
    letter-spacing: 0.08em;
    line-height: 1.5;
  }
}
@media screen and (width < 768px) {
  .c-shop__accordion-detail-item {
    font-size: 1.2rem;
  }
}
.c-shop__accordion-detail-item:not(:last-child) {
  margin-bottom: 1em;
}
.c-shop__accordion-detail-item dt {
  font-weight: bold;
  width: calc(100% - 620px);
}
@media screen and (width < 1280px) {
  .c-shop__accordion-detail-item dt {
    width: 100%;
  }
}
.c-shop__accordion-detail-item dd {
  width: 620px;
}
@media screen and (width < 1280px) {
  .c-shop__accordion-detail-item dd {
    width: 100%;
  }
}
.c-shop__accordion-detail-link {
  display: inline-block;
  color: #000;
}
.c-shop__accordion-detail-link span {
  text-decoration: underline;
}
.c-shop__accordion-detail-link:hover span {
  text-decoration: none;
}
.c-shop__accordion-detail-link .icon-window {
  margin-left: 10px;
  width: 16px;
  height: auto;
  transform: translateY(-4px);
}
@media screen and (width < 768px) {
  .c-shop__accordion-detail-link .icon-window {
    width: 12px;
    margin-left: 4px;
    transform: translateY(-3px);
  }
}
.c-shop__accordion-recommend-list li {
  display: flex;
  align-items: flex-start;
}
.c-shop__accordion-recommend-list li:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #cdcdcd;
}
.c-shop__accordion-recommend-list li:first-child {
  padding-top: 20px;
}
@media screen and (width < 1280px) {
  .c-shop__accordion-recommend-list li:first-child {
    padding-top: 10px;
  }
}
@media screen and (width < 768px) {
  .c-shop__accordion-recommend-list li:first-child {
    padding-top: 8px;
  }
}
.c-shop__accordion-recommend-list li.-new .c-shop__accordion-recommend-image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border-color: #d40000 transparent transparent;
  border-style: solid;
  border-width: 52px 52px 0 0;
  z-index: 699;
}
@media screen and (width < 768px) {
  .c-shop__accordion-recommend-list li.-new .c-shop__accordion-recommend-image::before {
    border-width: 40px 40px 0 0;
  }
}
.c-shop__accordion-recommend-list li.-new .c-shop__accordion-recommend-image::after {
  position: absolute;
  top: 12px;
  left: 3px;
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: pre;
  content: "New";
  transform: rotate(315deg);
  z-index: 700;
}
@media screen and (width < 768px) {
  .c-shop__accordion-recommend-list li.-new .c-shop__accordion-recommend-image::after {
    font-size: 1rem;
    top: 8px;
    left: 3px;
  }
}
.c-shop__accordion-recommend-image {
  position: relative;
  flex-shrink: 0;
  width: 210px;
  margin-right: 20px;
  overflow: hidden;
}
@media screen and (width < 860px) {
  .c-shop__accordion-recommend-image {
    width: 140px;
  }
}
@media screen and (width < 768px) {
  .c-shop__accordion-recommend-image {
    width: 135px;
    margin-right: 10px;
  }
}
@media screen and (width < 375px) {
  .c-shop__accordion-recommend-image {
    width: calc(50% - 10px);
    min-width: auto;
  }
}
.c-shop__accordion-recommend-image a:focus-visible {
  outline-offset: -1px;
}
.c-shop__accordion-recommend-image a:focus-visible img.-ofi-c {
  padding: 2px;
}
.c-shop__accordion-recommend-image .-ofi-c {
  width: 100%;
  position: relative;
  z-index: 2;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-shop__accordion-recommend-image .-blur {
  width: 100%;
  height: 100%;
  filter: blur(24px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-shop__accordion-recommend-image .-goods-mask {
  position: absolute;
  inset: 0;
  z-index: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s ease;
}
.c-shop__accordion-recommend-image .-goods-mask > p {
  font-size: 1.5rem;
}
@media screen and (width < 768px) {
  .c-shop__accordion-recommend-image .-goods-mask > p {
    font-size: 1.1rem;
  }
}
.c-shop__accordion-recommend-image:hover .-goods-mask {
  opacity: 1;
}
.c-shop__accordion-recommend-text {
  line-height: 1.5;
  letter-spacing: 0.12em;
  flex-grow: 1;
}
@media screen and (width < 768px) {
  .c-shop__accordion-recommend-text {
    text-align: center;
    letter-spacing: 0.08em;
  }
}
.c-shop__accordion-recommend-text .-title {
  text-align: left;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (width < 768px) {
  .c-shop__accordion-recommend-text .-title {
    font-size: 1.4rem;
  }
}
.c-shop__accordion-recommend-text .-text {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 20px;
}
@media screen and (width < 768px) {
  .c-shop__accordion-recommend-text .-text {
    font-size: 1.2rem;
    margin-top: 7px;
  }
}
.c-shop__sidebar {
  width: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 6px;
  box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.16);
}
@media screen and (width < 768px) {
  .c-shop__sidebar {
    width: 18px;
    box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.16);
  }
}
.c-shop__sidebar:not(:last-child) {
  margin-bottom: 15px;
}
.c-shop__sidebar-wrapper {
  position: fixed;
  bottom: 10%;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  transition: top 0.28s ease, transform 0.28s ease, bottom 0.28s ease;
}
.c-shop__sidebar-wrapper.is-middle {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
.c-shop__sidebar-title {
  width: 100%;
  border-top-left-radius: 6px;
  display: block;
  color: #707070;
  text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  line-height: 1.5;
  width: 100%;
  border-bottom: 1px solid #ADB3BE;
  padding: 5px 0;
}
@media screen and (width < 768px) {
  .c-shop__sidebar-title {
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
  }
}
.c-shop__sidebar-title span {
  font-size: 1.6rem;
  display: block;
}
@media screen and (width < 768px) {
  .c-shop__sidebar-title span {
    font-size: 0.9rem;
    display: inline-block;
  }
}
.c-shop__sidebar.-first .c-shop__sidebar-title {
  background-color: #D5D9DF;
}
.c-shop__sidebar.-first .c-shop__sidebar-title:has(+ .c-shop__sidebar-list li a.is-active) {
  background-color: #4B5D7B;
  color: #fff;
}
.c-shop__sidebar.-first .c-shop__sidebar-list li a.is-active {
  background-color: #4B5D7B;
  color: #fff;
}
.c-shop__sidebar.-sec .c-shop__sidebar-title {
  background-color: #E5D2C5;
}
.c-shop__sidebar.-sec .c-shop__sidebar-title:has(+ .c-shop__sidebar-list li a.is-active) {
  background-color: #CF5D26;
  color: #fff;
}
.c-shop__sidebar.-sec .c-shop__sidebar-list li a.is-active {
  background-color: #CF5D26;
  color: #fff;
}
.c-shop__sidebar-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.c-shop__sidebar-list li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.c-shop__sidebar-list li a {
  display: block;
  color: #BABABA;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  padding: 11px 0;
  background-color: #F1F2F4;
  width: 100%;
}
@media screen and (width < 768px) {
  .c-shop__sidebar-list li a {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    padding: 6px 0;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}

@media screen and (width >= 1280px) {
  .c-others {
    width: 996px;
    padding: 0 8px;
    margin: 80px auto 0;
  }
}
@media screen and (width < 1350px) {
  .c-others {
    width: 916px;
  }
}
@media screen and (width < 1280px) {
  .c-others {
    width: 100%;
    margin: 80px auto 0;
  }
}
@media screen and (width < 960px) {
  .c-others {
    margin: 60px auto 0;
  }
}
@media screen and (width < 768px) {
  .c-others {
    margin: 40px auto 0;
    padding: 0 20px;
  }
}
.c-others .c-heading {
  line-height: 1.5;
  margin: 0 0 60px;
}
.c-others__page-link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 30px;
}
@media screen and (width < 768px) {
  .c-others__page-link-list {
    row-gap: 24px;
  }
}
.c-others__page-link-list li {
  font-size: 2rem;
  line-height: 1.8;
  font-weight: bold;
  letter-spacing: 0.12em;
  width: 33.3333333333%;
  min-width: 260px;
}
@media screen and (width < 960px) {
  .c-others__page-link-list li {
    font-size: 1.8rem;
    min-width: 220px;
  }
}
@media screen and (width < 768px) {
  .c-others__page-link-list li {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    width: 50%;
    min-width: auto;
  }
}
.c-others__page-link-list li a {
  display: block;
  color: #707070;
  padding-bottom: 15px;
  border-bottom: 6px solid #DDDDDD;
  text-align: center;
}
@media screen and (width < 960px) {
  .c-others__page-link-list li a {
    padding-bottom: 10px;
  }
}
@media screen and (width < 768px) {
  .c-others__page-link-list li a {
    padding-bottom: 8px;
    border-bottom: 3px solid #DDDDDD;
  }
}
.c-others__page-link-list li a.-current {
  color: #202020;
  border-bottom: 6px solid #202020;
  pointer-events: none;
}
@media screen and (width < 768px) {
  .c-others__page-link-list li a.-current {
    border-bottom: 3px solid #202020;
  }
}
@media screen and (width < 1280px) {
  .c-others__content {
    padding: 0 5em;
  }
}
@media screen and (width < 960px) {
  .c-others__content {
    padding: 0 5em 0 40px;
  }
}
@media screen and (width < 768px) {
  .c-others__content {
    padding: 0;
    margin-bottom: 60px;
  }
}
.c-others__section {
  text-align: left;
}
.c-others__section:not(:last-child) {
  margin-bottom: 120px;
}
@media screen and (width < 768px) {
  .c-others__section:not(:last-child) {
    margin-bottom: 60px;
  }
}
.c-others__section-heading {
  margin-top: 60px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1.8;
}
@media screen and (width < 768px) {
  .c-others__section-heading {
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin-top: 40px;
    text-align: center;
  }
}
.c-others__section .-sub-heading {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1.5;
  margin-bottom: 1em;
  margin-top: 60px;
  color: #276bc4;
}
@media screen and (width < 768px) {
  .c-others__section .-sub-heading {
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin-top: 40px;
  }
}
@media screen and (width < 768px) {
  .c-others__section-heading + .-sub-heading {
    margin-top: 32px;
  }
}
.c-others__section .-decimal-list {
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  font-weight: 500;
  line-height: 1.8;
  list-style-type: decimal;
  padding-left: 1.5em;
}
@media screen and (width < 768px) {
  .c-others__section .-decimal-list {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    line-height: 1.5;
  }
}
.c-others__section .-decimal-list li:not(:last-child) {
  margin-bottom: 1em;
}
.c-others__section .-text {
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (width < 768px) {
  .c-others__section .-text {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    line-height: 1.5;
  }
}
.c-others__section .-text .-text-link {
  color: #276bc4;
}
.c-others__section .-text .-text-link .icon-window {
  margin-left: 10px;
  width: 16px;
  height: auto;
  transform: translateY(-6px);
}
@media screen and (width < 768px) {
  .c-others__section .-text .-text-link .icon-window {
    width: 12px;
    margin-left: 4px;
  }
}
.c-others__section .-text .-img-link {
  width: 158px;
  display: block;
  margin-top: 10px;
}
.c-others__section-heading + .-text {
  margin-top: 40px;
  margin-bottom: 80px;
}
@media screen and (width < 768px) {
  .c-others__section-heading + .-text {
    margin-top: 32px;
    margin-bottom: 0;
  }
}
.c-others__section .-disc-list {
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  line-height: 1.8;
  font-weight: 500;
  list-style-type: "・";
  padding-left: 1em;
}
@media screen and (width < 768px) {
  .c-others__section .-disc-list {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    line-height: 1.5;
  }
}
.c-others__section .-disc-list li:not(:last-child) {
  margin-bottom: 1em;
}
.c-others__section .-contact-box {
  background-color: #f0f5f7;
  padding: 40px;
  margin-top: 40px;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  line-height: 1.8;
}
@media screen and (width < 768px) {
  .c-others__section .-contact-box {
    padding: 20px;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin-bottom: 60px;
  }
}
.c-others__section .-contact-box-heading {
  font-weight: bold;
}
.c-others__section .-contact-box-text {
  font-weight: 500;
  padding-left: 18px;
}
@media screen and (width < 768px) {
  .c-others__section .-contact-box-text {
    padding-left: 0;
    margin-top: 10px;
  }
}

/* ----------------------------------------------------
Object - Project
---------------------------------------------------- */
/* ----------------------------------------------------
login
---------------------------------------------------- */
.login__wrapper {
  width: 100%;
  height: 830px;
  min-height: 100vh;
  background-color: #f9f9f9;
  position: relative;
}
@media screen and (width < 480px) {
  .login__wrapper {
    height: auto;
    padding-bottom: 30px;
  }
}

.login {
  max-width: 480px;
  padding-bottom: 40px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.12em;
  background: #fff;
  border-radius: 0 0 6px 6px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  line-height: 1.5;
  position: relative;
  z-index: 10;
}
@media screen and (width < 480px) {
  .login {
    max-width: 100%;
    background-color: #f9f9f9;
    box-shadow: none;
    padding-bottom: 60px;
  }
}
.login .mv {
  display: flex;
  justify-content: space-between;
  height: 150px;
}
@media screen and (width < 480px) {
  .login .mv {
    height: 108px;
  }
}
.login .mv .logo {
  display: grid;
  place-content: center;
  width: 240px;
  height: 100%;
  background-color: #202020;
}
@media screen and (width < 480px) {
  .login .mv .logo {
    width: 50%;
  }
}
.login .mv .logo img {
  height: 78px;
}
@media screen and (width < 480px) {
  .login .mv .logo img {
    height: 68px;
  }
}
.login .mv .picture {
  width: 240px;
  height: 100%;
}
@media screen and (width < 480px) {
  .login .mv .picture {
    width: 50%;
    height: auto;
  }
}
.login .mv .picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.login .heading-level1 {
  margin-top: 62px;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (width < 480px) {
  .login .heading-level1 {
    font-size: 2.4rem;
    margin-top: 60px;
  }
}
.login .login-warning {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
  padding: 0 60px;
}
@media screen and (width < 480px) {
  .login .login-warning {
    padding: 0 20px;
    margin-top: 48px;
  }
}
.login .login-warning img {
  width: 22px;
  height: auto;
  margin-right: 12px;
}
@media screen and (width < 480px) {
  .login .login-warning img {
    width: 20px;
    margin-right: 10px;
  }
}
.login .login-warning-text {
  color: #d40000;
  font-size: 1.6rem;
  font-weight: 900;
  text-align: left;
}
@media screen and (width < 480px) {
  .login .login-warning-text {
    font-size: 1.4rem;
  }
}
.login .login-form {
  padding: 0 60px;
  margin-top: 36px;
}
@media screen and (width < 480px) {
  .login .login-form {
    padding: 0 20px;
    margin-top: 48px;
  }
}
.login input {
  border: 1px solid #747474 !important;
}
.login .form-group {
  margin-top: 2.4em;
}
.login .form-label {
  display: block;
  margin-bottom: 5px;
  font-size: 1.6rem;
  text-align: left;
}
@media screen and (width < 480px) {
  .login .form-label {
    font-size: 1.3rem;
    margin-bottom: 8px;
  }
}
.login .form-control {
  box-sizing: border-box;
  width: 100%;
  padding: 15px 16px;
  font-size: 16px;
  background-color: #fff;
  border: 2px solid #e1e5e9;
  border-radius: 6px;
}
.login .btn-login {
  width: 100%;
  padding: 12px;
  margin-top: 36px;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.12em;
  cursor: pointer;
  background-color: #276bc4;
  border: none;
  border-radius: 6px;
}
.login .form-check {
  display: flex;
  align-items: center;
  margin-top: 1.2em;
  -moz-column-gap: 7px;
       column-gap: 7px;
}
.login .form-check input[type=checkbox] {
  accent-color: #276bc4;
}
.login label.form-check-label {
  font-size: 1.4rem;
  color: #276bc4;
}
.login .form-check-input {
  margin-right: 0.5rem;
  transform: scale(1.6);
}
@media screen and (width < 480px) {
  .login .form-check-input {
    transform: scale(1.4);
  }
}
.login .form-check-label {
  font-size: 14px;
}
.login .login-caution {
  display: inline-block;
  margin: 0 auto;
  margin-top: 40px;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
}
@media screen and (width < 480px) {
  .login .login-caution {
    margin-top: 60px;
    font-size: 1.1rem;
    line-height: 1.5;
  }
}

/* ----------------------------------------------------
hamburger
---------------------------------------------------- */
.c-hamburger {
  display: none;
}
@media screen and (width < 768px) {
  .c-hamburger {
    display: block;
    position: fixed;
    top: 35px;
    right: 20px;
    z-index: 999;
    width: 36px;
    text-align: center;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
}
.c-hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 10px 0;
  background-color: #fff;
  transition: 0.4s;
}
.c-hamburger span:last-child {
  width: auto;
  height: auto;
  margin: 0;
  background-color: unset;
  font-size: 0.9rem;
  color: #fff;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.c-hamburger__content {
  position: fixed;
  inset: 0;
  z-index: 500;
  width: 100vw;
  height: 100vh;
  padding: 22px 0 0;
  text-align: center;
  pointer-events: none;
  background-color: #202020;
  opacity: 0;
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  overflow-y: auto;
}
.c-hamburger__content a {
  color: #fff;
}
.c-hamburger__content-logo {
  width: 100%;
  height: 80px;
  padding: 15px 20px;
  text-align: left;
  background-color: #202020;
}
.c-hamburger__content-logo img {
  width: 134px;
}
.c-hamburger__menu {
  width: 80%;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (width < 375px) {
  .c-hamburger__menu {
    font-size: 4.27vw;
  }
}
.c-hamburger__menu li {
  padding: 24px 0;
  text-align: left;
  border-bottom: 1px solid #3f3f3f;
}
.c-hamburger__menu li a {
  position: relative;
  padding-left: 4.2em;
}
.c-hamburger__menu li:nth-child(1) {
  margin-top: 50px;
  border-top: 1px solid #3f3f3f;
}
.c-hamburger__menu li:nth-child(1) a::before {
  position: absolute;
  top: -2px;
  left: 1em;
  height: 26px;
  aspect-ratio: 88/57;
  width: auto;
  content: "";
  background: url("../img/icon-menu-01.svg") no-repeat;
  background-size: contain;
  filter: invert(91%) sepia(5%) saturate(345%) hue-rotate(182deg) brightness(108%) contrast(94%);
}
.c-hamburger__menu li:nth-child(2) a::before {
  position: absolute;
  top: -2px;
  left: 1em;
  height: 26px;
  aspect-ratio: 88/57;
  width: auto;
  content: "";
  background: url("../img/icon-menu-02.svg") no-repeat;
  background-size: contain;
  filter: invert(91%) sepia(5%) saturate(345%) hue-rotate(182deg) brightness(108%) contrast(94%);
}
.c-hamburger__menu li:nth-child(3) a::before {
  position: absolute;
  top: -2px;
  left: 1em;
  height: 26px;
  aspect-ratio: 88/57;
  width: auto;
  content: "";
  background: url("../img/icon-menu-03.svg") no-repeat;
  background-size: contain;
  filter: invert(91%) sepia(5%) saturate(345%) hue-rotate(182deg) brightness(108%) contrast(94%);
}
.c-hamburger__menu li:nth-child(4) a::before {
  position: absolute;
  top: -2px;
  left: 1em;
  height: 26px;
  aspect-ratio: 88/57;
  width: auto;
  content: "";
  background: url("../img/icon-menu-04.svg") no-repeat;
  background-size: contain;
  filter: invert(91%) sepia(5%) saturate(345%) hue-rotate(182deg) brightness(108%) contrast(94%);
}
.c-hamburger__menu li:nth-child(5) {
  border-bottom: none;
  padding-bottom: 0;
}
.c-hamburger__reserve {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (width < 375px) {
  .c-hamburger__reserve {
    font-size: 4.27vw;
  }
}
.c-hamburger__reserve > a {
  position: relative;
  display: block;
  padding: 1em 4em;
  border: 1px solid #fff;
  border-radius: 6px;
}
.c-hamburger__reserve > a::before {
  position: absolute;
  top: 15px;
  left: 1em;
  width: 40px;
  height: 30px;
  content: "";
  background: url("../img/icon-header-reserve.svg") no-repeat;
  background-size: contain;
}
.c-hamburger__reserve > a::after {
  position: absolute;
  top: 20px;
  right: 2em;
  width: 16px;
  height: 16px;
  content: "";
  background: url("../img/icon-arrow-02.svg") no-repeat;
  background-size: contain;
}
.c-hamburger__reserve > a .-title {
  display: inline-block;
}
.c-hamburger__reserve > a span {
  display: block;
  margin-top: 3px;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}
.c-hamburger__footer {
  text-align: center;
  padding: 48px 5% 0;
}
.c-hamburger__footer > ul {
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
  gap: 7px 2em;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.c-hamburger__footer > ul li {
  line-height: 1.5;
  white-space: nowrap;
}
.c-hamburger__footer small {
  display: block;
  margin: 40px 0 30px;
  font-size: 1.1rem;
  color: #fff;
}

.c-hamburger__content.open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.c-hamburger.active span:nth-child(1) {
  transform: rotate(40deg) translate(5px, 5px);
}

.c-hamburger.active span:nth-child(2) {
  opacity: 0;
}

.c-hamburger.active span:nth-child(3) {
  transform: rotate(-40deg) translate(12px, -12px);
}

/* ----------------------------------------------------
more read
---------------------------------------------------- */
@media screen and (width >= 1280px) {
  :root {
    --max-height: 135px;
  }
  .c-store__container {
    position: relative;
    max-height: var(--max-height);
    min-height: var(--max-height);
    overflow: hidden;
  }
  .c-store__container:has(.read-more-button > input:checked) {
    max-height: initial;
  }
  .text-container {
    position: relative;
  }
  .read-more-container {
    position: absolute;
    top: var(--max-height);
    display: flex;
    align-items: end;
    justify-content: right;
    width: 100%;
    height: calc(clamp(0px, round(up, 100% - var(--max-height), 1px), 1px) * 60);
    overflow: hidden;
    background-image: linear-gradient(transparent, #fff 65%);
    transform: translateY(-100%);
  }
  .read-more-container:has(.read-more-button > input:checked) {
    position: static;
    height: auto;
    background-image: none;
    transform: translateY(0);
    margin-top: 20px;
  }
  .read-more-button {
    font-size: 1.5rem;
    color: #276bc4;
    cursor: pointer;
  }
  .read-more-button:hover {
    text-decoration: none;
  }
  .read-more-button > input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
  }
  .read-more-button span {
    line-height: 1.5;
  }
  .read-more-button input:focus-visible + span {
    outline-offset: -1px;
    outline: -webkit-focus-ring-color auto 1px;
  }
}
@media screen and (width < 1280px) {
  .read-more-container {
    display: none;
  }
}
/* ----------------------------------------------------
Utility
---------------------------------------------------- */
@media screen and (width < 768px) {
  .u-only-pc {
    display: none;
  }
}

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

.u-only-tab {
  display: none;
}
@media screen and (width < 1280px) {
  .u-only-tab {
    display: block;
  }
}
@media screen and (width < 860px) {
  .u-only-tab {
    display: none;
  }
}

.u-tab-middle-over {
  display: block;
}
@media screen and (width < 960px) {
  .u-tab-middle-over {
    display: none;
  }
}

.u-tab-small-over {
  display: block;
}
@media screen and (width < 860px) {
  .u-tab-small-over {
    display: none;
  }
}

.u-sp-small-over {
  display: block;
}
@media screen and (width < 375px) {
  .u-sp-small-over {
    display: none;
  }
}

.u-text-center {
  margin: 0 auto;
}

.u-border-none {
  border: none !important;
}

.-mt0 {
  margin-top: 0 !important;
}

.u-visually-hidden {
  position: absolute;
  width: 1px !important;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}/*# sourceMappingURL=style.css.map */