@charset "UTF-8";
@media only screen and (min-width: 768px) {
  .header .drawer-btn__border {
    background-color: #FFF;
  }
  .header .drawer-btn__border::before, .header .drawer-btn__border::after {
    background-color: #FFF;
  }
  li.navigation__icon.navigation__icon--user.hidden-mobile {
    color: #fff;
  }
  g#Text {
    fill: #fff;
  }
  g#txt {
    fill: #fff;
  }
  .cls-4 {
    stroke: #fff;
  }
  g#cart {
    fill: #fff;
  }
}

/* --------------- ▽ setting_area ▽ --------------- */
.header {
  position: fixed;
  top: 0;
} 
html {
	font-size: 62.5%;
}
.A0628 {
  width: 100%;
  overflow: hidden;
}
.A0628 img {
  width: 100%;
}
.element {
  font-family: var(--font-jp);
  font-family: var(--font-en);
}
@media only screen and (max-width: 1399px) and (min-width: 768px) {
	html {
		font-size: calc(10* (100vw / 1400));
	}   
}
@media only screen and (max-width: 767px) {
	html {
    font-size: calc(10* (100vw / 750));
  } 
}
/* --------------- △ setting_area △ --------------- */

/* --------------- ▽ font_area ▽ --------------- */
.A0628 .font_jp {
  font-family: var(--font-jp);
  font-feature-settings: "palt";
}
.A0628 .font_en-01 {
  font-family: var(--font-en);
}
.A0628 .font_en-02 {
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
}
/* --------------- △ font_area △ --------------- */

