@charset "utf-8";

/*--------------------------------------------------------------*/
/* fontIcon
:before,
:after {
	content: "\f099";
	font-family: "icomoon";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.domine {
  font-family: "Domine", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
/*--------------------------------------------------------------*/
/* ------------------------------------------------------------ */
/* 全デバイス/画面サイズに共通 かつ
　　320：スマートフォン縦：基本・レイアウト指定 */
/* ------------------------------------------------------------ */
* html body {
  background: url(null) fixed;
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}
/*ナビ表示のときはスクロールしないように*/
html.is-locked {
  overflow-y: hidden;
}
body {
  margin: 0;
  padding: 0;
  /* background: var(--bg-main-color);
  color: var(--primary-color); */
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  font-family: "M PLUS 1p", YuGothic, "Yu Gothic Medium", "Yu Gothic",
    -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue",
    HelveticaNeue, Verdana, Meiryo, sans-serif !important;
  overflow-wrap: break-word;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
#header {
  background-color: #fff;
}

img {
  border-style: none;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}
img,
video {
  max-width: 100%;
  height: auto;
  /* margin: 0 auto; */
}

div#breadcrumb_container {
  background: #fff;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

li {
  list-style: none;
}

.pc {
  display: none;
}
@media (min-width: 751px) {
  /*電話番号リンクをスマホのみ有効にする*/
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* ------------------------------------------------------------ */
/* common layouts */
.wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.content_inner {
  width: 100%;
  max-width: 1000px;
  height: auto;
  padding: 0 1em;
  margin: 0 auto;
  clear: both;
}

/* .inner {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  clear: both;
}

.inner::after {
  content: "";
  clear: both;
  display: block;
} */

.orignal_conte {
  position: relative;
  width: 100%;
  height: auto;
  background: var(--bg-gray-color);
  padding: 0;
  margin: 0 auto;
}

.orignal_conte::before {
  position: absolute;
  content: "";
  background-image: url(../img/bg_noise.png);
  background-repeat: repeat;
  background-size: 50px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.base {
  position: relative;
  width: 100%;
  height: auto;
  padding: 8em 0 5em;
  margin: 0 auto;
}

.tieup.base {
  padding: 10em 0 0;
  z-index: 5;
}

.instore-photo.base {
  padding: 10em 0 5em;
}

.contact.base {
  padding: 7em 0 3em;
}
/* @media screen and (max-width: 900px) {
  .instore-photo.base {
    padding: 11em 0 3em;
  }
  .contact.base {
    padding: 5em 0;
  }
} */

.center {
  text-align: center;
}

.txt {
  font-size: 1em;
  line-height: 1.5;
  margin: 0.5em 0;
}

.underline {
  text-decoration: underline;
}

.tablet {
  display: none;
}

/* @media screen and (max-width: 900px) {
  div#breadcrumb_container {
    width: 100%;
  }
} */
/* a {
  color: #bb000b;
} */

/* a:hover {
  text-decoration: underline;
} */

/* ---------------------- */
/* font */

.noto {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.m-plus {
  font-family: "M PLUS 1p", sans-serif;
  font-style: normal;
}

/* ---------------------- */
/* img */

.img img {
  width: 100%;
}

/* ------------------------------------------------------------ */
/* ここから オリジナル */

/* ---------------------- */
/* ttl / font */
.main_ttl {
  position: relative;
  font-size: 2rem;
  color: var(--main-color);
  text-align: center;
  margin: 1em 0;
}

.main_ttl::before {
  position: absolute;
  content: "";
  font-family: "montserrat", sans-serif;
  background-repeat: repeat-x;
  color: var(--bg-gray-color);
  top: -50px;
  left: -100px;
  width: 1000%;
  height: 60px;
}

.main_ttl.merit_txt::before {
  background-image: url(../img/MERIT.png);
  background-size: 170px;
}

.main_ttl.tieup_txt::before {
  background-image: url(../img/TIEUP.png);
  background-size: 160px;
}

.main_ttl.photo_txt::before {
  background-image: url(../img/PHOTOGRAPHY.png);
  background-size: 380px;
}

.main_ttl.promo_txt::before {
  background-image: url(../img/PROMOTION.png);
  background-size: 310px;
}

.main_ttl .dell_box {
  position: relative;
  display: inline-block;
  font-size: 2.6rem;
  z-index: 2;
}

.main_ttl .dell_box::before {
  position: absolute;
  content: "";
  background: url(../img/img_dell.png) center / contain no-repeat;
  width: 110px;
  height: 110px;
  top: -56px;
  right: -72px;
}

.art .main_ttl .dell_box::before {
  top: -92px;
  right: -30px;
}

.instore-photo .main_ttl {
  margin: 2em 0;
}

.tieup .main_ttl {
  margin: 0 auto 1em;
}

.art .main_ttl {
  color: inherit;
}

.sub_ttl {
  font-size: 18px;
  text-align: center;
}

.sub_txt {
  font-size: 1.4rem;
}

.sub_ttl .small,
.main_ttl .small {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--contrast-color);
  padding: 0 1em;
}

.catch_txt {
  font-size: 1.4rem;
  font-weight: 700;
}

.box_ttl {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: left;
}

.small_ttl {
  position: relative;
  font-size: 2rem;
  text-align: center;
  color: var(--main-color);
  margin: 4em auto;
}

.small_ttl .dell_box {
  position: relative;
  display: inline-block;
}

.small_ttl .dell_box::before {
  position: absolute;
  content: "";
  background: url(../img/img_dell.png) center / contain no-repeat;
  width: 110px;
  height: 110px;
  top: -56px;
  right: -56px;
}

.media_ttl {
  font-size: 1.8rem;
  text-align: center;
  background: var(--main-color);
  color: var(--wht-color);
  padding: 0.5em;
  margin: 0;
}

.txt_l {
  font-size: 2rem;
  font-weight: 700;
}

.txt_r {
  font-size: 1.9rem;
  font-weight: 700;
}

.txt_m {
  font-size: 1.6rem;
}

.txt span {
  text-align: left;
}

.red_maker {
  display: inline-block;
  background: var(--main-color);
  color: var(--wht-color);
  padding: 0 0.5em;
}

.txt_red {
  display: inline;
  color: var(--main-color);
  font-weight: bold;
}

.notice {
  color: var(--contrast-color);
  font-weight: 700;
}

.asterisk {
  font-size: 1rem;
  color: var(--contrast-color);
}

.txtlink {
  color: var(--main-color);
  text-decoration: underline;
  transition: all ease 0.3s;
}

.txtlink:hover {
  color: var(--main-color);
  opacity: 0.8;
}

.tab {
  display: inline-block;
  padding: 0.2em 1em;
  background: var(--contrast-color);
  color: var(--wht-color);
  border-radius: 5px;
  font-weight: 700;
  margin: 0 0.5em 0 0;
}

.tab:last-child {
  margin: 0;
}

.tieup .item .img_box img {
  object-fit: cover;
  aspect-ratio: 5 / 3;
}

/* ---------------------- */
/* bg共通 */
.bg_wht {
  background: var(--wht-color);
  z-index: 1;
}

.bg_dark {
  background: var(--bg-dark-color);
  color: var(--wht-color);
  z-index: 1;
}

/* ---------------------- */
/* swiper */

.feature_slider {
  position: relative;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--main-color);
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #b4b3b3;
  opacity: 1;
}

.tieup_slider .swiper-horizontal > .swiper-pagination-bullets,
.tieup_slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.tieup_slider .swiper-pagination-custom,
.tieup_slider .swiper-pagination-fraction {
  bottom: 0;
}

.mv_slider,
.mvB_slider {
  margin: 0.5em;
  /* opacity: 0;
  transition: opacity 0.4s ease-in; */
}

.mv_slider .swiper-wrapper,
.mvB_slider .swiper-wrapper {
  transition-timing-function: linear;
}
.mv_slider .swiper-slide,
.mvB_slider .swiper-slide {
  width: calc(100% / 5);
  flex-shrink: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.swiper-loaded .swiper-slide {
  opacity: 1;
}
.mv_slider .swiper-slide img,
.mvB_slider .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

/* .mv_slider.is-ready,
.mvB_slider.is-ready {
  opacity: 1;
} */

/* ---------------------- */
/* btn */
.btn {
  display: block;
}

.btn a {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 900;
  background: var(--contrast-color);
  color: var(--wht-color);
  border-radius: 40px;
  padding: 0.5em 1em;
  box-shadow: 5px 5px 0 var(--primary-color);
  transition: all 0.3s ease;
  z-index: 10;
}

.btn a:hover {
  transform: translateX(5px) translateY(5px);
  box-shadow: inherit;
  text-decoration: none;
}

.flx_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.btn:focus,
.btn:active {
  outline: none;
  outline-offset: inherit;
  box-shadow: none;
  text-decoration: none;
}

.btn_red {
  margin: 1.5em 0 0;
}

.btn_red a {
  position: relative;
  min-width: 180px;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 900;
  text-align: center;
  background: var(--main-color);
  color: var(--wht-color);
  border: 2px solid var(--main-color);
  border-radius: 30px;
  padding: 0.5em 2em;
  transition: all 0.3s ease;
  z-index: 10;
}

.btn_red a:hover {
  background: var(--wht-color);
  color: var(--main-color);
}
/* ---------------------- */
/* mainvisual */
.mainvisual {
  position: relative;
  padding: 1em 0 2em;
}

.mainvisual::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/bg_mv.png) center / cover no-repeat;
  top: 0;
  left: 0;
  z-index: 2;
}

