@charset "utf-8";

body {
  font-family: "メイリオ", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}

a:hover {
  opacity: 0.7;
}

/* img {
    image-rendering: -webkit-optimize-contrast;
} */

/* header */

.header {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 1.5vw;
}

.header img {
  width: 100%;
}

.header_logo-square {
  text-align: center;
}

.header_logo-square img {
  width: 77%;
}

.header_logo-square--02 {
  text-align: center;
}

.header_logo-square--02 img {
  width: 77%;
  max-width: 200px;
}

.header_info {
  display: grid;
  position: absolute;
  left: 0;
  box-sizing: border-box;

  pointer-events: none;
  grid-gap: 1.1vw;
}

.header_date,
.header_desc {
  padding: 1vw;
  background: #0000009f;
  color: #ffffff;
  line-height: 1.5;
  text-align: center;

  pointer-events: all;
}

.header_text {
  overflow-y: auto;
}

.header_btn {
  padding: 0.5em;
  box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.45);
  background: #ff7bac;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  transition: 0.2s ease-in-out;

  pointer-events: all;
}

.header_btn:hover {
  margin-top: 3px;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.45);
}

/* /////////////////企画毎ボタン色変更///////////////// */

/* んぬのどりーみんぬがーる */
.u-nnu-muc {
  background-color: #fff;
  color: #6399c9;
}
/* やはり異世界転生したい！ */
.u-sai-isekaitensei {
  background-color: #ef8686;
  color: #fff;
}
/* 金髪☆キラキラハレーション */
.u-kinpatukirakira {
  background-color: #ffe700;
  color: #0165b5;
}

/* キャラバン!しらたまオンリーショップ～Sweets Party～ */
.u-caravan-shiratama {
  background-color: #a6b1e7;
  color: #fff;
}

/* UUC 7月4日号 */
.u-uuc20250704 {
  background-color: #fff;
  color: #ff8aad;
}

/* ゆゆまつのゆめかわゆーとぴあ！ */
.u-yuyumatsu-muc {
  background-color: #f93d5c;
  color: #fff;
}

/* 夏色日和 */
.u-natsuirobiyori {
  background-color: #43bbbc;
  color: #fff;
}

/* 町村こもりの美少女交々 */
.u-machimurakomori-MUC {
  background-color: #740f3b;
  color: #fff;
}

/* スカートの下のフェチズム */
.u-skirt-fetish {
  background-color: #802a3f;
  color: #fff;
}

/* ウエディング抱き枕カバー */
.u-wedding-dakimakura {
  background-color: #745232;
  color: #fff;
}

/* きがえじかん */
.u-kigaejikan {
  background-color: #ff639b;
  color: #fff;
}

/* うりぼうCOLLECTION 柚子奈ひよ先生 WEBオンリーショップ */
.u-yuzunahiyo {
  background-color: #fd6600;
  color: #fff;
}

/* ミルキィ・ウィング */
.u-milky {
  background-color: #fff7a0;
  color: #808080;
}

/* White June Bridal */
.u-WJbridal {
  background-color: #009fe9;
  color: #ffffff;
}

/* うさうさちゃん */
.urausa {
  background-color: #9a329a;
  color: #ffffff;
}

/* 誘惑carnival */
.u-yuwaku-carnival {
  background-color: #d54c7c;
  color: #ffffff;
}

/* 夜猫のCAT PARADISE */
.u-yoruneko-MUC {
  background-color: #ffffff;
  color: #7a9bde;
}

/* line king */
.u-lineking {
  background-color: #05bdc6;
  color: #ffffff;
}

/* きただりょうまの甘美なひととき */
.u-kitadaryoma {
  background-color: #303163;
  color: #ffffff;
}

/* WAKARASE */
.u-wakarase {
  background-color: #ff50ff;
  color: #ffffff;
}

/* 101U */
.uribou-101U {
  background-color: #ff81ce;
  color: #ffffff;
}

/* こゆるり日和 */
.koyu-muc {
  background-color: #b5cc6f;
  color: #ffffff;
}

/* 茉宮祈芹のchewy♡cherry */
.kiseri-muc {
  background-color: #d2305a;
  color: #ffffff;
}

