@charset "UTF-8";
/**
 * Common Styles
 *
 * 01. Reset
 * 02. Base
 * 03. Layout
 * 04. Parts
 * 05. Responisive
 * 06. Global Site
 *
 */
/* ==========================================================================
   01. Reset
   ========================================================================== */
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 {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* ==========================================================================
   02. Base
   ========================================================================== */
html {
  color: #444;
  font-size: 62.5%; }
  @media screen and (min-width: 768px), print {
    html {
      min-width: 1280px;
      overflow-x: hidden; } }
  @media screen and (max-width: 767px) {
    html {
      font-size: 2.67vw; } }

body {
  font-family: fot-tsukuardgothic-std, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 160%;
  -webkit-text-size-adjust: 100%; }
  body * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  @media screen and (min-width: 768px), print {
    body {
      line-height: 1.5; } }
  @media screen and (max-width: 767px) {
    body {
      line-height: 1.5;
      font-size: 140%; } }

#main {
  display: block; }

/* link
   ========================================================================== */
a {
  color: #444;
  text-decoration: none;
  transition: all 0.3s ease; }

a:visited {
  color: #444; }

a:hover {
  color: #E4007F; }

/* image
   ========================================================================== */
img {
  height: auto;
  line-height: 1;
  max-width: 100%;
  vertical-align: top; }

table th img,
table td img {
  vertical-align: middle; }

/* ClearFix
   ========================================================================== */
.clear {
  clear: both; }

.clearfix,
.fbox {
  display: block; }
  .clearfix:after,
  .fbox:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

/* float
   ========================================================================== */
.fr {
  float: right; }

.fl {
  float: left; }

ul.fbox li {
  float: left;
  display: inline; }

/* margin
   ========================================================================== */
.mt0 {
  margin-top: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt55 {
  margin-top: 55px !important; }

.mt60 {
  margin-top: 60px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mr0 {
  margin-right: 0px !important; }

.mr5 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.ml0 {
  margin-left: 0px !important; }

.ml5 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

/* padding
   ========================================================================== */
.pt0 {
  padding-top: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

/* form label
   ========================================================================== */
input,
textarea,
label {
  vertical-align: middle; }

/* position
   ========================================================================== */
.text-r {
  text-align: right !important; }

.text-c,
table.text-c th,
table.text-c td,
table.th-c th {
  text-align: center !important; }

.text-l {
  text-align: left !important; }

/* block
   ========================================================================== */
/* 左右余白確保用 */
@media screen and (min-width: 768px), print {
  .pc-pdg {
    padding-left: 40px;
    padding-right: 40px; } }

@media screen and (max-width: 767px) {
  .sp-pdg {
    padding-left: 15px;
    padding-right: 15px; } }

/* ==========================================================================
   03. Layout
   ========================================================================== */
/* wrapper
   ========================================================================== */
body {
  background: #ffe9ee url(img/bg_body.png) no-repeat center top;
  background-attachment: fixed; }

@media screen and (max-width: 767px) {
  body {
    background: #ffe9ee; }
    body:before {
      background: #ffe9ee url(img/bg_body_sp.png) no-repeat center top;
      background-size: 100% auto;
      content: '';
      display: block;
      height: 100vh;
      position: fixed;
      width: 100%;
      z-index: -1; }
  body#mmh {
    background-color: #fff; }
    body#mmh:before {
      background-color: #fff;
      background-image: none; } }

.pace,
.pace:after {
  border-radius: 50%;
  width: 3em;
  height: 3em; }

.pace {
  text-indent: -9999em;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #E4007F;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.pace-done .pace {
  display: none; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* #contentsを囲むブロック要素 */
/* #mainと#sideを囲むブロック要素 */
@media screen and (min-width: 768px), print {
  #contents {
    padding-bottom: 100px;
    padding-top: 23px; } }

@media screen and (max-width: 767px) {
  #contents {
    padding-bottom: 13.33vw; } }

/* メインエリア */
/* サイドエリア */
/* header
   ========================================================================== */
.head-wrap {
  background: url(img/head_pattern.png) repeat-x left top;
  background-size: 45px auto;
  padding-bottom: 37px; }

.head-inner {
  margin: 0 auto;
  position: relative;
  width: 1240px; }
  .head-inner.-english {
    width: auto; }
    @media screen and (min-width: 768px), print {
      .head-inner.-english {
        margin-left: auto;
        margin-right: auto;
        max-width: 1280px;
        padding-left: 40px;
        padding-right: 40px;
        position: relative;
        display: flex;
        align-items: center;
        padding-top: 80px;
        padding-bottom: 37px; }
        .head-inner.-english #head {
          padding-top: 0;
          padding-bottom: 0;
          border-right: 1px solid rgba(228, 0, 127, 0.1618);
          padding-right: 40px;
          margin-right: 24px; }
        .head-inner.-english #gnav-wrap {
          display: flex;
          align-items: center;
          width: 100%; }
        .head-inner.-english #gnav {
          flex: 1;
          justify-content: flex-start; }
        .head-inner.-english .head-sns,
        .head-inner.-english .head-lang {
          position: static; }
        .head-inner.-english .head-sns {
          border-left: 1px solid rgba(228, 0, 127, 0.1618);
          border-right: 1px solid rgba(228, 0, 127, 0.1618);
          padding-left: 40px;
          padding-right: 40px; }
        .head-inner.-english .head-lang {
          margin-left: 40px; } }

#head {
  padding-top: 80px;
  padding-bottom: 37px; }

/* ヘッダー内のロゴ */
.head-logo {
  margin: 0 auto;
  width: 231px; }

/* ヘッダー内のSNS */
.head-sns {
  display: flex;
  position: absolute;
  right: 1px;
  top: 73px; }
  .head-sns li {
    text-align: center;
    line-height: 1;
    margin-left: 8px; }
    .head-sns li:first-child {
      margin-left: 0; }
    .head-sns li a {
      display: block;
      background-color: #fbc5dc;
      border-radius: 16px;
      height: 32px;
      position: relative;
      width: 32px; }
    .head-sns li span {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
      .head-sns li span:before {
        color: #fff;
        font-size: 18px;
        font-size: 1.8rem; }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .head-sns li span {
    top: 56%; } }

/* ヘッダー内の言語切り替え */
.head-lang {
  background-color: #fff;
  border: 1px solid #444;
  border-radius: 2px;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 11px; }
  .head-lang li {
    border-left: 1px solid #444;
    font-family: "Josefin Sans", sans-serif;
    line-height: 1;
    font-size: 16px;
    font-size: 1.6rem; }
    .head-lang li:first-child {
      border-left: none; }
  .head-lang a {
    display: block;
    padding: 8px 13px 5px; }

@media screen and (max-width: 767px) {
  .head-wrap {
    background-size: 6.93vw auto;
    padding-bottom: 5.33vw; }
  .head-inner {
    width: 100%; }
  #head {
    padding-top: 8.27vw;
    padding-bottom: 0; }
  /* ヘッダー内のロゴ */
  .head-logo {
    width: 38.93vw; }
  /* ヘッダー内のSNS */
  .head-sns {
    justify-content: center;
    margin-top: 3.2vw;
    position: relative;
    right: auto;
    top: auto; }
    .head-sns li {
      margin-left: 5.33vw; }
      .head-sns li:first-child {
        margin-left: 0; }
      .head-sns li a {
        border-radius: 5.33vw;
        height: 10.67vw;
        width: 10.67vw; }
      .head-sns li span:before {
        font-size: 5.87vw; }
  /* ヘッダー内の言語切り替え */
  .head-lang {
    display: inline-flex;
    margin-top: 10.93vw;
    position: relative;
    right: auto;
    bottom: auto; }
    .head-lang li {
      border-left: 1px solid #444;
      font-family: "Josefin Sans", sans-serif;
      line-height: 1;
      font-size: 16px;
      font-size: 1.6rem; }
      .head-lang li:first-child {
        border-left: none; }
    .head-lang a {
      display: block;
      padding: 2.13vw 9.33vw 1.33vw; }
  #btn-spmenu {
    line-height: 1;
    position: absolute;
    right: 2.4vw;
    top: 8vw;
    width: 7.47vw; }
  #js-panel-btn {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    text-align: center; }
  #panel-btn-icon {
    display: inline-block;
    position: relative;
    width: 6.93vw;
    height: 2px;
    margin: 0;
    background: #E4007F;
    transition: 0.2s;
    vertical-align: middle; }
  #panel-btn-icon:before,
  #panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #E4007F;
    transition: 0.3s; }
  #panel-btn-icon:before {
    margin-top: -7px; }
  #panel-btn-icon:after {
    margin-top: 5px; }
  #js-panel-btn.close #panel-btn-icon {
    background: transparent; }
  #js-panel-btn.close #panel-btn-icon:before,
  #js-panel-btn.close #panel-btn-icon:after {
    margin-top: 0;
    width: 6.93vw; }
  #js-panel-btn.close #panel-btn-icon:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #js-panel-btn.close #panel-btn-icon:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .menu-text {
    color: #E4007F;
    display: inline-block;
    z-index: 2;
    margin-top: 1.07vw;
    vertical-align: middle;
    font-size: 10px;
    font-size: 1rem; }
    .menu-text:after {
      font-family: "Josefin Sans", sans-serif;
      font-weight: 700;
      content: "MENU";
      top: 2px;
      position: relative;
      left: -2px; }
  .close .menu-text:after {
    content: "CLOSE"; }
  #sp-head-utility {
    background-color: #fff;
    font-family: "Josefin Sans", sans-serif;
    margin: 30px auto 0;
    padding: 20px 15px;
    text-align: center;
    width: 90%; }
    #sp-head-utility .head-utility-tel,
    #sp-head-utility .head-inquiry-btn {
      margin-left: 0; }
    #sp-head-utility .head-inquiry-btn {
      margin-top: 20px; } }

/* navigation
   ========================================================================== */
/* グローバルナビゲーション（nav） */
/* グローバルナビゲーション内のリスト（ul） */
#gnav {
  display: flex;
  justify-content: center;
  margin: 0 auto; }
  #gnav li {
    line-height: 1;
    text-align: center;
    padding-left: 36px;
    padding-right: 36px; }

.gnav-en {
  font-family: "Josefin Sans", sans-serif;
  display: block;
  font-size: 18px;
  font-size: 1.8rem; }

.gnav-jp {
  color: #E4007F;
  font-size: 12px;
  font-size: 1.2rem; }
  .gnav-jp:before, .gnav-jp:after {
    background: url(img/ttl_item01.png) no-repeat left top;
    background-size: 100% auto;
    content: '';
    display: inline-block;
    height: 8px;
    width: 8px;
    transition: transform .7s ease 0s; }
  .gnav-jp:before {
    margin-right: 5px; }
  .gnav-jp:after {
    margin-left: 5px; }

#gnav .active,
#gnav .activeParent a {
  color: #E4007F; }

