@charset "UTF-8";
/* ======================
COMMON系
======================== */
@import url("//hello.myfonts.net/count/396b46");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top;
  background: transparent;
}

body {
  line-height: 1;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

/*------clearfix-------------------------------------*/
.clearfix {
  display: inline-table;
  min-height: 1%;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
input[type=text], input[type=password] {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea, select {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}

/* ==================================================
  sliders
  ==================================================*/
/**
* Swiper 4.4.6
* Most modern mobile touch slider and framework with hardware accelerated transitions
* http://www.idangero.us/swiper/
*
* Copyright 2014-2018 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: December 19, 2018
*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

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

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

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

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

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

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

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

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

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

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

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

:root {
  --max-width: 1280px;
}

/* =======================================
 fonts
======================================= */
@font-face {
  font-family: "TTNormsPro-Bold";
  src: url("../../assets/font/396B46_0_0.eot");
  src: url("../../assets/font/396B46_0_0.eot?#iefix") format("embedded-opentype"), url("../../assets/font/396B46_0_0.woff") format("woff"), url("../../assets/font/396B46_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "TTNormsPro-Medium";
  src: url("../../assets/font/396B46_1_0.eot");
  src: url("../../assets/font/396B46_1_0.eot?#iefix") format("embedded-opentype"), url("../../assets/font/396B46_1_0.woff") format("woff"), url("../../assets/font/396B46_1_0.ttf") format("truetype");
}
/* =======================================
 base
======================================= */
html {
  -webkit-text-size-adjust: 100%;
}

body {
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

::-moz-selection {
  background: #ff322d;
  color: #fff;
}

::selection {
  background: #ff322d;
  color: #fff;
}

::-moz-selection {
  background: #ff322d;
  color: #fff;
}

button, input, select, textarea {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif !important;
  font-weight: 600;
  font-size: 100%;
}

input:focus {
  background-color: transparent !important;
}

input::-moz-placeholder {
  color: #777;
}

input::placeholder {
  color: #777;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus::placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder {
  color: transparent;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
  -webkit-transition-delay: 9999s;
}

input::-ms-reveal {
  visibility: hidden;
}

input::-ms-clear {
  visibility: hidden;
}

.sp {
  display: none;
}

/* =======================================
 links
 ======================================= */
a {
  color: inherit;
  transition: all 0.3s ease;
}

/* a:hover{
  opacity: 0.7;
} */
a.border-bottom {
  text-decoration: none;
  /* border-bottom: 1px solid; */
  /* padding-bottom: 2px; */
  position: relative;
  display: inline-block;
}

a.border-bottom::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid;
  position: absolute;
  left: 0;
  bottom: 0;
  /* transition: transform .3s ease; */
}

a.border-bottom:hover::after {
  /* transform: translate(0,-2px) */
  animation: linkBorderAnim 0.4s ease;
}
@keyframes linkBorderAnim {
  0% {
    opacity: 0;
    transform: translate(0, 8px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/* =======================================
 buttons
 ======================================= */
.btn a, .btn button {
  font-family: "TTNormsPro-Bold", sans-serif;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-decoration: none;
  display: inline-block;
  /*padding: 23px 17.82%;*/
  border-radius: 30px;
  transition: transform 0.3s cubic-bezier(0.48, 1.5, 0.56, 1.2), color 0.3s ease, boder-color 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
}

.btn button:disabled {
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  .btn a:hover, .btn button:hover {
    opacity: 1;
    transform: scale(1.05);
  }
}

/* white */
.btn.white a, .btn.white button {
  color: #ff322d;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

@media screen and (min-width: 769px) {
  .btn.white a:hover, .btn.white button:hover {
    background-color: #ff322d;
    color: #ffffff;
    border: 1px solid #ffffff;
    opacity: 1;
  }
}

/* red */
.btn.red a, .btn.red button {
  color: #ffffff;
  background-color: #ff322d;
  border: 1px solid #ff322d;
}

@media screen and (min-width: 769px) {
  .btn.red a:hover, .btn.red button:hover {
    background-color: #ffffff;
    color: #ff322d;
    border: 1px solid #ff322d;
    opacity: 1;
  }
}

/* gray */
.btn.gray a, .btn.gray button {
  color: #ff322d;
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
}

@media screen and (min-width: 769px) {
  .btn.gray a:hover, .btn.gray button:hover {
    background-color: #ff322d;
    color: #ffffff;
    border: 1px solid #ff322d;
    opacity: 1;
  }
}

/* border white */
.btn.transparent-white a, .btn.transparent-white button {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.btn.transparent-white a, .btn.transparent-white button {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}

@media screen and (min-width: 769px) {
  .btn.transparent-white a:hover, .btn.transparent-white button:hover {
    background-color: #ffffff;
    color: #ff322d;
    border: 1px solid #ff322d;
    opacity: 1;
  }
}

/* border red */
.btn.transparent-red a, .btn.transparent-red button {
  background-color: transparent;
  color: #ff322d;
  border: 1px solid #ff322d;
}

@media screen and (min-width: 769px) {
  .btn.transparent-red a:hover, .btn.transparent-red button:hover {
    background-color: #ff322d;
    color: #ffffff;
    border: 1px solid #ffffff;
    opacity: 1;
  }
}

/* =======================================
 header
 ======================================= */
#header {
  position: absolute;
  width: 100%;
  top: 60px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #header {
    top: 50px;
  }
}
#header.mypage {
  top: 0px;
}
#header.mypage.board {
  top: 0;
}
@media screen and (max-width: 768px) {
  #header.mypage {
    top: 0;
  }
  #header.mypage.board {
    top: 0;
  }
}

#header .header-top {
  position: fixed;
  width: 100%;
  background-color: #ffffff;
  z-index: 20;
  min-width: 1024px;
  transition: border 0.2s ease;
  border-bottom: 1px solid #EEEEEE;
}

#header.global-menu-hide .header-top {
  border-bottom: 1px solid #ddd;
}

#header h1 {
  width: 201px;
  margin: 23px auto 20px;
}

#header h1 img {
  width: 100%;
}

#header .header_logo {
  width: 201px;
  margin: 23px auto 20px;
}

#header .header_logo img {
  width: 100%;
}

#header .menu-button-wrap {
  position: absolute;
  top: 31px;
  left: 30px;
  z-index: 9000;
  display: flex;
  align-items: center;
  flex-direction: column;
}

#header .menu-button-wrap .label {
  font-size: 7.5px;
  line-height: 7.5px;
  margin-top: 6px;
  text-transform: uppercase;
  font-family: "TTNormsPro-Medium", sans-serif;
  color: #222;
}

#header .menu-trigger,
#header .menu-trigger span {
  display: inline-block;
  transition: transform 0.3s ease, opacity 0.3s ease;
  box-sizing: border-box;
}

#header .menu-trigger {
  position: relative;
  width: 21px;
  height: 17px;
}

#header .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #222222;
}

#header .menu-trigger span:nth-of-type(1) {
  top: 0;
}

#header .menu-trigger span:nth-of-type(2) {
  top: 8px;
}

#header .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

#header .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}

#header .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

#header .menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}

#header .menu-wrap {
  width: 500px;
  height: 100%;
  position: fixed;
  left: 0;
  transform: translate(-500px, 0);
  background-color: #ffffff;
  padding: 71px 30px 60px;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  top: 0;
  transition: transform 0.4s ease;
  z-index: 8000;
  display: flex;
  flex-direction: column;
}

#header .menu-wrap.active {
  /* left: 0; */
  transform: translate(0, 0);
  -webkit-overflow-scrolling: touch;
}

#header .menu-wrap.sub-menu-active {
  overflow: hidden;
}

#header .menu-wrap .menu-wrap-title {
  font-size: 18px;
  color: #ff322d;
  line-height: 40px;
  padding: 0 10px 0 10px;
  letter-spacing: 0.04em;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
}

#header .menu-wrap ul li a {
  display: block;
  border-bottom: 1px solid #eeeeee;
  text-decoration: none;
  font-size: 16px;
  color: #222222;
  line-height: 50px;
  padding: 0 10px 0 10px;
  position: relative;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  transition-property: color;
  cursor: pointer;
}

#header .menu-wrap ul li a::after {
  content: "";
  width: 6px;
  height: 9px;
  background-size: 6px 9px;
  background-image: url(../../assets/images/common/icon-menu-right.svg);
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  transition: transform 0.3s ease;
}

#header .menu-wrap ul li a:hover {
  color: #ff322d;
}

#header .menu-wrap ul li a:hover::after {
  transform: translate(5px, -50%);
}

#header .menu-wrap .search-form {
  margin-top: 15px;
}

#header .menu-wrap .search-form .form-bg {
  border-bottom: 1px solid #999999;
  margin: 0 auto 0;
  padding-bottom: 5px;
}

#header .menu-wrap .search-form .form-bg input[type=text] {
  border: none;
  font-size: 18px;
  /* color: #777; */
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  line-height: 1px;
  margin-left: 9px;
  letter-spacing: 0.15em;
  width: calc(100% - 52px);
  height: 38px;
}

#header .menu-wrap .search-form .form-bg input[type=text]::-moz-placeholder {
  color: #ddd;
}

#header .menu-wrap .search-form .form-bg input[type=text]::placeholder {
  color: #ddd;
}

#header .menu-wrap .search-form .form-bg input[type=submit] {
  height: 34px;
  width: 34px;
  background: url(../../assets/images/common/icon-search.svg) center center no-repeat;
  background-size: 17px;
  text-indent: -99999px;
  border: none;
  position: relative;
  left: 3px;
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.48, 1.5, 0.56, 1.2);
}

#header .menu-wrap .search-form .form-bg input[type=submit]:hover {
  transform: scale(1.2);
}

#header .menu-wrap .user-menu {
  margin: 0 0 0px;
  order: 4;
}
#header .menu-wrap .user-menu li:last-child a {
  font-family: "TTNormsPro-Bold", sans-serif;
  font-weight: normal;
}

#header .menu-wrap form[name=simpleSearch] {
  order: 1;
}

#header .menu-wrap .menu {
  order: 2;
  margin: 35px 0 54px;
}

#header .menu-wrap .account-title {
  order: 3;
}

#header .menu-wrap .link {
  margin-top: 55px;
  order: 5;
}

#header .menu-wrap .link li a {
  font-size: 12px;
  color: #222222;
  font-family: "TTNormsPro-Bold", sans-serif;
  font-weight: normal;
  line-height: 25px;
  border-bottom: none;
  letter-spacing: 0.075em;
}

#header .menu-wrap .link li a::after {
  content: none;
}

#header .menu-wrap .sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 58px;
  padding: 0 10px;
  position: relative;
  order: 6;
}

#header .menu-wrap .sns li + li {
  margin-left: 45px;
}

#header .menu-wrap .sns li a {
  border-bottom: none;
  text-decoration: none;
  line-height: inherit;
  padding: 0;
}

#header .menu-wrap .sns li a::after {
  content: none;
}

#header .menu-wrap .sns li a {
  display: block;
  transition: transform 0.3s cubic-bezier(0.48, 1.5, 0.56, 1.2);
}

#header .menu-wrap .sns li a:hover {
  transform: scale(1.2);
}

#header .menu-wrap .sns:after {
  content: "";
  display: block;
  width: 98px;
  height: 114px;
  background-size: 98px 114px;
  position: absolute;
  background-image: url(../../assets/images/common/img-sidebar-background.svg);
  right: 1px;
  bottom: -20px;
}

#header .menu-wrap ul li div {
  position: absolute;
  top: 0;
  width: 500px;
  right: -500px;
  height: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: all 0.3s ease;
  box-sizing: border-box;
  padding: 12px 30px 0;
  overflow: auto;
  pointer-events: none;
  overflow-x: hidden;
}

#header .menu-wrap ul li div ul + ul {
  margin-top: 26px;
}

#header .menu-wrap ul li div ul li a {
  padding: 0 10px 0 10px;
}

#header .menu-wrap ul li div.active {
  right: 0;
  pointer-events: all;
}

#header .menu-wrap ul li div ul li.first-back {
  margin-bottom: 23px;
}

#header .menu-wrap ul li div ul li.first-back a {
  border-bottom: none;
  padding: 0 0 0 44px;
}

#header .menu-wrap ul li div ul li.first-back a::before {
  content: "";
  width: 6px;
  height: 9px;
  background-size: 6px 9px;
  background-image: url(../../assets/images/common/icon-menu-left.svg);
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
  transition: transform 0.3s ease;
}

#header .menu-wrap ul li div ul li:first-child a::after {
  content: none;
}

#header .menu-wrap ul li div ul li:first-child a:hover::before {
  transform: translate(-5px, -50%);
}

#header .menu-wrap ul li div ul li.title {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 17.99px;
  letter-spacing: 0.04em;
  line-height: 39.98px;
  text-align: left;
  color: #ff322d;
}

#header .menu-wrap ul li div.menu-grandson a::after {
  transform: translate(0, -50%) rotate(90deg);
}

#header .menu-wrap ul li div.menu-accordion {
  position: relative;
  top: 0;
  left: -30px;
  height: 100%;
  background-color: #EEEEEE;
  margin-top: -1px;
  padding: 12px 0 15px;
  display: none;
  transition: none;
}

#header .menu-wrap ul li div.menu-accordion ul li a {
  line-height: 39px;
  padding: 0 0px 0 60px;
  pointer-events: all;
}

#header .menu-wrap ul li div.menu-accordion ul li a:before {
  content: none;
}

#header .menu-wrap ul li div.menu-accordion ul li a:after {
  content: "";
  width: 6px;
  height: 9px;
  background-size: 6px 9px;
  background-image: url(../../assets/images/common/icon-menu-right.svg);
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(0, -50%);
  transition: transform 0.3s ease;
}

#header .user-item {
  position: absolute;
  right: 31px;
  top: 29px;
}

#header .user-item ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#header .user-item .board, #header .user-item .cart {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#header .user-item .label {
  font-size: 7.5px;
  line-height: 7.5px;
  margin-top: 5px;
  text-transform: uppercase;
  font-family: "TTNormsPro-Medium", sans-serif;
  color: #222;
}

#header .user-item .cart .label {
  margin-left: 5px;
  text-transform: uppercase;
  color: #222;
}

#header .user-item ul li a {
  display: block;
  position: relative;
}

#header .user-item ul li a img {
  transition: transform 0.3s cubic-bezier(0.48, 1.5, 0.56, 1.2);
}

#header .user-item ul li a:hover img {
  transform: scale(1.2);
}

#header .user-item ul li.board {
  margin-right: 25px;
}

#header .user-item ul li.board .label {
  margin-top: 8px;
  color: #222;
}

#header .user-item ul li.cart .badge {
  font-family: "TTNormsPro-Medium", sans-serif;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background-color: #ff322d;
  position: absolute;
  top: -12px;
  right: -15px;
  width: 20px;
  height: 20px;
  font-size: 10px;
  color: #ffffff;
  line-height: 2;
  text-align: center;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  font-weight: normal;
}

#header .global-menu-wrap {
  background-color: #f2f2f2;
  position: fixed;
  width: 100%;
  top: 140px;
  z-index: 19;
  transition: transform 0.3s ease;
  border-bottom: 1px solid #DDDDDD;
}
@media screen and (max-width: 768px) {
  #header .global-menu-wrap {
    top: 105px;
  }
}

#header .global-menu-wrap #price_menu {
  max-width: 100%;
  border-top: 1px solid #DDDDDD;
}

#header .global-menu-wrap #price_menu.is-menu-open::after {
  opacity: 0;
}

#header.global-menu-hide .global-menu-wrap {
  /* position: absolute; */
  transform: translate(0, -100%);
}