.mv_box {
  position: relative;
  margin: 0 auto 3em;
  z-index: 5;
}

.mainvisual .mv_slider,
.mainvisual .mvB_slider {
  position: relative;
  z-index: 5;
}

.mainvisual .mv_slider .swiper-slide figure img,
.mainvisual .mvB_slider .swiper-slide figure img {
  aspect-ratio: 16/9;
  object-fit: cover;
}

.mainvisual .flx_box .item {
  width: calc(100% / 3);
}

.merit_box {
  max-width: 700px;
  margin: 1em auto 4em;
}

.merit_box .flx_box {
  justify-content: space-between;
  align-items: center;
}

.merit_box .flx_box .item {
  width: calc((100% / 3) - 1em);
  max-width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  border-radius: 50%;
  padding: 1.2em 0;
}

.merit_box .flx_box .item p {
  margin: 0;
}

.merit_box .flx_box .item:nth-of-type(1) {
  color: var(--blue-color);
  border: 1px solid var(--blue-color);
}

.merit_box .flx_box .item:nth-of-type(2) {
  color: var(--pink-color);
  border: 1px solid var(--pink-color);
}

.merit_box .flx_box .item:nth-of-type(3) {
  color: var(--green-color);
  border: 1px solid var(--green-color);
}

.pagelink {
  position: relative;
  max-width: 500px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2em auto 0;
  z-index: 5;
}

