@charset "UTF-8";

*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  margin: 0;
}

pre {
  white-space: pre-wrap;
}

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

img,
svg,
video,
canvas {
  height: auto;
}

audio {
  width: 100%;
}

img {
  border-style: none;
  vertical-align: top;
}

svg {
  overflow: hidden;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: 100%;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ul,
ul li {
  list-style: none;
}

ol {
  margin: 0 0 1em 1em;
  padding: 0 0 0 1em;
}

ol li {
  list-style-position: outside;
}

table {
  font-size: inherit;
  border-collapse: collapse;
}

form,
input,
select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

/*
* 1. Add the correct box sizing in IE 10
* 2. Remove the padding in IE 10
*/
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/*------ 画像のパスを設定 ------*/
/*------ サポートブラウザの定義 ------*/
/*------ カラー設定 ------*/
/*------ リンクカラー設定 ------*/
/*------ カラー設定 ------*/
/*------ フォント設定 ------*/
.clear {
  clear: both;
}

.block {
  display: block;
}

/*  add 2024   */

#content-body-wrapper {
  width: 100%;
}

.pc-content-inner {
  width: 100%;
}

.pc-content-inner .head,
.pc-content-inner .intro,
.pc-content-inner .movie_block,
.pc-content-inner .photo_dairyoku,
.pc-content-inner .profile_block {
  /* min-width: 1200px; */
  margin: 0 auto;
}

.pc-content-inner .head .overlap-group,
.overlap-group,
.pc-content-inner .movie_block .overlap-group,
.photo_dairyoku .overlap-group,
.pc-content-inner .profile_block .overlap-group {
  display: flex;
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
}

.pc {
  display: block;
}
.sp {
  display: none;
}

.br_pc {
  display: block;
}
.br_lg {
  display: none;
}
.br_md {
  display: none;
}
.br_sm {
  display: none;
}
.br_xs {
  display: none;
}

