@charset "utf-8";

/*--調整--*/
.h_bar, 
#beltbnr {
	display: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 

.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 

.clearfix {
  display: block;
}

#specialty {
  text-align: center;
}

#specialty a {
  text-decoration: none;
}

/*--フォント--*/
:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
  }
}

.fs-jp01 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.fs-jp02 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.fs-en01 {
  font-family: avenir-lt-pro, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.fs-en02 {
  font-family: avenir-lt-pro, sans-serif;
  font-style: normal;
  font-weight: 800;
}

.fs-en03 {
  font-family: articulat-heavy-cf, sans-serif;
  font-style: normal;
  font-weight: 900;
}


/*=====MAIN=====*/
/*--main__wrapper--*/
.main__wrapper {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .main__wrapper {
    width: 900px;
  }  
}  

.main__wrapper .lead {
  width: calc(100% - 40px * 2);
  margin: 40px auto;
}

.main__wrapper .lead p {
  font-size: 3.25vw;
  line-height: 2;
  color: #61839F;
  text-align: left;
  margin-block: var(--leading-trim);
}

.main__wrapper .lead p br {
  display: none;
}

@media only screen and (min-width: 768px) {
  .main__wrapper .lead {
    width: 100%;
    margin: 80px auto;
  }
  
  .main__wrapper .lead p {
    font-size: 14px;
    text-align: center;
  }

  .main__wrapper .lead p br {
    display: block;
  }  
}  


/*=====FABLIC=====*/
/*--fablic__wrapper--*/
@media only screen and (max-width: 767px) {
  .fablic__wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

  .fablic__wrapper .fablic {
    width: calc(100% - 40px * 2);
    padding: 30px 20px;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
  }  
}  

@media only screen and (min-width: 768px) {
  .fablic__wrapper {
    width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .fablic__wrapper .bg {
    width: 400px;
    order: 2;
  }  

  .fablic__wrapper .fablic {
    width: 400px;
    padding: 60px 40px;
    background: #ffffff;
    order: 1;
  }  
}  

.fablic__wrapper .fablic h2 {
  font-size: 5.58vw;
  line-height: 2;
  color: #61839F;
  text-align: center;
  margin-block: var(--leading-trim);
}

.fablic__wrapper .fablic > p:nth-of-type(1) {
  padding-top: 20px;
  font-size: 3.72vw;
  line-height: 1.5;
  color: #61839F;
  text-align: center;
  margin-block: var(--leading-trim);
}

.fablic__wrapper .fablic > p:nth-of-type(2) {
  font-size: 3.25vw;
  line-height: 2;
  color: #61839F;
  text-align: left;
  margin-block: var(--leading-trim);
}

.fablic__wrapper .fablic .icon__wrapper {
  margin: 40px auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.fablic__wrapper .fablic .icon__wrapper img {
  width: 80%;
}

.fablic__wrapper .fablic .icon__wrapper p {
  padding-top: 20px;
  font-size: 4.18vw;
  line-height: 2;
  color: #61839F;
  text-align: center;
  margin-block: var(--leading-trim);
}

@media only screen and (min-width: 768px) {
  .fablic__wrapper .fablic h2 {
    font-size: 24px;
  }

  .fablic__wrapper .fablic > p:nth-of-type(1) {
    font-size: 16px;
  }

  .fablic__wrapper .fablic > p:nth-of-type(2) {
    font-size: 14px;
  }

  .fablic__wrapper .fablic .icon__wrapper p {
    font-size: 18px;
  }
}  


/*=====ITEM=====*/
/*--item__wrapper--*/
.item__wrapper {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .item__wrapper {
    width: 900px;
  }
}  

/*--item__inner--*/
.item__wrapper .item__inner {
  width: calc(100% - 20px * 2);
  margin: 60px auto 0;
}

.item__wrapper .item__inner .img {
  padding: 25px 0 20px;
  position: relative;
}

.item__wrapper .item__inner .number {
  position: absolute;
  top: 0;
  z-index: 2;
}

.item__wrapper #item01.item__inner .number,
.item__wrapper #item03.item__inner .number {
  left: 20px;
}

.item__wrapper #item02.item__inner .number {
  right: 20px;
}

.item__wrapper .item__inner .name {
  font-size: 9.30vw;
  line-height: 2;
  color: #61839F;
  text-align: center;
  width: 100%;
  margin-block: var(--leading-trim);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .item__wrapper .item__inner {
    margin-top: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .item__wrapper .item__inner .img {
    width: 500px;
  }

  .item__wrapper #item01.item__inner .img, 
  .item__wrapper #item03.item__inner .img {
    order: 1;
  }

  .item__wrapper #item02.item__inner .img {
    order: 2;
  }
    
  .item__wrapper .item__inner .name {
    font-size: 40px;
  }
}  

.item__wrapper .item__inner .caption {
  padding: 20px 0;
}

.item__wrapper .item__inner .caption > p {
  width: calc(100% - 20px * 2);
  margin: 0 auto;
  font-size: 3.25vw;
  line-height: 2;
  color: #333333;
  text-align: left;
  margin-block: var(--leading-trim);
}

.item__wrapper .item__inner .size, 
.item__wrapper .item__inner .color, 
.item__wrapper .item__inner .price {
  margin-top: 30px;
}

.item__wrapper .item__inner .size p:nth-of-type(1), 
.item__wrapper .item__inner .color p:nth-of-type(1), 
.item__wrapper .item__inner .price p:nth-of-type(1) {
  position: relative;
  display: inline-block;
  padding: 0 50px;
}

