@charset "UTF-8";
/* calc スタイル
======================================================================================== */
/* html {
  background: #f5f0e1;
} */

#GPH260421Bostonterrier {
  --font-credit: "heebo", sans-serif;
  --font-check-btn:"lobster", sans-serif;
  --font-fw-light: 300;
  --font-fw-regular: 400;
  --font-fw-medium: 500;
  --font-fw-medium: 600;
  --color-blue: #0f2c45;
  --color-lightblue: #c0d1de;
  --color-brightertblue: #cce0e7;
  --color-beige:#ecdab4;
  --color-white: #fff;

  --pc-width: 1280;
  --sp-width: 650;
  --pc-artboard-width: 650;
  --sp-artboard-width: 650;
  --formula: calc(var(--variable) * var(--ratio)); /*SP→PC 可変設定*/
  --formula_pc: calc(var(--variable) * 1); /*PC 1400以上は固定*/

  position: relative;
  z-index: 1;
  font-style: normal;
  width: 100%;
}


/* @media screen and (min-width: 1921px) {
  #GPH260421Bostonterrier {
    --ratio: 1px;
  }
} */

@media screen and (min-width: 560px) {
  #GPH260421Bostonterrier {
    --ratio: calc(var(--pc-artboard-width) / var(--sp-artboard-width)); 
    --variable: 1px;
  }

  :root {
    --lpSetSize: calc(1px * calc(650 / 650));
    /* --lpSetSize: 0.56px; */
  }
}

/* PC画面幅 768～1400px 可変 */
/* @media (min-width: 560px) and (max-width: 1400px) {
  #GPH260421Bostonterrier {
    --variable: calc(100vw / var(--pc-width));
  }

  :root {
    --lpSetSize: (100vw / 650) * 0.56;
  }
} */

/* SP画面幅 559px以下 可変 */
@media screen and (max-width: 559px) {
  #GPH260421Bostonterrier {
    --reference-value: .1rem;
    --dsesktop-rate: calc(100vw / 1920);
    --rate: calc(100cqi / 650);
    opacity: 1;
/* 
    --ratio: 1;
    --variable: calc(100vw / var(--sp-width)); */
  }

  :root {
    --lpSetSize: (100vw / 650);
  }
}


/* ベーススタイル
======================================================================================== */

.main-area * {
  box-sizing: border-box;
}
.main-area img {
  height: auto;
  opacity: 1;
  width: 100%;
}
.main-area a {
  text-decoration: none;
}

@media screen and (min-width: 560px) {
  .hover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
  }
  .hover:hover::after {
    opacity: 0.3;
  }
  .main-area a:hover {
    opacity: 1 !important;
  }
}
.main-area picture {
  display: block;
}
.main-area p, .main-area ul, .main-area ol, .main-area dl {
  list-style: none;
}

#GPH260421Bostonterrier {
  /* display: grid; */
  grid-template-columns: 1fr 50%;
  background: var(--color-lightblue);
  font-feature-settings: "palt";
}

/* @media (min-width: 560px) and (max-width: 1400px) {
  .contents_area{
    max-width: calc(650 * var(--lpSetSize));
  }
} */

.contents_area{
  position: relative;
}

@media (min-width: 560px) and (max-width: 1400px) {
  .contents_area{
    max-width: calc(650 * var(--lpSetSize));
  }
}