@media screen and (max-width: 1080px) {
  .br_pc {
    display: none;
  }
  .br_lg {
    display: block;
  }
  .br_md {
    display: none;
  }
  .br_sm {
    display: none;
  }
  .br_xs {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .br_pc {
    display: none;
  }
  .br_lg {
    display: none;
  }
  .br_md {
    display: block;
  }
  .br_sm {
    display: none;
  }
  .br_xs {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .br_pc {
    display: none;
  }
  .br_lg {
    display: none;
  }
  .br_md {
    display: none;
  }
  .br_sm {
    display: block;
  }
  .br_xs {
    display: none;
  }
}

@media screen and (max-width: 375px) {
  .br_pc {
    display: none;
  }
  .br_lg {
    display: none;
  }
  .br_md {
    display: none;
  }
  .br_sm {
    display: none;
  }
  .br_xs {
    display: block;
  }
}

.mt0 {
  margin-top: 0 !important;
}

/* movie block */

.pc-content-inner .movie_block .overlap-group {
  background-color: #ffadc5;
  padding: 50px 100px 100px;
  max-width: initial;
  position: relative;
}

.pc-content-inner .overlap-group3 {
  align-items: center;
  background-color: #dcdcdc;
  display: flex;
  height: 1308px;
  justify-content: flex-end;
  left: 0;
  min-width: 1920px;
  padding: 22.1px 49.8px;
  position: absolute;
  top: 912px;
}

.pc-content-inner .x236 {
  height: 71px;
  margin-bottom: 38.45px;
  object-fit: cover;
  width: 35px;
}

.pc-content-inner .flex-col-1 {
  width: 95%;
  margin: 0 auto;
}

.pc-content-inner .overlap-group-2 {
  position: relative;
  max-width: 1640px;
  width: 100%;
  background-color: #ffffff;
  padding: 50px;
}

.pc-content-inner .overlap-group-2 .ttl_img {
  height: 150px;
}

.pc-content-inner .overlap-group-2 .movie_ttl {
  max-height: 150px;
}

.pc-content-inner .overlap-group-2 .movie_text {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 5%;
  margin-top: 20px;
}

.pc-content-inner .x82 {
  background-color: var(--white);
  height: 1157px;
  left: 0;
  position: absolute;
  top: 17px;
  width: 1640px;
}

.pc-content-inner .yumephoto_img01 {
  right: 0px;
  position: absolute;
}

.pc-content-inner .x210 {
  height: 229px;
  left: 307px;
  object-fit: cover;
  position: absolute;
  top: 343px;
  width: 229px;
}

.pc-content-inner .movie_comment {
  left: 50%;
  top: 236px;
}

.pc-content-inner .yume_photo_thum01 {
  position: absolute;
  top: 710px;
}

.pc-content-inner .overlap-group-2 .thum {
  width: 50%;
}

.pc-content-inner .overlap-group-2 .comment {
  width: 50%;
}

.pc-content-inner .flex-row-1 {
  align-items: flex-start;
  display: flex;
  margin-right: 37.23px;
  margin-top: 38px;
  min-width: 529px;
}

.pc-content-inner .x227 {
  height: 35px;
  object-fit: cover;
  width: 35px;
}

.pc-content-inner .flex-row-item {
  height: 35px;
  margin-left: 35px;
  object-fit: cover;
  width: 35px;
}

.pc-content-inner .x237 {
  height: 71px;
  margin-bottom: 38.45px;
  margin-left: 18px;
  object-fit: cover;
  width: 35px;
}

.pc-content-inner .x354 {
  height: 41px;
  left: 218px;
  object-fit: cover;
  position: absolute;
  top: 216px;
  width: 419px;
}

.pc-content-inner .overlap-group4 {
  height: 279px;
  left: -1px;
  position: absolute;
  top: 0;
  width: 1517px;
}

.pc-content-inner .x353 {
  height: 197px;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 1080px;
}

.pc-content-inner .x356 {
  height: 260px;
  left: 911px;
  object-fit: cover;
  position: absolute;
  top: 6px;
  width: 336px;
}

.pc-content-inner .x358 {
  height: 260px;
  left: 1182px;
  object-fit: cover;
  position: absolute;
  top: 19px;
  width: 336px;
}

.pc-content-inner .overlap-group5 {
  height: 1066px;
  margin-top: 11px;
  position: relative;
  width: 1640px;
}

.pc-content-inner .photo_thum {
  width: 1640px;
}

/* bnr  */

.line-ban a img,
.btn_cptop a img {
  margin: 40px auto;
}

.slick-slide img.sp {
  display: none;
}

.slick-slide img.pc {
  display: block;
}

.slick-prev:before,
.slick-next:before {
  color: #e40065;
  font-size: 24px;
  transform: scale(0.75);
  display: inline-block;
}

.slick-prev:before {
  content: url(../images/arrow_back.png);
  vertical-align: middle;
  margin: 0 0 0 -80px;
}

.slick-next:before {
  content: url(../images/arrow_forward.png);
  vertical-align: middle;
  padding-left: 40px;
}

@media screen and (max-width: 1200px) {
  .pc-content-inner .head .overlap-group,
  .pc-content-inner .movie_block .overlap-group,
  .photo_dairyoku .overlap-group,
  .pc-content-inner .photo_ttl .overlap-group {
    max-width: 1200px;
  }

  .pc-content-inner .movie02_btn_off,
  .pc-content-inner .movie03_btn_off,
  .pc-content-inner .movie04_btn_off,
  .pc-content-inner .movie05_btn_off,
  .pc-content-inner .movie06_btn_off,
  .pc-content-inner .movie07_btn_off,
  .pc-content-inner .movie05_btn_off,
  .pc-content-inner .movie08_btn_off {
    height: auto;
    width: 250px;
  }

  .pc-content-inner .movie01_btn_on {
    height: auto;
    width: 250px;
  }

  .pc-content-inner .overlap-group-2 {
    height: auto;
  }

  .pc-content-inner .photo_ttl .photo_lnk {
    margin: -380px 0px 40px 65%;
  }

  .pc-content-inner .movie_block .overlap-group {
    padding: 50px 80px 100px;
  }

  .pc-content-inner .x257 {
    height: inherit;
    width: 70%;
  }
}

@media screen and (max-width: 768px) {
  #content-body-wrapper {
    overflow: hidden;
  }

  .pc-content-inner {
    overflow: hidden;
  }

  .pc-content-inner .head,
  .pc-content-inner .movie_block,
  .pc-content-inner .photo_dairyoku,
  .pc-content-inner .profile_block,
  .pc-content-inner .photo_ttl {
    min-width: 100%;
    width: 100%;
  }

  .pc-content-inner .head .overlap-group,
  .pc-content-inner .movie_block .overlap-group,
  .photo_dairyoku .overlap-group,
  .pc-content-inner .photo_ttl .overlap-group {
    max-width: 768px;
    padding: 0 20px;
  }

  .pc-content-inner #movie01 {
    margin-top: -60px;
    padding-top: 60px;
  }

  .pc-content-inner .movie_block {
    padding: 30px 0 50px;
    background-color: #ffadc5;
  }

  .pc-content-inner .movie_block .overlap-group {
    margin: 0 0 0 5%;
    width: 90%;
    background-color: #ffffff;
  }

  .pc-content-inner .flex-col-1 {
    margin-left: 0px;
    min-height: initial;
    margin: 0 auto;
  }

  .pc-content-inner .overlap-group-2 {
    padding: 20px 0 0px;
  }

  .slick-prev:before {
    margin: 0 0 0 -30px;
  }

  .slick-next:before {
    padding-left: 0px;
    padding-right: 30px;
  }

  .pc-content-inner .movie_ttl {
    width: 80%;
  }

  .pc-content-inner .overlap-group-2 .ttl_img {
    height: 35px;
  }

  .pc-content-inner .overlap-group-2 .movie_text {
    display: block;
  }

  .pc-content-inner .overlap-group-2 .thum,
  .pc-content-inner .overlap-group-2 .comment {
    width: 100%;
    margin-bottom: 20px;
  }

  .pc-content-inner .yumephoto_img01 {
    display: none;
  }

  .pc-content-inner .overlap-group-2 .movie_ttl {
    max-height: initial;
    width: 100%;
  }

  .pc-content-inner .movie_thum {
    top: 100px;
    width: 100%;
  }

  .pc-content-inner .movie_comment {
    width: auto;
    left: 0;
    top: 290px;
    max-height: 200px;
  }

  .pc-content-inner .photo_ttl img.ttl,
  .pc-content-inner .photo_ttl .photo_lnk {
    margin: 20px 5% 0px 5%;
    width: 90%;
    position: relative;
  }

  .pc-content-inner .photo_ttl .photo_lnk ul {
    margin: 40px 0;
  }

  .slick-slide img.sp {
    display: block;
  }

  .slick-slide img.pc {
    display: none;
  }

  .pc-content-inner img.ttl_long {
    width: 100%;
  }

  .slick-prev:before,
  .slick-next:before {
    color: #e40065;
    font-size: 24px;
    transform: scale(0.5);
    display: inline-block;
  }

  .slick-dots li button:before,
  .slick-dots li.slick-active button:before {
    font-size: 16px;
  }

  .pc-content-inner .overlap-group-2 .movie_text {
    margin-top: 10%;
  }
}

