@charset "UTF-8";
/* =====================================================================================================================
	基本
===================================================================================================================== */
html {
  font-size: 2.6666666666667vw;
}

body {
  font-family: YakuHanJPs,sans-serif;
  background-color: #FFF1F5;
}

a {
  text-decoration: none;
}

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

@media screen and (min-width: 768px) {
  html {
    font-size: 11px;
    font-size: 10.5px;
    font-size: 10px;
  }
}
/* =====================================================================================================================
	レイアウト
===================================================================================================================== */
.layout {
  background-color: transparent;
}

.cl-container {
  max-width: 960px;
}

header {
  background-color: #fff;
}

.main {
  padding-top: 94px;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}

.box {
  background-color: #fff;
  margin-bottom: 2rem;
  border-radius: .2rem;
  padding: 1.5rem;
}
.box + div {
  margin-top: 4rem;
}
.box:last-child {
  margin-bottom: 0;
}

.bg-none {
  background-color: transparent;
}

@media screen and (min-width: 768px) {
  .box {
    padding: 2rem;
  }
}
/* =====================================================================================================================
	テキスト関係
===================================================================================================================== */
.text {
  line-height: 1.8;
  text-align: justify;
}
.text p {
  margin-bottom: 1.5rem;
}
.text p:last-child {
  margin: 0rem;
}
.text img {
  border: 1px solid #dee2e6;
  padding: 1rem;
  width: 100%;
}
.text-box {
  border-radius: 1rem;
  background-color: #fff;
  padding: 1.5rem;
}
.text-box p {
  margin: 0;
  text-align: justify;
  line-height: 1.8;
}
.text h1, .text h2, .text h3, .text h4, .text h5 {
  font-weight: bold;
  line-height: 1.5;
}