@media screen and (max-width: 768px) {
  #header.global-menu-hide .user-item + .header_search .header_search_form {
    visibility: visible;
  }
  #header.global-menu-hide:not(.mypage) .header_logo {
    display: none;
  }
  #header.global-menu-hide .header-top {
    border-bottom: 1px solid #ddd;
  }
  #header.global-menu-hide .user-item .board {
    pointer-events: all;
    opacity: 0;
  }
}
#header.global-menu-hide .global-menu-wrap.is-fixed-ordinarily {
  transform: none;
}

#header .global-menu-wrap ul {
  max-width: var(--max-width);
  min-width: 1024px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  overflow: auto;
}

#header .global-menu-wrap > ul li {
  /*width: calc(100% / 9);*/
  /* padding: 0 calc(2.131% - 5px); */
  height: 40px;
  display: flex;
  align-items: center;
  /* border-bottom: 3px solid #f2f2f2; */
}

#header .global-menu-wrap > ul li:hover {
  /* border-bottom: 3px solid #ff322d; */
}

#header .global-menu-wrap > ul::after {
  content: "";
  display: block;
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  transition: opacity 0.3s ease;
  background: rgba(0, 0, 0, 0.8);
  pointer-events: none;
  opacity: 0;
}

#header .global-menu-wrap > ul.is-menu-open::after {
  opacity: 1;
}

#header .global-menu-wrap > ul > li > a {
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #222;
  text-align: center;
  display: flex;
  align-items: center;
  font-family: "TTNormsPro-Medium", sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0 20px;
  white-space: nowrap;
}

#header .global-menu-wrap > ul > li > a::after {
  content: "";
  display: block;
  /* width: 100%; */
  height: 3px;
  background: #ff322d;
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 0;
  transform: translate(0, 4px);
  transition: transform 0.3s ease;
  pointer-events: none;
}

/* #header .global-menu-wrap > ul > li > a:hover{
  opacity: 1;
} */
#header .global-menu-wrap > ul > li:hover > a::after {
  transform: translate(0, 0);
}

#header .global-menu-wrap #price_menu {
  max-width: 100%;
  min-width: 1024px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

#header .global-menu-wrap > #price_menu li {
  /*width: calc(100% / 9);*/
  /* padding: 0 calc(2.131% - 5px); */
  height: 40px;
  display: flex;
  align-items: center;
  /* border-bottom: 3px solid #f2f2f2; */
}

#header .global-menu-wrap > #price_menu li:hover {
  /* border-bottom: 3px solid #ff322d; */
}

#header .global-menu-wrap > #price_menu::after {
  content: "";
  display: block;
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  transition: opacity 0.3s ease;
  background: rgba(0, 0, 0, 0.8);
  pointer-events: none;
  opacity: 0;
}

#header .global-menu-wrap > #price_menu.is-menu-open::after {
  opacity: 1;
}

#header .global-menu-wrap > #price_menu > li > a {
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #222;
  text-align: center;
  display: flex;
  align-items: center;
  font-family: "TTNormsPro-Medium", sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0 20px;
}

#header .global-menu-wrap > #price_menu > li > a::after {
  content: "";
  display: block;
  /* width: 100%; */
  height: 3px;
  background: #ff322d;
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 0;
  transform: translate(0, 4px);
  transition: transform 0.3s ease;
  pointer-events: none;
}

/* #header .global-menu-wrap > ul > li > a:hover{
  opacity: 1;
} */
#header .global-menu-wrap > #price_menu > li:hover > a::after {
  transform: translate(0, 0);
}

#header .global-menu-wrap > ul > li.menu-holiday > a {
  color: #ff322d;
}

#header .global-menu-wrap ul li .sub-global-menu {
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  background-color: #ffffff;
  top: 40px;
  /* visibility: hidden; */
  transition: height 0.3s ease;
  /* opacity: 0; */
  z-index: 2;
  /* overflow-x: auto; */
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  overflow-y: hidden;
  overflow-x: hidden;
}
@media (max-height: 799px) {
  #header .global-menu-wrap ul li .sub-global-menu {
    overflow: auto;
  }
}
@media screen and (orientation: portrait) {
  #header .global-menu-wrap ul li .sub-global-menu {
    overflow: auto;
  }
}

#header .global-menu-wrap ul.is-menu-open li .sub-global-menu {
  overflow-x: auto;
}

#header .global-menu-wrap.hide ul li .sub-global-menu {
  display: none;
}

#header .global-menu-wrap ul li:hover .sub-global-menu {
  /* visibility: visible; */
  pointer-events: all;
  height: 1000px;
}

#header .global-menu-wrap ul li.is-active .sub-global-menu {
  opacity: 1;
}

#header.global-menu-hide .global-menu-wrap ul li:hover .sub-global-menu {
  visibility: hidden;
  opacity: 0;
}

#header.global-menu-hide .global-menu-wrap.is-fixed-ordinarily ul li:hover .sub-global-menu {
  visibility: visible;
  opacity: 1;
}

#header .global-menu-wrap ul li .sub-global-menu a {
  text-decoration: none;
}

#header .global-menu-wrap ul li .sub-global-menu a:hover {
  opacity: 1;
}

#header .global-menu-wrap ul li .sub-global-menu-inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1060px;
  box-sizing: border-box;
  padding: 0 20px 50px;
  margin: 0 auto;
  /* -webkit-transition: height .3s ease;
  transition: height .3s ease; */
}

#header .global-menu-wrap ul.is-menu-open li.menu-holiday .sub-global-menu,
#header .global-menu-wrap ul li.menu-holiday .sub-global-menu-inner {
  height: 450px;
}

#header .global-menu-wrap ul.is-menu-open li.menu-journal .sub-global-menu,
#header .global-menu-wrap ul li.menu-journal .sub-global-menu-inner {
  height: 610px;
}

#header .global-menu-wrap ul li.menu-journal .sub-global-menu-inner {
  max-width: 1280px;
  padding-top: 24px;
}

#header .global-menu-wrap ul li.menu-journal .sub-global-menu .ttl-sub-global-menu {
  margin: 18px 0 7px;
}

#header .global-menu-wrap ul.is-menu-open li.menu-foods-drink .sub-global-menu,
#header .global-menu-wrap ul li.menu-foods-drink .sub-global-menu-inner {
  height: 530px;
}

#header .global-menu-wrap ul.is-menu-open li.menu-cooking-table .sub-global-menu,
#header .global-menu-wrap ul li.menu-cooking-table .sub-global-menu-inner {
  height: 350px;
}

#header .global-menu-wrap ul.is-menu-open li.menu-interior .sub-global-menu,
#header .global-menu-wrap ul li.menu-interior .sub-global-menu-inner {
  height: 362px;
}

#header .global-menu-wrap ul.is-menu-open li.menu-beauty .sub-global-menu,
#header .global-menu-wrap ul li.menu-beauty .sub-global-menu-inner {
  height: 480px;
}

#header .global-menu-wrap ul.is-menu-open li.menu-mom-baby .sub-global-menu,
#header .global-menu-wrap ul li.menu-mom-baby .sub-global-menu-inner {
  height: 340px;
}

#header .global-menu-wrap ul.is-menu-open li.menu-catalog-experience .sub-global-menu,
#header .global-menu-wrap ul li.menu-catalog-experience .sub-global-menu-inner {
  height: 210px;
}

#header .global-menu-wrap ul.is-menu-open li.menu-fashion .sub-global-menu,
#header .global-menu-wrap ul li.menu-fashion .sub-global-menu-inner {
  height: 440px;
}

#header .global-menu-wrap ul.is-menu-open li.menu-mens .sub-global-menu,
#header .global-menu-wrap ul li.menu-mens .sub-global-menu-inner {
  height: 300px;
}

@media screen and (min-width: 769px) {
  #header .global-menu-wrap ul.is-menu-open li.null .sub-global-menu,
  #header .global-menu-wrap ul li.null .sub-global-menu-inner {
    height: 300px;
  }
}
#header .global-menu-wrap ul.is-menu-open li.menu-foods-drink .sub-global-menu .menu-box:nth-child(n+3):nth-last-child(n+4),
#header .global-menu-wrap ul li.menu-foods-drink .sub-global-menu-inner .menu-box:nth-child(n+3):nth-last-child(n+4) {
  /*padding-right: 0;*/
}

#header .global-menu-wrap ul li.menu-foods-drink .sub-global-menu-inner .menu-box:nth-child(6) {
  /*padding-bottom: 100px;*/
}

#header .global-menu-wrap ul li.null a, #header .global-menu-wrap ul li.red a, #header .global-menu-wrap ul li.menu-red a, #header .global-menu-wrap ul li.menu-special a {
  color: #ff322d;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  margin-top: -2px;
}

/* #header .global-menu-wrap ul li .sub-global-menu-inner>div {
  width: calc(100% / 5);
} */
#header .global-menu-wrap ul li .sub-global-menu-inner .menu-box {
  /*width: calc( (100% / 4) - 60px);*/
  padding: 0 30px;
}

#header .global-menu-wrap ul li.menu-holiday .sub-global-menu-inner .menu-box,
#header .global-menu-wrap ul li.menu-journal .sub-global-menu-inner .menu-box {
  width: calc(33.3333333333% - 60px);
  padding: 0 30px;
}

.mobile #header .global-menu-wrap ul li.menu-holiday .sub-global-menu-inner .menu-box,
.mobile #header .global-menu-wrap ul li.menu-journal .sub-global-menu-inner .menu-box {
  width: 100%;
  padding: 0 30px;
  padding-left: 0;
}

#header .global-menu-wrap ul li .sub-global-menu ul {
  display: block;
  min-width: inherit;
  overflow: visible;
}

#header .global-menu-wrap ul li .sub-global-menu ul li {
  border-bottom: none;
  padding: 0;
  display: block;
  height: inherit;
}

#header .global-menu-wrap ul li a:hover + .sub-global-menu ul li a {
  pointer-events: all;
}

#header .global-menu-wrap ul li .sub-global-menu ul li + li {
  margin-top: 2px;
}

/* 20191212 animationがおかしくなっている部分を修正 */
/* #header .global-menu-wrap ul li.menu-holiday .sub-global-menu ul li,
#header .global-menu-wrap ul li.menu-journal .sub-global-menu ul li{
  overflow: hidden;
} */
#header .global-menu-wrap ul li .sub-global-menu ul li a {
  font-size: 12px;
  line-height: 1.5;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  color: #666666;
  /*text-decoration: underline #fff;
  */
  text-decoration: none;
  text-align: left;
  transition: color 0.2s ease, -webkit-text-decoration 0.2s ease 0.03s;
  transition: color 0.2s ease, text-decoration 0.2s ease 0.03s;
  transition: color 0.2s ease, text-decoration 0.2s ease 0.03s, -webkit-text-decoration 0.2s ease 0.03s;
  -moz-transition: color 0.2s ease, -webkit-text-decoration 0.2s ease 0.03s;
  -ms-transition: color 0.2s ease, -webkit-text-decoration 0.2s ease 0.03s;
  -o-transition: color 0.2s ease, -webkit-text-decoration 0.2s ease 0.03s;
}

#header .global-menu-wrap ul li .sub-global-menu ul li:last-child a {
  color: #222222;
}

#header .global-menu-wrap ul li.menu-holiday .sub-global-menu ul li:last-child a,
#header .global-menu-wrap ul li.menu-journal .sub-global-menu ul li:last-child a {
  color: #666666;
}

#header .global-menu-wrap ul li .sub-global-menu ul li a:hover {
  color: #ff322d;
  /* text-decoration: underline #ff322d; */
}

#header .global-menu-wrap ul li.menu-holiday .sub-global-menu ul li:last-child a:hover,
#header .global-menu-wrap ul li.menu-journal .sub-global-menu ul li:last-child a:hover {
  color: #ff322d;
}

#header .global-menu-wrap ul li .sub-global-menu ul li a.border-bottom::after {
  opacity: 0;
}

#header .global-menu-wrap ul li .sub-global-menu ul li a.border-bottom:hover::after {
  animation-fill-mode: forwards;
}

#header .global-menu-wrap ul li .sub-global-menu ul li a img {
  width: 100%;
  display: none;
}

#header .global-menu-wrap ul li .sub-global-menu .ttl-sub-global-menu {
  font-size: 16px;
  color: #ff322d;
  letter-spacing: 0;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  margin: 42px 0 11px;
}

#header .global-menu-wrap ul li .sub-global-menu .line-01 {
  width: 19%;
}

#header .global-menu-wrap ul li .sub-global-menu .line-02 {
  width: 21.5%;
}

#header .global-menu-wrap ul li .sub-global-menu .line-03 {
  width: 17%;
}

#header .global-menu-wrap ul li .sub-global-menu .line-04 {
  width: 17%;
}

#header .global-menu-wrap ul li .sub-global-menu .line-05 {
  width: 22.035%;
}

#header .global-menu-wrap ul li .sub-global-menu .line-01 ul {
  margin-top: 42px;
}

#header .global-menu-wrap ul li .sub-global-menu .line-01 ul li + li {
  margin-top: 35px;
}

#header .global-menu-wrap ul li .sub-global-menu .line-01 ul li a {
  font-size: 16px;
  color: #222222;
  letter-spacing: 0.1em;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
}

#header .global-menu-wrap ul li .sub-global-menu .line-01 ul li a:hover {
  color: #ff322d;
  /* text-decoration: underline inherit; */
}

#header .global-menu-wrap ul li .sub-global-menu .line-05 ul li .image {
  margin-bottom: 15px;
  padding-top: 61.54%;
  background-position: center;
  background-size: 100% auto;
}

#header .global-menu-wrap ul li .sub-global-menu .line-05 ul li + li {
  margin-top: 40px;
}

#header #headerCover.cover {
  opacity: 1;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  display: none;
}

#header #headerCover.cover.active {
  opacity: 1;
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
}

#header.header.mypage .header-top {
  position: fixed;
  width: 100%;
  background-color: #ffffff;
  z-index: 2;
  border-bottom: 1px solid #eeeeee;
}

body.is-fixed #header.global-menu-hide .global-menu-wrap {
  top: 0;
}

