@charset "UTF-8";

:root {
  --basecolor: #363237;
  --ogcolor: #d4c7c9;
}

html {
  font-size: 62.5%;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

body {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: var(--basecolor);
  background-color: var(--ogcolor);
}
@media (max-width: 599px) {
  body {
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
  }
}
@media (min-width: 600px) {
  body {
    font-size: 1.8rem;
  }
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: var(--basecolor);
}

.tax {
  font-size: 1rem;
}

.br-pc {
  display: block;
}
@media (max-width: 599px) {
  .br-pc {
    display: none;
  }
}

.br-sp {
  display: block;
}
@media (min-width: 600px) {
  .br-sp {
    display: none;
  }
}

.pc-show {
  display: block;
}
@media (max-width: 599px) {
  .pc-show {
    display: none;
  }
}

.sp-show {
  display: block;
}
@media (min-width: 600px) {
  .sp-show {
    display: none;
  }
}



section {
  margin: 0 auto;
  max-width: 780px;
}
.section {
  margin-bottom: 30px;
  padding: 120px 0 100px;
  position: relative;
}
@media (min-width: 600px) {
  .section {
    margin-bottom: 100px;
    padding: 300px 0px 250px;
  }
}

.mv {
  padding: 0;
}
.mv__wrap {
  line-height: 0;
  max-width: 780px;
  margin: 0 auto;
}

.intro {
  padding: 50px 15px;
  text-align: center;
  position: relative;
}
@media (min-width: 600px) {
  .intro {
    padding: 30px 0;
  }
}
.intro_logo {
  max-width: 340px;
  width: 55%;
  margin: 0 auto 30px;
}
.intro__text {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: bold;
}
@media (min-width: 600px) {
  .intro__text {
    font-size: 1.8rem;
    line-height: 2.2;
  }
}

.brand {
  padding: 50px 0;
  text-align: center;
}
.brand .logo {
  max-width: 400px;
  width: 55%;
  margin: 0 auto 40px;
}
.intro__large {
  /* color: #fcdebf; */
  line-height: 2.2;
  font-size: 1.7rem;
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .intro__large {
    padding-bottom: 0px;
    font-size: 2.2rem;
  }
}


/*.section::before {
  content: "";
  display: block;
  width: 75px;
  height: 190px;
  background: url("../image/star_sp.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 600px) {
  .section::before {
    width: 110px;
    height: 450px;
    background: url("../image/star.png") no-repeat center;
    background-size: contain;
  }
}*/
.section-ttl {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .section-ttl {
    font-size: 4rem;
    margin-bottom: 20px;
  }
}
.section-ttl--sub {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .section-ttl--sub {
    margin-bottom: 80px;
  }
}
.section-item-pickup__wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px;
  margin-bottom: 50px;
}
@media (min-width: 600px) {
  .section-item-pickup__wrap {
    gap: 120px;
    margin-bottom: 120px;
  }
}
.section-item-pickup {
  margin: 0 30px;
}
@media (min-width: 600px) {
  .section-item-pickup {
    max-width: 900px;
    margin: 0 auto;
  }
}
.section-item-pickup-name {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: justify;
  margin-top: 15px;
}
@media (min-width: 600px) {
  .section-item-pickup-name {
    font-size: 2.2rem;
    margin: 30px 20px 0;
  }
}
.section-item-pickup-price {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (min-width: 600px) {
  .section-item-pickup-price {
    font-size: 2.2rem;
    margin: 0 20px 30px;
  }
}
.section-item-pickup-txt {
  text-align: justify;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .section-item-pickup-txt {
    margin: 0 20px 50px;
  }
}
@media (max-width: 599px) {
  .section-item-pickup-link a {
    font-size: 1.3rem;
    gap: 10px;
    padding: 10px 0;
  }
}
@media (min-width: 600px) {
  .section-item-pickup-link a {
    width: 450px;
  }
}
.section-item-tworow__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 5%;
  column-gap: 5%;
  row-gap: 4%;
}
@media (min-width: 600px) {
  .section-item-tworow__wrap {
    max-width: 780px;
    margin: 0 3%;
    column-gap: 3%;
    row-gap: 2%;
  }
}
.section-item-tworow {
  display: flex;
  flex-direction: column;
  /* background-color: #FFF; */
  /* padding-bottom: 5%; */
}
.section-item-tworow-name {
  font-weight: bold;
  text-align: justify;
  margin-top: 10px;
  margin: 3%;
}
@media (min-width: 600px) {
  .section-item-tworow-name {
    font-size: 1.8rem;
    margin: 20px 20px 0;
  }
}
.section-item-tworow-price {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  margin: 0 3% 5%;
}
@media (min-width: 600px) {
  .section-item-tworow-price {
    font-size: 2rem;
    margin: 0 20px 20px;
  }
}
.section-item-tworow-txt {
  text-align: justify;
  margin-top: auto;
  margin-bottom: 10px;
  margin: 0 3% 5%;
}
@media (max-width: 599px) {
  .section-item-tworow-txt {
    font-size: 1rem;
  }
}
@media (min-width: 600px) {
  .section-item-tworow-txt {
    margin: auto 20px 30px;
  }
}
@media (max-width: 599px) {
  .section-item-tworow-link a {
    font-size: 1.1rem;
    gap: 5px;
    padding: 8px 0;
    margin: 0 3%;
  }
}
@media (min-width: 600px) {
  .section-item-tworow-link a {
    /*max-width: 350px;*/
    width: 92%;
  }
}

