﻿/* 
font-family: 'Noto Serif Display', serif;
font-family: 'Poppins', sans-serif;
font-family: noto-sans-cjk-jp, sans-serif;


font-family: "source-han-serif-japanese", serif;
font-weight: 600;
font-style: normal;
*/

/* :root {
  --lp-bg-color: #A4CC2E;
  --lp-ttl-color: #246358;
  --lp-wht: #fff;
}

.main-area,
.main_inner {
  width: 100%;
  margin: 0 auto;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  color: #333;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.02em;
  text-align: left;
} */
/* 
.main-area *,
.main_inner * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
}

.main-area *::before,
.main-area *::after,
.main_inner *::before,
.main_inner *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-area img,
.main-area svg,
.main_inner img,
.main_inner svg {
  height: auto;
  width: 100%;
}

#main-container picture {
  display: block;
}

.main-area a {
  display: inline-block;
}
 */


@media only screen and (min-width: 560px) {

  /* ===========================
  * Style of Tablet-view *
  =========================== */
  #main-container {
    padding: 0;

  }

  #main-container .item-content {
    margin: auto;
  }

  .main-area,
  .main_inner {
    padding: 0;
  }
}

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

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

@media only screen and (min-width: 1400px) {

  /* ===========================
* Style of Tablet-view *
=========================== */
  #main-container {
    padding: 0;
    padding-top: 40px;
  }
}





/*========================================================
breadcrumb
========================================================*/
/* ----------[ breadcrumb SP ]---------- */
#main-container .cateList {
  width: 89%;
  margin: calc(58*(100vw / 390)) auto 0;
  padding: 0 0 calc(15 * (100vw / 390));
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: calc(10 * (100vw / 390));
  letter-spacing: 0.01em;
  line-height: calc(20 * (100vw / 390));
  color: #4d4d4d;
  /* white-space: nowrap; */
  text-align: left;
}

/* ----------[ breadcrumb table ]---------- */
@media only screen and (min-width: 560px) {
  #main-container .cateList {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: calc(1280 * (100vw / 1400));
    max-width: 1280px;
    height: calc(50 * (100vw / 1400));
    max-height: 50px;
    margin: 0 auto;
    padding: calc(131* (100vw / 1400)) calc(40 * (100vw / 1400)) calc(49 * (100vw / 1400)) 0;
    font-size: calc(13 * (100vw / 1400));
    letter-spacing: 0.01em;
    line-height: normal;
    color: #4d4d4d;
  }

  #main-container .cateList span {
    padding: 0 calc(5 * (100vw / 1400));
  }
}

/* ----------[ breadcrumb PC ]---------- */
@media only screen and (min-width: 1400px) {
  #main-container .cateList {
    margin: auto;
    padding: 131px 40px 49px 0;
    font-size: 13px;
    height: 50px;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: normal;
  }

  #main-container .cateList span {
    padding: 0 5px;
  }
}





@font-face {
  font-family: "LibreBaskerville";
  src: url(../font/LibreBaskerville-Regular.ttf) format("truetype");
  font-weight: normal;
}

:root {
  --c-white: #ffffff;
  --c-red: #E62022;
  --c-navy: #31405E;
  --c-sky: #6480A8;
  --font: Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro, sans-serif;
  --font-en: cooper-black-std, serif;
  --font-credit: LibreBaskerville, sans-serif;
  --pc-width: 1440;
  --tb-width: 768;
  --sp-width: 750;
}

*>.main-area {
  font-family: var(--font-hiragino-kakugothic);
  font-weight: var(--fontweight-medium);
  font-feature-settings: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}

