@charset "utf-8";

/*--調整--*/
html {
	background-color: transparent !important;
}

.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-jp03 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.fs-jp04 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.fs-en01 {
  font-family: minion-pro, serif;
  font-weight: 700;
  font-style: italic;
}


/*----------
BG
----------*/
#specialty {
  padding: 0 0 10px 0;
  background-color: #ECECEC;
}


/*----------
MAIN
----------*/
.main__wrapper {
  width: 100%;
  margin: 0 auto;
}

.main__wrapper .kv {
  position: relative;
  overflow: hidden;
}

.main__wrapper .kv::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #ffffff;
  z-index: 2;
  transition: .5s;
}

.main__wrapper .kv.show::before {
  transform: translateX(100%);
}

.main__wrapper .kv picture {
  opacity: 0;
  transition: .5s;
}

.main__wrapper .kv.show picture {
  opacity: 1;
}

.main__wrapper .lead {
  width: calc(100% - 40px * 2);
  margin: 40px auto 0;
}

.main__wrapper .lead p {
  font-size: 3.25vw;
  line-height: 2;
  color: #000000;
  text-align: justify;
  margin-block: var(--leading-trim);
}

.main__wrapper .lead p br {
  display: none;
}

@media only screen and (min-width: 768px) {
  .main__wrapper {
    width: 900px;
  }  

  .main__wrapper .lead {
    width: 900px;
    margin: 80px auto 0;
  }
  
  .main__wrapper .lead p {
    font-size: 14px;
    text-align: center;
  }
  
  .main__wrapper .lead p br {
    display: block;
  }
}  


/*----------
INFO
----------*/
.info_wrapper {
  width: 100%;
  margin: 40px auto 0;
}

.info_wrapper .img__inner {
  width: 100%;
}

.info_wrapper .txt__inner {
  width: 100%;
  padding: 40px 40px 0 40px;
}

.info_wrapper .txt__inner h2 {
  margin-left: -15px;
  font-size: 4.65vw;
  line-height: 2;
  color: #000000;
  text-align: left;
  margin-block: var(--leading-trim);
}