.tax {
  font-size: 60%;
}

.secBrand__title {
  margin-bottom: 20px;
  text-align: center;
font-family: "p22-sweepy-pro", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 64px;
color: #FFF;
opacity: .8;
letter-spacing: -2px;
}
@media screen and (max-width: 460px) {
  .secBrand__title {
    margin-bottom: 10px;
    font-size: 44px;
    letter-spacing: -1px;
  }
}

.arrow {
  display: block;
  width: 30px;
  height: 10px;
  background: url("../image/arrow_sp.png") no-repeat center;
  background-size: contain;
}

.link-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  /*font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;*/
  color: #fcdebf;
  color: #FFF;
  font-weight: bold;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
@media (min-width: 600px) {
  .link-btn a {
    font-size: 1.8rem;
    gap: 10px;
    margin: 0 auto;
    padding: 15px 0;
  }
}
.link-btn a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.link-btn a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.zoom-img-wrap {
  overflow: hidden;
}
.zoom-img {
  transition-duration: 0.8s;
}
.zoom-img:hover {
  transform: scale(1.1);
}

.items {
  /*background: linear-gradient(to bottom, #2e695d 0, #5a9d95 20%);*/
  padding: 50px 0!important;
}
.items .link-btn a {
  background: var(--basecolor);
}
.items .link-btn a::before {
  background: #FFF;
  border: 1px solid var(--basecolor);
}
.items .link-btn a:hover {
  color: var(--basecolor);
  font-weight: bold;
}

.other-link-wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  width: 80%;
  max-width: 400px;
  margin: 80px auto 100px;
}
/*@media (min-width: 600px) {
  .other-link-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    width: 90%;
    max-width: 1050px;
    margin: 150px auto 200px;
  }
}*/
.other-link a {
  color: var(--basecolor);
  font-size: 1.3rem;
  border: 1px solid var(--basecolor);
  /* background-color: #FFF; */
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  transition: 0.3s;
}
@media (min-width: 600px) {
  .other-link a {
    font-size: 2rem;
    padding: 14x 0;
  }
}
.other-link a:hover {
  background: var(--basecolor);
  color: #FFF;
}

.back-link-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 0 20px 30px;
}
@media (min-width: 600px) {
  .back-link-wrap {
    width: 530px;
    margin: 0 auto 100px;
  }
}
.back-link-wrap a {
  display: block;
  border: 1px solid #ffffff;
  padding: 8px 10px;
  transition: 0.3s;
}
@media (min-width: 600px) {
  .back-link-wrap a {
    padding: 15px 30px;
  }
}
.back-link-wrap a:hover {
  background: var(--blue);
}