/***********************************************************************************************************************
* 共通
***********************************************************************************************************************/

.content {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50px;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .content {
    padding: 0 20px;
  }
}

/***********************************************************************************************************************
* ボタン
***********************************************************************************************************************/

/* 詳しくはこちら */
.btn-round.is-pink {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  line-height: 1;
  background-color: #fff;
  color: #e40065;
  font-size: 14px;
  border-radius: 9999px;
  text-decoration: none;
  box-sizing: border-box;
  border: #e40065 solid 1px;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1080px) {
  .btn-round.is-pink {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 480px) {
  .btn-round.is-pink {
    padding: 8px 10px;
  }
}

/* 矢印持ちの場合 */
.btn-round.has-arrow {
  display: flex;
  align-items: center;
  max-width: fit-content;
  padding: 15px 18px 15px 32px;
}

@media screen and (max-width: 480px) {
  .btn-round.has-arrow {
    padding: 12px 18px 12px 32px;
  }
}

.btn-round.has-arrow svg {
  margin-left: 18px;
}

.btn-round.has-arrow svg path {
  transition: all 0.3s ease;
}

.btn-round.has-arrow:hover {
  background-color: #e40065;
  color: #ffffff;
}

.btn-round.has-arrow:hover svg path {
  fill: #ffffff;
  stroke: #ffffff;
}

/***********************************************************************************************************************
* メインビジュアル
***********************************************************************************************************************/

.main-visual-wrapper {
  position: relative;
}

@media screen and (max-width: 768px) {
  .main-visual-wrapper {
    padding-bottom: 34% !important;
  }
}

.main-visual-wrapper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-visual-wrapper .ttl-logo {
  display: block;
  position: absolute;
  top: 28px;
  right: 65%;
  max-width: 540px;
  width: 29%;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .main-visual-wrapper .ttl-logo {
    top: unset;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 500px;
    width: 75%;
  }
}

/* ページネーション */
.mv-swiper-pagination {
  margin-top: clamp(30px, 2.6vw, 40px);
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .mv-swiper-pagination {
    display: none;
  }
}

.mv-swiper-pagination .swiper-pagination-bullet {
  max-width: clamp(40px, 2.6vw, 50px);
  height: 6px;
  width: 100%;
  border-radius: 9999px;
  margin: 0 6px !important;
}

.mv-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff7bac;
}