.info_wrapper .txt__inner p:nth-of-type(1) {
  width: calc(100% - 40px);
  padding-top: 20px;
  font-size: 5.58vw;
  line-height: 2;
  color: #F4BE3B;
  text-align: right;
  margin-block: var(--leading-trim);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.info_wrapper .txt__inner p:nth-of-type(1):before {
  content: "";
  width: 46.77%;
  border-top: 1px solid #F4BE3B;
}

.info_wrapper .txt__inner p:nth-of-type(2) {
  width: calc(100% - 40px);
  padding-top: 40px;
  font-size: 3.25vw;
  line-height: 2;
  color: #000000;
  text-align: justify;
  margin-block: var(--leading-trim);
}

@media only screen and (min-width: 768px) {
  .info_wrapper {
    width: 800px;
    margin: 80px auto 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .info_wrapper .img__inner {
    width: 50%;
    order: 2;
  }
  
  .info_wrapper .txt__inner {
    width: 50%;
    padding: 40px 40px 0 40px;
    order: 1;
  }
  
  .info_wrapper .txt__inner h2 {
    font-size: 20px;
  }
  
  .info_wrapper .txt__inner p:nth-of-type(1) {
    width: 100%;
    font-size: 24px;
  }
  
  .info_wrapper .txt__inner p:nth-of-type(2) {
    width: 100%;
    font-size: 14px;
  }
}  


/*----------
ITEM
----------*/
.item__wrapper {
  width: 100%;
  margin: 60px auto 0;
}

.item01 .img__inner .img01, 
.item03 .img__inner .img01 {
  width: calc(100% - 40px);
  margin: 0 auto 0 0;
}

.item01 .img__inner .img02, 
.item03 .img__inner .img02 {
  width: calc(100% - 120px);
  margin: 40px 0 0 auto;
}

.item02 .img__inner .img01, 
.item04 .img__inner .img01 {
  width: calc(100% - 40px);
  margin: 0 0 0 auto;
}

.item02 .img__inner .img02, 
.item04 .img__inner .img02 {
  width: calc(100% - 120px);
  margin: 40px auto 0 0;
}

.item__wrapper .txt__inner {
  margin-top: -40px;
}

.item__wrapper .txt__inner h3 {
  position: relative;
}

.item__wrapper .txt__inner h3::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  border-bottom: 1px solid #F4BE3B;
}

.item__wrapper .txt__inner h3.active.border::before {
  animation: border_anim 1s linear 1s forwards;
}

@keyframes border_anim {
  0%{
    width: 0%;
  }
  100%{
    width: 100%;
  }
}

.item01 .txt__inner h3, 
.item03 .txt__inner h3 {
  text-align: left;
}

.item02 .txt__inner h3, 
.item04 .txt__inner h3 {
  text-align: right;
}

.item__wrapper .txt__inner h3 img {
  width: 24.41%;
  margin: 0 0 10px 10px;
}

.item__wrapper .txt__inner .caption  {
  width: calc(100% - 60px * 2);
  margin: 0 auto;
  padding-top: 40px;
  font-size: 3.25vw;
  line-height: 2;
  color: #000000;
  text-align: justify;
  margin-block: var(--leading-trim);
}

.item__wrapper .txt__inner .credit  {
  width: calc(100% - 60px * 2);
  margin: 40px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.item__wrapper .txt__inner .price p  {
  font-size: 3.72vw;
  line-height: 2;
  color: #000000;
  text-align: left;
  margin-block: var(--leading-trim);
}

.item__wrapper .txt__inner .btn a  {
  padding: 8px 60px;
  background: #F4BE3B;
  border: 1px solid #F4BE3B;
  border-radius: 50px;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  font-size: 3.72vw;
  line-height: 2;
  color: #ffffff;
  text-align: center;
  margin-block: var(--leading-trim);
}

.item__wrapper .txt__inner .btn:hover a  {
  background: transparent;
  color: #F4BE3B;
}

@media only screen and (min-width: 768px) {
  .item__wrapper {
    width: 820px;
    margin: 120px auto 0;
  }

  .item__wrapper .img__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  
  .item01 .img__inner .img01, 
  .item03 .img__inner .img01 {
    width: 55%;
    margin: 0 30px 0 0;
  }

  .item01 .img__inner .img02, 
  .item03 .img__inner .img02 {
    width: 45%;
    margin: 0 0 -100px 30px; 
  }

  .item02 .img__inner .img01, 
  .item04 .img__inner .img01 {
    width: 55%;
    margin: 0 0 0 30px;
    order: 2;
  }

  .item02 .img__inner .img02, 
  .item04 .img__inner .img02 {
    width: 45%;
    margin: 0 30px -100px 0; 
    order: 1;
  }

  .item__wrapper .txt__inner {
    margin-top: 70px;
  }

  .item__wrapper .txt__inner h3 img {
    width: 105px;
    margin: 0 0 20px 20px;
  }

  .item__wrapper .txt__inner .caption  {
    font-size: 14px;
  }

  .item__wrapper .txt__inner .credit  {
    justify-content: flex-end;
  }

  .item__wrapper .txt__inner .price p  {
    font-size: 16px;
    margin-right: 60px;
  }

  .item__wrapper .txt__inner .btn a  {
    font-size: 16px;
  }
}  


/*----------
STAFF STYLING
----------*/
.styling_inner {
  width: 100%;
  margin: 60px auto 0;
}

.styling_inner > h4 {
  font-size: 9.30vw;
  line-height: 2;
  color: #F4BE3B;
  text-align: center;
  margin-block: var(--leading-trim);
}

.styling_inner > p {
  padding-top: 10px;
  font-size: 3.25vw;
  line-height: 2;
  color: #F4BE3B;
  text-align: center;
  margin-block: var(--leading-trim);
}

.styling_inner .btn {
  width: calc(100% - 105px * 2);
  margin: 30px auto 0;
}

.styling_inner .btn a {
  display: block;
  height: 40px;
  background: #F4BE3B;
  border: 1px solid #F4BE3B;
  border-radius: 50px;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  font-size: 3.72vw;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
}

.styling_inner .btn:hover a {
  background: transparent;
  color: #F4BE3B;
}

@media only screen and (min-width: 768px) {
  .styling_inner {
    width: 900px;
    margin: 120px auto 0;
  }

  .styling_inner > h4 {
    font-size: 40px;
  }

  .styling_inner > p {
    font-size: 14px;
  }

  .styling_inner .btn {
    width: 220px;
  }

  .styling_inner .btn a {
    font-size: 16px;
  }
}

/*----------
BUTTON
----------*/
.morebtn {
  width: calc(100% - 20px * 2);
  margin: 80px auto;
}

.morebtn a {
  display: block;
  height: 40px;
  background: #F4BE3B;
  border: 1px solid #F4BE3B;
  border-radius: 50px;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  font-size: 3.72vw;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
}

.morebtn:hover a {
  background: transparent;
  color: #F4BE3B;
}

@media only screen and (min-width: 768px) {
  .morebtn {
    width: 390px;
  }

  .morebtn a {
    font-size: 16px;
  }
}


/*----------
ANIMATION
----------*/
.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);
  }
}


/*----------
スッタフスタイリング表示調整
----------*/
.hacobune-app-container {
  background-color: #ECECEC !important;
}

.hacobune-media-post-list-item {
  border-top: 1px solid #ECECEC !important;
  border-bottom: 1px solid #ECECEC !important;
  background-color: #ECECEC !important;
  border-color: #ECECEC !important;
}