@charset "utf-8";
body {
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
}
 
html {
  height: -webkit-fill-available;
}

.p-gf{
  margin-top: 0;
}
#keithharing2025{
  overflow: hidden;
    font-family: "FOT-筑紫明朝 Pr6 L", TsukuMinPr6-L, MyYuMincho, MyHiraginoMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "MS Mincho", serif;
}
#keithharing2025 img{
    /* width: 100%;
    height: auto; */
}
#keithharing2025 img.lazyloaded{
  opacity: 1;
}

#keithharing2025 .pc_only{
display: block;
}
#keithharing2025 .sp_only{
display: none;
}
  @media only screen and (max-width: 768px) {
    #keithharing2025 .pc_only{
      display: none;
    }
    #keithharing2025 .sp_only{
      display: block;
    }
    #keithharing2025{
      padding-top: 70px;
    }
  }
  
@media only screen and (max-width: 320px) {
  #keithharing2025{
    padding-top: 60px;
  }
}

/*----------------------------------------------------
 slick
--------------------------------------------------- */
:focus {
    outline: none;
  }
  .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: none;}
  .slick-list.dragging{cursor: pointer;cursor: hand;}
  .slick-slider .slick-track,
  .slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
  .slick-track{position: relative;top: 0;left: 0;display: block;}
  .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;}
  
  .slick-prev{
    display: block;
    position: absolute;
    top: 50%;
    z-index: 10;
    border:none;
    text-indent: -9999px;
    cursor: pointer;
      -webkit-transition: all 0.5s 0s ease;
         -moz-transition: all 0.5s 0s ease;
              transition: all 0.5s 0s ease;
      border-radius: 40px;
      -webkit-border-radius: 40px;
      -moz-border-radius: 40px;
      width: 40px;
      height: 40px;
      left: 50%;
      margin-left:-540px;
      background: #000;
  }
  .slick-prev:hover{
    opacity: 0.5;
    -webkit-transform: scale3d(1,1,1) translate(-10px,0px) rotate(0deg);
       -moz-transform: scale3d(1,1,1) translate(-10px,0px) rotate(0deg);
        -ms-transform: scale3d(1,1,1) translate(-10px,0px) rotate(0deg);
         -o-transform: scale3d(1,1,1) translate(-10px,0px) rotate(0deg);
            transform: scale3d(1,1,1) translate(-10px,0px) rotate(0deg);
  }
  .slick-next{
    display: block;
    position: absolute;
    top: 50%;
    z-index: 10;
    border:none;
    text-indent: -9999px;
    cursor: pointer;
      -webkit-transition: all 0.5s 0s ease;
         -moz-transition: all 0.5s 0s ease;
          -ms-transition: all 0.5s 0s ease;
           -o-transition: all 0.5s 0s ease;
              transition: all 0.5s 0s ease;
              border-radius: 40px;
              -webkit-border-radius: 40px;
              -moz-border-radius: 40px;
              width: 40px;
              height: 40px;
              left: 50%;
              margin-left:430px;
              background: #002C57 url(../img/common/arrow_right.svg) no-repeat center center;
  }
  .slick-next:hover{
    opacity: 0.5;
    -webkit-transform: scale3d(1,1,1) translate(10px,0px) rotate(0deg);
       -moz-transform: scale3d(1,1,1) translate(10px,0px) rotate(0deg);
        -ms-transform: scale3d(1,1,1) translate(10px,0px) rotate(0deg);
         -o-transform: scale3d(1,1,1) translate(10px,0px) rotate(0deg);
            transform: scale3d(1,1,1) translate(10px,0px) rotate(0deg);
  }
  .slide .slick-disabled{
    opacity: 0.2;
  }
  @media only screen and (max-width: 768px) {
    .slide .slick-prev:hover{
      opacity: 1;
    }
    .slide .slick-next:hover{
      opacity: 1;
    }
    .slick-prev{
  
      top: 50%;
      left: 15px;
      margin-top: -15px;
      background-size: 30px auto;
      width: 30px;
      height: 30px;
      z-index: 10;
    }
    .slick-next{
      top: 50%;
      right: 15px;
      margin-top: -15px;
      background-size: 30px auto;
      width: 30px;
      height: 30px;
      z-index: 10;
    }
    .slick-prev:hover,
    .slick-next:hover {
      -webkit-transform: scale3d(1,1,1) translate(0px,0px) rotate(0deg);
      -moz-transform: scale3d(1,1,1) translate(0px,0px) rotate(0deg);
      -ms-transform: scale3d(1,1,1) translate(0px,0px) rotate(0deg);
      -o-transform: scale3d(1,1,1) translate(0px,0px) rotate(0deg);
      transform: scale3d(1,1,1) translate(0px,0px) rotate(0deg);
    }
  }
  
  /*----------------------------------------------------
    .scrollview
  --------------------------------------------------- */
  .scrollview{
    transition: all 1.2s 0s ease;
    opacity: 0;
    transform: scale(1,1) translate(-0%,20px);
  }
  .scrollview.view{
    opacity: 1;
    transform: scale(1,1) translate(-0%,0%);
  
  }
  .scrollview_fix{
    transition: all 1.2s 0s ease;
    opacity: 0;
  }
  .scrollview_fix.view{
    opacity: 1;
  
  }
 /*----------------------------------------------------
   loading
  --------------------------------------------------- */
  #loading{
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 3;
    background:#FFF;
  }
  #loading.out{
    opacity: 0;
      -webkit-transition: all 0.6s 0.2s linear;
         -moz-transition: all 0.6s 0.2s linear;
          -ms-transition: all 0.6s 0.2s linear;
           -o-transition: all 0.6s 0.2s linear;
              transition: all 0.6s 0.2s linear;
  }
  #loading .inner{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 320px;
    -webkit-transform: scale(1,1) translate(-50%,-50%);
       -moz-transform: scale(1,1) translate(-50%,-50%);
            transform: scale(1,1) translate(-50%,-50%);
            opacity: 1;
  }
  @media only screen and (max-width: 768px) {
    #loading .inner{
      margin-left: 0px;
    }
  }
  body.loadStart #loading .inner{
    opacity: 1;
    -webkit-transition: all 0.4s 0.0s ease;
       -moz-transition: all 0.4s 0.0s ease;
            transition: all 0.4s 0.0s ease;
  }
  body.pageLoad #loading .inner{
    -webkit-transition: all 0.4s 0.0s ease;
       -moz-transition: all 0.4s 0.0s ease;
            transition: all 0.4s 0.0s ease;
            /* -webkit-transform: scale(0,0) translate(-0%,0%);
               -moz-transform: scale(0,0) translate(-0%,0%);
                    transform: scale(0,0) translate(-0%,0%); */
  }
  #loading .FormatLoader {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    z-index: 12;
    margin: 0 auto;
    margin-top: -25px;
    position: relative;
    text-indent: -9999em;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid #333;
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
  }
  @-webkit-keyframes load8 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes load8 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  
  @media only screen and (max-width: 768px) {
    #loading .inner{
      width: 60%;
    }
  }
