@charset "UTF-8";
@import url("https://use.typekit.net/trc4hjw.css");

@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }

  75% {
    height: 40px;
    top: 50px;
  }

  100% {
    height: 40px;
    top: 50px;
  }
}

@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }

  75% {
    height: 40px;
    top: 40px;
  }

  100% {
    height: 40px;
    top: 40px;
  }
}

@keyframes moveleft {
  0% {
    left: 100vw;
  }

  100% {
    left: -200vw;
  }
}

@keyframes moveright {
  0% {
    left: -200vw;
  }

  100% {
    left: 100vw;
  }
}

/* ------------------------------------------------------------------------------------------------------------------------ */
html,
body {
  width: 100%;
  height: auto;
  font-size: 13px;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  text-align: left;
  -webkit-text-size-adjust: 100%;
  margin: 0;
}


body.looking {
  overflow: hidden;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:active,
a.active {
  color: #7e7e7e;
  text-decoration: underline;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

form,
section,
p,
div,
ul,
li,
dl,
dt,
dd,
a,
span,
input,
textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

.item-d-none p a {
  display: none;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* setting 右*/

.header-box {
  width: auto;
  position: fixed;
  right: 30px;
  z-index: 999;
  pointer-events: none;
  transition: all 1.5s ease-in 0.6s;
  opacity: 1;
  top:-100vh;
}

.header-box.on {
  opacity: 1;
}

.header-box .h-inner {
  width: 100%;
  position: relative;
  top:240px;
}

.header-box .h-inner div {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  transform: rotate(90deg);
  transform-origin: right bottom;
  padding-left: 0px;
}

.header-box .h-inner div p a {
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0em;
  pointer-events: auto;
  transition: all 0.25s ease-in 0s;
}

.header-box .h-inner div p a:hover {
  color: #343434;
}
.inner {
  padding-top: 15px;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: "yu-gothic-pr6n", sans-serif;
}

.inner .lead-box {
  text-align: center;
  margin: 30px auto 150px;
}

.inner .category {
  width: 90%;
  margin: 0 auto 150px;
}


.inner .category .look {
  margin-bottom: 50px;
  position: relative;
}

.inner .category .ttl-box {
  font-family: "baker-signet-web", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  position: relative;
  z-index: 2;
}

.inner .category .ttl-box .ttl-text p{
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 20px;
  margin-bottom: 25px;
}

.inner .category .ttl-box .sec1 {
  max-width: 450px;
  width:75%;
  margin-left: auto;
  margin-right: auto;
}

.inner .category .ttl-box .sec2 {
  max-width: 250px;
  width:30%;
  margin-left: auto;
  margin-right: auto;
}

.inner .category .ttl-box .sec3 {
  max-width: 300px;
  width:40%;
  margin-left: auto;
  margin-right: auto;
}

.inner .category .ttl-box .no p {
  font-size: 60px;
  line-height: 0.8;
  margin: 20px auto 0;
  font-family: "adobe-handwriting-ernie", sans-serif;
font-weight: 400;
font-style: normal;
color:#E10000;
}

.inner .category .prof-box {
  margin-top: -30px;
}

.inner .category .prof-box .prof-img {
  position: relative;
  margin-bottom: 25px;
}

.inner .category .prof-box .prof-img .bg-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.inner .category .prof-box .prof-img .bg-box div {
  width: 50%;
}

.inner .category .prof-box .prof-img .main-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  max-width: 500px;
  width: 70%;
}

.inner .category .prof-box .prof-text .name{
  margin-bottom:10px;
}

.inner .category .prof-box .prof-text .name p{
  font-family: "acumin-pro", sans-serif;
font-weight: 500;
font-style: normal;
line-height: 1;
font-size: 24px;
}

.inner .category .prof-box .prof-text .sns{
 margin-bottom: 25px;
}

.inner .category .prof-box .prof-text .sns p{
  font-family: "acumin-pro", sans-serif;
font-weight: 400;
font-style: normal;
line-height: 1;
font-size: 12px;
}

.inner .category .prof-box .prof-text .sns p span{
  margin-left: 15px;
}

.inner .category .prof-box .prof-text .sns p a{
  text-decoration: underline;
}

.inner .category .style-box{
  margin: 0 auto 100px;
}

.inner .category .style-box .lk{
  margin: 0 auto 30px;
}

.inner .category .style-box .lk1{
  position: relative;
}

/*cap&day*/
.inner .category .style-box .lk1 .day{
  position: absolute;
  top:8%;
  left:4%;
  width: 35%;
  max-width: 250px;
}

.inner .category .style-box .lk1 .cap{
  position: absolute;
  top:18%;
  left:5%;
}

.inner .category .style-box .lk1 .cap p{
  font-family: "acumin-pro", sans-serif;
font-weight: 500;
font-style: normal;
line-height: 1;
font-size: 26px;
}

.inner .category .s-2 .lk1 .day{
  position: absolute;
  top:8%;
  right:4%;
  left:auto;
  width: 35%;
  max-width: 250px;
}

.inner .category .s-2 .lk1 .cap{
  position: absolute;
  top:18%;
  right:6%;
  left:auto;
}

.inner .category .s-2 .lk1 .cap p,
.inner .category .s-4 .lk1 .cap p{
  color: #fff;
}

.inner .category .s-4 .lk1 .day{
  position: absolute;
    top: 42%;
    left: 4%;
    width: 35%;
    max-width: 250px;
}

.inner .category .s-4 .lk1 .cap{
  position: absolute;
  top:51%;
  left:5%;
}

/*cap&day end*/
.inner .category .style-box .lk2{
  position: relative;
}

.inner .category .s-2 .lk{
  margin: 0 auto 0px;
}
.inner .category .style-box .lk2 .flex{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap:30px;
}

.inner .category .style-box .lk2 .credit-box{
  position: absolute;
  top:68%;
  font-family: "acumin-pro", sans-serif;
font-weight: 400;
font-style: normal;
z-index:3;
}

.inner .category .s-1 .lk2 .credit-box {
  position: absolute;
  top: 80%;
}

.inner .category .style-box .lk2 .credit-box .credit{
  margin-bottom: 5px;
}

.inner .category .style-box .lk2 .credit-box .credit p{
  font-size: 11px;
}

.inner .category .style-box .lk2 .credit-box .credit p a{
  text-decoration: underline;
}


/*cap&day*/
.inner .category .s-2 .lk2 .flex{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap:0px;
}
.inner .category .s-2 .lk2 .credit-box,
.inner .category .s-5 .lk2 .credit-box{
  position: relative;
  margin-top: 20px;
}

#container .inner .category .s-4 .lk2 .right{
  position: relative;
  z-index: 2;
  width:80%;
}

#container .inner .category .s-4 .lk2 .left{
  position: relative;
  z-index: 2;
  width:60%;
  margin-bottom: 30px;
}