.pink{color: #FF7EB3;}

.cyan{color: #26C6DA;}

.blue{color: #0d6efd;}

.green{color: #64DD17;}

.red{color:#dc3545;}

.gray{color:#666;}

.pink_line {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFB1D1 0%) repeat scroll 0 0;}

.yellow_line {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFFF75 0%) repeat scroll 0 0;}
.text h1.pink, .text h2.pink, .text h3.pink, .text h4.pink, .text h5.pink {
  color: #FF7EB3;
}

.gray-bg{background-color: #f8f8f8;}

.caution p {
  color: #dc3545;
  font-size: 87.5%;
}

.fs-1_8rem {
  font-size: 112.5%;
}

.fs-1_7rem {
  font-size: 106.25%;
}

.fs-1_6rem {
  font-size: 100%;
}

.fs-1_5rem {
  font-size: 93.75%;
}

.fs-1_4rem {
  font-size: 87.5%;
}

.fs-1_3rem {
  font-size: 81.25%;
}

.fs-1_2rem {
  font-size: 75%;
}

.fs-1_1rem {
  font-size: 68.75%;
}

.fs-1_0rem {
  font-size: 62.5%;
}

/* =====================================================================================================================
	グローバルナビ
===================================================================================================================== */
.nav-group-top, .nav-group-detail, .nav-group {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.global-navbar {
  position: relative;
  width: 100%;
  z-index: 99;
  background-color: #FF7EB3;
  margin: 0 auto;
}
.global-navbar .navbar-inner {
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.global-navbar .navbar-inner .icon img {
  width: 54px;
}
.global-navbar .navbar-inner .logo {
  margin: 0;
  font-size: 0;
  line-height: 1;
  position: relative;
  width: auto;
  transition: all 100ms cubic-bezier(0.42, 0, 1, 1);
  display: flex;
  align-items: center;
}
.global-navbar .navbar-inner .logo img {
  height: auto;
  width: 214px;
  vertical-align: bottom;
}

.nav-group-top .navbar-inner {
  height: 70px;
}

.menu-list {
  position: fixed;
  left: 100%;
  top: 0;
  width: 70%;
  height: 100vh;
  z-index: 100;
  transition: all 300ms cubic-bezier(0, 0, 0.58, 1);
}
.menu-list:after {
  content: '';
  position: absolute;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 140vh;
  opacity: 0;
}
.menu-list > div {
  background-color: #fff;
  height: 100%;
}

.menu-trigger {
  cursor: pointer;
  display: flex;
  flex-flow: column;
  z-index: 105;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  background-color: #FF7EB3;
  border-radius: 5px;
  height: 42px;
  width: 42px;
  padding-top: 2px;
  z-index: 10000;
}
.menu-trigger span {
  width: 20px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition: all 150ms;
  box-sizing: border-box;
}
.menu-trigger span:nth-of-type(2) {
  margin: 5px 0;
}
.menu-trigger p {
  margin: 0;
  color: #fff;
  font-size: 62.5%;
  line-height: 1;
  margin: 0px 0 0 0;
  transform: scale(0.7);
}

@keyframes navs {
  0% {
    opacity: 0;
    background-size: 95% auto;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*  オープン時  */
.layout.fixed {
  position: fixed;
  width: 100%;
}

.layout.fixed .menu-list {
  left: 30%;
}

.layout.fixed .menu-list:after {
  content: '';
  position: absolute;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: -43%;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 140vh;
  opacity: 1;
}

.layout.fixed .menu-trigger span:nth-of-type(1) {
  transform: translateY(7px) rotate(45deg);
}

.layout.fixed .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}

.layout.fixed .menu-trigger span:nth-of-type(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nav-space-top {
  padding-top: 70px;
}

.nav-space {
  padding-top: 94px;
}

.nav-space-top {
  padding-top: 70px;
}

.nav-group-detail.hide-up .global-navbar .navbar-inner .logo, .nav-group-detail.hide-up .global-navbar .navbar-inner .icon {
  opacity: 0;
  position: absolute;
}

.nav-group-detail.hide-up .breadcrumb-nav {
  top: -35px;
}

.menu-list ul {
  margin: 0;
  padding: 0;
}
.menu-list ul li {
  margin: 0;
  border-bottom: 1px dashed #e9ecef;
  list-style: none;
}
.menu-list ul li a {
  color: #FF7EB3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: .5rem;
  padding: 2rem 0;
}
.menu-list ul li a:after {
  content: '';
  width: .6rem;
  height: 1.2rem;
  background-image: url(../images/icon/icon-arrow_bk.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  opacity: .5;
  transition: 200ms;
}

@media screen and (min-width: 768px) {
  .menu-trigger {
    opacity: 0;
    pointer-events: none;
  }
}
/* =====================================================================================================================
	タイトル
===================================================================================================================== */
.main-title {
  font-size: 1.8rem;
  margin: 0;
  padding: 1rem 0;
}
.main-title span {
  border-left: 4px solid #FF7EB3;
  padding-left: .5rem;
  font-weight: bold;
  display: inline-block;
}

.category-title {
  font-size: 2rem;
  display: flex;
  align-items: center;
}
.category-title img {
  width: 1.2em;
  margin-right: .5rem;
}
.category-title span {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .main-title {
    font-size: 2rem;
  }
}
/* =====================================================================================================================
	ボタン
===================================================================================================================== */
.btn-index {
  border-radius: 100px;
  height: 5.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-detail {
  border-radius: 100px;
  height: 5.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #ff758c 0%, #ff7eb3 100%);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: 0px;
  margin-bottom: 1.5rem;
}

.btn-go {
  border-radius: 100px;
  height: 5.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #29B6F6 0%, #00bfff 100%);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: 0px;
  margin-bottom: 1.5rem;
}

/* ==================================================
 ブロック要素  固定
================================================== */
.thumbnail.size-4x3 {
  position: relative;
  width: 100%;
}
.thumbnail.size-4x3:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.thumbnail.size-4x3 > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.thumbnail.size-4x3 > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.thumbnail.size-3x2 {
  position: relative;
  width: 100%;
}
.thumbnail.size-3x2:before {
  content: "";
  display: block;
  padding-top: 66.666667%;
}
.thumbnail.size-3x2 > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.thumbnail.size-3x2 > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.thumbnail.size-16x9 {
  position: relative;
  width: 100%;
}
.thumbnail.size-16x9:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.thumbnail.size-16x9 > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.thumbnail.size-16x9 > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.thumbnail.square {
  position: relative;
  width: 100%;
}
.thumbnail.square:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.thumbnail.square > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.thumbnail.square > div > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
}

.thumbnail iframe {
  height: 100%;
  width: 100%;
}

/* =====================================================================================================================
	評価星
===================================================================================================================== */
.star-score {
  font-size: 1.2rem;
  margin-left: auto;
  display: flex;
  align-items: center;
}
.star-score .list-star {
  display: flex;
  align-items: center;
}
.star-score .list-star i {
  width: 1.2em;
  height: 1.2em;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
.star-score .list-star i.star {
  background-image: url(../images/icon/icon-star.svg);
}
.star-score .list-star i.star-h {
  background-image: url(../images/icon/icon-star-h.svg);
}
.star-score .list-star i.star-g {
  background-image: url(../images/icon/icon-star-g.svg);
}
.star-score .list-star i + i {
  margin-left: .2em;
}