@media screen and (min-width: 768px) and (max-width: 1399px) {
  html {
    font-size: 62.5%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  html {
    font-size: calc(10 * (100vw/1280));
  }
}

@media only screen and (max-width: 767px) {
  *>.main-area {
    font-family: var(--font-hiragino);
  }
}

.main-area * {
  box-sizing: border-box;
}

.main-area img {
  height: auto;
  opacity: 1;
  width: 100%;
}

.main-area a {
  text-decoration: none;
}

.main-area a:hover {
  opacity: 1;
}

.main-area a:hover img {
  opacity: 1;
}

.main-area picture {
  display: block;
}

.main-area p,
.main-area ul,
.main-area ol,
.main-area dl {
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .main-area .pc_only {
    display: none;
  }

  .main-area .sp_only {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  body {
    overflow-x: clip;
  }

  .main-area .pc_only {
    display: block;
  }

  .main-area .sp_only {
    display: none;
  }
}

.move__rotation {
  animation: move__rotation 60s linear infinite;
}

@keyframes move__rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes imgMove_R {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes imgMove_L {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes imgMove_L_run {
  0% {
    transform: translateX(100vw);
  }

  100% {
    transform: translateX(-150vw);
  }
}

@keyframes imgMove_L_run_sp {
  0% {
    transform: translateX(200vw);
    opacity: 0;
  }

  1% {
    opacity: 1;
  }

  100% {
    transform: translateX(-200vw);
    opacity: 1;
  }
}

@keyframes imgMove_L_run {
  0% {
    transform: translateX(100vw);
  }

  100% {
    transform: translateX(-100vw);
  }
}

.js-loading-ready {
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transform: translateY(3rem);
}

.js-loading-ready.js-active {
  opacity: 1;
  transform: translateY(0);
}

.js-fadeIn-load {
  opacity: 0;
  transition: opacity 1s;
}

.js-fadeIn-load.js-active {
  opacity: 1;
}

.js-fadeUp-load {
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transform: translateY(3rem);
}

.js-fadeUp-load.title__img--01 {
  transition: opacity 1s 1s, transform 1s 1s;
}

.js-fadeUp-load.title__img--02 {
  transition: opacity 1s 1.2s, transform 1s 1.2s;
}

.js-fadeUp-load.title__img--03 {
  transition: opacity 1s 1.4s, transform 1s 1.4s;
}

.js-fadeUp-load.js-active {
  opacity: 1;
  transform: translateY(0);
}

.js-fadeUp {
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transform: translateY(3rem);
}

.js-fadeUp.js-fadeUp__delay01 {
  transition: opacity 1s 0.2s, transform 1s 0.2s;
}

.js-fadeUp.js-fadeUp__delay02 {
  transition: opacity 1s 0.4s, transform 1s 0.4s;
}

.js-fadeUp.js-fadeUp__delay03 {
  transition: opacity 1s 0.6s, transform 1s 0.6s;
}

.js-fadeUp.js-fadeUp__delay04 {
  transition: opacity 1s 0.8s, transform 1s 0.8s;
}

.js-fade-late {
  opacity: 0;
  transition: opacity 0.1s 10s;
}

.js-fade-late.js-active {
  opacity: 1;
}

.js-slideWrap .js-slideIn {
  transition: transform 4s linear;
  transform: translateX(100vw);
}

.js-slideWrap .js-slideIn2 {
  transition: transform 4s 2s linear;
  transform: translateX(100vw);
}

.js-slideWrap.js-active .js-slideIn {
  transform: translateX(0);
}

.js-slideWrap.js-active .js-slideIn2 {
  transform: translateX(0);
}

.js-fadeUp__order .js-fadeUp__child {
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transform: translateY(3rem);
}

.js-fadeUp__order.js-active .js-fadeUp__child {
  opacity: 1;
  transform: translateY(0);
}

.js-fadeUp__order.js-active .js-fadeUp__child.js-fadeUp__delay01 {
  transition: opacity 1s 0.2s, transform 1s 0.2s;
}

.js-fadeUp__order.js-active .js-fadeUp__child.js-fadeUp__delay02 {
  transition: opacity 1s 0.4s, transform 1s 0.4s;
}

.js-fadeUp__order.js-active .js-fadeUp__child.js-fadeUp__delay03 {
  transition: opacity 1s 0.6s, transform 1s 0.6s;
}

.js-fadeUp__order.js-active .js-fadeUp__child.js-fadeUp__delay04 {
  transition: opacity 1s 0.8s, transform 1s 0.8s;
}

.js-fadeUp__sub {
  opacity: 0;
  transition: opacity 1s, margin 1s;
  margin: 3rem 0 0 0;
}

.js-fadeUp__sub.js-active {
  opacity: 1;
  margin: 0 0 0 0;
}

.js-fadeUp__text {
  opacity: 0;
  transition: opacity 1s 0.4s, transform 1s 0.4s;
  transform: translateY(3rem);
}

.js-fadeUp.js-active,
.js-fadeUp__text.js-active {
  opacity: 1;
  transform: translateY(0);
}

.js-bg-fadeUp::after {
  opacity: 0;
  transition: opacity 1s 0.8s, margin 1s 0.8s;
  transform: translateY(3rem);
}

.js-bg-fadeUp.js-active::after {
  opacity: 1;
  transform: translateY(0);
}

.js-fadeIn {
  opacity: 0;
  transition: opacity 1s;
}

.js-fadeIn.js-fadeIn__delay01 {
  transition: opacity 1s 0.2s, transform 1s 0.2s;
}

.js-fadeIn.js-fadeIn__delay02 {
  transition: opacity 1s 0.4s, transform 1s 0.4s;
}

.js-fadeIn.js-fadeIn__delay03 {
  transition: opacity 1s 0.6s, transform 1s 0.6s;
}

.js-fadeIn.js-fadeIn__delay04 {
  transition: opacity 1s 0.8s, transform 1s 0.8s;
}

.js-fadeIn.js-active {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .product__image-wrap--03-2 .js-fadeIn.js-fadeIn__delay02 {
    transition: opacity 1s 0.2s, transform 1s 0.2s;
  }

  .product__image-wrap--03-2 .js-fadeIn.js-fadeIn__delay01 {
    transition: opacity 1s 0.4s, transform 1s 0.4s;
  }

  .product__image-wrap--03-2 .js-fadeIn.js-fadeIn__delay03 {
    transition: opacity 1s 0.6s, transform 1s 0.6s;
  }

  .product__image-wrap--03-2 .js-fadeIn.js-fadeIn__delay04 {
    transition: opacity 1s 0.8s, transform 1s 0.8s;
  }

  .js-animation__pic {
    opacity: 0;
  }

  .js-animation__pic.pic__image--03-1 {
    transition: opacity 0.5s 1s, transform 2s 0.4s;
    transform: translate(14rem, 0) rotate(20deg);
  }

  .js-animation__pic.pic__image--03-1.js-active {
    opacity: 1;
    transform: translate(0) rotate(0);
  }

  .js-animation__pic.pic__image--03-2 {
    transition: opacity 0.5s 1s, transform 2s 0.4s;
    transform: translate(-6rem, 8rem) rotate(-20deg);
  }

  .js-animation__pic.pic__image--03-2.js-active {
    opacity: 1;
    transform: translate(0) rotate(0);
  }

  .js-animation__pic.pic__image--03-3 {
    transition: opacity 0.5s 1s, transform 2s 0.4s;
    transform: translate(-14rem, 0) rotate(-20deg);
  }

  .js-animation__pic.pic__image--03-3.js-active {
    opacity: 1;
    transform: translate(0) rotate(0);
  }

  .js-animation__pic.pic__image--03-4 {
    transition: opacity 0.5s 1s, transform 2s 0.4s;
    transform: translate(14rem, 0) rotate(20deg);
  }

  .js-animation__pic.pic__image--03-4.js-active {
    opacity: 1;
    transform: translate(0) rotate(0);
  }
}

@media only screen and (min-width: 768px) {
  .js-animation__pic {
    opacity: 0;
  }

  .js-animation__pic.pic__image--03-1 {
    transition: opacity 0.5s 1s, transform 2s 0.4s;
    transform: translate(14rem, 0) rotate(20deg);
  }

  .js-animation__pic.pic__image--03-1.js-active {
    opacity: 1;
    transform: translate(0) rotate(0);
  }

  .js-animation__pic.pic__image--03-2 {
    transition: opacity 0.5s 1s, transform 2s 0.4s;
    transform: translate(-6rem, 8rem) rotate(-20deg);
  }

  .js-animation__pic.pic__image--03-2.js-active {
    opacity: 1;
    transform: translate(0) rotate(0);
  }

  .js-animation__pic.pic__image--03-3 {
    transition: opacity 0.5s 1s, transform 2s 0.4s;
    transform: translate(14rem, 0) rotate(20deg);
  }

  .js-animation__pic.pic__image--03-3.js-active {
    opacity: 1;
    transform: translate(0) rotate(0);
  }

  .js-animation__pic.pic__image--03-4 {
    transition: opacity 0.5s 1s, transform 2s 0.4s;
    transform: translate(14rem, 0) rotate(20deg);
  }

  .js-animation__pic.pic__image--03-4.js-active {
    opacity: 1;
    transform: translate(0) rotate(0);
  }

  .move__bit {
    display: block;
  }

  .move__bit.move__bit--01 {
    animation: move__bit 6500ms linear 2000ms infinite;
  }

  .move__bit.move__bit--02 {
    animation: move__bit 6500ms linear 4000ms infinite;
  }

  .move__bit.move__bit--03 {
    animation: move__bit 6500ms linear 6000ms infinite;
  }
}

@keyframes move__bit {
  0% {
    transform: translateY(0);
  }

  54% {
    transform: translateY(0);
  }

  56% {
    transform: translateY(-1rem);
  }

  58% {
    transform: translateY(0);
  }

  60% {
    transform: translateY(-1rem);
  }

  62% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}

.GP250206KOUSUKESHIMIZU {
  margin: 0;
  padding: 0 0 0 0;
  color: #000;
  font-weight: 400;
}

.GP250206KOUSUKESHIMIZU .intro .intro__lead-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15rem;
  justify-content: center;
  color: var(--c-red);
  background-image: url(../img/bg01_pc.jpg);
  background-size: 128rem;
  background-position: center;
  background-repeat: repeat-x;
}

.GP250206KOUSUKESHIMIZU .intro .intro__lead {
  width: 40rem;
  padding: 5rem 0 5rem;
  font-family: var(--font);
  font-size: 1.3rem;
  font-feature-settings: "palt";
  font-weight: 600;
  text-align: left;
  letter-spacing: 0;
  line-height: 2;
}

.GP250206KOUSUKESHIMIZU .intro .intro__lead.intro__lead--en {
  position: relative;
  font-family: var(--font-en);
}

.GP250206KOUSUKESHIMIZU .intro .intro__lead.intro__lead--en::after {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 14.5rem;
  background-color: var(--c-red);
  top: 5rem;
  left: auto;
  right: -7.5rem;
}

.GP250206KOUSUKESHIMIZU .firstview {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.GP250206KOUSUKESHIMIZU .firstview .firstview__image {
  width: 100%;
}

.GP250206KOUSUKESHIMIZU .firstview .firstview__image {
  width: 100%;
  height: auto;
}

.GP250206KOUSUKESHIMIZU .product__block {
  position: relative;
}

.GP250206KOUSUKESHIMIZU .product__block--01 {
  position: relative;
  background: url(../img/bg_product_pc.jpg);
  background-size: 64rem 64rem;
}

.GP250206KOUSUKESHIMIZU .product__block--01 .product__block-inner {
  max-width: 128rem;
}

.GP250206KOUSUKESHIMIZU .product__block-inner {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.GP250206KOUSUKESHIMIZU .product__item {
  display: flex;
  flex-wrap: wrap;
}

.GP250206KOUSUKESHIMIZU .product__item.goods__slide {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.GP250206KOUSUKESHIMIZU .product__item.goods__slide img {
  width: 100%;
}

.GP250206KOUSUKESHIMIZU .product__item.goods__slide .slick-slide {
  height: auto !important;
  width: 60rem !important;
}

.GP250206KOUSUKESHIMIZU .product__item.goods__slide .product__image a {
  position: relative;
  display: block;
}

.GP250206KOUSUKESHIMIZU .product__item.goods__slide .product__image a::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border: 1rem solid var(--c-red);
  border-left: 0.5rem solid var(--c-red);
  border-right: 0.5rem solid var(--c-red);
  top: 0;
  left: auto;
  right: 0;
  pointer-events: none;
  z-index: 1;
}

.GP250206KOUSUKESHIMIZU .product__item .product__image {
  width: 50%;
}

.GP250206KOUSUKESHIMIZU .product__image-wrap {
  position: relative;
  z-index: 1;
}

.GP250206KOUSUKESHIMIZU .product__image-wrap.product__image-wrap--01 {
  flex-direction: row-reverse;
}

.GP250206KOUSUKESHIMIZU .product__image-wrap.product__image-wrap--03 {
  flex-direction: row-reverse;
}

.GP250206KOUSUKESHIMIZU .product__image {
  position: relative;
}

.GP250206KOUSUKESHIMIZU .goods__text-wrap {
  color: var(--c-red);
  text-align: center;
  margin: 4.8rem 0 0 0;
}

.GP250206KOUSUKESHIMIZU .goods__text-wrap .item__name {
  font-family: var(--font-en);
  font-size: 3rem;
  font-style: italic;
  line-height: 1;
}

.GP250206KOUSUKESHIMIZU .goods__text-wrap .item__desc {
  margin: 1.8rem 0 0 0;
  font-size: 1.3rem;
  line-height: 2;
}

.GP250206KOUSUKESHIMIZU .goods__text-wrap .product__credit {
  display: block;
  margin: 2.2rem 0 0 0;
  font-family: var(--font-credit);
  font-size: 1.4rem;
  line-height: 1;
}

.GP250206KOUSUKESHIMIZU .novelty__wrap {
  display: block;
  width: 85rem;
  margin: 4.5rem auto 0;
  position: relative;
}

.GP250206KOUSUKESHIMIZU .novelty__wrap .novelty__image {
  width: 41rem;
  z-index: 1;
  position: relative;
  left: -0.5rem;
}

.GP250206KOUSUKESHIMIZU .novelty__wrap .novelty__text-wrap {
  position: absolute;
  width: 66rem;
  padding: 7.2rem 0rem 6.6rem 23.3rem;
  border: 1rem solid var(--c-red);
  border-radius: 3rem;
  top: 5rem;
  left: auto;
  right: -0.5rem;
  color: var(--c-navy);
  background-color: #fff;
}

.GP250206KOUSUKESHIMIZU .novelty__wrap .item__name {
  font-family: var(--font-en);
  font-size: 3rem;
  font-style: italic;
}

.GP250206KOUSUKESHIMIZU .novelty__wrap .item__desc {
  font-size: 1.4rem;
  font-feature-settings: "palt";
  line-height: 2;
  margin: 1rem 0 0 0;
}

.GP250206KOUSUKESHIMIZU .novelty__wrap .item__desc .attention {
  font-size: 1.1rem;
}

.GP250206KOUSUKESHIMIZU .lp__heading {
  color: var(--c-red);
  font-family: var(--font-en);
  font-size: 6rem;
  font-style: italic;
  text-align: center;
}

.GP250206KOUSUKESHIMIZU .lp__heading.lp__heading--intro {
  padding: 4rem 0 3.8rem;
}

.GP250206KOUSUKESHIMIZU .lp__heading.lp__heading--goods {
  padding: 9.2rem 0 9rem;
}

.GP250206KOUSUKESHIMIZU .product__block--02 {
  padding: 0 0 9.5rem 0;
  background-image: url(../img/bg02_pc.jpg);
  background-size: 128rem;
  background-position: center top;
  background-repeat: repeat;
}

.GP250206KOUSUKESHIMIZU .product__text-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 50%;
}

.GP250206KOUSUKESHIMIZU .product__text-wrap.product__text-wrap--01 {
  color: var(--c-navy);
}

.GP250206KOUSUKESHIMIZU .product__text-wrap.product__text-wrap--02 {
  color: var(--c-red);
}

.GP250206KOUSUKESHIMIZU .product__text-wrap.product__text-wrap--02 .product__detail .product__desc.product__desc--en::after {
  background-color: var(--c-red);
}

.GP250206KOUSUKESHIMIZU .product__text-wrap.product__text-wrap--03 {
  color: var(--c-sky);
}

.GP250206KOUSUKESHIMIZU .product__text-wrap.product__text-wrap--03 .product__detail .product__desc.product__desc--en::after {
  background-color: var(--c-sky);
}

.GP250206KOUSUKESHIMIZU .product__text-wrap .product__text-icon {
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20rem;
  color: #fff;
  font-family: var(--font-en);
  font-style: italic;
}

.GP250206KOUSUKESHIMIZU .product__text-wrap .product__text-icon.product__text-icon--01 {
  background-color: var(--c-navy);
}

.GP250206KOUSUKESHIMIZU .product__text-wrap .product__text-icon.product__text-icon--02 {
  background-color: var(--c-red);
}

.GP250206KOUSUKESHIMIZU .product__text-wrap .product__text-icon.product__text-icon--03 {
  background-color: var(--c-sky);
}

.GP250206KOUSUKESHIMIZU .product__text-wrap .product__text-icon .icon__text {
  font-size: 2rem;
}

.GP250206KOUSUKESHIMIZU .product__text-wrap .product__text-icon .icon__num {
  display: block;
  font-size: 4rem;
  line-height: 1;
  padding: 0 0 0 0.7rem;
}

.GP250206KOUSUKESHIMIZU .product__detail {
  padding: 0 12rem;
  position: relative;
}

.GP250206KOUSUKESHIMIZU .product__detail .product__desc {
  font-size: 1.3rem;
  line-height: 2;
}

.GP250206KOUSUKESHIMIZU .product__detail .product__desc.product__desc--en {
  font-family: var(--font-en);
  position: relative;
  padding: 0 0 4.4rem 0;
  word-break: normal;
  font-feature-settings: "palt";
  letter-spacing: 0;
}

.GP250206KOUSUKESHIMIZU .product__detail .product__desc.product__desc--en::after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--c-navy);
  bottom: 2.2rem;
  left: 0;
}

.GP250206KOUSUKESHIMIZU .product__detail .product__desc.product__desc--jp {
  font-feature-settings: "palt";
}

.GP250206KOUSUKESHIMIZU .product__credit-wrap {
  position: absolute;
}

.GP250206KOUSUKESHIMIZU .product__text--01 {
  width: 39.6rem;
  top: 91.8rem;
  left: auto;
  right: 18.7rem;
  z-index: 2;
}

.GP250206KOUSUKESHIMIZU .product__text--02 {
  width: 20.4rem;
  top: 13.3rem;
  left: auto;
  right: -24.8rem;
  z-index: 2;
}

.GP250206KOUSUKESHIMIZU .product__text--03 {
  width: 31rem;
  top: -2.3rem;
  left: 0;
  z-index: 2;
}

.GP250206KOUSUKESHIMIZU .text__slide {
  width: 100%;
  display: flex;
  padding: 7.3rem 0 8rem;
}

.GP250206KOUSUKESHIMIZU .text__slide.text__slide--left .text__slide-inner {
  animation-name: imgMove_L;
}

.GP250206KOUSUKESHIMIZU .text__slide.text__slide--right .text__slide-inner {
  animation-name: imgMove_R;
}

.GP250206KOUSUKESHIMIZU .text__slide-inner {
  display: flex;
  width: 480rem;
  justify-content: space-around;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 120s;
}

.GP250206KOUSUKESHIMIZU .text__slide-inner .text__slide-pic {
  width: 97rem;
  padding: 0 0 0 6.6rem;
}

.GP250206KOUSUKESHIMIZU .product__credit-wrap {
  font-family: var(--font-credit);
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0;
  bottom: -7.2rem;
}

.GP250206KOUSUKESHIMIZU .prof__area {
  width: 100rem;
  margin: 9.3rem auto 0;
}

.GP250206KOUSUKESHIMIZU .prof__area .prof__name {
  font-family: var(--font-en);
  font-size: 1.8rem;
  line-height: 1;
  position: relative;
}

.GP250206KOUSUKESHIMIZU .prof__area .prof__name::after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  bottom: 0.3rem;
  left: 0;
}

.GP250206KOUSUKESHIMIZU .prof__area .prof__name span {
  display: inline-block;
  padding: 0 0 0 0.5rem;
  font-size: 1.2rem;
}

.GP250206KOUSUKESHIMIZU .prof__area .prof__text {
  margin: 4rem 0 0 0;
  font-size: 1.3rem;
  line-height: 2;
  font-feature-settings: "palt";
}

.GP250206KOUSUKESHIMIZU .button__all {
  display: block;
  width: 60rem;
  height: 10rem;
  margin: 10rem auto 0;
  position: relative;
  background-color: var(--c-navy);
  border-radius: 6rem;
  color: var(--c-white);
  font-family: var(--font-en);
  font-style: italic;
  font-size: 3rem;
  text-align: center;
}

.GP250206KOUSUKESHIMIZU .button__all a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.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 {
  background-image: none !important;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: none !important;
}

@media only screen and (max-width: 767px) {
  .GP250206KOUSUKESHIMIZU {
    margin: 0;
    padding: 0 0 0 0;
    font-weight: 400;
  }

  .GP250206KOUSUKESHIMIZU .intro .intro__lead-wrap {
    display: block;
    width: 100%;
    background-image: url(../img/bg01_sp.jpg);
    background-size: 100%;
  }

  .GP250206KOUSUKESHIMIZU .intro .intro__lead {
    width: 100%;
    padding: calc(0 * (100vw/750)) calc(50 * (100vw/750)) calc(110 * (100vw/750));
    font-size: calc(26 * (100vw/750));
    text-align: justify;
  }

  .GP250206KOUSUKESHIMIZU .intro .intro__lead.intro__lead--en {
    padding: calc(113 * (100vw/750)) calc(50 * (100vw/750)) calc(74 * (100vw/750));
  }

  .GP250206KOUSUKESHIMIZU .intro .intro__lead.intro__lead--en::after {
    width: calc(650 * (100vw/750));
    height: calc(1 * (100vw/750));
    top: auto;
    bottom: calc(36 * (100vw/750));
    left: calc(50 * (100vw/750));
    right: auto;
  }

  .GP250206KOUSUKESHIMIZU .product__block--01 {
    background: url(../img/bg_product_sp.jpg);
    background-size: calc(750 * (100vw/750)) calc(1002 * (100vw/750));
  }

  .GP250206KOUSUKESHIMIZU .product__block--01 .product__block-inner {
    max-width: calc(750 * (100vw/750));
  }

  .GP250206KOUSUKESHIMIZU .product__item {
    display: block;
  }

  .GP250206KOUSUKESHIMIZU .product__item.goods__slide {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .GP250206KOUSUKESHIMIZU .product__item.goods__slide .slick-list {
    overflow: visible;
  }

  .GP250206KOUSUKESHIMIZU .product__item.goods__slide img {
    width: 100%;
  }

  .GP250206KOUSUKESHIMIZU .product__item.goods__slide .slick-slide {
    height: auto !important;
    width: calc(750 * (100vw/750)) !important;
  }

  .GP250206KOUSUKESHIMIZU .product__item.goods__slide .product__image a {
    position: relative;
  }

  .GP250206KOUSUKESHIMIZU .product__item.goods__slide .product__image a::after {
    width: calc(740 * (100vw/750));
    height: calc(490 * (100vw/750));
    border: calc(10 * (100vw/750)) solid var(--c-red);
    border-left: calc(5 * (100vw/750)) solid var(--c-red);
    border-right: calc(5 * (100vw/750)) solid var(--c-red);
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    pointer-events: none;
    z-index: 1;
  }

  .GP250206KOUSUKESHIMIZU .product__item .product__image {
    width: 100%;
  }

  .GP250206KOUSUKESHIMIZU .product__image-wrap {
    position: relative;
  }

  .GP250206KOUSUKESHIMIZU .product__image {
    position: relative;
  }

  .GP250206KOUSUKESHIMIZU .goods__text-wrap {
    margin: calc(42 * (100vw/750)) 0 0 0;
  }

  .GP250206KOUSUKESHIMIZU .goods__text-wrap .item__name {
    font-size: calc(60 * (100vw/750));
    font-style: italic;
    line-height: 1.25;
  }

  .GP250206KOUSUKESHIMIZU .goods__text-wrap .item__desc {
    margin: calc(15 * (100vw/750)) 0 0 0;
    padding: 0 calc(50 * (100vw/750));
    font-size: calc(26 * (100vw/750));
    text-align: justify;
  }

  .GP250206KOUSUKESHIMIZU .goods__text-wrap .product__credit {
    margin: calc(32 * (100vw/750)) 0 0 0;
    font-size: calc(28 * (100vw/750));
    line-height: 1;
  }

  .GP250206KOUSUKESHIMIZU .novelty__wrap {
    width: calc(660 * (100vw/750));
    height: calc(1188 * (100vw/750));
    margin: calc(100 * (100vw/750)) auto 0;
  }

  .GP250206KOUSUKESHIMIZU .novelty__wrap .novelty__image {
    width: calc(660 * (100vw/750));
    z-index: 1;
    left: 0;
  }

  .GP250206KOUSUKESHIMIZU .novelty__wrap .novelty__text-wrap {
    position: absolute;
    width: calc(660 * (100vw/750));
    padding: calc(353 * (100vw/750)) calc(45 * (100vw/750)) calc(37 * (100vw/750));
    border: calc(10 * (100vw/750)) solid var(--c-red);
    border-radius: calc(30 * (100vw/750));
    top: calc(325 * (100vw/750));
    left: 0;
    right: auto;
  }

  .GP250206KOUSUKESHIMIZU .novelty__wrap .item__name {
    font-size: calc(72 * (100vw/750));
    line-height: 1.25;
    text-align: center;
  }

  .GP250206KOUSUKESHIMIZU .novelty__wrap .item__desc {
    margin: calc(15 * (100vw/750)) 0 0 0;
    padding: 0;
    font-size: calc(26 * (100vw/750));
    text-align: left;
  }

  .GP250206KOUSUKESHIMIZU .novelty__wrap .item__desc .attention {
    font-size: calc(26 * (100vw/750));
  }

  .GP250206KOUSUKESHIMIZU .lp__heading {
    font-size: calc(72 * (100vw/750));
  }

  .GP250206KOUSUKESHIMIZU .lp__heading.lp__heading--intro {
    padding: calc(80 * (100vw/750)) 0 calc(60 * (100vw/750));
    line-height: 1.25;
  }

  .GP250206KOUSUKESHIMIZU .lp__heading.lp__heading--goods {
    padding: calc(95 * (100vw/750)) 0 calc(90 * (100vw/750));
  }

  .GP250206KOUSUKESHIMIZU .product__block--02 {
    padding: 0 0 calc(95 * (100vw/750)) 0;
    background-image: url(../img/bg02_sp.jpg);
    background-size: 100%;
    background-position: center top;
    background-repeat: repeat;
  }

  .GP250206KOUSUKESHIMIZU .product__text-wrap {
    display: block;
    width: 100%;
    padding: calc(50 * (100vw/750)) calc(50 * (100vw/750)) calc(80 * (100vw/750));
  }

  .GP250206KOUSUKESHIMIZU .product__text-wrap .product__text-icon {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(300 * (100vw/750));
    color: #fff;
    font-family: var(--font-en);
    font-style: italic;
  }

  .GP250206KOUSUKESHIMIZU .product__text-wrap .product__text-icon.product__text-icon--01 {
    background-color: var(--c-navy);
  }

  .GP250206KOUSUKESHIMIZU .product__text-wrap .product__text-icon.product__text-icon--02 {
    background-color: var(--c-red);
  }

  .GP250206KOUSUKESHIMIZU .product__text-wrap .product__text-icon.product__text-icon--03 {
    background-color: var(--c-sky);
  }

  .GP250206KOUSUKESHIMIZU .product__text-wrap .product__text-icon .icon__text {
    font-size: calc(30 * (100vw/750));
  }

  .GP250206KOUSUKESHIMIZU .product__text-wrap .product__text-icon .icon__num {
    display: block;
    font-size: calc(60 * (100vw/750));
    line-height: 1;
    padding: 0 0 0 calc(10 * (100vw/750));
  }

  .GP250206KOUSUKESHIMIZU .product__detail {
    padding: 0;
    position: relative;
  }

  .GP250206KOUSUKESHIMIZU .product__detail .product__desc {
    font-size: calc(26 * (100vw/750));
    line-height: 2;
  }

  .GP250206KOUSUKESHIMIZU .product__detail .product__desc.product__desc--en {
    font-family: var(--font-en);
    position: relative;
    padding: calc(40 * (100vw/750)) 0 calc(65 * (100vw/750)) 0;
    word-break: normal;
    font-feature-settings: "palt";
    letter-spacing: 0;
  }

  .GP250206KOUSUKESHIMIZU .product__detail .product__desc.product__desc--en::after {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: calc(1 * (100vw/750));
    background-color: #000;
    bottom: calc(32 * (100vw/750));
    left: 0;
  }

  .GP250206KOUSUKESHIMIZU .product__detail .product__desc.product__desc--jp {
    font-feature-settings: "palt";
  }

  .GP250206KOUSUKESHIMIZU .text__slide {
    width: 100%;
    display: flex;
    overflow: hidden;
    padding: calc(60 * (100vw/750)) 0 calc(80 * (100vw/750));
  }

  .GP250206KOUSUKESHIMIZU .text__slide.text__slide--left .text__slide-inner {
    animation-name: imgMove_L;
  }

  .GP250206KOUSUKESHIMIZU .text__slide.text__slide--right .text__slide-inner {
    animation-name: imgMove_R;
  }

  .GP250206KOUSUKESHIMIZU .text__slide-inner {
    display: flex;
    width: calc(4935 * (100vw/750));
    justify-content: space-around;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 120s;
  }

  .GP250206KOUSUKESHIMIZU .text__slide-inner .text__slide-pic {
    width: calc(970 * (100vw/750));
    padding: 0 0 0 calc(66 * (100vw/750));
  }

  .GP250206KOUSUKESHIMIZU .product__credit-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: calc(25 * (100vw/750)) 0 0 0;
    position: static;
    font-size: calc(28 * (100vw/750));
  }

  .GP250206KOUSUKESHIMIZU .product__credit-wrap a {
    display: inline-block;
  }

  .GP250206KOUSUKESHIMIZU .product__credit-wrap a:nth-of-type(n+2) {
    padding: 0 0 0 calc(50 * (100vw/750));
  }

  .GP250206KOUSUKESHIMIZU .prof__area {
    width: calc(645 * (100vw/750));
    margin: calc(95 * (100vw/750)) auto 0;
  }

  .GP250206KOUSUKESHIMIZU .prof__area .prof__name {
    font-size: calc(36 * (100vw/750));
    text-align: center;
  }

  .GP250206KOUSUKESHIMIZU .prof__area .prof__name::after {
    height: calc(1 * (100vw/750));
    bottom: calc(-50 * (100vw/750));
  }

  .GP250206KOUSUKESHIMIZU .prof__area .prof__name span {
    display: block;
    padding: calc(20 * (100vw/750)) 0 0 0;
    font-size: calc(24 * (100vw/750));
  }

  .GP250206KOUSUKESHIMIZU .prof__area .prof__text {
    margin: calc(85 * (100vw/750)) 0 0 0;
    font-size: calc(26 * (100vw/750));
  }

  .GP250206KOUSUKESHIMIZU .button__all {
    width: calc(650 * (100vw/750));
    height: calc(150 * (100vw/750));
    margin: calc(100 * (100vw/750)) auto 0;
    left: 0;
    font-size: calc(45 * (100vw/750));
  }
}

/*# sourceMappingURL=style.css.map */