/*----------------------------------------------------
  .block_bg_movie
--------------------------------------------------- */
.block_bg_movie{
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  background: #000;
  /* background: url(../img/bg_dammy.jpg) no-repeat center center;
  background-size: cover; */
}
@media only screen and (max-width: 768px) {
  .block_bg_movie{
    height: 100vh;
    height : -webkit-calc(100vh + 80px) ;
    height : calc(100vh + 80px) ;
  }
}
.block_bg_movie .movie_area{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
}
.block_bg_movie .movie_area.pos02{
  display: none;
}
.block_bg_movie .movie_area video{
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}
.block_bg_movie:after{
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/cover.png) no-repeat center center;
  background-size: cover;
}

/*----------------------------------------------------
  .block_to_product
--------------------------------------------------- */
.block_to_product{
  position: fixed;
  bottom: 55px;
  right: 43px;
  z-index: 10;
  overflow: hidden;
  height: 20px;
  transition: all 0.5s 0s ease;
  /* mix-blend-mode: exclusion; */
  font-family: "FOT-筑紫ゴシック Pr5 R", "游ゴシック Medium", "Yu Gothic Medium", メイリオ, Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.block_to_product.out{
  opacity: 0;
  visibility: hidden;
}
.block_to_product a{
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding-left: 26px;
  transition: all 0.5s 0s ease;
}
.block_to_product a:hover{
  opacity: 0.5;
}
.block_to_product a:before{
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 16px;
  height: 6px;
  background: url(../img/arrow_down.svg) no-repeat center center;
  background-size: contain;
  /* animation: arrow_down 2s infinite cubic-bezier(0.875, 0.005, 0.090, 0.990); */
}
@keyframes arrow_down {
  0% {
    transform: translate(0, -40px);
  }
  30% {
    transform: translate(0, 0px);
  }
  60% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 40px);
  }
}
@media only screen and (max-width: 768px) {
  .block_to_product{
    bottom: auto;
    top: 100px;
    right: 28px;
    height: 20px;
    display: none;
  }
  .block_to_product.out{
  }
  .block_to_product a{
    font-size: 15px;
    padding-left: 26px;
  }
  .block_to_product a:hover{
  }
  .block_to_product a:before{
  }
}
/*----------------------------------------------------
  .block_mainvisual
--------------------------------------------------- */
.block_mainvisual{
  position: relative;
  z-index: 1;
  width: 100%;
  /* height : -webkit-calc(100vh - 150px) ;
  height : calc(100vh - 150px) ; */
  height : -webkit-calc(100vh - 150px) ;
  height : calc(100vh - 150px) ;
  /* background: url(../img/opening_bg.jpg) no-repeat center center; */
  background-size: cover;
}
.block_mainvisual .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg01.jpg) no-repeat center center;
  background-size: cover;
  opacity: 0;
}
body.pageLoad .block_mainvisual .bg{
  opacity: 1;
  /* transition: all 0.8s 1.6s ease-in; */
}