.item__wrapper .item__inner .size p:nth-of-type(1):before, 
.item__wrapper .item__inner .color p:nth-of-type(1):before, 
.item__wrapper .item__inner .price p:nth-of-type(1):before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #61839F;
}

.item__wrapper .item__inner .size p:nth-of-type(1):after, 
.item__wrapper .item__inner .color p:nth-of-type(1):after, 
.item__wrapper .item__inner .price p:nth-of-type(1):after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #61839F;
}

.item__wrapper .item__inner .size p:nth-of-type(1), 
.item__wrapper .item__inner .color p:nth-of-type(1), 
.item__wrapper .item__inner .price p:nth-of-type(1) {
  font-size: 3.25vw;
  line-height: 2;
  color: #61839F;
  text-align: center;
  margin-block: var(--leading-trim);
}

.item__wrapper .item__inner .size p:nth-of-type(2), 
.item__wrapper .item__inner .price p:nth-of-type(2) {
  padding-top: 10px;
  font-size: 3.72vw;
  line-height: 2;
  color: #333333;
  text-align: center;
  margin-block: var(--leading-trim);
}

.item__wrapper .item__inner .color .colorchip {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item__wrapper .item__inner .color .colorchip div {
  width: 40px;
  margin: 0 10px;
}

.item__wrapper .item__inner .btn {
  margin-top: 30px;
}

.item__wrapper .item__inner .btn a {
  padding: 10px 70px;
  background: #61839F;
  border: 1px solid #61839F;
  border-radius: 50px;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  font-size: 3.72vw;
  line-height: 2;
  color: #ffffff;
  margin-block: var(--leading-trim);
}

.item__wrapper .item__inner .btn:hover a {
  background: #ffffff;
  color: #61839F;
}

@media only screen and (min-width: 768px) {
  .item__wrapper .item__inner .caption {
    width: 400px;
  }  

  .item__wrapper #item01.item__inner .caption, 
  .item__wrapper #item03.item__inner .caption {
    order: 2;
  }  

  .item__wrapper #item02.item__inner .caption {
    order: 1;
  }  

  .item__wrapper .item__inner .caption > p {
    width: calc(100% - 40px * 2);
    font-size: 14px;
  }
  
  .item__wrapper .item__inner .size p:nth-of-type(1), 
  .item__wrapper .item__inner .color p:nth-of-type(1), 
  .item__wrapper .item__inner .price p:nth-of-type(1) {
    font-size: 14px;
  }

  .item__wrapper .item__inner .size p:nth-of-type(2), 
  .item__wrapper .item__inner .price p:nth-of-type(2) {
    font-size: 16px;
  }

  .item__wrapper .item__inner .btn a {
    font-size: 16px;
  }
}  

/*--styling_inner--*/
.item__wrapper .styling_inner {
  width: 100%;
  margin: 80px auto 0;
}

.item__wrapper .styling_inner > h4 {
  font-size: 6.97vw;
  line-height: 2;
  color: #61839F;
  text-align: center;
  margin-block: var(--leading-trim);
}

.item__wrapper .styling_inner > p {
  padding-top: 10px;
  font-size: 3.25vw;
  line-height: 2;
  color: #61839F;
  text-align: center;
  margin-block: var(--leading-trim);
}

.item__wrapper .styling_inner .btn {
  margin-top: 30px;
}

.item__wrapper .styling_inner .btn a {
  padding: 10px 70px;
  background: #61839F;
  border: 1px solid #61839F;
  border-radius: 50px;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  font-size: 3.72vw;
  line-height: 2;
  color: #ffffff;
  margin-block: var(--leading-trim);
}

.item__wrapper .styling_inner .btn:hover a {
  background: #ffffff;
  color: #61839F;
}

@media only screen and (min-width: 768px) {
  .item__wrapper .styling_inner {
    width: 900px;
  }

  .item__wrapper .styling_inner > h4 {
    font-size: 30px;
  }
  
  .item__wrapper .styling_inner > p {
    font-size: 14px;
  }

  .item__wrapper .styling_inner .btn a {
    font-size: 16px;
  }
}

.item__wrapper .morebtn {
  width: calc(100% - 20px * 2);
  margin: 80px auto;
}

.item__wrapper .morebtn a {
  width: 100%;
  display: block;
  padding: 10px 70px;
  background: #61839F;
  border: 1px solid #61839F;
  border-radius: 50px;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  font-size: 3.72vw;
  line-height: 2;
  color: #ffffff;
  margin-block: var(--leading-trim);
}

.item__wrapper .morebtn:hover a {
  background: #ffffff;
  color: #61839F;
}

@media only screen and (min-width: 768px) {
  .item__wrapper .morebtn {
    width: 400px;
  }

  .item__wrapper .morebtn a {
    font-size: 16px;
  }
}


/*--アニメーション--*/
.fadeIn{
  opacity: 0;
  transform: translateY(50px);
}

.active.fadeIn {
  animation-name: fadeIn;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/*--スッタフスタイリング表示調整--*/
@media(min-width:1000px){
  .hacobune-grid-col{
    flex:0 0 33.3333% !important;
    max-width:33.3333% !important;
  }
}

@media(min-width:1200px){
  .hacobune-grid-col{
    flex:0 0 33.3333% !important;
    max-width:33.3333% !important;
  }
}