/* ウィンドウの高さが小さい時 */
@media screen and (min-width: 769px) and (max-height: 730px) {
  #header .global-menu-wrap ul li .sub-global-menu ul li + li {
    margin-top: 2px;
  }
  #header .global-menu-wrap ul li .sub-global-menu-inner {
    padding-bottom: 30px;
    max-height: 100%;
  }
  #header .global-menu-wrap ul.is-menu-open li.menu-foods-drink .sub-global-menu,
  #header .global-menu-wrap ul li.menu-foods-drink .sub-global-menu-inner {
    height: 470px;
  }
  #header .global-menu-wrap ul.is-menu-open li.menu-cooking-table .sub-global-menu,
  #header .global-menu-wrap ul li.menu-cooking-table .sub-global-menu-inner {
    height: 370px;
  }
  #header .global-menu-wrap ul.is-menu-open li.menu-interior .sub-global-menu {
    height: 410px;
  }
  #header .global-menu-wrap ul li.menu-interior .sub-global-menu-inner {
    /* max-width: 1000px; */
    height: 410px;
  }
  #header .global-menu-wrap ul.is-menu-open li.menu-beauty .sub-global-menu,
  #header .global-menu-wrap ul li.menu-beauty .sub-global-menu-inner {
    height: 340px;
  }
  #header .global-menu-wrap ul.is-menu-open li.menu-mom-baby .sub-global-menu,
  #header .global-menu-wrap ul li.menu-mom-baby .sub-global-menu-inner {
    height: 300px;
  }
  #header .global-menu-wrap ul.is-menu-open li.menu-catalog-experience .sub-global-menu,
  #header .global-menu-wrap ul li.menu-catalog-experience .sub-global-menu-inner {
    height: 160px;
  }
  #header .global-menu-wrap ul li .sub-global-menu .ttl-sub-global-menu {
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: 7px;
  }
  #header .global-menu-wrap ul li .sub-global-menu ul li a {
    font-size: 11px;
    line-height: 1.3;
  }
}
/* スマートフォンorタブレット横画面用 グロナビ*/
@media screen and (max-width: 1024px) and (min-width: 769px) {
  body.mobile #header .global-menu-wrap {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  body.mobile #header .global-menu-wrap.is-expanded {
    min-height: 100vh;
    background: none;
  }
  body.mobile #header .global-menu-wrap ul {
    display: block;
    justify-content: normal;
    min-width: auto;
    max-width: none;
    white-space: nowrap;
    padding: 0 10px;
    background: #f2f2f2;
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
    overflow-x: scroll;
  }
  body.mobile #header .global-menu-wrap > ul > li {
    display: inline-block;
    height: auto;
    text-align: left;
  }
  body.mobile #header .global-menu-wrap > ul > li > a {
    width: auto;
    font-size: 12px;
    letter-spacing: 0.05em;
    padding: 0 16px;
    background: #f2f2f2;
    height: 40px;
  }
  body.mobile #header .global-menu-wrap > ul > li > a::after {
    left: 14px;
    right: 14px;
  }
  body.mobile #header .global-menu-wrap > ul > li:hover > a::after {
    transform: translate(0, 3px);
  }
  body.mobile #header .global-menu-wrap > ul > li.is-expand-menu > a::after {
    transform: translate(0, 0);
  }
  body.mobile #header .global-menu-wrap #price_menu {
    display: block;
    justify-content: normal;
    min-width: auto;
    max-width: none;
    white-space: nowrap;
    padding: 0 10px;
    background: #f2f2f2;
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
    overflow-x: scroll;
  }
  body.mobile #mv {
    padding-top: 51px;
  }
  body.mobile #header .global-menu-wrap > #price_menu > li {
    display: inline-block;
    height: auto;
    text-align: left;
  }
  body.mobile #header .global-menu-wrap > #price_menu > li > a {
    width: auto;
    font-size: 12px;
    letter-spacing: 0.05em;
    padding: 0 16px;
    background: #f2f2f2;
    height: 50px;
  }
  body.mobile #header .global-menu-wrap > #price_menu > li > a::after {
    left: 14px;
    right: 14px;
  }
  body.mobile #header .global-menu-wrap > #price_menu > li:hover > a::after {
    transform: translate(0, 3px);
  }
  body.mobile #header .global-menu-wrap > #price_menu > li.is-expand-menu > a::after {
    transform: translate(0, 0);
  }
  body.mobile #header .global-menu-wrap ul li .sub-global-menu {
    position: fixed;
    top: 130px;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1;
    height: auto;
    display: none;
    padding: 0;
    transition: none;
    /* visibility: visible; */
    pointer-events: none;
    z-index: 10;
  }
  body.mobile #header .global-menu-wrap ul li:hover .sub-global-menu {
    height: auto;
    visibility: inherit;
  }
  body.mobile #header .global-menu-wrap > ul::after {
    display: none;
  }
  body.mobile #header .global-menu-wrap ul li.is-expand-menu .sub-global-menu {
    pointer-events: all;
    visibility: visible;
    opacity: 1 !important;
  }
  body.mobile #header .global-menu-wrap ul li .sub-global-menu-inner {
    max-height: none !important;
    /* min-height: 100vh; */
    max-width: none;
    display: block;
    padding: 12px 0;
  }
  body.mobile #header .global-menu-wrap ul.is-menu-open li.menu-foods-drink .sub-global-menu,
  body.mobile #header .global-menu-wrap ul li.menu-foods-drink .sub-global-menu-inner,
  body.mobile #header .global-menu-wrap ul.is-menu-open li.menu-cooking-table .sub-global-menu,
  body.mobile #header .global-menu-wrap ul li.menu-cooking-table .sub-global-menu-inner,
  body.mobile #header .global-menu-wrap ul.is-menu-open li.menu-interior .sub-global-menu,
  body.mobile #header .global-menu-wrap ul li.menu-interior .sub-global-menu-inner,
  body.mobile #header .global-menu-wrap ul.is-menu-open li.menu-mom-baby .sub-global-menu,
  body.mobile #header .global-menu-wrap ul li.menu-mom-baby .sub-global-menu-inner,
  body.mobile #header .global-menu-wrap ul.is-menu-open li.menu-beauty .sub-global-menu,
  body.mobile #header .global-menu-wrap ul li.menu-beauty .sub-global-menu-inner,
  body.mobile #header .global-menu-wrap ul.is-menu-open li.menu-catalog-experience .sub-global-menu,
  body.mobile #header .global-menu-wrap ul li.menu-catalog-experience .sub-global-menu-inner {
    height: auto;
    max-width: none;
  }
  body.mobile #header .global-menu-wrap ul li .sub-global-menu-inner .menu-box {
    border-bottom: 1px solid #efefef;
    padding-right: 0;
    padding-left: 0;
  }
  body.mobile #header .global-menu-wrap ul li .sub-global-menu .ttl-sub-global-menu {
    position: relative;
    margin: 0;
    padding: 19px 21px 16px;
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  body.mobile #header .global-menu-wrap ul li .sub-global-menu .ttl-sub-global-menu::before,
  body.mobile #header .global-menu-wrap ul li .sub-global-menu .ttl-sub-global-menu::after {
    content: "";
    display: block;
    width: 7px;
    height: 1px;
    position: absolute;
    top: 26px;
    background: #222;
  }
  body.mobile #header .global-menu-wrap ul li .sub-global-menu .ttl-sub-global-menu::before {
    transform: rotate(45deg);
    right: 27px;
  }
  body.mobile #header .global-menu-wrap ul li .sub-global-menu .ttl-sub-global-menu::after {
    transform: rotate(-45deg);
    right: 22px;
  }
  body.mobile #header .global-menu-wrap ul li .sub-global-menu ul {
    display: none;
    padding: 0 35px;
  }
  body.mobile #header .global-menu-wrap ul li .sub-global-menu ul li {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 38px;
    color: #666;
    text-align: left;
    overflow: hidden;
  }
  body.mobile #header .global-menu-wrap ul li .sub-global-menu ul li a {
    pointer-events: all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }
  body.mobile #header .global-menu-wrap ul li .sub-global-menu ul li:first-child {
    padding-top: 16px;
  }
  body.mobile #header .global-menu-wrap ul li .sub-global-menu ul li:last-child {
    padding-bottom: 16px;
  }
  body.mobile #header .global-menu-wrap ul.is-menu-open li.menu-foods-drink .sub-global-menu .menu-box:nth-child(6), body.mobile #header .global-menu-wrap ul li.menu-foods-drink .sub-global-menu-inner .menu-box:nth-child(6) {
    padding-bottom: 0;
  }
}
/*============================
ヘッダー上のクーポン帯の設定
============================*/
.header-coupon-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: #FF2A2C;
  z-index: 20;
}

.header-coupon-area .block-coupon {
  height: 30px;
  box-sizing: border-box;
  border-bottom: 1px solid #efefef;
}

.header-coupon-area .block-coupon .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.header-coupon-area .block-coupon .text {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 40px;
  text-align: center;
  color: white;
  text-decoration: none;
}

.header-coupon-area .block-coupon .btn {
  height: 30px;
  width: 135px;
  margin-left: 15px;
}

.header-coupon-area .block-coupon .btn a {
  height: 100%;
  width: 100%;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  border-radius: 9px;
  padding: 8px 0;
  box-sizing: border-box;
  box-sizing: border-box;
}

.header-info-area {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  text-align: center;
  background: white;
  z-index: 20;
}

.header-coupon-area + .header-info-area {
  top: 30px;
}

.header-info-area .block-info {
  height: 30px;
  box-sizing: border-box;
  border-bottom: 1px solid #EEEEEE;
}

.header-info-area .block-info .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.header-info-area .block-info .text {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 40px;
  text-align: center;
  color: #FF2A2C;
  text-decoration: none;
}

.header-info-area .block-info .text::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 7px;
  margin-left: 12px;
  background-image: url(../../assets/images/common/ico_coupon_arrow_red.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.header-info-area .block-info .btn {
  height: 30px;
  width: 135px;
  margin-left: 15px;
}

.header-info-area .block-info .btn a {
  height: 100%;
  width: 100%;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  border-radius: 9px;
  padding: 8px 0;
  box-sizing: border-box;
  box-sizing: border-box;
}

/* =======================================
 breadcrumb
 ======================================= */
.breadcrumb {
  max-width: 1280px;
  min-width: 1024px;
  box-sizing: border-box;
  padding: 0 50px;
  text-align: center;
  margin: 15px auto 0;
}

.breadcrumb ol li {
  font-size: 11px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #777;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.breadcrumb ol li a {
  text-decoration: none;
  color: #777;
}

.breadcrumb ol li:after {
  content: "";
  display: inline-block;
  margin: 0 10px;
  background-image: url(../../assets/images/common/icon-breadcrumb-arrow.svg);
  background-size: 5px 7px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 5px;
  height: 13px;
  vertical-align: text-bottom;
}

.breadcrumb ol li:last-child:after {
  content: none;
  margin: 0 0;
}

/* =======================================
 footer
 ======================================= */
#footer {
  position: relative;
  background-color: #f2f2f2;
}

#footer .footer-top-line {
  height: 30px;
  background-image: url(../../assets/images/common/img-footer-line.svg);
  background-color: #ff322d;
  background-repeat: repeat no-repeat;
  background-position: left center;
  background-size: auto 30px;
  animation: repeatFooterRibbon 50s linear infinite;
}
@keyframes repeatFooterRibbon {
  0% {
    background-position: 0 0;
  }
  100% {
    /* 数値は画像の横幅 正：左から右へ、負：右から左へ*/
    background-position: -1265px 0;
  }
}
#footer {
  min-width: 1024px;
}

#footer .footer-inner {
  width: 95%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 90px 0 70px;
}

#footer .footer-inner .footer-menu {
  display: flex;
  justify-content: space-between;
}

#footer .footer-inner .footer-menu-block.about {
  width: 29%;
  max-width: 330px;
}

#footer .footer-inner .footer-menu-block.menu {
  width: calc(67% - 72px);
  margin-right: 4%;
}

#footer .footer-inner .footer-menu-block .block-inner {
  display: flex;
  justify-content: space-between;
}

#footer .footer-inner .footer-menu-block .title {
  font-family: "TTNormsPro-Bold", sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 24px;
  text-align: left;
  color: #ff322d;
  width: 100%;
  margin-bottom: 20px;
}
#footer .footer-inner .footer-menu-block .title.link-title {
  margin-top: 20px;
}

#footer .footer-inner .footer-about {
  max-width: 330px;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 22px;
  text-align: left;
  color: #666;
}

#footer .footer-inner .footer-about .title {
  margin-bottom: 27px;
}

#footer .footer-inner .footer-about .text {
  margin-bottom: 27px;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
}

#footer .footer-inner .footer-about .btn {
  width: 100%;
  max-width: 300px;
  height: 60px;
  margin-top: 50px;
  line-height: 1;
}

#footer .footer-inner .footer-about .btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 23px 0;
  box-sizing: border-box;
  text-align: center;
  font-family: "TTNormsPro-Bold", sans-serif;
  font-weight: normal;
}

#footer .footer-inner .footer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 24px;
  text-align: left;
  color: #777;
}

#footer .footer-inner .footer-list ul:not(:last-child) {
  margin-right: 11%;
}

#footer .footer-inner .footer-list li:not(:last-child) {
  margin-bottom: 6px;
}

#footer .footer-inner .footer-list a {
  color: inherit;
  text-decoration: none;
}
#footer .footer-inner .footer-list a.ja {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
}
#footer .footer-inner .footer-list a.keep-text {
  word-break: keep-all;
}

#footer .footer-inner .footer-list a.border-bottom::after {
  opacity: 0;
}

#footer .footer-inner .footer-list a:hover {
  color: #ff322d;
}

#footer .footer-inner .footer-list a.border-bottom:hover::after {
  opacity: 1;
}

#footer .footer-inner .footer-list.support {
  flex-basis: 310px;
}

#footer .footer-inner .footer-list.company {
  flex-basis: 170px;
}

#footer .footer-inner .footer-list.sns {
  flex-basis: 110px;
  font-family: "TTNormsPro-Bold", sans-serif;
  font-weight: normal;
}

#footer .footer-inner .credit-logo {
  max-width: 556px;
  margin-top: 37px;
}

#footer .footer-inner .credit-logo img {
  width: 100%;
  height: auto;
}

#footer .footer-inner .copyright {
  width: 100%;
  font-family: "TTNormsPro-Medium", sans-serif;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 40px;
  text-align: left;
  color: #777;
  margin-top: 40px;
  display: block;
}

@media screen and (max-width: 1120px) {
  #footer .footer-inner .footer-menu-block.about {
    margin-right: 4%;
  }
  #footer .footer-inner .footer-menu-block.menu {
    width: calc(71% - 72px);
    margin-right: 4%;
  }
  #footer .footer-inner .footer-list {
    letter-spacing: 0;
  }
  #footer .footer-inner .footer-list ul:not(:last-child) {
    margin-right: 8%;
  }
}
#footer.footer.mypage {
  height: 200px;
  margin-top: 115px;
  overflow: hidden;
}

#footer.footer.mypage .footer-inner {
  /* width: 92.1875%; */
  width: auto;
  max-width: 1280px;
  min-width: 1024px;
  /* margin: 114px auto 0; */
  margin: 0 auto;
  display: block;
  padding: 0 50px 90px;
  box-sizing: border-box;
}

#footer.footer.mypage .footer-inner .link {
  padding-top: 64px;
  padding-bottom: 32px;
}

#footer.footer.mypage .footer-inner .link ul {
  font-size: 0;
}

#footer.footer.mypage .footer-inner .link ul li {
  display: inline-block;
  margin-right: 18px;
  margin-bottom: 22px;
}

#footer.footer.mypage .footer-inner .link ul li:last-child {
  margin-right: 0;
}

#footer.footer.mypage .footer-inner .link ul li a {
  font-size: 12px;
  color: #777;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  text-decoration: none;
}

#footer.footer.mypage .footer-inner small {
  font-family: "TTNormsPro-Medium", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #777;
  text-align: left;
  letter-spacing: 0.08em;
  display: inline-block;
}

/* =======================================
 content
 ======================================= */
#content-wrap {
  padding-top: 180px;
  display: block;
}
@media screen and (max-width: 768px) {
  #content-wrap {
    padding-top: 200px;
  }
}

#content-wrap.mypage {
  padding-top: 110px;
  min-height: calc(100vh - 80px - 200px - 115px);
  /*100vh - ヘッダーの高さ - フッターの高さ - フッター上のマージン*/
  margin-bottom: 115px;
}
@media screen and (max-width: 768px) {
  #content-wrap.mypage {
    padding-top: 80px;
    margin-bottom: 73px;
  }
}

#content-wrap.page-cart-login {
  margin-bottom: 115px;
}

#header.global-menu-hide + #content-wrap {
  /* padding-top: 80px; */
}

/* =======================================
 page-top
 ======================================= */
.page-top {
  position: absolute;
  top: 96px;
  right: 22px;
  z-index: 10;
}

.page-top a {
  text-decoration: none;
  /* pointer-events: none; */
  display: block;
  width: 12px;
  height: 60px;
}

.page-top a.active {
  pointer-events: all;
}

.page-top .image {
  /* position: absolute;
  top: -35px;
  left: 10px; */
  transition: all 0.3s ease;
  /* opacity: 0; */
}

.page-top a:hover .image {
  transform: translate(0, -5px);
}

.page-top .text {
  font-family: "TTNormsPro-Bold", sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #333;
  transform: matrix(0, 1, -1, 0, 0, 0);
  letter-spacing: 0.15em;
  transition: all 0.3s ease;
  /* opacity: 0; */
  font-weight: normal;
  position: absolute;
  left: -10px;
  top: 35px;
}