#container .inner .category .s-5 .lk2 .right{
  position: relative;
  z-index: 2;
  width:80%;
  margin-bottom: 30px;
}

#container .inner .category .s-5 .lk2 .left{
  position: relative;
  z-index: 2;
  width:60%;
  
}


.inner .category .s-4 .lk2 .posiA{
  position: absolute;
  top:20%;
  z-index: 1;
}

.inner .category .s-4 .lk2 .credit-box{
  position: relative;
  margin-top:20px;
  text-align: right;
}

.inner .category .s-2 .lk2 .credit-box {
  margin-bottom: 30px;
}

/*cap&day end*/

.inner .category .style-box .lk3 .flex{
  display: flex;
  justify-content: center;
  align-items: center;
  row-gap:30px;
  flex-wrap: wrap;
}

.inner .category .style-box .lk3 .flex div{
  width:100%;
}

#container .inner .category .style-box .lk3 .flex div img{
  width:80%;
}

/*size*/

#container .inner .category .style-box .lk3 .flex .right img{
  width:65%;
}

#container .inner .category .style-box .lk3 .flex .bk img{
  width:50%;
}

#container .inner .category .style-box .lk3 .flex .left img{
  width:80%;
}

.inner .category .s-4 .lk3,
.inner .category .s-5 .lk3{
  width:80%;
  margin: 0 auto;
}