.footer {
  background: linear-gradient(to bottom, var(--basecolor) 0, var(--basecolor) 30%);
  padding: 100px 0 10px;
  padding: 20px 0 20px;
  position: relative;
}
@media (min-width: 600px) {
  .footer {
    padding: 150px 0 70px;
    padding: 20px 0 20px;
  }
}
/*.footer::before {
  content: "";
  display: block;
  width: 55px;
  height: 125px;
  background: url("../image/star2_sp.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 600px) {
  .footer::before {
    width: 80px;
    height: 210px;
    background: url("../image/star2.png") no-repeat center;
    background-size: contain;
  }
}*/

.copyright {
  text-align: center;
  font-size: 1rem;
  color: #fff;
}
@media (min-width: 600px) {
  .copyright {
    font-size: 1.2rem;
    letter-spacing: 3px;
    opacity: .8;
  }
}

/*------------------------ スクロールに合わせてアニメーション ------------------------*/
.animated.fadein {
  opacity: 0;
  transition: all 1s;
}

.animated.fadein.active {
  opacity: 1;
}

.animated.fadeinUp {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1.8s;
}

.animated.fadeinUp.active {
  opacity: 1;
  transform: translate(0, 0);
}
















/* 遅延読み込みアニメーション
---------------------- */
.animation.lazyload,
.animation.lazyloading {
  opacity: 0;
  visibility: hidden;
}

.animation.lazyloaded {
  opacity: 1;
  visibility: visible;
  transition: 0.8s;
}

/* 右からふわっと現れる */
.fadeInRight {
  animation-name: fadeInRightAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards; /*アニメーション実行後、要素が表示されたままにする*/
}

@-webkit-keyframes fadeInRightAnime {
  0% {
    opacity: 0; /*非表示*/
    transform: translateX(100px); /*100px分横にずれる*/
  }
  100% {
    opacity: 1; /*表示*/
    transform: translateX(0); /*元の位置*/
  }
}
@keyframes fadeInRightAnime {
  0% {
    opacity: 0; /*非表示*/
    transform: translateX(100px); /*100px分横にずれる*/
  }
  100% {
    opacity: 1; /*表示*/
    transform: translateX(0); /*元の位置*/
  }
}
.fadeInRightTrigger {
  opacity: 0; /*非表示*/
}

/* 左からふわっと現れる */
.fadeInLeft {
  animation-name: fadeInLeftAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fadeInLeftAnime {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeftAnime {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftTrigger {
  opacity: 0;
}

.photo {
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .photo {
    padding: 0;
    margin: 0 auto;
  }
}
.photo-wrap {
  position: relative;
  height: auto;
  max-width: 780px;
  margin: 0 auto;
}
.photo-img01 {
  position: relative;
  width: 58%;
  margin: 0 0 0 35%;
  z-index: 4;
}
.photo-img02 {
  position: relative;
  width: 42%;
  margin: -40% 0 0 0;
  z-index: 5;
}



/*ページ上部へ戻るボタン*/
.pagetop-btn {
  border: solid 1px #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 14px;
  bottom: 68px;
  z-index: 99;
}
@media (min-width: 600px) {
  .pagetop-btn {
    border: solid 1px var(--basecolor);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    right: 40px;
    bottom: 80px;
  }
}
.pagetop-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  border-radius: 50%;
}
.pagetop-btn a:hover {
  background-color: var(--basecolor);
  border-color: #FFF;
}
.pagetop-btn a:hover .pagetop-btn--arrow {
  border-color: #FFF;
}
.pagetop-btn--arrow {
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--basecolor);
  border-right: 2px solid var(--basecolor);
  transform: translateY(20%) rotate(-45deg);
}
@media (min-width: 600px) {
  .pagetop-btn--arrow {
    height: 10px;
    width: 10px;
  }
}