.page-top a.active .image {
  opacity: 1;
}

.page-top a.active .text {
  opacity: 1;
}

/* =======================================
 GIFT FINDER
 ======================================= */
#finder {
  position: fixed;
  bottom: 30px;
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  text-align: right;
  /* z-index: 1; */
  z-index: 100;
  pointer-events: none;
}

#finder.active {
  z-index: 300;
  pointer-events: all;
}

#finder .finder-wrap {
  font-size: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  z-index: 2;
  pointer-events: none;
}

#finder .finder-initial {
  font-size: 12px;
  color: #ff322d;
  text-align: center;
  background-color: #ffffff;
  padding: 19px 30px 19px 41px;
  border-radius: 30px;
  letter-spacing: 0.08em;
  box-shadow: 2.828px 2.828px 7px 0px rgba(5, 0, 1, 0.15);
  position: relative;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  pointer-events: all;
  transform: scale(0, 0);
  transition: transform 0.25s cubic-bezier(0.4, 1, 0.8, 1.05), opacity 0.2s cubic-bezier(0.57, 0.06, 0.68, 1.1);
  transform-origin: right center;
  opacity: 0;
  pointer-events: all;
}

#finder .finder-initial.is-show {
  opacity: 1;
  transform: scale(1, 1);
  transition: transform 0.28s cubic-bezier(0.02, 1.23, 0.84, 1.1), opacity 0.25s ease;
  cursor: pointer;
}

#finder .finder-initial:after {
  content: "";
  display: block;
  background-image: url(../../assets/images/top/img-ballon-tail.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 17px;
  height: 15px;
  background-size: 100%;
  right: -7px;
  top: 19px;
}

#finder .finder-initial .close-icon {
  position: absolute;
  font-size: 0;
  left: -2px;
  top: -4px;
}

#finder .finder-initial .close-icon a {
  border-radius: 20px;
  background-color: #ff322d;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s cubic-bezier(0.48, 1.5, 0.56, 1.2);
}

#finder .finder-initial .close-icon a:hover {
  transform: scale(1.05);
}

#finder .finder-initial .close-icon a .icon {
  width: 8px;
  height: 8px;
  position: relative;
}

#finder .finder-initial .close-icon a .icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}

#finder .finder-initial .close-icon a .icon span:nth-of-type(1) {
  transform: translateY(3px) rotate(-45deg);
}

#finder .finder-initial .close-icon a .icon span:nth-of-type(2) {
  transform: translateY(3px) rotate(45deg);
}

#finder .finder-body {
  text-align: center;
  background-color: #ffffff;
  padding: 63px 0 19px 0;
  border-radius: 30px;
  letter-spacing: 0.08em;
  box-shadow: 2.828px 2.828px 7px 0px rgba(5, 0, 1, 0.15);
  position: relative;
  width: 89%;
  height: calc(100vh - 47px);
  display: none;
  box-sizing: border-box;
}

#finder.active .finder-body {
  pointer-events: all;
}

#finder .finder-body:after {
  content: "";
  display: block;
  background-image: url(../../assets/images/top/img-ballon-tail.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 17px;
  height: 15px;
  background-size: 100%;
  right: -7px;
  bottom: 19px;
}

#finder .finder-body h2 {
  font-size: 80px;
  color: #ff322d;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.02em;
}

#finder .finder-body .close-icon {
  position: absolute;
  top: 31px;
  right: 30px;
}

#finder .finder-body .close-icon a {
  width: 15px;
  height: 15px;
  display: block;
  position: relative;
  transition: transform 0.3s cubic-bezier(0.48, 1.5, 0.56, 1.2);
}

#finder .finder-body .close-icon a:hover {
  transform: scale(1.1);
}

#finder .finder-body .close-icon a span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ff322d;
}

#finder .finder-body .close-icon a span:nth-of-type(1) {
  transform: translateY(7px) rotate(-45deg);
}

#finder .finder-body .close-icon a span:nth-of-type(2) {
  transform: translateY(7px) rotate(45deg);
}

#finder .finder-body .finder-body-content {
  margin-top: 60px;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translate(0, -51%);
}

#finder .finder-body .finder-body-content p {
  font-size: 20px;
  color: #ff322d;
  line-height: 2;
  text-align: center;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
}

#finder .finder-body .finder-body-content .finder-btn-wrapper {
  width: 300px;
  margin: 0 auto;
}

#finder .finder-body .finder-body-content .finder-btn {
  /* color: #ffffff;
  background-color: #ff322d;
  font-size: 12px;
  text-align: center;
  text-decoration: none; */
  display: inline-block;
  padding: 23px 0;
  width: 100%;
  /* border-radius: 50px;
  border:1px solid #ff322d; */
}

#finder .finder-body .finder-body-content .finder-start .finder-btn {
  margin-top: 70px;
}

#finder .finder-body .finder-body-content .finder-chat {
  border-top: 1px solid #eeeeee;
  margin-top: 81px;
  padding-top: 91px;
}

#finder .finder-body .finder-body-content .finder-chat .finder-chat-btn {
  /* color: #ff322d;
  background-color: #ffffff; */
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 300px;
  height: 60px;
  box-sizing: border-box;
  border-radius: 50px;
  /* border:1px solid #ff322d; */
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
}

#finder .finder-body .finder-body-content .finder-chat .finder-chat-btn .ico {
  display: inline-block;
  width: 25px;
  height: 22px;
  position: relative;
  margin: 0 15px 0 -15px;
  vertical-align: middle;
}

#finder .finder-body .finder-body-content .finder-chat .finder-chat-btn .ico::before,
#finder .finder-body .finder-body-content .finder-chat .finder-chat-btn .ico::after {
  content: "";
  display: inline-block;
  background: no-repeat center center;
  background-size: contain;
  transition: opacity 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#finder .finder-body .finder-body-content .finder-chat .finder-chat-btn .ico::before {
  background-image: url(../images/top/img-finder-chat.svg);
  opacity: 1;
}

#finder .finder-body .finder-body-content .finder-chat .finder-chat-btn .ico::after {
  background-image: url(../images/top/img-finder-chat-white.svg);
  opacity: 0;
}

#finder .finder-body .finder-body-content .finder-chat .finder-chat-btn:hover .ico::before {
  opacity: 0;
}

#finder .finder-body .finder-body-content .finder-chat .finder-chat-btn:hover .ico::after {
  opacity: 1;
}

#finder .finder-body .finder-body-content #finderList {
  display: none;
  margin-top: -97px;
}

#finder .finder-body .finder-body-content .finder-list {
  font-size: 12px;
}

#finder .finder-body .finder-body-content .finder-list > li {
  display: none;
}

#finder .finder-body .finder-body-content .finder-list > li.active {
  display: block;
}

#finder .finder-body .finder-body-content .finder-list > li > ul {
  margin-top: 67px;
}

#finder .finder-body .finder-body-content .finder-list > li > ul > li {
  margin-bottom: 30px;
}

#finder #finder-nav {
  position: absolute;
  width: 100%;
  display: none;
  bottom: 45px;
}

#finder #finder-nav ul {
  font-size: 0;
}

#finder #finder-nav ul li {
  display: inline-block;
}

#finder #finder-nav ul li a {
  text-decoration: none;
  font-size: 10px;
  display: block;
  padding: 6px;
}

#finder #finder-nav ul li a::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #cccccc;
  display: block;
  border-radius: 8px;
}

#finder #finder-nav ul li a.active:after {
  background-color: #ff322d;
}

#finder .finder-face {
  margin-left: 18px;
  pointer-events: all;
}

#finder .finder-face a {
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2.828px 2.828px 7px 0px rgba(5, 0, 1, 0.15);
  transition: transform 0.3s cubic-bezier(0.48, 1.5, 0.56, 1.2);
}

#finder .finder-face a:hover {
  transform: scale(1.05);
}

#finder .finder-face a img {
  width: 19px;
}

#finder .finder-cover {
  background-color: #000000;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  transition: all 0.4s;
}

#finder.active .finder-cover {
  opacity: 0.8;
  visibility: visible;
}

