@charset "UTF-8";
/*--------------------------------------*
* 基本設定
*--------------------------------------*/
/*--------------------------------------*
* ベースカラー
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
/*--------------------------------------*
* vw変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* vw変換(PC用)
*--------------------------------------*/
/*--------------------------------------*
* デフォルトスタイル
*--------------------------------------*/
html,
body {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #304e9f;
  background-color: #f8f2eb;
}

img,
video,
object {
  max-width: 100%;
  border: none;
  display: block;
  height: auto;
}

figure {
  width: fit-content;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

.ja {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.en {
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.cursive_r {
  font-family: "norman-variable", sans-serif;
  font-weight: 400;
}

.cursive_m {
  font-family: "norman-variable", sans-serif;
  font-variation-settings: "wght" 500;
}

/*--------------------------------------*
* aタグ
*--------------------------------------*/
a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #304e9f;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.6;
    transition: all 0.4s;
  }
}
a[href=""] {
  pointer-events: none;
}

/*--------------------------------------*
* ローディング
*--------------------------------------*/
#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999;
}

/*-------------------
* コンテンツのスタイル
-------------------*/
/*--------------------------------------*
* 基本設定
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
.fv {
  border-top: #ede0d1 11px solid;
}
.fv .grid {
  display: grid;
}
.fv .fv_image {
  position: relative;
  overflow: hidden;
}
.fv .fv_image .rainy,
.fv .fv_image .sunny {
  position: absolute;
  color: #f8f2eb;
  z-index: 30;
  translate: 0 -50%;
  top: 50%;
  writing-mode: vertical-rl;
}
.fv .fv_image .rainy {
  left: 0;
}
.fv .fv_image .sunny {
  right: 0;
  rotate: 180deg;
}
.fv .bottom_title figure {
  margin: 0 auto;
}
.fv .bottom_title p {
  text-align: center;
}

.lead_text p {
  text-align: center;
}

.brand_list .brand_slider .swiper-wrapper {
  transition-timing-function: linear;
}

.text_liner_slider .swiper-wrapper {
  transition-timing-function: linear;
}
.text_liner_slider p {
  white-space: nowrap;
  padding: 0 0 3px 0;
}

.line {
  display: block;
  background-color: #304e9f;
  height: 1px;
}

.rotate_anim {
  animation: rotation 3s linear infinite;
  transform-origin: center;
  z-index: 20;
}

@media screen and (max-width: 768px) {
  .fv .grid {
    position: relative;
    z-index: 10;
    grid-template-columns: 1fr 1fr;
  }
  .fv .grid .left,
  .fv .grid .right {
    width: 50.1333333333vw;
    height: 84.8vw;
    position: relative;
  }
  .fv .grid .left img,
  .fv .grid .right img {
    width: 50.1333333333vw;
    height: 84.8vw;
    position: absolute;
  }
  .fv .grid .left img:nth-child(1),
  .fv .grid .right img:nth-child(1) {
    z-index: 1;
  }
  .fv .grid .left img:nth-child(2),
  .fv .grid .right img:nth-child(2) {
    z-index: 2;
  }
  .fv .grid .left img:nth-child(3),
  .fv .grid .right img:nth-child(3) {
    z-index: 3;
  }
  .fv .grid .left img:nth-child(4),
  .fv .grid .right img:nth-child(4) {
    z-index: 4;
  }
  .fv .grid .left img:nth-child(5),
  .fv .grid .right img:nth-child(5) {
    z-index: 5;
  }
  .fv .grid .left img:nth-child(6),
  .fv .grid .right img:nth-child(6) {
    z-index: 6;
  }
  .fv .fv_image {
    margin: 8vw 0;
  }
  .fv .fv_image .rainy,
  .fv .fv_image .sunny {
    font-size: 11.2vw;
  }
  .fv .top_title {
    padding-top: 8vw;
  }
  .fv .top_title .sub_title {
    margin: 0 auto;
  }
  .fv .top_title .sub_title img {
    width: 60.8vw;
  }
  .fv .top_title .main_title {
    margin: 4.5333333333vw auto 0;
  }
  .fv .top_title .main_title img {
    width: 85.3333333333vw;
  }
  .fv .bottom_title {
    position: relative;
  }
  .fv .bottom_title img {
    width: 67.4666666667vw;
  }
  .fv .bottom_title p {
    font-size: 2.6666666667vw;
    line-height: 1.38;
    padding-top: 4vw;
  }
  .fv .bottom_title .fv_rotate {
    position: absolute;
    right: 5.3333333333vw;
    top: -17.3333333333vw;
  }
  .fv .bottom_title .fv_rotate img {
    width: 21.3333333333vw;
  }
  .lead_text {
    margin-bottom: 17.3333333333vw;
  }
  .lead_text p {
    font-size: 3.2vw;
    line-height: 2;
  }
  .brand_list_title {
    font-size: 5.3333333333vw;
    text-align: center;
    padding-bottom: 5.3333333333vw;
  }
  .brand_list .brand_name {
    font-size: 3.2vw;
    text-align: center;
    padding-top: 2.6666666667vw;
    line-height: 1.1666666667;
  }
  .brand_list .swiper-slide img {
    width: 24.8vw;
  }
  .text_liner_slider {
    margin: 18.6666666667vw 0 13.3333333333vw;
    font-size: 6.9333333333vw;
    padding: 8vw 0;
    background-color: #fff;
  }
  .line {
    width: 12vw;
    margin: 7.2vw auto 9.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fv {
    position: relative;
  }
  .fv .fv_image {
    width: 79.3055555556vw;
    margin: 2.0833333333vw auto;
  }
  .fv .fv_image .grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .fv .fv_image .grid .left,
  .fv .fv_image .grid .right {
    width: 19.8611111111vw;
    height: 25.0694444444vw;
    position: relative;
  }
  .fv .fv_image .grid .left img,
  .fv .fv_image .grid .right img {
    width: 19.8611111111vw;
    height: 25.0694444444vw;
    position: absolute;
  }
  .fv .fv_image .grid .left img:nth-child(1),
  .fv .fv_image .grid .right img:nth-child(1) {
    z-index: 1;
  }
  .fv .fv_image .grid .left img:nth-child(2),
  .fv .fv_image .grid .right img:nth-child(2) {
    z-index: 2;
  }
  .fv .fv_image .grid .left img:nth-child(3),
  .fv .fv_image .grid .right img:nth-child(3) {
    z-index: 3;
  }
  .fv .fv_image .rainy,
  .fv .fv_image .sunny {
    font-size: 4.4444444444vw;
  }
  .fv .top_title {
    padding-top: 2.0833333333vw;
  }
  .fv .top_title .main_title {
    margin: 1.3888888889vw auto 0;
  }
  .fv .top_title .main_title img {
    width: 38.6111111111vw;
  }
  .fv .top_title .sub_title {
    margin: 0 auto;
  }
  .fv .top_title .sub_title img {
    width: 21.1805555556vw;
  }
  .fv .bottom_title {
    display: flex;
    justify-content: center;
    gap: 1.3888888889vw;
    align-items: center;
  }
  .fv .bottom_title figure {
    margin: 0;
  }
  .fv .bottom_title figure img {
    width: 25.4861111111vw;
  }
  .fv .bottom_title p {
    font-size: 0.9722222222vw;
    line-height: 1.2142857143;
    text-align: left;
  }
  .fv .fv_rotate {
    position: absolute;
    top: 6.9444444444vw;
    right: 15.2777777778vw;
  }
  .fv .fv_rotate img {
    width: 7.7777777778vw;
  }
  .line {
    width: 6.6666666667vw;
    margin: 3.4722222222vw auto;
  }
  .lead_text {
    margin-bottom: 4.8611111111vw;
  }
  .lead_text p {
    line-height: 2.2142857143;
    font-size: 0.9722222222vw;
  }
  .brand_list_title {
    font-size: 2.0138888889vw;
    text-align: center;
    padding-bottom: 3.125vw;
  }
  .brand_list .brand_name {
    font-size: 1.1111111111vw;
    padding-top: 1.1805555556vw;
    text-align: center;
    padding-bottom: 0.3472222222vw;
  }
  .brand_list .swiper-slide img {
    width: 10.4861111111vw;
  }
  .text_liner_slider {
    margin: 6.9444444444vw 0 4.8611111111vw;
    background-color: #fff;
    padding: 2.7777777778vw 0;
  }
  .text_liner_slider p {
    font-size: 2.5694444444vw;
  }
}
/*--------------------------------------*
* 基本設定
*--------------------------------------*/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.opacity {
  opacity: 0;
}