@media screen and (max-width: 767px) {
  #gnav-wrap {
    display: none;
    text-align: center;
    margin-top: 5.33vw; }
  /* グローバルナビゲーション内のリスト（ul） */
  #gnav {
    border-bottom: 1px solid #fff6f8;
    display: block;
    width: 100%; }
    #gnav li {
      border-top: 1px solid #fff6f8;
      padding-left: 0;
      padding-right: 0; }
      #gnav li.active {
        padding-bottom: 5.07vw;
        padding-top: 5.07vw; }
    #gnav a {
      display: block;
      padding-bottom: 5.07vw;
      padding-top: 5.07vw; }
  .gnav-en {
    font-size: 4.8vw; }
  .gnav-jp {
    font-size: 3.2vw; } }

/* side
   ========================================================================== */
/* サイドエリア内のタイトル */
/* サイドエリア内のナビゲーション */
/* footer
   ========================================================================== */
#foot {
  background: #fedde8 url(img/bg_foot.png) repeat-x left 4px;
  background-size: 35px 12px;
  border-top: 3px solid #E4007F;
  padding: 102px 0 66px;
  position: relative; }

.foot-inner {
  padding-left: 296px;
  position: relative; }

@media screen and (max-width: 767px) {
  #foot {
    background-size: 9.33vw 3.2vw;
    border-top-width: 0.8vw;
    padding: 14.4vw 0 0; }
  .foot-inner {
    padding-left: 0; } }

/* フッターロゴ
   ----------------------------------------------------------------------- */
.foot-logo {
  position: absolute;
  left: 0;
  top: 0; }

@media screen and (max-width: 767px) {
  .foot-logo {
    margin-bottom: 9.07vw;
    position: static;
    text-align: center; }
    .foot-logo img {
      width: 38.67vw;
      height: 8.53vw; } }

/* フッターナビ
   ----------------------------------------------------------------------- */
.foot-nav-box-wrap {
  display: flex;
  padding-right: 112px; }

.foot-nav-box {
  margin-right: 56px;
  width: 33.33%; }
  .foot-nav-box:nth-child(3n) {
    margin-right: -112px; }

@media screen and (min-width: 768px), print {
  .foot-nav-box-wrap.-english .foot-nav-box {
    width: 50%; }
    .foot-nav-box-wrap.-english .foot-nav-box:nth-child(2n) {
      margin-right: -112px; } }

.foot-nav-box-wrap.-english + .foot-sp-nav li:last-child {
  border-bottom: none; }

.foot-nav li {
  line-height: 1; }
  .foot-nav li + li {
    margin-top: 17px; }

.foot-nav a {
  display: block; }

.foot-nav span {
  border-bottom: 1px solid rgba(112, 112, 112, 0.35);
  display: block;
  font-family: "Josefin Sans", sans-serif;
  padding: 15px 22px 12px 4px;
  font-size: 17px;
  font-size: 1.7rem; }
  .foot-nav span.icon-arrow:before {
    right: 7px; }

.foot-nav-child li {
  line-height: 1;
  margin-top: 21px;
  font-size: 15px;
  font-size: 1.5rem; }

@media screen and (max-width: 767px) {
  .foot-sp-nav {
    border-top: 1px solid #fff; }
    .foot-sp-nav li {
      border-bottom: 1px solid #fff;
      line-height: 1;
      text-align: center; }
    .foot-sp-nav a {
      display: block;
      padding: 5.33vw; }
  .foot-sp-nav-en {
    font-family: "Josefin Sans", sans-serif;
    display: block;
    margin-bottom: 4px;
    font-size: 17px;
    font-size: 1.7rem; }
  .foot-sp-nav-jp {
    color: #E4007F;
    font-size: 12px;
    font-size: 1.2rem; }
    .foot-sp-nav-jp:before, .foot-sp-nav-jp:after {
      background: url(img/ttl_item01.png) no-repeat left top;
      background-size: 100% auto;
      content: '';
      display: inline-block;
      height: 2.13vw;
      width: 2.13vw; }
    .foot-sp-nav-jp:before {
      margin-right: 1.33vw; }
    .foot-sp-nav-jp:after {
      margin-left: 1.33vw; } }

/* フッターユーティリティ
   ----------------------------------------------------------------------- */
.foot-utility-wrap {
  position: absolute;
  left: 40px;
  top: 75px;
  width: 18%; }

.foot-sns {
  border-top: 1px solid rgba(112, 112, 112, 0.16);
  border-bottom: 1px solid rgba(112, 112, 112, 0.16);
  display: flex;
  flex-wrap: wrap;
  padding: 12px 4px; }
  .foot-sns li {
    width: 50%; }
    .foot-sns li:nth-child(n + 3) {
      margin-top: 8px; }
    .foot-sns li a {
      display: block; }
    .foot-sns li span {
      display: flex;
      align-items: center;
      font-family: "Josefin Sans", sans-serif;
      padding-left: 40px;
      position: relative;
      height: 32px;
      font-size: 13px;
      font-size: 1.3rem; }
      .foot-sns li span:before {
        background-color: #fbc5dc;
        border-radius: 16px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 32px;
        width: 32px;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 15px;
        font-size: 1.5rem; }

.foot-utility {
  padding: 24px 4px; }
  .foot-utility li {
    line-height: 1;
    font-size: 13px;
    font-size: 1.3rem; }
    .foot-utility li + li {
      margin-top: 20px; }

@media screen and (max-width: 767px) {
  .foot-utility-wrap {
    border-top: 1px solid #fff;
    padding: 6.4vw 10.67vw;
    position: static;
    width: 100%; }
  .foot-sns {
    border-top: none;
    border-bottom: none;
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
    margin-bottom: 4vw; }
    .foot-sns li {
      width: 25%;
      text-align: center; }
      .foot-sns li:nth-child(n + 3) {
        margin-top: 0; }
      .foot-sns li a {
        display: block; }
      .foot-sns li span {
        display: block;
        padding-left: 0;
        height: auto;
        font-size: 14px;
        font-size: 1.4rem; }
        .foot-sns li span:before {
          border-radius: 5.33vw;
          height: 10.67vw;
          width: 10.67vw;
          margin: 0 auto 1.33vw;
          position: static;
          font-size: 18px;
          font-size: 1.8rem; }
  .foot-utility {
    border: 1px solid #707070;
    border-radius: 2.13vw;
    display: flex;
    padding: 0; }
    .foot-utility li {
      width: 50%; }
      .foot-utility li + li {
        border-left: 1px solid #707070;
        margin-top: 0; }
    .foot-utility a {
      display: block;
      padding: 3.2vw;
      text-align: center; } }

/* フッターバナー
   ----------------------------------------------------------------------- */
.foot-bnr a {
  display: block;
  position: relative; }

.foot-bnr img {
  width: 100%;
  height: auto; }

@media screen and (min-width: 768px), print {
  .foot-bnr {
    display: flex;
    flex-wrap: wrap;
    margin: 48px 0;
    padding-right: 72px; }
    .foot-bnr > li {
      margin-right: 24px;
      width: 25%; }
      .foot-bnr > li:nth-child(4n) {
        margin-right: -72px; }
      .foot-bnr > li:nth-child(n + 5) {
        margin-top: 24px; } }

@media screen and (max-width: 767px) {
  .foot-bnr {
    padding: 10.67vw; }
    .foot-bnr > li + li {
      margin-top: 2.67vw; } }

/* 商標/コーピーライト
   ----------------------------------------------------------------------- */
.foot-btm {
  position: relative; }

.foot-trademark {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
  font-size: 1.2rem; }

.foot-copyright {
  font-family: "Josefin Sans", sans-serif;
  font-size: 10px;
  font-size: 1rem; }

@media screen and (max-width: 767px) {
  .foot-btm {
    background-color: #E4007F;
    color: #fff;
    padding: 5.33vw;
    text-align: center; }
  .foot-trademark {
    margin-bottom: 2.4vw;
    position: static; } }

/* ページトップ
   ----------------------------------------------------------------------- */
#pagetop {
  line-height: 1;
  position: absolute;
  top: -55px;
  right: 0;
  z-index: 10; }
  #pagetop.fixed {
    position: fixed;
    bottom: 20px;
    top: inherit; }
  #pagetop a {
    background-color: #E4007F;
    border-radius: 8px 0 0 8px;
    color: #fff;
    display: block;
    padding: 13px 15px 9px;
    position: relative;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-size: 1.2rem; }
  #pagetop span {
    font-family: "Josefin Sans", sans-serif; }
    #pagetop span.icon-arrow {
      display: block;
      padding-left: 22px;
      padding-right: 0;
      position: relative; }
      #pagetop span.icon-arrow:before {
        color: #fff;
        position: absolute;
        left: -50px;
        top: -3px;
        transform: rotate(-90deg);
        font-size: 14px;
        font-size: 1.4rem; }

@media screen and (max-width: 767px) {
  #pagetop {
    top: -14.67vw; }
    #pagetop.fixed {
      bottom: 5.33vw; }
    #pagetop a {
      border-radius: 2.13vw 0 0 2.13vw;
      font-size: 3.2vw;
      padding: 3.47vw 4vw 2.4vw; }
    #pagetop span.icon-arrow {
      padding-left: 5.87vw; }
      #pagetop span.icon-arrow:before {
        font-size: 3.73vw;
        left: -13.33vw;
        top: -0.8vw; } }

.foot-bnr__review {
  background: url(/common/img/bnr_review_background@2x.png) no-repeat 0 0;
  background-size: cover;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 41px 8px 8px 8px; }
  .foot-bnr__review > li {
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 1px 2px 4px rgba(88, 7, 60, 0.05);
    width: calc(50% - 2px); }
    .foot-bnr__review > li a {
      display: block;
      transition: filter 0.3s ease; }
      .foot-bnr__review > li a[target='_blank']:after {
        display: none; }
      .foot-bnr__review > li a:hover {
        filter: brightness(1.08); }

/* ==========================================================================
   04. Parts
   ========================================================================== */
/* 404
   ========================================================================== */
.notfound-ttl {
  color: #e5b94b;
  font-family: "Josefin Sans", sans-serif;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  margin-bottom: 60px;
  margin-top: 52px;
  font-size: 60px;
  font-size: 6rem; }

.notfound-text {
  text-align: center;
  margin-bottom: 2em;
  font-size: 18px;
  font-size: 1.8rem; }

@media screen and (max-width: 767px) {
  .notfound-ttl {
    font-size: 8vw;
    margin-bottom: 8vw;
    margin-top: 0; }
  .notfound-text {
    font-size: 3.47vw; } }

/* ブロック
   ========================================================================== */
.block-wrap-l {
  margin-bottom: 120px; }
  .block-wrap-l > * {
    margin-bottom: 80px; }
    .block-wrap-l > *:last-child {
      margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .block-wrap-l {
      margin-bottom: 60px; }
      .block-wrap-l > * {
        margin-bottom: 40px; } }

.block-wrap-m {
  margin-bottom: 80px; }
  .block-wrap-m > * {
    margin-bottom: 30px; }
    .block-wrap-m > *:last-child {
      margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .block-wrap-m {
      margin-bottom: 40px; }
      .block-wrap-m > * {
        margin-bottom: 15px; } }

/* ボックス
   ========================================================================== */
/* センターボックス */
@media screen and (min-width: 768px), print {
  .box-center {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative; } }