/* =======================================================
  SP
======================================================= */
@media only screen and (max-width: 768px) {
  /* =======================================
   base
   ======================================= */
  .sp {
    display: inherit;
  }
  .pc {
    display: none;
  }
  /* a:hover{
    opacity: 1;
  } */
  .btn a:hover {
    transform: none;
  }
  /* =======================================
   header
  ======================================= */
  #header h1 {
    width: 140px;
    margin: 16px auto 12px;
  }
  #header .header_logo {
    width: 140px;
    margin: 16px auto 12px;
  }
  #header .header-top {
    border-bottom: 1px solid #eee;
    height: 55px;
    min-width: 100%;
  }
  #header .menu-button-wrap {
    top: 16.5px;
    left: 10px;
  }
  #header .search-button-wrap {
    top: 18px;
    left: 51px;
  }
  #header .menu-trigger {
    width: 18px;
    height: 14px;
  }
  #header .menu-trigger span:nth-of-type(2) {
    top: 6px;
  }
  #header .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(6px) rotate(-45deg);
  }
  #header .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-6px) rotate(45deg);
  }
  #header .menu-wrap {
    width: 320px;
    left: 0;
    padding: 82px 15px 48px;
    transform: translate(-320px, 0);
  }
  #header .menu-wrap .menu-wrap-title {
    font-size: 14px;
    line-height: 15px;
    padding: 0 5px 0 5px;
    letter-spacing: 0.12em;
  }
  #header .menu-wrap ul li a {
    font-size: 13px;
    line-height: 50px;
    letter-spacing: 0.075em;
    padding: 0 7px 0 7px;
  }
  #header .menu-wrap ul li a:hover {
    color: inherit;
  }
  #header .menu-wrap ul li a:hover::after {
    /* -webkit-transform: none;
            transform: none; */
  }
  #header .menu-wrap .user-menu {
    margin: 5px 0 0;
  }
  #header .menu-wrap .search-form .form-bg {
    padding-bottom: 9px;
  }
  #header .menu-wrap .search-form .form-bg input[type=text] {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.01em;
    margin-left: 6px;
    width: calc(100% - 65px);
    height: auto;
  }
  #header .menu-wrap .menu {
    margin-top: 10px;
    margin: 5px 0 49px;
  }
  #header .menu-wrap .link {
    margin-top: 36px;
  }
  #header .menu-wrap .link li a {
    line-height: 35px;
    letter-spacing: 0.075em;
    padding: 0 5px 0 5px;
  }
  #header .menu-wrap .sns {
    margin-top: 22px;
    padding: 0 5px;
  }
  #header .menu-wrap .sns li + li {
    margin-left: 33px;
  }
  #header .menu-wrap .sns a:hover {
    transform: none;
  }
  #header .menu-wrap .sns .instagram a img {
    width: 14px;
  }
  #header .menu-wrap .sns .facebook a img {
    width: 9px;
  }
  #header .menu-wrap .sns .twitter a img {
    width: 16px;
  }
  #header .menu-wrap .sns .youtube a img {
    width: 17px;
  }
  #header .menu-wrap .sns:after {
    width: 70px;
    height: 82px;
    background-size: 70px 82px;
    bottom: -6px;
    right: 6px;
  }
  #header .menu-wrap ul li div {
    width: 320px;
    right: -320px;
    padding: 0px 15px 48px;
  }
  #header .menu-wrap ul li div ul li.title {
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 15px;
    margin-bottom: 11px;
  }
  #header .menu-wrap ul li div ul li a {
    padding: 0 10px 0 0;
  }
  #header .menu-wrap ul li div ul li:first-child a:hover::before {
    transform: none;
  }
  #header .menu-wrap ul li div.menu-accordion {
    left: -16px;
  }
  #header .user-item {
    right: 19px;
    top: 13px;
  }
  #header .user-item img {
    width: 100%;
    height: auto;
  }
  #header .user-item ul li.board {
    margin-right: 21px;
    width: 18px;
    transition: opacity 0.2s ease;
  }
  #header .user-item ul li.cart {
    width: 21px;
  }
  #header .user-item ul li.cart .badge {
    font-size: 8px;
    line-height: 14px;
    top: -7px;
    right: -9px;
    width: 14px;
    height: 14px;
  }
  #header .global-menu-wrap {
    top: 55px;
  }
  #header .global-menu-wrap.is-expanded {
    min-height: 100vh;
    background: none;
  }
  #header .global-menu-wrap ul {
    display: block;
    justify-content: normal;
    min-width: auto;
    max-width: none;
    white-space: nowrap;
    padding: 0 10px;
    background: #f2f2f2;
    font-size: 0;
    letter-spacing: 0;
    overflow-x: scroll;
  }
  #header .global-menu-wrap > ul > li {
    display: inline-block;
    height: auto;
  }
  #header .global-menu-wrap > ul > li > a {
    width: auto;
    font-size: 12px;
    letter-spacing: 0.05em;
    padding: 0 16px;
    background: #f2f2f2;
    height: 40px;
  }
  #header .global-menu-wrap > ul > li > a::after {
    left: 14px;
    right: 14px;
  }
  #header .global-menu-wrap > ul > li:hover > a::after {
    transform: translate(0, 3px);
  }
  #header .global-menu-wrap > ul > li.is-expand-menu > a::after {
    transform: translate(0, 0);
  }
  #header .global-menu-wrap #price_menu {
    display: block;
    justify-content: normal;
    min-width: auto;
    max-width: none;
    white-space: nowrap;
    padding: 0 10px;
    background: #f2f2f2;
    font-size: 0;
    letter-spacing: 0;
    overflow-x: scroll;
  }
  #header .global-menu-wrap > #price_menu > li {
    display: inline-block;
    height: auto;
  }
  #header .global-menu-wrap > #price_menu > li > a {
    width: auto;
    font-size: 12px;
    letter-spacing: 0.05em;
    padding: 0 16px;
    background: #f2f2f2;
    height: 40px;
  }
  #header .global-menu-wrap > #price_menu > li > a::after {
    left: 14px;
    right: 14px;
  }
  #header .global-menu-wrap > #price_menu > li:hover > a::after {
    transform: translate(0, 3px);
  }
  #header .global-menu-wrap > #price_menu > li.is-expand-menu > a::after {
    transform: translate(0, 0);
  }
  #header .global-menu-wrap ul li .sub-global-menu {
    position: fixed;
    top: 106px;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1;
    height: auto;
    display: none;
    padding: 0;
    transition: none;
    /* visibility: visible; */
    pointer-events: none;
  }
  #header .global-menu-wrap ul li:hover .sub-global-menu {
    height: auto;
    visibility: inherit;
  }
  #header .global-menu-wrap > ul::after {
    display: none;
  }
  #header .global-menu-wrap ul li.is-expand-menu .sub-global-menu {
    pointer-events: all;
  }
  #header .global-menu-wrap ul li .sub-global-menu-inner {
    max-height: none !important;
    /* min-height: 100vh; */
    max-width: none;
    display: block;
    padding: 12px 0;
  }
  #header .global-menu-wrap ul li.menu-journal .sub-global-menu-inner {
    padding: 12px 0;
  }
  #header .global-menu-wrap ul.is-menu-open li.menu-foods-drink .sub-global-menu,
  #header .global-menu-wrap ul li.menu-foods-drink .sub-global-menu-inner,
  #header .global-menu-wrap ul.is-menu-open li.menu-cooking-table .sub-global-menu,
  #header .global-menu-wrap ul li.menu-cooking-table .sub-global-menu-inner,
  #header .global-menu-wrap ul.is-menu-open li.menu-interior .sub-global-menu,
  #header .global-menu-wrap ul li.menu-interior .sub-global-menu-inner,
  #header .global-menu-wrap ul.is-menu-open li.menu-mom-baby .sub-global-menu,
  #header .global-menu-wrap ul li.menu-mom-baby .sub-global-menu-inner,
  #header .global-menu-wrap ul.is-menu-open li.menu-beauty .sub-global-menu,
  #header .global-menu-wrap ul li.menu-beauty .sub-global-menu-inner,
  #header .global-menu-wrap ul.is-menu-open li.menu-catalog-experience .sub-global-menu,
  #header .global-menu-wrap ul li.menu-catalog-experience .sub-global-menu-inner {
    height: auto;
    max-width: none;
  }
  #header .global-menu-wrap ul.is-menu-open li.menu-foods-drink .sub-global-menu .menu-box:nth-child(6),
  #header .global-menu-wrap ul li.menu-foods-drink .sub-global-menu-inner .menu-box:nth-child(6) {
    padding-bottom: 0;
  }
  #header .global-menu-wrap ul li .sub-global-menu-inner .menu-box {
    border-bottom: 1px solid #efefef;
    padding-right: 0;
    padding: 0;
    width: 100%;
  }
  #header .global-menu-wrap ul li.menu-holiday .sub-global-menu-inner .menu-box,
  #header .global-menu-wrap ul li.menu-journal .sub-global-menu-inner .menu-box {
    width: 100%;
    padding: 0 0;
  }
  #header .global-menu-wrap ul.is-menu-open li.menu-foods-drink .sub-global-menu .menu-box,
  #header .global-menu-wrap ul li.menu-foods-drink .sub-global-menu-inner .menu-box {
    padding-right: 0;
  }
  #header .global-menu-wrap ul li .sub-global-menu .ttl-sub-global-menu {
    position: relative;
    margin: 0;
    padding: 19px 21px 16px;
    font-size: 13px;
    letter-spacing: 0.05em;
    color: #222222;
  }
  #header .global-menu-wrap ul li.menu-journal .sub-global-menu .ttl-sub-global-menu {
    margin: 0;
  }
  #header .global-menu-wrap ul li .sub-global-menu .ttl-sub-global-menu::before,
  #header .global-menu-wrap ul li .sub-global-menu .ttl-sub-global-menu::after {
    content: "";
    display: block;
    width: 7px;
    height: 1px;
    position: absolute;
    top: 26px;
    background: #222;
  }
  #header .global-menu-wrap ul li .sub-global-menu .ttl-sub-global-menu::before {
    transform: rotate(45deg);
    right: 27px;
  }
  #header .global-menu-wrap ul li .sub-global-menu .ttl-sub-global-menu::after {
    transform: rotate(-45deg);
    right: 22px;
  }
  #header .global-menu-wrap ul li .sub-global-menu ul {
    display: none;
    padding: 0 35px;
  }
  #header .global-menu-wrap ul li .sub-global-menu ul li {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 38px;
    color: #666;
    overflow: hidden;
  }
  #header .global-menu-wrap ul li .sub-global-menu ul li a {
    pointer-events: all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }
  #header .global-menu-wrap ul li .sub-global-menu ul li:first-child {
    padding-top: 16px;
  }
  #header .global-menu-wrap ul li .sub-global-menu ul li:last-child {
    padding-bottom: 16px;
  }
  #content-wrap {
    min-width: inherit;
    padding-top: 200px;
  }
  #content-wrap.mypage {
    padding-top: 54px;
    min-height: auto;
  }
  #header.global-menu-hide + #content-wrap {
    /* padding-top: 54px; */
  }
  #header .menu-wrap ul li div.menu-accordion ul li a:after {
    right: 25px !important;
  }
  #header .menu-wrap ul li div.menu-accordion ul li a {
    letter-spacing: 0;
    font-size: 12px;
    padding: 0 0px 0 27px;
  }
  /*============================
  ヘッダー上のクーポン帯の設定
  ============================*/
  .header-coupon-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 20;
  }
  .header-coupon-area .block-coupon {
    height: 25px;
    box-sizing: border-box;
    border-bottom: 1px solid #efefef;
  }
  .header-coupon-area .block-coupon .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0 9px;
  }
  .header-coupon-area .block-coupon .text {
    font-size: 10px;
    letter-spacing: 0.03em;
    line-height: 1.2;
    text-align: left;
    width: 98%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 3px;
  }
  .header-coupon-area .block-coupon .btn {
    height: 25px;
    width: 105px;
    margin-left: 0;
  }
  .header-coupon-area .block-coupon .btn a {
    font-size: 12px;
    letter-spacing: 0.04em;
    line-height: 1;
    border-radius: 4px;
    padding: 6px 0;
  }
  /* =======================================
    breadcrumb
  ======================================= */
  .breadcrumb {
    min-width: 100%;
    text-align: left;
    padding: 0 15px;
    margin: 10px auto 0;
    white-space: nowrap;
    overflow: auto;
    display: none;
  }
  .breadcrumb ol li {
    font-size: 10px;
  }
  .breadcrumb ol li:after {
    margin: 0 5px;
  }
  .breadcrumb ol li:last-child {
    padding-right: 15px;
  }
  /* =======================================
    footer
  ======================================= */
  #footer {
    min-width: inherit;
  }
  #footer .footer-inner {
    display: block;
    width: 85.333%;
    margin: 0 auto;
    max-width: inherit;
    min-width: inherit;
    padding: 51px 0 65px;
  }
  #footer .footer-inner .footer-menu {
    display: block;
  }
  #footer .footer-inner .footer-menu-block.about {
    width: 100%;
    max-width: auto;
    margin-right: 0;
    margin-bottom: 50px;
  }
  #footer .footer-inner .footer-menu-block.menu {
    width: 100%;
  }
  #footer .footer-inner .footer-menu-block .block-inner {
    display: block;
  }
  #footer .footer-inner .footer-menu-block .title {
    font-size: 13px;
    letter-spacing: 0.07em;
    line-height: 1;
    text-align: left;
    color: #ff322d;
    width: 100%;
    margin-bottom: 9px;
  }
  #footer .footer-inner .footer-menu-block .title.link-title {
    margin-top: 29px;
  }
  #footer .footer-inner .footer-about {
    max-width: 330px;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 22px;
    text-align: left;
    color: #666;
  }
  #footer .footer-inner .footer-about .btn {
    width: 100%;
    max-width: inherit;
    height: 60px;
    margin-top: 29px;
    line-height: 1;
  }
  #footer .footer-inner .footer-about .btn a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 23px 0;
    box-sizing: border-box;
    text-align: center;
  }
  #footer .footer-inner .footer-list {
    display: block;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 23px;
    text-align: left;
    color: #777;
  }
  #footer .footer-inner .footer-list:not(:last-child) {
    margin-bottom: 29px;
  }
  #footer .footer-inner .footer-list ul:not(:last-child) {
    margin-right: 11%;
  }
  #footer .footer-inner .footer-list li {
    display: inline-block;
  }
  #footer .footer-inner .footer-list li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 13px;
  }
  #footer .footer-inner .footer-list a {
    color: inherit;
    text-decoration: none;
  }
  #footer .footer-inner .footer-list a.border-bottom::after {
    display: none;
  }
  #footer .footer-inner .footer-list a:hover {
    color: inherit;
  }
  #footer .footer-inner .footer-list.support {
    flex-basis: auto;
  }
  #footer .footer-inner .footer-list.company {
    flex-basis: auto;
  }
  #footer .footer-inner .footer-list.sns {
    flex-basis: auto;
  }
  #footer .footer-inner .footer-list.sns li {
    display: block;
    margin-right: 0;
  }
  #footer .footer-inner .credit-logo {
    margin-top: 48px;
  }
  #footer .footer-inner .credit-logo img {
    width: 100%;
    height: auto;
  }
  #footer .footer-inner .copyright {
    width: 100%;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.09em;
    line-height: 20px;
    text-align: left;
    color: #777;
    margin-top: 48px;
    display: block;
  }
  #footer.footer.mypage {
    height: auto;
    overflow: hidden;
    margin-top: 84px;
  }
  #footer.footer.mypage .footer-inner {
    min-width: 92.1875%;
    flex-wrap: wrap-reverse;
    width: 85.333%;
    margin: 0 auto;
    padding: 0 0 9%;
    max-width: inherit;
    min-width: inherit;
  }
  #footer.footer.mypage .footer-inner .link {
    padding-top: 9%;
    padding-bottom: 6px;
  }
  #footer.footer.mypage .footer-inner .link ul li {
    margin-bottom: 5%;
  }
  #footer.footer.mypage .footer-inner small {
    font-size: 12px;
    color: #777;
    line-height: 1.667;
    padding-top: 10px;
  }
  /* =======================================
   page-top
   ======================================= */
  .page-top {
    top: 62px;
    right: 18px;
  }
  .page-top a {
    width: 12px;
    height: 50px;
  }
  .page-top .image {
    top: -27px;
    left: 10px;
  }
  .page-top a:hover .image {
    transform: none;
  }
  .page-top .text {
    left: -12px;
    top: 27px;
    font-size: 13px;
  }
  /* =======================================
   GIFT FINDER
   ======================================= */
  #finder {
    padding: 0 10px;
    /* bottom: 51px; */
    bottom: 10px;
    z-index: 99;
  }
  #finder .finder-wrap {
    flex-direction: column;
    flex-wrap: wrap;
  }
  #finder .finder-initial {
    /* display: none; */
    position: absolute;
    right: 65px;
    bottom: 0;
  }
  #finder .finder-body {
    flex-wrap: wrap;
    width: 100%;
    height: calc(100vh - 170px);
    margin-bottom: 13px;
    padding: 35px 0 19px 0;
  }
  #finder .finder-body:after {
    right: 8px;
    bottom: -4px;
    transform: rotate(90deg);
  }
  #finder .finder-body .close-icon {
    position: absolute;
    top: 22px;
    right: 19px;
  }
  #finder .finder-body .close-icon a:hover {
    transform: none;
  }
  #finder .finder-body h2 {
    font-size: 38px;
    letter-spacing: inherit;
  }
  #finder .finder-body .finder-body-content .finder-start .finder-btn {
    margin-top: 25px;
  }
  #finder .finder-body .finder-body-content .finder-chat {
    margin-top: 51px;
    padding-top: 50px;
  }
  #finder .finder-body .finder-body-content {
    margin-top: 0;
    top: 54%;
  }
  #finder .finder-body .finder-body-content p {
    font-size: 15px;
    color: #ff322d;
    line-height: 1.867;
    letter-spacing: 0;
  }
  #finder .finder-body .finder-body-content .finder-list > li > ul > li a {
    width: 43.66%;
  }
  #finder .finder-body .finder-body-content #finderList {
    display: none;
    margin-top: -34px;
  }
  #finder .finder-body .finder-body-content .finder-list > li > ul {
    margin-top: 35px;
  }
  #finder .finder-body .finder-body-content .finder-list > li > ul > li {
    margin-bottom: 25px;
  }
  #finder #finder-nav {
    bottom: 28px;
  }
  #finder #finder-nav ul li a {
    padding: 3px;
  }
  #finder #finder-nav ul li a::after {
    width: 6px;
    height: 6px;
  }
  #finder .finder-face {
    flex-wrap: wrap;
  }
  #finder .finder-face a:hover {
    transform: none;
  }
}
@media only screen and (max-width: 320px) {
  #finder .finder-initial {
    padding: 19px 15px 19px 20px;
    letter-spacing: 0;
  }
}
/* Cookie,Javascript警告文 */
.browser-compatibility-alert i.fa.fa-exclamation-triangle.fa-2x.pull-left {
  display: none;
}

.browser-compatibility-alert {
  background: #ff322d;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.browser-compatibility-alert.typesquare_option {
  bottom: 0;
  top: auto;
}

p.browser-error {
  z-index: 2;
  color: white;
  width: 90%;
  margin: auto;
  text-align: center;
  font-size: 13px;
  line-height: 18px;
}

@media only screen and (max-width: 768px) {
  .browser-compatibility-alert {
    z-index: 2;
    height: auto;
    top: auto;
    bottom: 0;
  }
  p.browser-error {
    margin: auto;
    height: auto;
    text-align: left;
    font-size: 10px;
    line-height: 15px;
    padding: 10px 65px 10px 10px;
  }
}
/* 0210検索バー追加 */
.header_search {
  position: absolute;
  top: 22px;
  right: 124px;
  width: 23.4%;
}

.header_search .header_search_form {
  position: relative;
  height: 40px;
}

.header_search .header_search_form input {
  height: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  border-radius: 0;
  outline: none;
}

.header_search .header_search_form input::-webkit-search-cancel-button {
  display: none;
}

.header_search .header_search_form .header_search_text {
  border: 1px solid #FF322D;
  border-radius: 40px;
  width: 100%;
  font-size: 12px;
  padding-right: 37px;
  padding-left: 24px;
  box-sizing: border-box;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 500;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}

.header_search .header_search_form .header_search_text::-moz-placeholder {
  color: #222;
}

.header_search .header_search_form .header_search_text::placeholder {
  color: #222;
}

.header_search .header_search_form .header_search_btn {
  position: absolute;
  right: 20px;
  bottom: 0px;
  top: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 17px;
  height: 17px;
  background-image: url("../../assets/images/common/icon-search.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .header_search .header_search_form .header_search_btn {
    right: 14px;
    width: 16px;
    height: 16px;
  }
}

.toggle_search {
  display: none;
}

@media screen and (min-width: 769px) {
  #globalMenu .header_search {
    display: none;
    height: 0;
  }
}
#mv {
  padding-top: 40px;
  max-height: 800px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  #mv {
    padding-top: 44px;
  }
  .header_search {
    position: static;
    height: 55px;
    background: white;
    border-bottom: #ddd solid 1px;
    display: flex;
    align-items: center;
  }
  .header_search .header_search_form {
    width: 94%;
    margin-right: 3%;
    margin-left: 3%;
  }
  .header_search .header_search_form .header_search_text {
    width: 100%;
    padding-right: 35px;
    padding-left: 16px;
  }
  #header .user-item {
    right: 19px;
  }
  #header .user-item + .header_search {
    position: absolute;
    box-sizing: border-box;
    top: 0px;
    border: 0;
    width: 68.53%;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0);
    margin-right: auto;
    margin-left: auto;
    pointer-events: none;
  }
  #header .user-item + .header_search .header_search_form {
    height: 40px;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    visibility: hidden;
  }
  #header.global-menu-hide .user-item + .header_search {
    pointer-events: all;
  }
  #globalMenu .header_search {
    display: flex;
    width: 100%;
  }
  .toggle_search {
    position: absolute;
    left: 49px;
    top: 16.5px;
    width: 27px;
    height: 29px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    flex-wrap: wrap;
  }
  .toggle_search .label {
    font-size: 6.5px;
    line-height: 6.5px;
    margin-top: 5px;
    text-transform: uppercase;
    font-family: "TTNormsPro-Medium", sans-serif;
    color: #222;
  }
  .toggle_search .toggle_btn {
    width: 16px;
    height: 17px;
    background-image: url(../../assets/images/common/icon-search.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .header-info-area {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    text-align: center;
    background: white;
    z-index: 20;
  }
  .header-coupon-area + .header-info-area {
    top: 25px;
  }
  .header-info-area .block-info {
    height: 25px;
    box-sizing: border-box;
    border-bottom: 1px solid #EEEEEE;
  }
  .header-info-area .block-info .text {
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 96%;
    margin: auto 0;
    text-align: left;
    font-size: 10px;
    letter-spacing: 0.03em;
    padding-top: 2px;
  }
  .header-info-area .block-info .text::after {
    content: none;
  }
  .header-info-area .block-info .inner {
    padding: 0 9px;
    justify-content: flex-start;
    position: relative;
  }
  .header-info-area .block-info .inner::after {
    content: "";
    display: block;
    width: 4px;
    height: 7px;
    margin-left: 12px;
    background-image: url(../../assets/images/common/ico_coupon_arrow_red.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
  }
  #header .user-item .label {
    font-size: 6.5px;
    line-height: 1;
  }
  #header .menu-button-wrap .label {
    font-size: 6.5px;
    line-height: 1;
  }
}
.color-red {
  color: #ff322d !important;
}