/*size end*/

.inner .category .style-box .lk3 .comment{
width:90%;
margin: 30px auto 0;
}

.inner .category .s-4 .lk3 .comment,
.inner .category .s-5 .lk3 .comment{
  width:100%;
  margin: 30px auto 0;
  }


/*favorite*/
#container .inner #c-3{
  background-color: #EEEEEE;
  padding-top: 50px;
  padding-bottom: 50px;
}

.inner .category:last-child{
  width: 90%;
  margin: 0 auto 0px;
}

#container .inner #c-3 .favorite{
  margin-top: 100px;
}

#container .inner #c-3 .f-1 .flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#container .inner #c-3 .f-1 .flex .pics{
  width:35%;
}

#container .inner #c-3 .f-1 .flex .surf{
  width:60%;
}

#container .inner #c-3 .f-1 .flex .surf .posiR{
  position: relative;
}

#container .inner #c-3 .f-1 .flex .surf .posiR .posiA{
  position: absolute;
  top:-8%;
  width:60%;
  max-width:180px;
}

#container .inner #c-3 .f-1 .flex .surf .favo-text{
 padding: 10px;
}

/*favorite2*/
#container .inner #c-3 .f-2 .ttl-box{
  display: flex;
  justify-content: space-between;
  gap:10%;
  width:80%;
  margin: 0 auto 20px;
 }

 #container .inner #c-3 .f-2 .ttl-box .text p{
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
 }

 #container .inner #c-3 .f-2 .flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
 }

 #container .inner #c-3 .f-2 .flex div{
  width: 49%;
 }

 #container .inner #c-3 .f-3 .flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
 }

 #container .inner #c-3 .f-3 .flex .text{
  width:60%;
 }

 #container .inner #c-3 .f-3 .flex .pics{
  width:38%;
 }

 #container .inner #c-3 .f-3 .flex .flex{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#container .inner #c-3 .f-3 .flex .flex{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#container .inner #c-3 .f-3 .flex .flex .cap{
  padding: 20px 10px;
}

#container .inner #c-3 .f-3 .flex .flex .cap .ttl{
  max-width:180px;
  width:45%;
  margin-bottom: 30px;
}

 /*favorite3*/

/*favorite end*/

/*あしらい*/


/*goods*/


/*アコーディオン*/