/***********************************************************************************************************************
* リード
***********************************************************************************************************************/
.lead-wrapper {
  background-image: linear-gradient(0deg, #f5f5e9, #ffffff 50% 100%);
  display: flex;
  justify-content: center;
}

.lead-inner {
  max-width: 1640px;
  display: flex;
  align-items: flex-end;
  gap: 70px;
  padding: 40px 3% 0 3%;
}

@media screen and (max-width: 1080px) {
  .lead-inner {
    padding: 30px 20px 0 20px;
    gap: 50px;
  }
}

@media screen and (max-width: 480px) {
  .lead-inner {
    padding: 30px 0 0 0;
    gap: 10px;
  }
}

@media screen and (max-width: 768px) {
  .lead-inner {
    margin-top: 40px;
    flex-direction: column-reverse;
    align-items: center;
  }
}

@media screen and (max-width: 480px) {
  .lead-inner {
    margin-top: 0px;
  }
}

.lead-inner img {
  width: clamp(320px, 30vw, 640px);
}

@media screen and (max-width: 480px) {
  .lead-inner img {
    width: 80%;
  }
}

.lead-txt {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  color: #1a1311;
  font-size: clamp(16px, 1.5vw, 28px);
  letter-spacing: 2.8px;
  line-height: 2;
  padding: 30px 0 60px 0;
}

@media screen and (max-width: 768px) {
  .lead-txt {
    text-align: center;
    font-size: 24px;
    padding: 0;
  }
}

@media screen and (max-width: 480px) {
  .lead-txt {
    font-size: 16px;
    letter-spacing: 2px;
  }
}

.lead-txt .has_bold {
  font-weight: 700;
  font-size: clamp(22px, 1.5vw, 36px);
}

@media screen and (max-width: 480px) {
  .lead-txt .has_bold {
    font-size: 16px;
  }
}

/***********************************************************************************************************************
* コンテンツサムネイル　スライダー
***********************************************************************************************************************/
.contents-thumb-wrapper {
  max-width: 1640px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
  padding: 0 5%;
  position: relative;
}

@media screen and (max-width: 1080px) {
  .contents-thumb-wrapper {
    margin-bottom: 70px;
    padding: 0 2%;
  }
}

@media screen and (max-width: 768px) {
  .contents-thumb-wrapper {
    margin-bottom: 50px;
    padding: 0;
  }
}

@media screen and (max-width: 480px) {
  .contents-thumb-wrapper {
    margin-bottom: 0px;
  }
}

/* swiper実装時不要 */
.contents-thumb-slider-item-wrapper {
  display: flex;
}

@media screen and (max-width: 480px) {
  .contents-thumb-slider-item-wrapper {
    padding: 20px;
  }
}

.contents-thumb-slider-item-wrapper .contents-thumb-slider-item {
  width: 25%;
}

@media screen and (max-width: 768px) {
  .contents-thumb-slider-item-wrapper .contents-thumb-slider-item {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .contents-thumb-slider-item.is_comingsoon {
    display: none;
  }
}
/* swiper実装時不要 */

@media screen and (max-width: 768px) {
  .contents-thumb-slider-item {
    padding: 22px 0;
  }
}

.contents-thumb-slider-item a {
  transition: all 0.3s ease;
  display: block;
}

.contents-thumb-slider-item a:hover {
  text-decoration: none !important;
  opacity: 0.6;
}

.contents-thumb-slider-item-inner {
  position: relative;
  padding: 10% 10% 0 10%;
}

@media screen and (max-width: 768px) {
  .contents-thumb-slider-item-inner {
    padding: 7% 7% 0 7%;
  }
}

/* サムネ画像左右に擬似要素で四角置いてます */
.contents-thumb-slider-item-inner::before,
.contents-thumb-slider-item-inner::after {
  content: '';
  position: absolute;
  bottom: 0;
  display: block;
  width: 10%;
  height: 30px;
}
.contents-thumb-slider-item-inner::before {
  left: 0;
}
.contents-thumb-slider-item-inner::after {
  right: 0;
}

@media screen and (max-width: 768px) {
  .contents-thumb-slider-item-inner::before,
  .contents-thumb-slider-item-inner::after {
    width: 7%;
  }
}

.contents-thumb-slider-item .number {
  position: absolute;
  top: 0px;
  left: 10px;
  width: clamp(60px, 6.5vw, 106px);
}

@media screen and (max-width: 768px) {
  .contents-thumb-slider-item .number {
    top: 0px;
    left: 20px;
    width: 100px;
  }
}

@media screen and (max-width: 480px) {
  .contents-thumb-slider-item .number {
    top: -24px;
    left: 0;
    width: 80px;
  }
}

.contents-thumb-slider-item .new {
  position: absolute;
  top: 0px;
  right: 0px;
  width: clamp(60px, 5vw, 70px);
}

@media screen and (max-width: 1080px) {
  .contents-thumb-slider-item .new {
    width: clamp(50px, 5vw, 60px);
  }
}

@media screen and (max-width: 768px) {
  .contents-thumb-slider-item .new {
    width: 80px;
    top: -20px;
  }
}

.contents-thumb-slider-item-txtwrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  text-align: center;
  padding: 0 1%;
}

@media screen and (max-width: 1080px) {
  .contents-thumb-slider-item-txtwrap {
    height: 66px;
    padding: 0px 4px 2px 4px;
  }
}

.contents-thumb-slider-item-txt {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: clamp(12px, 1vw, 16px);
}

@media screen and (max-width: 768px) {
  .contents-thumb-slider-item-txt {
    font-size: 14px;
  }
}

/* テキストバックの色 */
#content01 .contents-thumb-slider-item-txtwrap {
  background-color: #71c1e8;
}
#content01 .contents-thumb-slider-item-inner::before {
  background-color: #71c1e8;
}
#content01 .contents-thumb-slider-item-inner::after {
  background-color: #71c1e8;
}

