@charset "UTF-8";
html {
  font-size: 62.5% !important;
}
#wrapper_25spring {
  font-family: "Helvetica-Light", "Helvetica Neue", "Helvetica", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #666666;
  background-color: #ffffff;
  line-height: 0;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  position: relative;
  overflow-x: hidden;
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  height: 100%;
}
*:focus {
  outline: none;
}

#wrapper_25spring a {
  text-decoration: none;
  color: #666666;
}
img {
  width: 100%;
  position: relative;
}
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes animationZoom1 {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  35% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  35.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  70%,
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@font-face {
  font-family: "Helvetica-Medium";
  src: url("//gigaplus.makeshop.jp/intimite/25spring_v2/fonts/HelveticaNeueLTStd-Md.otf")
    format("opentype");
}
@font-face {
  font-family: "Helvetica-Roman";
  src: url("//gigaplus.makeshop.jp/intimite/25spring_v2/fonts/HelveticaNeueLTStd-Roman.otf")
    format("opentype");
}
@font-face {
  font-family: "Helvetica";
  src: url("//gigaplus.makeshop.jp/intimite/25spring_v2/fonts/HelveticaNeue.ttc")
    format("TrueType");
}
@font-face {
  font-family: "Helvetica-Light";
  src: url("//gigaplus.makeshop.jp/intimite/25spring_v2/fonts/HelveticaNeueLTStd-Lt.otf")
    format("opentype");
}
@font-face {
  font-family: "Helvetica-UltraLight";
  src: url("//gigaplus.makeshop.jp/intimite/25spring_v2/fonts/HelveticaNeueLTStd-UltLt.otf")
    format("opentype");
}
@font-face {
  font-family: "Helvetica-Thin";
  src: url("//gigaplus.makeshop.jp/intimite/25spring_v2/fonts/HelveticaNeueLTStd-Th.otf")
    format("opentype");
}

/*追加コード*/
.jqmWindow {
  display: none !important;
  color: #ffffff !important;
  opacity: 0 !important;
}
.s_button img {
  width: initial;
}
body #contant section {
  padding-bottom: 0 !important;
}
#contant {
  padding-right: 0 !important;
}
#nav #leftSearchBox input {
  background-color: #ffffff !important;
}
/* #nav .nav_inner .sns_list {
  border-top: solid 1px #707070 !important;
} */
section#contant_h {
  overflow: hidden;
}
body img {
  max-width: initial;
  width: 100%;
}

::placeholder {
  color: #000000;
}
#foot {
  margin-top: 0 !important;
}
body {
  color: #000000;
}

/*format*/
#nav {
  max-width: 320px;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 2;
  background-color: #ffffff;
  top: 0;
}
#contant_h {
  /*	ここまで消す*/
  /* max-width: 100%;
  padding-right: 0;
  padding-left: 320px;
  box-sizing: border-box; */
  /*	ここまで消す*/
  /* margin: 0 0 0 0px; */
  overflow-x: hidden;
  overflow-y: scroll;
}
.bnr_sp_kari {
  display: none;
}

.haikei_1 {
  border-left: 1px solid #d9d9d9;
  position: relative;
}

/*top_section*/
.top_section {
  position: relative;
  z-index: 10;
  font-family: "Helvetica-Light";
  width: 100%;
}
.top_photo {
  width: 100%;
  overflow: hidden;
  display: block;
}
.top_photo img {
  animation: animationZoom1 0.8s ease-in-out forwards;
}
.top_no {
  position: relative;
  width: 31%;
  margin: 17% auto auto auto;
}

h1.top_title {
  width: 31%;
  position: absolute;
  top: 26%;
  left: 12%;

  animation-name: fadeIn;
  animation-duration: 0.7s;
  animation-timing-function: ease;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  opacity: 0;
}
.top_title_kazari {
  width: 26%;
  position: absolute;
  bottom: 3%;
  right: 0;
  left: 0;
  margin: 0 auto 0 auto;
  text-align: center;
}
.top_title_kazari2 {
  height: 100%;
  position: absolute;
  top: 50%;
  right: 1%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);

  color: #ffffff;
  font-family: "arno-pro", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  line-height: 1;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;

  animation-name: fadeIn;
  animation-duration: 0.7s;
  animation-timing-function: ease;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  opacity: 0;
}