.pagelink .link_btn {
  margin: 1em 0.5em;
}

.pagelink .link_btn a {
  position: relative;
  display: block;
  min-width: 170px;
  font-size: 14px;
  font-weight: 800;
  color: var(--wht-color);
  background: var(--main-color);
  border-radius: 30px;
  padding: 0.2em 0.8em;
}

.pagelink .link_btn a::before {
  position: absolute;
  content: "▼";
  font-size: 16px;
  color: var(--wht-color);
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}
/* ---------------------- */
/* instore-photo */
.instore-photo {
  position: relative;
}

.instore-photo .box {
  margin: 3em 0;
}

.instore-photo .box .flx_item {
  width: 100%;
}

.instore-photo .box .feature_slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 500px;
  height: 100%;
  padding: 0 0 32px;
  margin: 0 auto;
}

.instore-photo .box .feature_slider img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.instore-photo .conte_slider {
  margin: 5em 0 8em;
}
.conte_slider .swiper-slide img {
  width: 100%;
}

.instore-photo .conte_slider .swiper-pagination {
  bottom: inherit;
}

.instore-photo .box .feature_slider .swiper-slide p.center {
  margin: 0.5em 0 0;
  font-size: 1.6rem;
  font-weight: 700;
}

.instore-photo .box_ttl {
  text-align: left;
  color: var(--main-color);
}

