/****************************************
common
****************************************/

html {
  font-size: 10px;
  font-family: "Noto Serif JP", serif;
}

body {
  background-image: url(https://gigaplus.makeshop.jp/fukakinet/products/img/back.jpg);
  background-attachment: fixed;
}

body:before {
  display: none;
}

/****************************************
font
****************************************/

@media (min-width: 320px) {
  h1 {
    font-size: calc(2.4rem + (32 - 24) * ((100vw - 320px) / (1366 - 320)));
    min-height: 0vw;
  }
}
@media (min-width: 1366px) {
  h1 {
    font-size: 32px;
  }
}

@media (min-width: 320px) {
  h2 {
    font-size: calc(1.6rem + (24 - 16) * ((100vw - 320px) / (1366 - 320)));
    min-height: 0vw;
  }
}
@media (min-width: 1366px) {
  h2 {
    font-size: 24px;
  }
}

h1 {
  font-weight: 600;
}

h2 {
  font-weight: 600;
  line-height: 1.4;
}

p {
  font-size: 16px;
  line-height: 2;
}

/****************************************
wrapper
****************************************/

.wrapper {
  width: 96vw;
  max-width: 1280px;
  margin: 0 auto;
}

.full-cover_babycash {
  background-image: url(https://gigaplus.makeshop.jp/fukakinet/products/img/full.jpg);
  text-align: center;
  position: relative;
}

.full-cover_goldencash {
  background-image: url(https://gigaplus.makeshop.jp/fukakinet/products/img/full-2.jpg);
  text-align: center;
  position: relative;
}

.full-cover_cashmere {
  background-image: url(https://gigaplus.makeshop.jp/fukakinet/products/img/full-3.jpg);
  text-align: center;
  position: relative;
}

.full-cover_uhw {
  background-image: url(https://gigaplus.makeshop.jp/fukakinet/products/img/full-4.jpg);
  text-align: center;
  position: relative;
}

.full-cover_uhw {
  background-image: url(https://gigaplus.makeshop.jp/fukakinet/products/img/full-6.jpg);
  text-align: center;
  position: relative;
}

.full-cover_blackmerino {
  background-image: url(https://gigaplus.makeshop.jp/fukakinet/products/img/full-8.jpg);
  text-align: center;
  position: relative;
}

.full-cover_vicuna {
  background-image: url(https://gigaplus.makeshop.jp/fukakinet/products/img/vicuna-bg.jpg);
  text-align: center;
  position: relative;
}
.full-cover_alpaca {
  background-image: url(https://gigaplus.makeshop.jp/fukakinet/products/img/full-7.jpg);
  text-align: center;
  position: relative;
}

.wide-image {
  width: 100vw;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}

.float-image {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translate(0, -50%);
}

.float-image img {
  width: 25vw;
  max-width: 240px;
}

.column {
  display: flex;
}

.half {
  width: 50%;
  padding: 0 2rem;
}

.half img {
  width: 100%;
}

.quarter {
  width: 25%;
  padding: 0 1.5rem;
}

.related_item_slider.is_pc .quarter {
  width: 25% !important;
  padding: 0 2rem;
}

.quarter img {
  width: 100%;
}

.sp {
  display: none;
}

/****************************************
option
****************************************/

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.vertical-center {
  align-items: center;
}

.reverse-flex {
  flex-flow: row-reverse;
}

.line {
  transform: scaleX(1.2);
  transform-origin: left;
}

.reverse-line {
  transform-origin: right;
}

.front {
  z-index: 1;
}

.circle-button {
  text-align: center;
}

.circle {
  padding: 0.8rem 4rem;
  width: 4rem;
  border-radius: 50%;
  border: solid 0.1em;
  margin: 0 auto;
}

.local-d {
  margin: 0 -8px;
  font-size: 32px;
}

.local-e {
  text-decoration: underline;
}

.local-f {
  vertical-align: middle;
  margin-left: 1rem;
}

/****************************************
local
****************************************/

.local-a {
  flex-basis: 14%;
  text-align: left;
}

.local-b {
  flex-basis: 86%;
  position: relative;
}

.local-b img {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.local-h {
  padding: 0 2rem;
}

.local-i p {
  line-height: 1.6;
  text-align: center;
}

.local-c {
  display: block;
  margin: 0 auto;
  width: 50vw;
  max-width: 460px;
}

/****************************************
space
****************************************/

.space-20 {
  height: 2rem;
}

.space-40 {
  height: 4rem;
}

.space-60 {
  height: 6rem;
}

.space-80 {
  height: 8rem;
}

.space-100 {
  height: 10rem;
}

.space-120 {
  height: 12rem;
}

.space-160 {
  height: 16rem;
}

.space-200 {
  height: 20rem;
}

/****************************************
mobile
****************************************/

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

  .sp {
    display: block;
  }

  .wide-image {
    width: 100vw;
    max-width: 1280px;
    margin: 0px auto;
    padding: 0;
  }

  .column {
    display: block;
    margin: 0 -1rem;
  }

  .half {
    width: 100%;
  }

  .line {
    display: none;
  }

  .quarter {
    width: 100%;
    padding: 1rem 2rem;
  }

  .related_item_slider.is_sp .quarter {
    padding: 1rem 0.75rem;
  }

  .text-center {
    padding: 0px 2rem;
  }

  .local-b {
    width: 100%;
  }

  .local-c {
    width: 100%;
  }

  .space-20 {
    height: 1rem;
  }

  .space-40 {
    height: 2rem;
  }

  .space-60 {
    height: 3rem;
  }

  .space-80 {
    height: 4rem;
  }

  .space-100 {
    height: 5rem;
  }

  .space-120 {
    height: 6rem;
  }

  .space-160 {
    height: 8rem;
  }

  .space-200 {
    height: 10rem;
  }
}

/******************************************************************************
addition
******************************************************************************/

/****************************************
button
****************************************/

.circle-button-wrapper {
  text-align: center;
}

.circle-button {
  text-align: center;
  display: inline-block;
}

.circle {
  padding: 0.8rem 4rem;
  width: 4rem;
  border-radius: 50%;
  border: solid 0.1em;
  margin: 0 auto;
  transition: all 0.2s;
}

.circle-button:hover .circle {
  transform: scale(1.1);
  background-color: rgba(35, 24, 21, 1);
  color: #ffffff;
}

.local-e {
  margin-top: 1.2em;
  position: relative;
  transition: all 0.2s;
}

.local-e img {
  position: absolute;
  right: -10%;
  top: 0;
  transform: translate(0%, -30%);
}

.local-e span {
  text-decoration: underline;
  position: absolute;
  left: 40%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s;
  display: block;
  white-space: nowrap;
}

.local-e span:nth-child(2) {
  opacity: 0;
}

.circle-button:hover span:nth-child(1) {
  opacity: 0;
}

.circle-button:hover span:nth-child(2) {
  opacity: 1;
}

/****************************************
zoom
****************************************/

.zoom img {
  transform: scale(1);
  transition: 0.2s ease-in-out;
}

.zoom a:hover img {
  transform: scale(1.04);
}

.mask {
  display: block;
  line-height: 0;
  overflow: hidden;
}

/****************************************
mobile
****************************************/

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

  .zoom a:hover img {
    transform: scale(1);
  }
}

/****************************************
slick
****************************************/
@media screen and (min-width: 768px) {
  .related_item_slider.is_pc .slick-list {
    padding: 0 !important;
  }

  .related_item_slider.is_pc .slick-track {
    width: 100% !important;
  }
}

.related_item_slider .slick-arrow::before {
  content: "";
}

.related_item_slider .slick-prev,
.related_item_slider .slick-next {
  z-index: 2;
  margin-top: -5rem;
  width: 40px;
  height: 40px;
}

.related_item_slider .slick-prev {
  left: 2%;
  background: url(https://gigaplus.makeshop.jp/fukakinet/products/img/arrow-prev.png) center center / cover no-repeat;
}

.related_item_slider .slick-next {
  right: 2%;
  background: url(https://gigaplus.makeshop.jp/fukakinet/products/img/arrow-next.png) center center / cover no-repeat;
}

/****************************************
mobile
****************************************/
@media screen and (max-width: 767px) {
  .related_item_slider .slick-prev,
  .related_item_slider .slick-next {
    margin-top: -3rem;
  }

  .related_item_slider .slick-prev {
    left: 5%;
  }

  .related_item_slider .slick-next {
    right: 5%;
  }

  .related_item_slider .slick-slide {
    pointer-events: none;
  }

  .related_item_slider .slick-current {
    pointer-events: auto;
  }

  .related_item_slider .slick-slide .mask {
    position: relative;
  }

  .related_item_slider .slick-slide .mask::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    z-index: 2;
  }

  .related_item_slider .slick-current .mask::after {
    opacity: 0;
    visibility: hidden;
  }
}

/* 2023-09-30 追加 */

.vicuna_movie {
  width: 100%;
  height: 442px;
  z-index: 1;
  position: relative;
}
.vicuna_movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.vicuna_wrapper {
  padding: 0 2rem;
}
.column.vicuna {
  padding: 0 2rem;
  -moz-column-gap: 22px;
  column-gap: 22px;
}

@media screen and (min-width: 768px) {
  .vicuna_movie {
    width: 296px;
    flex-shrink: 0;
  }
  .vicuna_text {
    padding-right: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .vicuna_movie {
    width: 350px;
  }
  .vicuna_text {
    padding-right: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .vicuna_movie {
    margin-left: 64px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .vicuna_movie {
    width: 400px;
  }
}
@media screen and (min-width: 1440px) {
  .vicuna_text {
    padding-right: 6rem;
    padding-left: 4rem;
  }
}