#content02 .contents-thumb-slider-item-txtwrap {
  background-color: #eacd55;
}
#content02 .contents-thumb-slider-item-inner::before {
  background-color: #eacd55;
}
#content02 .contents-thumb-slider-item-inner::after {
  background-color: #eacd55;
}

#content03 .contents-thumb-slider-item-txtwrap {
  background-color: #7fcb75;
}
#content03 .contents-thumb-slider-item-inner::before {
  background-color: #7fcb75;
}
#content03 .contents-thumb-slider-item-inner::after {
  background-color: #7fcb75;
}

#content04 .contents-thumb-slider-item-txtwrap {
  background-color: #eb8ca8;
}
#content04 .contents-thumb-slider-item-inner::before {
  background-color: #eb8ca8;
}
#content04 .contents-thumb-slider-item-inner::after {
  background-color: #eb8ca8;
}

#content05 .contents-thumb-slider-item-txtwrap {
  background-color: #aba8f0;
}
#content05 .contents-thumb-slider-item-inner::before {
  background-color: #aba8f0;
}
#content05 .contents-thumb-slider-item-inner::after {
  background-color: #aba8f0;
}

#content06 .contents-thumb-slider-item-txtwrap {
  background-color: #eac77b;
}
#content06 .contents-thumb-slider-item-inner::before {
  background-color: #eac77b;
}
#content06 .contents-thumb-slider-item-inner::after {
  background-color: #eac77b;
}