@media screen and (min-width: 560px) {
  #GPH260421Bostonterrier{
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    position: relative;
    overflow-y: clip;
    height: 100%;
  }

  .contents_area{
    position: relative;
    z-index: 10;
    width: 100%;
    margin: auto;
    overflow-x: clip;
    max-width: 650px;
    grid-column: 2;
    z-index: 1;
  }

  .spOnly {
    display: none;
  }

  .pcOnly {
    display: block;
  }

  /* .fixed-bg{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: -1;
  } */
  .pc_left {
      position: sticky;
      top: 0;
      height: 100vh;
      grid-column: 1;
      place-content: center;
      width: 100%;
      z-index: 1;
      margin-top: calc(var(--headerHeight) * -1);
  }
  .pc_left .pc-accent{
    margin-top: calc(117 * var(--lpSetSize));
    width: calc(140 * var(--lpSetSize));
  }
  .pc_left .pc-accent img{
    margin-left: calc(7 * var(--lpSetSize));
  }
  .pc_left .pc-logo img{
    margin-left: calc(-5 * var(--lpSetSize));
  }
  .pc_right {
      position: sticky;
      top: 0;
      height: 100vh;
      grid-column: 3;
      place-content: center;
      z-index: 1;
      margin-top: calc(var(--headerHeight) * -1);
  }
  .pc_right .pc-logo{
    margin-top: calc(95 * var(--lpSetSize));
   }
  .pc_right .pc-logo img{
    margin-left: calc(7 * var(--lpSetSize));
  }
  .pc_right .pc-accent{
    width: calc(125 * var(--lpSetSize));
    margin-top: calc(2 * var(--lpSetSize));
  }
  .pc_right .pc-accent img{
    margin-left: calc(-3 * var(--lpSetSize));
  }
  .pc-logo{
    width: calc(165 * var(--lpSetSize));
    margin: 0 auto;
  }
  .pc-accent{
    margin: 0 auto;
  }

  #style-archive.style-archive{
    position: relative;
    z-index: 1;
    background: #fff;
  }
  #Foot{
    position: relative;
    background: #fff;
    pointer-events: none;
    z-index: 1001;
  }
  #footer{
    pointer-events: all;
  }
  .modal.hide{
    pointer-events: none;
  }
  .modal.hide.open.show{
    pointer-events: all;
  }
  #Header{
    z-index: 999;
  }

  .breadcrumb__wrapper{
    position: relative;
    width: 100%;
    background-color: #fff;
    z-index: 2;
  }
}

@media screen and (max-width: 559px) {
  #GPH260421Bostonterrier{
    background-color: var(--color-white)!important;
    overflow-x: clip;
  }

  .spOnly {
    display: block;
  }

  .pcOnly {
    display: none;
  }

  /* Chrome, Safari, EdgeなどのWebKit系ブラウザ */
  ::-webkit-scrollbar {
    display: none;
  }

  /* Firefox */
  html {
    scrollbar-width: none;
    overflow-x: clip;
  }

  /* IE、Edge */
  body {
    -ms-overflow-style: none;
  }

  .contents_area{
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform;
  }
}

  /* Chrome, Safari, EdgeなどのWebKit系ブラウザ */
_::-webkit-full-page-media, _:future, :root .custom-acc-container .custom-acc-content {
  /* max-height: calc(170 * var(--lpSetSize)) !important; */
}

_::-webkit-full-page-media, _:future, :root .custom-acc-container .custom-acc-content.open {
  /* max-height: calc(526 * var(--lpSetSize)) !important; */
}

_::-webkit-full-page-media, _:future, :root .custom-acc-container .custom-acc-btn {
  /* top: calc(50 * var(--lpSetSize)); */
  /* padding-top: calc(20 * var(--lpSetSize)); */
}


/* ==============================
  共通
============================== */
.section_img__wrapper{
  position: relative;
}

.item_title,
.creditLinks__cont{
  position: absolute;
  z-index: 2;
}

.item_title{
  pointer-events: none;
}