@media screen and (max-width: 767px) {
  .box-center {
    position: relative; } }

/* 背景パターンボックス */
.box-pattern01-w {
  background-color: #fff;
  position: relative;
  padding-top: 117px;
  padding-bottom: 129px; }
  .box-pattern01-w:before {
    background: url(img/bg_pattern01_white.png) repeat-x left 1px;
    background-size: auto 22px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 22px;
    width: 100%;
    z-index: 5; }

.box-pattern01-p {
  background-color: #ffe9ee;
  position: relative;
  padding-top: 117px;
  padding-bottom: 129px; }
  .box-pattern01-p:before {
    background: url(img/bg_pattern01_pink.png) repeat-x left top;
    background-size: auto 22px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 22px;
    width: 100%;
    z-index: 5; }

.box-pattern02-wrap {
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative; }
  .box-pattern02-wrap:before, .box-pattern02-wrap:after {
    content: '';
    display: block;
    height: 40px;
    position: absolute;
    left: 0;
    width: 100%; }
  .box-pattern02-wrap:before {
    background: url(img/bg_pattern02_top.png) no-repeat left top;
    background-size: 100% auto;
    top: 0; }
  @media screen and (min-width: 768px), print {
    .box-pattern02-wrap.-texture:before {
      background: url(img/bg_pattern02_top-texture.png) no-repeat left top;
      background-size: 100% auto;
      top: 0; } }
  .box-pattern02-wrap:after {
    background: url(img/bg_pattern02_btm.png) no-repeat left top;
    background-size: 100% auto;
    bottom: 0; }
  @media screen and (min-width: 768px), print {
    .box-pattern02-wrap.-texture:after {
      background: url(img/bg_pattern02_btm-texture.png) no-repeat left top;
      background-size: 100% auto;
      bottom: 0; } }

.box-pattern02 {
  background: url(img/bg_pattern02_mdl.png) repeat-y left top;
  background-size: 100% auto;
  position: relative;
  padding-top: 22px;
  padding-bottom: 50px; }
  .box-pattern02.-noPadding {
    padding-top: 0;
    padding-bottom: 0; }

.box-pattern02-inner {
  margin: 0 auto;
  width: 960px; }
  .box-pattern02-inner.w1040 {
    width: 1040px; }

@media screen and (max-width: 767px) {
  .box-pattern01-w {
    padding-top: 17.33vw;
    padding-bottom: 14.67vw; }
    .box-pattern01-w:before {
      background-size: auto 5.87vw;
      height: 5.87vw; }
  .box-pattern01-p {
    padding-top: 17.33vw;
    padding-bottom: 14.67vw; }
    .box-pattern01-p:before {
      background-size: auto 5.87vw;
      height: 5.87vw; }
  .box-pattern02-wrap {
    margin-bottom: 10.67vw;
    padding-top: 8vw;
    padding-bottom: 8vw; }
    .box-pattern02-wrap:before, .box-pattern02-wrap:after {
      height: 8.27vw;
      width: 100%; }
    .box-pattern02-wrap:before {
      background: url(img/bg_pattern02_top_sp.png) no-repeat left top;
      background-size: 100% auto; }
    .box-pattern02-wrap.-texture:before {
      background: url(img/bg_pattern02_top_sp-texture.png) no-repeat left top;
      background-size: 100% auto; }
    .box-pattern02-wrap:after {
      background: url(img/bg_pattern02_btm_sp.png) no-repeat left top;
      background-size: 100% auto; }
    .box-pattern02-wrap.-texture:after {
      background: url(img/bg_pattern02_btm_sp-texture.png) no-repeat left top;
      background-size: 100% auto; }
  .-borderNoneSP {
    padding-top: initial;
    padding-bottom: initial; }
    .-borderNoneSP:before, .-borderNoneSP:after {
      all: initial; }
    .-borderNoneSP .box-pattern02 {
      background: #fff; }
  .-paddingNoneSP {
    padding: 0 !important; }
  .box-pattern02 {
    background: url(img/bg_pattern02_mdl_sp.png) repeat-y left top;
    background-size: 100% auto;
    padding-top: 0;
    padding-bottom: 8.27vw; }
    .box-pattern02.-noPadding .box-pattern02-inner {
      padding-top: 0; }
  .box-pattern02-inner {
    padding-left: 7.2vw;
    padding-right: 7.2vw;
    padding-top: 4vw;
    width: 100%; }
    .box-pattern02-inner.w1040 {
      width: 100%; } }

/* アイテムパターンボックス */
@media screen and (min-width: 768px), print {
  .box-item01-left:before {
    background: url(img/bg_item01_left.png) no-repeat left top;
    background-size: 267px auto;
    content: '';
    display: block;
    height: 230px;
    position: absolute;
    left: -82px;
    top: -13px;
    width: 267px; }
  .box-item01-right:before {
    background: url(img/bg_item01_right.png) no-repeat left top;
    background-size: 263px auto;
    content: '';
    display: block;
    height: 227px;
    position: absolute;
    right: -78px;
    bottom: -56px;
    width: 263px; } }

.box-item02:before, .box-item02:after {
  content: '';
  display: block;
  position: absolute; }

.box-item02:before {
  background: url(img/bg_item02_left.png) no-repeat left top;
  background-size: auto 204px;
  height: 204px;
  left: -67px;
  top: -39px;
  width: 162px; }

.box-item02:after {
  background: url(img/bg_item02_right.png) no-repeat left top;
  background-size: auto 136px;
  height: 136px;
  right: -58px;
  bottom: -50px;
  width: 212px; }

@media screen and (max-width: 767px) {
  .box-item02 {
    padding-bottom: 25.33vw; }
    .box-item02:before {
      background: url(img/bg_item02_left_sp.png) no-repeat left top;
      background-size: 100% auto;
      height: 17.07vw;
      left: 0;
      top: 9.07vw;
      width: 21.33vw; }
    .box-item02:after {
      background: url(img/bg_item02_right_sp.png) no-repeat left top;
      background-size: 100% auto;
      height: 13.87vw;
      right: 0;
      bottom: 8.27vw;
      width: 23.2vw; } }

/* 角丸ボックス */
.box-radius {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #ddd;
  text-align: center;
  padding: 20px; }

@media screen and (max-width: 767px) {
  .box-radius {
    border-radius: 2.13vw;
    padding: 5.33vw; } }

/* 横並びボックス（flex） */
@media screen and (min-width: 768px), print {
  .box-col2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 20px; }
    .box-col2 > * {
      margin: 20px 20px 0 0;
      overflow: hidden;
      width: 50%; }
      .box-col2 > *:nth-child(2n) {
        margin-right: -20px; }
      .box-col2 > *:nth-child(-n + 2) {
        margin-top: 0; } }

@media screen and (max-width: 767px) {
  .box-col2 > * {
    margin-bottom: 15px; } }

@media screen and (min-width: 768px), print {
  .box-col3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 40px; }
    .box-col3 > * {
      margin: 20px 20px 0 0;
      overflow: hidden;
      width: 33.3333333333%; }
      .box-col3 > *:nth-child(3n) {
        margin-right: -40px; }
      .box-col3 > *:nth-child(-n + 3) {
        margin-top: 0; } }

@media screen and (max-width: 767px) {
  .box-col3 > * {
    margin-bottom: 15px; } }

@media screen and (min-width: 768px), print {
  .box-col4 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 60px; }
    .box-col4 > * {
      margin: 20px 20px 0 0;
      overflow: hidden;
      width: 25%; }
      .box-col4 > *:nth-child(4n) {
        margin-right: -60px; }
      .box-col4 > *:nth-child(-n + 4) {
        margin-top: 0; } }

@media screen and (max-width: 767px) {
  .box-col4 > * {
    margin-bottom: 15px; } }

@media screen and (min-width: 768px), print {
  .box-col2-parsent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .box-col2-parsent > * {
      overflow: hidden;
      width: 49%; }
      .box-col2-parsent > *:nth-child(n + 1) {
        margin: 2% 2% 0 0; }
      .box-col2-parsent > *:nth-child(2n) {
        margin-right: 0; }
      .box-col2-parsent > *:nth-child(-n + 2) {
        margin-top: 0; } }

@media screen and (max-width: 767px) {
  .box-col2-parsent > * {
    margin-bottom: 15px; } }

@media screen and (min-width: 768px), print {
  .box-col3-parsent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .box-col3-parsent > * {
      overflow: hidden;
      width: 32%; }
      .box-col3-parsent > *:nth-child(n + 1) {
        margin: 2% 2% 0 0; }
      .box-col3-parsent > *:nth-child(3n) {
        margin-right: 0; }
      .box-col3-parsent > *:nth-child(-n + 3) {
        margin-top: 0; } }

@media screen and (max-width: 767px) {
  .box-col3-parsent > * {
    margin-bottom: 15px; } }

@media screen and (min-width: 768px), print {
  .box-col4-parsent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .box-col4-parsent > * {
      overflow: hidden;
      width: 23.5%; }
      .box-col4-parsent > *:nth-child(n + 1) {
        margin: 2% 2% 0 0; }
      .box-col4-parsent > *:nth-child(4n) {
        margin-right: 0; }
      .box-col4-parsent > *:nth-child(-n + 4) {
        margin-top: 0; } }

@media screen and (max-width: 767px) {
  .box-col4-parsent > * {
    margin-bottom: 15px; } }

@media screen and (min-width: 768px), print {
  .box-col2.gutter60 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 60px; }
    .box-col2.gutter60 > * {
      margin: 60px 60px 0 0;
      overflow: hidden;
      width: 50%; }
      .box-col2.gutter60 > *:nth-child(2n) {
        margin-right: -60px; }
      .box-col2.gutter60 > *:nth-child(-n + 2) {
        margin-top: 0; } }

@media screen and (max-width: 767px) {
  .box-col2.gutter60 > * {
    margin-bottom: 8vw; } }

@media screen and (min-width: 768px), print {
  .box-col3.gutter60 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 120px; }
    .box-col3.gutter60 > * {
      margin: 60px 60px 0 0;
      overflow: hidden;
      width: 33.3333333333%; }
      .box-col3.gutter60 > *:nth-child(3n) {
        margin-right: -120px; }
      .box-col3.gutter60 > *:nth-child(-n + 3) {
        margin-top: 0; } }

@media screen and (max-width: 767px) {
  .box-col3.gutter60 > * {
    margin-bottom: 8vw; } }

@media screen and (min-width: 768px), print {
  .box-col4.gutter60 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 180px; }
    .box-col4.gutter60 > * {
      margin: 60px 60px 0 0;
      overflow: hidden;
      width: 25%; }
      .box-col4.gutter60 > *:nth-child(4n) {
        margin-right: -180px; }
      .box-col4.gutter60 > *:nth-child(-n + 4) {
        margin-top: 0; } }

@media screen and (max-width: 767px) {
  .box-col4.gutter60 > * {
    margin-bottom: 8vw; } }

@media screen and (min-width: 768px), print {
  .box-col2.gutter40 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 40px; }
    .box-col2.gutter40 > * {
      margin: 40px 40px 0 0;
      overflow: hidden;
      width: 50%; }
      .box-col2.gutter40 > *:nth-child(2n) {
        margin-right: -40px; }
      .box-col2.gutter40 > *:nth-child(-n + 2) {
        margin-top: 0; } }