footer .en {
  font-family: "TTNormsPro-Bold", sans-serif;
  font-weight: normal;
}

.modal-minicart {
  position: fixed;
  display: none;
  z-index: -1000;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.48, 1.5, 0.56, 1.2);
  top: 65px;
  right: 30px;
  width: 350px;
  max-height: calc(100vh - 130px);
  overflow: auto;
  box-shadow: 2px 1px 6px rgba(5, 0, 1, 0.11);
  transform: scale(0.97);
}

.modal-minicart.is-show {
  display: block;
  pointer-events: all;
  transform: scale(1);
}

.modal-minicart.is-active {
  z-index: 1000;
  pointer-events: all;
}

.modal-minicart .inner {
  width: 100%;
  background: #fff;
  padding: 12px 20px 38px;
  box-sizing: border-box;
  position: relative;
}

.modal-minicart .title {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.12em;
  line-height: 30px;
  text-align: center;
  color: #ff322d;
  margin-bottom: 13px;
}

.modal-minicart .item-list {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 17px;
}

.modal-minicart .item-list li + li {
  margin-top: 10px;
}

.modal-minicart .item {
  display: flex;
}

.modal-minicart .item .img {
  width: 140px;
  margin-right: 20px;
}

.modal-minicart .item .img img {
  width: 100%;
  height: auto;
}

.modal-minicart .text {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 20px;
  width: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
}

.modal-minicart .text .brand {
  color: #777;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.modal-minicart .text .name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.modal-minicart .text .price {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: "TTNormsPro-Bold", sans-serif;
  font-weight: normal;
}

.modal-minicart .text .price .tax {
  font-size: 11px;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
}

.modal-minicart .text .size {
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.modal-minicart .text .color {
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.modal-minicart .text-main {
  margin-bottom: 10px;
}

.modal-minicart .text-sub {
  color: #777;
  line-height: 24px;
}
.modal-minicart .text-sub .quantity span {
  font-family: "TTNormsPro-Bold", sans-serif;
  font-weight: normal;
}

.modal-minicart .text-sub span {
  color: #222;
}

.modal-minicart .total-price {
  padding-bottom: 19px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  margin-bottom: 23px;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
}

.modal-minicart .total-price .total {
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #777;
  line-height: 22px;
}

.modal-minicart .total-price .price {
  font-size: 22px;
  letter-spacing: 0.08em;
  text-align: right;
  line-height: 22px;
  font-family: "TTNormsPro-Bold", sans-serif;
  font-weight: normal;
}

.modal-minicart .total-price .price .tax {
  font-size: 13px;
  letter-spacing: 0.01em;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
}

.modal-minicart .free-shipping {
  font-family: "TTNormsPro-Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  margin-bottom: 23px;
}

.modal-minicart .free-shipping .tax {
  font-weight: 600;
  letter-spacing: 0.04em;
}

.modal-minicart .btn a {
  width: 300px;
  height: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  margin: 0 auto;
}

.modal-minicart .btn a .ico {
  display: inline-block;
  position: relative;
  margin-right: 24px;
  margin-left: -20px;
  width: 25px;
  height: 22px;
  vertical-align: middle;
}

.modal-minicart .btn a .ico::before,
.modal-minicart .btn a .ico::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: opacity 0.3s ease;
}

.modal-minicart .btn a .ico::before {
  background-image: url(../images/common/icon-cart-white.svg);
}

.modal-minicart .btn a .ico::after {
  background-image: url(../images/common/icon-cart-red.svg);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.modal-minicart .btn a:hover {
  background-color: #ff322d;
  color: #fff;
}

/* .modal-minicart .btn a:hover .ico::after {
  opacity: 1;
} */
.modal-minicart .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 16px;
  height: 16px;
}

.modal-minicart .btn-close a {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.48, 1.5, 0.56, 1.2);
}

.modal-minicart .btn-close a::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/common/icon-close.svg) no-repeat center center;
  background-size: contain;
}

.modal-minicart .btn-close a:hover {
  transform: scale(1.2);
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .modal-minicart {
    display: none;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    align-items: center;
    max-height: none;
    transform: none;
    pointer-events: none;
  }
  .modal-minicart.is-show {
    display: flex;
    pointer-events: all;
  }
  .modal-minicart .inner {
    overflow-y: scroll;
    padding: 22px 20px 30px;
    max-height: 100%;
  }
  .modal-minicart .title {
    font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 30px;
    text-align: center;
    color: #ff322d;
    margin-bottom: 20px;
  }
  .modal-minicart .item-list {
    border-bottom: 1px solid #eee;
    padding-bottom: 16px;
    margin-bottom: 12px;
  }
  .modal-minicart .item-list li + li {
    margin-top: 10px;
  }
  .modal-minicart .item {
    display: flex;
  }
  .modal-minicart .item .img {
    width: 38.87%;
    margin-right: 18px;
  }
  .modal-minicart .item .img img {
    width: 100%;
    height: auto;
  }
  .modal-minicart .text {
    font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.02em;
    line-height: 22px;
    width: 46%;
  }
  .modal-minicart .text .price .tax {
    font-size: 13px;
  }
  .modal-minicart .text-sub {
    line-height: 22px;
  }
  .modal-minicart .total-price {
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    margin-bottom: 27px;
  }
  .modal-minicart .total-price .total {
    font-size: 15px;
    letter-spacing: 0.1em;
    text-align: left;
    font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-weight: 600;
    color: #777;
    line-height: 24px;
  }
  .modal-minicart .total-price .price {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.04em;
    text-align: right;
    font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-weight: 600;
  }
  .modal-minicart .total-price .price .tax {
    font-size: 13px;
    letter-spacing: 0.1em;
    font-weight: normal;
    vertical-align: middle;
  }
  .modal-minicart .free-shipping {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: center;
    margin-bottom: 20px;
  }
  .modal-minicart .free-shipping .tax {
    font-size: 13px;
    letter-spacing: 0.01em;
  }
  .modal-minicart .btn {
    margin-bottom: 0;
  }
  .modal-minicart .btn a {
    width: 100%;
  }
  .modal-minicart .btn .ico {
    margin-left: 0;
    margin-right: 17px;
    width: 20px;
    height: 20px;
  }
  .modal-minicart .btn-close {
    width: 15px;
    height: 15px;
  }
}
.section-slider {
  position: relative;
}

.section-slider a {
  color: inherit;
  outline: none;
  text-decoration: none;
}

.section-slider .box-title .title-main .arrow {
  display: inline-block;
  width: 50px;
  height: 100%;
}

.section-slider .box-title .title-main .arrow span {
  width: 50px;
  height: 100%;
  transition: transform 0.3s ease;
  display: inline-block;
}

.section-slider .box-title .title-main .arrow:hover span {
  transform: translate(5px, 0);
}

.section-slider .box-slider {
  z-index: auto;
  margin: 0 auto;
  position: relative;
  list-style: none;
  padding: 0;
}

.section-slider .box-slider.swiper-no-swiping .slider-arrows,
.section-slider .box-slider.swiper-no-swiping .slider-dots {
  display: none;
}

.section-slider .slider {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.section-slider .slider .slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  z-index: 1;
  transform: translate(150%, 0);
}

.section-slider .slider .slide:hover {
  z-index: 2;
}

.section-slider .slider .slide.is-slidein {
  transition: opacity 0.2s ease, transform 0.9s cubic-bezier(0.04, 0.41, 0.2, 1);
  transform: translate(0, 0);
  opacity: 1;
}

.section-slider .slider .slide.is-slidein.no-transition {
  transition: none;
}

.section-slider .slider .slide-more .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.section-slider .slider .slide-more .btn-round {
  background: #ff322d;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  margin: 0 auto 27px;
  position: relative;
  transition: transform 0.3s cubic-bezier(0.48, 1.5, 0.56, 1.2);
}

.section-slider .slider .slide-more .btn-round::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  position: absolute;
  left: 46%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.section-slider .slider .slide-more .text {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 28px;
  text-align: center;
  color: #ff322d;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
}

.section-slider .slider .slide-more a {
  padding-top: 123.4%;
}

.section-slider .slider .slide-more a:hover .btn-round {
  transform: scale(1.05);
}

.section-slider .slider .img {
  transition: transform 0.3s cubic-bezier(0.48, 1.5, 0.56, 1.2), box-shadow 0.3s ease;
  box-shadow: 3px 3px 10px 0 rgba(5, 0, 1, 0);
}

.section-slider .slider .img img {
  width: 100%;
  height: auto;
}

.section-slider .slider .texts {
  z-index: 10;
}

.section-slider .slider a {
  display: block;
  position: relative;
}

.section-slider .slider a:hover {
  z-index: 2;
  opacity: 1;
}

.section-slider .slider a:hover .img {
  transform: scale(1.1);
  z-index: 5;
  box-shadow: 3px 3px 10px 0 rgba(5, 0, 1, 0.1);
}

.section-slider .slider-type01 {
  padding-top: 34px;
}

.section-slider .slider-type01 .img {
  /* padding-top: 123.5%; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.section-slider .slider-type01 .texts {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  text-align: center;
  color: #fff;
}

.section-slider .slider-type01 .texts .category {
  font-size: 14px;
  letter-spacing: 0.04em;
  font-family: "TTNormsPro-Medium", sans-serif;
}

.section-slider .slider-type01 .texts .title {
  margin-top: 14px;
  font-size: 20px;
  letter-spacing: 0em;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  line-height: 1.4;
}

.section-slider .slider-type02 a:hover .img {
  box-shadow: none;
}

.section-slider .slider-type02 .slide-more a {
  padding-top: 66.66%;
}

.section-slider .slider-type02 .img {
  /* padding-top: 66.66%; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.section-slider .slider-type02 .texts {
  text-align: center;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  margin-top: 14px;
}

.section-slider .slider-type02 .texts .title {
  font-size: 16px;
  letter-spacing: 0.04em;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
}

.section-slider .slider-type02 .slider-dots {
  position: absolute;
  right: 30px;
  top: -28px;
  z-index: 3;
}

.section-slider .slider-type03 {
  padding-top: 34px;
}

.section-slider .slider-type03 .inner-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: calc((92.5vw - 80px) / 5 * 1.234 * 2 + 20px);
  align-content: flex-start;
}

.section-slider .slider-type03 .inner-list li {
  position: relative;
  width: calc((100% - 80px) / 5);
  margin-right: 20px;
  padding-left: 0;
}

.section-slider .slider-type03 .inner-list li:nth-child(odd) {
  margin-bottom: 20px;
}

.section-slider .slider-type03 .inner-list li:nth-last-child(-n+2) {
  margin-right: 0;
}

.section-slider .slider-type03 .inner-list-01 li:nth-child(odd) {
  margin-bottom: 0;
}

.section-slider .slider-type03 .inner-list-01 li:nth-child(even):not(.first) {
  margin-bottom: 20px;
}

.section-slider .slider-type03 .inner-list-01 li.first {
  width: calc((100% - 80px) / 5 * 2 + 20px);
  height: 100%;
  margin-bottom: 0;
}

.section-slider .slider-type03 .inner-list-01 li.first .img {
  /* padding-top: 122.6%; */
}

.section-slider .slider-type03 .inner-list-01 li.first .texts {
  top: 55%;
}

.section-slider .slider-type03 .inner-list-01 li.first .texts .title {
  font-size: 20px;
}

.section-slider .slider-type03 .inner-list-01 li.first .texts .btn {
  margin-top: 37px;
}