.scroll {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 3%;
  left: auto;
  margin: 0;
  color: #fff;
  z-index: 2;
  padding: 0 3px 90px 0;
  overflow: hidden;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  font-weight: 500;
  font-family: "Helvetica-Light";
}
.scroll::after {
  content: "";
  position: absolute;
  left: 30%;
  bottom: 0;
  width: 1px;
  height: 50%;
  background: #fff;
}
.scroll::after {
  animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}
/*frame_kazari-----------------------------*/
#frame_kazari_1 {
  display: none;
  position: fixed;
  z-index: 49;

  width: 100%;
  bottom: 16px;
  right: 16px;
}
/*
.bnr_text{
	display: none;
}
*/
.bnr_logo {
  width: 20%;
  position: absolute;
  bottom: 1%;
  right: 0;
}
#frame_kazari_2 {
  display: none;
  position: fixed;
  width: 100%;
  top: 20px;
  right: 20px;
  z-index: 99;
  color: #333;
  letter-spacing: 0.05em;
  text-align: right;
  font-family: "Helvetica-Roman";
  font-size: 1.1rem;
}

/*
#frame_kazari_2 .bnr_text{
	display: block;
}
*/
/*frame_kazari-----------------------------*/

/*btn_base-----------------------------*/
.look_btn {
  margin: 0 auto 0 0;
  padding-top: 4px;
  font-size: 1rem;
  text-align: left;
  line-height: 2;
  white-space: nowrap;
  font-family: "Helvetica-Light";
  z-index: 10;
}
.look_btn_all {
  margin-top: 8px;
  display: block;
  color: #666666;
}
.item_link_btn {
  display: inline-block;
  border-bottom: 1px solid #333;
  font-size: 1.05rem;
  vertical-align: 1px;
  line-height: 0.8;
  color: #333;
  font-weight: 500;
}
.taxinc {
  font-size: 0.95rem;
  vertical-align: 1px;
  letter-spacing: 0.03em;
}
.coming_soon {
  display: inline-block;
  font-size: 1.15rem;
  line-height: 1.5;
  vertical-align: 0px;
  margin-top: -3px;
}
/*btn_base-----------------------------*/

/*look1-----------------------------*/
.look1 {
  width: 100%;
  margin: 20% auto 15% auto;
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.look1 .look_kazari {
  width: 14%;
  position: absolute;
  top: 0;
  left: 4%;
  border: none;
}
.look1_1_content {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.look1_1_left {
  width: 50%;
  position: relative;
  margin: 18% auto 0 4%;
}

.look1_1_right {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  mix-blend-mode: multiply;
}

.look1_2_content {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 20% 0 0 0;
}

.look1_2_right {
  width: 83%;
  position: relative;
  margin: 0 auto 0 17%;
}
.look1_2_center {
  width: 100%;
  margin: 20% 0 0 0;
  position: relative;
}

.look1_2_center_item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 4.3%;
}

.u-fade-type-up {
  width: 48%;
  opacity: 0;
  transform: translateY(60px);
  transition: all 1s ease-out;
}

.u-fade-type-up img {
  width: 100%;
  height: auto;
  display: block;
}

.js-scroll-trigger.is-active .u-fade-type-up {
  opacity: 1;
  transform: translateY(0);
}

.js-scroll-trigger.is-active .u-fade-type-up:nth-child(2) {
  transition-delay: 0.3s;
}

.look1_3_content {
  width: 100%;
  position: relative;
  display: flex;
  margin: 20% 0 0 0;
}

.look1_3_left {
  width: 50%;
  position: relative;
  margin: 0 0 0 8%;
}

.look1_3_right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3%;
}
.look1_3_right img {
  width: 37%;
  margin: 0;
}
.look1_3_right .look_btn {
  width: 100%;
  text-align: center;
}

/*gradation-----------------------------*/
.gradation {
  width: 100%;
  margin: -5px auto -5px auto;
  position: relative;
}
.gradation2 {
  width: 100%;
  margin: -5px auto -5px auto;
  position: relative;
}
.gradation .concept {
  width: 50%;
  position: absolute;
  top: 0;
  left: 25%;
  z-index: 2;
  margin: 0 auto;
}

.gradation > img {
  width: 100%;
  position: relative;
  /* z-index: -1; */
}

