@charset "UTF-8";
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */
}

button {
  overflow: visible;
  /* Internet Explorer 11- */
  -webkit-appearance: button;
  /* iOS 8+ */
}

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

input {
  -webkit-border-radius: 0;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* iOS 8+ */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */
}

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */
}

small {
  font-size: 75%;
  /* All browsers */
}

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
  display: none;
  /* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */
*,
:before,
:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

/* specify the core styles of all elements */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

#tinymce * {
  margin: inherit;
  padding: inherit;
}

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

/* specify the text decoration of anchors */
a {
  text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* specify the background color of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
}

/* specify the inherited color and font of form elements */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/* specify the minimum height of form elements */
button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em;
}

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none;
}

/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */
}

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */
}

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
  resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

/* specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}
.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.col__item {
  width: 100%;
}

.col__item--sp-1 {
  width: 8.33333%;
}

.col__item--sp-2 {
  width: 16.66667%;
}

.col__item--sp-3 {
  width: 25%;
}

.col__item--sp-4 {
  width: 33.33333%;
}

.col__item--sp-5 {
  width: 41.66667%;
}

.col__item--sp-6 {
  width: 50%;
}

.col__item--sp-7 {
  width: 58.33333%;
}

.col__item--sp-8 {
  width: 66.66667%;
}

.col__item--sp-9 {
  width: 75%;
}

.col__item--sp-10 {
  width: 83.33333%;
}

.col__item--sp-11 {
  width: 91.66667%;
}

.col__item--sp-12 {
  width: 100%;
}

.col__item--sp-fifth {
  width: 20%;
}

@media (min-width: 768px), print {
  .col__item--tab-1 {
    width: 8.33333%;
  }
}

@media (min-width: 768px), print {
  .col__item--tab-2 {
    width: 16.66667%;
  }
}

@media (min-width: 768px), print {
  .col__item--tab-3 {
    width: 25%;
  }
}

@media (min-width: 768px), print {
  .col__item--tab-4 {
    width: 33.33333%;
  }
}

@media (min-width: 768px), print {
  .col__item--tab-5 {
    width: 41.66667%;
  }
}

@media (min-width: 768px), print {
  .col__item--tab-6 {
    width: 50%;
  }
}

@media (min-width: 768px), print {
  .col__item--tab-7 {
    width: 58.33333%;
  }
}

@media (min-width: 768px), print {
  .col__item--tab-8 {
    width: 66.66667%;
  }
}

@media (min-width: 768px), print {
  .col__item--tab-9 {
    width: 75%;
  }
}

@media (min-width: 768px), print {
  .col__item--tab-10 {
    width: 83.33333%;
  }
}

@media (min-width: 768px), print {
  .col__item--tab-11 {
    width: 91.66667%;
  }
}

@media (min-width: 768px), print {
  .col__item--tab-12 {
    width: 100%;
  }
}

@media (min-width: 768px), print {
  .col__item--tab-fifth {
    width: 20%;
  }
}

@media screen and (min-width: 1024px) {
  .col__item--pc-1 {
    width: 8.33333%;
  }
}

@media screen and (min-width: 1024px) {
  .col__item--pc-2 {
    width: 16.66667%;
  }
}

@media screen and (min-width: 1024px) {
  .col__item--pc-3 {
    width: 25%;
  }
}

@media screen and (min-width: 1024px) {
  .col__item--pc-4 {
    width: 33.33333%;
  }
}

@media screen and (min-width: 1024px) {
  .col__item--pc-5 {
    width: 41.66667%;
  }
}

@media screen and (min-width: 1024px) {
  .col__item--pc-6 {
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .col__item--pc-7 {
    width: 58.33333%;
  }
}

@media screen and (min-width: 1024px) {
  .col__item--pc-8 {
    width: 66.66667%;
  }
}

@media screen and (min-width: 1024px) {
  .col__item--pc-9 {
    width: 75%;
  }
}

@media screen and (min-width: 1024px) {
  .col__item--pc-10 {
    width: 83.33333%;
  }
}

@media screen and (min-width: 1024px) {
  .col__item--pc-11 {
    width: 91.66667%;
  }
}

@media screen and (min-width: 1024px) {
  .col__item--pc-12 {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .col__item--pc-fifth {
    width: 20%;
  }
}

.col--std {
  margin: -15px;
}

.col--std .col__item {
  padding: 15px;
}

.col--wide {
  margin: -15px;
}

@media (min-width: 768px), print {
  .col--wide {
    margin: -30px;
  }
}

.col--wide .col__item {
  padding: 10px 15px;
}

@media (min-width: 768px), print {
  .col--wide .col__item {
    padding: 10px 30px;
  }
}

.col--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.col--align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.col h2,
.col h3,
.col h4,
.col .box {
  margin: 0 !important;
}

.container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px), print {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 1000px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .container {
    max-width: 1084px;
  }
}

@media screen and (max-width: 767px) {
  .container--sp-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1023px) {
  .container--tabsp-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .container--wide {
    max-width: 1366px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*********************/
/*  ヘッダー  */
/*********************/
.header {
  position: fixed;
  display: block;
  width: 100%;
  border-bottom: 1px solid #ccc;
  background: #fff;
  z-index: 100;
  -webkit-transition: .5s forwards;
  transition: .5s forwards;
}

@media (max-width: 1023px) {
  .header {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .header {
    position: fixed;
    height: 110px;
  }
}

@media (min-width: 768px), print {
  .header__head, .header__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5px 0 10px;
  }
}

@media screen and (min-width: 1024px) {
  .header__head, .header__body {
    padding: 5px 15px 10px;
  }
}