#content07 .contents-thumb-slider-item-txtwrap {
  background-color: #73e0ba;
}
#content07 .contents-thumb-slider-item-inner::before {
  background-color: #73e0ba;
}
#content07 .contents-thumb-slider-item-inner::after {
  background-color: #73e0ba;
}

#content08 .contents-thumb-slider-item-txtwrap {
  background-color: #e88559;
}
#content08 .contents-thumb-slider-item-inner::before {
  background-color: #e88559;
}
#content08 .contents-thumb-slider-item-inner::after {
  background-color: #e88559;
}

#content09 .contents-thumb-slider-item-txtwrap {
  background-color: #6ea3e2;
}
#content09 .contents-thumb-slider-item-inner::before {
  background-color: #6ea3e2;
}
#content09 .contents-thumb-slider-item-inner::after {
  background-color: #6ea3e2;
}

#content10 .contents-thumb-slider-item-txtwrap {
  background-color: #d8bc66;
}
#content10 .contents-thumb-slider-item-inner::before {
  background-color: #d8bc66;
}
#content10 .contents-thumb-slider-item-inner::after {
  background-color: #d8bc66;
}

/* sliderボタン */
.swiper-button-next,
.swiper-button-prev {
  padding: 6px;
  width: 40px;
  height: 40px;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
}

.swiper-button-next {
  right: 30px;
}
.swiper-button-prev {
  left: 30px;
}

@media screen and (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    padding: 6px;
    width: 44px;
    height: 44px;
  }

  .swiper-button-next {
    right: 0px;
  }
  .swiper-button-prev {
    left: 0px;
  }
}

.swiper-button-prev svg path,
.swiper-button-next svg path {
  transition: all 0.3s ease;
}

.swiper-button-next:hover svg path {
  fill: #ff7bac;
}
.swiper-button-prev:hover svg path {
  fill: #ff7bac;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

/***********************************************************************************************************************
* メインコンテンツ
***********************************************************************************************************************/

.contents-item {
  padding-top: 30px;
}

@media screen and (max-width: 480px) {
  .contents-item {
    padding-top: 10px;
  }
}

.contents-item + .contents-item {
  margin-top: 80px;
}

@media screen and (max-width: 1080px) {
  .contents-item + .contents-item {
    margin-top: 50px;
  }
}

/* 背景色 */
#main-contents01 .intro-bg {
  background-color: rgba(113, 193, 232, 0.4);
}
#main-contents02 .intro-bg {
  background-color: rgba(234, 205, 85, 0.4);
}
#main-contents03 .intro-bg {
  background-color: rgba(127, 203, 117, 0.4);
}
#main-contents04 .intro-bg {
  background-color: rgba(235, 140, 168, 0.4);
}
#main-contents05 .intro-bg {
  background-color: rgba(171, 168, 240, 0.4);
}
#main-contents06 .intro-bg {
  background-color: rgba(234, 199, 123, 0.4);
}
#main-contents07 .intro-bg {
  background-color: rgba(115, 224, 186, 0.4);
}
#main-contents08 .intro-bg {
  background-color: rgba(232, 133, 89, 0.4);
}
#main-contents09 .intro-bg {
  background-color: rgba(110, 163, 226, 0.4);
}
#main-contents10 .intro-bg {
  background-color: rgba(216, 188, 102, 0.4);
}

.intro-inner {
  max-width: 1640px;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-template-areas:
    'title movie'
    'txt movie';
  align-items: center;
  gap: 20px 3%;
  padding: 60px 5%;
}

.intro-inner .intro-title {
  grid-area: title;
}

.intro-inner .movie-link {
  grid-area: movie;
}

.intro-inner .intro-txt {
  grid-area: txt;
}

@media screen and (max-width: 840px) {
  .intro-inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      'title'
      'movie'
      'txt';
  }
}

@media screen and (max-width: 480px) {
  .intro-inner {
    padding: 40px 20px;
  }
}

.intro-title {
  max-width: 740px;
}

.intro-txt {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  color: #1a1311;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.8;
}