/*look2-----------------------------*/
.look2 {
  width: 100%;
  margin: 0 auto 0 auto;
  position: relative;
  background-color: #edecbe;
  display: flex;
  flex-direction: column;
}
.look2_1_content {
  width: 100%;
  position: relative;
  margin: 10% 0 0 auto;
}
.look2_1_content .look_kazari {
  width: 15%;
  position: absolute;
  top: 10%;
  left: 20%;
  z-index: 2;
  text-align: center;
}

.look2_1 {
  width: 87%;
  position: relative;
  margin: 0 0 0 auto;
}

.look2_2_content {
  width: 100%;
  position: relative;
  display: flex;
  margin: 20% 0 10% 0;
}

.look2_2_left {
  width: 42%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.look2_2_left .main_image {
  width: 100%;
  position: relative;
}

.look2_2_left .look_btn {
  position: relative;
  align-items: center;
  margin: 0 0 0 auto;
}

.look2_2_left .look_btn_all {
  width: 100%;
  text-align: center;
}

.look2_2_right {
  width: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 7% 0 8%;
}

.look2_2_right .look_kazari {
  width: 70%;
  position: absolute;
  top: 0;
  right: 0;
}

.look2_2_right .main_image {
  width: 98%;
  position: relative;
  margin: 30% 0 0 auto;
}

/*look3-----------------------------*/
.look3 {
  width: 100%;
  margin: 10% auto 20% auto;
  position: relative;
}
.look3_1_content .look_kazari {
  width: 15%;
  position: absolute;
  top: 0;
  right: 8%;
  border: none;
}

.look3_1_content {
  width: 100%;
  position: relative;
  display: flex;
}

.look3_1_left {
  width: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 0 0 8%;
}

.look3_1_left .main_image {
  width: 115%;
  position: relative;
}

.look3_1_left .look_btn {
  position: relative;
}

.look3_1_right {
  width: 50%;
  position: relative;
  margin: 15% 0 0 0;
  mix-blend-mode: multiply;
}

.look3_1_right .look_kazari {
  width: 35%;
  position: absolute;
  top: 5%;
  right: 5%;
  z-index: 2;
  text-align: center;
}

/*footer-----------------------------*/
#foot_list {
  width: 100%;
  position: relative;
  margin: 0 auto 0 auto;
  background-color: #ffffff;
  /* border-left: 1px solid #d9d9d9; */
  z-index: 50;
}
#foot_list .foot_title {
  width: 23%;
  margin: 20px auto 0 auto;
  text-align: center;
  padding-top: 6%;
}

.vol {
  display: flex;
  width: 14%;
  margin: 2% auto 0 auto;
  justify-content: center;
}
.vol .vol1 {
  position: relative;
  margin-right: 4em;
}
.vol .vol1::after {
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0 2rem 0 2rem;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #333;
}
.vol .vol2 {
  opacity: 1;
  /*	pointer-events: none;*/
}

#foot_list .keisen_kazari {
  border-bottom: 1px solid #d9d9d9;
  max-width: 100%;
  margin: 3% auto 3% auto;
}
#foot_list .keisen_kazari2 {
  border-bottom: 1px solid #9fa0a0;
  max-width: 10%;
  margin: 0 auto 5% auto;
}
#foot_list .foot_list_in {
  width: 95%;
  margin: 0 auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;

  /*
    flex-wrap:wrap;
    justify-content: flex-start;
*/
  padding-bottom: 3%;
  letter-spacing: 0.06em;
  color: #333;
}

.staff_credit {
  margin: 0 auto;
}

.credit_text {
  line-height: 0;
  font-size: 1.2rem;
  font-family: "Helvetica-Neue";
  text-align: center;
  margin: 6% 0 8% 0;
  font-weight: 400;
}
.credit_text_in {
  line-height: 1.5;
  font-size: 1rem;
  font-family: "Helvetica-Neue";
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-weight: 400;
}
.text_tax {
  margin: 10% auto 0 auto;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
#wrap {
  position: relative;
  width: 73px;
  margin: 0 auto 0 auto;
  padding-top: 2%;
  padding-bottom: 5%;
  display: block;
  cursor: pointer;
  z-index: 999;
}

/* .keisen_sns {
  display: none;
}
.sns_o {
  display: none;
} */