/*footer*/
.footer-wrapper {
  width: 90%;
  margin: 0 auto;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.footer-wrapper .navi-box {
  margin-top: 30px;
}

.footer-wrapper .back {
  text-align: right;
  font-size: 12px;
  margin: 100px auto 20px;
}

.footer-wrapper .copy {
  text-align: center;
  font-size: 10px;
  margin: 0px auto 20px;
}

.goods a:hover {
  opacity: 0.8;
}


/* setting 右ここまで*/

/* setting 左*/
.main_visual {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.main_visual .kv-box {
  height: 100vh;
  width: 100%;
  max-width: 485px;
  position: relative;
}

.main_visual .kv-box .ttl {
  position: absolute;
  top: 4%;
  right: 4%;
  width: 80%;
}

.main_visual .kv-box .dec {
  position: absolute;
  top: 18%;
  right: 5%;
  width: 10%;
  max-width: 60px;
}

.main_visual .kv-box .brand {
  position: absolute;
  top: 27%;
  right: 5%;
  width: 27%;
  max-width: 120px;
}

.main_visual .kv-box .sec-ttlBox {
  position: absolute;
  top: 34%;
  right: 5%;
}

.main_visual .kv-box .sec-ttlBox p {
  font-size: 0.7em;
  line-height: 1;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 5px;
  color: #fff;
  text-align: right;
}


/* setting 左ここまで*/




/*set*/

.mb20{
  margin-bottom: 20px;
}

.mt150{
  margin-top: 150px;
}

.mt-50{
  margin-top: -50px;
}

.mt-150{
  margin-top: -150px;
}

.re {
  flex-direction: row-reverse;
}

.posiR {
  position: relative;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.m-small{
  width:50%;
  max-width: 550px;
}

.small {
  max-width: 640px;
  width: 60%;
}

.mid {
  max-width: 760px;
  width: 70%;
}

.max {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.left {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.right {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}

.slick-slide img {
  display: block;
}

/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/
#loading {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000000;
  background: #fff;
  text-align: center;
  color: #fff;
}

/* Loading画像中央配置　*/
#loading_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#loading_logo img {
  width: 180px;
}

/* LINE文字 */


/* fadeUpをするアイコンの動き */

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*animation*/
.inview-blur {
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.blur {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: .8s;
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}

@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}

.start0 {
  animation: fade 1s ease-in 0.2s 1 normal backwards;
}

.start1 {
  animation: fade 1s ease-in 0.5s 1 normal backwards;
}

.start2 {
  animation: fade 1s ease-in 0.8s 1 normal backwards;
}

.start3 {
  animation: fade 1s ease-in 1s 1 normal backwards;
}

.start4 {
  animation: fade 1s ease-in 1.2s 1 normal backwards;
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* fadeUpをするアイコンの動き */

.fadeUp-1 {
  animation-name: fadeUpAnime1;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fade-1 {
  opacity: 0;
    transform: translateY(80px);
}


@keyframes fadeUpAnime1 {
  from {
    opacity: 0;
    transform: translateY(80px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.delay{
  animation-delay: 3.5s;
}
.start-top {
  animation-delay: 3s;
}

.start-top2 {
  animation-delay: 6s;
}

/*ループ*/

.loop-wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 50px;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
  margin-bottom: 30px;
}

.loop-area {
  display: flex;
  animation: loop-slide 20s infinite linear 1s both;
  list-style: none;
  margin: 0;
  padding: 0;
}

.loop-area .content {
  width: 250px;
  font-family: "zuume", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }

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

/*スライダーの設定*/
/*------ スライダーの横幅 ------*/
.slider {
  width: 100%;
  margin: 0 auto;
}

/*------ スライダー画像 ------*/
.slider img {
  width: 100%;
  height: auto;
}

/*-------- 高さ調整 ----------*/
.slider .slick-slide {
  height: auto !important;
}

/*---------- 矢印 ----------*/
.slider .slick-next {
  right: 15px !important;
}

.slider .slick-prev {
  left: 15px !important;
}

.slider .slick-arrow {
  width: initial !important;
  height: initial !important;
  z-index: 2 !important;
}

.slider .slick-arrow:before {
  font-size: 36px !important;
}

.slick-next:before {
  display: block;
  content: '' !important;
  opacity: 1 !important;
  left: 5px;
  width: 0px;
  height: 0px;
  border-left: 16px solid black;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;

}

.slick-prev:before {
  display: block;
  content: '' !important;
  opacity: 1 !important;
  left: 5px;
  width: 0px;
  height: 0px;
  border-right: 16px solid black;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.slick-dots {
  display: none !important;
}

#container .item-wrapper .item-box .slider .slick-dots {
  display: block !important;
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  top: 92%;
}

.slick-slide {
  height: auto !important;
}

#js-slider-7 img {
  width: calc(100vw / 3);
}

@media screen and (max-width: 768px) {
  #js-slider-7 img {
    width: 100vw;
  }
}

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

  .sp {
    display: block !important;
  }

  .font {
    font-size: 1.9em !important;
  }

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

  .posiR {
    position: relative;
  }

  .small {
    width: 70%;
  }

  .mid {
    width: 90%;
  }

  .large {
    width: 100%;
  }

  body {
    position: relative;
    overflow-x: hidden;
  }

  .main_visual .kv-box .ttl {
    top: 3%;
    width:77%;
}

  .main_visual .kv-box .dec {
    top: 16%;
    width: 15%;
    max-width: 55px;
}

.main_visual .kv-box .brand {
  top: 27%;
  width: 30%;
  max-width: 120px;
}

.main_visual .kv-box .sec-ttlBox p {
  font-size: 10px;
}

.main_visual .kv-box .sec-ttlBox {
  position: absolute;
  top: 33%;
  right: 5%;
}

.header-box .h-inner div p a {
  font-size: 1.2rem;
}

.main_visual .kv-box {
  height: auto;
}

.inner .lead-box {
  margin: 30px auto 100px;
}

.inner .category {
  width: 100%;
  margin: 0 auto 100px;
}

.inner .category .ttl-box .sec-ttl p {
  font-size: 60px;
}

.inner .category .ttl-box .no p {
  font-size: 62px;
  margin: 12px auto 0;
}

.inner .category .ttl-box .sec2 {
  max-width: 250px;
  width: 42%;
}

.inner .category .ttl-box .sec3 {
  max-width: 300px;
  width: 50%;
}

.inner .category .prof-box .prof-text{
  width:90%;
  margin: 0 auto;
}

.inner .category .prof-box .prof-img .bg-box .m-2{
  margin-top: -2px;
}

.inner .category .style-box .lk1 .day {
  top: 6%;
  left:5%;
  width: 40%;
  max-width: 350px;
}

.inner .category .style-box .lk1 .cap {
  position: absolute;
  top: 17%;
  left: 6%;
}

.inner .category .style-box .lk1 .cap p {
  font-size: 20px;
}

.inner .category .s-2 .lk1 .day {
  top: 8%;
  width: 40%;
  max-width: 350px;
  right: 4%;
  left: auto;
}

.inner .category .s-2 .lk1 .cap {
  position: absolute;
        top: 19%;
        right: 5%;
        left: auto;
}

#container .inner .category .style-box .lk3 .flex .right img {
  width: 70%;
}

.inner .category .s-5 .lk2 .wd90{
  width:90%;
}

.inner .category:last-child {
  width: 100%;
  margin: 0 auto 0px;
}

/*

#container .inner #c-3 .f-1 .flex .surf .posiR .posiA {
  position: absolute;
  top: -12%;
  width: 65%;
  max-width: 200px;
}

#container .inner #c-3 .f-1 .flex {
  position: relative;
}

#container .inner #c-3 .f-1 .top-imgBox{
    margin: -30px auto;
    position: relative;
    z-index: 2;
}

#container .inner #c-3 .f-1 .top-imgBox .top-pic{
  width:55%;
  margin: 0 auto 20px;
}

#container .inner #c-3 .f-1 .favo-text{
  text-align: center;
}

#container .inner #c-3 .f-1 .flex .pics {
  width: 43%;
}

#container .inner #c-3 .f-1 .flex .surf {
  width: 55%;
}
*/

#container .inner #c-3 .f-2 .ttl-box {
  display: block;
  justify-content: space-between;
  gap: 30px;
  width: 80%;
  margin: 0 auto 20px;
}

#container .inner #c-3 .f-2 .ttl-box .ttl{
  width:100px;
  margin: 0 auto 20px;
}

#container .inner #c-3 .f-2 .ttl-box .text p{
  text-align: center;
}

#container .inner #c-3 .f-2 .flex {
  row-gap: 10px;
}