.block_mainvisual > .title_block {
  position: absolute;
  left: 0;
  bottom: 5.56vw;
}

.block_mainvisual > .title_block > .title {
  padding-left: 2.29vw;
  padding-right: 2.29vw;
  width: max-content;
  height: 5.28vw;
  display: flex;
  align-items: center;
  opacity: 0;
  animation: title-bg 12s linear infinite;
}

body.pageLoad .block_mainvisual .title_block .title{
  opacity: 1;
  transition: opacity 1.2s 0.5s ease;
}

.block_mainvisual > .title_block > .title:nth-child(1) > .i {
  display: block;
  width: 33.54vw;
}

.block_mainvisual > .title_block > .title:nth-child(2) {
  margin-top: 1.11vw;
}

.block_mainvisual > .title_block > .title:nth-child(2) > .i {
  display: block;
  width: 26.25vw;
}

@keyframes title-bg { 
  0% {
    background-color: #151717;
  }
  15% {
    background-color: #706152;
  }
  50% {
    background-color: #706152;
  }
  77% {
    background-color: #151717;
  }
  100% {
    background-color: #151717;
  }
} 

@media only screen and (max-width: 541px) {
  .block_mainvisual{
    height : -webkit-calc(100svh - 70px) ;
    height : calc(100svh - 70px) ;
  }
  
  .block_mainvisual .bg{
    background: url(../img/bg01_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .block_mainvisual > .title_block {
    bottom: 10.67vw;
  }
  .block_mainvisual > .title_block > .title {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
    height: 12.27vw;
  }
  .block_mainvisual > .title_block > .title:nth-child(1) > .i {
    width:  77.6vw;
  }
  .block_mainvisual > .title_block > .title:nth-child(2) {
    margin-top: 2.13vw;
  }
  .block_mainvisual > .title_block > .title:nth-child(2) > .i {
    width:  60.8vw;
  }
}
@media only screen and (min-width: 542px) and (max-width: 768px) {
  .block_mainvisual{
    height : -webkit-calc(100vh - 70px) ;
    height : calc(100vh - 70px) ;
  }
  .block_mainvisual .textarea{
    margin-top: -25vw;
  }
  .block_mainvisual .textarea .icon{
    width: 91px;
    margin-bottom: 30px;
  }
  .block_mainvisual .textarea .title{
    width: 257px;
    margin-bottom: 22px;
  }
  body.OpenigEnd .block_mainvisual .textarea .title{
  }
  .block_mainvisual .textarea .copy{
    font-size: 18px;
  }
  body.OpenigEnd .block_mainvisual .textarea .copy{
  }
}

.slide { 
  position: relative; 
  width: 100%; 
  height: 100%; 
  overflow: hidden; 
} 
@keyframes slideshow{ 
  0% {
    opacity: 0
  }
  15% {
    opacity: 1
  }
  50% {
    opacity: 1
  }
  77% {
    opacity: 0
  }
  100% {
    opacity: 0
  }
} 
.slide-image { 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: slideshow 12s linear infinite;
 } 
 .slide-image:nth-child(1) {
  background-image: url(../img/bg01.jpg);
  animation-delay: 0s;
}
.slide-image:nth-child(2) {
  background-image: url(../img/bg02.jpg);
  animation-delay: 6s;
}
@media only screen and (max-width: 768px) {
  .slide-image:nth-child(1) {
    background-image: url(../img/bg01_sp.jpg);
  }
    .slide-image:nth-child(2) {
      background-image: url(../img/bg02_sp.jpg);
  }
}



/*----------------------------------------------------
  .block_image_area
--------------------------------------------------- */
.block_image_area{
  position: relative;
  z-index: 1;
  width: 100%;
  transform: translate(0, 0%);
}

.block_image_area > figure > img {
  width: 100%;
  height: auto;
}

.block_image_area figure{
  overflow: hidden;
}
.block_image_area figure img{
  transform: scale(1.2,1.2);
}
.block_image_area.view figure img{
  transform: scale(1,1);
  transition: all 4.0s 0s ease;
}


/*  01
--------------------------------------------------- */
.block_image_area.__01 > .text_area {
  position: absolute;
  top: 7.22vw;
  left: 6.11vw;
  width: 33.96vw;
}

.block_image_area.__01 > .text_area .text {
  font-family: "FOT-筑紫明朝 Pr6 L", TsukuMinPr6-L, MyYuMincho, MyHiraginoMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "MS Mincho", serif;
  font-size: 1.94vw;
  line-height: 1.7;
  letter-spacing: 0.1em;
  opacity: 0;
}

.block_image_area.__01.view > .text_area .text {
  opacity: 1;
  transition: opacity 0.8s 0.8s ease;
}

@media only screen and (max-width: 768px) {
  .block_image_area.__01 > .text_area {
    top: 8.53vw;
    left: 6.40vw;
    width: 74.67vw;
  }
  .block_image_area.__01 > .text_area .text {
    font-size: 4.27vw;
  }
}


/*  02
--------------------------------------------------- */
.block_image_area.__02 > .text_area {
  position: absolute;
  top: 20.35vw;
  right: 19.03vw;
  width: 27.36vw;
}

.block_image_area.__02 > .text_area .text {
  font-family: "FOT-筑紫明朝 Pr6 L", TsukuMinPr6-L, MyYuMincho, MyHiraginoMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "MS Mincho", serif;
  font-size: 1.11vw;
  line-height: 2.2;
  letter-spacing: 0.1em;
  opacity: 0;
}

.block_image_area.__02.view > .text_area .text {
  opacity: 1;
  transition: opacity 0.8s 0.8s ease;
}

@media only screen and (max-width: 768px) {
  .block_image_area.__02 > .text_area {
    top: 12.80vw;
    right: 6.40vw;
    width: 53.07vw;
  }

  .block_image_area.__02 > .text_area .text {
    font-size: 3.20vw;
  }
}

/*  11
--------------------------------------------------- */
.block_image_area.__11 > .text_area {
  position: absolute;
  bottom: 16.67vw;
  left: 6.11vw;
  width: 29.93vw;
}

.block_image_area.__11 > .text_area .text {
  font-family: "FOT-筑紫明朝 Pr6 L", TsukuMinPr6-L, MyYuMincho, MyHiraginoMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "MS Mincho", serif;
  font-size: 1.11vw;
  line-height: 2.2;
  letter-spacing: 0.1em;
  opacity: 0;
}

.block_image_area.__11.view > .text_area .text {
  opacity: 1;
  transition: opacity 0.8s 0.8s ease;
}

@media only screen and (max-width: 768px) {
  .block_image_area.__11 > .text_area {
    bottom: 6.40vw;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    width: 87.20vw;
  }

  .block_image_area.__11 > .text_area .text {
    font-size: 3.20vw;
  }
}

/*----------------------------------------------------
  .concept_area
--------------------------------------------------- */

.block_concept_area {
  display: block;
  padding-top:  320px;
  padding-bottom: 150px;
}


.block_concept_area > .concept_inner {
  display: block;
}

.block_concept_area > .concept_inner > .copy {
    font-family: "DidotLTPro-Roman", sans-serif;
    font-size: 44px;
    line-height: 2;
    text-align: center;
}

.block_concept_area > .concept_inner > .text {
  font-size: 18px;
  line-height: 2;
  text-align: center;
}


@media only screen and (max-width: 768px) {

  .block_concept_area {
    padding-top:  61.87vw;
    padding-bottom: 45.33vw;
  }

  .block_concept_area > .concept_inner > .copy {
    font-size: 10.67vw;
    line-height: 1.4;
  }

  .block_concept_area > .concept_inner > .text {
    margin-top: 4.27vw;
    font-size: 4.27vw;
  }
}


/*----------------------------------------------------
  .block_product_image
--------------------------------------------------- */
.block_product_image{
  position: relative;
  z-index: 1;
  width: 100%;
  background: #001976;
}
#product_image02.block_product_image{
  background: #000;
}
.block_product_image img{
  vertical-align: top;
}
.block_product_image .wrap{
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
.block_product_image .wrap li{
  width: 50%;
}
.block_product_image .release{
  position: absolute;
  top: 73px;
  left: 86px;
}
.block_product_image .release span{
  border: 1px rgba(255, 255, 255, 0.4) solid;
  display: inline-block;
  padding: 15px 30px;
  padding-bottom: 16px;
  color: #FFF;
  line-height: 1;
  opacity: 0.8;
  letter-spacing: 0.05em;
  font-size: 20px;
  font-family: "FOT-筑紫ゴシック Pr5 R", "游ゴシック Medium", "Yu Gothic Medium", メイリオ, Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and (max-width: 768px) {
  .block_product_image{
  }
  #product_image02.block_product_image{
  }
  .block_product_image img{
  }
  .block_product_image .wrap{
    display: block;
  }
  .block_product_image .wrap li{
    width: 100%;
  }
  .block_product_image .release{
    position: absolute;
    top: 28px;
    left: 25px;
  }
  .block_product_image .release span{
    padding: 10px 17px;
    font-size: 14px;
  }

}
/*----------------------------------------------------
  .block_p_title02
--------------------------------------------------- */
.block_p_title02{
  position: relative;
  z-index: 1;
  width: 100%;
  height :100vh;
}
.block_p_title02 ul.bg{
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
}
.block_p_title02.view ul.bg{
  opacity: 1;
  transition: all 1.8s 7.2s ease;
}
.block_p_title02 ul.bg li.b01{
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/patern_bg01.jpg) no-repeat center center;
  background-size: cover;
  opacity: 0;
}
.block_p_title02.view ul.bg li.b01{
  opacity: 1;
  transition: all 0.8s 7.2s ease;
}
.block_p_title02 ul.bg li.b02{
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/patern_bg02.jpg) no-repeat center center;
  background-size: cover;
  opacity: 0;
}
.block_p_title02.view ul.bg li.b02{
  opacity: 1;
  transition: all 0.8s 8.7s ease;
}
.block_p_title02 .textarea{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translate(0, -50%);
  opacity: 0;
}
.block_p_title02.view .textarea{
  opacity: 1;
  transition: all 0.8s 9.2s ease;
}
.block_p_title02 .textarea span{
  display: inline-block;
  background: #1A1311;
  padding: 40px;
  padding-bottom: 30px;
  line-height: 1;
  color: #FFF;
  font-size: 39px;
  font-family: "DidotLTPro-Roman";
}
@media only screen and (max-width: 768px) {
  .block_p_title02{
  }
  .block_p_title02 ul.bg{
  }
  .block_p_title02.view ul.bg{
  }
  .block_p_title02 ul.bg li.b01{
  }
  .block_p_title02.view ul.bg li.b01{
  }
  .block_p_title02 ul.bg li.b02{
  }
  .block_p_title02.view ul.bg li.b02{
  }
  .block_p_title02 .textarea{
  }
  .block_p_title02.view .textarea{
  }
  .block_p_title02 .textarea span{
    padding: 10px 10px;
    line-height: 1.4;
    font-size: 6.4vw;
    letter-spacing: -0.04em;
  }
}
/*----------------------------------------------------
  .block_exp
--------------------------------------------------- */
.block_exp{
  position: relative;
  z-index: 1;
  width: 100%;
  background: #FFF;
  padding-top: 216px;
}
.block_exp .column{
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
  padding-bottom: 230px;
}
.block_exp .column:nth-child(2){
  flex-direction: row-reverse; /* row row-reverse column */
}
.block_exp .column figure{
  width: 40.26vw;
}
.block_exp .column figure img{
  width: 100%;
  height: auto;
}
.block_exp .column .textarea{
  width: 59.26vw;
}
.block_exp .column .textarea .in{
  padding: 0 130px;
}
.block_exp .column .textarea .in .title{
  text-align: right;
  margin-bottom: 20px;
}
.block_exp .column .textarea .in .title span{
  content: "";
  display: inline-block;
  font-size: 15px;

  letter-spacing: 0.1em;
  line-height: 1;
  display: inline-block;
  vertical-align: 4px;
}
.block_exp .column .textarea .in .title span:before{
  content: "";
  display: inline-block;
  width: 70px;
  height: 1px;
  background: #A0A0A0;
  margin-right: 20px;
  vertical-align: 4px;
}
.block_exp .column .textarea .in .lead{
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
}
.block_exp .column .textarea .in p{
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.10em;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .block_exp{
    padding-top: 100px;
  }
  .block_exp .column{
    display: flex;
    flex-direction: column-reverse; /* row row-reverse column */
    justify-content: space-between; /* flex-start  center  space-between */
    align-items: flex-start; /* flex-start  center  */
    padding-bottom: 100px;
  }
  .block_exp .column:nth-child(2){
    flex-direction: column-reverse; /* row row-reverse column */
  }
  .block_exp .column figure{
    width: 90.6vw;
    margin:0 auto 0 0;
  }
  .block_exp .column:nth-child(2) figure{
    margin:0 0 0 auto;
  }
  .block_exp .column .textarea{
    width: 81vw;
    margin:0 auto;
    padding-bottom: 40px;
  }
  .block_exp .column .textarea .in{
    padding: 0px;
  }
  .block_exp .column .textarea .in .title{
  }
  .block_exp .column .textarea .in .title span{
  }
  .block_exp .column .textarea .in .title span:before{
  }
  .block_exp .column .textarea .in .lead{
    font-size: 21px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    margin-bottom: 28px;
  }
  .block_exp .column .textarea .in p{
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-bottom: 25px;
  }
}
/*----------------------------------------------------
  .block_profile
--------------------------------------------------- */
.block_profile{
  position: relative;
  z-index: 1;
  width: 100%;
  background: #F0F0F0;
  padding: 140px 0;
}
.block_profile .inner{
  width: 980px;
  margin:0 auto;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
  position: relative;
}
.block_profile .inner figure{
  width: 28%;
}
.block_profile .inner figure img{
  width: 100%;
  height: auto;
}
.block_profile .inner .textarea{
  width: 60%;
  font-family: "FOT-筑紫ゴシック Pr5 R", "游ゴシック Medium", "Yu Gothic Medium", メイリオ, Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.block_profile .inner .textarea .sign{
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  margin-bottom: 20px;
}
.block_profile .inner .textarea .sign .s{
  width: 197px;
}

.block_profile .inner .textarea .sign .s img{
  width: 100%;
  height: auto;
}
.block_profile .inner .textarea .sign .year{
  width: 120px;
  padding-left: 25px;
  font-size: 15px;
  padding-bottom: 18px;
}
.block_profile .inner .textarea p{
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.block_profile .copyright{
  position: absolute;
  bottom: 20px;
  right: 30px;
  font-size: 12px;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 768px) {
  .block_profile{
    padding: 70px 0;
  }
  .block_profile .inner{
    width: 83.2vw;
    margin:0 auto;
    display: block;
  }
  .block_profile .inner figure{
    width: 55vw;
    margin:0 auto;
    margin-bottom: 40px;
  }
  .block_profile .inner .textarea{
    width: 100%;
  }
  .block_profile .inner .textarea .sign{
    margin-bottom: 20px;
  }
  .block_profile .inner .textarea .sign .s{
    width: 150px;
  }
  .block_profile .inner .textarea .sign .year{
    width: 120px;
    padding-left: 20px;
    font-size: 12px;
  }
  .block_profile .inner .textarea p{
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 2;
  }
  .block_profile .copyright{
    width: 83.2vw;
    margin:0 auto;
    padding-top: 20px;
    position: relative;
    bottom: auto;
    right: auto;
    font-size: 10px;
    letter-spacing: 0.1em;
  }

}
/*----------------------------------------------------
  .block_product
--------------------------------------------------- */
.block_product{
  position: relative;
  z-index: 1;
  width: 100%;
  background: #FFF;
  padding: 170px 0 0;
}
#product_bottom.block_product{
  padding:0 170px 0 0;
}
.block_product .inner{
  width: 76%;
  margin:0 auto;
}
.block_product .inner .title{
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
  font-family: "DidotLTPro-Roman", sans-serif;
}
.block_product .inner .title span{
  display: block;
  font-size: 20px;
  margin-top: 20px
}
.block_product .inner .list{
  letter-spacing: -0.4em;
  padding-bottom: 20px;
}
.block_product .inner .list .column{
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 31.42%;
  margin-right: 2.8%;
  margin-bottom: 70px;
}
.block_product .inner .list .column:nth-child(3n){
  margin-right: 0%;
}
.block_product .inner .list .column figure{
  margin-bottom: 20px;
  overflow: hidden;
}
.block_product .inner .list .column a figure img{
  display: block;
  transition: all 0.8s 0.0s ease;
}
.block_product .inner .list .column a figure img{
  width: 100%;
  height: auto;
}
.block_product .inner .list .column figure img{
  width: 100%;
  height: auto;
}
.block_product .inner .list .column a:hover figure img{
  transform: scale3d(1.1,1.1,1.1) translate(0px,0px) rotate(0deg);
}
.block_product .inner .list .column .c_title{
  font-size: 14px;
  letter-spacing: 0.02em;
  font-family: "FOT-筑紫ゴシック Pr5 R", "游ゴシック Medium", "Yu Gothic Medium", メイリオ, Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.block_product .inner .list .column .c_title span{
  font-size: 13px;
  font-family: "FOT-筑紫ゴシック Pr5 R", "游ゴシック Medium", "Yu Gothic Medium", メイリオ, Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.block_product .inner .list .column .c_title span.coming{
  display: block;
  color: #96653B;
}
.block_product .inner .list .column .buy{

}
.block_product .inner .list .column .buy{
  font-family: "FOT-筑紫ゴシック Pr5 R", "游ゴシック Medium", "Yu Gothic Medium", メイリオ, Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: inline-block;
  font-size: 13px;
  /* background: url(../img/blank.svg) no-repeat right center;
  padding-right: 24px;
  background-size: 14px auto; */
}

.block_product .inner .dog .logo {
  width: 93px;
  margin-left: auto;
  margin-right: auto;
}

.block_product .inner .dog .logo img {
  display: block;
  width: 100%;
}

.block_product .inner .dog .text {
  display: block;
  margin-top: 8px;
  font-family: "DidotLTPro-Roman", sans-serif;
  font-size: 28px;
  line-height: 2.2;
  text-align: center;
}

.block_product .inner .list .column .buy .online{
  background: url(../img/blank.svg) no-repeat right center;
  padding-right: 24px;
  background-size: 14px auto;
}
.block_product .inner .list .column a .buy span{
  font-size: 13px;
  padding-right: 6px;
  text-decoration: underline;
}
.block_product .inner .list .column a:hover .buy span{
  text-decoration: none;
}
.block_product .inner .list .column .buy a span{
  font-size: 13px;
  text-decoration: underline;
}
.block_product .inner .list .column .buy a:hover span {
  text-decoration: none;
}
.block_product .inner ul.link{
  letter-spacing: -0.4em;
  text-align: center;
  margin-bottom: 140px;
}
.block_product .inner ul.link li{
  letter-spacing: normal;
  display: inline-block;
  width: 413px;
  margin:64px 30px 0;
  vertical-align: top;
}
.block_product .inner ul.link li a{
  display: block;
  width: 100%;
  height: 72px;
  border: 1px #707070 solid;
  box-sizing: border-box;
  text-align: center;
  line-height: 72px;
  font-size: 17px;
  letter-spacing: 0.05em;
  transition: all 0.5s 0s ease;
}
.block_product .inner ul.link li a:hover{
  opacity: 0.5;
}
.block_product .inner ul.link li span{
  display: block;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 25px;
  letter-spacing: 0.1em;
  font-size: 12px;
  letter-spacing: 0.02em;
  font-family: "FOT-筑紫ゴシック Pr5 R", "游ゴシック Medium", "Yu Gothic Medium", メイリオ, Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.block_product .inner ul.link li a.blank:after{
  content: "";
  display: inline-block;
  width: 13px;
  height: 10px;
  background: url(../img/blank.svg) no-repeat center center;
  background-size: contain;
  margin-left: 10px;
  vertical-align: 2px;
}
.block_product .inner .about{
  margin-bottom: 140px;
}
.block_product .inner .about .a_title{
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: "FOT-筑紫ゴシック Pr5 D","TsukuGoPr5-D", "游ゴシック Medium", "Yu Gothic Medium", メイリオ, Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.block_product .inner .about ul.attention{
  width: 670px;
  margin:0 auto;
  margin-bottom: 20px;
  font-family: "FOT-筑紫ゴシック Pr5 R", "游ゴシック Medium", "Yu Gothic Medium", メイリオ, Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.block_product .inner .about ul.attention li{
  text-align: left;
  font-size: 12px;
  line-height: 2.2;
  letter-spacing: 0.1em;
}
.block_product a.pagetop{
  display: block;
  background: url(../img/arrow_top.svg) no-repeat center center;
  height: 130px;
  transition: all 0.8s 0s ease;
}
.block_product a.pagetop:hover{
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
  .block_product .inner .dog .logo {
    width: 24.8vw;
  }

  .block_product .inner .dog .text {
    margin-top: 2.13vw;
    font-size:  7.47vw;
  }


  .block_product{
    padding: 65px 0 0;
  }
  .block_product .inner{
    width: 100%;
    margin:0 auto;
    padding: 0;
  }
  .block_product .inner .title{
    text-align: center;
    font-size: 28px;
    margin-bottom: 60px;
  }
  .block_product .inner .list{
    
  }
  .block_product .inner .list .column{
    display: inline-block;
    letter-spacing: normal;
    width: 50%;
    margin-right: 0%;
    margin-bottom: 40px;
    position: relative;
  }
  .block_product .inner .list .column:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: #FFF;
}
  .block_product .inner .list .column:nth-child(3n){
    margin-right: 0%;
  }
  .block_product .inner .list .column:nth-child(2n){
    margin-right: 0%;
  }
  .block_product .inner .list .column:nth-child(2n):after{
    display: none;
  }
  .block_product .inner .list .column figure{
    margin-bottom: 13px;
  }
  .block_product .inner .list .column .c_title{
    padding: 0 15px;
    font-size: 12px;
    letter-spacing: 0.02em;
  }
  .block_product .inner .list .column .c_title span{
    font-size: 11px;
  }
  .block_product .inner .list .column .c_title span.price{
    display: block;
    margin-left: 0px;
  }
  .block_product .inner .list .column .c_title span.coming{
    display: block;
    margin-left: 0px;
  }
  .block_product .inner .list .column .buy{
    padding: 0 15px;
    background: none;
  }
  .block_product .inner .list .column .buy a{
    display: inline-block;
    font-size: 11px;
    background: url(../img/blank.svg) no-repeat right center;
    padding-right: 20px;
    background-size: 12px auto;
  }
  .block_product .inner .list .column .buy a.official{
    padding-right: 0;
    background: none;
  }
  .block_product .inner .list .column .buy a:hover span{
  }
  .block_product .inner .list .column .buy a span{
    font-size: 11px;
  }
  .block_product .inner ul.link{
    margin-bottom: 100px;
    margin-top: 48px;
  }
  .block_product .inner ul.link li{
    display: block;
    width: 83.2vw;
    margin:0 auto;
    margin-bottom: 45px;
  }
  .block_product .inner ul.link li a{
  }
  .block_product .inner ul.link li a:hover{
  }
  .block_product .inner ul.link li span{
  }
  .block_product .inner ul.link li a.blank:after{
  }
  .block_product .inner .about{
    margin-bottom: 50px;
  }
  .block_product .inner .about .a_title{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.9;
  }
  .block_product .inner .about ul.attention{
    width: 83.2vw;
    margin:0 auto;
    margin-bottom: 20px;
  }
  .block_product .inner .about ul.attention li{
  }
  .block_product a.pagetop{
    background: url(../img/arrow_top.svg) no-repeat center center;
    background-size: 22px auto;
    height: 100px;
  }
  .block_product a.pagetop:hover{
  }


}

.block_to_product a:hover {
  /* color: #fff; */
}
.p-gf__lead--top .c-button.c-button--rawcircle .c-icon{
  display: none;
}