.header__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px), print {
  .header__head {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .header__head {
    padding-top: 1rem;
  }
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
}

@media screen and (max-width: 767px) {
  .header__logo {
    width: 150px;
  }
}

@media screen and (min-width: 1024px) {
  .header__logo {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 1124px) {
  .header__logo {
    max-width: 200px;
  }
}

.header__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: contain; object-position: center;';
  margin: auto;
}

.header__copy {
  font-size: 1rem;
  line-height: 1.2;
}

@media (max-width: 1023px) {
  .header__copy {
    padding-bottom: 8px;
  }
}

@media (min-width: 768px), print {
  .header__copy {
    font-weight: bold;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1024px) {
  .header__copy {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 1366px) {
  .header__copy {
    font-size: 1.4rem;
  }
}

.header__btn {
  position: absolute;
  display: block;
  top: 50%;
  right: 15px;
}

@media (min-width: 768px), print {
  .header__btn {
    right: 20px;
  }
}

@media (max-width: 1023px) {
  .header__contact {
    display: none;
  }
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1024px) {
  .header--small {
    height: 70px;
    -webkit-animation: DownAnime 0.5s forwards;
            animation: DownAnime 0.5s forwards;
  }
  .header--small .header__head,
  .header--small .subnav-list {
    display: none;
  }
  .header--small .header__logo {
    width: 210px;
  }
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-170px);
            transform: translateY(-170px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-170px);
            transform: translateY(-170px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.cv-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #111;
  font-weight: bold;
  font-size: 2.7rem;
  white-space: nowrap;
}

.cv-btn:before {
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: inherit;
  text-transform: none;
  line-height: 1;
  content: "\e904";
  font-size: 2.2rem;
  margin-right: .5rem;
}

.cv-btn span {
  display: inline-block;
  font-weight: normal;
  font-size: 1rem;
  border: 1px solid #111;
  border-radius: 5px;
  line-height: 1.2;
  text-align: center;
  padding: 5px 10px;
  margin-right: 1rem;
}

.subnav-list,
.sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  line-height: 1;
}

@media (max-width: 1023px) {
  .subnav-list {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-shadow: 0 0 0 1px #e4e4e4;
            box-shadow: 0 0 0 1px #e4e4e4;
  }
}

@media (max-width: 1023px) {
  .subnav-list__item {
    width: 50%;
    text-align: center;
    -webkit-box-shadow: 0 0 0 1px #e4e4e4;
            box-shadow: 0 0 0 1px #e4e4e4;
    padding: 20px;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .subnav-list__item {
    padding: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .subnav-list__item--sns {
    margin-left: 1rem;
  }
}

@media (max-width: 1023px) {
  .subnav-list__item--sns {
    width: 100%;
  }
}

.subnav-list__link {
  display: inline-block;
  font-size: 1.4rem;
  color: #111;
  letter-spacing: .03em;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.subnav-list__link:hover {
  opacity: .7;
}

@media screen and (min-width: 1024px) {
  .subnav-list__link {
    font-size: 1.2rem;
  }
}

.subnav-list__link:before {
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #111;
  margin-right: 1rem;
  border-right: 1px solid #111;
  vertical-align: middle;
}

.sns-list {
  margin-left: 1rem;
}

@media (max-width: 1023px) {
  .sns-list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    max-width: 80%;
    margin: auto;
  }
}

.sns-list__link {
  display: inline-block;
  padding: 0 .5rem;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.sns-list__link:hover {
  opacity: .7;
}

.sns-list__img {
  width: 40px;
  aspect-ratio: 1 / 1;
}

@media screen and (min-width: 1024px) {
  .sns-list__img {
    width: 21px;
  }
}

.sns-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

.menu-btn {
  position: absolute;
  top: 3px;
  right: 5px;
  display: block;
  width: 40px;
  height: 40px;
  background: #111;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(17, 17, 17, 0.16);
          box-shadow: 0 3px 6px rgba(17, 17, 17, 0.16);
}

@media (min-width: 768px), print {
  .menu-btn {
    width: 60px;
    height: 60px;
  }
}

@media screen and (min-width: 1024px) {
  .menu-btn {
    display: none;
  }
}

.menu-btn__line {
  position: absolute;
  top: 50%;
  left: 25%;
  display: block;
  width: 50%;
  height: 2px;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  background: #fff;
}

.menu-btn__line:nth-child(1) {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

@media (min-width: 768px), print {
  .menu-btn__line:nth-child(1) {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
}

.menu-btn__line:nth-child(2) {
  top: 50%;
}

.menu-btn__line:nth-child(3) {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}

@media (min-width: 768px), print {
  .menu-btn__line:nth-child(3) {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
}

.menu-btn--open .menu-btn__line:nth-child(1) {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

.menu-btn--open .menu-btn__line:nth-child(2) {
  opacity: 0;
}

.menu-btn--open .menu-btn__line:nth-child(3) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

@media (max-width: 1023px) {
  .gnav {
    position: fixed;
    top: 70px;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 50%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(17, 17, 17, 0.16);
            box-shadow: 0 3px 6px rgba(17, 17, 17, 0.16);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
  }
}

@media screen and (max-width: 767px) {
  .gnav {
    top: 50px;
    left: 0;
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .gnav__inner {
    width: 100%;
    padding-bottom: 70px;
  }
}

@media (max-width: 1023px) {
  .gnav--open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .gnav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.gnav-list__item {
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

@media (max-width: 1023px) {
  .gnav-list__item {
    -webkit-box-shadow: 0 0 0 1px #e4e4e4;
            box-shadow: 0 0 0 1px #e4e4e4;
    padding: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .gnav-list__item {
    padding: .5rem;
  }
}

.gnav-list__item:hover {
  opacity: .7;
}

@media screen and (min-width: 1024px) {
  .gnav-list__item + .gnav-list__item {
    margin-left: 10px;
  }
}

@media screen and (min-width: 1366px) {
  .gnav-list__item + .gnav-list__item {
    margin-left: 20px;
  }
}

.gnav-list__link {
  position: relative;
  display: block;
  font-size: 2rem;
  color: #111;
  text-decoration: none;
  line-height: 1.4;
  padding: 7px;
}

@media screen and (min-width: 1024px) {
  .gnav-list__link {
    padding: 10px 10px 15px;
  }
}

.gnav-list__link-ja, .gnav-list__link-en {
  display: block;
  letter-spacing: .03em;
}

.gnav-list__link-ja {
  font-weight: bold;
  font-size: 1.6rem;
}

.gnav-list__link-en {
  font-size: 1.2rem;
  color: #777;
}

@media screen and (min-width: 1024px) {
  .gnav-list__link-en {
    font-size: 1rem;
  }
}

/*********************/
/*  メインビジュアル  */
/*********************/
.hero {
  position: relative;
  width: 100%;
  background: #f7f6eb;
  padding: 70px 0 40px;
}

@media (min-width: 768px), print {
  .hero {
    padding: 90px 0 70px;
  }
}

@media screen and (min-width: 1024px) {
  .hero {
    padding: 160px 0 70px;
  }
}

.hero__message {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #111;
  text-align: center;
  text-shadow: 1px 1px 2px #fff;
  z-index: 1;
}

/*********************/
/*  ヒーロー内のコピー文  */
/*********************/
.message {
  padding: 15px;
  padding-top: 50px;
}

@media (min-width: 768px), print {
  .message {
    padding-top: 70px;
  }
}

@media screen and (min-width: 1024px) {
  .message {
    padding-top: 110px;
  }
}

.message__title {
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
}

@media (min-width: 768px), print {
  .message__title {
    font-size: 3.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .message__title {
    font-size: 6rem;
    margin: 0 auto;
  }
}

.message__img {
  max-width: 560px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .message__img {
    max-width: 800px;
  }
}

.message__description {
  font-size: 1.2rem;
  margin: 2rem auto;
  line-height: 1.8;
}

@media (min-width: 768px), print {
  .message__description {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .message__description {
    font-size: 2.4rem;
  }
}

/*********************/
/*  スライダー */
/*********************/
.slider {
  position: relative;
  width: 100%;
}

.slider .slick-list {
  width: 100%;
}

.slider__item {
  position: relative;
  width: 100%;
  aspect-ratio: 12 / 7;
  border-radius: 9vw;
  overflow: hidden;
  margin: 0 1rem;
}

.slider__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

.slick-dots {
  position: absolute;
  bottom: -20px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

@media (min-width: 768px), print {
  .slick-dots {
    bottom: -35px;
  }
}

.slick-dots li {
  position: relative;
  list-style: none;
  margin: 0 6px;
  width: 12px;
  height: 12px;
  border: 1px solid #111;
  border-radius: 50%;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  color: transparent;
}

.slick-dots .slick-active {
  background: #111;
}

.movie-slider__item {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  aspect-ratio: 4 / 3;
  max-height: 215px;
  margin: 0 1.5rem;
}

@media (min-width: 768px), print {
  .movie-slider__item {
    max-height: 200px;
    margin: 0 3rem;
  }
}

.movie-slider__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

.movie-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.movie-slider .slick-arrow:hover {
  opacity: .7;
}

.movie-slider .slick-prev,
.movie-slider .slick-next {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

@media (min-width: 768px), print {
  .movie-slider .slick-prev,
  .movie-slider .slick-next {
    width: 50px;
    height: 50px;
  }
}

.movie-slider .slick-prev:before,
.movie-slider .slick-next:before {
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: inherit;
  text-transform: none;
  line-height: 1;
  content: "\e90a";
  color: #ccc;
  font-size: 2rem;
}

@media (min-width: 768px), print {
  .movie-slider .slick-prev:before,
  .movie-slider .slick-next:before {
    font-size: 4rem;
  }
}

.movie-slider .slick-prev {
  left: -15px;
}

@media (min-width: 768px), print {
  .movie-slider .slick-prev {
    left: -30px;
  }
}

.movie-slider .slick-prev:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.movie-slider .slick-next {
  right: -15px;
}

@media (min-width: 768px), print {
  .movie-slider .slick-next {
    right: -30px;
  }
}

/*********************/
/*  カレンダー */
/*********************/
.xo-event-calendar {
  border: 1px solid #ccc;
  background: #fff;
  padding: .5rem 1.5rem;
}

.xo-event-calendar table.xo-month {
  font-size: 13px;
  border-width: 0;
}

.xo-event-calendar table.xo-month .month-event-space {
  height: 1em;
}

.xo-event-calendar table.xo-month th, .xo-event-calendar table.xo-month td {
  border: none;
}

.xo-month thead,
.xo-month tbody {
  -webkit-box-shadow: 0 0 0 1px #ccc;
          box-shadow: 0 0 0 1px #ccc;
}

.xo-event-calendar table.xo-month .month-dayname td div.today {
  color: #e95407;
  background: #f7f6eb;
}

.xo-event-calendar table.xo-month .month-dayname td div {
  border-width: 0;
}

@media screen and (max-width: 767px) {
  #wpadminbar {
    position: fixed !important;
  }
}

/*********************/
/*  インスタグラム埋め込み　*/
/*********************/
#sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio h3 {
  color: #111;
}

/*********************/
/*  フッター  */
/*********************/
.contact-box p {
  font-weight: 500;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .contact-box p {
    margin-top: .5rem;
  }
}

@media (min-width: 768px), print {
  .contact-box p {
    font-size: 1.4rem;
  }
}

@media (min-width: 768px), print {
  .contact-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contact-box__link {
  display: block;
  font-weight: 700;
  font-size: 2.2rem;
  color: #111;
  line-height: 1;
  padding-right: 1.5rem;
}

@media (min-width: 768px), print {
  .contact-box__link {
    font-size: 2.6rem;
  }
}

@media screen and (min-width: 1024px) {
  .contact-box__link {
    cursor: none;
  }
}

.contact-box__link:before {
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: inherit;
  text-transform: none;
  line-height: 1;
  content: "\e904";
  font-size: 2rem;
  margin-right: .5rem;
}

.contact-btn {
  display: block;
  list-style: none;
}

@media (min-width: 768px), print {
  .contact-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contact-btn__item {
  margin: 1.5rem;
}

@media (min-width: 768px), print {
  .contact-btn__item {
    width: 300px;
  }
}

.contact-btn__link {
  display: block;
  font-weight: 600;
  font-size: 1.6rem;
  color: #fff;
  border-radius: 10px;
  padding: 1.5rem 3rem;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.contact-btn__link:hover {
  opacity: .7;
}

@media (min-width: 768px), print {
  .contact-btn__link {
    font-size: 1.8rem;
  }
}

.contact-btn__link:before {
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: inherit;
  text-transform: none;
  line-height: 1;
  content: "\e90c";
  font-size: 1.6rem;
  vertical-align: text-top;
  margin-right: .5rem;
}

@media (min-width: 768px), print {
  .contact-btn__link:before {
    font-size: 1.8rem;
  }
}

.contact-btn__link--business {
  background: #e95407;
}

.contact-btn__link--person {
  background: #2f0486;
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (min-width: 768px), print {
  .footer__menu {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 1024px) {
  .footer__list {
    width: 70%;
  }
}

@media screen and (min-width: 1024px) {
  .footer__box {
    width: 30%;
    padding-left: 3rem;
  }
}

.footer__other {
  color: #111;
  padding: 30px;
}

.footer__logo, .footer__address {
  display: block;
}

.footer__logo {
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.footer__logo:hover {
  opacity: .6;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .footer__logo {
    padding-left: 1rem;
  }
}

.footer__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: contain; object-position: center;';
  width: 185px;
}

@media screen and (max-width: 767px) {
  .footer__img {
    width: 260px;
    padding: 0 1rem;
  }
}

@media (min-width: 768px), print {
  .footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.fnav-list {
  width: 100%;
  list-style: none;
}

@media (min-width: 768px), print {
  .fnav-list:first-child {
    border-left: 1px solid #ccc;
  }
}

@media (min-width: 768px), print {
  .fnav-list {
    border-right: 1px solid #ccc;
    padding-left: 10px;
  }
}

.fnav-list__item {
  color: #111;
}

.fnav-list__link {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.3rem;
  font-weight: bold;
  color: inherit;
  padding: 5px;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.fnav-list__link:before {
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: inherit;
  text-transform: none;
  line-height: 1;
  content: "\e90a";
  font-size: 1.6rem;
  vertical-align: text-top;
  margin-right: .5rem;
}

.fnav-list__link:hover {
  opacity: .6;
}

.fchild-list {
  list-style: none;
  line-height: 1.8;
  padding: 0 .5rem 1rem;
}

@media screen and (max-width: 767px) {
  .fchild-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.fchild-list__item {
  line-height: 1.5;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

@media screen and (max-width: 767px) {
  .fchild-list__item {
    margin-right: 1.5rem;
  }
}

.fchild-list__item:hover {
  opacity: .6;
}

.fchild-list__link {
  font-size: 1.2rem;
  color: inherit;
  padding-bottom: 5px;
}

.fchild-list__link:before {
  display: inline-block;
  content: "-";
  font-size: 1.4rem;
  margin-right: .1rem;
}

.other {
  display: block;
}

.other__item {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .other__item {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.other__copyright {
  font-size: 1.2rem;
  color: #111;
  text-align: center;
}

.org {
  display: block;
  list-style: none;
  color: #111;
  font-size: 1.3rem;
  line-height: 1.8;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .org {
    padding-left: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .org {
    padding: 0 1rem 3rem;
  }
}

.org__name {
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 1.5rem;
}

.org__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px), print {
  .org__block {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .org__phone, .org__fax {
    display: block;
  }
}

.org__phone a {
  text-decoration: none;
  color: #111;
}

/*********************/
/*  フリーワード検索  */
/*********************/
.top-search {
  position: relative;
  height: 40px;
  -webkit-box-shadow: 0 0 2px rgba(17, 17, 17, 0.5);
          box-shadow: 0 0 2px rgba(17, 17, 17, 0.5);
  background: #f2f2f2;
  border-radius: 3px;
  margin-top: 2rem;
}

.top-search:after {
  position: absolute;
  top: 50%;
  right: 5px;
  content: "\e905";
  font-family: "icomoon";
  font-weight: normal;
  font-size: 2rem;
  color: #777;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}

.top-search__submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 40px;
  cursor: pointer;
  z-index: 1;
}

.top-search__form {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #111;
  border-radius: 3px !important;
  padding: 1rem 3.5rem 1rem 1.5rem;
  letter-spacing: 0;
}

@media (min-width: 768px), print {
  .top-search__form {
    font-size: 1.6rem;
  }
}

/*********************/
/*  TOP  */
/*********************/
.section {
  display: block;
  width: 100%;
  padding: 30px 0;
}

@media (min-width: 768px), print {
  .section {
    padding: 60px 0;
  }
}

.section__header {
  display: block;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px), print {
  .section__header {
    margin-bottom: 3.5rem;
  }
}

.section__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

.section__title:before {
  font-size: 2.4rem;
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: inherit;
  text-transform: none;
  line-height: 1;
  content: "\e901";
  vertical-align: middle;
  margin-right: 1rem;
}

@media (min-width: 768px), print {
  .section__title:before {
    font-size: 3.4rem;
  }
}

.section__title-ja, .section__title-en {
  display: inline-block;
  font-weight: 600;
  color: #111;
  vertical-align: middle;
}

.section__title-en {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.4;
  margin-right: 1rem;
}

@media (min-width: 768px), print {
  .section__title-en {
    font-size: 3.6rem;
    margin-right: 2rem;
  }
}

.section__title-ja {
  font-size: 1.4rem;
}

@media (min-width: 768px), print {
  .section__title-ja {
    font-size: 1.6rem;
  }
}

@media (max-width: 1023px) {
  .section__title-ja {
    display: block;
  }
}

.section__title--tw:before {
/*   content: "\e907"; */
  content: '';
  background: url('../images/icon_x_black.svg') no-repeat center / contain;
  width: 33px;
  height: 33px;

}

.section__title--is:before {
  content: "\e906";
}

.section__copy {
  font-size: 1.5rem;
  font-weight: bold;
  color: #111;
  text-align: center;
}

@media (min-width: 768px), print {
  .section__copy {
    font-size: 1.8rem;
    text-align: left;
  }
}

.section__description {
  display: block;
  color: #111;
  line-height: 1.8;
}

.section__footer {
  display: block;
  text-align: center;
  padding: 2rem 0 1rem;
}

@media (min-width: 768px), print {
  .section__footer {
    text-align: right;
    padding: 3rem 0 0;
    margin-top: 3.5rem;
  }
}

.section--footer {
  padding: 0;
  padding-top: 30px;
}

@media screen and (min-width: 1024px) {
  .section--footer {
    padding-top: 6rem;
  }
}

.section--important {
  background: #e8e6c7;
}

.section--sns, .section--whatsnew, .section--banner, .section--movie, .section--promotion {
  border-top: 1px solid #111;
}

@media (min-width: 768px), print {
  .section--sns .section__header, .section--whatsnew .section__header, .section--banner .section__header, .section--movie .section__header, .section--promotion .section__header {
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .section--movie .section__footer {
    padding-top: 5rem;
  }
}

.section--contact {
  text-align: center;
  background: #f7f6eb;
  padding: 40px 0 30px;
}

.section--contact h1 {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px), print {
  .section--contact h1 {
    font-size: 2.4rem;
  }
}

.section--contact .section__foot {
  margin: 3rem 0 2rem;
}

@media screen and (min-width: 1024px) {
  .section--contact .section__foot {
    margin-top: 2rem;
  }
}

.section--contact .section__body {
  margin-top: 2rem;
}

.section--contact .section__body h2 {
  font-weight: 600;
  font-size: 1.4rem;
}

@media (min-width: 768px), print {
  .section--contact .section__body h2 {
    font-size: 1.8rem;
  }
}

.section--contact .section__body h2:before {
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: inherit;
  text-transform: none;
  line-height: 1;
  content: "\e902";
  font-size: 1.4rem;
  vertical-align: middle;
  margin-right: .5rem;
}

@media (min-width: 768px), print {
  .section--contact .section__body h2:before {
    font-size: 2.4rem;
    margin-right: 1rem;
  }
}

.section--contact .section__body h2 a {
  color: #111;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.section--contact .section__body h2 a:hover {
  opacity: .7;
}

.important-box {
  border: 2px solid #ff0000;
  border-radius: 10px;
  background: #fff;
  padding: 1.5rem;
  margin: 0 1.5rem;
}

@media (min-width: 768px), print {
  .important-box {
    margin: 0 3rem;
  }
}

@media screen and (min-width: 1024px) {
  .important-box {
    padding: 2rem 3rem;
  }
}

.important-box__title {
  font-weight: 600;
  font-size: 1.8rem;
  color: #ff0000;
}

@media (min-width: 768px), print {
  .important-box__title {
    font-size: 2.2rem;
  }
}

.important-box__title:before {
  font-size: 2.2rem;
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: inherit;
  text-transform: none;
  line-height: 1;
  content: "\e908";
  vertical-align: text-top;
  margin-right: 1rem;
}

@media (min-width: 768px), print {
  .important-box__title:before {
    font-size: 2.6rem;
  }
}

@media screen and (min-width: 1024px) {
  .important-box {
    margin: 0 calc(10% + 3rem);
  }
}

@media screen and (min-width: 1366px) {
  .important-box {
    margin: 0 calc(20% + 3rem);
  }
}

/*  トピックス  */
.topics-card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -.5rem -.5rem 0;
}

@media (min-width: 768px), print {
  .topics-card-list {
    margin: -1.5rem -1.5rem 0;
  }
}

.topics-card-list__item {
  width: calc(100% / 2 - 2rem);
  margin: 1rem;
}

@media (min-width: 768px), print {
  .topics-card-list__item {
    width: calc(100% / 3 - 3rem);
    margin: 1rem 1.5rem;
  }
}

.topics-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.topics-card:hover {
  opacity: .7;
}

.topics-card__link, .topics-card__thumbnail, .topics-card__img, .topics-card__box, .topics-card__title {
  display: block;
  width: 100%;
}

.topics-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}

.topics-card__box {
  margin-top: 1rem;
}

.topics-card__title {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6;
}

@media screen and (min-width: 1024px) {
  .topics-card__title {
    font-size: 1.5rem;
  }
}

.topics-card__thumbnail {
  aspect-ratio: 16 / 9;
  border-radius: 15px;
  overflow: hidden;
}

@media (min-width: 768px), print {
  .topics-card__thumbnail {
    border-radius: 25px;
  }
}

.topics-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

.topics-card__time {
  display: block;
  font-size: 1.2rem;
}

/*  販促ツール  */
.promo-card-wrap {
  margin-right: -.5rem;
  margin-left: -.5rem;
}

@media (min-width: 768px), print {
  .promo-card-wrap {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
}

.promo-card-wrap + .section__footer {
  padding-top: 3rem;
}

@media (min-width: 768px), print {
  .promo-card-wrap + .section__footer {
    padding-top: 0;
  }
}

.promo-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
/*           justify-content: space-between; */
  list-style: none;
  margin-top: -.5rem;
}

.promo-card__item {
  width: calc(100% / 2 - 1rem);
  border: 1px solid #ccc;
  border-radius: 15px;
  -webkit-box-shadow: 0px 1px 6px 1px rgba(204, 204, 204, 0.5);
          box-shadow: 0px 1px 6px 1px rgba(204, 204, 204, 0.5);
  overflow: hidden;
  margin: .5rem;
}

@media (min-width: 768px), print {
  .promo-card__item {
    width: calc(100% / 3 - 3rem);
    border-radius: 20px;
    margin: 1.5rem;
  }
}

.promo-card__thumbnail {
  width: 45%;
  aspect-ratio: 1 / 1;
  -webkit-box-shadow: 0 0 0 1px #ccc;
          box-shadow: 0 0 0 1px #ccc;
  overflow: hidden;
}

.promo-card__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
  border-radius: 0 15px 15px 0;
}

@media (min-width: 768px), print {
  .promo-card__thumbnail img {
    border-radius: 0 20px 20px 0;
  }
}

.promo-card__ttl {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.promo-card__ttl-ja, .promo-card__ttl-en {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.4;
}

.promo-card__ttl-ja {
  font-size: 1.4rem;
  font-weight: bold;
  color: #111;
}

@media (min-width: 768px), print {
  .promo-card__ttl-ja {
    font-size: 1.8rem;
  }
}

.promo-card__ttl-en {
  font-size: 1rem;
  color: #777;
}

@media (min-width: 768px), print {
  .promo-card__ttl-en {
    font-size: 1.2rem;
  }
}

.promo-card__link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.promo-card__link:hover {
  opacity: .7;
}

/*  バナーエリア  */
@media (min-width: 768px), print {
  .banner-card-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) and (min-width: 768px) and (max-width: 1023px), print and (min-width: 768px) and (max-width: 1023px) {
  .banner-card-wrap .col__item:first-child {
    padding-right: 10px;
  }
  .banner-card-wrap .col__item:last-child {
    padding-left: 10px;
  }
}

.banner-card {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 6px rgba(17, 17, 17, 0.16);
          box-shadow: 0 3px 6px rgba(17, 17, 17, 0.16);
  overflow: hidden;
  -webkit-transition: .25s ease-out;
  transition: .25s ease-out;
}

.banner-card:hover {
  opacity: .75;
}

.banner-card__more, .banner-card__link, .banner-card__thumbnail, .banner-card__ttl, .banner-card__text {
  display: block;
  width: 100%;
}

.banner-card__more {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}

.banner-card__box {
  text-align: center;
  padding: 3rem 3rem 0;
}

@media screen and (max-width: 767px) {
  .banner-card__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 1023px) {
  .banner-card__box {
    padding: 2rem 2rem 1rem;
  }
}

.banner-card__link {
  display: inline-block;
  font-weight: 600;
  font-size: 1.6rem;
  color: #111;
  text-align: right;
  margin-top: .5rem;
  padding: 0 3rem 1.5rem;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.banner-card__link:hover {
  opacity: .7;
}

@media screen and (min-width: 1024px) {
  .banner-card__link {
    font-size: 1.8rem;
  }
}

.banner-card__link:before {
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: inherit;
  text-transform: none;
  line-height: 1;
  content: "\e90e";
  font-size: 2rem;
  color: #111;
  border-radius: 50%;
  vertical-align: text-bottom;
  margin-right: .5rem;
}

.banner-card__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #454545;
  padding: 13px;
}

@media screen and (min-width: 1024px) {
  .banner-card__ttl {
    padding: 13px 25px;
  }
}

.banner-card__ttl:before {
  font-size: 1.8rem;
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: inherit;
  text-transform: none;
  line-height: 1;
  content: "\e901";
  color: #fff;
  vertical-align: middle;
  margin-right: .5rem;
}

@media screen and (min-width: 1024px) {
  .banner-card__ttl:before {
    font-size: 3rem;
    margin-right: 1rem;
  }
}

.banner-card__ttl-en, .banner-card__ttl-ja {
  display: block;
  color: #fff;
}

.banner-card__ttl-en {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-right: 1rem;
}

@media screen and (min-width: 1024px) {
  .banner-card__ttl-en {
    font-size: 2.6rem;
  }
}

.banner-card__ttl-ja {
  font-size: 1.4rem;
}

@media screen and (min-width: 1024px) {
  .banner-card__ttl-ja {
    font-size: 1.6rem;
  }
}

.banner-card__text {
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.5;
}

@media (min-width: 768px), print {
  .banner-card__text {
    font-size: 1.8rem;
    margin-top: 1rem;
  }
}

.banner-card__thumbnail {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .banner-card__thumbnail {
    width: 40%;
    margin-right: 1rem;
  }
}

.banner-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

/*  sns  */
.sns-wrap {
  height: 600px;
  -webkit-box-shadow: 0px 1px 6px 1px rgba(204, 204, 204, 0.5);
          box-shadow: 0px 1px 6px 1px rgba(204, 204, 204, 0.5);
  padding: 2rem;
  overflow: hidden;
}

/*********************/
/*  ボタン  */
/*********************/
.btn {
  display: inline-block;
  -webkit-box-shadow: 0 0 0 2px #111;
          box-shadow: 0 0 0 2px #111;
  border-radius: 10px;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.btn:before {
  display: inline-block;
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: inherit;
  text-transform: none;
  line-height: 1;
  color: #111;
  content: "\e90c";
  border-right: 2px solid #111;
  line-height: 50px;
  padding: 0 15px;
}

.btn__inner {
  display: inline-block;
  width: 200px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.6rem;
  text-align: center;
  color: #111;
}

.btn:hover {
  opacity: .7;
}

/*  ------サブページ------  */
@media screen and (min-width: 1024px) {
  .main--top, .main--page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.main--top {
  max-width: 1366px;
  margin: 0 auto;
}

.aside {
  padding-bottom: 200px;
  /*********************/
  /*  サイトバー　*/
  /*********************/
}

@media (max-width: 1023px) {
  .aside {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .aside {
    width: 250px;
  }
}

@media screen and (min-width: 1024px) {
  .aside--top {
    width: 300px;
    margin: 2.5rem;
    margin-left: 0;
  }
}

.aside .widget h3 {
  font-size: 1.6rem;
  font-weight: bold;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(17, 17, 17, 0.16);
          box-shadow: 0 3px 6px rgba(17, 17, 17, 0.16);
  border-radius: 5px;
  padding: 1rem 1.5rem;
  margin: 3rem 0 1.5rem;
}

.aside .widget h3:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 2rem;
  background: #ccc;
  vertical-align: sub;
  margin-right: 1rem;
}

.aside .menu {
  list-style: none;
}

.aside .menu-item {
  border: 1px solid #ccc;
  background: #fff;
  padding: 1.5rem;
  margin-top: 2rem;
}

.aside .menu-item--ec .aside .menu__link {
  text-align: center;
}

.aside .menu__link {
  display: block;
  color: #111;
  line-height: 1.4;
}

.aside .menu-bnr {
  border: 1px solid #ccc;
  background: #fff;
  text-align: center;
  padding: .5rem;
  margin-top: 2rem;
}

.aside .menu-bnr__link {
  display: block;
  color: #111;
  line-height: 1.4;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.aside .menu-bnr__link:hover {
  opacity: .7;
}

.children,
.sub-menu {
  list-style: none;
}

.children li,
.sub-menu li {
  margin-top: 10px !important;
}

.children .page_item,
.children .menu-item,
.sub-menu .page_item,
.sub-menu .menu-item {
  color: #111;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px rgba(17, 17, 17, 0.16);
          box-shadow: 0 3px 6px rgba(17, 17, 17, 0.16);
  padding: 0 1.5rem !important;
}

.children .page_item a,
.children .menu-item a,
.sub-menu .page_item a,
.sub-menu .menu-item a {
  display: block;
  color: #111;
  padding: 1rem 0;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.children .page_item a:before,
.children .menu-item a:before,
.sub-menu .page_item a:before,
.sub-menu .menu-item a:before {
  font-size: 1.4rem;
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: inherit;
  text-transform: none;
  line-height: 1;
  content: "\e90a";
  vertical-align: middle;
  margin-right: .5rem;
}

.children .page_item a:hover,
.children .menu-item a:hover,
.sub-menu .page_item a:hover,
.sub-menu .menu-item a:hover {
  opacity: .7;
}

.children .page_item,
.sub-menu .page_item {
  border: 1px solid #ccc;
  background: #fff;
}

.side-menu-list {
  list-style: none;
  border: 1px solid #ccc;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(17, 17, 17, 0.16);
          box-shadow: 0 3px 6px rgba(17, 17, 17, 0.16);
  margin-top: 2rem;
}

.side-menu-list .current_page_ancestor {
  display: block;
}

.side-menu-list > .current_page_item > a {
  display: block;
  color: #111;
}

.side-menu-list > .current_page_item > a:before {
  font-size: 1.4rem;
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: inherit;
  text-transform: none;
  line-height: 1;
  content: "\e90a";
  vertical-align: middle;
  margin-right: .5rem;
}

.current_page_parent {
  padding: 1rem 1.5rem 1.5rem;
}

.current_page_item {
  background: rgba(247, 246, 235, 0.55) !important;
  padding: 1rem 1.5rem 1.5rem !important;
}

.current-menu-item {
  background: rgba(247, 246, 235, 0.55) !important;
}

.current-menu-item > a,
.current_page_item > a {
  color: #111;
  font-weight: bold !important;
}

.current-menu-item > a:before,
.current_page_item > a:before {
  color: #d63333 !important;
}

.page_item_has_children > a,
.menu-item-has-children > a {
  color: #111;
  font-size: 1.7rem;
  font-weight: bold !important;
  border-left: 4px solid #ccc;
  letter-spacing: .03em;
  padding-left: 1rem;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.page_item_has_children > a:hover,
.menu-item-has-children > a:hover {
  opacity: .7;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .page_item_has_children > a,
  .menu-item-has-children > a {
    display: block;
    margin: 1rem 2rem !important;
  }
}

.page_item_has_children.current_page_item > a:before {
  display: none !important;
}

.children .page_item_has_children.current_page_item > a:before {
  display: inline-block !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .children {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .children .page_item {
    margin: 1rem;
  }
  .children .page_item .children {
    display: block;
  }
}

.aside .menu {
  -webkit-box-shadow: 0 3px 6px rgba(17, 17, 17, 0.16);
          box-shadow: 0 3px 6px rgba(17, 17, 17, 0.16);
}

.page_item_has_children.current_page_ancestor .children .page_item,
.page_item_has_children.current_page_parent .children .page_item,
.page_item_has_children.current_page_item .children .page_item {
  display: block;
}

.page_item_has_children.current_page_ancestor .page_item_has_children > a,
.page_item_has_children.current_page_parent .page_item_has_children > a,
.page_item_has_children.current_page_item .page_item_has_children > a {
  font-size: 1.5rem;
  border-left: none;
  padding: 0;
  padding-bottom: 1rem;
}

.page_item_has_children.current_page_ancestor .page_item_has_children > a:before,
.page_item_has_children.current_page_parent .page_item_has_children > a:before,
.page_item_has_children.current_page_item .page_item_has_children > a:before {
  font-size: 105%;
}

.page_item_has_children.current_page_ancestor .page_item_has_children .children .page_item,
.page_item_has_children.current_page_parent .page_item_has_children .children .page_item,
.page_item_has_children.current_page_item .page_item_has_children .children .page_item {
  padding: 0 !important;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  margin-top: 0 !important;
}

.page_item_has_children.current_page_ancestor .page_item_has_children .children .page_item > a,
.page_item_has_children.current_page_parent .page_item_has_children .children .page_item > a,
.page_item_has_children.current_page_item .page_item_has_children .children .page_item > a {
  font-size: 1.4rem;
  border-top: 1px solid #e4e4e4;
  padding-left: .5rem;
  margin-top: 0 !important;
  line-height: 1.5;
}

.page_item_has_children.current_page_ancestor .page_item_has_children .children .page_item > a:before,
.page_item_has_children.current_page_parent .page_item_has_children .children .page_item > a:before,
.page_item_has_children.current_page_item .page_item_has_children .children .page_item > a:before {
  content: "\e910";
  font-size: 1.3rem;
}

.page_item_has_children.current_page_ancestor .page_item_has_children > a,
.page_item_has_children.current_page_parent .page_item_has_children > a {
  font-size: 1.5rem;
  border-left: none;
  padding: 0;
  padding-bottom: 1rem;
  margin-top: 1rem !important;
}

.page_item_has_children.current_page_ancestor .page_item_has_children > a:before,
.page_item_has_children.current_page_parent .page_item_has_children > a:before {
  font-size: 105%;
}

.page_item_has_children.current_page_ancestor .page_item_has_children .children .page_item,
.page_item_has_children.current_page_parent .page_item_has_children .children .page_item {
  padding: 0 !important;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  margin-top: 0 !important;
}

.page_item_has_children.current_page_ancestor .page_item_has_children .children .page_item > a,
.page_item_has_children.current_page_parent .page_item_has_children .children .page_item > a {
  font-size: 1.4rem;
  border-top: 1px solid #e4e4e4;
  padding-left: .5rem;
  margin-top: 0 !important;
  line-height: 1.5;
}

.page_item_has_children.current_page_ancestor .page_item_has_children .children .page_item > a:before,
.page_item_has_children.current_page_parent .page_item_has_children .children .page_item > a:before {
  content: "\e910";
  font-size: 1.3rem;
}

.page_item_has_children.current_page_ancestor {
  padding: 1rem 1.5rem 1.5rem !important;
}

.page_item_has_children.current_page_ancestor.current_page_parent > a {
  margin-top: 0 !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .page_item_has_children.current_page_ancestor.current_page_parent > a {
    display: block;
    margin: 1rem 2rem !important;
  }
}

.page_item_has_children.current_page_item .children .page_item.page_item_has_children > a {
  margin-top: 1rem !important;
}

.page_item {
  display: none;
}

.current_page_item,
.current_page_parent {
  display: block;
}

.current_page_item .children {
  display: block;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .current_page_item .children {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.current_page_parent .page_item {
  display: block;
}

.widget-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 3rem 0;
}

.widget-card .widget_text {
  width: calc(100% / 2 - 1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 0 1px #ccc;
          box-shadow: 0 0 0 1px #ccc;
  margin: .5rem;
}

@media (min-width: 768px), print {
  .widget-card .widget_text {
    width: calc(100% / 3 - 1rem);
  }
}

.widget-card .menu-bnr {
  padding: .5rem;
}

.widget-card .widget h3 {
  font-size: 1.6rem;
  font-weight: bold;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(17, 17, 17, 0.16);
          box-shadow: 0 3px 6px rgba(17, 17, 17, 0.16);
  border-radius: 5px;
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
}

.widget-card .widget h3:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 2rem;
  background: #ccc;
  vertical-align: sub;
  margin-right: 1rem;
}

@media screen and (max-width: 767px) {
  .widget-card .widget .xo-event-calendar {
    padding: 1.5rem 3.5rem;
  }
}

@media (max-width: 1023px) {
  .widget-card .widget .xo-event-calendar {
    margin: 0 .5rem;
  }
}

@media (min-width: 768px), print {
  .widget-card .widget .xo-months {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .widget-card .widget .xo-month-wrap {
    margin: 1rem 1.5rem;
  }
  .widget-card .widget .holiday-titles {
    margin: 0 1.5rem 1rem;
  }
}

.aside-h + .widget-card {
  margin-top: 0;
}

/*********************/
/*  ページテンプレ　*/
/*********************/
.main-contents {
  width: 100%;
  padding: 0 0 8rem;
}

@media (min-width: 768px), print {
  .main-contents {
    padding: 2.5rem 0 10rem;
  }
}

@media screen and (min-width: 1024px) {
  .main-contents {
    max-width: 860px;
    padding: 2.5rem 30px 10rem;
  }
}

.main-contents__title {
  font-weight: 700;
  color: #111;
  margin: 0 0 3rem;
}

@media screen and (max-width: 767px) {
  .main-contents__title {
    margin-top: 2.5rem;
  }
}

@media (min-width: 768px), print {
  .main-contents__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.main-contents__title-ja, .main-contents__title-en {
  display: block;
  text-align: center;
}

.main-contents__title-ja {
  font-size: 2.6rem;
  margin-bottom: .5rem;
}

@media screen and (min-width: 1024px) {
  .main-contents__title-ja {
    font-size: 3.2rem;
  }
}

.main-contents__title-en {
  font-size: 1.4rem;
  letter-spacing: .1rem;
}

@media (min-width: 768px), print {
  .main-contents__title-en {
    font-size: 2rem;
    margin-left: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .main-contents--top {
    max-width: calc(100% - 300px);
    margin: 2.5rem;
  }
}

/*********************/
/*  商品個別ページ  */
/*********************/
.prod-head-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.prod-head-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.1rem;
  border: 1px solid #111;
  border-radius: .5rem;
  margin-top: 1rem;
  margin-right: .5rem;
}

@media (min-width: 768px), print {
  .prod-head-list__item {
    margin-right: 1rem;
  }
}

.prod-head-list__item--tag {
  border: 1px solid #e95407;
}

.prod-head-list__item--tag .prod-head-list__ctg {
  color: #e95407;
}

.prod-head-list__item--prod-tag {
  border: none;
}

@media screen and (max-width: 767px) {
  .prod-head-list__item--prod-tag {
    margin-top: .5rem;
  }
}

@media screen and (max-width: 767px) {
  .prod-head-list__item--series {
    margin-right: .5rem;
  }
}

.prod-head-list__ttl, .prod-head-list__ctgwrap {
  font-size: 1.2rem;
  word-break: break-all;
  line-height: 1.2;
  letter-spacing: normal;
  padding: 3px 6px;
}

@media screen and (max-width: 767px) {
  .prod-head-list__ttl, .prod-head-list__ctgwrap {
    font-size: 1rem;
    letter-spacing: normal;
  }
}

.prod-head-list__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  color: #fff;
  border-radius: 4px 0 0 4px;
  background: #111;
}

@media screen and (max-width: 767px) {
  .prod-head-list__ttl {
    min-width: 50px;
  }
}

@media (min-width: 768px), print {
  .prod-head-list__ttl {
    font-size: 1.1rem;
    white-space: nowrap;
  }
}

.prod-head-list__ctg {
  color: #111;
  word-break: break-all;
}

.prod-head-list__ctg + .prod-head-list__ctg:before {
  display: inline-block;
  content: "/";
  padding: 0 3px;
}

@media (min-width: 768px), print {
  .prod-head-list--archive .prod-head-list__item {
    font-size: 1.2rem;
    margin-top: 0;
    margin-bottom: .5rem;
  }
}

.prod-area__ttl {
  font-size: 2rem;
  font-weight: bold;
  padding: .5rem 0;
  margin: 1rem 0;
}

@media (min-width: 768px), print {
  .prod-area__ttl {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .prod-area__ttl {
    font-size: 3rem;
  }
}

.prod-area__mv {
  width: 100%;
  aspect-ratio: 7 / 3;
  -webkit-box-shadow: 0 3px 6px rgba(17, 17, 17, 0.16);
          box-shadow: 0 3px 6px rgba(17, 17, 17, 0.16);
  margin-bottom: 2.5rem;
}

.prod-area__mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

.prod-area__mv--series {
  margin-top: 3rem;
}

.prod-area__text {
  margin: 1.5rem 0;
}

@media (min-width: 768px), print {
  .prod-area__text {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1024px) {
  .prod-area__text {
    font-size: 1.7rem;
  }
}

.prod-area__sub-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1.5rem 1rem;
  margin: 3rem 0 1rem;
}

@media (min-width: 768px), print {
  .prod-area__sub-ttl {
    font-size: 2.3rem;
    padding: 1.5rem;
  }
}

.detail-box__img {
  text-align: center;
  margin: 2.5rem 0;
}

.detail-box__img img {
  display: inline-block;
}

.detail-box__text {
  margin: 1.5rem 0;
}

.price-area {
  padding: 0 1rem;
}

@media (min-width: 768px), print {
  .price-area {
    padding: 0 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .price-area {
    margin-bottom: .5rem;
  }
}

.price-area__add-tax {
  font-weight: bold;
  font-size: 1.3rem;
}

@media (min-width: 768px), print {
  .price-area__add-tax {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1024px) {
  .price-area__add-tax {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .price-area__add-tax--single {
    font-size: 1.5rem;
  }
}

.price-area__moto {
  font-size: 1.2rem;
}

@media (min-width: 768px), print {
  .price-area__moto {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1024px) {
  .price-area__moto {
    font-size: 1.6rem;
  }
}

.prod-meta {
  width: 100%;
  display: block;
  list-style: none;
  padding: .5rem 1rem 1.5rem;
}

@media (min-width: 768px), print {
  .prod-meta {
    padding: 1rem 1.5rem 1.5rem;
  }
}

@media (min-width: 768px), print {
  .prod-meta tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 768px), print {
  .prod-meta tr {
    width: calc(100% / 2 - 1rem);
  }
}

.prod-meta__item {
  display: block;
  font-size: 1.3rem;
  padding: .75rem 0;
}

@media (min-width: 768px), print {
  .prod-meta__item {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px), print {
  .prod-meta__item--1col {
    width: 100% !important;
  }
}

.prod-meta__ttl {
  width: 75px;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  background: #111;
  border-radius: 5px;
  vertical-align: middle;
  padding: 0 5px;
}

@media (min-width: 768px), print {
  .prod-meta__ttl {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .prod-meta__ttl {
    width: 70px;
  }
}

.prod-meta__text {
  padding-left: 1rem;
}

@media screen and (min-width: 1024px) {
  .prod-meta__text {
    font-size: 1.6rem;
  }
}

.prod-sku {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1.5rem 1rem;
}

.prod-sku li {
  width: calc(100% / 2 - 1rem);
  text-align: center;
  padding: 1rem;
}

.prod-sku__color {
  font-size: 1.4rem;
  margin-top: 0.5rem;
}

@media (min-width: 768px), print {
  .prod-sku__color {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1024px) {
  .prod-sku__color {
    font-size: 1.7rem;
  }
}

.prod-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
  border-bottom: 1px solid #ccc;
  padding: 1.5rem;
}

@media (min-width: 768px), print {
  .prod-box {
    font-size: 1.6rem;
  }
}

.prod-box h3 {
  width: 100px;
}

@media (min-width: 768px), print {
  .prod-box h3 {
    width: 180px;
  }
}

.prod-box__list {
  list-style: none;
}

.func-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}

.func-list li {
  width: calc(100% / 3 - .5rem);
  text-align: center;
  padding: .3rem;
}

@media (min-width: 768px), print {
  .func-list li {
    width: calc(100% / 6 - 2rem);
    margin: .5rem;
    padding: 1rem;
  }
}

.func-list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
  margin-left: auto;
  margin-right: auto;
}

/*********************/
/*  商品一覧ページ  */
/*********************/
.prod-h2 {
  font-size: 2rem;
  font-weight: bold;
  background: #f7f6eb;
  border-radius: 10px;
  line-height: 1.6;
  padding: 1.5rem;
  margin: 3rem 0 1rem;
}

@media (min-width: 768px), print {
  .prod-h2 {
    font-size: 2.5rem;
    padding: 1.5rem 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .prod-h2 {
    margin: 5rem 0 2rem;
  }
}

.prod-h2--icon:before {
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: inherit;
  text-transform: none;
  line-height: 1;
  content: "\e901";
  font-size: 2.8rem;
  color: #111;
  vertical-align: text-top;
  margin-right: 1rem;
}

.prod-h2:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .new-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.new-product__item {
  position: relative;
  padding: 1.5rem 0;
  -webkit-transition: .25s ease-out;
  transition: .25s ease-out;
}

.new-product__item:hover {
  opacity: .65;
}

@media screen and (max-width: 767px) {
  .new-product__item {
    width: calc(100% / 2);
  }
}

@media (min-width: 768px), print {
  .new-product__item {
    border-bottom: 1px solid #ccc;
    padding: 3rem 0;
  }
}

.new-product__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .new-product__inner {
    margin: 0 1rem;
  }
}

@media (min-width: 768px), print {
  .new-product__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.new-product__box {
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .new-product__box {
    margin-top: 1rem;
  }
}

@media (min-width: 768px), print {
  .new-product__box {
    width: 70%;
  }
}

.new-product__box .prod-head-list {
  margin-top: -1rem;
}

@media (min-width: 768px), print {
  .new-product__box .prod-head-list__item {
    font-size: 1.3rem;
  }
}

.new-product__thumbnail {
  width: 100%;
  aspect-ratio: 1 / 1;
  margin-right: 2rem;
}

@media (min-width: 768px), print {
  .new-product__thumbnail {
    width: 30%;
    max-width: 165px;
    max-height: 165px;
  }
}

.new-product__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
  border-radius: 10px;
}

.new-product__post-title {
  margin: .5rem 0;
}

@media (min-width: 768px), print {
  .new-product__post-title {
    margin: 1rem 0;
  }
}

.new-product__ctg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.1rem;
  color: #e95407;
  border: 1px solid #e95407;
  border-radius: 5px;
  vertical-align: text-bottom;
  padding: 0 5px;
  margin-right: .5rem;
}

@media (min-width: 768px), print {
  .new-product__ctg {
    font-size: 1.2rem;
  }
}

.new-product__ttl {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
}

@media (min-width: 768px), print {
  .new-product__ttl {
    font-size: 1.8rem;
  }
}

.new-product__meta {
  display: block;
  font-size: 1.3rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .new-product__meta {
    font-size: 1.1rem;
    word-break: keep-all;
  }
}

@media screen and (min-width: 1024px) {
  .new-product__meta {
    font-size: 1.4rem;
  }
}

.new-product__name {
  display: inline-block;
  font-weight: bold;
  padding-right: 1rem;
}

.new-product .price-area {
  padding: 0;
  margin-bottom: .4rem;
}

@media screen and (min-width: 1024px) {
  .new-product--archive .price-area__add-tax {
    font-size: 1.7rem;
  }
}

@media screen and (min-width: 1024px) {
  .new-product--archive .price-area__moto {
    font-size: 1.4rem;
  }
}

.recommend-product {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.recommend-product__item {
  position: relative;
  width: calc(100% / 2 - 2rem);
  margin: 1rem;
  padding: 1rem 0;
  -webkit-transition: .25s ease-out;
  transition: .25s ease-out;
}

.recommend-product__item:hover {
  opacity: .7;
}

@media (min-width: 768px), print {
  .recommend-product__item {
    width: calc(100% / 3 - 2rem);
  }
}

.recommend-product__box {
  line-height: 1.5;
}

.recommend-product__thumbnail {
  width: 100%;
/*   aspect-ratio: 1 / 1; */
  aspect-ratio: 3 / 2;
}

.recommend-product__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
  border-radius: 10px;
}

.recommend-product__post-title {
  margin: .5rem 0;
}

@media (min-width: 768px), print {
  .recommend-product__post-title {
    margin: 1rem 0;
  }
}

.recommend-product__ctg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #e95407;
  border: 1px solid #e95407;
  border-radius: 5px;
  vertical-align: text-bottom;
  padding: 0 5px;
  margin-right: .5rem;
}

@media (min-width: 768px), print {
  .recommend-product__ctg {
    font-size: 1.2rem;
  }
}

.recommend-product__ttl {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: .5rem;
}

@media (min-width: 768px), print {
  .recommend-product__ttl {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1024px) {
  .recommend-product__ttl {
    font-size: 1.8rem;
  }
}

.recommend-product__text {
  display: inline-block;
  font-size: 1.3rem;
  margin-top: .5rem;
}

@media (min-width: 768px), print {
  .recommend-product__text {
    font-size: 1.5rem;
  }
}

.recommend-product__name {
  display: inline-block;
  font-weight: bold;
}

.recommend-product__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}

.recommend-product .price-area {
  padding: 0;
}

.recommend-product .price-area__add-tax {
  font-size: 1.4rem;
}

@media screen and (min-width: 1024px) {
  .recommend-product .price-area__add-tax {
    font-size: 1.6rem;
  }
}

.recommend-product .price-area__moto {
  font-size: 1.2rem;
}

@media (min-width: 768px), print {
  .recommend-product .price-area__moto {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 1024px) {
  .recommend-product .price-area__moto {
    font-size: 1.4rem;
  }
}

.recommend-product__meta {
  margin-top: 3px;
}

.recommend-product__meta .new-product__meta {
  margin-left: 0;
}

.prod-btn {
  text-align: right;
  margin: 3rem 1.5rem 0;
}

.series-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin-top: 3rem;
}

.series-card__item {
  position: relative;
  width: calc(100% / 2);
  padding: 1rem;
}

@media (min-width: 768px), print {
  .series-card__item {
    width: calc(100% / 3);
  }
}

.series-card__thumbnail {
  display: block;
  aspect-ratio: 3 / 2;
}

.series-card__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
  border-radius: 10px;
}

.series-card__name {
  display: block;
  font-weight: bold;
  color: #111;
  text-decoration: none;
  line-height: 1.4;
  margin-top: .5rem;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.series-card__link {
  display: block;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.series-card__link:hover {
  opacity: .7;
}

.category-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin-top: 3rem;
}

.category-card__item {
  width: calc(100% / 1);
  border: 1px solid #ccc;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(17, 17, 17, 0.16);
          box-shadow: 0 3px 6px rgba(17, 17, 17, 0.16);
  margin: 1rem;
}

@media (min-width: 768px), print {
  .category-card__item {
    width: calc(100% / 2 - 2rem);
  }
}

.category-card__thumbnail {
  width: 45%;
  aspect-ratio: 1 / 1;
  max-height: 155px;
}

.category-card__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
  border-radius: 0 10px 10px 0;
  border-left: 1px solid #ccc;
}

.category-card__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 55%;
  font-weight: bold;
  color: #111;
  text-decoration: none;
  margin-top: .5rem;
}

.category-card__link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.category-card__link:hover {
  opacity: .7;
}

.prod-about__ec, .prod-about__contact {
  color: #e95407;
  text-decoration: underline;
}

/*********************/
/*  サイドバー  */
/*********************/
.aside-h {
  -webkit-box-shadow: 0 3px 6px rgba(17, 17, 17, 0.16);
          box-shadow: 0 3px 6px rgba(17, 17, 17, 0.16);
  border-radius: 5px;
  padding: 1rem 1.5rem;
  margin: 3rem 0 1.5rem;
}

.aside-h__inner {
  font-size: 1.6rem;
  font-weight: bold;
  background: #fff;
  border-left: 3px solid #ccc;
  padding-left: 1rem;
}

.aside-list {
  list-style: none;
}

.aside-list__item {
  white-space: nowrap;
}

.aside-list__item:before {
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #111;
  margin: 0 .5rem .2rem;
  border-right: 1px solid #111;
  vertical-align: middle;
}

.aside-list__link {
  display: inline-block;
  color: #111;
  font-size: 1.4rem;
  padding: .5rem 0;
}

.aside-list--series li {
  opacity: 1;
  height: 32px;
  margin-top: 10px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.aside-list--series li.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
}

.aside-more {
  text-align: center;
  margin-top: 1.5rem;
}

.aside-more button {
  background-color: #bbdeff;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  height: 32px;
  line-height: 32px;
  width: 120px;
  border-radius: 16px;
}

.aside-banner {
  list-style: none;
}

.aside-banner__item {
  -webkit-box-shadow: 0 0 2px #111;
          box-shadow: 0 0 2px #111;
  background: #fff;
  padding: 1.5rem;
  margin-top: 2rem;
}

.aside-banner__item--ec .aside-banner__link {
  text-align: center;
}

.aside-banner__link {
  display: block;
  color: #111;
  line-height: 1.4;
}

.aside-contact {
  -webkit-box-shadow: 0 0 2px #111;
          box-shadow: 0 0 2px #111;
  background: #fff;
  padding: 1.5rem;
  margin-top: 2rem;
}

.aside-contact__link {
  display: block;
  color: #111;
  text-align: center;
  line-height: 1.4;
}

.aside-callender {
  text-align: center;
  -webkit-box-shadow: 0 0 2px #111;
          box-shadow: 0 0 2px #111;
  padding: 1.5rem;
  margin-top: 2rem;
}

/*********************/
/*  見出し  */
/*********************/
.page-inner--page p {
  line-height: 1.8;
}

.page-inner--page p:not(:first-child) {
  margin-top: 1.5rem;
}

.page-inner--page a:not([class]) {
  color: #e95407;
  text-decoration: none;
  border-bottom: 1px solid #e95407;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.page-inner--page a:not([class]):hover {
  opacity: .7;
}

.page-inner--page .h2,
.page-inner--page h2 {
  font-size: 2rem;
  font-weight: bold;
  background: #f7f6eb;
  border-radius: 10px;
  padding: 1.5rem;
  margin: 3rem 0 1rem;
}

@media (min-width: 768px), print {
  .page-inner--page .h2,
  .page-inner--page h2 {
    font-size: 2.5rem;
    padding: 1.5rem 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .page-inner--page .h2,
  .page-inner--page h2 {
    margin: 5rem 0 2rem;
  }
}

.page-inner--page .h2 + h3,
.page-inner--page .h2 + ul,
.page-inner--page .h2 + ol,
.page-inner--page .h2 + table,
.page-inner--page .h2 + .box,
.page-inner--page h2 + h3,
.page-inner--page h2 + ul,
.page-inner--page h2 + ol,
.page-inner--page h2 + table,
.page-inner--page h2 + .box {
  margin-top: 1rem;
}

@media screen and (min-width: 1024px) {
  .page-inner--page .h2 + h3,
  .page-inner--page .h2 + ul,
  .page-inner--page .h2 + ol,
  .page-inner--page .h2 + table,
  .page-inner--page .h2 + .box,
  .page-inner--page h2 + h3,
  .page-inner--page h2 + ul,
  .page-inner--page h2 + ol,
  .page-inner--page h2 + table,
  .page-inner--page h2 + .box {
    margin-top: 2rem;
  }
}

.page-inner--page .h2:first-child,
.page-inner--page h2:first-child {
  margin-top: 0;
}

.page-inner--page .h3,
.page-inner--page h3 {
  font-size: 1.7rem;
  font-weight: bold;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1rem;
  margin: 3rem 0 1rem;
}

@media (min-width: 768px), print {
  .page-inner--page .h3,
  .page-inner--page h3 {
    font-size: 2.3rem;
    padding: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .page-inner--page .h3,
  .page-inner--page h3 {
    margin: 5rem 0 2rem;
  }
}

.page-inner--page .h3--strong,
.page-inner--page h3--strong {
  border-top: 4px double #111;
  border-bottom: 4px double #111;
}

.page-inner--page .h4,
.page-inner--page h4 {
  font-size: 1.9rem;
  font-weight: bold;
  margin: 3rem 0 1rem;
}

@media (min-width: 768px), print {
  .page-inner--page .h4,
  .page-inner--page h4 {
    font-size: 2.1rem;
  }
}

@media screen and (min-width: 1024px) {
  .page-inner--page .h4,
  .page-inner--page h4 {
    margin: 5rem 0 1.5rem;
  }
}

.page-inner--page .h5,
.page-inner--page h5 {
  font-size: 1.7rem;
  font-weight: bold;
  margin: 3rem 0 1rem;
}

@media (min-width: 768px), print {
  .page-inner--page .h5,
  .page-inner--page h5 {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1024px) {
  .page-inner--page .h5,
  .page-inner--page h5 {
    margin: 5rem 0 1.5rem;
  }
}

.page-inner--page .h-icon:before {
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: inherit;
  text-transform: none;
  line-height: 1;
  content: "\e901";
  font-size: 110%;
  color: #111;
  vertical-align: text-top;
  margin-right: 1rem;
}

.page-inner--page .h-underline {
  border-bottom: 2px solid #111;
  padding: 0 .5rem .5rem;
}

.page-inner--page .h-dot {
  position: relative;
  padding: 0 0 0 2rem;
}

@media screen and (min-width: 1024px) {
  .page-inner--page .h-dot {
    padding: 0 0 0 2.5rem;
  }
}

.page-inner--page .h-dot::after {
  content: "";
  display: inline-block;
  background: #e95407;
  position: absolute;
  top: .7em;
  left: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 1024px) {
  .page-inner--page .h-dot::after {
    top: 0.9em;
    left: 8px;
  }
}

.page-inner--page .h-bg-gray {
  background: #f2f2f2;
}

.page-inner--page .h-strong {
  color: #fff;
  font-size: large;
  background: #111;
  border-radius: 5px;
}

.page-inner--page .h-strong:before {
  color: inherit;
}

.page-inner--page .ul,
.page-inner--page ul {
  list-style: none;
  margin: 3rem 1rem 1rem;
}

@media screen and (min-width: 1024px) {
  .page-inner--page .ul,
  .page-inner--page ul {
    margin: 3rem 1rem 2rem;
  }
}

.page-inner--page .ul li,
.page-inner--page ul li {
  position: relative;
  padding: 0 1rem 0 2rem;
  margin: 0 0 1rem;
}

.page-inner--page .ul li::before,
.page-inner--page ul li::before {
  content: "";
  display: inline-block;
  background: #111;
  position: absolute;
  top: .8em;
  left: .5em;
  width: 8px;
  height: 8px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}

.page-inner--page .ul ul,
.page-inner--page ul ul {
  margin-top: 1.5rem;
}

.page-inner--page .ul-orange li:before {
  background: #e95407;
}

.page-inner--page .ul-access li {
  margin-bottom: 0;
}

.page-inner--page .ul-access li:before {
  background: #e95407;
}

.page-inner--page .ol,
.page-inner--page ol {
  list-style: none;
  counter-reset: number 0;
  margin: 3rem 1rem 1rem;
}

@media screen and (min-width: 1024px) {
  .page-inner--page .ol,
  .page-inner--page ol {
    margin: 3rem 1rem 2rem;
  }
}

.page-inner--page .ol li,
.page-inner--page ol li {
  position: relative;
  margin: 0 0 1rem;
}

.page-inner--page .ol li:last-child,
.page-inner--page ol li:last-child {
  margin-bottom: 0;
}

.page-inner--page .ol li::before,
.page-inner--page ol li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  display: inline-block;
  font-weight: bold;
  color: #111;
  padding-right: 1rem;
}

.page-inner--page .ol ol,
.page-inner--page ol ol {
  margin-top: 1.5rem;
}

.page-inner--page .table,
.page-inner--page table {
  width: 100%;
  margin: 3rem 0 1rem;
}

@media screen and (min-width: 1024px) {
  .page-inner--page .table,
  .page-inner--page table {
    margin: 3rem 0 2rem;
  }
}

.page-inner--page .table th,
.page-inner--page table th {
  background: #f2f2f2;
  color: #111;
  min-width: 100px;
}

@media screen and (min-width: 1024px) {
  .page-inner--page .table th,
  .page-inner--page table th {
    min-width: 150px;
  }
}

.page-inner--page .table th,
.page-inner--page .table td,
.page-inner--page table th,
.page-inner--page table td {
  border: 1px solid #ccc;
  padding: 1rem;
}

@media screen and (max-width: 767px) {
  .page-inner--page .table th,
  .page-inner--page .table td,
  .page-inner--page table th,
  .page-inner--page table td {
    font-size: 1.3rem;
  }
}

.page-inner--page .table-address {
  background: none;
}

.page-inner--page .table-address th,
.page-inner--page .table-address td {
  border: none;
}

.page-inner--page address {
  font-style: normal;
}

.page-inner--page .box {
  display: block;
  border: 1px solid #ccc;
  padding: 1.5rem;
  margin: 3rem 0 1rem;
}

@media screen and (min-width: 1024px) {
  .page-inner--page .box {
    padding: 2rem;
    margin: 3rem 0 2rem;
  }
}

.page-inner--page .box__title {
  font-weight: bold;
  font-size: 2.1rem;
  margin: 0 0 1rem;
  line-height: 1.3em;
}

.page-inner--page .box--bg {
  border: none;
  background: #f7f6eb;
  border-radius: 10px;
}

.page-inner--page .page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: -1rem;
  margin-bottom: 3rem;
}

.page-inner--page .page-link__item {
  padding: 0;
  margin: 1rem;
}

.page-inner--page .page-link__item:before {
  display: none;
}

.page-inner--page .page-link__link {
  display: block;
  color: #111;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 1rem 2rem;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

@media screen and (max-width: 767px) {
  .page-inner--page .page-link__link {
    width: 100%;
    padding: 1rem;
  }
}

.page-inner--page .page-link__link:after {
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: inherit;
  text-transform: none;
  line-height: 1;
  content: "\e90a";
  color: #111;
  font-size: inherit;
  line-height: 1;
  padding-bottom: 1rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .page-inner--page .page-link__link:after {
    padding-bottom: .5rem;
  }
}

.page-inner--page .page-link__link:hover {
  opacity: .7;
}

.page-inner--page .page-link--inner {
  margin: 1.5rem 0;
}

.page-inner--page .page-link + h2,
.page-inner--page .page-link + .h2 {
  margin-top: 3rem;
}

.page-inner--page .page-btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5rem 0 0;
}

@media screen and (max-width: 767px) {
  .page-inner--page .page-btn-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-inner--page .promo-card {
  list-style: none;
  margin: 0;
}

.page-inner--page .promo-card li {
  padding: 0;
  width: 100%;
  margin: 1rem;
}

@media (min-width: 768px), print {
  .page-inner--page .promo-card li {
    width: calc(100% / 2 - 2rem);
  }
}

.page-inner--page .promo-card li:before {
  display: none;
}

.page-inner--page .qa-list {
  margin-bottom: 3em;
}

.page-inner--page .qa-list:last-child {
  margin-bottom: 0;
}

.page-inner--page .qa-list__item {
  margin: 1rem 0;
}

.page-inner--page .qa-list__item span {
  display: inline-block;
  font-size: xx-large;
  font-weight: bold;
  line-height: 1;
}

.page-inner--page .qa-list__item--question {
  font-size: large;
  font-weight: bold;
  padding: 0 1.5rem;
}

.page-inner--page .qa-list__item--question span {
  color: #e95407;
}

.page-inner--page .qa-list__item--answer {
  border: 1px solid #ccc;
  padding: 1.5rem;
}

.page-inner--page .qa-list__item--answer span {
  color: #2f0486;
}

.page-inner--page ul p,
.page-inner--page ul h2,
.page-inner--page ul h3,
.page-inner--page ul h4,
.page-inner--page ul h5,
.page-inner--page ul ul,
.page-inner--page ul ol,
.page-inner--page ul table,
.page-inner--page ul .box,
.page-inner--page ol p,
.page-inner--page ol h2,
.page-inner--page ol h3,
.page-inner--page ol h4,
.page-inner--page ol h5,
.page-inner--page ol ul,
.page-inner--page ol ol,
.page-inner--page ol table,
.page-inner--page ol .box,
.page-inner--page table p,
.page-inner--page table h2,
.page-inner--page table h3,
.page-inner--page table h4,
.page-inner--page table h5,
.page-inner--page table ul,
.page-inner--page table ol,
.page-inner--page table table,
.page-inner--page table .box,
.page-inner--page .box p,
.page-inner--page .box h2,
.page-inner--page .box h3,
.page-inner--page .box h4,
.page-inner--page .box h5,
.page-inner--page .box ul,
.page-inner--page .box ol,
.page-inner--page .box table,
.page-inner--page .box .box {
  margin: 0;
}

.page-inner--page ul h2,
.page-inner--page ul h3,
.page-inner--page ul h4,
.page-inner--page ul h5,
.page-inner--page ol h2,
.page-inner--page ol h3,
.page-inner--page ol h4,
.page-inner--page ol h5,
.page-inner--page table h2,
.page-inner--page table h3,
.page-inner--page table h4,
.page-inner--page table h5,
.page-inner--page .box h2,
.page-inner--page .box h3,
.page-inner--page .box h4,
.page-inner--page .box h5 {
  margin-bottom: 1.5rem;
}

.page-inner--page .page-link--inner + h2,
.page-inner--page .page-link--inner + h3,
.page-inner--page .page-link--inner + h4,
.page-inner--page .page-link--inner + h5,
.page-inner--page .page-link--inner + ul,
.page-inner--page .page-link--inner + ol,
.page-inner--page .page-link--inner + table,
.page-inner--page .page-link--inner + .box,
.page-inner--page .page-link--inner + .page-btn-area,
.page-inner--page h2 + h2,
.page-inner--page h2 + h3,
.page-inner--page h2 + h4,
.page-inner--page h2 + h5,
.page-inner--page h2 + ul,
.page-inner--page h2 + ol,
.page-inner--page h2 + table,
.page-inner--page h2 + .box,
.page-inner--page h2 + .page-btn-area,
.page-inner--page h3 + h2,
.page-inner--page h3 + h3,
.page-inner--page h3 + h4,
.page-inner--page h3 + h5,
.page-inner--page h3 + ul,
.page-inner--page h3 + ol,
.page-inner--page h3 + table,
.page-inner--page h3 + .box,
.page-inner--page h3 + .page-btn-area,
.page-inner--page h4 + h2,
.page-inner--page h4 + h3,
.page-inner--page h4 + h4,
.page-inner--page h4 + h5,
.page-inner--page h4 + ul,
.page-inner--page h4 + ol,
.page-inner--page h4 + table,
.page-inner--page h4 + .box,
.page-inner--page h4 + .page-btn-area,
.page-inner--page h5 + h2,
.page-inner--page h5 + h3,
.page-inner--page h5 + h4,
.page-inner--page h5 + h5,
.page-inner--page h5 + ul,
.page-inner--page h5 + ol,
.page-inner--page h5 + table,
.page-inner--page h5 + .box,
.page-inner--page h5 + .page-btn-area {
  margin-top: 1rem;
}

@media screen and (min-width: 1024px) {
  .page-inner--page .page-link--inner + h2,
  .page-inner--page .page-link--inner + h3,
  .page-inner--page .page-link--inner + h4,
  .page-inner--page .page-link--inner + h5,
  .page-inner--page .page-link--inner + ul,
  .page-inner--page .page-link--inner + ol,
  .page-inner--page .page-link--inner + table,
  .page-inner--page .page-link--inner + .box,
  .page-inner--page .page-link--inner + .page-btn-area,
  .page-inner--page h2 + h2,
  .page-inner--page h2 + h3,
  .page-inner--page h2 + h4,
  .page-inner--page h2 + h5,
  .page-inner--page h2 + ul,
  .page-inner--page h2 + ol,
  .page-inner--page h2 + table,
  .page-inner--page h2 + .box,
  .page-inner--page h2 + .page-btn-area,
  .page-inner--page h3 + h2,
  .page-inner--page h3 + h3,
  .page-inner--page h3 + h4,
  .page-inner--page h3 + h5,
  .page-inner--page h3 + ul,
  .page-inner--page h3 + ol,
  .page-inner--page h3 + table,
  .page-inner--page h3 + .box,
  .page-inner--page h3 + .page-btn-area,
  .page-inner--page h4 + h2,
  .page-inner--page h4 + h3,
  .page-inner--page h4 + h4,
  .page-inner--page h4 + h5,
  .page-inner--page h4 + ul,
  .page-inner--page h4 + ol,
  .page-inner--page h4 + table,
  .page-inner--page h4 + .box,
  .page-inner--page h4 + .page-btn-area,
  .page-inner--page h5 + h2,
  .page-inner--page h5 + h3,
  .page-inner--page h5 + h4,
  .page-inner--page h5 + h5,
  .page-inner--page h5 + ul,
  .page-inner--page h5 + ol,
  .page-inner--page h5 + table,
  .page-inner--page h5 + .box,
  .page-inner--page h5 + .page-btn-area {
    margin-top: 2rem;
  }
}

.page-inner--topics .prod-h2 {
  margin-bottom: 3rem;
}

/*********************/
/*  共通パーツ  */
/*********************/
.button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5rem 0 0;
}

@media screen and (max-width: 767px) {
  .button-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.button {
  display: inline-block;
  background: #111;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 767px) {
  .button {
    display: block;
  }
}

@media (min-width: 768px), print {
  .button {
    padding: 1.5rem 4rem;
  }
}

.button:hover {
  opacity: .7;
}

@media (min-width: 768px), print {
  .button + .button {
    margin-left: 1.5rem;
  }
}

.pagelist {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  padding: 30px;
}

.pagelist:hover {
  opacity: .7;
}

.pagelist__link, .pagelist__thumbnail, .pagelist__img, .pagelist__title, .pagelist__description, .pagelist__bt {
  display: block;
  width: 100%;
}

.pagelist__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}

.pagelist__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

.pagelist__more {
  display: inline-block;
  font-size: 1.6rem;
  color: #777;
  border: 1px solid #777;
  padding: 5px 60px;
  margin-top: 1.5rem;
}

.pagelist__title {
  padding: 1rem 0;
}

.pagelist__title-ja, .pagelist__title-en {
  display: block;
  color: #111;
}

.pagelist__title-ja {
  font-size: 2rem;
  font-weight: bold;
}

.pagelist__title-en {
  font-size: 1.6rem;
}

.pagelist__description {
  color: #111;
  line-height: 1.7;
  margin-top: 1rem;
}

/*********************/
/*  扉  */
/*********************/
.archive-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(17, 17, 17, 0.16);
          box-shadow: 0 3px 6px rgba(17, 17, 17, 0.16);
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
  padding: 25px;
}

@media screen and (min-width: 1024px) {
  .archive-list {
    border-radius: 15px;
  }
}

.archive-list:hover {
  opacity: .7;
}

.archive-list__more {
  display: block;
  font-size: 1.4rem;
  color: #111;
  text-align: right;
  letter-spacing: .03em;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

@media screen and (min-width: 1024px) {
  .archive-list__more {
    margin-top: 15px;
  }
}

.archive-list__more:before {
  display: inline-block;
  content: "\e90c";
  color: rgba(233, 84, 7, 0.9);
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-size: 1rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 5px;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.archive-list__title {
  display: block;
  letter-spacing: .06em;
}

.archive-list__title-ja {
  display: block;
  font-weight: 600;
  font-size: 1.6rem;
  color: #111;
  line-height: 1.4;
}

@media (min-width: 768px), print {
  .archive-list__title-ja {
    font-size: 1.8rem;
  }
}

.prod-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin-top: 3rem;
}

.prod-index__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% / 1 - 1rem);
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(17, 17, 17, 0.16);
          box-shadow: 0 3px 6px rgba(17, 17, 17, 0.16);
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
  padding: 15px;
  margin: 1rem;
}

@media (min-width: 768px), print {
  .prod-index__item {
    width: calc(100% / 2 - 2rem);
    padding: 25px;
  }
}

@media screen and (min-width: 1024px) {
  .prod-index__item {
    border-radius: 15px;
  }
}

@media screen and (max-width: 767px) {
  .prod-index__item {
    margin-bottom: 1.5rem;
  }
}

.prod-index__item:hover {
  opacity: .7;
}

.prod-index__item--catalog {
  width: calc(100% / 1 - 2rem);
}

.prod-index__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}

.prod-index__more {
  display: block;
  font-size: 1.4rem;
  color: #111;
  text-align: right;
  letter-spacing: .03em;
  margin-top: 1rem;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.prod-index__more:before {
  display: inline-block;
  content: "\e90c";
  color: rgba(233, 84, 7, 0.9);
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-size: 1rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 5px;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.prod-index__title {
  display: block;
  letter-spacing: .06em;
}

.prod-index__title-ja {
  display: block;
  font-weight: 600;
  font-size: 1.6rem;
  color: #111;
  line-height: 1.4;
}

@media (min-width: 768px), print {
  .prod-index__title-ja {
    font-size: 1.9rem;
  }
}

.prod-index__text {
  display: block;
  font-size: 1.4rem;
  color: #111;
  line-height: 1.4;
  margin-top: 1rem;
}

/*********************/
/*  サイトマップ  */
/*********************/
.sitemap-wrap .ul-sitemap {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sitemap-wrap .ul-sitemap {
    margin-left: 0;
  }
}

@media (min-width: 768px), print {
  .sitemap-wrap .ul-sitemap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sitemap-wrap .ul-sitemap li {
  font-weight: 600;
}

.sitemap-wrap .ul-sitemap li:before {
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: inherit;
  text-transform: none;
  line-height: 1;
  content: "\e90a";
  font-size: 1.6rem;
  vertical-align: super;
  position: inherit;
  margin-right: 2rem;
  background: none;
}

@media (min-width: 768px), print {
  .sitemap-wrap .ul-sitemap li {
    width: calc(100% / 3 - 2rem);
  }
}

.sitemap-wrap .ul-sitemap li .ul-orange {
  width: 100%;
  margin: 1rem 0 3rem;
}

.sitemap-wrap .ul-sitemap li .ul-orange li {
  width: 100%;
  font-weight: 400;
  font-size: 1.4rem;
  margin-bottom: .5rem;
}

.sitemap-wrap .ul-sitemap li .ul-orange li:before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 1px;
  background: #111;
  margin-right: 1rem;
  line-height: 1;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .sitemap-wrap .ul-sitemap li {
    padding: 0;
    padding-left: 1rem;
  }
}

.sitemap-wrap .ul-sitemap a:not([class]) {
  color: #111;
  border-bottom: none;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

@media screen and (min-width: 1024px) {
  .gallery {
    margin: 0 -15px;
  }
}

.gallery-item {
  width: 100%;
  padding: 10px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .gallery-item {
    padding: 15px;
  }
}

.gallery-item img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px), print {
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }
}

@media (min-width: 768px), print {
  .gallery-columns-3 .gallery-item {
    width: 33.33333%;
  }
}

@media (min-width: 768px), print {
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }
}

@media (min-width: 768px), print {
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }
}

@media (min-width: 768px), print {
  .gallery-columns-6 .gallery-item {
    width: 16.66667%;
  }
}

.gallery-caption {
  font-size: 1.4rem;
  font-weight: normal;
  color: #111;
  line-height: 1.6;
  text-align: left;
  padding: 5px 0;
}

@media screen and (min-width: 1024px) {
  .gallery-caption {
    font-size: 1.6rem;
  }
}

/*  パンくず  */
.breadcrumbs {
  border-bottom: 1px solid #ccc;
  padding: 60px 0 10px;
}

@media (min-width: 768px), print {
  .breadcrumbs {
    padding: 80px 0px 10px;
  }
}

@media screen and (min-width: 1024px) {
  .breadcrumbs {
    padding: 120px 10px 10px;
  }
}

.breadcrumbs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.3rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding: 0 5px;
}

.breadcrumbs-list__item {
  display: contents;
}

.breadcrumbs-list__item:not(:first-child):before {
  content: "";
  -webkit-transform: rotate(45deg) translate(50%, 50%);
          transform: rotate(45deg) translate(50%, 50%);
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #111;
  margin: 0 1rem .2rem;
  border-right: 1px solid #111;
}

.breadcrumbs-list__link {
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
  color: #111;
}

.breadcrumbs-list__link:hover {
  opacity: 1;
}

.breadcrumbs .container {
  max-width: 1180px;
}

/*********************/
/*  ページ内リンク　 */
/*********************/
.page-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .page-btn {
    border: 1px solid #ccc;
    border-radius: 12px;
    overflow: hidden;
  }
}

@media (min-width: 768px), print {
  .page-btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    margin-top: 60px;
  }
}

.page-btn__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .page-btn__item:not(:first-child) {
    border-top: 1px solid #ccc;
  }
}

@media (min-width: 768px), print {
  .page-btn__item {
    width: calc(100% / 3);
    padding: 8px;
  }
}

.page-btn__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 1.8rem;
  color: #ccc;
  text-align: center;
  line-height: 28px;
  background: #e4e4e4;
  padding: 10px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

@media (min-width: 768px), print {
  .page-btn__link {
    border: 1px solid #ccc;
    border-radius: 12px;
  }
}

.page-btn__link:hover {
  color: #fff;
  background: #ccc;
}

/*********************/
/*  ページトップボタン　 */
/*********************/
.page-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(17, 17, 17, 0.9);
  text-align: center;
  line-height: 1;
  opacity: 0;
  z-index: 500;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.page-top:hover {
  opacity: .7;
}

.page-top:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: inherit;
  text-transform: none;
  line-height: 1;
  content: "\e90b";
  font-size: 2.4rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .page-top {
    width: 40px;
    height: 40px;
    bottom: 30px;
  }
}

.page-top--fixed {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/*********************/
/*  ページ送り　 */
/*********************/
.paginate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem 0 0;
}

@media (min-width: 768px), print {
  .paginate {
    margin: 5rem 0 0;
  }
}

.paginate__item {
  margin: 15px 5px 10px;
  list-style: none;
  position: relative;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-weight: bold;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.paginate__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 1.6rem;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  text-align: center;
  font-size: 2rem;
  border-radius: 50%;
}

.paginate__link--prev, .paginate__link--next {
  background-color: #111;
}

.paginate__link--number, .paginate__link--prev, .paginate__link--next {
  width: 45px;
  height: 45px;
  color: #111;
  border: 1px solid #fff;
}

.paginate__link--number:hover, .paginate__link--prev:hover, .paginate__link--next:hover {
  color: #111;
  border: 1px solid #111;
  background: #fff;
}

.paginate__link--prev:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 50%;
  left: 55%;
  border-top: 2px solid #fff;
  margin: 0 10px 1px 0;
  border-right: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.paginate__link--prev:hover::before {
  border-top: 2px solid #111;
  border-right: 2px solid #111;
}

.paginate__link--next::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 50%;
  left: 45%;
  border-top: 2px solid #fff;
  margin: 0 10px 1px 0;
  border-right: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.paginate__link--next:hover::after {
  border-top: 2px solid #111;
  border-right: 2px solid #111;
}

.paginate__link--active {
  color: #111;
  border: 1px solid #111;
  background: #fff;
}

.paginate__link--active:hover {
  color: #111;
  background: #fff;
}

.paginate-single {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5rem 0 0;
}

@media (min-width: 768px), print {
  .paginate-single {
    margin-top: 8rem;
  }
}

.paginate-single__item {
  list-style: none;
  position: absolute;
  top: 50%;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.paginate-single__item--back, .paginate-single__item--prev, .paginate-single__item--next {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.paginate-single__item--back {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.paginate-single__item--prev {
  left: 0;
}

.paginate-single__item--next {
  right: 0;
}

.paginate-single__link {
  display: inline-block;
  height: 45px;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  color: #111;
  font-size: 1.6rem;
  border: 1px solid #111;
  background: #fff;
  line-height: 1;
  text-align: center;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

@media screen and (min-width: 1024px) {
  .paginate-single__link {
    font-size: 1.8rem;
  }
}

.paginate-single__link--prev:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 50%;
  left: 50%;
  border-top: 3px solid #111;
  margin: 0 10px 1px 0;
  border-right: 3px solid #111;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

.paginate-single__link--next::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 50%;
  left: 50%;
  border-top: 3px solid #111;
  margin: 0 10px 1px 0;
  border-right: 3px solid #111;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.paginate-single__link--back {
  color: #fff;
  background: #111;
  border-radius: 5px;
  line-height: 45px;
  padding-left: 3rem;
  padding-right: 3rem;
}

@media screen and (max-width: 767px) {
  .paginate-single__link--back {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.paginate-single__link--back:hover {
  color: #111;
  background: #fff;
}

.paginate-single__link--prev, .paginate-single__link--next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45px;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .paginate-single__link--prev, .paginate-single__link--next {
    width: 30px;
    height: 30px;
  }
}

.paginate-single__link--prev:hover, .paginate-single__link--next:hover {
  color: #fff;
  background: #111;
}

.paginate-single__link--prev:hover::after, .paginate-single__link--prev:hover:before, .paginate-single__link--next:hover::after, .paginate-single__link--next:hover:before {
  border-color: #fff;
}

/*********************/
/*  ニュース  */
/*********************/
/*  リストタイプ  */
.news-list {
  display: block;
  width: 100%;
}

.news-list__item {
  position: relative;
  display: block;
  width: 100%;
  margin: 1rem 0;
}

.news-list__item + .news-list__item {
  border-top: 1px solid #ccc;
  padding-top: 2rem;
  margin-top: 2rem;
}

.news-list__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.news-list__post-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0px;
  overflow: hidden;
  font-size: 1.6rem;
  font-weight: bold;
  color: #111;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  margin-bottom: .5rem;
}

@media (min-width: 768px), print {
  .news-list__post-title {
    font-size: 1.8rem;
  }
}

/*  カードタイプ  */
.news-card-wrap {
  margin-top: -.5rem;
}

.news-card-wrap__ttl {
  font-weight: 600;
  font-size: 1.8rem;
  background: #f7f6eb;
  text-align: center;
  padding: 5px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .news-card-wrap .col__item:first-child {
    padding-right: 10px;
  }
  .news-card-wrap .col__item:last-child {
    padding-left: 10px;
  }
}

.news-card__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #ccc;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  padding: 20px 0;
}

.news-card__item:hover {
  opacity: .7;
}

.news-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}

.news-card__thumbnail {
  width: 100px;
  aspect-ratio: 1 / 1;
}

.news-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

.news-card__box {
  width: calc(100% - 100px);
  padding-left: 1.5rem;
}

@media (min-width: 768px), print {
  .news-card__box {
    padding-left: 2rem;
  }
}

.news-card__time {
  display: inline-block;
  font-size: 1.2rem;
  color: #111;
}

.news-card__category {
  display: inline-block;
  font-size: 1.3rem;
  color: #111;
  text-align: center;
  padding: 0 10px;
  border: 1px solid #111;
  margin-right: .5rem;
}

@media (max-width: 1023px) {
  .news-card__category {
    font-size: 1.2rem;
    margin-bottom: .4rem;
    margin-right: .4rem;
    padding: 0 5px;
  }
}

.news-card__post-title {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #111;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  margin-top: .5rem;
}

@media screen and (max-width: 767px) {
  .news-card__post-title {
    line-height: 1.4;
  }
}

.news-card__more {
  text-align: right;
  margin: 2rem 0 0;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

@media (min-width: 768px), print {
  .news-card__more {
    margin: 2rem 1.5rem 0;
  }
}

.news-card__more:hover {
  opacity: .7;
}

.news-card__more .btn:before {
  line-height: 40px;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .news-card__more .btn:before {
    line-height: 35px;
  }
}

.news-card__more .btn__inner {
  width: 140px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .news-card__more .btn__inner {
    width: auto;
    padding: 0 15px;
  }
}

.news-card--archive .news-card__thumbnail {
  aspect-ratio: 3 / 2;
}

@media (min-width: 768px), print {
  .news-card--archive .news-card__thumbnail {
    width: 20%;
  }
}

@media (min-width: 768px), print {
  .news-card--archive .news-card__box {
    width: calc(100% - 20% - 2rem);
  }
}

@media (min-width: 768px), print {
  .news-card--archive .news-card__time {
    font-size: 1.4rem;
  }
}

@media (min-width: 768px), print {
  .news-card--archive .news-card__post-title {
    font-size: 1.6rem;
  }
}

.news-more {
  text-align: center;
  margin-top: 1.5rem;
}

.news-more__btn {
  display: inline-block;
  font-weight: 600;
  font-size: 1.8rem;
  color: #111;
  text-align: right;
  margin-top: .5rem;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.news-more__btn:hover {
  opacity: .7;
}

.news-more__btn:before {
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: inherit;
  text-transform: none;
  line-height: 1;
  content: "\e90e";
  font-size: 2.2rem;
  color: #111;
  border-radius: 50%;
  vertical-align: text-bottom;
  margin-right: .5rem;
}

.news-head {
  border-bottom: 2px solid #111;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px), print {
  .news-head {
    padding-bottom: 1.5rem;
  }
}

.news-head__time {
  display: inline-block;
  font-size: 1.4rem;
  color: #111;
  padding-right: .5rem;
}

@media (min-width: 768px), print {
  .news-head__time {
    font-size: 1.5rem;
  }
}

.news-head__category {
  display: inline-block;
  font-size: 1.3rem;
  color: #111;
  text-align: center;
  padding: 0 10px;
  border: 1px solid #111;
  margin-right: .5rem;
}

@media (max-width: 1023px) {
  .news-head__category {
    font-size: 1.2rem;
    margin-bottom: .4rem;
    margin-right: .4rem;
    padding: 0 5px;
  }
}

/*********************/
/*  お問い合わせフォーム  */
/*********************/
/* 申し込みフォーム */
.table-form {
  color: #111;
  padding: 10px;
  margin: 1rem 0;
}

@media (min-width: 768px), print {
  .table-form {
    padding: 15px;
  }
}

@media screen and (min-width: 1024px) {
  .table-form {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .table-form {
    border-top: 1px solid #ccc;
  }
}

@media (min-width: 768px), print {
  .table-form--ordermade th {
    min-width: 190px !important;
  }
}

@media screen and (max-width: 767px) {
  .table-form th, .table-form td {
    border-top: none !important;
  }
}

.table-form td select,
.table-form td input,
.table-form td textarea {
  display: block;
  width: 100%;
  border-radius: 0;
  color: #111;
  background: rgba(242, 242, 242, 0.5);
  padding: 5px;
  -webkit-box-shadow: 0 0 0 1px #f2f2f2;
          box-shadow: 0 0 0 1px #f2f2f2;
}

.table-form td .mwform-radio-field input,
.table-form td .mwform-checkbox-field input {
  display: inline-block;
  width: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-right: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .table-form td .mwform-radio-field.horizontal-item,
  .table-form td .mwform-checkbox-field.horizontal-item {
    display: table-row;
  }
}

.table-form__text {
  display: block;
  margin-bottom: .5rem;
}

.table-form__meta {
  display: block;
  margin-top: .5rem;
}

.table-form__file {
  position: relative;
}

.table-form__file .mwform-file-delete {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.table-form__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3rem 0;
}

.table-form__button, .table-form__back, .table-form__submit {
  display: inline-block;
  margin: 0 auto;
  padding: 15px 45px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  background: #ccc;
  cursor: pointer;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.table-form__button:hover, .table-form__back:hover, .table-form__submit:hover {
  background: #777;
}

.table-form__button:visited, .table-form__back:visited, .table-form__submit:visited {
  background: #e4e4e4;
}

.table-form ::-webkit-input-placeholder {
  color: #777;
}

.table-form ::-moz-placeholder {
  color: #777;
  opacity: 1;
}

.table-form :-ms-input-placeholder {
  color: #777;
}

.table-form a {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .table-form td, .table-form th {
    display: block;
  }
}

.mwform-radio-field label,
.mwform-checkbox-field label {
  cursor: pointer;
}

.red-txt {
  font-weight: bold;
  color: #ff0000;
}

.disabled {
  pointer-events : none;
}


/*********************/
/*  オーダーメイド  */
/*********************/
/* 流れ */


.flow {
  display:flex;
  justify-content:space-between;
  align-items: center;
  flex-wrap: wrap;
}

.flow .flow__item {
  min-height: 6em;
  min-width: 6em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow__item {
  padding: 1em 1em;
  font-weight: bold;
  margin-bottom: 1em;
  border: solid 2px #333;
}

.flow__item.order {
  background: #ee1c26;
  color: #fff;
}

.flow__item.maker {
  
}

p .flow__item {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  width: 5em;
  margin-right: 1em;
}







:root {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 100px;
}

@media (min-width: 768px), print {
  [id] {
    scroll-margin-top: 140px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?8evi4u");
  src: url("../fonts/icomoon.eot?8evi4u#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?8evi4u") format("truetype"), url("../fonts/icomoon.woff?8evi4u") format("woff"), url("../fonts/icomoon.svg?8evi4u#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

body {
  font-size: 1.4rem;
  line-height: 1.6;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #111;
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
  -webkit-font-smoothing: antialiased;
  line-break: strict;
  word-break: break-word;
  overflow-wrap: break-word;
  letter-spacing: .04em;
}

@media (min-width: 768px), print {
  body {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1024px) {
  body {
    line-height: 1.8;
    letter-spacing: .06em;
  }
}

.is-ie body {
  font-family: "Meiryo","ＭＳ Ｐゴシック","MS PGothic", sans-serif;
  min-width: auto;
  overflow-x: hidden;
}

img {
  pointer-events: none;
}

img,
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.clearfix {
  clear: both;
}

:focus {
  outline: 0;
}

.alignleft,
.alignright,
.aligncenter {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1em auto;
}

@media (min-width: 768px), print {
  .alignleft {
    float: left;
    margin: 0 2em 0 0;
  }
}

@media (min-width: 768px), print {
  .alignright {
    float: right;
    margin: 0 0 0 2em;
  }
}

img.aligncenter {
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px), print {
  img.aligncenter {
    margin: 2em auto;
  }
}

.video-wrap {
  max-width: 1200px;
  padding: 30px 15px;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .video-wrap {
    padding: 30px 240px;
  }
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.gmap-wrapper {
  position: relative;
  height: 0;
  padding-top: 75%;
  margin-top: 2rem;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .gmap-wrapper {
    padding-top: 56.25%;
  }
}

.gmap-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (min-width: 1024px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/*表示・非表示 切り替え用 */
@media (min-width: 768px), print {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .tab-only {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .tab-only {
    display: none;
  }
}

@media (max-width: 1023px) {
  .pc-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tab-none {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .pc-none {
    display: none;
  }
}



/* テーブルのスクロール */

.table-scroll {
  overflow: auto;　　　　/*tableをスクロールさせる*/
  white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}

.table-scroll::-webkit-scrollbar {　　/*tableにスクロールバーを追加*/
 height: 5px;
}

.table-scroll::-webkit-scrollbar-track {　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}

.table-scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}


/* 商品情報 */
.item-area__mv {
  width: 100%;
  aspect-ratio: 7 / 4;
  -webkit-box-shadow: 0 3px 6px rgb(17 17 17 / 16%);
  box-shadow: 0 3px 6px rgb(17 17 17 / 16%);
  margin-bottom: 2.5rem;
}

.item-area__ttl {
  color: #b40000;
  font-size: 5.5rem;
  line-height: 1.2;
  margin: 20px 0;
  text-align: center;
}

.item-area__text {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  margin: 0 0 40px;
}

@media screen and (max-width: 767px) {
  .item-area__ttl {
    font-size: 2.6rem;
  }
  .item-area__text {
    font-size: 1.6rem;
  }
}

/* 商品情報（シリーズ） */
.s-point {
/*   border: 2px solid #88210e; */
  border: 2px solid #C5BB54;
  border-radius: 10px;
  display: flex;
  overflow: hidden;
}

.s-point:nth-child(n + 2) {
  margin: 20px 0 0;
}

.s-point-img {
  width: 45%;
  aspect-ratio: 3 / 2;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s-point-lead {
  color: #88210e;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  margin: 10px 0 15px;
  position: relative;
}

.s-point-lead:after {
/*   background: #fff; */
/*   color: #88210e; */
  background: #88210e;
  border-radius: 50%;
  color: #fff;
  counter-increment: number 1;
  content: counter(number) " ";
  width: 32px;
  height: 32px;
  display: inline-block;
  position: absolute;
  bottom: -1px;
  margin: 0 0 0 5px;
  text-align: center;
}

.s-point-text {
/*   background: #88210e; */
/*   color: #fff; */
  background: #f7f6eb;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 30px;
  width: 55%;
}

.single-item {
  counter-reset: number;
}

@media screen and (max-width: 767px) {
  .s-point-img {
    padding: 15px;
  }
  .s-point-lead {
    font-size: 1.8rem;
  }
  .s-point-lead:after {
    font-size: 2.2rem;
    width: 30px;
    height: 30px;
  }
  .s-point-text {
    font-size: 1.4rem;
    padding: 15px;
  }
}

/* 商品情報（グループ） */
.group-area__ttl {
  color: #b40000;
  font-size: 3.4rem;
  text-align: center;
  margin: 30px 0 -10px;
}

.group-area__top {
/*   background: #b40000; */
  background: #eeeabe;
  border-radius: 10px 10px 0 0;
  display: flex;
  padding: 30px;
}

.g-title {
/*   background: #88210e; */
/*   background: #111; */
  background: #b40000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 10px;
  border-radius: 10px;
  width: 170px;
  letter-spacing: 0;
  line-height: 1.5;
  min-height: 70px;
}

.g-details {
/*   color: #fff; */
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  padding: 0 0 0 30px;
  width: calc(100% - 170px);
}

.group-area__cont {
  border: 2px solid #b40000;
  border-radius: 10px;
  margin: 30px 0 0;
}

.group-area__bottom {
/*   border: 2px solid #b40000; */
/*   border: 1px solid #ccc; */
/*
  border-top: 0;
  border-radius: 0 0 10px 10px;
*/
  padding: 40px;
}

.g-point-inner {
/*   border: 2px solid #88210e; */
  border: 1px solid #eeeabe;
  border-radius: 10px;
  display: flex;
/*   overflow: hidden; */
  position: relative;
}

.g-point-inner:nth-child(n + 2) {
  margin: 30px 0 0;
}

.g-point-inner > * {
  width: 50%;
}

.g-point-text {
/*
  background: #88210e;
  color: #fff;
*/
  background: #f7f6eb;
  border-radius: 10px 0 0 10px;
  font-weight: bold;
  padding: 40px 20px 20px;
}

.g-point-text p {
  letter-spacing: 0;
}

.g-point {
  counter-reset: g-number;
}

.g-point-lead {
  color: #88210e;
  font-size: 1.4rem;
  position: absolute;
  top: -15px;
  left: -10px;
  margin: 0 0 10px;
  background: url(../images/bg_point.png) no-repeat center left / contain;
  padding: 12px 38px 12px 18px;
  letter-spacing: 0;
}

.g-point-lead::after {
  counter-increment: g-number 1;
  content: counter(g-number) " ";
  font-size: 2.6rem;
  display: inline-block;
  position: absolute;
  bottom: -1px;
  transform: translateY(-50%);
  margin: 0 0 0 3px;
  text-align: center;
  line-height: 1;
}

.g-point-img {
  padding: 10px 20px;
  aspect-ratio: 3 / 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.g-point-img img {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .group-area__ttl {
    font-size: 2.2rem;
  }
  .g-title {
    font-size: 2.2rem;
    width: 120px;
    min-height: 50px;
  }
  .g-details {
    font-size: 1.8rem;
    padding: 0 0 0 15px;
    width: calc(100% - 120px);
  }
  .g-details {
    font-size: 1.4rem;
  }
  .group-area__top {
    padding: 15px;
  }
  .g-title {
    font-size: 1.6rem;
  }
  .group-area__bottom {
    padding: 30px 20px 20px;
  }
  .g-point-text {
    padding: 35px 15px 15px;
  }
  .g-point-lead {
    font-size: 1.2rem;
    padding: 10px 30px 10px 16px;
  }
  .g-point-lead::after {
    font-size: 2rem;
  }
  .g-point-img {
    padding: 10px 15px;
  }
}

/* 商品情報（商品） */
.i-cont {
  display: flex;
  padding: 40px 0 0;
  margin: 40px 0 0;
}

.i-cont:first-child {
  padding: 0;
  margin: 0;
}

.g-point + .i-cont {
  padding: 40px 0 0;
  margin: 0;
}

.i-cont a {
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.i-cont a:hover {
  opacity: .7;
}

.group-area__bottom > .i-cont + .i-cont {
/*   border-top: 2px solid #b40000; */
  border-top: 1px solid #ccc;
  position: relative;
}

.group-area__bottom > .i-cont + .i-cont::before,
.group-area__bottom > .i-cont + .i-cont::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 5px;
  position: absolute;
  top: -4px;
}

.group-area__bottom > .i-cont + .i-cont::before {
  left: -5px;
}
 
.group-area__bottom > .i-cont + .i-cont::after {
  right: -5px;
}

.i-img {
  width: 55%;
}

.i-text {
  width: 45%;
  padding: 0 0 0 40px;
}

.i-text h3 {
  font-size: 2.2rem;
  line-height: 1.2;
}

.i-text dl {
  font-size: 1.2rem;
  margin: 20px 0 0;
  line-height: 1.5;
}

.i-text dt {
  float: left;
  padding: 0 5px 0 0;
}

.i-price {
  font-size: 1.6rem;
  margin: 5px 0 0;
}

.i-price > * {
  display: inline;
}

.i-sku {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 15px 0 0;
  padding: 10px 5px;
}

.i-sku-list {
  display: flex;
  font-size: 1.3rem;
  font-weight: bold;
}

.i-sku-list:nth-child(n + 2) {
  margin: 5px 0 0;
}

.i-sku-list .i-sku-number {
  letter-spacing: 0;
  line-height: 1.2;
  width: 22%;
  padding: 3px 5px 0 0;
}

.i-sku-list .i-sku-color {
  width: 48%;
  padding: 3px 5px 0 0;
  line-height: 1.2;
}

.i-sku-list .i-sku-btn {
  min-width: 76px;
  width: 30%;
}

.i-sku-btn a {
  background: #666;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.2;
  padding: 5px 2px;
}

.i-sku-note {
  color: #c00;
  font-size: 1.1rem;
  line-height: 1.5;
  margin: 1px 0 0;
}

.i-btn {
  margin: 20px 0 0;
}

.i-btn a {
  background: #111;
  border: 1px solid #000;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 auto;
  max-width: 200px;
  padding: 5px 10px;
  text-align: center;
}

.main-img {
  width: 100%;
}

.main-img .item-img {
  min-height: 280px;
  position: relative;
}

.main-img img {
  object-fit: contain;
  height: 260px;
  margin: 0 auto;
}

.sub-img {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-top: 10px;
}

.sub-img li {
  -webkit-box-shadow: 0 3px 6px rgb(17 17 17 / 16%);
  box-shadow: 0 3px 6px rgb(17 17 17 / 16%);
  border: 1px solid #e4e4e4;
  margin-right: 3%;
  min-height: 70px;
  width: calc(94% / 3);
  padding: 1.8em 0 .5em;
  position: relative;
  transition: border .5s;
  cursor: pointer;
}

.sub-img li:nth-child(3n) {
  margin-right: 0;
}

.sub-img li:nth-child(n + 4) {
  margin-top: 3%;
}

.sub-img img {
  cursor: pointer;
  object-fit: contain;
  height: 70px;
  margin: 0 auto;
}

.main-img .i-sku-color,
.sub-img .i-sku-color {
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  line-height: 1.2;
  font-weight: bold;

  position: absolute;
  top: 5px;
  left: 5px;
}

.sub-img .i-sku-color {
  font-size: 1.1rem;
  top: 5px;
  left: 5px;
  text-align: left;
}

.sub-img li.current {
  border: 1px solid #333;
  transition: border .5s;
}

@media screen and (max-width: 767px) {
  .i-cont {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .i-cont > * {
    width: 100%;
  }
  .i-text {
    padding: 0;
    margin: 0 0 30px;
  }
  .i-price {
    font-size: 1.5rem;
  }
}

/* 機能（商品） */
.i-func-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 2px 0 0;
}

.i-func-list li {
  width: calc(100% / 3 - .5rem);
  text-align: center;
  padding: .3rem;
}

@media (min-width: 768px), print {
  .i-func-list li {
/*
    width: calc(100% / 6 - 2rem);
    margin: .5rem;
    padding: 1rem;
*/
    width: calc(100% / 4 - .5rem);
    text-align: center;
    padding: .3rem;
  }
}

@media screen and (max-width: 767px) {
  .i-func-list li {
    width: calc(100% / 5 - .5rem);
  }
}

.i-func-list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
  margin-left: auto;
  margin-right: auto;
}

/* 備考（商品） */
.i-remarks {
  font-size: 1.2rem;
  margin: 5px 0 0;
  line-height: 1.5;
}

.g-pop h2 {
  margin: 5rem 0 2rem !important;
}

.g-pop a:hover {
  opacity: .7;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

/* モノトーン */
.group-area__ttl,
.s-point-lead,
.item-area__ttl {
  color: #111;
}

.g-title {
  color: #111;
  background: #FAFBE8;
  border: 2px solid #C5BB54;
}

.s-point-lead:after {
  background: #111;
}

.group-area__cont {
  border-color: #C5BB54;
}

.group-area__top {
  background: #E5DFA8;
}

.s-point {
  border-color: #C5BB54;
}

.s-point-text {
  background: #FAFBE8;
}

.g-point-text {
  background: #FAFBE8;
  padding: 45px 20px 20px;
}

.g-point-inner {
  border-color: #C5BB54;
}

.g-point-lead {
  background: #fff;
  border: 2px solid #C5BB54;
  border-radius: 10px;
  color: #111;
  padding: 12px 38px 8px 18px;
}

.postid-2317 .g-point-lead::after {
  bottom: -2px;
}

/* シリーズ一覧 */
.item-card .series-card__thumbnail {
  aspect-ratio: 7 / 4;
}


/* 左メニューから採用のフォームを消す */
li.page-item-1683 {
  display: none !important;
}

/* オーダーメイド商品（ベースボールランチボックス） */
.page-template-tp_original .main-contents__title {
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  justify-content: center;
}

.page-template-tp_original .main-contents__title-ja {
  font-size: 3.6rem;
}

.page-template-tp_original .main-contents__title-en {
  font-size: 1.8rem;
}

.page-template-tp_original .original-caption {
  font-size: 1.4rem;
}

.o-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px -15px;
}

.o-col > * {
  width: 50%;
  padding: 0 15px;
}

.caution {
  color: #c00;
}

.order-flow {
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  position: relative;
  margin: 20px;
}

.order-flow::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}

.order-flow::after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  z-index: 1;
}

.order-flow + .order-flow {
  margin: 25px 20px 20px;
}

.order-flow-business + .order-flow {
  margin: 0 20px 20px;
}

.order-flow-customer {
  border: 1px solid #ebaf26;
}

.order-flow-customer::after {
  border-top: 14px solid #ebaf26;
}

.order-flow-company {
  border: 1px solid #5dc158;
}

.order-flow-company::after {
  border-top: 14px solid #5dc158;
}

.order-flow-end::before,
.order-flow-end::after {
  display: none;
}

.order-flow-step {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
}

.order-flow-number {
  font-size: 2.6rem;
  font-weight: bold;
  padding: 0 0 0 3px;
}

.order-flow-left {
  border-radius: 10px 0 0 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px;
  width: 175px;
  justify-content: space-between;
}

.order-flow-customer .order-flow-left {
  background: #f7ebcf;
}

.order-flow-company .order-flow-left {
  background: #d9edd8;
}

.order-flow-who {
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: bold;
  height: 26px;
  letter-spacing: 0;
  text-align: center;
  width: 60px;
}

.order-flow-customer .order-flow-who {
  background: #ebaf26;
}

.order-flow-company .order-flow-who {
  background: #5dc158;
}

.order-flow-detail {
/*
  display: flex;
  align-items: center;
*/
  font-weight: bold;
  line-height: 1.5;
  padding: 20px;
  width: calc(100% - 175px);
}

.order-flow-wrap {
  border: 3px solid #d9edd8;
  border-radius: 10px;
  padding: 0 20px 20px;
  position: relative;
  margin: 30px 0 0;
}

.order-flow-wrap .order-flow {
  margin: 20px 0;
}

.order-flow-business {
  background: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0 30px;
  margin: -10px 0 0;
}

.order-flow-wrap .order-flow-business {
  position: absolute;
  top: -15px;
  left: 20px;
  padding: 0 10px;
  margin: 0;
}

.order-flow-wrap > *:last-child {
  margin-bottom: 0;
}

.table-price td {
  text-align: center;
}

.scroll-box {
  font-size: 1.3rem;
  width: 100%;                /* 横幅を200pxに指定 */
  height: 200px;               /* 横幅を200pxに指定 */
  border: 1px solid #ccc;      /* わかりやすくボーダーを引く */
  overflow-y: scroll;          /* 縦方向にスクロール可能にする */
  padding: 20px;
}

.scroll-box > *:first-child {
  margin-top: 0 !important;
}

.scroll-box h5 {
  font-size: 1.5rem !important;
  margin: 10px 0 5px;
}

.scroll-box p {
  margin: 0 !important;
}

.scroll-box ul {
  margin-top: 10px !important;
}

.scroll-box li {
  margin-bottom: 0 !important;
}

.privacy-check {
  text-align: center;
  margin: 2rem 0 0;
/*   pointer-events: none; */
}

.scroll-box .privacy-check {
  background: #eee;
  padding: 10px;
}

.privacy-check small {
  color: #f00;
}

.scroll-box .privacy-check .mwform-checkbox-field-text {
  font-weight: bold;
}

/*
.privacy-check.active {
  pointer-events: auto;
}
*/

@media screen and (max-width: 767px) {
  .page-template-tp_original .main-contents__title-ja {
    font-size: 2.6rem;
  }
  .order-flow-left,
  .order-flow-detail {
    width: 100%;
  }
  .order-flow-left {
    border-radius: 10px 10px 0 0;
  }
}

/* 名入れ */
.page-id-5580 .main-contents {
  color: #3a754b;
  font-weight: bold;
}

.page-id-5580 .main-contents__title {
  background: #f7f6eb;
  color: #3a754b;
  padding: 2.5em 2em;
}

.single-naire .main-contents h2,
.page-id-5580 .main-contents h2 {
  background: #3a754b;
  border-radius: 50px;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
}

.page-id-5580 .main-contents h4 {
  font-size: 2rem;
  margin: 0;
}

.page-id-5580 .main-contents h4 + p {
  font-size: 1.3rem;
  margin: 5px 0 0;
}

.naire-name {
  color: #3a754b;
  margin: 10px 0 0;
}

.naire-detail {
  color: #3a754b;
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0;
  margin: 5px 0 0;
}

.suggestion {
  border-bottom: 2px solid #3a754b;
  margin: 1em 0 30px;
}

.suggestion-title {
  font-size: 2rem;
  position: relative;
  text-align: center;
}

.suggestion-title::before,
.suggestion-title::after {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: calc((100% - 10em) / 2);
  height: 2px;
  background: #3a754b;
}

.suggestion-title::before {
  left:0;
}

.suggestion-title::after {
  right: 0;
}

.suggestion-detail {
  margin: 0 !important;
  padding: .5em 1em 1em;
}

.suggestion-detail h4 {
  font-size: 1.8rem;
}

.suggestion-main {
  display: flex;
  justify-content: space-between;
  counter-reset: number 0;
}

.suggestion-main h4 {
  position: relative;
}

.suggestion-main .suggestion-point h4::before {
  background: #3a754b;
  border-radius: 50%;
  color: #fff;
  counter-increment: number 1;
  content: counter(number) " ";
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px 0 0;
  text-align: center;
}

.suggestion-main > * {
  width: 48%;
}

.suggestion-point {
  display: flex;
  justify-content: space-between;
}

.suggestion-point:nth-child(n + 2) {
  margin: 20px 0 0;
}

.suggestion-point-detail {
  width: calc(100% - 130px);
}

.suggestion-appeal {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0;
}

.suggestion-appeal > * {
  background: #f7f6eb;
  border-radius: 100px;
  line-height: 1.5 !important;
  margin: 0 !important;
  padding: 1em;
  width: 48%;
  text-align: center;
}

.overflow {
  overflow: hidden;
}

.single-naire .main-contents {
  color: #3a754b;
  font-weight: bold;
}

.range {
  display: flex;
  align-items: center;
  gap: 30px;
}

.range > * {
  width: 50%;
}

.range h4 {
  margin-top: 0;
  vertical-align: text-bottom;
}

.range h4::before {
  background: #f7f6eb;
  border: 3px solid #c00;
  content: '';
  display: inline-block;
  width: 2em;
  height: 1.2em;
  margin: 0 1.5rem 0 0;
}

.features {
  border: 2px solid #3a754b;
  border-radius: 20px;
  font-size: 1.4rem;
  margin: 30px 0 0;
  padding: 1.5em 2em;
}

.features h4 {
  font-size: 1.8rem;
  margin-top: 0 !important;
  text-align: center;
}

.features p {
/*   font-size: 1.5rem; */
}

.features-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.features-detail {
  width: 27%;
}

.features-detail:last-child {
  width: 41%;
}

.features-detail ul {
  margin: 0;
}

.features-detail ul li {
  margin: 0;
}

/* バイオミックス */
.colbox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  margin: 30px -5px;
}

.colbox .colbox-item {
  padding: 0 5px;
  width: 50%;
}