@keyframes maskLeft {
  0% {
    mask-position: left;
    -webkit-mask-position: left;
  }
  100% {
    mask-position: right;
    -webkit-mask-position: right;
  }
}
@keyframes maskRight {
  0% {
    mask-position: right;
    -webkit-mask-position: right;
  }
  100% {
    mask-position: left;
    -webkit-mask-position: left;
  }
}
.mask_left {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.mask_right {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

.mask_full {
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
figure.zoom {
  overflow: hidden;
}

@keyframes circle {
  0% {
    stroke-dashoffset: 1600px;
  }
  99.9%, to {
    stroke-dashoffset: 0px;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------*
* セクション共通
*--------------------------------------*/
.staff_container .top_title {
  display: flex;
  width: fit-content;
  margin: 0 auto 11.2vw;
  gap: 6.1333333333vw;
}
.staff_container .top_title .left {
  display: flex;
  gap: 2.6666666667vw;
  position: relative;
}
.staff_container .top_title .left:after {
  content: "";
  background-color: #304e9f;
  height: 1px;
  width: 20vw;
  position: absolute;
  rotate: -49deg;
  translate: 0 -50%;
  top: 65%;
  right: -9.3333333333vw;
}
.staff_container .top_title span {
  font-size: 4.2666666667vw;
  writing-mode: vertical-rl;
  rotate: 180deg;
  text-align: center;
}
.staff_container .top_title .number {
  font-size: 9.3333333333vw;
  letter-spacing: 0.04em;
  clip-path: polygon(0 0, 100% 0, 100% 55%, 55% 100%, 0 100%, 0% 50%);
}
.staff_container .top_title .brand {
  font-size: 6.1333333333vw;
  margin-top: 5.3333333333vw;
}
.staff_container .bottom_box {
  background-color: #ffffff;
  border-radius: 20px;
}
.staff_container .bottom_box .staff_title {
  text-align: center;
}
.staff_container .bottom_box .grid {
  display: grid;
}
.staff_container .bottom_box .grid figure img {
  border-radius: 100vmax;
}
.staff_container .bottom_box .staff_text p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dotted #304e9f;
}
.staff_container .bottom_box .staff_link .instagram {
  display: flex;
  gap: 1.8666666667vw;
}
.staff_container .bottom_box .staff_link .coordinate {
  text-decoration: underline;
  line-height: 1;
}

.weather_container {
  position: relative;
}
.weather_container.weather2 {
  color: #a2c30a;
}
.weather_container.weather2 .code_title .brand {
  border-bottom: 1px solid #a2c30a;
}
.weather_container.weather2 .com_text:before {
  background-color: #a2c30a;
}
.weather_container.weather2 .styling:before {
  background-color: #a2c30a;
}
.weather_container.weather2 .recommend_wrap .recommend_title p {
  border: 1px solid #a2c30a;
}
.weather_container.weather2 .recommend_wrap .recommend_title span {
  border: solid #a2c30a;
  border-width: 0 1px 1px 1px;
}
.weather_container.weather2 .recommend_wrap .bg {
  background-color: #ebe4cc;
}
.weather_container.weather2 .credit li a {
  color: #a2c30a;
}
.weather_container.weather2 .credit .buy {
  background-color: #a2c30a;
}
.weather_container.weather2 .side_line {
  background-color: #a2c30a;
}
.weather_container.weather2 .com_text .toggle-btn {
  color: #a2c30a;
}
.weather_container .code_title .brand {
  width: fit-content;
  margin: 0 auto;
  border-bottom: 1px solid #304e9f;
}
.weather_container .code_title h3 {
  position: relative;
}
.weather_container .code_title h3 span {
  position: absolute;
  writing-mode: vertical-rl;
  rotate: 180deg;
  translate: 0 -50%;
  top: 63%;
  left: 0;
}
.weather_container .code_title .weather_text {
  text-align: center;
  margin: 0 auto;
  letter-spacing: 0.36em;
  position: relative;
}
.weather_container .code_title .weather_text:before, .weather_container .code_title .weather_text:after {
  content: "";
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  mask-size: cover;
  mask-repeat: no-repeat;
}
.weather_container .code_title .weather_text:before {
  left: 0;
  mask-image: url(../assets/images/mark_left.svg);
}
.weather_container .code_title .weather_text:after {
  right: 0;
  mask-image: url(../assets/images/mark_right.svg);
}
.weather_container .code_title .weather_text_1:before, .weather_container .code_title .weather_text_1:after {
  background-color: #304e9f;
}
.weather_container .code_title .weather_text_2:before, .weather_container .code_title .weather_text_2:after {
  background-color: #a2c30a;
}
.weather_container .code_slider .swiper-button-next,
.weather_container .code_slider .swiper-button-prev {
  background-color: #f8f2eb;
  translate: 0 -50%;
}
.weather_container .code_slider .swiper-button-next:after,
.weather_container .code_slider .swiper-button-prev:after {
  display: none;
}
.weather_container .code_slider .swiper-button-next:before,
.weather_container .code_slider .swiper-button-prev:before {
  content: "";
  mask-size: cover;
  mask-repeat: no-repeat;
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
}
.weather_container .code_slider .swiper-button-next {
  right: 0;
}
.weather_container .code_slider .swiper-button-prev {
  left: 0;
}
.weather_container .code_slider .swiper-button-next:before {
  mask-image: url(../assets/images/next_arrow.svg);
}
.weather_container .code_slider .swiper-button-prev:before {
  mask-image: url(../assets/images/prev_arrow.svg);
}
.weather_container .code_slider1 .swiper-button-next:before,
.weather_container .code_slider1 .swiper-button-prev:before {
  background-color: #304e9f;
}
.weather_container .code_slider2 .swiper-button-next:before,
.weather_container .code_slider2 .swiper-button-prev:before {
  background-color: #a2c30a;
}
.weather_container .code_slider .swiper-pagination {
  display: flex;
  justify-content: center;
}
.weather_container .code_slider .swiper-pagination-bullet {
  background: none;
  opacity: 1;
  display: grid;
  place-content: center;
}
.weather_container .code_slider .circle-pagination {
  position: relative;
  height: inherit;
  z-index: 1;
  text-align: center;
  cursor: pointer;
  opacity: 1;
  display: inline-block;
  outline: none;
  width: 7.2vw;
}
.weather_container .code_slider .circle-pagination .circle-pagination__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.weather_container .code_slider .circle-pagination__inner svg {
  translate: -50% -50%;
  position: absolute;
  top: 50%;
  left: 50%;
}
.weather_container .code_slider .circle-pagination__inner circle {
  fill: transparent;
  stroke: #304e9f;
  stroke-width: 15;
  animation: circle 3.8s linear forwards;
  stroke-dasharray: 1600px;
}
.weather_container .code_slider .circle-pagination:not(.swiper-pagination-bullet-active) .circle-pagination__inner svg {
  /* 非アクティブ時なサークルのsvgは非表示に */
  display: none;
}
.weather_container .code_slider2 .circle-pagination__inner circle {
  stroke: #a2c30a;
}
.weather_container .code_slider2 .swiper-pagination {
  color: #a2c30a;
}
.weather_container .com_text {
  position: relative;
}
.weather_container .com_text p {
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  z-index: 3;
}
.weather_container .com_text:before {
  content: "";
  position: absolute;
  inset: 0;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../assets/images/subtract.svg);
  background-color: #304e9f;
}
.weather_container .styling {
  text-align: center;
  width: fit-content;
  position: relative;
  letter-spacing: 0.04em;
}
.weather_container .styling:before {
  content: "";
  mask-image: url(../assets/images/wave.svg);
  mask-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #304e9f;
}
.weather_container .credit {
  display: grid;
  margin: 0 auto;
}
.weather_container .credit li a {
  display: grid;
}
.weather_container .credit .buy {
  background-color: #304e9f;
  text-align: center;
  color: #f8f2eb;
  height: fit-content;
  border-radius: 100vmax;
  letter-spacing: 0.05em;
}
.weather_container .recommend_wrap .bg {
  background-color: #c7cfd3;
  position: relative;
}
.weather_container .recommend_wrap .recommend_title {
  z-index: 10;
  width: fit-content;
  position: absolute;
  letter-spacing: 0.04em;
  display: inline;
}
.weather_container .recommend_wrap .recommend_title p {
  background-color: #f8f2eb;
  border: 1px solid #304e9f;
}
.weather_container .recommend_wrap .recommend_title span {
  background-color: #f8f2eb;
  display: block;
  width: fit-content;
  border: solid #304e9f;
  border-width: 0 1px 1px 1px;
  position: relative;
}
.weather_container .recommend_wrap .recommend_title span::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f8f2eb;
  position: absolute;
  top: -1px;
  left: 0;
}
.weather_container .recommend_wrap .balloon_wrap {
  position: relative;
  background-color: #f8f2eb;
  z-index: 20;
}
.weather_container .recommend_wrap .balloon_wrap:before {
  content: "";
  position: absolute;
  background-image: url(../assets/images/balloon_arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
}

.main_item_wrap {
  position: relative;
}
.main_item_wrap .inner {
  background-color: #fff;
  display: grid;
  align-items: center;
}
.main_item_wrap .bold {
  position: relative;
  width: fit-content;
}
.main_item_wrap .bold:after {
  content: "";
  mask-image: url(../assets/images/wave.svg);
  mask-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #304e9f;
}
.main_item_wrap .price {
  font-size: 2.9333333333vw;
}
.main_item_wrap .main_rotate {
  position: absolute;
}

.brand_top_btn {
  background-color: #304e9f;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f8f2eb;
  border-radius: 100vmax;
  letter-spacing: 0.05em;
  line-height: 1;
}
.brand_top_btn:after {
  content: "";
  mask-image: url(../assets/images/next_arrow.svg);
  mask-size: cover;
  mask-repeat: no-repeat;
  display: block;
  background-color: #f8f2eb;
}

.creditAjax_price__proper::before,
.creditAjax_price__sale::before {
  content: "¥";
}

.creditAjax_price__sale {
  color: red;
  margin-left: 5px;
}

.creditAjax_price__off {
  color: red;
}
.creditAjax_price__off::before {
  content: "(";
}
.creditAjax_price__off::after {
  content: ")";
}

.creditAjax__saleOn .creditAjax_price__proper {
  text-decoration: line-through;
}

.top_btn {
  position: fixed;
  bottom: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  z-index: 20;
  transform-origin: center;
  border-radius: 100vmax;
  background-color: #ece2d6;
}
.top_btn:before {
  content: "";
  mask-image: url(../assets/images/top_btn.svg);
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  background-color: #304e9f;
  mask-size: contain;
  mask-position: center;
}
.top_btn.change:before {
  background-color: #a2c30a;
}

.side_line {
  transform-origin: center;
  position: fixed;
  translate: 0 -50%;
  top: 50%;
  left: 0;
  height: 100vh;
  max-height: 100vh;
  background-color: #304e9f;
  z-index: 20;
}

.item_wrapper .item_title > p {
  width: fit-content;
  margin: 0 auto;
}
.item_wrapper .item_li_slider {
  height: 146.6666666667vw;
}
.item_wrapper .item_li_slider .swiper-slide {
  height: 50%;
}
.item_wrapper .item_li_slider .swiper-slide img {
  border-radius: 10px;
}
.item_wrapper .sub_title {
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.item_wrapper .sub_title:before {
  content: "";
  width: 100%;
  height: 8.5333333333vw;
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  background-image: url(../assets/images/item_li_title.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.item_wrapper .swiper-scrollbar {
  translate: -50% 0;
  left: 50%;
  background-color: #fff;
}
.item_wrapper .swiper-scrollbar-drag {
  background-color: #ad9fa2;
}
.item_wrapper .scroll {
  color: #001b6d;
  display: flex;
  justify-content: right;
  align-items: center;
}
.item_wrapper .scroll span {
  height: 1px;
  background-color: #001b6d;
  position: relative;
}
.item_wrapper .scroll span:after {
  position: absolute;
  content: "";
  top: -300%;
  background-color: #001b6d;
  height: 1px;
  width: 10px;
  right: 0;
  rotate: 30deg;
}

@media screen and (max-width: 768px) {
  .staff_container .bottom_box {
    width: 76vw;
    margin: 0 auto;
  }
  .staff_container .bottom_box .inner {
    padding: 5.3333333333vw 16vw;
  }
  .staff_container .bottom_box .staff_title {
    font-size: 4.5333333333vw;
    margin-bottom: 4vw;
  }
  .staff_container .bottom_box .grid {
    gap: 2.6666666667vw;
  }
  .staff_container .bottom_box .grid figure {
    margin: 0 auto;
  }
  .staff_container .bottom_box .staff_text p {
    line-height: 1;
    font-size: 4.5333333333vw;
    padding-bottom: 1.8666666667vw;
  }
  .staff_container .bottom_box .staff_text p span {
    font-size: 3.2vw;
  }
  .staff_container .bottom_box .staff_link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 2.9333333333vw;
    margin-top: 2.9333333333vw;
  }
  .staff_container .bottom_box .staff_link .instagram {
    margin-top: 0.8vw;
  }
  .staff_container .bottom_box .staff_link .instagram img {
    width: 4vw;
  }
  .staff_container .bottom_box .staff_link .coordinate {
    font-size: 3.4666666667vw;
  }
  .weather_container .side_line {
    width: 2.1333333333vw;
  }
  .weather_container .code_title {
    margin: 13.3333333333vw auto 9.6vw;
  }
  .weather_container .code_title .brand {
    font-size: 3.2vw;
    padding-bottom: 2.6666666667vw;
  }
  .weather_container .code_title h3 {
    font-size: 16.2666666667vw;
    padding-left: 5.3333333333vw;
    width: fit-content;
    margin: 2.6666666667vw auto 10.6666666667vw;
  }
  .weather_container .code_title h3 span {
    font-size: 4vw;
  }
  .weather_container .code_title .weather_text {
    width: 58.6666666667vw;
    font-size: 3.4666666667vw;
  }
  .weather_container .code_title .weather_text:before, .weather_container .code_title .weather_text:after {
    width: 1.0666666667vw;
    height: 3.2vw;
  }
  .weather_container .code_slider {
    padding-bottom: 12vw;
    width: 97.8666666667vw;
    margin: 0 0 0 auto;
  }
  .weather_container .code_slider img {
    width: 97.8666666667vw;
  }
  .weather_container .code_slider .swiper-button-next,
  .weather_container .code_slider .swiper-button-prev {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
  .weather_container .code_slider .swiper-button-next:before,
  .weather_container .code_slider .swiper-button-prev:before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
  .weather_container .code_slider .swiper-pagination-bullet {
    font-size: 3.4666666667vw;
    width: 7.2vw;
    height: 7.2vw;
    line-height: 0.5;
  }
  .weather_container .code_slider .circle-pagination .circle-pagination__inner {
    width: 7.2vw;
    height: 7.2vw;
  }
  .weather_container .code_slider .circle-pagination svg {
    width: 7.2vw;
    height: 7.2vw;
  }
  .weather_container .com_text {
    width: 86.1333333333vw;
    height: 33.0666666667vw;
    margin: 6.6666666667vw auto 0;
    position: relative;
  }
  .weather_container .com_text p {
    font-size: 3.2vw;
    width: 64.8vw;
    line-height: 1.9166666667;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 7.6666666667; /* 4行分 */
    transition: all 1s ease;
    transform-origin: center;
  }
  .weather_container .com_text p:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2em;
    width: 100%;
    background: linear-gradient(to bottom, transparent 0%, #f8f2eb 55%, #f8f2eb 100%);
    pointer-events: none;
    transition: opacity 0.3s ease;
    display: none;
  }
  .weather_container .com_text p.active {
    -webkit-line-clamp: unset;
    max-height: 1000px;
  }
  .weather_container .com_text p.active:after {
    opacity: 0;
  }
  .weather_container .com_text p.clamped:after {
    display: inline;
  }
  .weather_container .com_text .toggle-btn {
    background: none;
    border: none;
    color: #304e9f;
    cursor: pointer;
    font-weight: bold;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 10;
    bottom: 0;
    right: 0;
  }
  .weather_container .styling {
    padding: 5.3333333333vw 1.3333333333vw 4vw;
    padding-bottom: 4vw;
    font-size: 4vw;
    margin: 0 auto 4vw;
  }
  .weather_container .styling:before {
    height: 1.6vw;
  }
  .weather_container .credit {
    gap: 2.4vw;
    width: 85.3333333333vw;
  }
  .weather_container .credit li a {
    gap: 2.6666666667vw;
    grid-template-columns: 10.6666666667vw auto 15.4666666667vw;
    font-size: 2.6666666667vw;
  }
  .weather_container .credit li a img {
    width: 10.6666666667vw;
  }
  .weather_container .credit li a:has(.no_image) {
    display: flex;
    gap: 0.8vw;
  }
  .weather_container .credit li a:has(.no_image) .nolink {
    padding-top: 0.5333333333vw;
  }
  .weather_container .credit .item {
    line-height: 1.6;
  }
  .weather_container .credit .buy {
    font-size: 3.2vw;
    padding: 0.5333333333vw 0 1.0666666667vw;
  }
  .weather_container .recommend_wrap {
    margin: 13.3333333333vw 0;
  }
  .weather_container .recommend_wrap .bg {
    padding: 22.6666666667vw 0 16vw;
  }
  .weather_container .recommend_wrap .recommend_title {
    font-size: 6.1333333333vw;
    top: 13.3333333333vw;
    left: 7.2vw;
  }
  .weather_container .recommend_wrap .recommend_title p {
    padding: 2.6666666667vw 5.3333333333vw 4vw 5.3333333333vw;
  }
  .weather_container .recommend_wrap .recommend_title span {
    font-size: 3.2vw;
    padding: 0 5.3333333333vw 2.6666666667vw 5.3333333333vw;
  }
  .weather_container .recommend_wrap .recommend_item {
    margin: 0 auto;
    width: 78.6666666667vw;
  }
  .weather_container .recommend_wrap .recommend_item img {
    width: 78.6666666667vw;
  }
  .weather_container .balloon_wrap {
    width: 80vw;
    border-radius: 24px;
    margin: 3.4666666667vw auto 0;
  }
  .weather_container .balloon_wrap:before {
    width: 3.2vw;
    height: 10.6666666667vw;
    top: -8vw;
    left: 10.6666666667vw;
    rotate: 8deg;
  }
  .weather_container .balloon_wrap .balloon_text {
    padding: 6.6666666667vw;
    font-size: 2.9333333333vw;
    line-height: 1.9090909091;
  }
  .main_item_wrap .main_rotate {
    top: -5.3333333333vw;
    left: 0;
  }
  .main_item_wrap .inner {
    margin: 13.3333333333vw auto 0;
    width: 86.6666666667vw;
    border-radius: 19px;
    grid-template-columns: 44.5333333333vw auto;
  }
  .main_item_wrap .bold {
    font-size: 3.2vw;
    padding-bottom: 2.4vw;
    margin-bottom: 2.4vw;
    font-weight: bold;
  }
  .main_item_wrap .bold:after {
    height: 1.3333333333vw;
  }
  .main_item_wrap .item {
    font-size: 2.9333333333vw;
    line-height: 1.6363636364;
  }
  .main_item_wrap .right {
    margin-left: -2.6666666667vw;
    width: 38.1333333333vw;
  }
  .main_item_wrap .price {
    padding: 0.8vw 0 3.4666666667vw;
  }
  .main_item_wrap .buy {
    font-size: 3.2vw;
    background-color: #304e9f;
    color: #f8f2eb;
    text-align: center;
    width: 15.4666666667vw;
    border-radius: 100vmax;
    padding: 0.5333333333vw 0 1.3333333333vw;
  }
  .brand_top_btn {
    font-size: 4vw;
    gap: 5.3333333333vw;
    padding: 2.6666666667vw 0 3.4666666667vw 5.3333333333vw;
    width: 76.5333333333vw;
    margin: 10.6666666667vw auto 30.6666666667vw;
  }
  .brand_top_btn:after {
    margin-top: 1.0666666667vw;
    width: 3.2vw;
    height: 3.2vw;
  }
  .item_wrapper .item_title > p {
    font-size: 3.2vw;
    padding: 0 4vw;
    position: relative;
  }
  .item_wrapper .item_title > p:before, .item_wrapper .item_title > p:after {
    content: "";
    top: 0;
    width: 1px;
    height: 2.9333333333vw;
    background-color: #304e9f;
    position: absolute;
  }
  .item_wrapper .item_title > p:before {
    left: 0;
    rotate: -20deg;
  }
  .item_wrapper .item_title > p:after {
    right: 0;
    rotate: 20deg;
  }
  .item_wrapper .recommend_slider.text_liner_slider {
    margin: 2.6666666667vw 0 17.3333333333vw;
  }
  .item_wrapper .item_li_slider {
    padding: 0 6.1333333333vw 10.6666666667vw 6.1333333333vw;
    font-size: 3.2vw;
  }
  .item_wrapper .item_li_slider .ico_box + p {
    padding-top: 2.6666666667vw;
  }
  .item_wrapper .item_li_slider .label {
    font-size: 2.1333333333vw;
    line-height: 1.5;
    padding: 0.8vw 0;
  }
  .item_wrapper .sub_title {
    font-size: 4.8vw;
    width: 83.4666666667vw;
    margin: 0 auto 7.4666666667vw;
  }
  .item_wrapper .swiper-scrollbar {
    width: 87.4666666667vw;
  }
  .item_wrapper .scroll {
    margin-top: 2.6666666667vw;
    font-size: 3.4666666667vw;
    margin-right: 7.2vw;
    gap: 1.3333333333vw;
  }
  .item_wrapper .scroll span {
    width: 8vw;
  }
  .fixed_text {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .staff_container .top_title {
    margin: 0 auto 3.4722222222vw;
    gap: 1.8055555556vw;
  }
  .staff_container .top_title .left {
    gap: 1.0416666667vw;
  }
  .staff_container .top_title .left:after {
    width: 7.1527777778vw;
    right: -3.1944444444vw;
    top: 70%;
  }
  .staff_container .top_title span {
    font-size: 1.5277777778vw;
  }
  .staff_container .top_title .number {
    font-size: 3.3333333333vw;
  }
  .staff_container .top_title .brand {
    font-size: 2.1527777778vw;
    margin-top: 2.0833333333vw;
  }
  .staff_container .bottom_box {
    width: 39.2361111111vw;
    margin: 0 auto;
    position: relative;
  }
  .staff_container .bottom_box .inner {
    padding: 2.0833333333vw 7.6388888889vw 2.0833333333vw 9.0277777778vw;
  }
  .staff_container .bottom_box .grid {
    grid-template-columns: 10.4166666667vw 9.7222222222vw;
    gap: 3.125vw;
    align-items: center;
  }
  .staff_container .bottom_box .grid .staff_image img {
    width: 10.4166666667vw;
  }
  .staff_container .bottom_box .staff_title {
    position: absolute;
    font-size: 1.5972222222vw;
    writing-mode: vertical-rl;
    white-space: nowrap;
    transform: rotate(180deg);
    translate: 0 -50%;
    top: 50%;
    left: 1.3888888889vw;
  }
  .staff_container .bottom_box .staff_text p {
    font-size: 1.3888888889vw;
    padding: 0 0.6944444444vw 0.3472222222vw;
  }
  .staff_container .bottom_box .staff_text p span {
    padding-top: 0.3472222222vw;
    font-size: 1.0416666667vw;
  }
  .staff_container .bottom_box .staff_link {
    margin-top: 1.3888888889vw;
    display: grid;
    gap: 0.5555555556vw;
  }
  .staff_container .bottom_box .staff_link .instagram {
    font-size: 0.9722222222vw;
    gap: 0.3472222222vw;
  }
  .staff_container .bottom_box .staff_link .instagram img {
    width: 1.25vw;
  }
  .staff_container .bottom_box .staff_link .coordinate {
    font-size: 1.1111111111vw;
  }
  .weather_container {
    margin-top: 5.5555555556vw;
    display: grid;
    justify-content: center;
    grid-template-columns: 29.1666666667vw 36.8055555556vw;
    gap: min(114px, 7.9166666667vw);
  }
  .weather_container .side_line {
    width: 1.3888888889vw;
  }
  .weather_container.weather2 .main_item_wrap {
    color: #a2c30a;
  }
  .weather_container.weather2 .main_item_wrap .bold:after {
    background-color: #a2c30a;
  }
  .weather_container.weather2 .main_item_wrap .buy {
    background-color: #a2c30a;
  }
  .weather_container.weather2 .fixed_text {
    color: #a2c30a;
  }
  .weather_container.weather2 .fixed_text span {
    background-color: #a2c30a;
  }
  .weather_container .pc_left {
    height: 100vh;
    position: sticky;
    top: 0;
    display: grid;
    align-items: center;
  }
  .weather_container .code_title .brand {
    font-size: 1.3888888889vw;
    padding-bottom: 1.0416666667vw;
  }
  .weather_container .code_title h3 {
    font-size: 6.9444444444vw;
    padding-left: 2.7777777778vw;
    width: fit-content;
    margin: 0.6944444444vw auto 3.4722222222vw;
    white-space: nowrap;
  }
  .weather_container .code_title h3 span {
    font-size: 1.5277777778vw;
  }
  .weather_container .code_title .weather_text {
    width: 23.2638888889vw;
    font-size: 1.25vw;
  }
  .weather_container .code_title .weather_text:before, .weather_container .code_title .weather_text:after {
    width: 0.4166666667vw;
    height: 1.3888888889vw;
  }
  .weather_container .code_slider {
    padding-bottom: 3.125vw;
    width: 32.5vw;
    margin: 0 auto;
  }
  .weather_container .code_slider img {
    width: 32.5vw;
  }
  .weather_container .code_slider .swiper-button-next,
  .weather_container .code_slider .swiper-button-prev {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
  }
  .weather_container .code_slider .swiper-button-next:before,
  .weather_container .code_slider .swiper-button-prev:before {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }
  .weather_container .code_slider .swiper-pagination-bullet {
    font-size: 0.9722222222vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    line-height: 0.5;
  }
  .weather_container .code_slider .circle-pagination {
    width: 1.875vw;
  }
  .weather_container .code_slider .circle-pagination svg {
    width: 1.875vw !important;
  }
  .weather_container .com_text {
    width: 32.5vw;
    height: 8.6111111111vw;
    margin: 2.6388888889vw auto 0;
  }
  .weather_container .com_text:before {
    mask-image: url(../assets/images/subtract_pc.svg);
  }
  .weather_container .com_text p {
    font-size: 0.9027777778vw;
    width: 27.2222222222vw;
    line-height: 2;
  }
  .weather_container .com_text button {
    display: none !important;
  }
  .weather_container .styling {
    padding: 2.0833333333vw 0.6944444444vw 1.3888888889vw;
    font-size: 1.3888888889vw;
    margin: 0 auto 2.2916666667vw;
  }
  .weather_container .styling:before {
    height: 0.5555555556vw;
    background-image: url(../assets/images/wave_pc.svg);
  }
  .weather_container .credit {
    gap: 1.1111111111vw;
    width: 31.3888888889vw;
  }
  .weather_container .credit li a {
    gap: 0.7638888889vw;
    grid-template-columns: 3.0555555556vw auto 4.8611111111vw;
    font-size: 0.8333333333vw;
  }
  .weather_container .credit li a img {
    width: 3.0555555556vw;
  }
  .weather_container .credit li a:has(.no_image) {
    display: flex;
    gap: 0.2083333333vw;
  }
  .weather_container .credit li a:has(.no_image) .nolink {
    padding-top: 0.0694444444vw;
  }
  .weather_container .credit .item {
    line-height: 1.5;
  }
  .weather_container .credit .buy {
    font-size: 0.9722222222vw;
    padding: 0.2777777778vw 0 0.4166666667vw;
  }
  .weather_container .recommend_wrap {
    margin: 5.1388888889vw auto 5.1388888889vw;
    width: 36.8055555556vw;
  }
  .weather_container .recommend_wrap .bg {
    padding: 8.3333333333vw 0 6.1111111111vw;
  }
  .weather_container .recommend_wrap .recommend_title {
    top: 5.6944444444vw;
    left: 6.1805555556vw;
  }
  .weather_container .recommend_wrap .recommend_title p {
    font-size: 1.875vw;
    padding: 0.6944444444vw 1.3888888889vw 1.0416666667vw 1.3888888889vw;
  }
  .weather_container .recommend_wrap .recommend_title span {
    font-size: 0.9722222222vw;
    padding: 0 1.3888888889vw 0.8333333333vw 1.3888888889vw;
  }
  .weather_container .recommend_wrap .recommend_item {
    margin: 0 auto;
    width: 24.1666666667vw;
  }
  .weather_container .recommend_wrap .recommend_item img {
    width: 24.1666666667vw;
  }
  .weather_container .balloon_wrap {
    width: 24.5138888889vw;
    border-radius: 20px;
    margin: 0.9027777778vw auto 0;
  }
  .weather_container .balloon_wrap:before {
    width: 0.8333333333vw;
    height: 2.7777777778vw;
    top: -2.0833333333vw;
    left: 2.7777777778vw;
    rotate: 8deg;
  }
  .weather_container .balloon_wrap .balloon_text {
    padding: 2.0833333333vw 2.7777777778vw;
    font-size: 0.9027777778vw;
    line-height: 1.8461538462;
  }
  .main_item_wrap .main_rotate {
    top: -1.3888888889vw;
    left: -1.3888888889vw;
  }
  .main_item_wrap .main_rotate img {
    width: 7.6388888889vw;
  }
  .main_item_wrap .inner {
    margin: 4.1666666667vw auto 0;
    width: 26.3194444444vw;
    border-radius: 20px;
    grid-template-columns: 12.9166666667vw auto;
    padding-bottom: 1.1805555556vw;
  }
  .main_item_wrap .inner img {
    width: 12.9166666667vw;
  }
  .main_item_wrap .bold {
    font-size: 0.9027777778vw;
    padding-bottom: 0.9027777778vw;
    margin-bottom: 0.6944444444vw;
    font-weight: bold;
  }
  .main_item_wrap .bold:after {
    height: 0.3472222222vw;
  }
  .main_item_wrap .item {
    font-size: 0.7638888889vw;
    line-height: 1.6363636364;
  }
  .main_item_wrap .right {
    margin-left: -0.6944444444vw;
    width: 9.9305555556vw;
  }
  .main_item_wrap .price {
    font-size: 0.7638888889vw;
    padding: 0.2083333333vw 0 0.9027777778vw;
  }
  .main_item_wrap .buy {
    font-size: 0.9027777778vw;
    background-color: #304e9f;
    color: #f8f2eb;
    text-align: center;
    width: 4.375vw;
    border-radius: 100vmax;
    padding: 0.1388888889vw 0 0.3472222222vw;
  }
  .top_btn {
    scale: 1.5;
    transform-origin: right bottom;
    bottom: 20px;
    right: 20px;
  }
  .fixed_text {
    font-size: 14px;
    z-index: 20;
    writing-mode: vertical-rl;
    position: fixed;
    translate: 0 -50%;
    top: 50%;
    right: 22px;
    padding: 12.5vw 1.5277777778vw 12.5vw 0;
    white-space: nowrap;
  }
  .fixed_text span {
    height: 100%;
    width: 1px;
    position: absolute;
    right: 0;
    translate: 0 -50%;
    top: 50%;
    background-color: #304e9f;
  }
  .item_wrapper {
    margin-top: 9.7222222222vw;
  }
  .item_wrapper .item_title > p {
    font-size: 1.1805555556vw;
    padding: 0 2.0833333333vw;
    position: relative;
  }
  .item_wrapper .item_title > p:before, .item_wrapper .item_title > p:after {
    content: "";
    top: 0;
    width: 1px;
    height: 1.1111111111vw;
    background-color: #304e9f;
    position: absolute;
  }
  .item_wrapper .item_title > p:before {
    left: 0;
    rotate: -20deg;
  }
  .item_wrapper .item_title > p:after {
    right: 0;
    rotate: 20deg;
  }
  .item_wrapper .recommend_slider.text_liner_slider {
    margin: 2.7777777778vw 0 5.5555555556vw;
  }
  .item_wrapper .item_li_slider {
    padding: 0 0 3.125vw 0;
    width: 51.0416666667vw;
    height: 51.7361111111vw;
    font-size: 0.9722222222vw;
  }
  .item_wrapper .item_li_slider .ico_box + p {
    padding-top: 0.9722222222vw;
  }
  .item_wrapper .item_li_slider .textOverflow {
    font-size: 0.8333333333vw;
    padding: 0.5555555556vw 0;
    line-height: 1.25;
  }
  .item_wrapper .item_li_slider .price {
    font-size: 1.0416666667vw;
  }
  .item_wrapper .sub_title {
    font-size: 1.5972222222vw;
    width: 51.0416666667vw;
    margin: 0 auto 2.4305555556vw;
  }
  .item_wrapper .sub_title:before {
    height: 2.7777777778vw;
    background-image: url(../assets/images/item_li_title_pc.svg);
    background-position: center;
  }
  .item_wrapper .swiper-scrollbar {
    width: 50.5555555556vw;
    height: 6px;
  }
  .item_wrapper .scroll {
    margin-top: 1.0416666667vw;
    font-size: 1.0416666667vw;
    margin-right: 24.5138888889vw;
    gap: 0.5555555556vw;
  }
  .item_wrapper .scroll span {
    width: 2.7777777778vw;
  }
  .item_wrapper .brand_top_btn {
    width: 25.4166666667vw;
    margin: 2.7777777778vw auto 8.3333333333vw;
    font-size: 1.5277777778vw;
    gap: 3.4722222222vw;
    padding: 1.3888888889vw 6.25vw 1.7361111111vw 10.4166666667vw;
  }
  .item_wrapper .brand_top_btn:after {
    margin-top: 0.4861111111vw;
    width: 1.1111111111vw;
    height: 1.0416666667vw;
  }
}/*# sourceMappingURL=style.css.map */