@media screen and (max-width: 480px) {
  .intro-txt {
    font-size: 14px;
  }
}

.movie-link {
  display: block;
  width: 100%;
  height: fit-content;
  transition: all 0.3s ease;
}

.movie-link:hover {
  opacity: 0.6;
}

/***********************************************************************************************************************
* スライダー共通
***********************************************************************************************************************/

.pagination-circle {
  text-align: center;
}

.swiper-pagination-bullet-active {
  background-color: #ff7bac !important;
}

.swiper-button-prev.has-circle {
  transform: rotate(180deg);
}

.swiper-button-next.has-circle,
.swiper-button-prev.has-circle {
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 8px;
  transition: all 0.3s ease;
}

.swiper-button-next:hover.has-circle,
.swiper-button-prev:hover.has-circle {
  background-color: #e40065;
}

.swiper-button-next:hover.has-circle svg path,
.swiper-button-prev:hover.has-circle svg path {
  fill: #fff;
  stroke: #fff;
}

/***********************************************************************************************************************
* イチオシ
***********************************************************************************************************************/

.reco-wrapper {
  max-width: 1680px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 130px;
}

@media screen and (max-width: 1080px) {
  .reco-wrapper {
    flex-direction: column;
    align-items: flex-end;
    padding: 0;
    margin-top: 70px;
  }
}

@media screen and (max-width: 768px) {
  .reco-wrapper {
    margin: 60px 5% 0 5%;
  }
}

@media screen and (max-width: 480px) {
  .reco-wrapper {
    margin: 50px 20px 0 20px;
  }
}

.reco-item {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  border-radius: 20px;
}

@media screen and (max-width: 1080px) {
  .reco-item {
    padding: 0px clamp(220px, 20vw, 300px) 40px 0;
  }
}

@media screen and (max-width: 480px) {
  .reco-item {
    gap: 26px;
  }
}

.reco-item + .reco-item {
  margin-top: 170px;
}

@media screen and (max-width: 1080px) {
  .reco-item + .reco-item {
    margin-top: 50px;
  }
}

.reco-item.is_leftside {
  padding: 0px clamp(220px, 20vw, 300px) 40px 0;
}

.reco-item.is_rightside {
  flex-direction: row-reverse;
  padding: 0 0 40px clamp(220px, 20vw, 300px);
}

@media screen and (max-width: 1080px) {
  .reco-item.is_leftside,
  .reco-item.is_rightside {
    flex-direction: column;
    padding: 0;
  }
}

.reco-img-wrapper {
  width: 50%;
}

@media screen and (max-width: 1080px) {
  .reco-img-wrapper {
    width: 100%;
  }
}

.reco-index {
  position: relative;
  width: fit-content;
  background-color: #e40065;
  color: #fff;
  font-size: 28px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  line-height: 1;
  padding: 6px 30px 7px 50px;
  border-radius: 9999px;
  margin-bottom: 30px;
  margin-left: 60px;
}

@media screen and (max-width: 480px) {
  .reco-index {
    font-size: 22px;
    padding: 5px 26px 6px 40px;
    margin-left: 40px;
    margin-bottom: 20px;
  }
}

.reco-bubble {
  position: absolute;
  bottom: -20px;
  left: -64px;
  max-width: 100px;
}

@media screen and (max-width: 480px) {
  .reco-bubble {
    max-width: 76px;
    bottom: -12px;
    left: -50px;
  }
}

.reco-title {
  color: #1a1311;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.5;
  margin-bottom: 12px;
}

@media screen and (max-width: 1080px) {
  .reco-title {
    font-size: 22px;
  }
}

.reco-txt {
  color: #1a1311;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 36px;
  text-align: justify;
}

@media screen and (max-width: 480px) {
  .reco-txt {
    margin-bottom: 26px;
  }
}

.reco-people {
  display: block;
  position: absolute;
}

@media screen and (max-width: 1080px) {
  .reco-people {
    display: none;
  }
}

.reco-people.is_01 {
  bottom: -10px;
  right: 0;
  width: clamp(200px, 20vw, 280px);
}

.reco-people.is_02 {
  bottom: -30px;
  left: 0;
  width: clamp(180px, 20vw, 240px);
}