@media screen and (max-width: 767px) {
  .box-col2.gutter40 > * {
    margin-bottom: 8vw; } }

@media screen and (min-width: 768px), print {
  .box-col3.gutter40 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 80px; }
    .box-col3.gutter40 > * {
      margin: 40px 40px 0 0;
      overflow: hidden;
      width: 33.3333333333%; }
      .box-col3.gutter40 > *:nth-child(3n) {
        margin-right: -80px; }
      .box-col3.gutter40 > *:nth-child(-n + 3) {
        margin-top: 0; } }

@media screen and (max-width: 767px) {
  .box-col3.gutter40 > * {
    margin-bottom: 8vw; } }

@media screen and (min-width: 768px), print {
  .box-col4.gutter40 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 120px; }
    .box-col4.gutter40 > * {
      margin: 40px 40px 0 0;
      overflow: hidden;
      width: 25%; }
      .box-col4.gutter40 > *:nth-child(4n) {
        margin-right: -120px; }
      .box-col4.gutter40 > *:nth-child(-n + 4) {
        margin-top: 0; } }

@media screen and (max-width: 767px) {
  .box-col4.gutter40 > * {
    margin-bottom: 8vw; } }

@media screen and (min-width: 768px), print {
  .box-col2.gutter20 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 20px; }
    .box-col2.gutter20 > * {
      margin: 20px 20px 0 0;
      overflow: hidden;
      width: 50%; }
      .box-col2.gutter20 > *:nth-child(2n) {
        margin-right: -20px; }
      .box-col2.gutter20 > *:nth-child(-n + 2) {
        margin-top: 0; } }

@media screen and (max-width: 767px) {
  .box-col2.gutter20 > * {
    margin-bottom: 8vw; } }

@media screen and (min-width: 768px), print {
  .box-col3.gutter20 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 40px; }
    .box-col3.gutter20 > * {
      margin: 20px 20px 0 0;
      overflow: hidden;
      width: 33.3333333333%; }
      .box-col3.gutter20 > *:nth-child(3n) {
        margin-right: -40px; }
      .box-col3.gutter20 > *:nth-child(-n + 3) {
        margin-top: 0; } }

@media screen and (max-width: 767px) {
  .box-col3.gutter20 > * {
    margin-bottom: 8vw; } }

@media screen and (min-width: 768px), print {
  .box-col4.gutter20 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 60px; }
    .box-col4.gutter20 > * {
      margin: 20px 20px 0 0;
      overflow: hidden;
      width: 25%; }
      .box-col4.gutter20 > *:nth-child(4n) {
        margin-right: -60px; }
      .box-col4.gutter20 > *:nth-child(-n + 4) {
        margin-top: 0; } }

@media screen and (max-width: 767px) {
  .box-col4.gutter20 > * {
    margin-bottom: 8vw; } }

@media screen and (min-width: 768px), print {
  .box-col2.gutter10 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 10px; }
    .box-col2.gutter10 > * {
      margin: 10px 10px 0 0;
      overflow: hidden;
      width: 50%; }
      .box-col2.gutter10 > *:nth-child(2n) {
        margin-right: -10px; }
      .box-col2.gutter10 > *:nth-child(-n + 2) {
        margin-top: 0; } }

@media screen and (max-width: 767px) {
  .box-col2.gutter10 > * {
    margin-bottom: 8vw; } }

@media screen and (min-width: 768px), print {
  .box-col3.gutter10 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 20px; }
    .box-col3.gutter10 > * {
      margin: 10px 10px 0 0;
      overflow: hidden;
      width: 33.3333333333%; }
      .box-col3.gutter10 > *:nth-child(3n) {
        margin-right: -20px; }
      .box-col3.gutter10 > *:nth-child(-n + 3) {
        margin-top: 0; } }

@media screen and (max-width: 767px) {
  .box-col3.gutter10 > * {
    margin-bottom: 8vw; } }

@media screen and (min-width: 768px), print {
  .box-col4.gutter10 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 30px; }
    .box-col4.gutter10 > * {
      margin: 10px 10px 0 0;
      overflow: hidden;
      width: 25%; }
      .box-col4.gutter10 > *:nth-child(4n) {
        margin-right: -30px; }
      .box-col4.gutter10 > *:nth-child(-n + 4) {
        margin-top: 0; } }

@media screen and (max-width: 767px) {
  .box-col4.gutter10 > * {
    margin-bottom: 8vw; } }

/* 画像左、テキスト右 */
@media screen and (min-width: 768px), print {
  .box-img-l {
    display: -ms-flexbox;
    display: flex; }
    .box-img-l .box-img {
      padding-right: 40px; }
    .box-img-l .box-text {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; } }

@media screen and (max-width: 767px) {
  .box-img-l .box-img {
    margin-bottom: 20px; }
    .box-img-l .box-img img {
      height: auto;
      width: 100%; } }