#foot_list .keisen_kazari3 {
  border-bottom: 1px solid #cccccc;
  max-width: 95%;
  margin: 0 auto 0 auto;
}

/*animation------------------------------*/
.mouseover {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.mouseover:hover {
  opacity: 0.3;
}

.fadeUp {
  opacity: 0;
  transform: translate(0px, 100px);
  transition: all 1500ms 0ms ease;
}
.fadeUp2 {
  opacity: 0;
  transform: translate(-100px, 0px);
  transition: all 1500ms 0ms ease;
}
.fadeUp3 {
  opacity: 0;
  transform: translate(0px, 100px);
  transition: all 1500ms 0ms ease;
}
.fadeInRight {
  opacity: 0;
  transform: translate(100px, 0px);
  transition: all 1500ms 0ms ease;
}
.fadeInLeft {
  opacity: 0;
  transform: translate(-100px, 0px);
  transition: all 1500ms 0ms ease;
}

/* .u-fade-type-up {
  transform: translateY(60px);
  opacity: 0;
}
.is-active .u-fade-type-up {
  transition: 1s;
  transform: translateY(0);
  opacity: 1;
}
.is-active .u-fade-type-up:nth-child(2) {
  transition-delay: 0.2s;
}
.is-active .u-fade-type-up:nth-child(3) {
  transition-delay: 0.3s;
} */

.u-fade-type-up {
  opacity: 0;
  transform: translateY(60px);
  transition: all 1s ease-out;
  width: 48%;
}

.js-scroll-trigger.is-active .u-fade-type-up {
  opacity: 1;
  transform: translateY(0);
}

.js-scroll-trigger.is-active .u-fade-type-up:nth-child(2) {
  transition-delay: 0.3s;
}

/*swiper------------------------*/
.swiper-pagination {
  text-align: right !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  left: inherit !important;
  right: 8px !important;
}
:root {
  --swiper-theme-color: #595757 !important;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 3px) !important;
}
.swiper-pagination-bullet {
  border-radius: initial !important;
  background: var(
    --swiper-pagination-bullet-inactive-color,
    #595757
  ) !important;
}

@media screen and (min-width: 1000px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  /*format*/
  #nav {
    display: none;
  }
  #contant_h {
    /*	ここまで消す*/
    /* max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    box-sizing: border-box;
    margin: 0 auto 0 auto; */
    /*	ここまで消す*/
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .bnr_sp_kari {
    display: block;
    position: fixed;
    z-index: 99;
    top: 0;
  }

  .haikei_1 {
    border-left: 0px solid #fff;
  }

  /*top_section*/
  .top_section {
    position: relative;
    z-index: 10;
    font-family: "Helvetica-Light";
    width: 100%;
    /*	topを0にする*/
    margin: 0 auto 0 auto;
  }

  .top_photo {
    width: 100%;
    margin: 0 auto 0 auto;
    display: block;
    position: relative;
  }
  .top_no {
    position: relative;
    width: 30%;
    margin: 20% auto auto 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
  h1.top_title {
    width: 53%;
    position: absolute;
    top: 50%;
    left: 34%;
    transform: translate(-50%, -50%);

    animation-name: fadeIn;
    animation-duration: 0.7s;
    animation-timing-function: ease;
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0;
  }

  .top_title_kazari {
    width: 60%;
    position: absolute;
    right: 0;
    bottom: 5%;
    left: 0;
    margin: 0 auto 0 auto;
  }
  .top_title_kazari2 {
    height: 100%;
    position: absolute;
    top: 50%;
    right: 1%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);

    line-height: 1;
    font-size: 0.8rem;
    letter-spacing: 0.05em;

    animation-name: fadeIn;
    animation-duration: 0.7s;
    animation-timing-function: ease;
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0;
  }

  .scroll {
    display: inline-block;
    position: absolute;
    bottom: -6%;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    color: #333;

    z-index: 2;
    padding: 50px 3px 0px 0px;
    overflow: hidden;
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    writing-mode: horizontal-tb;
    font-weight: 500;
  }
  .scroll::after {
    content: "";
    position: absolute;
    bottom: 20%;
    left: 50%;
    width: 1px;
    height: 70%;
    background: #333;
  }

  /*btn_base-----------------------------*/
  .look_btn {
    margin: 0 auto 0 0;
    padding-top: 4px;
    font-size: 1.1rem;
    text-align: left;
    line-height: 0.5;
    white-space: nowrap;
    font-family: "Helvetica-Light";
  }
  .look_btn_all {
    margin-top: 12px;
    display: block;
    color: #666666;
  }
  .item_link_btn {
    display: inline-block;
    font-size: 0.95rem;
    vertical-align: 1px;
    line-height: 0.7;
  }
  .taxinc {
    font-size: 0.85rem;
    vertical-align: 1px;
    letter-spacing: 0.03em;
  }
  /*btn_base-----------------------------*/

  /*look1-----------------------------*/
  .look1 {
    width: 100%;
    margin: 25% auto 35% auto;
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    justify-content: space-between;
  }

  .look1 .look_kazari {
    width: 25%;
    position: absolute;
    top: 0;
    left: 8%;
    border: none;
  }

  .look1_1 {
    width: 80%;
    position: relative;
    margin: 0 auto 0 auto;
    border: 2px solid #fff;
  }

  .look1_1_left {
    width: 64%;
    margin: 32% auto 0 auto;
  }

  .look1_1_right {
    width: 61%;
  }

  .look1_1 .look_kazari {
    width: 50px;
    position: absolute;
    top: 20px;
    left: 20px;
    border: none;
  }
  .look1_2 {
    width: 100%;
    position: relative;
    margin: 12% auto 0 auto;
  }

  .look1_2_right {
    width: 100%;
    margin: 0;
  }

  .look1 .kazari_item_all {
    font-family: "arno-pro", serif;
    font-weight: 400;
    font-style: italic;
    line-height: 1.5;
    color: #ffffff !important;
    font-size: 1rem;
    letter-spacing: 0.03em;
    margin: 1% 0 10% 9%;
  }
  .kazari_item {
    font-family: "arno-pro-display", serif;
    font-style: italic;
    line-height: 0.8;
    font-size: 2.5rem;
    letter-spacing: 0em;
  }

  .look1_2 .look_btn {
    position: relative;
    bottom: inherit;
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  .look1_2 .look_btn .look_btn_all {
    margin-top: 12px;
    display: block;
    color: #ffffff !important;
    position: relative;
  }

  .look1_2_center_item {
    width: 83%;
    margin: auto;
    gap: 5%;
  }

  .look1_3_left {
    width: 100%;
    margin: 0;
  }

  .look1_3_left .look_btn {
    width: 100%;
    text-align: center;
    margin: 20px auto 0;
  }

  .look1_3_left .look_btn .look_btn_all {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
  }

  .look1_3_left .look_btn .fadeUp {
    text-align: center;
  }

  .look1_3_title {
    width: 39%;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
  }
  /*gradation-----------------------------*/

  .gradation .concept {
    width: 62%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  /*look2-----------------------------*/
  .look2 {
    width: 100%;
    margin: 0 auto 0 auto;
    position: relative;
  }
  .look2_1 {
    width: 100%;
    position: relative;
    margin: 0 auto 0 auto;
  }
  .look2_1 .look_kazari {
    width: 100%;
    position: absolute;
    top: 4%;
    text-align: center;
  }
  .look2_1 .look_kazari img {
    width: 50px;
  }
  .look2_1 .look_kazari .kazari_item_all {
    color: #666666 !important;
    margin-top: 2%;
    font-size: 1rem;
    letter-spacing: 0.03em;
  }

  .look2_1_content {
    margin: 45% auto 0 auto;
  }

  .look2_1_content .look_kazari {
    width: 28%;
    left: 8%;
  }

  .look2_2 {
    width: 86%;
    position: relative;
    top: inherit;
    left: inherit;
    margin: 7% auto 0 auto;
  }

  .look2_2_content {
    display: flex;
    flex-direction: column;
    margin: 20% 0 25% 0;
  }

  .look2_2_left {
    width: 85%;
    margin: auto;
  }

  .look2_2_right {
    width: 85%;
    margin: 0 auto 0 auto;
  }

  .look2_2_right .main_image {
    width: 100%;
    margin: 0;
  }

  .look2_2_right .look_kazari {
    width: 12%;
    position: absolute;
    top: 13%;
    right: 5%;
    z-index: 2;
  }
  .look2_2_right .look_btn {
    width: 100%;
    text-align: center;
    margin: 20px auto 0;
  }

  .look2_2_right .look_btn .look_btn_all {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
  }

  .look2_2_right .look_btn .fadeUp {
    text-align: center;
  }

  .look2 .look_btn {
    position: relative;
    bottom: 0;
    left: inherit;
    text-align: center;
    display: block;
    width: auto;
  }
  .look2 .look_btn .look_btn_all {
    display: inline-block;
  }
  .body_kazari {
    width: 60%;
    line-height: 4;
    margin: 25% auto 20% auto;
  }

  /*look3-----------------------------*/
  .look3 {
    width: 100%;
    margin: 30% auto 0 auto;
    position: relative;
    text-align: center;
  }

  .look3_1_content .look_kazari {
    width: 27%;
    position: absolute;
    top: 6%;
    left: 8%;
    z-index: 2;
  }

  .look3_1_content {
    display: flex;
    flex-direction: column;
  }

  .look3_1_left {
    width: 75%;
    position: absolute;
    top: 0;
    right: 0;
  }

  .look3_1_left .main_image {
    width: 100%;
  }

  .look3_1_right {
    width: 83%;
    margin: 95% auto auto 0;
  }

  .look3_1_right .look_kazari {
    width: 50%;
    position: absolute;
    top: 58%;
    left: auto;
    right: -15%;
    z-index: 2;
  }

  .look3_1 .kazari_item1 {
    font-family: "arno-pro-display", serif;
    font-style: italic;
    line-height: 0.8;
    font-size: 1.5rem;
    letter-spacing: 0em;
    color: #ffffff;

    position: absolute;
    top: 10%;
    left: 3%;
  }
  .look3_1 .kazari_item2 {
    font-family: "arno-pro-display", serif;
    font-style: italic;
    line-height: 0.8;
    font-size: 1.5rem;
    letter-spacing: 0em;
    color: #ffffff;
    position: absolute;
    bottom: 40%;
    right: -5%;
  }
  .look3_1 .kazari_item3 {
    font-family: "arno-pro-display", serif;
    font-style: italic;
    line-height: 0.8;
    font-size: 1.5rem;
    letter-spacing: 0em;
    color: #ffffff;
    position: absolute;
    bottom: 20%;
    left: 15%;
  }
  .look3 .look3_2 {
    margin: 15% auto 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    justify-content: space-between;
    z-index: 10;
    position: relative;
  }
  /*
.look3_2_in{
	width: 33%;
}
*/

  .look3 .look_btn {
    text-align: center;
    margin: 5% auto 0 auto;
  }
  /* .look3 .look_btn .look_btn_all {
    display: block;
    color: #333 !important;
    margin: 0 auto 0 auto;
  } */

  /*look4-----------------------------*/
  .look4 {
    width: 100%;
    margin: -0.5% auto 20% auto;
    padding-top: -0.5%;
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    justify-content: space-between;
  }
  .look4_1 {
    width: 100%;
    position: relative;
    margin: 0 auto 0 auto;
  }
  .look4_1 .look_kazari {
    width: 100%;
    position: absolute;
    bottom: 4%;
    text-align: center;
    z-index: 10;
  }
  .look4_1 .look_kazari img {
    width: 50px;
  }
  .look4_1 .look_kazari .kazari_item_all {
    color: #ffffff !important;
    margin-top: 2%;
    font-size: 1rem;
    letter-spacing: 0.03em;
  }

  .look4_1 .look_btn {
    display: none;
  }
  .look4_2 .look_btn {
    display: block;
    text-align: center;
  }
  .look4_2 .look_btn .look_btn_all {
    display: inline-block;
  }
  .look4_2 {
    width: 80%;
    position: relative;
    margin: 15% auto 0 auto;
    display: block;
    text-align: center;
  }
  .look4_2 .look_kazari {
    width: 90px;
    position: absolute;
    top: 36px;
    left: 36px;
    border: none;
  }

  /*footer-----------------------------*/
  #foot_list {
    width: 100%;
    position: relative;
    margin: 25% auto 0 auto;
  }
  #foot_list .foot_title {
    width: 48%;
    margin: 0 auto 0 auto;
    text-align: center;
    padding-top: 10%;
  }
  .foot_title_t {
    font-size: 0.9rem;
    margin: 8% auto 0 auto;
    font-weight: 600;
  }

  .vol {
    display: flex;
    width: 35%;
    margin: 6% auto 0 auto;
  }
  .vol .vol1 {
    position: relative;
    margin-right: 4em;
  }
  .vol .vol1::after {
    position: absolute;
    top: 0;
    left: 100%;
    margin: 0 2rem 0 2rem;
    content: "";
    width: 1px;
    height: 100%;
  }
  /* .vol .vol2 {
  } */

  #foot_list .keisen_kazari {
    border-bottom: 1px solid #cccccc;
    max-width: 90%;
    margin: 8% auto 10% auto;
  }
  #foot_list .keisen_kazari2 {
    border-bottom: 1px solid #9fa0a0;
    max-width: 6%;
    margin: 4% auto 4% auto;
  }

  #foot_list .foot_list_in {
    width: 90%;
    margin: 0 auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  .credit_text {
    margin: 6% 0 5% 0;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
  }
  .credit_text_in {
    line-height: 1.5;
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
  .text_tax {
    margin: 10% auto 0 auto;
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
  #wrap {
    margin: 8% auto 15% auto;
    padding: 0;
    display: block;
    cursor: pointer;
    z-index: 999;
  }

  /* .keisen_sns {
    border-bottom: 1px solid #cccccc;
    max-width: 90%;
    margin: 7% auto 0 auto;
    display: block;
  }
  .sns_o {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90%;
    margin: 6% auto 3% auto !important;
    color: #ffffff;
  }
  .sns_all_o {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 35%;
    margin: 0 0 0 auto;
  }
  .sns_text {
    margin: 2.5% 0 0 0;
    font-size: 1.1rem;
    color: #ffffff;
  }
  .sns01 {
    width: 14%;
  }
  .sns02 {
    width: 14%;
    margin: 0 0 0 0;
  }
  .sns03 {
    width: 14%;
    padding-bottom: 3px;
  } */

  #foot_list .keisen_kazari3 {
    border-bottom: 1px solid #cccccc;
    max-width: 10%;
    margin: 0 auto 0 auto;
  }

  /*animation------------------------------*/
  .fadeUp {
    opacity: 0;
    transform: translate(0px, 20px);
    transition: all 800ms 0ms ease;
  }
  .fadeUp2 {
    opacity: 0;
    transform: translate(-20px, 0px);
    transition: all 800ms 0ms ease;
  }

  /*swiper------------------------*/
  .swiper-pagination-bullet {
    width: var(
      --swiper-pagination-bullet-width,
      var(--swiper-pagination-bullet-size, 6px)
    ) !important;
    height: var(
      --swiper-pagination-bullet-height,
      var(--swiper-pagination-bullet-size, 6px)
    ) !important;
  }

  /*frame_kazari-----------------------------*/
  #frame_kazari_1 {
    display: none;
    position: fixed;
    z-index: 49;

    width: 100%;
    bottom: 2%;
    right: 2%;
  }

  #frame_kazari_2 {
    display: none;
    position: fixed;
    right: inherit;
    bottom: inherit;
    text-align: right;

    width: 3.2%;
    margin-left: 0;
    top: 10%;
    left: 2.8%;
  }

  .bnr_logo {
    width: 42%;
    position: absolute;
    bottom: 1%;
    right: 1%;
    z-index: 9999;
  }
  /*footerまでスクロールしたら消す*/
  .is-hidden {
    visibility: hidden;
    opacity: 0;
  }
  #frame_kazari_2 .bnr_text {
    display: none;
  }
  /*frame_kazari-----------------------------*/

  /*up時の追加*/
  #foot .foot_inner {
    padding: 0em 0 4em !important;
  }
  a:any-link {
    color: #404040;
    text-decoration: none !important;
    cursor: auto;
  }
  #nav .nav_inner li {
    color: #404040 !important;
  }
  .haikei_1 {
    padding-top: -2%;
  }
  /*
.top_section{
padding-top: 2.4%;
}
*/
  #foot_list .foot_list_in {
    padding-bottom: 5%;
  }
  .vol .vol1 {
    margin-right: 3em;
  }
  /*
.sns_o {
margin: 6% auto 4% auto !important;
}
*/
}

.vol .vol1 {
  margin-right: 3em;
}

#body #nav {
  z-index: 999999999999999999999;
}

#nav .hassub {
  color: #707070 !important;
}