/* --------------- ▽ common_area ▽ --------------- */
.A0628 .sp_only {
  display: none;
}
.A0628 .content_lead {
  font-size: 1.3rem;
  line-height: 2.0769230769;
  letter-spacing: 0.075em;
  text-align: justify;
}
.A0628 .content_credit {
  margin-top: 2.5rem;
  font-size: 1.2rem;
  line-height: 2.1666666667;
  letter-spacing: 0.05em;
}
.A0628 .content_credit > a {
  display: inline-block;
  text-decoration: underline;
  margin-inline: 0.4rem;
}
@media screen and (max-width: 767px) {
  .A0628 .pc_only {
    display: none;
  }
  .A0628 .sp_only {
    display: block;
  }
  .A0628 .content_lead {
    font-size: calc(23*100vw/750);
    line-height: 1.8695652174;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
  .A0628 .content_credit {
    margin-top: calc(44*100vw/750);
    font-size: calc(24*100vw/750);
    line-height: 1.9166666667;
  }
  .A0628 .content_credit > a {
    margin-inline: calc(9*100vw/750);
  }

}
/* --------------- △ common_area △ --------------- */

/* --------------- ▽ animation__area ▽ --------------- */

.A0628 .fv_img {
  opacity: 0;
  transition: opacity 2s, transform 2s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 2s cubic-bezier(0, 0, 0.2, 1);
}
.A0628 .fv_img.active {
  opacity: 1;
}
.A0628 .fade_up {
  opacity: 0;
  transform: translate(0,30px);
  transition: opacity 1.3s, transform 1.3s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 1.3s cubic-bezier(0, 0, 0.2, 1);
}
.A0628 .fade_up.active {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width: 767px) {}
/* --------------- △ animation__area △ --------------- */

/* --------------- ▽ firstview_area ▽ --------------- */
.A0628 .fv {
  position: relative;
  z-index: 2;
  background: #FFF;
  margin-top: 6rem;
}
.A0628 .fv_img {
  width: calc(1400*100vw/1400);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .A0628 .fv {
    margin-top: calc(200*100vw/750);
  }
  .A0628 .fv_img {
    width: calc(750*100vw/750);
  }
  .A0628 .fv_lead {
    position: relative;
    background-color: #fff;
    margin-top: calc(80*100vw/750);
    z-index: 2;
    text-align: center;
  }
}
/* --------------- △ firstview_area △ --------------- */

/* --------------- ▽ item_content ▽ --------------- */
.A0628 .item {
  position: relative;
  z-index: 1;
  padding-top: 20rem;
  padding-bottom: 15.97rem;
  margin-bottom: 50rem;
  background-color: #FFF;
}
.A0628 .item_content {
  position: relative;
  width: 140rem;
  margin-inline: auto;
}
.A0628 .item_img {
  margin-inline: auto;
}
.A0628 .item_img-01 {
  width: 75rem;
  box-shadow: -3px 3px 3px rgba(0, 0, 0, .3);
}
.A0628 .item_img-01 + .item_lead {
  position: absolute;
  top: 20.4rem;
  right: 12.3rem;
  width: 39rem;
  height: auto;
  z-index: 2;
  pointer-events: none;
}
.A0628 .item_img-02 {
  width: 64rem;
  margin-top: 13rem;
}
.A0628 .item_img-02 + .item_lead {
  width: 64rem;
  margin-top: 5.3rem;
  margin-inline: auto;
}
.A0628 .item_img-03 {
  display: flex;
  width: 64rem;
  margin-top: 5.5rem;
}
.A0628 .item_img-03 > a {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .A0628 .item {
    margin-top: calc(0*100vw/750);
    padding-top: calc(168*100vw/750);
    padding-bottom: calc(150*100vw/750);
  }
  .A0628 .item_content {
    width: calc(750*100vw/750);
  }
  .A0628 .item_img-01 {
    width: calc(750*100vw/750);
  }
  .A0628 .item_img-01 + .item_lead {
    position: static;
    width: calc(690*100vw/750);
    margin-top: calc(29*100vw/750);
    margin-inline: auto;
    line-height: 2.0913043478;
    letter-spacing: 0.075em;
  }
  .A0628 .item_img-02 {
    width: calc(650*100vw/750);
    margin-top: calc(122*100vw/750);
  }
  .A0628 .item_img-02 + .item_lead {
    width: calc(648*100vw/750);
    margin-top: calc(60*100vw/750);
    letter-spacing: 0.075em;
  }
  .A0628 .item_img-03 {
    width: calc(650*100vw/750);
    margin-top: calc(60*100vw/750);
  }
}
/* --------------- △ item_content △ --------------- */
.A0628 .item_img-04 {
  position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  width: calc(1400*100vw/1400);
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .A0628 .item_img-04 {
    width: calc(750*100vw/750);
  }
}
/* --------------- ▽ model_content ▽ --------------- */
.A0628 .model {
  position: relative;
  background-color: #FFF;
  padding-top: 17.57rem;
  padding-bottom: 17rem;
  z-index: 2;
  text-align: center;
}
.A0628 .model_txt {
  font-size: 3rem;
}
.A0628 .model_ttl {
  position: relative;
  font-size: 4rem;
  margin-top: 1.6rem;
  letter-spacing: 0.08em;
  left: 1rem;
}
.A0628 .model_content {
  display: flex;
  justify-content: space-between;
  width: 140rem;
  margin-top: 7.9rem;
  margin-inline: auto;
  padding-inline: 18.12rem 17.57rem;
}
.A0628 .model_img {
  width: 30rem;
}
.A0628 .model_img-02 {
  margin-top: 11.4rem;
  order: -1;
}
.A0628 .model_img-03 {
  margin-top: 17.7rem;
}
.A0628 .model_img-lead {
  margin-top: 3.3rem;
  text-align: justify;
  text-align-last: left;
}
@media screen and (max-width: 767px) {
  .A0628 .model {
    padding-top: calc(90*100vw/750);
    padding-bottom: calc(90*100vw/750);
  }
  .A0628 .model_txt {
    font-size: calc(40*100vw/750);
  }
  .A0628 .model_ttl {
    font-size: calc(55*100vw/750);
    margin-top: calc(20*100vw/750);
    letter-spacing: 0.06em;
    left: calc(12*100vw/750);
  }
  .A0628 .model_content {
    display: block;
    width: calc(550*100vw/750);
    margin-top: calc(63*100vw/750);
    padding-inline: calc(0*100vw/750);
  }
  .A0628 .model_img {
    width: calc(550*100vw/750);
  }
  .A0628 .model_img-02 {
    margin-top: calc(0*100vw/750);
  }
  .A0628 .model_img-03 {
    margin-top: calc(0*100vw/750);
  }
  .A0628 .model_img-lead {
    margin-top: calc(45*100vw/750);
  }
}

@media screen and (max-width: 768px) {
  .A0628 .model .slick-prev,
  .A0628 .model .slick-next {
    position: absolute;
    display: block;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
    outline: none;
    top: calc(481*100vw/750);
  }
  .A0628 .model .slick-arrow.slick-prev,
  .A0628 .model .slick-arrow.slick-next {
    width: calc(80*100vw/750);
    height: calc(80*100vw/750);
    background-size: calc(70* (100vw / 750));
    background-position: center;
    background-repeat: no-repeat;
  }


  .A0628 .model .slick-arrow.slick-prev {
    left: calc(-58*100vw/750);
    background-image: url(../img/sp/prev_btn.png);
  }
  .A0628 .model .slick-arrow.slick-next {
    right: calc(-58*100vw/750);
    background-image: url(../img/sp/next_btn.png);
  }
}
/* --------------- △ model_content △ --------------- */


/* --------------- ▽ text_area ▽ --------------- */
.A0628 .check_btn {
  width: fit-content;
  margin: 16.7rem auto 0rem;
  padding-block-end: 0.4rem;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.037em;
  border-bottom: solid 1px #1A1311;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767px) {
  .A0628 .check_btn {
    margin: calc(188*100vw/750) auto calc(0*100vw/750);
    padding-block-end: calc(4*100vw/750);
    font-size: calc(30*100vw/750);
  }
}
@media screen and (max-width: 767px) {
  #Foot {
    background-color: #fff;
    z-index: 2;
  }
}
/* --------------- △ text_area △ --------------- */