/* 画像右、テキスト左 */
@media screen and (min-width: 768px), print {
  .box-img-r {
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .box-img-r .box-img {
      padding-left: 40px; }
    .box-img-r .box-text {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; } }

@media screen and (max-width: 767px) {
  .box-img-r .box-img {
    margin-bottom: 20px; }
    .box-img-r .box-img img {
      height: auto;
      width: 100%; } }

/* ボタン
   ========================================================================== */
/* More */
.btn01-wrap {
  line-height: 1;
  margin-top: 75px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem; }

.btn01 {
  background: #E4007F url(img/btn_more_pattern.png) no-repeat center 3px;
  background-size: 98.5% auto;
  color: #FFF;
  display: inline-block;
  font-weight: 400;
  height: 60px;
  padding-top: 21px;
  position: relative;
  width: 400px; }
  .btn01:hover, .btn01:visited {
    color: #FFF; }
  .btn01:after {
    color: #fff;
    content: "";
    display: block;
    position: absolute;
    top: 50% !important;
    right: 64px;
    transform: translateY(-50%) !important;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    font-size: 2.4rem; }
  .btn01[target="_blank"]:after {
    font-size: 18px;
    font-size: 1.8rem; }

.btn01-wrap.font-eng .btn01 {
  padding-top: 23px; }

/* ピンク背景の角丸ボタン */
.btn02 {
  background-color: #E4007F;
  border-radius: 14px;
  color: #FFF;
  display: inline-block;
  padding: 2px 20px 5px;
  text-align: center; }
  .btn02:hover, .btn02:visited {
    color: #FFF; }

.btn02-l {
  border-radius: 26px;
  padding: 4px 70px 7px;
  font-size: 22px;
  font-size: 2.2rem; }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .btn02 {
    padding: 8px 20px 2px; } }

/* 角丸ボタン */
.btn-radius {
  border: 1px solid #ddd;
  border-radius: 16px;
  display: inline-block;
  padding: 3px 11px 5px;
  line-height: 1; }
  @media screen and (max-width: 767px) {
    .btn-radius {
      border-radius: 4.27vw;
      padding: 0.8vw 2.93vw 1.33vw; } }
  @media screen and (min-width: 768px), print {
    .btn-radius .icon-check:before {
      top: 48%; } }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .btn-radius {
    padding: 5px 11px 3px; } }

/* トップページへ戻る */
.btn-area {
  border-top: 1px solid #ddd;
  margin-top: 60px;
  padding-top: 30px; }

@media screen and (max-width: 767px) {
  .btn01-wrap {
    font-size: 4.27vw;
    margin-top: 10.67vw; }
  .btn01 {
    height: 12.8vw;
    padding-top: 4vw;
    position: relative;
    width: 81.07vw; }
    .btn01:after {
      font-size: 4.8vw;
      right: 17.07vw; }
  .btn01-wrap.font-eng .btn01 {
    padding-top: 5.33vw; }
  .btn02-l {
    border-radius: 6.93vw;
    font-size: 3.73vw;
    padding: 1.07vw 10.67vw 1.87vw; }
  .btn-area {
    margin-top: 8vw;
    padding-top: 4vw; } }

/* ボタンの基本スタイル */
/* スタイル別クラス */
/* サイズ別クラス */
/* ボタンレイアウト */
.btn-list {
  letter-spacing: -.4em;
  text-align: center; }
  .btn-list li {
    display: inline-block;
    letter-spacing: normal;
    padding: 0 10px;
    width: 40%; }

@media screen and (max-width: 767px) {
  .btn-list li {
    display: block;
    margin-bottom: 15;
    width: 100%; }
    .btn-list li:last-child {
      margin-bottom: 0; } }

/* 絞り込み系　共通スタイル
   ========================================================================== */
.cat-filter-controls {
  background-color: #FFF;
  border-bottom: 1px solid #FDD1E3;
  margin-bottom: 100px; }

.cat-filter-controls-inner {
  padding: 25px 0 22px;
  position: relative; }

.cat-filter-ttl {
  line-height: 1;
  position: absolute;
  left: 0;
  top: 16px;
  font-size: 15px;
  font-size: 1.5rem; }
  .cat-filter-ttl span {
    background-color: #ffe9ee;
    border-radius: 4px;
    display: inline-block;
    padding: 6px 17px 10px; }

.filter-list {
  display: flex;
  justify-content: center; }
  .filter-list li {
    line-height: 1;
    margin-right: 24px; }
    .filter-list li:last-child {
      margin-right: 0; }
  .filter-list .filter-list-cat {
    cursor: pointer; }
    .filter-list .filter-list-cat.is-checked {
      font-weight: 700; }
    .filter-list .filter-list-cat.is-checked .icon-check {
      color: #E4007F; }
      .filter-list .filter-list-cat.is-checked .icon-check:before {
        color: #E4007F; }

@media screen and (max-width: 767px) {
  .cat-filter-controls {
    margin-bottom: 8vw;
    padding: 4vw 2.67vw; }
  .cat-filter-controls-inner {
    height: 12.8vw;
    padding: 0;
    position: relative; }
  .cat-filter-ttl {
    border: 1px solid #ddd;
    border-radius: 6.4vw;
    font-size: 3.73vw;
    height: 12.8vw;
    overflow: hidden;
    position: static; }
    .cat-filter-ttl span {
      background-color: #ffe9ee;
      border-radius: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 1;
      height: 100%;
      padding: 0;
      width: 32vw; }
  .cat-filter-select {
    border-radius: 6.4vw;
    font-size: 4.27vw;
    position: absolute;
    left: 0;
    top: 0;
    height: 12.8vw;
    width: 100%; }
    .cat-filter-select:before, .cat-filter-select:after {
      background-color: #E4007F;
      border-radius: 0.53vw;
      content: '';
      display: block;
      height: 0.53vw;
      width: 2.67vw;
      position: absolute;
      top: 50%;
      right: 9.07vw; }
    .cat-filter-select:before {
      transform: translateY(-50%) rotate(45deg); }
    .cat-filter-select:after {
      right: 7.47vw;
      transform: translateY(-50%) rotate(-45deg); }
    .cat-filter-select .filter-list {
      display: block;
      position: absolute;
      left: 36.27vw;
      top: 50%;
      transform: translateY(-50%); }
      .cat-filter-select .filter-list li {
        display: none;
        margin-right: 0; }
        .cat-filter-select .filter-list li.is-checked {
          display: block; }
      .cat-filter-select .filter-list .filter-list-cat {
        cursor: pointer; }
        .cat-filter-select .filter-list .filter-list-cat.is-checked {
          color: #E4007F; }
          .cat-filter-select .filter-list .filter-list-cat.is-checked:before {
            color: #E4007F; }
    .cat-filter-select .filter-select {
      background: none;
      appearance: none;
      border: none;
      color: transparent;
      display: block;
      font-weight: bold;
      font-size: 4.8vw;
      outline: none;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%; } }

.news-noresult,
.filter-noresult {
  color: #E4007F;
  margin-bottom: 120px;
  margin-top: 220px;
  text-align: center; }

@media screen and (max-width: 767px) {
  .news-noresult,
  .filter-noresult {
    margin-bottom: 26.67vw;
    margin-top: 26.67vw; } }

/* フォーム
   ========================================================================== */
/* hover
   ========================================================================== */
/* 共通パーツ
   ----------------------------------------------------------------------- */
.btn01:after {
  transition: all 0.3s ease; }

.btn01:hover {
  background-color: #fe2fa2; }
  .btn01:hover:after {
    right: 59px; }

.btn02 {
  transition: all 0.3s ease; }
  .btn02:hover {
    background-color: #fe2fa2; }

.btn-radius {
  transition: all 0.3s ease; }
  .btn-radius:hover {
    border-color: #E4007F; }

.icon-check:before {
  transition: all 0.3s ease; }

a:hover .icon-check:before {
  color: #E4007F; }

.filter-list li {
  transition: all 0.3s ease; }
  .filter-list li:hover {
    color: #E4007F; }
    .filter-list li:hover .icon-check:before {
      color: #E4007F; }

.pagination a span {
  transition: all 0.3s ease; }

.pagination a:hover span {
  background-color: #e5b94b;
  color: #fff; }

.pagination .pagination-item-prev a:hover span,
.pagination .pagination-item-next a:hover span {
  background: none; }

/* header
   ----------------------------------------------------------------------- */
.head-sns li a:hover {
  background-color: #E4007F; }

/* footer
   ----------------------------------------------------------------------- */
.foot-nav a span {
  transition: border-bottom 0.2s ease; }
  .foot-nav a span:hover {
    border-bottom: 1px solid #E4007F; }

.foot-sns li span:before {
  transition: all 0.3s ease; }

.foot-sns li span:hover:before {
  background-color: #E4007F; }

.foot-bnr img {
  transition: all 0.3s ease; }

.foot-bnr a:hover {
  filter: brightness(1.08); }

/* ページトップ
   ----------------------------------------------------------------------- */
#pagetop a:hover {
  background-color: #fe2fa2; }
  #pagetop a:hover span.icon-arrow:before {
    top: -5px; }

#pagetop span.icon-arrow:before {
  transition: all 0.3s ease; }

/* トップページ
   ----------------------------------------------------------------------- */
.important-news-list a:hover {
  text-decoration: none; }

.top-item-list a img {
  transition: all 0.3s ease; }

.top-item-list a:hover img {
  transform: scale(1.1); }

.news-list.gutter60 .news-thumb img {
  transition: all 0.3s ease; }

.news-list.gutter60 a:hover .news-thumb img {
  filter: brightness(1.1);
  transform: scale(1.1); }

.lesson-list li:hover .lesson-list-ttl {
  transition: all 0.3s ease; }

.lesson-list li:hover .lesson-list-ttl {
  opacity: 0.7; }

.lesson-list li:hover .lesson-list-thumb img {
  filter: brightness(1.1);
  transform: scale(1.1); }

.lesson-list-thumb img {
  transition: all 0.3s ease; }

/* ITEM
   ----------------------------------------------------------------------- */
.item-content .item-content-thumb-inner img {
  transition: all 0.3s ease; }

.item-content a:hover .item-content-thumb-inner img {
  filter: brightness(1.1);
  transform: scale(1.1); }

.item-slider-nav-inner .item-slider-nav-thumb {
  transition: all 0.3s ease; }
  .item-slider-nav-inner .item-slider-nav-thumb:hover {
    border-color: #E4007F; }

.color-tab-btn span {
  transition: all 0.3s ease; }
  .color-tab-btn span:hover {
    border-color: #E4007F; }

.ingredients-btn .ingredients-btn-inner:before, .ingredients-btn .ingredients-btn-inner:after,
.ingredients-btn .ingredients-btn-inner:before,
.ingredients-btn .ingredients-btn-inner:after {
  transition: all 0.3s ease; }

.ingredients-btn .ingredients-btn-inner:hover:before, .ingredients-btn .ingredients-btn-inner:hover:after,
.ingredients-btn .ingredients-btn-inner:hover:before,
.ingredients-btn .ingredients-btn-inner:hover:after {
  background-color: #E4007F; }

.howto-btn {
  transition: all 0.3s ease; }
  .howto-btn:hover {
    color: #E4007F; }

.youcanmake-button-trigger {
  transition: all 0.3s ease; }
  .youcanmake-button-trigger:hover {
    background-color: #fe2fa2; }

/* NEWS & TOPICS
   ----------------------------------------------------------------------- */
.ve .link-wrap a:after {
  transition: all 0.3s ease; }

.ve .link-wrap a:hover {
  background-color: #fe2fa2; }
  .ve .link-wrap a:hover:after {
    right: 55px; }

.topics-detail-pager-prev a:after {
  transition: all 0.3s ease; }

.topics-detail-pager-prev:hover a:after {
  left: 35px; }

.topics-detail-pager-next a:after {
  transition: all 0.3s ease; }

.topics-detail-pager-next:hover a:after {
  right: 35px; }

.topics-detail-back-btn a:hover {
  background-color: #fe2fa2; }

/* MAKEUP LESSON
   ----------------------------------------------------------------------- */
.item-content .lesson-thumb img {
  transition: all 0.3s ease; }

.item-content a:hover .lesson-thumb img {
  filter: brightness(1.1);
  transform: scale(1.1); }

/* アイコン
   ========================================================================== */
/* icomoon */
@font-face {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  src: url("/common/fonts/icomoon.eot?n6dhp8");
  src: url("/common/fonts/icomoon.eot?n6dhp8#iefix") format("embedded-opentype"), url("/common/fonts/icomoon.ttf?n6dhp8") format("truetype"), url("/common/fonts/icomoon.woff?n6dhp8") format("woff"), url("/common/fonts/icomoon.svg?n6dhp8#icomoon") format("svg"); }

[class*=" icon-"]:before,
[class^="icon-"]:before {
  color: #444;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow02:before {
  content: ""; }

.icon-blank:before {
  content: ""; }

.icon-arrow {
  padding-right: 37px;
  position: relative; }
  .icon-arrow:before {
    content: "";
    color: #E4007F;
    font-weight: bold;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    font-size: 1rem; }
    @media screen and (max-width: 767px) {
      .icon-arrow:before {
        transform: scale(0.7);
        top: 41%; } }

.icon-check {
  position: relative;
  padding-left: 21px; }
  .icon-check:before {
    content: "";
    color: #ddd;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }

.icon-youtube:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

@media screen and (max-width: 767px) {
  .icon-check {
    padding-left: 5.6vw; } }

/* アイテム一覧　共通スタイル
   ========================================================================== */
.item-label-wrap {
  display: flex;
  z-index: 10; }

.item-label {
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  height: 48px;
  width: 48px;
  padding: 2px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem; }
  .item-label:not(:first-of-type) {
    margin-left: 4px; }
  .item-label span {
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
    padding-top: 24%;
    height: 100%;
    width: 100%; }

.item-label-release {
  background-color: #E4007F; }

.item-label-color {
  background-color: #efc459; }

.item-label-limited {
  background-color: #c0c0c0; }

.item-filter-set .item-label-wrap {
  position: absolute;
  left: -15px;
  top: -15px; }

.item-filter-result {
  padding-top: 48px;
  max-width: 1240px;
  margin: 0 auto; }
  .item-filter-result .grid {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-left: -20px;
    margin-right: -20px; }

.item-filter-set {
  margin: 20px;
  width: 270px; }

.item-content {
  position: relative;
  width: 100%;
  height: 100%; }

.custom-content {
  text-align: center;
  background: #fff;
  color: #666;
  border: 2px solid;
  border-radius: 3px; }

.item-content-thumb {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 7px;
  padding: 5px; }
  .item-content-thumb a {
    display: block; }

.item-content-thumb-inner {
  border-radius: 4px;
  border: 1px solid #ffe9ee;
  text-align: center; }
  .item-content-thumb-inner span {
    display: block;
    overflow: hidden;
    padding: 10px;
    height: 193px;
    width: 100%; }

.item-content-path {
  line-height: 1.25;
  letter-spacing: -.40em; }
  .item-content-path li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    font-size: 12px;
    font-size: 1.2rem; }
    .item-content-path li:after {
      font-family: 'icomoon' !important;
      font-size: 10px;
      content: '\e904';
      display: inline-block;
      margin-left: 6px;
      margin-right: 7px;
      transform: scale(0.7); }
    .item-content-path li:last-child:after {
      display: none; }

.item-content-name {
  line-height: 1.25;
  font-weight: 700;
  margin-top: 4px;
  font-size: 18px;
  font-size: 1.8rem; }

.item-content-price {
  color: #E4007F;
  font-family: "Josefin Sans", sans-serif;
  margin-top: 5px;
  font-size: 20px;
  font-size: 2rem; }

.item-content-price-mark {
  font-size: 15px;
  font-size: 1.5rem; }

.item-content-price-tax {
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem; }

.item-content-point {
  letter-spacing: -.40em; }
  .item-content-point li {
    line-height: 1;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    font-size: 12px;
    font-size: 1.2rem; }
  .item-content-point span {
    background-color: #fff;
    border-radius: 10px;
    display: inline-block;
    padding: 3px 10px 5px; }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .item-content-point span {
    padding: 6px 10px 0; } }

@media screen and (max-width: 767px) {
  .item-label {
    font-size: 2.67vw;
    height: 10.67vw;
    padding: 0.27vw;
    width: 10.67vw; }
  .item-filter-result {
    padding-top: 8vw;
    max-width: none; }
    .item-filter-result .grid {
      display: block;
      margin-left: 0;
      margin-right: 0; }
  .item-filter-set {
    margin: 0 0 6.13vw 0;
    width: 100%; }
    .item-filter-set .item-label-wrap {
      left: -2vw;
      top: -2vw; }
  .item-content-thumb {
    border-radius: 1.07vw;
    padding: 1.33vw; }
  .item-content-thumb-inner {
    border-radius: 1.07vw; }
    .item-content-thumb-inner span {
      display: inline-block;
      padding: 2.67vw;
      height: 51.47vw; }
  .item-content-detail {
    padding: 0 2.13vw; }
  .item-content-path li {
    display: inline;
    font-size: 3.2vw; }
    .item-content-path li:after {
      margin-left: 0.53vw;
      margin-right: 0.53vw; }
  .item-content-name {
    font-size: 4.8vw; }
  .item-content-price {
    font-size: 5.33vw;
    margin-top: 0; }
  .item-content-price-mark {
    font-size: 4vw; }
  .item-content-price-tax {
    font-size: 3.2vw; }
  .item-content-point {
    margin-top: 1.33vw; }
    .item-content-point li {
      line-height: 1;
      margin-right: 5px;
      margin-bottom: 5px;
      display: inline-block;
      letter-spacing: normal;
      vertical-align: middle;
      font-size: 12px;
      font-size: 1.2rem; }
    .item-content-point span {
      background-color: #fff;
      border-radius: 10px;
      display: inline-block;
      padding: 3px 10px 5px; } }

/* リンク
   ========================================================================== */
/* 新規ウィンドウ */
a[target="_blank"]:after {
  content: "";
  display: inline-block;
  margin-left: 2px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a[target="_blank"].no-icon:after {
  display: none; }

/* PDF */
/* リスト
   ========================================================================== */
/* 黒丸付きリスト */
.list-disc {
  margin-left: 1.5em; }
  .list-disc li {
    list-style-type: disc;
    margin-bottom: 10px; }
    .list-disc li:last-child {
      margin-bottom: 0; }

/* 番号付きリスト */
.list-decimal {
  margin-left: 1.5em; }
  .list-decimal li {
    list-style-type: decimal;
    margin-bottom: 10px; }
    .list-decimal li:last-child {
      margin-bottom: 0; }

/* 注釈リスト */
.list-note li {
  color: #707070;
  margin-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  font-size: 1.2rem; }

.list-note-l li {
  margin-left: 1em;
  text-indent: -1em; }

/* NEWS & TOPICSのリスト */
.news-list > li {
  position: relative; }

.news-list.gutter60 li {
  margin: 95px 60px 0 0; }
  .news-list.gutter60 li a {
    display: block;
    position: relative; }
  .news-list.gutter60 li a[target='_blank']:after {
    display: none; }
  .news-list.gutter60 li a[target='_blank'] .news-ttl:after {
    content: "";
    display: inline-block;
    margin-left: 2px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .news-list.gutter60 li a[href$='.xls'] .news-ttl:after,
  .news-list.gutter60 li a[href$='.xlsx'] .news-ttl:after,
  .news-list.gutter60 li a[href$='.doc'] .news-ttl:after,
  .news-list.gutter60 li a[href$='.docx'] .news-ttl:after {
    display: none; }

.news-list.gutter60 .news-cat {
  background-color: #fff;
  padding: 5px;
  color: #E4007F;
  line-height: 1.5;
  z-index: 10;
  margin: 25px 0 0 10px;
  font-size: 13px;
  font-size: 1.3rem; }

.news-list.gutter60 .news-thumb {
  background: rgba(255, 255, 255, 0.7);
  display: block;
  height: 255px;
  width: 360px;
  overflow: hidden;
  position: relative; }
  .news-list.gutter60 .news-thumb:before {
    border: 1px solid #fff;
    content: '';
    display: block;
    height: 244px;
    position: absolute;
    left: 5px;
    top: 5px;
    width: 349px;
    z-index: 5; }

.news-list.gutter60 .news-date-box {
  margin-top: 18px; }

.news-list.gutter60 .news-date {
  color: #E4007F;
  display: block;
  /*margin-top: 18px;*/
  font-size: 18px;
  font-size: 1.8rem; }

.news-list.gutter60 .news-ttl {
  display: inline-block;
  line-height: 1.2;
  margin-top: 14px;
  font-size: 20px;
  font-size: 2rem; }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .news-list.gutter60 .news-cat {
    padding: 10px 0 2px 15px; } }

.important-news {
  border: 2px solid #E4007F;
  color: #E4007F;
  background-color: #fff;
  display: flex;
  max-width: 1280px;
  margin: 0 auto 20px;
  padding: 20px 40px; }

.important-news-ttl {
  font-weight: 700;
  width: 9em;
  font-size: 18px;
  font-size: 1.8rem; }

.important-news-list {
  /*padding-left: 20px;*/ }
  .important-news-list li {
    margin-bottom: 10px;
    position: relative;
    /*padding-left: 7em;*/ }
    .important-news-list li:last-child {
      margin-bottom: 0; }
  .important-news-list .important-news-date {
    position: absolute;
    left: 0;
    top: 0;
    width: 7em; }
  .important-news-list a {
    color: #E4007F;
    text-decoration: underline; }

/* ページ内リンク */
.list-anchor {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  margin-top: 56px; }
  .list-anchor li {
    margin-right: 44px; }
    .list-anchor li:last-child {
      margin-right: 0; }

.icon-arrow-anchor {
  position: relative; }
  .icon-arrow-anchor:before {
    content: "";
    color: #E4007F;
    display: inline-block;
    font-weight: bold;
    margin-right: 15px;
    transform: rotate(90deg);
    font-size: 10px;
    font-size: 1rem; }
    @media screen and (max-width: 767px) {
      .icon-arrow-anchor:before {
        transform: scale(0.7);
        top: 41%; } }

@media screen and (max-width: 767px) {
  .news-list.gutter60 {
    display: flex;
    flex-wrap: wrap;
    margin-top: -5.33vw; }
    .news-list.gutter60 li {
      margin: 5.33vw 4% 0 0;
      width: 48%; }
      .news-list.gutter60 li:nth-child(2n) {
        margin-right: 0; }
    .news-list.gutter60 .news-cat {
      padding: 0.8vw;
      font-size: 2.13vw;
      margin-left: 1vw; }
    .news-list.gutter60 .news-thumb {
      height: 32.53vw;
      width: 45.87vw; }
      .news-list.gutter60 .news-thumb:before {
        height: 30.93vw;
        left: 0.53vw;
        top: 0.53vw;
        width: 44.27vw; }
    .news-list.gutter60 .news-date-box {
      margin-top: 2.67vw; }
    .news-list.gutter60 .news-date {
      font-size: 2.67vw;
      margin-top: 1vw; }
    .news-list.gutter60 .news-ttl {
      font-size: 3.2vw;
      margin-top: 1.33vw; }
  .important-news {
    border-left: none;
    border-right: none;
    display: block;
    margin: 0 auto 5.33vw;
    padding: 2.67vw 4vw; }
  .important-news-ttl {
    font-size: 3.73vw;
    margin-bottom: 1.33vw;
    width: auto;
    text-align: center; }
  .important-news-list {
    padding-left: 0; }
    .important-news-list li {
      margin-bottom: 2.67vw;
      padding-left: 0;
      font-size: 3.2vw; }
    .important-news-list .important-news-date {
      display: block;
      position: relative;
      width: auto; }
  .list-anchor {
    border-top: 1px solid #ddd;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 4vw;
    margin-top: 12.53vw;
    padding: 3.73vw 2.93vw 0; }
    .list-anchor li {
      font-size: 4.27vw;
      margin-right: 0;
      margin-bottom: 2.67vw;
      width: 50%; }
  .icon-arrow-anchor {
    position: relative; }
    .icon-arrow-anchor:before {
      content: "";
      font-size: 2.67vw;
      margin-right: 2.13vw;
      transform: rotate(90deg) scale(0.7);
      top: 41%; } }

/* アイテムリスト */
.cmn-item-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 32px;
  max-width: 1240px;
  margin: 0 auto; }

.cmn-item-list-set {
  margin-right: 40px;
  margin-bottom: 40px;
  width: 270px; }
  .cmn-item-list-set:nth-child(4n) {
    margin-right: 0; }

.cmn-item-list .item-label-wrap {
  position: absolute;
  left: -15px;
  top: -15px; }

@media screen and (max-width: 767px) {
  .cmn-item-list {
    display: block;
    padding-top: 8.53vw;
    max-width: none; }
  .cmn-item-list-set {
    margin: 0 0 6.13vw 0;
    width: 100%; }
  .cmn-item-list .item-label-wrap {
    left: -2vw;
    top: -4vw; } }

/* その他パーツ
   ========================================================================== */
/* 画像を幅100%にする */
img.img-full {
  max-width: 100%;
  width: 100%;
  height: auto; }

/* object fit image */
img.ofi-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%; }

img.ofi-contain {
  object-fit: contain;
  font-family: "object-fit: contain;";
  height: 100%;
  width: 100%; }

.Maintenance {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .Maintenance {
      padding: 5vw;
      box-sizing: border-box; } }

.Maintenance__logotype + * {
  margin-top: 24px; }

.Maintenance__japanese {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700; }
  @media screen and (max-width: 767px) {
    .Maintenance__japanese {
      font-size: 4.8vw; } }
  .Maintenance__japanese + * {
    margin-top: 16px; }

.Maintenance__english {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400; }

/* ページャー
   ========================================================================== */
.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1;
  margin: 80px auto;
  text-align: center; }
  .pagination li {
    margin: 0 15px;
    height: 35px;
    min-width: 35px; }
    .pagination li:last-child {
      margin-right: 0; }
  .pagination a {
    display: block;
    height: 100%; }
  .pagination span {
    background-color: #fff;
    border-radius: 100%;
    color: #e5b94b;
    display: flex;
    justify-content: center;
    font-family: "Josefin Sans", sans-serif;
    height: 100%;
    width: 100%;
    padding-top: 7px;
    position: relative;
    text-decoration: none;
    transition: background-color 0.2s ease;
    font-size: 24px;
    font-size: 2.4rem; }

.pagination-item-active span {
  background-color: #e5b94b;
  color: #fff; }

.pagination-item-first span,
.pagination-item-last span,
.pagination-item-prev span,
.pagination-item-next span {
  background: none; }

.pagination-item-prev span:before {
  border-top: 1px solid #e5b94b;
  border-left: 1px solid #e5b94b;
  content: '';
  display: block;
  height: 10px;
  width: 10px;
  transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
  left: 55%;
  top: 50%; }

.pagination-item-next span:before {
  border-top: 1px solid #e5b94b;
  border-right: 1px solid #e5b94b;
  content: '';
  display: block;
  height: 10px;
  width: 10px;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  left: 45%;
  top: 50%; }

@media screen and (max-width: 767px) {
  .pagination {
    margin: 10.67vw auto; }
    .pagination li {
      margin: 1.33vw;
      height: 8vw;
      min-width: 8vw; }
    .pagination a {
      display: block;
      height: 100%; }
    .pagination span {
      padding-top: 2.13vw;
      font-size: 16px;
      font-size: 1.6rem; }
  .pagination-item-prev span:before {
    height: 2.13vw;
    width: 2.13vw; }
  .pagination-item-next span:before {
    height: 2.13vw;
    width: 2.13vw; } }

/* テーブル
   ========================================================================== */
/* タイトル
   ========================================================================== */
/* ページタイトル */
.cmn-sct-ttl {
  margin-bottom: 31px;
  text-align: center; }

.cmn-sct-ttl-en {
  color: #e5b94b;
  font-family: "Josefin Sans", sans-serif;
  display: inline-block;
  letter-spacing: -.02em;
  line-height: 1;
  margin-bottom: 5px;
  position: relative;
  padding-left: 70px;
  padding-right: 70px;
  font-size: 40px;
  font-size: 4rem; }
  .cmn-sct-ttl-en:before, .cmn-sct-ttl-en:after {
    background: url(img/bg_sct_ttl.png) no-repeat left top;
    background-size: 100% auto;
    content: '';
    display: block;
    height: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px; }
  .cmn-sct-ttl-en:before {
    left: 0; }
  .cmn-sct-ttl-en:after {
    right: 0;
    transform: scale(-1, 1) translateY(-50%); }

.cmn-sct-ttl-jp {
  border-bottom: 1px solid #E4007F;
  border-top: 1px solid #E4007F;
  color: #E4007F;
  min-width: 140px;
  padding: 4px 5px 7px;
  font-size: 18px;
  font-size: 1.8rem; }
  .cmn-sct-ttl-jp.icon-instagram:before {
    color: #E4007F;
    margin-right: 8px; }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .cmn-sct-ttl-jp {
    padding: 4px 5px 0; } }

.item-related {
  margin-top: 65px; }

.cmn-related-ttl {
  text-align: center; }

.cmn-sct-ttl-enwrap {
  display: block; }

.cmn-related-ttl-en {
  color: #E4007F;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  font-size: 28px;
  font-size: 2.8rem; }
  .cmn-related-ttl-en:before, .cmn-related-ttl-en:after {
    background: url(img/ttl_item01.png) no-repeat left top;
    background-size: 100% auto;
    content: '';
    display: inline-block;
    height: 8px;
    width: 8px;
    position: relative;
    top: -4px;
    vertical-align: middle; }
  .cmn-related-ttl-en:before {
    margin-right: 15px; }
  .cmn-related-ttl-en:after {
    margin-left: 15px; }

.cmn-related-ttl-jp {
  display: block;
  font-size: 15px;
  font-size: 1.5rem; }

.cmn-line-ttl {
  border-bottom: 2px solid #E4007F;
  color: #E4007F;
  line-height: 1;
  margin-bottom: 49px;
  padding-bottom: 18px;
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem; }
  .cmn-line-ttl span:before, .cmn-line-ttl span:after {
    background: url(img/ttl_item01.png) no-repeat left top;
    background-size: 100% auto;
    content: '';
    display: inline-block;
    height: 14px;
    width: 14px;
    position: relative;
    top: -4px;
    vertical-align: middle; }
  .cmn-line-ttl span:before {
    margin-right: 15px; }
  .cmn-line-ttl span:after {
    margin-left: 15px; }

@media screen and (max-width: 767px) {
  .cmn-sct-ttl {
    margin-bottom: 6.67vw; }
  .cmn-sct-ttl-en {
    font-size: 8vw;
    padding-left: 13.07vw;
    padding-right: 13.07vw; }
    .cmn-sct-ttl-en:before, .cmn-sct-ttl-en:after {
      height: 5.33vw;
      width: 10.67vw; }
    .cmn-sct-ttl-en:before {
      margin-right: 2.4vw; }
    .cmn-sct-ttl-en:after {
      margin-left: 2.4vw; }
  .cmn-sct-ttl-jp {
    border-bottom: 1px solid #E4007F;
    border-top: 1px solid #E4007F;
    color: #E4007F;
    display: inline-block;
    font-size: 3.47vw;
    min-width: 28.53vw;
    padding-bottom: 5px;
    padding-top: 3px; }
  .cmn-related-ttl {
    text-align: center; }
  .cmn-sct-ttl-enwrap {
    display: block; }
  .cmn-related-ttl-en {
    font-size: 5.6vw; }
    .cmn-related-ttl-en:before, .cmn-related-ttl-en:after {
      height: 2.13vw;
      width: 2.13vw;
      top: -1.07vw; }
    .cmn-related-ttl-en:before {
      margin-right: 4vw; }
    .cmn-related-ttl-en:after {
      margin-left: 4vw; }
  .cmn-related-ttl-jp {
    font-size: 3.73vw; }
  .cmn-line-ttl {
    font-size: 5.33vw;
    margin-bottom: 6.67vw;
    padding-bottom: 3.2vw; }
    .cmn-line-ttl span:before, .cmn-line-ttl span:after {
      height: 10px;
      width: 10px;
      top: -0.53vw; }
    .cmn-line-ttl span:before {
      margin-right: 4vw; }
    .cmn-line-ttl span:after {
      margin-left: 4vw; } }

/* パンくずリスト
   ========================================================================== */
.topicpath li {
  display: inline;
  padding-left: 5px; }
  .topicpath li:before {
    border-right: 1px solid #444;
    border-top: 1px solid #444;
    content: '';
    display: inline-block;
    height: 5px;
    width: 5px;
    margin-right: 8px;
    position: relative;
    top: -1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .topicpath li:first-child {
    padding-left: 0; }
    .topicpath li:first-child:before {
      display: none; }
  .topicpath li:last-child a {
    font-weight: bold;
    pointer-events: none;
    text-decoration: none; }

@media screen and (min-width: 768px), print {
  .topicpath {
    position: relative;
    margin: 60px auto;
    max-width: 1280px;
    padding: 0 40px; }
    .topicpath li {
      list-style-type: none;
      font-size: 11px;
      font-size: 1.1rem; } }

@media screen and (max-width: 767px) {
  .topicpath li {
    font-size: 10px;
    font-size: 1rem; } }

/* Webフォント
   ========================================================================== */
.font-eng {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  letter-spacing: .15em; }

.font-eng-bold {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  letter-spacing: .1em; }

/* モーダル
=========================================================== */
/* 変数
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/* settings
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
.modal {
  background: none; }

/* ラップ
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
.modal:before {
  content: '';
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 233, 238, 0.9);
  z-index: 1000;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  opacity: 0;
  pointer-events: none; }

.modal.-show:before {
  left: 0;
  top: 0;
  opacity: 1;
  pointer-events: auto; }

/* アイテム
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
.modal__item {
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 100vh;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: none;
  -ms-scroll-chaining: none;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
  .modal__item.-show {
    left: 0;
    top: 0;
    opacity: 1; }
  .modal__item::-webkit-scrollbar {
    width: 3px; }
  .modal__item::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.1); }
  .modal__item::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3); }

/* アイテムラップ
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
.modal__wrap {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 768px), print {
    .modal__wrap {
      width: 1200px; } }
  @media screen and (max-width: 767px) {
    .modal__wrap {
      padding: 10px; } }

.modal__inner {
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 768px), print {
    .modal__inner {
      padding: 64px 64px 104px 64px;
      outline: 1px solid #e5b94b;
      outline-offset: -8px; } }
  @media screen and (max-width: 767px) {
    .modal__inner {
      width: 100%; } }

/* ユーテリティー
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
.modal__close {
  background: rgba(221, 221, 221, 0.382);
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding-bottom: 14px;
  padding-top: 15px;
  width: calc(100% - 20px);
  font-size: 18px;
  font-size: 1.8rem;
  transition: background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
  @media screen and (max-width: 767px) {
    .modal__close {
      font-size: 3.73vw;
      position: static;
      padding-bottom: 4vw;
      padding-top: 4vw;
      width: 100%; } }
  .modal__close:hover {
    color: #fff;
    background: #444; }
    .modal__close:hover span:before, .modal__close:hover span:after {
      background-color: #fff; }
    .modal__close:hover span:before {
      transform: rotate(0deg); }
    .modal__close:hover span:after {
      transform: rotate(90deg); }
  .modal__close span {
    padding-left: 36px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .modal__close span {
        padding-left: 4.8vw; } }
    .modal__close span:before, .modal__close span:after {
      background-color: #444;
      content: '';
      display: block;
      height: 1px;
      width: 20px;
      position: absolute;
      transform: rotate(45deg);
      transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
    .modal__close span:before {
      height: 1px;
      width: 20px;
      left: 0;
      top: 14px; }
      @media screen and (max-width: 767px) {
        .modal__close span:before {
          width: 3.73vw;
          top: 2.4vw; } }
    .modal__close span:after {
      height: 20px;
      width: 1px;
      left: 9px;
      top: 4px; }
      @media screen and (max-width: 767px) {
        .modal__close span:after {
          height: 3.73vw;
          left: 1.47vw;
          top: 0.8vw; } }

@media screen and (max-width: 767px) {
  .modal__controller {
    display: flex; } }

.modal__prev,
.modal__next {
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  color: #fff;
  cursor: pointer; }
  @media screen and (min-width: 768px), print {
    .modal__prev,
    .modal__next {
      position: absolute;
      top: 50%;
      margin-top: -50px;
      width: 60px;
      height: 100px;
      display: flex;
      align-items: center;
      justify-content: center; } }
  @media screen and (max-width: 767px) {
    .modal__prev,
    .modal__next {
      width: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      box-sizing: border-box;
      padding: 4vw;
      background: #000; } }
  .modal__prev:before,
  .modal__next:before {
    content: '';
    display: block;
    color: inherit;
    border-color: currentColor;
    border-style: solid;
    border-width: 1px 1px 0 0;
    cursor: pointer; }
    @media screen and (min-width: 768px), print {
      .modal__prev:before,
      .modal__next:before {
        width: 40px;
        height: 40px; } }
    @media screen and (max-width: 767px) {
      .modal__prev:before,
      .modal__next:before {
        width: 7px;
        height: 7px; } }
  @media screen and (max-width: 767px) {
    .modal__prev:after,
    .modal__next:after {
      font-size: 6.4vw; } }
  .modal__item:first-of-type .modal__prev,
  .modal__item:last-of-type .modal__next {
    color: #999;
    pointer-events: none; }
    @media screen and (max-width: 767px) {
      .modal__item:first-of-type .modal__prev,
      .modal__item:last-of-type .modal__next {
        background: #ccc;
        color: #fff;
        cursor: none; } }

@media screen and (min-width: 768px), print {
  .modal__prev {
    left: -80px; }
    .modal__prev:hover {
      transform: translateX(-10px); } }

.modal__prev:before {
  transform: rotate(-135deg) translateX(-25%) translateY(25%); }

@media screen and (max-width: 767px) {
  .modal__prev:after {
    content: 'PREV';
    margin-left: 5px; } }

@media screen and (max-width: 767px) {
  .modal__item:not(:first-of-type) .modal__prev + * {
    border-left: 1px solid rgba(204, 204, 204, 0.5); } }

@media screen and (min-width: 768px), print {
  .modal__next {
    right: -80px; }
    .modal__next:hover {
      transform: translateX(10px); } }

@media screen and (max-width: 767px) {
  .modal__next {
    flex-direction: row-reverse; } }

.modal__next:before {
  transform: rotate(45deg) translateX(-25%) translateY(25%); }

@media screen and (max-width: 767px) {
  .modal__next:after {
    content: 'NEXT';
    margin-right: 5px; } }

/* スクロール不可
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/* モーダル内のiframe
=========================================================== */
#youcanmake__contents {
  overflow: hidden;
  background-color: #fff;
  pointer-events: none; }
  .modal__item.-show #youcanmake__contents {
    display: block;
    pointer-events: auto; }
  @media screen and (max-width: 767px) {
    #youcanmake__contents {
      width: 100%; } }

/* コンテンツ
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
.youcanmake {
  display: flex;
  position: relative; }
  @media screen and (max-width: 767px) {
    .youcanmake {
      flex-direction: column; } }

.youcanmake__side {
  position: relative; }
  .youcanmake__side:before {
    content: '';
    display: block;
    padding-top: 100%; }
  @media screen and (min-width: 768px), print {
    .youcanmake__side {
      width: 425px; } }
  @media screen and (max-width: 767px) {
    .youcanmake__side {
      width: 100%; } }

#YMK-module {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.youcanmake__main {
  margin-left: 40px;
  position: relative; }
  @media screen and (min-width: 768px), print {
    .youcanmake__main {
      width: 559px; } }
  @media screen and (max-width: 767px) {
    .youcanmake__main {
      margin-left: initial;
      margin-top: 8vw;
      margin-bottom: 8vw;
      padding-left: 5vw;
      padding-right: 5vw; } }

.youcanmake__main__ttl {
  background-color: #ffe9ee;
  border-radius: 8px;
  color: #E4007F;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  margin-bottom: 24px;
  padding: 16px 26px;
  font-size: 20px;
  font-size: 2rem; }
  .youcanmake__main__ttl span {
    color: #444;
    font-family: fot-tsukuardgothic-std, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    padding-left: 8px;
    font-size: 15px;
    font-size: 1.5rem; }

.youcanmake__select__set {
  position: relative;
  margin-right: 8px;
  margin-bottom: 8px; }
  @media screen and (min-width: 768px), print {
    .youcanmake__select__set {
      width: 275px; } }
  .youcanmake__select__set a {
    align-items: center;
    border: 1px solid #e9e9e9;
    display: flex;
    transition: all ease 0.2s; }
    .youcanmake__select__set a:hover {
      border-color: #E4007F; }
    .youcanmake__select__set a.-select {
      border-color: #E4007F; }
      .youcanmake__select__set a.-select .youcanmake__select__name {
        font-weight: 700;
        color: #E4007F; }
    .youcanmake__select__set a.-disabled {
      background: rgba(221, 221, 221, 0.382);
      color: rgba(68, 68, 68, 0.382);
      pointer-events: none;
      cursor: not-allowed; }

.youcanmake__select__reset {
  display: inline-flex;
  align-items: center;
  transition: color 0.3s ease 0s;
  font-size: 13px;
  font-size: 1.3rem;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .youcanmake__select__reset {
      font-size: 3.2vw; } }
  .youcanmake__select__reset:hover {
    color: #E4007F; }
    .youcanmake__select__reset:hover .youcanmake__select__reset__icon {
      background-color: #E4007F; }
  .youcanmake__select__reset .youcanmake__select__reset__icon {
    width: 1em;
    height: 1em;
    background-color: #ccc;
    border-radius: 50%;
    display: block;
    position: relative;
    margin-right: 0.618em;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease 0s; }
    .youcanmake__select__reset .youcanmake__select__reset__icon:before {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background-color: #fff;
      transform: rotate(135deg);
      position: absolute; }

.youcanmake__select__img {
  display: block; }

.youcanmake__select__mode {
  color: #E4007F;
  margin-bottom: 8px; }

.youcanmake__select__name {
  flex: 1; }
  .youcanmake__select__name dt {
    line-height: 1;
    font-size: 14px;
    font-size: 1.4rem; }
  .youcanmake__select__name dd {
    line-height: 1.25;
    font-size: 11px;
    font-size: 1.1rem;
    margin-top: 0.1em; }

.youcanmake__select__category {
  display: flex;
  align-items: center;
  color: #E4007F;
  font-weight: 700;
  width: 100%;
  position: relative; }
  .youcanmake__select__category + * {
    margin-top: 16px; }
    @media screen and (max-width: 767px) {
      .youcanmake__select__category + * {
        margin-top: 3vw; } }
  .youcanmake__select__category:before {
    content: '';
    height: 1.382em;
    width: 3px;
    border-radius: 1.5px;
    background: #E4007F;
    display: block;
    margin-right: 21px; }
    @media screen and (max-width: 767px) {
      .youcanmake__select__category:before {
        width: 0.9vw;
        border-radius: 0.45vw;
        margin-right: 5.1vw; } }

.youcanmake__select__item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px; }
  .youcanmake__select__item .youcanmake__select__set {
    width: 275px; }
    @media screen and (min-width: 768px), print {
      .youcanmake__select__item .youcanmake__select__set:nth-child(even) {
        margin-right: 0; } }
    .youcanmake__select__item .youcanmake__select__set a {
      padding: 8px;
      height: 100%; }
  .youcanmake__select__item .youcanmake__select__type__item {
    width: 100%; }
    .youcanmake__select__item .youcanmake__select__type__item + * {
      margin-top: 16px; }
  .youcanmake__select__item .youcanmake__select__type__list {
    display: flex;
    flex-wrap: wrap;
    margin: -4px;
    padding-top: 8px; }
  .youcanmake__select__item .youcanmake__select__type {
    border: 1px solid #ddd;
    margin: 4px;
    padding: 8px 16px;
    height: 100%; }
    .youcanmake__select__item .youcanmake__select__type.-select {
      border-color: #E4007F;
      font-weight: 700;
      color: #E4007F; }
    .youcanmake__select__item .youcanmake__select__type.-disabled {
      background: rgba(221, 221, 221, 0.382);
      color: rgba(68, 68, 68, 0.382);
      pointer-events: none;
      cursor: not-allowed; }
  .youcanmake__select__item .youcanmake__select__img {
    height: 64px;
    width: 64px;
    margin-right: 8px; }
    @media screen and (max-width: 767px) {
      .youcanmake__select__item .youcanmake__select__img {
        margin-right: initial; } }

.youcanmake__select__color {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px; }
  .youcanmake__select__color .youcanmake__select__set:nth-child(2n) {
    margin-right: 0; }
  .youcanmake__select__color .youcanmake__select__set a {
    padding: 8px; }
  .youcanmake__select__color .youcanmake__select__img {
    height: 22px;
    width: 38px; }
  .youcanmake__select__color .youcanmake__select__name {
    line-height: 1.25;
    font-size: 15px;
    font-size: 1.5rem; }

.youcanmake__select__type__wrap {
  display: flex;
  align-items: center; }

@media screen and (max-width: 767px) {
  .youcanmake {
    display: block; }
  .youcanmake__main__ttl {
    border-radius: 2.13vw;
    font-size: 4.8vw;
    margin-bottom: 3.2vw;
    padding: 4vw 6vw; }
    .youcanmake__main__ttl span {
      font-size: 4vw;
      padding-left: 2vw; }
  .youcanmake__select__set {
    margin-right: 0;
    margin-bottom: 2.13vw; }
  .youcanmake__select__name {
    padding-left: 2vw; }
  .youcanmake__select__item {
    margin-bottom: 5vw;
    margin-left: -1vw;
    margin-right: -1vw; }
    .youcanmake__select__item .youcanmake__select__set {
      margin-left: 1vw;
      margin-right: 1vw;
      width: calc(50% - 2vw); }
      .youcanmake__select__item .youcanmake__select__set a {
        justify-content: center;
        padding: 2.13vw 2.4vw 1.87vw; }
    .youcanmake__select__item .youcanmake__select__img {
      height: 10vw;
      width: 10vw; }
  .youcanmake__select__color {
    margin-bottom: 8vw;
    margin-left: -1vw;
    margin-right: -1vw; }
    .youcanmake__select__color .youcanmake__select__set {
      margin-left: 1vw;
      margin-right: 1vw;
      width: calc(50% - 2vw); }
      .youcanmake__select__color .youcanmake__select__set a {
        padding: 2vw;
        display: flex;
        align-items: center;
        justify-content: center; }
    .youcanmake__select__color .youcanmake__select__img {
      height: 6.67vw;
      width: 10.95vw; } }

/* インフォメーション
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
.youcanmake__information {
  width: 100%;
  background-color: rgba(255, 233, 238, 0.95);
  padding: 40px;
  transition: opacity 0.3s ease 0s;
  opacity: 0;
  pointer-events: none; }
  .youcanmake__information.-absolute {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }
    @media screen and (max-width: 767px) {
      .youcanmake__information.-absolute {
        width: calc(100% - 10vw);
        left: 5vw; } }
  @media screen and (max-width: 767px) {
    .youcanmake__information {
      padding: 5vw; } }
  .-disabled .youcanmake__information {
    opacity: 1;
    pointer-events: auto; }

.youcanmake__information__title {
  text-align: center;
  color: #E4007F;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .youcanmake__information__title {
      font-size: 4.27vw; } }
  .youcanmake__information__title + * {
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .youcanmake__information__title + * {
        margin-top: 3vw; } }
  .youcanmake__information__title:before, .youcanmake__information__title:after {
    content: '';
    display: block;
    background: url(/common/css/img/gnav_item.png) no-repeat 0 0;
    background-size: cover;
    width: 8px;
    height: 8px;
    margin-left: 12px;
    margin-right: 12px; }
    @media screen and (max-width: 767px) {
      .youcanmake__information__title:before, .youcanmake__information__title:after {
        margin-left: 2vw;
        margin-right: 2vw; } }

.youcanmake__information__list {
  border-bottom: 1px solid rgba(228, 0, 127, 0.2); }

.youcanmake__information__item {
  display: flex;
  border-top: 1px solid rgba(228, 0, 127, 0.2);
  padding: 16px 8px;
  counter-increment: list; }
  @media screen and (max-width: 767px) {
    .youcanmake__information__item {
      padding: 3vw 0; } }
  .youcanmake__information__item:before {
    content: counter(list);
    font-family: "Josefin Sans", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E4007F;
    color: #fff;
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
    border-radius: 50%;
    margin-right: 12px;
    margin-top: 3px; }

.youcanmake__attention__list {
  margin-top: 20px;
  font-size: 12px;
  font-size: 1.2rem; }

.youcanmake__attention__lead {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 0.382em; }

.youcanmake__attention__item {
  display: flex; }
  .youcanmake__attention__item:before {
    content: '※';
    margin-right: 0.382em; }

/* ==========================================================================
   05. Responisive
   ========================================================================== */
/* display
   ========================================================================== */
.block {
  display: block; }

.sp-item {
  display: none; }

.pc-block {
  display: block; }

@media screen and (max-width: 767px) {
  .sp-item {
    display: block; }
  .pc-item {
    display: none !important; }
  .pc-block {
    display: inline; }
  .sp-block {
    display: block; }
  .sp-pdg {
    padding-left: 2.67vw;
    padding-right: 2.67vw; } }

/* ==========================================================================
   06. Global Site
   ========================================================================== */
/* footer
   ========================================================================== */
.global .foot-btm {
  margin-top: 78px; }

.global .foot-nav-child {
  display: flex;
  flex-wrap: wrap; }
  .global .foot-nav-child li {
    width: 50%;
    font-size: 14px;
    font-size: 1.4rem; }

@media screen and (max-width: 767px) {
  .global .foot-btm {
    margin-top: 0; } }