/***********************************************************************************************************************
*　おすすめ（背景黄色）
***********************************************************************************************************************/

.more-wrapper {
  max-width: 1680px;
  width: 90%;
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  padding: 40px clamp(250px, 26vw, 350px) 40px 3vw;
  background-color: #f4f2c3;
  border-radius: 20px;
  margin-top: 110px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1080px) {
  .more-wrapper {
    flex-direction: column;
    align-items: flex-end;
    padding: 5vw 5vw 0 5vw;
  }
}

@media screen and (max-width: 768px) {
  .more-wrapper {
    width: 100%;
    border-radius: 0px;
    margin: 60px 0 0 0;
    gap: 10px;
  }
}

@media screen and (max-width: 480px) {
  .more-wrapper {
    margin: 50px 0 0 0;
    padding: 30px 20px 0 20px;
  }
}

.more-img-wrapper {
  width: 50%;
}

@media screen and (max-width: 1080px) {
  .more-img-wrapper {
    width: 100%;
  }
}

.more-title {
  color: #e40065;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.5;
  margin-bottom: 12px;
}

@media screen and (max-width: 1080px) {
  .more-title {
    font-size: 22px;
  }
}

@media screen and (max-width: 480px) {
  .more-title {
    font-size: 22px;
  }
}

.more-txt {
  color: #1a1311;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 36px;
  text-align: justify;
}

@media screen and (max-width: 480px) {
  .more-txt {
    margin-bottom: 20px;
  }
}

.more-people {
  display: block;
  position: absolute;
  bottom: 0;
  right: -30px;
  width: clamp(260px, 26vw, 360px);
}

@media screen and (max-width: 1080px) {
  .more-people {
    position: static;
    bottom: unset;
    right: unset;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 480px) {
  .more-people {
    margin-top: 0px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    right: -60px;
    width: 80%;
  }
}

/***********************************************************************************************************************
* TOPへ戻るボタン
***********************************************************************************************************************/
.top-back-btn-wrapper {
  max-width: 1640px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 5%;
}

.top-back-btn {
  display: block;
  width: 74px;
  padding: 8px;
  margin-left: auto;
  transition: all 0.3s ease;
}

.top-back-btn:hover {
  opacity: 0.6;
}

/***********************************************************************************************************************
* プロフィール
***********************************************************************************************************************/

.profile_block {
  background-color: rgba(255, 173, 197, 0.3);
  position: relative;
}

.profile_block .content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(20px, 2.5vw, 40px);
  padding-top: 25px;
}

.profile_block .content .profile {
  width: clamp(300px, 23%, 440px);
}

.profile_block .content .profile .sns {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 25% 0;
}

.profile_block .content .profile .sns a {
  transition: all 0.3s ease;
  display: block;
}

.profile_block .content .profile .sns a:hover {
  opacity: 0.6;
}

.profile_block .content .pro-img {
  width: clamp(200px, 50%, 400px);
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .profile_block .content .profile {
    padding: 30px 0 30px 10px;
    width: 50%;
  }

  .profile_block .content .profile .sns {
    gap: 10px;
    padding: 10px 32% 0 0;
  }
}

@media screen and (max-width: 480px) {
  .profile_block .content .pro-img {
    width: 50%;
  }
}

/***********************************************************************************************************************
* バナー
***********************************************************************************************************************/

.pc-content-inner .bnr2021 .bnr_2021 {
  display: flex;
  width: 100%;
  max-width: 1640px;
  margin: 40px auto;
}

.content .bnr2021 a {
  transition: all 0.3s ease;
  display: block;
}

.content .bnr2021 a:hover {
  opacity: 0.6;
}

.line-ban a img,
.btn_cptop a img {
  margin: 40px auto;
}

@media screen and (max-width: 1500px) {
  .pc-content-inner .bnr2021 .bnr_2021 {
    padding: 0 50px;
  }
}

@media screen and (max-width: 768px) {
  .pc-content-inner .bnr2021 .bnr_2021 {
    padding: 0;
    margin: 20px auto;
  }
}

.btn_cptop a {
  display: block;
  transition: all 0.3s ease;
}

.btn_cptop a:hover {
  opacity: 0.6;
}
