@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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, 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, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

del {
  text-decoration: line-through;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

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

html {
  min-width: 100%;
}

body {
  width: 100%;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-weight: 400;
  word-wrap: break-word;
  overflow-x: hidden;
  font-size: min(calc(26 / 750 * 100vw), 26px);
}
@media screen and (min-width: 768px) {
  body {
    font-size: calc(26 * 510 / 750 * 1px);
  }
}

.header {
  color: #41268b;
}
.header a {
  color: #b79e66;
  text-decoration: none;
}
.header img {
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

a {
  color: #333;
  text-decoration: none;
  display: inline-block;
}

img {
  pointer-events: none;
  height: auto;
  vertical-align: bottom;
}

sup {
  vertical-align: text-top;
  font-size: unset;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

.ep-layout-sp {
  display: block;
  visibility: visible;
  width: min(calc(750 / 750 * 100vw), 750px);
}
@media screen and (min-width: 768px) {
  .ep-layout-sp {
    width: calc(750 * 510 / 750 * 1px);
  }
}
.ep-layout-sp {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ep-layout-sp {
    width: 100%;
  }
}

.header_wrap {
  position: relative;
}

/*---------------------------------------------------------------------------------------
  fadeIn
----------------------------------------------------------------------------------------*/
.fade {
  opacity: 0;
  transition: 1s;
}
@media screen and (min-width: 768px) {
  .fade {
    transform: translateY(40px);
  }
}
@media screen and (max-width: 767px) {
  .fade {
    transform: translateY(2vw);
  }
}
.fade.fade-active {
  opacity: 1;
  transform: translateY(0);
}

/*---------------------------------------------------------------------------------------
  header
----------------------------------------------------------------------------------------*/
.wrapper {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  overflow-x: clip;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .header {
    padding-top: min(6vw, 45px);
    padding-left: min(6.6666666667vw, 50px);
  }
  .header-logo img {
    width: min(31.2vw, 234px);
  }
}
@media screen and (min-width: 768px) {
  .header {
    padding-top: 40px;
    padding-left: 40px;
  }
  .header-logo img {
    width: 158px;
  }
}

/*---------------------------------------------------------------------------------------
  fv_bg
----------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .fv_bg_pc {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .fv_bg_pc {
    width: 115vw;
    margin-left: -15vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fv_bg_pc {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .fv_bg_pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .fv_bg_pc img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fv_bg_pc img {
    object-position: 50%;
  }
}
@media screen and (max-width: 767px) {
  .fv_bg_pc img {
    width: 100%;
  }
}

.fv_bg_tab {
  opacity: 0;
  transition: opacity 1s ease;
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fv_bg_tab {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
  }
  .fv_bg_tab.is-visible {
    opacity: 1;
  }
  .fv_bg_tab.is-hiding {
    opacity: 0;
  }
}
.fv_bg_tab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (min-width: 768px) {
  .fv_bg_sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .fv_bg_sp {
    display: block;
  }
}
.fv_bg_sp img {
  width: 100%;
}

h2.fv_title {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease, transform 1s ease;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  h2.fv_title {
    position: fixed;
    top: 50%;
    left: 66%;
    transform: translate(-50%, -50%);
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1049px) {
  h2.fv_title {
    transform: translate(0, -50%);
    left: 0;
    right: 3%;
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  h2.fv_title {
    position: absolute;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100vw;
    top: 80vw;
    left: 0;
  }
}
h2.fv_title.is-show {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  h2.fv_title img {
    width: 873px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  h2.fv_title img {
    width: 698px;
  }
}
@media screen and (max-width: 767px) {
  h2.fv_title img {
    width: 96.2666666667vw;
  }
}

article {
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  article {
    width: 50vw;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  article {
    width: 100vw;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  article {
    width: 100%;
  }
}
article div.contents {
  opacity: 0;
  transition: opacity 1.5s ease;
}
@media screen and (min-width: 768px) {
  article div.contents {
    display: flex;
    justify-content: center;
    gap: 0 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  article div.contents {
    justify-content: flex-end;
    gap: 0 20px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  article div.contents {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  article div.contents {
    opacity: 1 !important;
  }
}
article div.contents.is-visible {
  opacity: 1;
}
article div.contents.is-hiding {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  article div.contents main {
    width: min(calc(768 / 750 * 100vw), 768px);
    max-width: 510px;
    padding-top: 60vh;
    transition: 0.8s;
    position: relative;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  article div.contents main {
    width: calc(768 * 510 / 750 * 1px);
  }
}
@media screen and (min-width: 768px) {
  article div.contents main.is-visible {
    opacity: 1;
    transition: 0.8s;
    visibility: visible;
  }
  article div.contents main.is-hiding {
    opacity: 0;
    transition: 0.8s;
    visibility: hidden;
  }
}
@media screen and (max-width: 767px) {
  article div.contents main {
    width: min(calc(750 / 750 * 100vw), 750px);
    margin-top: -25.3333333333vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  article div.contents main {
    width: calc(750 * 510 / 750 * 1px);
  }
}
article div.contents main img {
  max-width: 100%;
}
article div.contents main section.first {
  position: relative;
  z-index: 1;
  background: url(../img/first_bg.png) 0 0/cover no-repeat;
  padding-bottom: min(calc(100 / 750 * 100vw), 100px);
}
@media screen and (min-width: 768px) {
  article div.contents main section.first {
    padding-bottom: calc(100 * 510 / 750 * 1px);
  }
}
article div.contents main section.second {
  margin-top: min(calc(-110 / 750 * 100vw), -110px);
}
@media screen and (min-width: 768px) {
  article div.contents main section.second {
    margin-top: calc(-110 * 510 / 750 * 1px);
  }
}
article div.contents main section.second {
  padding-bottom: min(calc(100 / 750 * 100vw), 100px);
}
@media screen and (min-width: 768px) {
  article div.contents main section.second {
    padding-bottom: calc(100 * 510 / 750 * 1px);
  }
}
article div.contents main section.second {
  background: url(../img/second_bg.png) 0 0/cover no-repeat;
}
@media screen and (max-width: 767px) {
  article div.contents main section.second {
    padding-top: 17.3333333333vw;
    padding-bottom: 26.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  article div.contents aside {
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100vh;
    padding-bottom: 40px;
  }
  article div.contents aside div.side-column {
    text-align: center;
  }
  article div.contents aside div.side-column div.side-item_box {
    position: relative;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  article div.contents aside div.side-column div.side-item_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 180px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  article div.contents aside div.side-column div.side-item_box div.side_right {
    max-width: 180px;
  }
  article div.contents aside div.side-column div.side-item_box div.side_right a {
    transition: 0.4s;
  }
  article div.contents aside div.side-column div.side-item_box div.side_right a img {
    width: 180px;
  }
  article div.contents aside div.side-column div.side-item_box div.side_right a:hover {
    cursor: pointer;
    opacity: 0.9;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  article div.contents aside {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  article div.contents aside {
    display: none;
  }
}

div.cta {
  position: relative;
}
div.cta div.cont {
  position: absolute;
  top: min(calc(410 / 750 * 100vw), 410px);
}
@media screen and (min-width: 768px) {
  div.cta div.cont {
    top: calc(410 * 510 / 750 * 1px);
  }
}
div.cta div.cont {
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: max-content;
}
div.cta div.cont .head {
  margin-bottom: min(calc(30 / 750 * 100vw), 30px);
}
@media screen and (min-width: 768px) {
  div.cta div.cont .head {
    margin-bottom: calc(30 * 510 / 750 * 1px);
  }
}
div.cta div.cont .head p {
  color: #101010;
  line-height: 1.6;
  font-size: min(calc(28 / 750 * 100vw), 28px);
}
@media screen and (min-width: 768px) {
  div.cta div.cont .head p {
    font-size: calc(28 * 510 / 750 * 1px);
  }
}
div.cta div.cont .head p:first-child {
  margin-bottom: min(calc(10 / 750 * 100vw), 10px);
}
@media screen and (min-width: 768px) {
  div.cta div.cont .head p:first-child {
    margin-bottom: calc(10 * 510 / 750 * 1px);
  }
}
div.cta div.cont .head p span {
  font-size: min(calc(18 / 750 * 100vw), 18px);
}
@media screen and (min-width: 768px) {
  div.cta div.cont .head p span {
    font-size: calc(18 * 510 / 750 * 1px);
  }
}
div.cta div.cont .foot {
  margin-top: min(calc(50 / 750 * 100vw), 50px);
}
@media screen and (min-width: 768px) {
  div.cta div.cont .foot {
    margin-top: calc(50 * 510 / 750 * 1px);
  }
}
div.cta div.cont .foot p {
  color: #6a6d71;
  line-height: 1.7;
  font-size: min(calc(24 / 750 * 100vw), 24px);
}
@media screen and (min-width: 768px) {
  div.cta div.cont .foot p {
    font-size: calc(24 * 510 / 750 * 1px);
  }
}
div.cta div.cont .foot p span {
  font-size: min(calc(20 / 750 * 100vw), 20px);
}
@media screen and (min-width: 768px) {
  div.cta div.cont .foot p span {
    font-size: calc(20 * 510 / 750 * 1px);
  }
}

div.btns .btn {
  margin: 0 auto;
  border-radius: 50px;
  width: min(calc(530 / 750 * 100vw), 530px);
}
@media screen and (min-width: 768px) {
  div.btns .btn {
    width: calc(530 * 510 / 750 * 1px);
  }
}
div.btns .btn {
  height: min(calc(110 / 750 * 100vw), 110px);
}
@media screen and (min-width: 768px) {
  div.btns .btn {
    height: calc(110 * 510 / 750 * 1px);
  }
}
div.btns .btn {
  margin-bottom: min(calc(20 / 750 * 100vw), 20px);
}
@media screen and (min-width: 768px) {
  div.btns .btn {
    margin-bottom: calc(20 * 510 / 750 * 1px);
  }
}
div.btns .btn.aroow {
  position: relative;
  transition: 0.4s;
}
div.btns .btn.aroow:after {
  margin: auto 0;
  transition: 0.4s;
  position: absolute;
  content: "";
  background: url(../img/arrow.png) center 0/100% no-repeat;
  width: min(calc(30 / 750 * 100vw), 30px);
}
@media screen and (min-width: 768px) {
  div.btns .btn.aroow:after {
    width: calc(30 * 510 / 750 * 1px);
  }
}
div.btns .btn.aroow:after {
  height: min(calc(10 / 750 * 100vw), 10px);
}
@media screen and (min-width: 768px) {
  div.btns .btn.aroow:after {
    height: calc(10 * 510 / 750 * 1px);
  }
}
div.btns .btn.aroow:after {
  right: min(calc(40 / 750 * 100vw), 40px);
}
@media screen and (min-width: 768px) {
  div.btns .btn.aroow:after {
    right: calc(40 * 510 / 750 * 1px);
  }
}
div.btns .btn.aroow:after {
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  div.btns .btn.aroow:hover {
    opacity: 0.8;
    transition: 0.4s;
  }
}
@media screen and (min-width: 768px) {
  div.btns .btn.aroow:hover:after {
    transform: translate(8px, -50%);
  }
}
div.btns a {
  width: 100%;
  display: flex;
  align-items: center;
  height: min(calc(110 / 750 * 100vw), 110px);
}
@media screen and (min-width: 768px) {
  div.btns a {
    height: calc(110 * 510 / 750 * 1px);
  }
}

@media screen and (min-width: 768px) {
  div.side_right div.btns .btn {
    width: 180px;
    height: 56px;
    margin-top: -3px;
    margin-bottom: 0;
  }
  div.side_right div.btns .btn a {
    width: 100%;
    height: 100%;
  }
  div.side_right div.btns .btn a img {
    width: 180px;
    height: 56px;
  }
  div.side_right div.btns .btn.aroow {
    position: relative;
    transition: 0.4s;
  }
  div.side_right div.btns .btn.aroow:after {
    width: 9px;
    height: 4px;
    right: 25px;
    margin-top: -3px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  div.side_right div.btns .btn.aroow:hover {
    opacity: 0.9;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  div.side_right div.btns .btn.aroow:hover:after {
    transform: translate(4px, -50%);
  }
}

div.how {
  text-align: center;
  margin-bottom: min(calc(270 / 750 * 100vw), 270px);
}
@media screen and (min-width: 768px) {
  div.how {
    margin-bottom: calc(270 * 510 / 750 * 1px);
  }
}
div.how div.movie {
  margin-top: min(calc(-20 / 750 * 100vw), -20px);
}
@media screen and (min-width: 768px) {
  div.how div.movie {
    margin-top: calc(-20 * 510 / 750 * 1px);
  }
}
div.how .thumbnail_wrp {
  position: relative;
}
div.how .thumbnail_wrp img.thumbnail {
  width: min(calc(450 / 750 * 100vw), 450px);
}
@media screen and (min-width: 768px) {
  div.how .thumbnail_wrp img.thumbnail {
    width: calc(450 * 510 / 750 * 1px);
  }
}
div.how .thumbnail_wrp img.mascara {
  padding: 0 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(calc(635 / 750 * 100vw), 635px);
}
@media screen and (min-width: 768px) {
  div.how .thumbnail_wrp img.mascara {
    width: calc(635 * 510 / 750 * 1px);
  }
}
div.how .thumbnail_wrp .movie_btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  right: min(calc(120 / 750 * 100vw), 120px);
}
@media screen and (min-width: 768px) {
  div.how .thumbnail_wrp .movie_btn {
    right: calc(120 * 510 / 750 * 1px);
  }
}
div.how .thumbnail_wrp .movie_btn {
  bottom: min(calc(-50 / 750 * 100vw), -50px);
}
@media screen and (min-width: 768px) {
  div.how .thumbnail_wrp .movie_btn {
    bottom: calc(-50 * 510 / 750 * 1px);
  }
}
div.how .thumbnail_wrp .movie_btn:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  border-radius: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  transition: 0.3s;
}
div.how .thumbnail_wrp .movie_btn:hover:after {
  width: min(calc(220 / 750 * 100vw), 220px);
}
@media screen and (min-width: 768px) {
  div.how .thumbnail_wrp .movie_btn:hover:after {
    width: calc(220 * 510 / 750 * 1px);
  }
}
div.how .thumbnail_wrp .movie_btn:hover:after {
  height: min(calc(220 / 750 * 100vw), 220px);
}
@media screen and (min-width: 768px) {
  div.how .thumbnail_wrp .movie_btn:hover:after {
    height: calc(220 * 510 / 750 * 1px);
  }
}
div.how .thumbnail_wrp .movie_btn .btn_back {
  background-color: rgba(255, 255, 255, 0.5607843137);
  border-radius: 500px;
  position: absolute;
  width: min(calc(220 / 750 * 100vw), 220px);
}
@media screen and (min-width: 768px) {
  div.how .thumbnail_wrp .movie_btn .btn_back {
    width: calc(220 * 510 / 750 * 1px);
  }
}
div.how .thumbnail_wrp .movie_btn .btn_back {
  height: min(calc(220 / 750 * 100vw), 220px);
}
@media screen and (min-width: 768px) {
  div.how .thumbnail_wrp .movie_btn .btn_back {
    height: calc(220 * 510 / 750 * 1px);
  }
}
div.how .thumbnail_wrp .movie_btn img {
  position: relative;
  z-index: 1;
  width: min(calc(190 / 750 * 100vw), 190px);
}
@media screen and (min-width: 768px) {
  div.how .thumbnail_wrp .movie_btn img {
    width: calc(190 * 510 / 750 * 1px);
  }
}
div.how .thumbnail_wrp .movie_btn img {
  padding: min(calc(5 / 750 * 100vw), 5px) 0 0 min(calc(5 / 750 * 100vw), 5px);
}
@media screen and (min-width: 768px) {
  div.how .thumbnail_wrp .movie_btn img {
    padding: calc(5 * 510 / 750 * 1px) 0 0 calc(5 * 510 / 750 * 1px);
  }
}

div.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  aspect-ratio: 9/16;
  width: min(calc(550 / 750 * 100vw), 550px);
}
@media screen and (min-width: 768px) {
  div.modal {
    width: calc(550 * 510 / 750 * 1px);
  }
}
@media screen and (min-width: 768px) {
  div.modal {
    max-width: 600px;
    min-width: 300px;
  }
}
div.modal video {
  width: 100%;
  height: 100%;
}
div.modal.is-active {
  display: block;
}
div.modal .btn {
  width: 27px;
  height: 27px;
  position: absolute;
  bottom: 5px;
  right: -40px;
  border-radius: 100%;
  border: 1px solid #fff;
  cursor: pointer;
  transition: 0.4s;
}
div.modal .btn::before, div.modal .btn::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  width: 1px;
  height: 10px;
  background-color: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
div.modal .btn::before {
  transform: rotate(45deg);
}
div.modal .btn::after {
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  div.modal .btn:hover {
    opacity: 0.8;
  }
}
div.modal-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.4s;
}
div.modal-bg.is-active {
  display: block;
}
@media screen and (min-width: 768px) {
  div.modal-bg:hover {
    opacity: 0.9;
  }
}

section.last {
  background: url(../img/last_bg.png) 0 0/cover no-repeat;
}

section.mascara {
  padding-bottom: min(calc(100 / 750 * 100vw), 100px);
}
@media screen and (min-width: 768px) {
  section.mascara {
    padding-bottom: calc(100 * 510 / 750 * 1px);
  }
}
section.mascara div.mascara_item {
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
}
section.mascara div.mascara_item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.8;
  height: min(calc(500 / 750 * 100vw), 500px);
}
@media screen and (min-width: 768px) {
  section.mascara div.mascara_item:before {
    height: calc(500 * 510 / 750 * 1px);
  }
}
section.mascara div.mascara_item:before {
  background: linear-gradient(180deg, #7dcbd1 0%, #abdde1 25%, #ddf1f3 50%, #f9fcfd 75%, #ffffff 90%);
}
section.mascara div.mascara_item {
  text-align: center;
  margin: 0 auto;
  border-radius: min(calc(30 / 750 * 100vw), 30px);
}
@media screen and (min-width: 768px) {
  section.mascara div.mascara_item {
    border-radius: calc(30 * 510 / 750 * 1px);
  }
}
section.mascara div.mascara_item {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
  position: relative;
  overflow: hidden;
  width: min(calc(650 / 750 * 100vw), 650px);
}
@media screen and (min-width: 768px) {
  section.mascara div.mascara_item {
    width: calc(650 * 510 / 750 * 1px);
  }
}
section.mascara div.mascara_item {
  padding: min(calc(65 / 750 * 100vw), 65px) 0 min(calc(60 / 750 * 100vw), 60px);
}
@media screen and (min-width: 768px) {
  section.mascara div.mascara_item {
    padding: calc(65 * 510 / 750 * 1px) 0 calc(60 * 510 / 750 * 1px);
  }
}
section.mascara div.mascara_item .mascara_img {
  position: relative;
  z-index: 10;
  width: min(calc(205 / 750 * 100vw), 205px);
}
@media screen and (min-width: 768px) {
  section.mascara div.mascara_item .mascara_img {
    width: calc(205 * 510 / 750 * 1px);
  }
}
section.mascara div.mascara_item h3 {
  position: relative;
  z-index: 10;
  color: #34adb7;
  line-height: 1.4;
  margin: min(calc(20 / 750 * 100vw), 20px) auto min(calc(10 / 750 * 100vw), 10px);
}
@media screen and (min-width: 768px) {
  section.mascara div.mascara_item h3 {
    margin: calc(20 * 510 / 750 * 1px) auto calc(10 * 510 / 750 * 1px);
  }
}
section.mascara div.mascara_item h3 {
  font-size: min(calc(30 / 750 * 100vw), 30px);
}
@media screen and (min-width: 768px) {
  section.mascara div.mascara_item h3 {
    font-size: calc(30 * 510 / 750 * 1px);
  }
}
section.mascara div.mascara_item img.line {
  position: relative;
  z-index: 10;
  width: min(calc(535 / 750 * 100vw), 535px);
}
@media screen and (min-width: 768px) {
  section.mascara div.mascara_item img.line {
    width: calc(535 * 510 / 750 * 1px);
  }
}
section.mascara div.mascara_item p.mascara_price {
  position: relative;
  z-index: 10;
  color: #101010;
  line-height: 1.6;
  margin: min(calc(40 / 750 * 100vw), 40px) auto min(calc(65 / 750 * 100vw), 65px);
}
@media screen and (min-width: 768px) {
  section.mascara div.mascara_item p.mascara_price {
    margin: calc(40 * 510 / 750 * 1px) auto calc(65 * 510 / 750 * 1px);
  }
}
section.mascara div.mascara_item p.mascara_price {
  font-size: min(calc(28 / 750 * 100vw), 28px);
}
@media screen and (min-width: 768px) {
  section.mascara div.mascara_item p.mascara_price {
    font-size: calc(28 * 510 / 750 * 1px);
  }
}
section.mascara div.mascara_item p.mascara_price span {
  font-size: min(calc(18 / 750 * 100vw), 18px);
}
@media screen and (min-width: 768px) {
  section.mascara div.mascara_item p.mascara_price span {
    font-size: calc(18 * 510 / 750 * 1px);
  }
}
section.mascara div.mascara_item .mascara_products {
  padding: 0 0 min(calc(65 / 750 * 100vw), 65px);
}
@media screen and (min-width: 768px) {
  section.mascara div.mascara_item .mascara_products {
    padding: 0 0 calc(65 * 510 / 750 * 1px);
  }
}
section.mascara div.mascara_item .mascara_product {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  gap: 0 20px;
  width: min(calc(500 / 750 * 100vw), 500px);
}
@media screen and (min-width: 768px) {
  section.mascara div.mascara_item .mascara_product {
    width: calc(500 * 510 / 750 * 1px);
  }
}
section.mascara div.mascara_item .mascara_product {
  margin-bottom: min(calc(30 / 750 * 100vw), 30px);
}
@media screen and (min-width: 768px) {
  section.mascara div.mascara_item .mascara_product {
    margin-bottom: calc(30 * 510 / 750 * 1px);
  }
}
section.mascara div.mascara_item .left img {
  width: min(calc(230 / 750 * 100vw), 230px);
}
@media screen and (min-width: 768px) {
  section.mascara div.mascara_item .left img {
    width: calc(230 * 510 / 750 * 1px);
  }
}
section.mascara div.mascara_item .left.navy img {
  position: relative;
  width: min(calc(240 / 750 * 100vw), 240px);
}
@media screen and (min-width: 768px) {
  section.mascara div.mascara_item .left.navy img {
    width: calc(240 * 510 / 750 * 1px);
  }
}
section.mascara div.mascara_item .left.navy img {
  left: min(calc(-5 / 750 * 100vw), -5px);
}
@media screen and (min-width: 768px) {
  section.mascara div.mascara_item .left.navy img {
    left: calc(-5 * 510 / 750 * 1px);
  }
}
section.mascara div.mascara_item .left.navy img {
  top: min(calc(-10 / 750 * 100vw), -10px);
}
@media screen and (min-width: 768px) {
  section.mascara div.mascara_item .left.navy img {
    top: calc(-10 * 510 / 750 * 1px);
  }
}
section.mascara div.mascara_item .right img {
  width: min(calc(250 / 750 * 100vw), 250px);
}
@media screen and (min-width: 768px) {
  section.mascara div.mascara_item .right img {
    width: calc(250 * 510 / 750 * 1px);
  }
}
section.mascara div.mascara_item .right p {
  line-height: 1.5;
  text-align: left;
  font-size: min(calc(20 / 750 * 100vw), 20px);
}
@media screen and (min-width: 768px) {
  section.mascara div.mascara_item .right p {
    font-size: calc(20 * 510 / 750 * 1px);
  }
}
section.mascara div.mascara_item .right p.title {
  font-weight: bold;
  font-size: min(calc(26 / 750 * 100vw), 26px);
}
@media screen and (min-width: 768px) {
  section.mascara div.mascara_item .right p.title {
    font-size: calc(26 * 510 / 750 * 1px);
  }
}
section.mascara div.mascara_item .right p.title {
  margin: min(calc(10 / 750 * 100vw), 10px) 0 0;
}
@media screen and (min-width: 768px) {
  section.mascara div.mascara_item .right p.title {
    margin: calc(10 * 510 / 750 * 1px) 0 0;
  }
}
section.mascara div.mascara_item .right p.title span {
  font-size: min(calc(18 / 750 * 100vw), 18px);
}
@media screen and (min-width: 768px) {
  section.mascara div.mascara_item .right p.title span {
    font-size: calc(18 * 510 / 750 * 1px);
  }
}
section.mascara div.mascara_item .right p.black {
  color: #101010;
}
section.mascara div.mascara_item .right p.brown {
  color: #553b27;
}
section.mascara div.mascara_item .right p.navy {
  color: #2e2252;
}
section.mascara div.mascara_item p.kome {
  color: #7b7a7a;
  margin-bottom: min(calc(50 / 750 * 100vw), 50px);
}
@media screen and (min-width: 768px) {
  section.mascara div.mascara_item p.kome {
    margin-bottom: calc(50 * 510 / 750 * 1px);
  }
}
section.mascara div.mascara_item p.kome {
  font-size: min(calc(20 / 750 * 100vw), 20px);
}
@media screen and (min-width: 768px) {
  section.mascara div.mascara_item p.kome {
    font-size: calc(20 * 510 / 750 * 1px);
  }
}
section.mascara div.mascara_item div.hitoe img {
  width: min(calc(530 / 750 * 100vw), 530px);
}
@media screen and (min-width: 768px) {
  section.mascara div.mascara_item div.hitoe img {
    width: calc(530 * 510 / 750 * 1px);
  }
}

@media screen and (min-width: 768px) {
  .fixed-bottom {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fixed-bottom {
    display: block;
  }
}
.fixed-bottom {
  opacity: 0;
  position: fixed;
  left: 0;
  bottom: 2.6666666667vw;
  z-index: 20;
  transition: 0.4s;
  width: 100%;
}
.fixed-bottom.is-visible {
  opacity: 1;
}
.fixed-bottom div.one {
  text-align: right;
}
.fixed-bottom div.one img {
  max-width: 180px;
  width: 38.6666666667vw;
}
.fixed-bottom div.three {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.4vw;
  margin-right: -0.8vw;
}
.fixed-bottom div.three a {
  width: 30.4vw;
}
.fixed-bottom div.three img {
  width: 30.4vw;
}

/*---------------------------------------------------------------------------------------
  footer
----------------------------------------------------------------------------------------*/
.footer-container {
  background-color: #f7f9f9;
  position: relative;
  z-index: 10;
  padding-top: min(calc(110 / 750 * 100vw), 110px);
}
@media screen and (min-width: 768px) {
  .footer-container {
    padding-top: calc(110 * 510 / 750 * 1px);
  }
}
.footer-container {
  padding-bottom: min(calc(220 / 750 * 100vw), 220px);
}
@media screen and (min-width: 768px) {
  .footer-container {
    padding-bottom: calc(220 * 510 / 750 * 1px);
  }
}
.footer-container footer {
  font-family: "Tenali Ramakrishna";
}
.footer-container footer h3 {
  text-align: center;
}
.footer-container footer h3 img {
  width: min(calc(255 / 750 * 100vw), 255px);
}
@media screen and (min-width: 768px) {
  .footer-container footer h3 img {
    width: calc(255 * 510 / 750 * 1px);
  }
}
.footer-container footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-container footer ul:nth-of-type(1) {
  margin-top: min(calc(90 / 750 * 100vw), 90px);
}
@media screen and (min-width: 768px) {
  .footer-container footer ul:nth-of-type(1) {
    margin-top: calc(90 * 510 / 750 * 1px);
  }
}
.footer-container footer ul:nth-of-type(2) {
  margin-top: min(calc(50 / 750 * 100vw), 50px);
}
@media screen and (min-width: 768px) {
  .footer-container footer ul:nth-of-type(2) {
    margin-top: calc(50 * 510 / 750 * 1px);
  }
}
.footer-container footer ul li {
  margin: 0 2%;
}
.footer-container footer ul li a {
  text-decoration: none;
  color: #202020;
  font-size: min(calc(28 / 750 * 100vw), 28px);
}
@media screen and (min-width: 768px) {
  .footer-container footer ul li a {
    font-size: calc(28 * 510 / 750 * 1px);
  }
}
.footer-container footer ul li a img {
  width: min(calc(60 / 750 * 100vw), 60px);
}
@media screen and (min-width: 768px) {
  .footer-container footer ul li a img {
    width: calc(60 * 510 / 750 * 1px);
  }
}
.footer-container footer div {
  display: flex;
  justify-content: center;
  margin-top: min(calc(60 / 750 * 100vw), 60px);
}
@media screen and (min-width: 768px) {
  .footer-container footer div {
    margin-top: calc(60 * 510 / 750 * 1px);
  }
}
.footer-container footer div {
  margin-bottom: min(calc(20 / 750 * 100vw), 20px);
}
@media screen and (min-width: 768px) {
  .footer-container footer div {
    margin-bottom: calc(20 * 510 / 750 * 1px);
  }
}
.footer-container footer div p {
  font-size: min(calc(28 / 750 * 100vw), 28px);
}
@media screen and (min-width: 768px) {
  .footer-container footer div p {
    font-size: calc(28 * 510 / 750 * 1px);
  }
}
.footer-container footer div p {
  margin: 0 3%;
}
.footer-container footer div p a {
  text-decoration: none;
  color: #888888;
}
.footer-container footer p {
  text-align: center;
  font-size: min(calc(22 / 750 * 100vw), 22px);
}
@media screen and (min-width: 768px) {
  .footer-container footer p {
    font-size: calc(22 * 510 / 750 * 1px);
  }
}
.footer-container footer p {
  color: #888888;
}