.section-slider .slider-type03 .img {
  /* padding-top: 123.4%; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.section-slider .slider-type03 .texts {
  text-align: center;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.section-slider .slider-type03 .texts .category {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-family: "TTNormsPro-Medium", sans-serif;
}

.section-slider .slider-type03 .texts .title {
  margin-top: 14px;
  font-size: 20px;
  letter-spacing: 0em;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  line-height: 1.4;
}

.section-slider .slider-type04 {
  padding-top: 41px;
}

.section-slider .slider-type04 a {
  display: block;
  padding: 38px 23px 55px;
  background: #fff;
  transition: transform 0.3s cubic-bezier(0.48, 1.5, 0.56, 1.2), box-shadow 0.3s ease;
  position: relative;
}

.section-slider .slider-type04 a:hover {
  transform: scale(1.1);
  z-index: 2;
  box-shadow: 3px 3px 10px 0 rgba(5, 0, 1, 0.1);
}

.section-slider .slider-type04 a:hover .img {
  transform: none;
  box-shadow: none;
}

.section-slider .slider-type04 .img {
  margin-bottom: 29px;
  /* padding-top: 100%; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.section-slider .slider-type04 .texts {
  position: relative;
  color: #222;
  transform: none;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  text-align: center;
}

.section-slider .slider-type04 .texts .id {
  color: #ff322d;
  font-size: 14px;
  letter-spacing: 0.02em;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
}

.section-slider .slider-type04 .texts .title {
  font-size: 14px;
  letter-spacing: -0.01em;
  line-height: 1.571;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  margin-top: 18px;
}

.section-slider .slider-type05 {
  padding-top: 34px;
}

.section-slider .slider-type05 .slide {
  width: 14.37vw;
}

.section-slider .slider-type05 .slide:not(:last-child) {
  margin-right: 1.4vw;
}

.section-slider .slider-type05 .img {
  /* padding-top: 100%; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 30px;
  margin-bottom: 18px;
  overflow: hidden;
}

.section-slider .slider-type05 .texts {
  text-align: center;
}

.section-slider .slider-type05 .texts .title {
  font-size: 14px;
  letter-spacing: 0.04em;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
}

.section-slider .slider-type06 {
  padding-top: 34px;
}

.section-slider .slider-type06 .slide {
  width: 17.18vw;
}

.section-slider .slider-type06 .img {
  /* padding-top: 123.6%; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.section-slider .slider-type06 .texts {
  position: absolute;
  left: 50%;
  top: 14.5%;
  transform: translate(-50%, 0);
  width: 90%;
  text-align: center;
  color: #222;
}

.section-slider .slider-type06 .texts .title {
  font-size: 14px;
  letter-spacing: -0.03em;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  line-height: 1.2;
}

.section-slider .slider-type07 {
  padding-top: 34px;
}

.section-slider .slider-type07 a {
  position: relative;
  z-index: 2;
}

.section-slider .slider-type07 .img {
  /* padding-top: 123.6%; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.section-slider .slider-type07 .slide .text {
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translate(-50%, 0);
  width: 76.811%;
  text-align: center;
  color: #fff;
  z-index: 2;
}

.section-slider .slider-type07 .slide .text .title {
  font-size: 13px;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: center;
  line-height: 22px;
}

.section-slider .slider-type07 .slide .text .rank {
  font-family: "TTNormsPro-Bold", sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: center;
  color: #ff322d;
}

.section-slider .slider-type07 .slide .text .title .manufacturer {
  color: black;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section-slider .slider-type07 .slide .text .title .item-name {
  color: #777;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section-slider .slider-type07 .slide .text .price {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0;
  color: black;
  font-family: "TTNormsPro-Bold", sans-serif;
  font-weight: normal;
}
.section-slider .slider-type07 .slide .text .price .tax {
  font-size: 10px;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 22px;
  margin-left: 2px;
}

.section-slider .slider-type07 .slide .text .price .en {
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 22px;
  font-family: "TTNormsPro-Bold", sans-serif;
  font-weight: normal;
}

.section-slider .slider-type07 .slide .text .price .jp {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 22px;
}

.section-slider .slider-type07 .slide .tags {
  font-size: 12px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #777;
  margin-top: 18px;
  position: relative;
  z-index: 1;
}

.section-slider .slider-type07 .slide .tags .tag a {
  display: inline-block;
}

.section-slider .slider-type07 .slide .tags .tag:not(:last-child) {
  margin-right: 5px;
}

.section-slider .slider-type07 .slide .tags .tag:not(:last-child)::after {
  content: ",";
}

.section-slider .slider-type08 a:hover .img {
  box-shadow: none;
}

.section-slider .slider-type08 .img {
  /* padding-top: 66.66%; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.section-slider .slider-type08 .texts {
  text-align: center;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  margin-top: 14px;
}

.section-slider .slider-type08 .texts .title {
  font-size: 16px;
  letter-spacing: 0.04em;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
}

.section-slider .slider-type08 .slider-dots {
  position: absolute;
  right: 30px;
  top: -28px;
  z-index: 3;
}

.section-slider .slider-type09 {
  margin-top: -27px;
}

.section-slider .slider-type09 a:hover .img {
  box-shadow: none;
}

.section-slider .slider-type09 .img {
  /* padding-top: 123.5%; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.section-slider .slider-type09 .texts {
  text-align: center;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}

.section-slider .slider-type09 .texts .today {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 20px;
  color: #ff322d;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
}

.section-slider .slider-type09 .texts .date {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 28px;
  color: #ff322d;
  margin-bottom: 4px;
}

.section-slider .slider-type09 .texts .brand {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 20px;
  color: #777;
}

.section-slider .slider-type09 .texts .title {
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 20px;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section-slider .slider-type09 .texts .price {
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 20px;
  font-family: "TTNormsPro-Bold", sans-serif;
  font-weight: normal;
}

.section-slider .slider-type09 .texts .price .tax {
  font-size: 11px;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  margin-left: 7px;
}

.section-slider .slider-type09 .slider-dots {
  position: absolute;
  right: 30px;
  top: -28px;
  z-index: 3;
}

.section-slider .slider-type10 a:hover .img {
  box-shadow: none;
}

.section-slider .slider-type10 .slide-more a {
  padding-top: 124.58%;
}

.section-slider .slider-type10 .img {
  /* padding-top: 124.58%; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.section-slider .slider-type10 .texts {
  text-align: center;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  margin-top: 14px;
}

.section-slider .slider-type10 .texts .title {
  font-size: 16px;
  letter-spacing: 0.04em;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
}

.section-slider .slider-type10 .slider-dots {
  position: absolute;
  right: 30px;
  top: -28px;
  z-index: 3;
}

.section-slider .slider-dots {
  position: absolute;
  bottom: auto;
  width: auto;
  left: auto;
  right: 24px;
  top: 0;
  z-index: 5;
}

.section-slider .slider-dots .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  margin: 0 6px;
  transition: background 0.3s ease;
  cursor: pointer;
  overflow: hidden;
  opacity: 1;
  transition: transform 0.3s cubic-bezier(0.7, 2.5, 0.25, 1.13);
}

.section-slider .slider-dots .swiper-pagination-bullet:hover {
  transform: scale(1.15);
}

.section-slider .slider-dots.gray .swiper-pagination-bullet {
  background: #888;
}

.section-slider .slider-dots.gray .swiper-pagination-bullet-active {
  background: #ff322d;
}

.section-slider .slider-dots.white .swiper-pagination-bullet {
  background: #ccc;
}

.section-slider .slider-dots.white .swiper-pagination-bullet-active {
  background: #fff;
}

.section-slider .slider-arrows {
  position: absolute;
  z-index: 3;
  top: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.section-slider .slider-arrows .slider-arrow {
  position: absolute;
  height: auto;
  width: 10vw;
  top: 0;
  bottom: 0;
  pointer-events: all;
  cursor: none;
}

.section-slider .slider-arrows .slider-arrow:hover span {
  opacity: 1;
}

.section-slider .slider-arrows .slider-arrow-prev {
  left: 0;
}

.section-slider .slider-arrows .slider-arrow-prev span {
  transform: translate(-50%, -50%) rotate(135deg);
}

.section-slider .slider-arrows .slider-arrow-next {
  right: 0;
}

.section-slider .slider-arrows .slider-arrow-next span {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.section-slider .slider-arrows .slider-arrow.is-disabled {
  cursor: default;
  pointer-events: none;
}

.section-slider .slider-arrows .slider-arrow.is-disabled span {
  opacity: 0;
}

.section-slider .slider-arrows .slider-arrow span {
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate;
  border: none;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  z-index: 3;
  outline: none;
  background: none;
  font-size: 0;
  padding: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  .section-slider .box-title .title-main .arrow:hover span {
    transform: none;
  }
  .section-slider.box-slider,
  .section-slider .box-slider {
    overflow-y: hidden;
    overflow-x: scroll !important;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    padding-bottom: 10px;
  }
  /* scrollbar */
  .section-slider.box-slider::-webkit-scrollbar {
    display: none;
  }
  .section-slider .box-slider::-webkit-scrollbar {
    display: none;
  }
  .section-slider .slider {
    width: auto;
    overflow: visible;
  }
  .section-slider .slider > .slide:first-child {
    padding-left: 15px;
  }
  .section-slider .slider > .slide:first-of-type {
    padding-left: 15px;
  }
  .section-slider .slider > .slide:last-child {
    padding-right: 15px;
  }
  .section-slider .slider a:hover .img {
    transform: none;
  }
  .section-slider .slider-arrows {
    display: none;
  }
  .section-slider .slider-dots {
    display: none;
  }
  .section-slider .slider {
    position: relative;
    z-index: 1;
  }
  .section-slider .slider .slide-more .inner {
    position: absolute;
    left: 50%;
    top: 54.3%;
    transform: translate(-50%, -50%);
  }
  .section-slider .slider .slide-more .btn-round {
    background: #ff322d;
    width: 65px;
    height: 65px;
    border-radius: 32.5px;
    margin: 0 auto 16px;
    position: relative;
    transition: transform 0.3s cubic-bezier(0.48, 1.5, 0.56, 1.2);
  }
  .section-slider .slider .slide-more .btn-round::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    left: 49%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .section-slider .slider .slide-more .text {
    font-size: 17px;
    letter-spacing: 0.04em;
    line-height: 28px;
    text-align: center;
    color: #ff322d;
    font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-weight: 600;
  }
  .section-slider .slider .slide-more a {
    padding-top: 123.4%;
  }
  .section-slider .slider .slide-more a:hover .btn-round {
    transform: none;
  }
  .section-slider .slider-type01 {
    padding-top: 0;
  }
  .section-slider .slider-type01 .slide {
    width: 77.9vw;
  }
  .section-slider .slider-type01 .slide:not(:last-child) {
    margin-right: 2.7vw;
  }
  .section-slider .slider-type01 .texts {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90%;
    color: #fff;
  }
  .section-slider .slider-type01 .texts .category {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .section-slider .slider-type01 .texts .title {
    margin-top: 10px;
    font-size: 15px;
    letter-spacing: 0.04em;
    font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-weight: 600;
  }
  #content-wrap.page-home .section-slider .slider-type01 .texts .title {
    font-size: 18px;
  }
  .section-slider .slider-type02 {
    padding-top: 0;
    display: block;
  }
  .section-slider .slider-type02 .slide {
    width: 100vw;
    padding: 0 !important;
  }
  .section-slider .slider-type02 .slide:not(:last-child) {
    margin-bottom: 20px;
  }
  .section-slider .slider-type02 .slide:nth-of-type(n + 4) {
    display: none;
  }
  .section-slider .slider-type02 .slide-more a {
    padding-top: 70%;
  }
  .section-slider .slider-type02 .img {
    /* padding-top: 70%; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .section-slider .slider-type02 .texts {
    text-align: center;
  }
  .section-slider .slider-type02 .texts .title {
    font-size: 16px;
    letter-spacing: -0.03em;
    font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-weight: 600;
  }
  .section-slider .slider-type03 {
    padding-top: 5px;
    box-sizing: border-box;
  }
  .section-slider .slider-type03 .slide {
    width: 78.93vw;
    padding-right: 20px;
  }
  .section-slider .slider-type03 .inner-list {
    height: 100%;
    max-height: none;
    margin: 0 10px;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
  }
  .section-slider .slider-type03 .inner-list li {
    position: relative;
    width: auto;
    height: auto;
    margin: 5px !important;
  }
  .section-slider .slider-type03 .inner-list-01 {
    flex-direction: row;
  }
  .section-slider .slider-type03 .inner-list-01 li:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .section-slider .slider-type03 .inner-list-01 li:first-child .img {
    /* padding-top: 122%; */
  }
  .section-slider .slider-type03 .img {
    /* padding-top: 122.8%; */
  }
  .section-slider .slider-type03 .texts {
    width: 90%;
  }
  .section-slider .slider-type03 .texts .category {
    font-size: 12px;
    letter-spacing: 0.1em;
    font-family: "TTNormsPro-Medium", sans-serif;
  }
  .section-slider .slider-type03 .texts .title {
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 1.33;
    margin-top: 6px;
  }
  #content-wrap.page-home .section-slider .slider-type03 .texts .title {
    font-size: 18px;
  }
  .section-slider .slider-type04 {
    padding-top: 27px;
  }
  .section-slider .slider-type04 a {
    padding: 23px 20px;
  }
  .section-slider .slider-type04 a:hover {
    transform: none;
  }
  .section-slider .slider-type04 .img {
    margin-bottom: 22px;
  }
  .section-slider .slider-type04 .texts {
    position: relative;
    top: auto;
    left: auto;
    text-align: center;
    transform: none;
    width: auto;
    text-align: center;
  }
  .section-slider .slider-type04 .texts .category {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .section-slider .slider-type04 .texts .title {
    margin-top: 14px;
    font-size: 13px;
    letter-spacing: 0.04em;
    font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-weight: 600;
  }
  .section-slider .slider-type05 {
    padding-top: 0;
  }
  .section-slider .slider-type05 .slide {
    width: 24vw;
    padding-right: 10px;
  }
  .section-slider .slider-type05 .texts {
    display: none;
  }
  .section-slider .slider-type05 .img {
    border-radius: 15px;
    margin: 0;
    overflow: hidden;
  }
  .section-slider .slider-type06 {
    padding-top: 0;
  }
  .section-slider .slider-type06 .slide {
    width: 42.13vw;
    padding-right: 10px;
  }
  .section-slider .slider-type06 .img {
    /* padding-top: 131.6%; */
  }
  .section-slider .slider-type06 .texts {
    top: 11.5%;
  }
  .section-slider .slider-type06 .texts .title {
    font-size: 13px;
    letter-spacing: 0.04em;
    font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-weight: 600;
  }
  .section-slider .slider-type07 {
    padding-top: 20px;
  }
  .section-slider .slider-type07 .slide {
    width: 43.2vw;
    padding-right: 10px;
  }
  .section-slider .slider-type07 .slide .text {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 91.044%;
    margin-top: 13px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-slider .slider-type07 .slide .text .title {
    font-size: 12px;
    font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 18px;
    text-align: center;
    margin-bottom: 0;
  }
  .section-slider .slider-type07 .slide .text .rank {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 15px;
    text-align: center;
    color: #ff322d;
    margin-top: 15px;
  }
  .section-slider .slider-type07 .slide .text .title .manufacturer,
  .section-slider .slider-type07 .slide .text .title .item-name {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .section-slider .slider-type07 .slide .text .price {
    line-height: 18px;
    margin-top: 0;
  }
  .section-slider .slider-type07 .slide .text .price .en {
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 18px;
  }
  .section-slider .slider-type07 .slide .text .price .jp {
    margin-left: 0;
    font-weight: 600;
  }
  .section-slider .slider-type07 .slide .tags {
    display: none;
  }
  .section-slider .slider-type07 + .slider-dots {
    display: none;
  }
  .section-slider .slider-type08 {
    padding-top: 0;
  }
  .section-slider .slider-type08 .slide {
    width: 31.25vw;
  }
  .section-slider .slider-type08 .slide:not(:last-child) {
    margin-bottom: 20px;
  }
  .section-slider .slider-type08 .img {
    /* padding-top: 126.26%; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .section-slider .slider-type08 .texts {
    text-align: center;
  }
  .section-slider .slider-type08 .texts .title {
    font-size: 16px;
    letter-spacing: -0.03em;
    font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-weight: 600;
  }
  .section-slider .slider-type09 {
    padding-top: 0;
    margin-top: 0;
  }
  .section-slider .slider-type09 .slide {
    /* width: 35.35vw; */
    width: 190px;
  }
  .section-slider .slider-type09 .slide:not(:last-child) {
    margin-bottom: 20px;
  }
  .section-slider .slider-type09 .texts {
    text-align: center;
    margin-top: 0;
    margin: 0 8px;
  }
  .section-slider .slider-type09 .texts .today {
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 20px;
    margin-bottom: 6px;
  }
  .section-slider .slider-type09 .texts .date {
    font-size: 12px;
    letter-spacing: 0.04em;
    line-height: 14px;
    margin-bottom: 12px;
  }
  .section-slider .slider-type09 .texts .brand {
    font-size: 12px;
    letter-spacing: 0.04em;
    line-height: 16px;
    margin-bottom: 5px;
  }
  .section-slider .slider-type09 .texts .title {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 16px;
    margin-bottom: 2px;
  }
  .section-slider .slider-type09 .texts .price {
    font-size: 12px;
    letter-spacing: 0.04em;
    line-height: 16px;
  }
  .section-slider .slider-type09 .texts .price .tax {
    font-size: 11px;
  }
  .section-slider .slider-type10 {
    padding-top: 0;
  }
  .section-slider .slider-type10 .slide {
    width: 50vw;
  }
  .section-slider .slider-type10 .slide-more a {
    padding-top: 124.58%;
  }
  .section-slider .slider-type10 .img {
    /* padding-top: 124.58%; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .section-slider .slider-type10 .texts {
    text-align: center;
  }
  .section-slider .slider-type10 .texts .title {
    font-size: 16px;
    letter-spacing: -0.03em;
    font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-weight: 600;
  }
  .section-slider .slider-dots {
    right: 15px;
    top: 0;
  }
  .section-slider .slider-dots .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    margin: 0 2px;
    vertical-align: top;
  }
}
/* ランキングスライダー追加分 */
#ranking .box-slider .slider-type07 .slide .text {
  position: static;
  transform: translate(0, 0);
  width: 100%;
}

#ranking .box-slider .slider-type07 {
  margin-left: -30px;
}

#ranking .box-slider .slider-type07 .slide .text .rank {
  margin-top: 22px;
}

.page-home #ranking .box-slider {
  padding-left: 30px;
  padding-right: 30px;
}

.mypage #ranking .box-slider {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .mypage #ranking .box-slider {
    padding-left: 0;
    padding-right: 0;
  }
}

.mypage #ranking .box-slider .slider-type07 {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .mypage #ranking .box-slider .slider-type07 {
    margin-left: 0;
  }
}

.mypage .section .box-title {
  color: #ff322d;
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.mypage .item-list.related-einstein h2 {
  z-index: 2;
  left: 6px;
  position: relative;
  margin-bottom: -40px;
}

.mypage .item-list.related-einstein .box-slider {
  padding-left: 20px;
}

.mypage .item-list.related-einstein .box-title {
  padding-left: 20px;
}

.mypage .item-list.related-einstein .section-slider .slider-type07 .slide .text {
  position: static;
  transform: translate(0, 0);
  width: 100%;
  margin-top: 22px;
}

.mypage .item-list.related-einstein h2 .ttl01 {
  font-size: 22px;
  letter-spacing: 0.05em;
  color: #ff322d;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  display: block;
}

.mypage .item-list.related-einstein h2 .ttl02 {
  font-family: "TTNormsPro-Bold", sans-serif;
  font-weight: normal;
  font-size: 80px;
  letter-spacing: -0.02em;
  line-height: 80px;
  text-align: left;
  color: #ff322d;
  margin-bottom: -67px;
  margin-top: 16px;
  display: block;
}

.mypage .related-item {
  margin: 99px 0 218px;
}

@media screen and (max-width: 768px) {
  .mypage .related-item.related-einstein {
    margin-top: 73px;
    margin-bottom: 73px;
  }
}

@media screen and (max-width: 768px) {
  .mypage .item-list.related-einstein h2 {
    z-index: 2;
    left: 0px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  .mypage .item-list.related-einstein h2 .ttl01 {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 15px;
    margin-bottom: 8px;
  }
  .mypage .item-list.related-einstein h2 .ttl02 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: -46px;
    margin-top: 0;
  }
  .mypage .item-list.related-einstein .box-slider {
    padding-left: 0;
  }
  .mypage .item-list.related-einstein .box-title {
    padding-left: 0;
  }
  .mypage .item-list .box-slider .slider {
    padding-top: 33px;
  }
}
.page-product-list #ranking .box-slider {
  padding-left: 30px;
  padding-right: 30px;
}