#container .inner #c-3 .f-3 .flex .flex .cap .ttl {
  max-width: 180px;
  width: 60%;
  margin-bottom: 20px;
}

.mb20 {
  margin-bottom: 10px;
}

/*
#container .inner #c-3 .f-3 .flex{
  display: block;
}

#container .inner #c-3 .f-3 .flex .text{
  width: 100%;
}

#container .inner #c-3 .f-3 .flex .flex .cap {
  width:90%;
  margin: 0 auto 10px;
  padding: 0;
}

#container .inner #c-3 .f-3 .flex .pic {
  width: 70%;
  margin-left: 0;
  margin-right: auto;
}

#container .inner #c-3 .f-3 .flex .pics {
  width: 40%;
  margin-right: 0;
  margin-left: auto;
  margin-top: -350px;
}
*/

.inner .category .s-2 .lk2 .credit-box {
  top: 68%;
        margin: 10px auto 30px;
        width: 93%;
        left: 0%;
}

.inner .category .s-1 .lk2 .credit-box {
  top: 68%;
        margin: 15px auto 0;
        width: 90%;
        left: 3%;
}

.inner .category .s-3 .lk2 .credit-box {
  top: 68%;
  margin: 10px auto 30px;
  width: 93%;
  left: 0%;
  position: relative;
  text-align: right;
}