.creditLinks__cont{
  display: flex;
  flex-direction: column;
  /* row-gap: calc(17 * var(--lpSetSize)); */
}
.credit-item {
  line-height: 1.66;
}
.credit-item a{
  font-size: calc(18 * var(--lpSetSize));
  font-family: var(--font-credit);
  font-weight: var(--font-fw-regular);
  letter-spacing: 0.045em;
  border-bottom: calc(1 * var(--lpSetSize)) solid white;
  padding-left: calc(18 * var(--lpSetSize));
  padding-right: calc(7 * var(--lpSetSize));
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media screen and (min-width: 560px) {
  .credit-item a:hover{
    opacity: 0.7 !important;
  }
}
.credit-item.cl-white a{
  color: white;
  border-color: white;
}
.credit-item.cl-black a{
  color: black;
  border-color: black;
}


/* ==============================
  section01
============================== */
.section01{
  background-color: var(--color-white);
}

.mv__wrapper{
  position: relative;
  background-color: var(--color-beige);
  margin: 0 auto;
  text-align: center;
  padding: calc(49 * var(--lpSetSize)) 0;
}
.mv__wrapper a{
  width: calc(550 * var(--lpSetSize));
  display: inline-block;
  position: relative;
}
.mv__wrapper .mv_title{
  pointer-events: none;
}
.mv__wrapper .mv_title .animation_delay01{
  position: absolute;
  width: calc(29 * var(--lpSetSize));
  right: calc(68 * var(--lpSetSize));
  top: calc(76 * var(--lpSetSize));
  z-index: 10;
}
.mv__wrapper .mv_title .animation_delay02{
  position: absolute;
  width: calc(584.4 * var(--lpSetSize));
  bottom: calc(80 * var(--lpSetSize));
  left: calc(12 * var(--lpSetSize));
  right: 0;
  margin: 0 auto;
  z-index: 10;
}
.accent_img{
  pointer-events: none;
}

.mv_img{
  overflow: hidden;
}

.section_img__wrapper.--01{
  margin: calc(50 * var(--lpSetSize));
  position: relative;
}

.section_img__wrapper.--01 .section_img{
  width: calc(500 * var(--lpSetSize));
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin: 0 auto 0 0;
}

.section_img__wrapper.--01::before{
  content: "";
  position: absolute;
  top: calc(50 * var(--lpSetSize));
  left: calc(50 * var(--lpSetSize));
  width: calc(500 * var(--lpSetSize));
  height: calc(699 * var(--lpSetSize));
  background-color: var(--color-beige);
  pointer-events: none;
  z-index: 1;
}

.section_img__wrapper.--01 .item_title{
  width: calc(577.75 * var(--lpSetSize));
  bottom: calc(-86.4 * var(--lpSetSize));
  left: calc(30.8 * var(--lpSetSize));
}

.section_img__wrapper.--01 .creditLinks__cont{
  top: calc(13 * var(--lpSetSize));
  left: calc(0 * var(--lpSetSize));
}
.section_img__wrapper.--01 .accent_img{
  width: calc(270 * var(--lpSetSize));
  position: absolute;
  bottom: calc(-176 * var(--lpSetSize));
  z-index: 2;
  right: calc(-70 * var(--lpSetSize));
}


.section_img__wrapper.--02{
  width: 100%;
  margin: calc(100 * var(--lpSetSize)) auto 0;
  overflow: hidden;
}

.section_img__wrapper.--02 .section_block01{
  width: 100%;
}

.section_img__wrapper.--02 .creditLinks__cont{
  top: calc(115 * var(--lpSetSize));
  left: calc(0 * var(--lpSetSize));
}

.section_img__wrapper.--03{
  margin: calc(50 * var(--lpSetSize)) auto 0;
  position: unset;
}
.section_img__wrapper.--03 .section_block01,.section_block02{
  position: relative;
}
.section_img__wrapper.--03 .section_block01 .accent_img{
  width: calc(179 * var(--lpSetSize));
  position: absolute;
  top: calc(-25 * var(--lpSetSize));
  z-index: 3;
  left: calc(-10 * var(--lpSetSize));
}
.section_img__wrapper.--03 .section_block01 .section_img{
  position: relative;
  margin-left: auto;
  text-align: right;
}
.section_img__wrapper.--03 .section_block01 .section_img:before{
  content: "";
  position: absolute;
  top: calc(50 * var(--lpSetSize));
  right: calc(0 * var(--lpSetSize));
  width: calc(550 * var(--lpSetSize));
  height: calc(620 * var(--lpSetSize));
  background-color: var(--color-beige);
  pointer-events: none;
  z-index: 1;
}
.section_img__wrapper.--03 .section_block01 .section_img a{
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: calc(50 * var(--lpSetSize));
  overflow: hidden;
}
.section_img__wrapper.--03 .section_block01 .section_img img{
  width: calc(450 * var(--lpSetSize));
}

.section_img__wrapper.--03 .section_block01 .creditLinks__cont{
  bottom: calc(190 * var(--lpSetSize));
  left: calc(50 * var(--lpSetSize));
}
.section_img__wrapper.--03 .section_block01 .creditLinks__cont .credit-item a{
  padding-left: calc(9 * var(--lpSetSize));
  letter-spacing: 0.05em;
  padding-right: calc(10 * var(--lpSetSize));
}
.section_img__wrapper.--03 .section_block01 .creditLinks__cont .credit-item a span{
  letter-spacing: 0.04em;
}
.section_img__wrapper.--03 .section_block02{
  margin-top: calc(-90 * var(--lpSetSize));
  margin-bottom: calc(63 * var(--lpSetSize));
}
.section_img__wrapper.--03 .section_block02 .section_img a{
  display: inline-block;
  margin-left: calc(50 * var(--lpSetSize));
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.section_img__wrapper.--03 .section_block02 .creditLinks__cont{
  bottom: calc(66 * var(--lpSetSize));
  right: calc(110 * var(--lpSetSize));
}
@media screen and (min-width: 560px) {
  .section_img__wrapper.--03 .section_block02 .creditLinks__cont{
    bottom: calc(72 * var(--lpSetSize));
  }
}
.section_img__wrapper.--03 .section_block02 .creditLinks__cont .credit-item a{
  padding-left: calc(8 * var(--lpSetSize));
}

.section_img__wrapper.--03 .section_block02 .section_img img{
  width: calc(350 * var(--lpSetSize));
}

/* ==============================
  section02
============================== */
.section_img__wrapper.--04{
  width: 100%;
}

.section_img__wrapper.--04 .section_img{
  padding-top: calc(17 * var(--lpSetSize));
  overflow: hidden;
}


.section_img__wrapper.--04 .item_title{
  width: 100%;
}

.section_img__wrapper.--04 .creditLinks__cont{
  bottom: 0;
  left: 0;
}

.section_img__wrapper.--04 .credit-item a{
  background-color: var(--color-beige);
  color: black;
  padding:calc(3 * var(--lpSetSize)) calc(8 * var(--lpSetSize)) calc(3 * var(--lpSetSize)) calc(13 * var(--lpSetSize));
  border: none;
}
@media screen and (min-width: 560px) {
  .section_img__wrapper.--04 .credit-item a:hover{
    opacity: 1 !important;
  }
  .section_img__wrapper.--04 .credit-item a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
  }
  .section_img__wrapper.--04 .credit-item a:hover::after {
    opacity: 0.3;
  }
}
.section_img__wrapper.--05{
  margin: calc(68 * var(--lpSetSize)) auto;
}

.section_img__wrapper.--05:before{
  content: "";
  position: absolute;
  bottom: calc(-50 * var(--lpSetSize));
  left: calc(0 * var(--lpSetSize));
  width: calc(550 * var(--lpSetSize));
  height: calc(620 * var(--lpSetSize));
  background-color: var(--color-beige);
  pointer-events: none;
  z-index: 1;
}

.section_img__wrapper.--05 .creditLinks__cont{
  top: calc(14 * var(--lpSetSize));
  right: 0;
}
.section_img__wrapper.--05 .creditLinks__cont .credit-item--half{
    padding-left: calc(32 * var(--lpSetSize));
}
.section_img__wrapper.--05 .creditLinks__cont .credit-item--price{
    padding-left: calc(6 * var(--lpSetSize));
}
.section_img__wrapper.--05 .section_img{
  overflow: hidden;
  width: calc(550 * var(--lpSetSize));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.section_img__wrapper.--05 .credit-item{
  text-align: right;
}
.section_img__wrapper.--05 .credit-item a{
  padding: 0 calc(20 * var(--lpSetSize)) 0 0;
}

.section_img__wrapper.--06{
  width: calc(566.71 * var(--lpSetSize));
  margin: 0 calc(22.1 * var(--lpSetSize)) calc(95 * var(--lpSetSize)) auto;
}

.section_img__wrapper.--06::before{
  width: calc(586.12 * var(--lpSetSize));
  height: calc(729.9 * var(--lpSetSize));
  background-image: url(../img/SVG/item06-frame.svg);
}

.section_img__wrapper.--06::after{
  content: "";
  position: absolute;
  top: calc(-23 * var(--lpSetSize));
  right: calc(66 * var(--lpSetSize));
  width: calc(145.99 * var(--lpSetSize));
  height: calc(74.06 * var(--lpSetSize));
  /* background-image: url(../img/dog03.png); */
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 2;
}

.section_img__wrapper.--06 .item_title{
  width: calc(459.44 * var(--lpSetSize));
  top: calc(57.9 * var(--lpSetSize));
  left: calc(-25.6 * var(--lpSetSize));
}

.section_img__wrapper.--06 .section_img{
  /* -webkit-mask-image: url('../img/item06-mask.png');
  mask-image: url('../img/item06-mask.png'); */
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}

.section_img__wrapper.--06 .creditLinks__cont{
  bottom: calc(54 * var(--lpSetSize));
  left: calc(51 * var(--lpSetSize));
}

.section_img__wrapper.--06 .credit-item:nth-of-type(2){
  margin-left: calc(13 * var(--lpSetSize));
}

.section_img__wrapper.--06 .credit-item:first-of-type a{
  background-color: var(--color-lightblue);
  color: var(--color-white);
}

.cai_btn__wrapper{
    margin: 0 auto;
    padding-bottom: calc(35 * var(--lpSetSize));
}
.cai_btn{
  display: flex;
  gap: calc(20 * var(--lpSetSize));
  align-items: center;
  margin-left: calc(175 * var(--lpSetSize));
}
.cai_btn a{
  letter-spacing: 0.01em;
  margin-top: calc(25 * var(--lpSetSize));
}
.cai_btn .accent_img{
  width: calc(125 * var(--lpSetSize));
  margin-top: calc(5 * var(--lpSetSize));
}
.cai_btn__wrapper a{
  font-family: var(--font-check-btn);
  font-size: calc(51.2 * var(--lpSetSize));
  font-weight: bold;
  color: black;
  position: relative;
}
@media screen and (min-width: 560px) {
  .cai_btn__wrapper a:hover{
    opacity: 0.6 !important;
  }
}

.cai_btn_line {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: calc(-4 * var(--lpSetSize));  
  left: 50%;
  transform: translateX(-50%) scale(0);
  
  margin: auto;
  width: 0;
  height: calc(2 * var(--lpSetSize));
  border-bottom: calc(2 * var(--lpSetSize)) solid black;
  
  -webkit-transition: 2s;
  transition: 2s;
}

.cai_btn_line:first-of-type {
  transform: translateX(-50%) rotate(0) scale(0);
}

.cai_btn_line:nth-of-type(2) {
  transform: translateX(-50%) rotate(180deg) scale(0);
  bottom: 0;
  top: auto;
}

.cai_btn_line.view {
  width: calc(340 * var(--lpSetSize));
  transform: translateX(-50%) scale(1);
}

.cai_btn_line:nth-of-type(2).view {
  transform: translateX(-50%) rotate(180deg) scale(1);
}

/* ==============================
  animatiion
============================== */
.background-change-element{
  transition: all 0.4s;
}

/* animation_delay ___________________________*/
.animation_delay01{
  transition-delay: 0.5s;
}

/* fadeIn ___________________________*/
.js-show.fadeIn{
  opacity: 0;
  transition: all 0.4s;
}

.js-show.fadeIn.view{
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  opacity: 1;
}

/* zoomOut ___________________________*/
.js-show.zoomOut img{
  opacity: 0;
  transition: 1.25s;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transform: scale(1.1);
}

.js-show.zoomOut.view img{
  opacity: 1;
  transform: none;
}

/* bound ___________________________*/
.js-show.bound img{
  opacity: 0;
  transition: 1.25s;
}


.js-show.bound.view img{
  opacity: 1;
  transform: none;
  animation: bounce-in 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
@keyframes bounce-in {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1.1);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}


/* slideIn ___________________________*/
.slide-wrap {
  overflow: hidden;
  z-index: 2;
}

.js-show.slideIn {
  opacity: 0;
  /* --char-index: 0 */
  /* transform: translateX(-20px);  */

  -webkit-mask-image: linear-gradient(to right, #000 0%, #000 33%, transparent 66%, transparent 100%);
  mask-image: linear-gradient(to right, #000 0%, #000 33%, transparent 66%, transparent 100%);
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;

  transition: 
      opacity 1.6s cubic-bezier(0.77, 0, 0.175, 1),
      transform 1.6s cubic-bezier(0.77, 0, 0.175, 1),
      mask-position 2.4s cubic-bezier(0.77, 0, 0.175, 1),
      -webkit-mask-position 2.4s cubic-bezier(0.77, 0, 0.175, 1);
  /* transition-delay: calc(0.2s * var(--char-index, 0)); */

  z-index: 2;
}

.js-show.slideIn.view {
    opacity: 1;
    transform: translateX(0);
    -webkit-mask-position: 0% 0;
    mask-position: 0% 0;
}

.js-show.slideIn img {
    width: 100%;
    height: auto;
    display: block;
}

.js-show.slideIn-right {
  opacity: 0;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, transparent 33%, #000 66%, #000 100%);
  mask-image: linear-gradient(to right, transparent 0%, transparent 33%, #000 66%, #000 100%);
  
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;

  -webkit-mask-position: 0% 0;
  mask-position: 0% 0;

  transition: 
      opacity 1.6s cubic-bezier(0.77, 0, 0.175, 1),
      transform 1.6s cubic-bezier(0.77, 0, 0.175, 1),
      mask-position 2.4s cubic-bezier(0.77, 0, 0.175, 1),
      -webkit-mask-position 2.4s cubic-bezier(0.77, 0, 0.175, 1);

  z-index: 2;
}

.js-show.slideIn-right.view {
    opacity: 1;
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
}

/* slideIn 縦 ___________________________*/
.js-show.slideIn_down {
  opacity: 0;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 33%, transparent 66%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 33%, transparent 66%, transparent 100%);
  
  -webkit-mask-size: 100% 300%;
  mask-size: 100% 300%;
  
  -webkit-mask-position: 0 100%;
  mask-position: 0 100%;

  transition: 
      opacity 1.6s cubic-bezier(0.77, 0, 0.175, 1),
      transform 1.6s cubic-bezier(0.77, 0, 0.175, 1),
      mask-position 2.4s cubic-bezier(0.77, 0, 0.175, 1),
      -webkit-mask-position 2.4s cubic-bezier(0.77, 0, 0.175, 1);
  
  z-index: 2;
}

.js-show.slideIn_down.view {
    opacity: 1;
    transform: translateY(0);
    -webkit-mask-position: 0 0%;
    mask-position: 0 0%;
}

