
/* slick.css */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;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:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{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}

/* slick-theme */
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./slick/ajax-loader.gif') center center no-repeat;
}
.main * {
  line-height: 1.15;
}
/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./slick/fonts/slick.eot');
    src: url('./slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('./slick/fonts/slick.woff') format('woff'), url('./slick/fonts/slick.ttf') format('truetype'), url('./slick/fonts/slick.svg#slick') format('svg');
}
@import url(https://fonts.googleapis.com/css?family=Nunito:600&display=swap&text=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890);
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

main {
  font-family: "Noto Serif JP", serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl {
  /* margin: 0;
  color: #000; */
}

a {
  text-decoration: none;
}

ul,
ol {
  padding-left: 0;
  list-style-type: none;
}

dd {
  margin-left: 0;
}

.main p {
  /* font-size: 14px; */
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .main p {
    /* font-size: 16px; */
  }
}

.wrapper {
  position: relative;
  overflow: hidden;
}

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

@media screen and (max-width: 767px) {
  .container--spfull {
    padding: 0;
  }
}

.image {
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}

.hidden {
  display: none !important;
}

.relative {
  position: relative !important;
}
.cmn-hd-box02-in {
  line-height: 125%;
}

.mv {
  background-color: #eae8dd;
}

.mv-container {
  position: relative;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.mv-text1 {
  position: absolute;
  top: 3.7%;
  right: 4.75%;
  display: block;
  width: 38.4%;
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (min-width: 768px) {
  .mv-text1 {
    top: 20.9%;
    right: 4%;
    width: 20.9%;
  }
}

.mv-text2 {
  position: absolute;
  top: 50%;
  left: 6.63%;
  display: block;
  width: 25.46%;
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (min-width: 768px) {
  .mv-text2 {
    top: 35%;
    left: 5%;
    width: 12.93%;
  }
}

.mv-logo {
  position: absolute;
  top: 4.21%;
  left: 5.33%;
  display: block;
  width: 37.33%;
  max-width: 228px;
}
@media screen and (min-width: 768px) {
  .mv-logo {
    top: 3%;
    left: auto;
    right: 3.56%;
    width: 20%;
  }
}
@media screen and (min-width: 1024px) {
  .mv-logo {
    top: 4.5%;
  }
}

.goods {
  padding-top: 26px;
  padding-bottom: 36px;
}
@media screen and (min-width: 768px) {
  .goods {
    padding-top: 72px;
    padding-bottom: 82px;
  }
}

.goods-container {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .goods-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
    margin-bottom: 10px;
  }
}

.goods-image {
  display: block;
  width: 65.87%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .goods-image {
    width: 50.4%;
    margin-left: 0;
    margin-right: 0;
  }
}

.goods-content {
  max-width: 469px;
  margin: 12px auto;
}
@media screen and (min-width: 768px) {
  .goods-content {
    width: 48%;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .goods-content-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.goods-copy {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .goods-copy {
    font-size: 24px;
  }
}
@media screen and (min-width: 1040px) {
  .goods-copy {
    font-size: 24px;
  }
}
@media screen and (max-width: 374px) {
  .goods-copy {
    font-size: 24px;
  }
}
.goods-name {
  margin-bottom: 0.3em;
  padding-bottom: 0.3em;
  border-bottom: 2px solid #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.24;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .goods-name {
    font-size: 4.4vw;
  }
}
@media screen and (min-width: 1040px) {
  .goods-name {
    font-size: 44px;
  }
}
@media screen and (max-width: 374px) {
  .goods-name {
    font-size: 8vw;
  }
}

.goods-description {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .goods-description {
    margin-bottom: 10px;
    font-size: 3vw;
  }
}
@media screen and (min-width: 1040px) {
  .goods-description {
    font-size: 30px;
  }
}

.goods-normal-price {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .goods-normal-price {
    font-size: 22px;
  }
}
.goods-normal-price .bold {
  padding-right: 10px;
  padding-left: 0;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .goods-normal-price .bold {
    font-size: 36px;
    padding-left: 10px;
  }
}
.goods-price {
  display: block;
  width: 100%;
  max-width: 469px;
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .goods-price {
    margin-bottom: 25px;
  }
}

.goods-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 65px;
  background-color: #a12d29;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff !important;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (min-width: 768px) {
  .goods-button {
    height: 12vw;
    font-size: 4.5vw;
  }
  .goods-button:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1040px) {
  .goods-button {
    height: 133px;
    font-size: 55px;
  }
}

.goods-fushimen {
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .goods-fushimen {
    font-size: 18px;
  }
}
.goods-fushimen .bold {
  color: #a12d29;
}
.goods-note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 1.325;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .goods-note {
    font-size: 36px;
  }
}

.beginning {
  padding-bottom: 25px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .beginning {
    padding-bottom: 118px;
    background-color: #eae8dd;
  }
}

.beginning-text {
  padding: 25px 20px 100px;
  background-color: #eae8dd;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .beginning-text {
    position: relative;
    padding-top: 70px;
    padding-left: calc((160 / 1400) * 100 * 1vw);
    padding-bottom: 70px;
    max-height: 700px;
    background-color: #fff;
    text-align: left;
  }
}
@media screen and (min-width: 1400px) {
  .beginning-text {
    padding-left: 160px;
  }
}

.beginning-text-inner {
  display: inline-block;
}

.beginning-caption {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.34;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .beginning-caption {
    position: absolute;
    top: -226px;
    left: calc(50% + 160px);
    font-size: 50px;
    line-height: 1.82;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
  }

  .beginning-caption .tc {
    margin-bottom: 0.3em;
    line-height: 1;
    -webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all;
    text-combine-upright: all;
  }
}

.beginning-description {
  margin: 15px 0 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.53;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .beginning-description {
    margin: 0;
    font-size: 33px;
    line-height: 2.15;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
  }
}

.product {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .product {
    background-color: #eae8dd;
  }
}


.product-title {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .product-title {
    margin-bottom: 100px;
  }
}

.product-title-text {
  padding-top: 10px;
  padding-bottom: 15px;
  background-color: #000;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .product-title-text {
    position: absolute;
    top: 50%;
    right: 14.285714%;
    padding-top: 45px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
    font-size: calc((61 / 1400) * 100 * 1vw);
    line-height: 1.39;
    text-align: left;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.product-title-text small {
  font-style: normal;
  font-size: 27px;
}
@media screen and (min-width: 768px) {
  .product-title-text small {
    font-size: calc((61 / 1400) * 100 * 1vw);
  }
}
@media screen and (min-width: 1400px) {
  .product-title-text small {
    font-size: 61px;
  }
}

.slider {
  margin-bottom: 66px !important;
}
@media screen and (min-width: 1400px) {
  .slider {
    margin-bottom: 50px !important;
  }
}

.slider-item {
  width: 50%;
}

.slick-arrow {
  z-index: 2;
}

.slick-arrow::before {
  content:""!important;
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-prev {
  left: 20px;
}
@media screen and (min-width: 768px) {
  .slick-prev {
    width: 65px;
    height: 65px;
  }
}

.slick-prev::before {
  background-image: url(../img/arrow_return.png) !important;
  background-size: contain !important;
}

.slick-next {
  right: 20px;
}
@media screen and (min-width: 768px) {
  .slick-next {
    width: 65px;
    height: 65px;
  }
}

@media screen and (min-width: 768px) {
  .slick-dots {
    bottom: -40px;
  }
}

.slick-next::before {
  background-image: url(../img/arrow_next.png) !important;
  background-size: contain !important;
}

.product-bg {
  background-color: #eae8dd;
}

.product-list {
  padding-top: 33px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .product-list {
    padding-top: 80px;
    padding-bottom: 48px;
  }
}

@media screen and (min-width: 768px) {
  .product-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.product-item:not(:last-child) {
  margin-bottom: 50px
}

.product-text {
  margin-top: -18px;
}
@media screen and (min-width: 768px) {
  .product-text {
    margin-top: 0;
    width: 64.8%;
  }
}

.product-term {
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
  border-bottom: 1px solid #000;
  position: relative;
}
@media screen and (min-width: 768px) {
  .product-term {
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 47px;
  }
}

.product-term .icon {
  position: absolute;
  right: 0;
  bottom: -15px;
}
@media screen and (min-width: 768px) {
  .product-term .icon {
    bottom: -20px;
  }
}
.product-term .icon img {
  width: 70px;
}
@media screen and (min-width: 768px) {
  .product-term .icon img {
    width: 100%;
    max-width: 118px;
  }
}

.product-description {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.67;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .product-description {
    font-size: 20px;
  }
}

.overview-image {
  position: relative;
}

.overview-caption {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: block;
  width: 45vw;
}
@media screen and (min-width: 768px) {
  .overview-caption {
    right: 9%;
    width: 33vw;
  }
}
@media screen and (min-width: 1200px) {
  .overview-caption {
    right: 14.285714%;
    width: 350px;
  }
}

.overview-caption--reverse {
  right: auto;
  left: 20px;
}
@media screen and (min-width: 768px) {
  .overview-caption--reverse {
    left: 9%;
  }
}
@media screen and (min-width: 1200px) {
  .overview-caption--reverse {
    left: 14.285714%;
  }
}

.overview-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .overview-text {
    margin-top: 75px;
    margin-bottom: 80px;
  }
}

.overview-text--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .overview-text--reverse {
    margin-bottom: 100px;
  }
}

.overview-term {
  width: 45%;
}

.overview-description {
  width: 51%;
  font-size: 3.2vw;
  font-weight: 400;
  line-height: 1.46;
}
@media screen and (min-width: 768px) {
  .overview-description {
    font-size: 25px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  .overview-description {
    font-size: 32px;
  }
}

.overview-description span {
  letter-spacing: -0.6em;
}

.voice {
  background-color: #eae8dd;
}

.voice-bg {
  padding-top: 15px;
  padding-bottom: 10px;
  background-color: #787878;
}
@media screen and (min-width: 768px) {
  .voice-bg {
    padding-top: 50px;
    padding-bottom: 35px;
  }
}

.voice-title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .voice-title {
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: 2px solid #fff;
    font-size: 64px;
  }
}

.voice-description {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.33;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .voice-description {
    font-size: 27px;
    line-height: 1.89;
  }
}

.voice-list {
  padding-top: 18px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .voice-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 75px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 75px;
  }
}

.voice-item {
  background-color: #fff;
  padding-top: 15px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .voice-item {
    padding-top: 30px;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 14px;
    width: 48.1%;
    height: auto;
  }
}

.voice-item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .voice-item:not(:last-child) {
    margin-bottom: 0;
  }
}

.voice-inner {
  display: inline-block;
}

.voice-text {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.33;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .voice-text {
    margin-bottom: 10px;
    font-size: 26px;
  }
}

.voice-name {
  margin-top: 10px;
  margin-right: 8px;
  font-size: 12px;
  font-weight: 700;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .voice-name {
    margin-right: 16px;
    font-size: 20px;
  }
}
.corporation {
  margin-bottom: 80px;
}
.corporation::before {
  content: "";
  display: block;
  width: 100%;
  height: 250px;
  background: url(../img/corporation.jpg) center no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .corporation {
    margin-bottom: 80px;
  }
  
  .corporation::before {
    height: 450px;
    margin-bottom: 46px;
  }
}

.corporation-title {
  padding-bottom: 0.4em;
  border-bottom: 2px solid #000;
  margin-bottom: 0.5em;
  font-size: 25px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .corporation-title {
    font-size: 47px;
  }
}

.corporation-description {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .corporation-description {
    font-size: 20px;
  }
}

.footer {
  margin-top: 54px;
}

.footer-info {
  padding: 16px 0 14px;
  background-color: #eae8dd;
}
@media screen and (min-width: 768px) {
  .footer-info {
    padding: 20px 0 18px;
    background-color: #fff;
  }
}

.footer-flex {
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .footer-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
}

.footer-logo {
  display: block;
  width: 184px;
  margin: 0 auto 8px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (min-width: 768px) {
  .footer-logo {
    width: 228px;
    margin: 0;
  }
  .footer-logo:hover {
    opacity: 0.8;
  }
}

.footer-address {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer-address {
    margin-left: 18px;
    font-size: 20px;
    text-align: left;
  }
}

.footer-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-link-item {
  color: #000;
  font-size: 10px;
  line-height: 1.5;
  white-space: nowrap;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (min-width: 768px) {
  .footer-link-item {
    font-size: 20px;
  }
  .footer-link-item:hover {
    opacity: 0.7;
  }
}
.footer-link-item:not(:first-child)::before {
  content: "｜";
  margin: 0 0.5em;
}

.footer-copyright {
  color: #fff;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .footer-copyright {
    font-size: 15px;
  }
}

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: 1s ease;
}

.fadein--left {
  transform: translate(50px, 0);
}

.fadein--right {
  transform: translate(-50px, 0);
}

.fadein--y-50 {
  transform: translate(0, calc(-50% + 50px));
}

.fadein--y-50.fadein--left  {
  transform: translate(50px, -50%);
}

.fadein--y-50.fadein--right  {
  transform: translate(-50px, -50%);
}

.fadein.show {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein--y-50.show {
  transform: translate(0, -50%);
}

/* 2022/5/24 */
.column-image {
  width: 100%;
}
.column-container {
  margin-top: 50px;
  margin-bottom: 50px;
}
.column-button {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .column-container {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .column-button {
    font-size: 32px;
  }
}


.cart-wrapper {
  position: fixed;
  top: 0;
  right: 0px;
  z-index: 999999;
}
.cartBtn a img {
  width: 50px;
  height: auto;
}
.cartBtn a img:hover {
  opacity: .7;
}
@media screen and (min-width: 768px) {
  .cart-wrapper {
    right: 0;
  }
  .cartBtn a img {
    width: 100%;
    max-width: 120px;
  }
}