.inner .category .s-4 .lk2 .credit-box {
  top: 68%;
  margin: 10px auto 30px;
  width: 93%;
  left: 0%;
  position: relative;
  text-align: right;
}

.inner .category .s-5 .lk2 .credit-box {
  top: 68%;
  margin: 10px auto 30px;
  width: 93%;
  left: 0%;
  position: relative;
  text-align: left;
}

.inner .category .style-box .lk2 .credit-box .credit p{
  font-size: 10px;
}

.inner .category .s-4 .lk1 .day {
  top: 42%;
  width: 40%;
  max-width: 350px;
}

.inner .category .s-4 .lk1 .cap {
  position: absolute;
  top: 52%;
}

.inner #c-3 .ttl-box .ttl-text p {
  margin-bottom: 0px;
}

.inner .category .s-2 .lk2 .flex {
  margin-top: -2px;
}

#container .inner .category .style-box .lk3 .flex .bk img{
  width:50%;
}

#container .inner .category .style-box .lk3 .flex .mt-150 {
  margin-top: -270px;
}

  /*----------sliderSp ----------*/
  .slider .slick-arrow:before {
    font-size: 24px !important;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 10px !important;
  }

  .slider .slick-next {
    right: 8px !important;
  }

  .slider .slick-prev {
    left: 8px !important;
  }

  #container .item-wrapper .item-box .slider .slick-dots {
    top: 88%;
  }
}

/*----------Sp ----------*/
@media screen and (max-width: 768px) {
  /* sp */

  .start-top {
    animation-delay: 0s;
  }

  .start-top2 {
    animation-delay: 2.2s;
  }

  .delay{
    animation-delay: 0.7s;
  }


}

/* fixed設定 */
.pc {
  display: block;
}

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

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.description>#container {
  overflow: visible;
}

#container {
  background-color: #fff;
  max-width: 100vw;
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-right: calc(50% - 50vw + var(--scroll-bar-width) / 2);
  margin-left: calc(50% - 50vw + var(--scroll-bar-width) / 2);
}

@media screen and (max-width: 1002px) {
  #container {
    margin: 0;
  }
}

#container img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#container .l-articleLayout__wrap {
  margin: 0 auto;
  display: flow-root;
  max-width: 1280px;
  width: 90%;
}

@media screen and (max-width: 768px) {
  #container .l-articleLayout__wrap {
    width: 100%;
  }
}

#container .l-articleLayout__article {
  float: right;
  width: 59%;
  transition: 0.85s ease;
  position: relative;
  top: 0;
}

@media screen and (max-width: 768px) {
  #container .l-articleLayout__article {
    float: none;
    left: 0;
    margin: 0 auto;
    width: auto;
  }
}

#container .l-articleLayout__title {
  background-color: #fff;
  position: sticky !important;
  float: left;
  width: 40%;
  height: 100vh;
}

#container .l-articleLayout__title>.wrap {
  height: calc(100vh - 120px);
  display: block;
  flex-wrap: wrap;
  align-items: center;
}

#container .d-fixed-area {
  position: relative;
}

#container .d-fixed-element {
  position: absolute;
  top: 0;
}

#container .d-fixed-element.is-fixed {
  position: fixed;
}

#container .l-articleLayout {
  background-attachment: fixed;
  background-position: top left;
  background-size: cover;
}

#container .main_visual {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #container .main_visual {
    width: 100%;
  }
}

#container #contents {
  background-color: #fff;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #container #contents {
    width: 100vw;
  }
}