.page-home #ranking .box-slider .slider-type07 {
  margin-left: -11px;
}

#ranking {
  margin-top: 79px;
}

.page-home #ranking {
  margin-top: 101px;
}

#ranking .box-title {
  margin-bottom: -19px;
}

.mypage #ranking .box-title > h2 {
  margin-bottom: -19px;
}

.mypage #ranking .box-title > h2 span:first-child {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.04em;
  padding-top: 2px;
  font-feature-settings: "palt";
  display: block;
  color: #ff322d;
}
@media screen and (max-width: 768px) {
  .mypage #ranking .box-title > h2 span:first-child {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 15px;
    margin-bottom: 8px;
  }
}

.mypage #ranking .box-title > h2 span:last-child {
  font-size: 80px;
  font-family: "TTNormsPro-Bold", sans-serif;
  font-weight: normal;
  margin-top: 13px;
  line-height: 0.9375;
  letter-spacing: -0.02em;
  margin-left: -0.05em;
  display: block;
  color: #ff322d;
}
@media screen and (max-width: 768px) {
  .mypage #ranking .box-title > h2 span:last-child {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: -46px;
    margin-top: 0;
  }
}

#ranking .box-title .title-sub {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.04em;
  padding-top: 2px;
  font-feature-settings: "palt";
  display: block;
}

#ranking .box-title .title-main {
  font-size: 80px;
  font-family: "TTNormsPro-Bold", sans-serif;
  font-weight: normal;
  margin-top: 13px;
  line-height: 0.9375;
  letter-spacing: -0.02em;
  margin-left: -0.05em;
  display: block;
}

#ranking .box-title {
  margin-bottom: -57px;
}

@media screen and (max-width: 768px) {
  .mypage #ranking {
    margin-bottom: 73px;
  }
}
.mypage #ranking .box-title {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .mypage #ranking .box-title {
    padding-left: 15px;
  }
}
.mypage #ranking .box-title > h2 {
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 769px) {
  .mypage #ranking .box-title > h2 {
    margin-bottom: -40px;
    left: 6px;
  }
}

#ranking .box-slider.swiper-no-swiping .slider-arrows,
.page-product-detail #ranking .box-slider.swiper-no-swiping .slider-dots {
  display: block;
}

#ranking .box-slider .slider-type07 .slide.slide-more .text {
  position: static;
  transform: translate(0, 0);
  width: 100%;
  color: #ff322d;
}

.page-product-detail .section-detail .inner .item-list {
  overflow: hidden;
  padding-bottom: 30px;
}

.page-product-detail .section-detail .inner .item-list .slide .text {
  z-index: 5;
  position: static;
  transform: translate(0);
  margin-top: 22px;
  width: 100%;
}

.page-product-detail .section-detail .inner .item-list .box-title {
  margin: 0 auto -64px;
  margin-left: -22px;
}

.page-product-detail .section-detail .inner .item-list .box-title span {
  display: block;
}

.page-product-detail .section-detail .inner .item-list .box-title .ttl01 {
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 30px;
}

.page-product-detail .section-detail .inner .item-list .box-title .ttl02 {
  font-size: 80px;
  letter-spacing: -0.02em;
  line-height: 80px;
}

@media only screen and (max-width: 768px) {
  .page-product-detail .section-detail #ranking .inner {
    padding: 0;
  }
  .page-home #ranking .box-slider {
    padding-left: 0;
    padding-right: 0;
  }
  .page-error #ranking .box-slider {
    padding-left: 0;
    padding-right: 0;
  }
  .page-error #ranking .box-slider .slider-type07 {
    padding-left: 0;
    padding-right: 15px;
    margin-left: 0px;
  }
  #ranking .box-title .title-main {
    font-size: 35px;
    letter-spacing: 0;
    line-height: 40px;
    text-align: left;
    margin-bottom: 16px;
  }
  #ranking .box-title .title-sub {
    font-size: 14px;
    letter-spacing: 0.04em;
    width: 100%;
    margin-bottom: 8px;
  }
  #ranking .box-title .title-sub {
    font-size: 14px;
  }
  #ranking .box-title {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    margin-bottom: -51px;
    margin-left: 2px;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
  }
  #ranking .box-title .title-main {
    font-size: 38px;
    margin-top: 7px;
    width: 105%;
    letter-spacing: -0.3px;
  }
  #ranking .box-slider .slider-type07 .slide.slide-more .text {
    font-size: 13px;
  }
  .page-product-detail .section-detail .inner .item-list .box-title .ttl01 {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 20px;
  }
  .page-product-detail .section-detail .inner .item-list .box-title .ttl02 {
    font-size: 40px;
    line-height: 40px;
  }
  .page-product-detail .section-detail .inner .item-list .box-title {
    margin: 0 auto -34px;
    margin-left: 0;
    padding-left: 0;
  }
  .page-product-detail .section-detail .section-slider .slider > .slide:first-child {
    padding-left: 0;
  }
  .page-home #ranking .box-slider .slider-type07 {
    margin-left: 0;
  }
}
.cart-action-checkout .related-item {
  overflow: hidden;
}

.page-cart .social_gift_pr2 {
  max-width: 1280px;
  min-width: 1024px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 200px;
  padding: 0 50px 0;
  margin-top: -130px;
}

.page-cart .social_gift_pr2 .image img {
  width: 100%;
}

.page-cart .social_gift_pr2 .card img {
  width: 100%;
}

.page-cart .cart-bottom .social_gift_pr2 .intro {
  border-top: 1px solid #EEEEEE;
  padding: 68px 0 0;
  margin: 99px 0 0;
  width: 100%;
}

.page-cart .social_gift_pr2 .image {
  margin-bottom: 31px;
}

.page-cart .cart-bottom .social_gift_pr2 .intro .image img {
  width: 100%;
}

.page-cart .cart-bottom .social_gift_pr2 .intro .card img {
  width: 100%;
}

.page-cart .social_gift_pr2 .intro {
  border-top: 1px solid #EEEEEE;
  padding: 68px 0 0;
  margin: 0 0 0;
}

.page-cart .cart-bottom .social_gift_pr2 .intro .min_title {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: left;
  color: #ff322d;
  margin: 0 0 10px;
}

.page-cart .social_gift_pr2 .intro .min_title {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: left;
  color: #ff322d;
  margin: 0 0 10px;
}

.page-cart .cart-bottom .social_gift_pr2 .intro .title {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 80px;
  letter-spacing: -0.02em;
  line-height: 80px;
  text-align: left;
  color: #ff322d;
  margin: 0 0 24px;
}

.page-cart .social_gift_pr2 .intro .title {
  font-family: "TTNormsPro-Bold", sans-serif;
  font-weight: normal;
  font-size: 80px;
  letter-spacing: -0.02em;
  line-height: 80px;
  text-align: left;
  color: #ff322d;
  margin: 0 0 24px;
}

.page-cart .cart-bottom .social_gift_pr2 .intro .jp_title {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0.06em;
  line-height: 35px;
  text-align: left;
  color: #ff322d;
  margin: 0 0 13px;
}

.page-cart .social_gift_pr2 .intro .jp_title {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0.06em;
  line-height: 35px;
  text-align: left;
  color: #ff322d;
  margin: 0 0 13px;
}

.page-cart .cart-bottom .social_gift_pr2 .intro .comment {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 24px;
  text-align: left;
  color: #ff322d;
  margin: 0 0 51px;
}

.page-cart .social_gift_pr2 .intro .comment {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 24px;
  text-align: left;
  color: #ff322d;
  margin: 0 0 51px;
}

.page-cart .cart-bottom .social_gift_pr2 .card {
  padding: 26px 0 0;
}

.page-cart .social_gift_pr2 .card {
  padding: 26px 0 0;
}

.page-cart .cart-bottom .social_gift_pr2 .card .title {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 0.06em;
  line-height: 35px;
  text-align: left;
  color: #ff322d;
  margin: 0 0 19px;
}

.page-cart .social_gift_pr2 .card .title {
  font-family: "TTNormsPro-Bold", sans-serif;
  font-weight: normal;
  font-size: 36px;
  letter-spacing: 0.06em;
  line-height: 35px;
  text-align: left;
  color: #ff322d;
  margin: 0 0 19px;
}

.page-cart .cart-bottom .social_gift_pr2 .card .jp_title {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 28px;
  text-align: left;
  color: #ff322d;
  margin: 0 0 43px;
}

.page-cart .social_gift_pr2 .card .jp_title {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 28px;
  text-align: left;
  color: #ff322d;
  margin: 0 0 43px;
}

.page-cart .cart-bottom .social_gift_pr2 .outro {
  border-bottom: 1px solid #EEEEEE;
  padding: 0 0 70px;
  margin: 0px 0 -30px;
}

.page-cart .social_gift_pr2 .outro {
  border-bottom: 1px solid #EEEEEE;
  padding: 0 0 70px;
  margin: 0px 0 -30px;
}

.page-cart .cart-bottom .social_gift_pr2 .outro .title {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: left;
  color: #222;
  margin: 0 0 6px;
}

.page-cart .social_gift_pr2 .outro .title {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: left;
  color: #222;
  margin: 0 0 6px;
}

.page-cart .cart-bottom .social_gift_pr2 .outro .comment {
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 24px;
  color: #222222;
  margin: 0 0 6px;
}

.page-cart .social_gift_pr2 .outro .comment {
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 24px;
  color: #222222;
  margin: 0 0 6px;
}

.page-cart .cart-bottom .social_gift_pr2 .outro .comment span {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
}

.page-cart .social_gift_pr2 .outro .comment span {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
}

.page-cart .cart-bottom .social_gift_pr2 .outro .link {
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 24px;
  color: #222;
}

.page-cart .social_gift_pr2 .outro .link {
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 24px;
  color: #222;
}

.page-cart .cart-bottom .social_gift_pr2 .outro .link a {
  text-decoration: underline;
}

.page-cart .social_gift_pr2 .outro .link a {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .page-cart .cart-bottom .social_gift_pr2 {
    position: relative;
  }
  .page-cart .social_gift_pr2 {
    position: relative;
  }
  .page-cart .cart-bottom .social_gift_pr2:before {
    content: "";
    position: absolute;
    display: block;
    width: 100vw;
    height: 1px;
    background-color: #ccc;
    top: 0px;
    left: -4.5%;
  }
  .page-cart .social_gift_pr2:before {
    content: "";
    position: absolute;
    display: block;
    width: 100vw;
    height: 1px;
    background-color: #ccc;
    top: 0px;
    left: 0%;
  }
  .page-cart .cart-bottom .social_gift_pr2:after {
    content: "";
    position: absolute;
    display: block;
    width: 100vw;
    height: 1px;
    background-color: #ccc;
    bottom: 0px;
    left: -4.5%;
  }
  .page-cart .social_gift_pr2:after {
    content: "";
    position: absolute;
    display: block;
    width: 100vw;
    height: 1px;
    background-color: #ccc;
    bottom: 0px;
    left: -4.5%;
  }
  .page-cart .cart-bottom .social_gift_pr2 .intro {
    border-top: none;
    padding: 43px 0 0;
    margin: 77px 0 0;
  }
  .page-cart .social_gift_pr2 .intro {
    border-top: none;
    padding: 43px 0 0;
    margin: 0px 0 0;
  }
  .page-cart .cart-bottom .social_gift_pr2 .intro .min_title {
    font-size: 14px;
    letter-spacing: 0.05em;
    margin: 0px 0 4px;
  }
  .page-cart .social_gift_pr2 .intro .min_title {
    font-size: 14px;
    letter-spacing: 0.05em;
    margin: 0px 0 4px;
  }
  .page-cart .cart-bottom .social_gift_pr2 .intro .title {
    font-size: 40px;
    letter-spacing: -0.02em;
    line-height: 40px;
    margin: 0 0 18px;
  }
  .page-cart .social_gift_pr2 .intro .title {
    font-size: 40px;
    letter-spacing: -0.02em;
    line-height: 40px;
    margin: 0 0 18px;
  }
  .page-cart .cart-bottom .social_gift_pr2 .intro .jp_title {
    font-size: 17px;
    letter-spacing: 0.01em;
    line-height: 25px;
  }
  .page-cart .social_gift_pr2 .intro .jp_title {
    font-size: 17px;
    letter-spacing: 0.01em;
    line-height: 25px;
  }
  .page-cart .cart-bottom .social_gift_pr2 .intro .comment {
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: 24px;
    margin: 0 0 26px;
  }
  .page-cart .social_gift_pr2 .intro .comment {
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: 24px;
    margin: 0 0 26px;
  }
  .page-cart .cart-bottom .social_gift_pr2 .card {
    padding: 13px 0 0;
  }
  .page-cart .social_gift_pr2 .card {
    padding: 13px 0 0;
  }
  .page-cart .cart-bottom .social_gift_pr2 .card .title {
    font-size: 24px;
    letter-spacing: 0.02em;
    line-height: 25px;
    text-align: left;
    margin: 0 0 12px;
  }
  .page-cart .social_gift_pr2 .card .title {
    font-size: 24px;
    letter-spacing: 0.02em;
    line-height: 25px;
    text-align: left;
    margin: 0 0 12px;
  }
  .page-cart .cart-bottom .social_gift_pr2 .card .jp_title {
    font-size: 15px;
    letter-spacing: 0.01em;
    line-height: 25px;
    margin: 0 0 24px;
  }
  .page-cart .social_gift_pr2 .card .jp_title {
    font-size: 15px;
    letter-spacing: 0.01em;
    line-height: 25px;
    margin: 0 0 24px;
  }
  .page-cart .cart-bottom .social_gift_pr2 .outro {
    margin: 40px 0 -23px;
    padding: 0 0 44px;
    border-bottom: none;
  }
  .page-cart .social_gift_pr2 .outro {
    margin: 40px 0 -23px;
    padding: 0 0 44px;
    border-bottom: none;
  }
  .page-cart .cart-bottom .social_gift_pr2 .outro .title {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 15px;
    color: #222;
    margin: 0 0 11px;
  }
  .page-cart .social_gift_pr2 .outro .title {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 15px;
    color: #222;
    margin: 0 0 11px;
  }
  .page-cart .cart-bottom .social_gift_pr2 .outro .comment {
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: 20px;
    text-align: left;
    color: #222;
  }
  .page-cart .social_gift_pr2 .outro .comment {
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: 20px;
    text-align: left;
    color: #222;
  }
  .page-cart .cart-bottom .social_gift_pr2 .outro .link {
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: 20px;
    text-align: left;
    color: #222;
    margin-top: 13px;
  }
  .page-cart .social_gift_pr2 .outro .link {
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: 20px;
    text-align: left;
    color: #222;
    margin-top: 13px;
  }
  .page-cart .social_gift_pr2 {
    max-width: 100%;
    min-width: calc(100% - 30px);
    margin: auto;
    padding: 0 15px 100px;
  }
  .page-cart .social_gift_pr2 .image img {
    width: 100%;
  }
  .page-cart .social_gift_pr2 .card img {
    width: 100%;
  }
  .section-slider .slider > .slide:first-of-type {
    padding-left: 15px;
  }
}