.instore-photo .num img {
  position: absolute;
  display: block;
  width: 80px;
  top: -42px;
  left: 0;
  margin: 0 0 1em;
}

/* ---------------------- */
/* merit */
.merit .jankara_txt {
  width: 80px;
}

.merit .graph {
  max-width: 300px;
  margin: 2em 0;
}

.merit .graph img {
  display: block;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

/* ---------------------- */
/* tieup */
.tieup {
  position: relative;
}

.tieup .tieup_slider {
  position: relative;
}

.tieup .tieup_slider::before {
  position: absolute;
  content: "";
  background: var(--bg-dark-color);
  width: 100%;
  height: 130px;
  left: 0;
  bottom: -40px;
}

.tieup .item {
  width: 100%;
  min-height: 550px;
  position: relative;
  background: var(--wht-color);
  border: 2px solid var(--primary-color);
  border-radius: 30px;
  padding: 6em 1em 1em;
  margin: 2em 0;
  z-index: 2;
}

.tieup .item .ttl_tape {
  position: absolute;
  left: -5px;
  top: 10px;
  display: inline-block;
  font-size: 1.8rem;
  background: var(--main-color);
  color: var(--wht-color);
  padding: 0.2em 1em 0.2em;
  margin: 1em 0;
}

.tieup .ttem .img_box {
  text-align: center;
}

.tieup .item .txt {
  margin: 1em 0;
}

.tieup .swiper-button-prev:after,
.tieup .swiper-button-next:after {
  color: #333;
  font-size: 30px;
}

/* ---------------------- */
/* instore-promo */

.instore-promo .item2 {
  margin: 0 0 2em 0;
}

.instore-promo .item2 img {
  aspect-ratio: 14 / 9;
  object-fit: cover;
}

/* ---------------------- */
/* art */

/* ---------------------- */
/* contact */
.contact {
  position: relative;
  z-index: 100;
}

.fixed_btn {
  position: fixed;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 2;
}

@media screen and (min-width: 375px) {
  .mainvisual .mv_txt {
    left: 0;
    right: 0;
  }
  .btn a {
    padding: 0.5em 2em;
  }
}

@media screen and (min-width: 425px) {
  .pagelink .link_btn a {
    min-width: 190px;
    text-align: center;
  }

  .merit_box .flx_box .item {
    font-size: 16px;
  }

  .btn a {
    font-size: 1.8rem;
  }
}
/* ==============================================================
 スマホ　横
================================================================= */
@media screen and (min-width: 480px) {
}

/* ==============================================================
 タブレット
================================================================= */
@media screen and (min-width: 600px) {
  /* 600px以上(タブレット) */

  .sp-only {
    display: none;
  }

  .tablet {
    display: block;
  }

  .mainvisual .flx_box {
    bottom: 50px;
  }

  .pagelink .link_btn a {
    min-width: 220px;
    font-size: 1.8rem;
  }

  .merit_box .flx_box .item {
    font-size: 2.2rem;
  }

  .main_ttl .dell_box {
    font-size: 3.4rem;
  }

  .sub_ttl {
    font-size: 2.2rem;
  }

  .sub_txt {
    font-size: 1.6rem;
  }

  .tieup .main_ttl {
    font-size: 2.4em;
  }

  .txt {
    font-size: 1.6rem;
  }

  .tieup .item {
    min-height: 600px;
    padding: 6em 1.5em 1em;
  }

  .tieup .item .img_box img {
    width: 100%;
    max-width: 500px;
    display: block;
    margin: 0 auto;
  }

  .main_ttl {
    font-size: 2.6rem;
  }

  .main_ttl.miryoku::before {
    width: 220px;
  }

  .contact .btn a {
    font-size: 2.2rem;
    padding: 0.8em 2em;
    /* box-shadow: none; */
    /* border-radius: 30px 0 0 0; */
  }

  .instore-promo .flx_box {
    justify-content: space-between;
  }

  .instore-promo .flx_box .item2 {
    width: calc((100% / 2) - 1em);
  }

  .tieup .circle1::after {
    width: 180px;
    height: 180px;
    top: -22px;
    left: -66px;
    transform: rotate(100deg);
  }

  .tieup .circle2::after {
    width: 180px;
    height: 160px;
    top: 198px;
    right: -59px;
    transform: rotate(88deg);
  }

  .tieup .circle2::before {
    width: 155px;
    height: 110px;
    top: 890px;
    right: -48px;
  }

  .tieup .circle3::before {
    width: 100px;
    height: 100px;
    bottom: -47px;
    right: -37px;
  }

  .contact .circle1::after {
    width: 180px;
    height: 180px;
    bottom: -53px;
    left: -27px;
  }

  /* .fixed_btn {
    position: fixed;
    bottom: -1px;
    left: auto;
    right: 0;
    padding: 0;
    z-index: 2;
  } */
}

@media screen and (min-width: 740px) {
  .mainvisual {
    padding: 3em 0 5em;
  }
  .mainvisual .flx_box {
    bottom: 40px;
  }

  .mainvisual .btn {
    text-align: left;
  }

  .sub_ttl {
    text-align: center;
    margin: 0 0 2em;
  }

  .merit_box .flx_box .item {
    font-size: 2.6rem;
  }

  .tieup .center {
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  /* 1024px以上（PC） */

  .inner {
    max-width: 1000px;
  }

  .pc {
    display: block;
  }
  .sp {
    display: none;
  }

  .instore-photo .box_ttl span.pcnone {
    display: none;
  }
  /*--------------------------------------------------------------*/
  /* ------------------------------------------------------------ */
  /* ここからコンテンツ  ページ独自レイアウト */
  /* ------------------------------------------------------------ */
  .small_ttl {
    font-size: 2.4rem;
  }

  .main_ttl {
    font-size: 3.2rem;
  }

  .main_ttl.miryoku::before {
    width: 250px;
    top: -84px;
  }

  .mv_box {
    width: 90%;
  }

  .pagelink {
    max-width: inherit;
    flex-wrap: inherit;
  }

  .pagelink .link_btn {
    text-align: center;
  }

  .pagelink .link_btn a {
    min-width: 230px;
    font-size: 16px;
    padding: 0.4em 1em;
  }

  .pagelink .link_btn a::before {
    right: 13px;
  }

  .main_ttl .dell_box {
    font-size: 3.4rem;
  }

  .instore-photo .box .flx_box {
    position: relative;
    z-index: 2;
    justify-content: center;
    align-items: center;
  }

  .instore-photo .box .flx_box .flx_item {
    width: calc(100% / 2 - 1em);
  }

  .instore-photo .box1 .flx_box .flx_item:nth-of-type(1) {
    margin: 0 1em 0 0;
  }

  .instore-photo .box2 .flx_box .flx_item:nth-of-type(1) {
    margin: 0 0 0 1em;
  }

  .instore-photo .box2 .flx_box {
    flex-direction: row-reverse;
  }

  .merit .flx_box {
    justify-content: space-between;
  }

  .merit .flx_box .txt_box {
    width: 65%;
  }

  .merit .flx_box .graph {
    width: 35%;
  }

  .tieup .flx_box {
    justify-content: space-between;
  }

  .tieup .flx_box .item {
    width: calc(100% / 2 - 1em);
    height: 555px;
  }

  .art .flx_box {
    display: flex;
  }

  .art .flx_box .item {
    width: calc(100% / 2 - 1em);
  }

  .contact.base {
    padding: 7em 0 3em;
  }

  .contact .btn a {
    font-size: 2.2rem;
    font-weight: 600;
  }
}
@media screen and (min-width: 1100px) {
}
@media screen and (min-width: 1200px) {
}
@media screen and (min-width: 1300px) {
}

@media screen and (min-width: 1440px) {
}

@media screen and (min-width: 1600px) {
}