/* リーフィのしっとりfestival */
.i-leafy-MUC {
  background-color: #78cadf;
  color: #ffffff;
}

/* 池内たぬま先生オンラインくじ「ナちゃんdeいっぱいくじ」 */
.i-nachanDeIppaiKuji {
  background-color: #d1010e;
  color: #ffffff;
}

/* おいでよ！開栓注意がくえん */
.i-kaisengakuen {
  background-color: #79c0c0;
  color: #ffffff;
}

/* afterSweets */
.u-afterSweets {
  background-color: #5eb5eb;
  color: #ffffff;
}

/* 白もち桜UGC */
.u-shiromotisakura {
  background-color: #ff6b97;
  color: #ffffff;
}

/* ちょこれーと・びーすと　だーく */
.u-tb-dark {
  background-color: #40220f;
  color: #fef100;
}

@media screen and (min-width: 426px) {
  .header_info {
    top: 0;
    width: 39%;
    height: 100%;
    padding: 3vw 0 2vw 4.8vw;

    grid: max-content max-content max-content max-content/ 100%;
  }

  .header_info_pc-slim {
    width: 35%;
  }

  .header_date,
  .header_desc {
    border-radius: 1vw;
    font-size: 1.4vw;
  }

  .header_btn {
    border-radius: 1vw;
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 425px) {
  .header_info {
    bottom: 0;
    width: 100%;
    height: 38%;
    padding: 3vw;

    grid: 50% 50%/70% 30%;
  }

  .header_logo {
    text-align: center;

    grid-column: 1/3;
  }

  .header_logo img {
    width: auto;
    height: 100%;
  }

  .header_desc {
    display: none;
  }

  .header_date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 2vw;
    font-size: 3.1vw;
  }

  .header_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2vw;
    box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.45);
    font-size: 3.4vw;
  }
}

/* header_tmb */

.header_tmb {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.2vw;

  aspect-ratio: 1.8/1;
}

.header_tmb img {
  width: 100%;
  height: 100%;

  object-fit: contain;
  object-position: center;
}

.tmb_splide {
  margin-top: 2vw;
}

.tmb_splide .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 1px solid #ff7bac;
}

.tmb_splide .splide__slide.is-active::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #ff7bac;
  border-radius: 2vw;
  content: "";
}

.tmb_splide .splide__slide.is-active::after {
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 2.4vw 1.7vw 2.4vw;
  border-style: solid;
  border-color: transparent transparent #ff7bac transparent;
  content: "";
}

.tmb_splide .splide__track--nav > .splide__list > .splide__slide {
  position: relative;
  border: 1px solid #ff7bac;
  border-radius: 2vw;
}

.tmb_splide .splide__arrow svg {
  display: none;
}

.tmb_splide .splide__arrow {
  width: auto;
  height: min(67%, 45px);
  border-radius: 0;
  background: url("../images/main/arrow.png") no-repeat;
  background-position: center;
  background-size: contain;

  aspect-ratio: 1/1;
}

.tmb_splide .splide__arrow--prev {
  left: 1%;
  transform: scaleX(-1) translateY(-50%);
}

.tmb_splide .splide__arrow--next {
  right: 1%;
}

.tmb_splide .splide__track {
  width: calc(100% - calc(min(9%, 75px) * 2));
  margin: auto;
  padding-top: 2vw;
}

@media screen and (max-width: 425px) {
  .tmb_splide .splide__arrow {
    height: min(47.3%, 45px);
  }

  .tmb_splide .splide__slide.is-active::before {
    border: 2px solid #ff7bac;
  }

  .tmb_splide .splide__slide.is-active::after {
    border-width: 0 2.7vw 2.2vw 2.7vw;
  }
}

/* .banner_tmb {
  position: relative;
  background: white;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
}

.banner_tmb:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.banner_tmb img {
  width: 100%;
  height: auto;
  border-radius: 5px;
} */

/* レスポンシブ対応 */

@media screen and (max-width: 425px) {
  .pc {
    display: none;
  }

  .sp_hidden {
    visibility: hidden;
  }
}

@media screen and (min-width: 426px) {
  .sp {
    display: none;
  }
}

/* スクロールバー */

.header ::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
}

.header ::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #00000077;
}

.header ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #ffffff;
}
