@charset "UTF-8";
/*
Theme Name:salonblessyou
*/
/*----------------------------------------
  reset
-----------------------------------------*/
/* line 11, ../_base.scss */
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;
}

/* line 88, ../_base.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* line 98, ../_base.scss */
html {
  box-sizing: border-box;
}

/* line 101, ../_base.scss */
*:before,
*:after {
  box-sizing: inherit;
}

/* line 106, ../_base.scss */
body {
  line-height: 1;
}

/* line 110, ../_base.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* line 124, ../_base.scss */
p {
  text-align: justify;
}

/* line 128, ../_base.scss */
nav ul {
  list-style: none;
}

/* line 132, ../_base.scss */
blockquote,
q {
  quotes: none;
}

/* line 137, ../_base.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* line 145, ../_base.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
/* line 155, ../_base.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
/* line 162, ../_base.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 169, ../_base.scss */
del {
  text-decoration: line-through;
}

/* line 173, ../_base.scss */
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 179, ../_base.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
/* line 185, ../_base.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* line 194, ../_base.scss */
input,
select {
  vertical-align: middle;
  outline: 0;
}

/* line 200, ../_base.scss */
ul,
li {
  list-style: none;
}

/* line 206, ../_base.scss */
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="tel"],
input[type="email"] {
  -webkit-appearance: none;
  border: none;
  box-sizing: border-box;
}

/* line 215, ../_base.scss */
input[type="text"]:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus {
  outline: 0;
  background-color: #fff;
}

/* line 225, ../_base.scss */
input:-internal-autofill-selected {
  background-color: #fff !important;
}

/* line 228, ../_base.scss */
input[type="text"]:focus:placeholder-shown,
input[type="button"]:focus:placeholder-shown,
input[type="submit"]:focus:placeholder-shown,
input[type="tel"]:focus:placeholder-shown,
input[type="email"]:focus:placeholder-shown,
textarea:focus:placeholder-shown {
  color: #ddd;
}

/* line 236, ../_base.scss */
input[type="text"]:focus:-webkit-input-placeholder,
input[type="button"]:focus:-webkit-input-placeholder,
input[type="submit"]:focus:-webkit-input-placeholder,
input[type="tel"]:focus:-webkit-input-placeholder,
input[type="email"]:focus:-webkit-input-placeholder,
textarea:focus:-webkit-input-placeholder {
  color: #ddd;
}

/* line 244, ../_base.scss */
input[type="text"]:focus:-moz-placeholder,
input[type="button"]:focus:-moz-placeholder,
input[type="submit"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #ddd;
}

/* line 252, ../_base.scss */
input[type="text"]:focus:-ms-input-placeholder,
input[type="button"]:focus:-ms-input-placeholder,
input[type="submit"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #ddd;
}

/* line 260, ../_base.scss */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

/* line 275, ../_base.scss */
input[type="text"]:placeholder-shown,
input[type="email"]:placeholder-shown,
input[type="tel"]:placeholder-shown {
  color: #ddd;
}

/* line 280, ../_base.scss */
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder {
  color: #ddd;
}

/* line 285, ../_base.scss */
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ddd;
}

/* line 292, ../_base.scss */
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #fff;
}

/* line 298, ../_base.scss */
textarea {
  resize: vertical;
}

/* line 301, ../_base.scss */
textarea:placeholder-shown {
  color: #ddd;
}

/* line 304, ../_base.scss */
textarea::-webkit-input-placeholder {
  color: #ddd;
}

/* line 307, ../_base.scss */
textarea::-moz-placeholder {
  color: #ddd;
}

/* line 312, ../_base.scss */
input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
  transition: 0.1s;
}

/* line 318, ../_base.scss */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
  transition: 0.1s;
}

/* line 324, ../_base.scss */
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
  transition: 0.1s;
}

/* line 330, ../_base.scss */
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
  transition: 0.1s;
}

/* line 335, ../_base.scss */
button {
  background-color: transparent;
  outline: 0;
  border: 0;
}

/*スマートフォンサイトでaタグをタップしたときにでるハイライトの色を消す*/
/* line 342, ../_base.scss */
a {
  -webkit-tap-highlight-color: transparent;
  color: #212121;
}
@media screen and (min-width: 896px) {
  /* line 342, ../_base.scss */
  a {
    transition: 0.3s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
  }
  /* line 350, ../_base.scss */
  a:hover {
    transition: 0.3s;
    cursor: pointer;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
  }
}

/* line 360, ../_base.scss */
table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
  width: 100%;
}

/* line 366, ../_base.scss */
th,
td {
  vertical-align: middle;
  border: solid 1px #000;
  font-weight: normal;
  text-align: left;
  border: 0;
}

/* line 374, ../_base.scss */
caption {
  text-align: left;
}

/* line 378, ../_base.scss */
html {
  scroll-behavior: auto;
  overflow-x: hidden;
}

/* line 383, ../_base.scss */
html,
body {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-display: swap;
}

/* line 394, ../_base.scss */
body.sp_fix {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 402, ../_base.scss */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* line 407, ../_base.scss */
svg {
  width: 100%;
  height: auto;
}

/* line 412, ../_base.scss */
.slick-list:focus {
  outline: none !important;
}

/* line 29, ../_module.scss */
.en {
  font-family: 'Cardo', serif;
}

/* line 32, ../_module.scss */
.jp_txt {
  font-family: 'Noto Serif JP', serif;
}

/* line 59, ../_module.scss */
.ja {
  font-family: "Noto Sans JP";
}

/* line 62, ../_module.scss */
.fwm {
  font-weight: 500;
}

/* line 65, ../_module.scss */
.fwb {
  font-weight: 700;
}

/* line 69, ../_module.scss */
.tel.no_link {
  pointer-events: none;
}

/* line 74, ../_module.scss */
.flx {
  display: flex;
}
/* line 76, ../_module.scss */
.flx.reverse {
  flex-direction: row-reverse;
}
/* line 79, ../_module.scss */
.flx.jfc_sb {
  justify-content: space-between;
}
/* line 82, ../_module.scss */
.flx.jfc_c {
  justify-content: center;
}
/* line 85, ../_module.scss */
.flx.aic {
  align-items: center;
}
/* line 88, ../_module.scss */
.flx.clm {
  flex-direction: column;
}
/* line 90, ../_module.scss */
.flx.clm > * {
  min-height: 0%;
}

/* line 95, ../_module.scss */
.ablt {
  position: absolute;
}

/* line 99, ../_module.scss */
.yel {
  color: #202020;
}

/* line 104, ../_module.scss */
.lead {
  font-family: "Noto sans JP";
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 896px) {
  /* line 104, ../_module.scss */
  .lead {
    text-align: justify;
  }
}

/* line 113, ../_module.scss */
.bg_btn {
  background-color: #202020;
  text-align: center;
  display: block;
  padding: 33px 0;
}
/* line 118, ../_module.scss */
.bg_btn span {
  font-size: 1.6rem;
  color: #fff;
}

/* line 128, ../_module.scss */
.vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

/* line 141, ../_module.scss */
.common_btn {
  display: block;
  width: 150px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0 16px;
  position: relative;
  transition: 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (min-width: 897px) {
  /* line 149, ../_module.scss */
  .common_btn:hover {
    background-color: #000;
    color: #fff;
    transition-delay: .25s;
  }
  /* line 154, ../_module.scss */
  .common_btn:hover:before, .common_btn:hover:after {
    transform: translate(0, 0);
  }
  /* line 158, ../_module.scss */
  .common_btn:hover span:before {
    background: url(../../img/common/arrow_white.svg) no-repeat center;
  }
}
/* line 164, ../_module.scss */
.common_btn:before, .common_btn:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: solid 1px #202020;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* line 174, ../_module.scss */
.common_btn::before {
  transform: translate(-2px, -2px);
}
/* line 177, ../_module.scss */
.common_btn::after {
  transform: translate(2px, 2px);
}
/* line 180, ../_module.scss */
.common_btn span {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  margin-left: -20px;
  position: relative;
}
/* line 186, ../_module.scss */
.common_btn span::before {
  position: absolute;
  content: "";
  background: url(../../img/common/arrow.svg) no-repeat center;
  background-size: cover;
  width: 12px;
  height: 4px;
  top: 3px;
  right: -24px;
}

/* line 201, ../_module.scss */
.section_head .section_title {
  transform: skewX(-12deg);
  background-color: #000;
  padding: 6px 18px;
  display: inline-block;
}
/* line 206, ../_module.scss */
.section_head .section_title .back_band {
  transform: skewX(12deg);
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 1.4rem;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.2em;
  font-weight: 600;
}
/* line 215, ../_module.scss */
.section_head .section_title .back_band .en {
  font-size: 1.8rem;
  font-weight: bold;
}
/* line 219, ../_module.scss */
.section_head .section_title .back_band .en_ja {
  font-size: 1.2rem;
  font-family: 'Noto Serif JP', serif;
  margin-left: 8px;
}
/* line 225, ../_module.scss */
.section_head .section_title.wht {
  background-color: #fff;
}
/* line 227, ../_module.scss */
.section_head .section_title.wht .back_band {
  color: #000;
}
/* line 232, ../_module.scss */
.section_head h2 {
  font-size: 3.8rem;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-top: 12px;
}
@media screen and (max-width: 896px) {
  /* line 232, ../_module.scss */
  .section_head h2 {
    font-weight: 600;
  }
}
/* line 243, ../_module.scss */
.section_head h3 span {
  font-size: 3rem;
  font-weight: 500;
  margin-left: 34px;
  position: relative;
}
/* line 248, ../_module.scss */
.section_head h3 span::after {
  position: absolute;
  content: "";
  background: url(../../img/top/vision-deco.svg) no-repeat center;
  background-size: cover;
  width: 23px;
  height: 23px;
  top: 3px;
  left: -34px;
}
/* line 260, ../_module.scss */
.section_head .lead {
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: calc( 26 / 14 );
  letter-spacing: 0.12em;
}

/* line 271, ../_module.scss */
.wpulike {
  text-align: right;
}

/* line 274, ../_module.scss */
.wpulike-animated-heart button.wp_ulike_btn {
  width: 30px;
  height: 30px;
  background-color: transparent;
  box-shadow: none;
}

/* line 280, ../_module.scss */
.wpulike-animated-heart .wpulike-svg-heart {
  fill: #9FA0A0;
}

/* line 283, ../_module.scss */
.wpulike-animated-heart button.wp_ulike_btn.wp_ulike_btn_is_active {
  background-color: transparent;
}

/* line 286, ../_module.scss */
.wpulike-animated-heart button.wp_ulike_btn.wp_ulike_btn_is_active .wpulike-svg-heart {
  fill: #EB2929;
}

/* line 289, ../_module.scss */
.wpulike-animated-heart .count-box {
  margin: 0;
  font-family: Cardo;
  font-size: 1.6rem;
  font-weight: 700;
  color: #9FA0A0;
}

/* line 296, ../_module.scss */
.wpulike-animated-heart .wp_ulike_is_liked .count-box {
  color: #EB2929;
}

/* line 4, ../_layout.scss */
.sp {
  display: none;
}
@media screen and (max-width: 896px) {
  /* line 4, ../_layout.scss */
  .sp {
    display: block;
  }
}

@media screen and (max-width: 896px) {
  /* line 10, ../_layout.scss */
  .pc {
    display: none;
  }
}

/* line 16, ../_layout.scss */
.modal_bg_vision {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

/* line 26, ../_layout.scss */
.popup_allvision {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 100001;
}
@media (min-width: 1000px) {
  /* line 26, ../_layout.scss */
  .popup_allvision {
    overflow-y: scroll;
    height: 90%;
  }
}
/* line 40, ../_layout.scss */
.popup_allvision .popup_visionmap.ura {
  margin-top: 20px;
}

/* line 45, ../_layout.scss */
#close_btn_vision {
  position: absolute;
  top: -5%;
  right: -5%;
  width: 38px;
  height: 38px;
  z-index: 100000;
  cursor: pointer;
}
@media (min-width: 1000px) {
  /* line 45, ../_layout.scss */
  #close_btn_vision {
    top: 12%;
    right: 5%;
  }
}
/* line 57, ../_layout.scss */
#close_btn_vision::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
@media (min-width: 1000px) {
  /* line 57, ../_layout.scss */
  #close_btn_vision::after {
    width: 70px;
    height: 70px;
  }
}
/* line 73, ../_layout.scss */
#close_btn_vision .left_border {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #fff;
  height: 3px;
  width: 20px;
}
@media (min-width: 1000px) {
  /* line 73, ../_layout.scss */
  #close_btn_vision .left_border {
    width: 34px;
  }
}
/* line 85, ../_layout.scss */
#close_btn_vision .right_border {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #fff;
  height: 3px;
  width: 20px;
}
@media (min-width: 1000px) {
  /* line 85, ../_layout.scss */
  #close_btn_vision .right_border {
    width: 34px;
  }
}

/* line 100, ../_layout.scss */
.loaded .opening {
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s, opacity 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s;
  transform: translate(-50%, -60%);
  opacity: 0;
}
@media screen and (min-width: 897px) {
  /* line 107, ../_layout.scss */
  .loaded #stage::before {
    transform: translateX(-120%) skew(-10deg);
  }
}
@media screen and (max-width: 896px) {
  /* line 107, ../_layout.scss */
  .loaded #stage::before {
    transform: translateX(-120%) skew(-6deg);
  }
}
@media screen and (min-width: 897px) {
  /* line 115, ../_layout.scss */
  .loaded #stage::after {
    transform: translateX(120%) skew(-10deg);
  }
}
@media screen and (max-width: 896px) {
  /* line 115, ../_layout.scss */
  .loaded #stage::after {
    transform: translateX(120%) skew(-6deg);
  }
}

/* line 125, ../_layout.scss */
.opening {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10000;
  transform: translate(-50%, -50%);
  width: 100%;
}
/* line 132, ../_layout.scss */
.opening .txt {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 897px) {
  /* line 132, ../_layout.scss */
  .opening .txt {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 132, ../_layout.scss */
  .opening .txt {
    font-size: 2.4rem;
  }
}

/* line 145, ../_layout.scss */
#stage {
  position: relative;
}
/* line 147, ../_layout.scss */
#stage::before, #stage::after {
  content: "";
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 110vw;
  height: 100vh;
  background-image: url(../../img/common/bg_opening_pattern.webp);
  background-size: 120px;
  transition: transform 0.45s cubic-bezier(0, 0.6, 1, 0.53) 1.5s;
}
@media screen and (min-width: 897px) {
  /* line 147, ../_layout.scss */
  #stage::before, #stage::after {
    transform: skew(-10deg);
  }
}
@media screen and (max-width: 896px) {
  /* line 147, ../_layout.scss */
  #stage::before, #stage::after {
    transform: skew(-6deg);
  }
}
/* line 166, ../_layout.scss */
#stage::before {
  left: -15%;
}
/* line 169, ../_layout.scss */
#stage::after {
  right: -15%;
}
/* line 172, ../_layout.scss */
#stage .popup_front,
#stage .popup_back {
  display: none;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  height: 100vh;
  width: 100%;
}
/* line 182, ../_layout.scss */
#stage .popup_front .popup_visionmap,
#stage .popup_back .popup_visionmap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 50001;
}
@media (min-width: 1000px) {
  /* line 182, ../_layout.scss */
  #stage .popup_front .popup_visionmap,
  #stage .popup_back .popup_visionmap {
    width: 74%;
    height: 80%;
    max-height: 800px;
    max-width: 1200px;
    overflow-y: scroll;
  }
}
/* line 198, ../_layout.scss */
#stage .modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50000;
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 0;
}
/* line 208, ../_layout.scss */
#stage #close {
  position: absolute;
  top: 26%;
  left: 92%;
  z-index: 100000;
  cursor: pointer;
}
@media (min-width: 1000px) {
  /* line 208, ../_layout.scss */
  #stage #close {
    top: 10%;
    left: 86%;
  }
}
/* line 218, ../_layout.scss */
#stage #close::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
@media (min-width: 1000px) {
  /* line 218, ../_layout.scss */
  #stage #close::after {
    width: 70px;
    height: 70px;
  }
}
/* line 234, ../_layout.scss */
#stage #close .left_border {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #fff;
  height: 3px;
  width: 20px;
}
@media (min-width: 1000px) {
  /* line 234, ../_layout.scss */
  #stage #close .left_border {
    width: 34px;
  }
}
/* line 246, ../_layout.scss */
#stage #close .right_border {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #fff;
  height: 3px;
  width: 20px;
}
@media (min-width: 1000px) {
  /* line 246, ../_layout.scss */
  #stage #close .right_border {
    width: 34px;
  }
}

/* line 261, ../_layout.scss */
.back_ground {
  position: fixed;
  background: url(../../img/common/bg.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
  width: 100%;
  height: 100vh;
}
@media (max-width: 999px) {
  /* line 261, ../_layout.scss */
  .back_ground {
    background: #000;
  }
}
@media (min-width: 1000px) {
  /* line 271, ../_layout.scss */
  .back_ground::after {
    position: absolute;
    content: "";
    background: url(../../img/common/logo.png) no-repeat center;
    background-size: cover;
    bottom: 30px;
    right: 28px;
    width: 88px;
    height: 90px;
  }
}
@media (min-width: 1000px) {
  /* line 283, ../_layout.scss */
  .back_ground .title {
    position: absolute;
    top: 40px;
    left: 5%;
    width: 22.429vw;
  }
}
@media (max-width: 999px) {
  /* line 283, ../_layout.scss */
  .back_ground .title {
    display: none;
  }
}

/* line 295, ../_layout.scss */
.todays_value_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: 0.3s;
  z-index: 1;
}
/* line 303, ../_layout.scss */
.todays_value_overlay.on {
  opacity: 1;
  z-index: 10000;
}

/* line 308, ../_layout.scss */
.todays_value {
  position: fixed;
  width: 90%;
  max-width: 450px;
  bottom: -100%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10000;
  opacity: 0;
  transition: 0.3s;
}
@media (min-width: 1000px) {
  /* line 308, ../_layout.scss */
  .todays_value {
    max-width: 338px;
  }
}
/* line 321, ../_layout.scss */
.todays_value.on {
  bottom: 50%;
  opacity: 1;
  transform: translate(-50%, 50%);
}
/* line 327, ../_layout.scss */
.todays_value_inner::-webkit-scrollbar {
  display: none;
}
/* line 330, ../_layout.scss */
.todays_value_inner {
  background-color: #fff;
  padding: 30px 8% 70px;
  overflow-y: scroll;
}
/* line 335, ../_layout.scss */
.todays_value_inner .title span {
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding-left: 34px;
}
/* line 341, ../_layout.scss */
.todays_value_inner .title span::after {
  position: absolute;
  content: "";
  background: url(../../img/top/vision-deco.svg) no-repeat center;
  background-size: cover;
  width: 23px;
  height: 23px;
  top: 2px;
  left: 0px;
}
/* line 355, ../_layout.scss */
.todays_value_inner .regular_value .article .value_num {
  margin-top: 54px;
  opacity: 0;
  transition: 0.5s ease-out;
}
/* line 359, ../_layout.scss */
.todays_value_inner .regular_value .article .value_num.on {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 0.35s;
}
/* line 364, ../_layout.scss */
.todays_value_inner .regular_value .article .value_num span {
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
  margin-left: 8px;
  position: relative;
}
/* line 369, ../_layout.scss */
.todays_value_inner .regular_value .article .value_num span::before {
  position: absolute;
  content: "";
  background: url(../../img/top/slash.svg) no-repeat center;
  background-size: cover;
  width: 16px;
  height: 19px;
  top: -11px;
  left: -13px;
}
/* line 379, ../_layout.scss */
.todays_value_inner .regular_value .article .value_num span::after {
  position: absolute;
  content: "";
  background: url(../../img/top/slash.svg) no-repeat center;
  background-size: cover;
  width: 15.5px;
  height: 18.5px;
  bottom: -10px;
  right: -12px;
}
/* line 391, ../_layout.scss */
.todays_value_inner .regular_value .article #value_text {
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin-top: 18px;
  opacity: 0;
  transition: 0.35s ease-out;
  transform: translateY(20px);
}
/* line 401, ../_layout.scss */
.todays_value_inner .regular_value .article #value_text.on {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 0.43s;
}
/* line 407, ../_layout.scss */
.todays_value_inner .regular_value .article .comment {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 16px;
  opacity: 0;
  transition: 0.35s ease-out;
  transform: translateY(20px);
}
/* line 416, ../_layout.scss */
.todays_value_inner .regular_value .article .comment.on {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 0.48s;
}
/* line 424, ../_layout.scss */
.todays_value_inner .common_btn {
  width: 100%;
  padding: 16px 0 18px;
  margin-top: 40px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  opacity: 0;
  transition: 0.45s ease-out;
  transform: translateY(3%);
}
/* line 434, ../_layout.scss */
.todays_value_inner .common_btn.on {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 0.55s;
}
@media screen and (min-width: 897px) {
  /* line 440, ../_layout.scss */
  .todays_value_inner .common_btn:hover {
    cursor: pointer;
  }
}
/* line 444, ../_layout.scss */
.todays_value_inner .common_btn span {
  font-size: 1.6rem;
}
/* line 446, ../_layout.scss */
.todays_value_inner .common_btn span:before {
  top: 50%;
  transform: translate(0, -50%);
}

/* line 455, ../_layout.scss */
#contents {
  overflow: hidden;
  position: relative;
  padding: 150px 0 180px;
  max-width: 450px;
  margin: auto;
  z-index: 10;
  background-color: #fff;
  box-shadow: 1px 2px 30px rgba(100, 100, 100, 0.2);
}
@media (min-width: 1000px) {
  /* line 455, ../_layout.scss */
  #contents {
    max-width: 374px;
  }
}
/* line 467, ../_layout.scss */
#contents:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 180px;
  background-image: url(../../img/common/footer_bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
}

/* line 482, ../_layout.scss */
header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
/* line 488, ../_layout.scss */
header .header_inner {
  padding: 0;
}
/* line 490, ../_layout.scss */
header .header_inner .logo_box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  padding: 32px 20px 15px;
  background: url(../../img/common/header-bg.png) no-repeat center;
  background-size: cover;
  max-width: 450px;
  height: 112px;
}
@media (min-width: 1000px) {
  /* line 490, ../_layout.scss */
  header .header_inner .logo_box {
    max-width: 375px;
  }
}
@media screen and (max-width: 896px) {
  /* line 490, ../_layout.scss */
  header .header_inner .logo_box {
    height: 30.4vw;
    max-height: 134px;
  }
}
/* line 508, ../_layout.scss */
header .header_inner .logo_box .logo {
  width: 55px;
}
/* line 512, ../_layout.scss */
header .header_inner .logo_box .todays_btn {
  cursor: pointer;
}
/* line 515, ../_layout.scss */
header .header_inner .logo_box .btn_wrap {
  display: flex;
  height: 35px;
}
/* line 518, ../_layout.scss */
header .header_inner .logo_box .btn_wrap .header_btn {
  cursor: pointer;
  transform: skewX(-12deg);
  margin-right: 2px;
}
/* line 522, ../_layout.scss */
header .header_inner .logo_box .btn_wrap .header_btn:last-child {
  margin-right: 0;
}
@media screen and (min-width: 897px) {
  /* line 527, ../_layout.scss */
  header .header_inner .logo_box .btn_wrap .header_btn:hover p {
    background-color: #1f1f1f;
  }
  /* line 529, ../_layout.scss */
  header .header_inner .logo_box .btn_wrap .header_btn:hover p span {
    color: #fff;
  }
}
/* line 535, ../_layout.scss */
header .header_inner .logo_box .btn_wrap .header_btn p {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  min-width: 82px;
  height: 35px;
  padding: 0 6px;
  transition: 0.35s ease-in;
}
/* line 544, ../_layout.scss */
header .header_inner .logo_box .btn_wrap .header_btn p.new {
  position: relative;
}
/* line 546, ../_layout.scss */
header .header_inner .logo_box .btn_wrap .header_btn p.new:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(6px, -6px) skewX(12deg);
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #ff0000;
}
/* line 558, ../_layout.scss */
header .header_inner .logo_box .btn_wrap .header_btn p span {
  transform: skewX(12deg);
  font-size: 1.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  transition: 0.35s ease-in;
}
/* line 569, ../_layout.scss */
header .header_inner .link_box {
  background-color: #000;
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  width: 100%;
  max-width: 450px;
}
@media (min-width: 1000px) {
  /* line 569, ../_layout.scss */
  header .header_inner .link_box {
    max-width: 375px;
  }
}
/* line 580, ../_layout.scss */
header .header_inner .link_box_btn {
  text-align: center;
  width: 25%;
  height: 75px;
  padding: 16px 0;
  border-right: 1px solid #5a5a5a;
  border-bottom: 2px solid #000;
}
/* line 587, ../_layout.scss */
header .header_inner .link_box_btn:last-child {
  border-right: none;
}
/* line 590, ../_layout.scss */
header .header_inner .link_box_btn.current {
  border-bottom: 2px solid #fff;
}
@media screen and (min-width: 897px) {
  /* line 594, ../_layout.scss */
  header .header_inner .link_box_btn:hover {
    border-bottom: 2px solid #fff;
  }
}
/* line 599, ../_layout.scss */
header .header_inner .link_box_btn .btn_inner p {
  font-size: 1.1rem;
  margin-top: 8px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

/* line 614, ../_layout.scss */
.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
/* line 618, ../_layout.scss */
.wp-pagenavi a,
.wp-pagenavi span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  font-family: Cardo;
  font-size: 1.2rem;
  font-weight: 700;
}
/* line 630, ../_layout.scss */
.wp-pagenavi .current {
  background-color: #1f1f1f;
  color: #fff;
}
/* line 635, ../_layout.scss */
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  background-size: 14px;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
/* line 642, ../_layout.scss */
.wp-pagenavi .previouspostslink {
  background-image: url(../../img/common/arrow_prev.svg);
}
/* line 645, ../_layout.scss */
.wp-pagenavi .nextpostslink {
  background-image: url(../../img/common/arrow_next.svg);
}

/* line 14, ../_states.scss */
.hvrop {
  transition: 0.3s;
}
@media screen and (min-width: 897px) {
  /* line 17, ../_states.scss */
  .hvrop:hover {
    opacity: 0.7;
  }
}

/* line 22, ../_states.scss */
.underline {
  position: relative;
}
/* line 24, ../_states.scss */
.underline::after {
  content: "";
  background: #dadada;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -4px;
  left: 0;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: right top;
}
@media screen and (min-width: 897px) {
  /* line 38, ../_states.scss */
  .underline:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}

/* line 46, ../_states.scss */
.hoverScale .thumb {
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.4, 0.1, 0.3, 1);
}
/* line 49, ../_states.scss */
.hoverScale .thumb .scaleImg {
  transition: transform 0.4s cubic-bezier(0.4, 0.1, 0.3, 1);
}
/* line 51, ../_states.scss */
.hoverScale .thumb .scaleImg img {
  backface-visibility: hidden;
}
@media screen and (min-width: 897px) {
  /* line 58, ../_states.scss */
  .hoverScale:hover .thumb {
    transform: scale(0.95);
  }
  /* line 60, ../_states.scss */
  .hoverScale:hover .thumb .scaleImg {
    transform: scale(1.15);
  }
}

/* line 70, ../_states.scss */
.svg_anim svg {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transition: 1s;
  width: 100%;
  height: auto;
}
/* line 78, ../_states.scss */
.svg_anim.on svg {
  stroke-dashoffset: 2000;
}

/* line 85, ../_states.scss */
.loaded .start_fade_y {
  transition: transform 0.5s cubic-bezier(0.44, 0.96, 0.62, 1.04) 2s, opacity 0.5s cubic-bezier(0.44, 0.96, 0.62, 1.04) 2s;
  opacity: 1;
  transform: translateY(0);
}

/* line 92, ../_states.scss */
.start_fade_y {
  opacity: 0;
  transform: translateY(20px);
}
/* line 95, ../_states.scss */
.start_fade_y.delay21 {
  transition-delay: 2.1s;
}
/* line 98, ../_states.scss */
.start_fade_y.delay22 {
  transition-delay: 2.2s;
}
/* line 101, ../_states.scss */
.start_fade_y.delay23 {
  transition-delay: 2.3s;
}
/* line 104, ../_states.scss */
.start_fade_y.delay24 {
  transition-delay: 2.4s;
}

/* line 109, ../_states.scss */
.fade_y {
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.75s cubic-bezier(0.44, 0.96, 0.62, 1.04), opacity 0.75s cubic-bezier(0.44, 0.96, 0.62, 1.04);
}
/* line 113, ../_states.scss */
.fade_y.on {
  opacity: 1;
  transform: translateY(0%);
}

/* line 119, ../_states.scss */
.scr_cvr {
  overflow: hidden;
  position: relative;
  display: block;
  opacity: 0;
  transition: 0.5s;
}
/* line 125, ../_states.scss */
.scr_cvr::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  background-color: #000;
  transition: all 0.6s cubic-bezier(0.5, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
/* line 137, ../_states.scss */
.scr_cvr.on {
  opacity: 1;
}
/* line 139, ../_states.scss */
.scr_cvr.on::before {
  right: -100%;
  transition-delay: 0.3s;
}

/* line 4, _login.scss */
.login {
  background: url(../../img/common/login-bg.jpg) repeat center;
  background-size: 480px;
}
/* line 7, _login.scss */
.login .opening,
.login .back_ground {
  display: none;
}
/* line 11, _login.scss */
.login #stage {
  height: 100%;
}
/* line 13, _login.scss */
.login #stage::before, .login #stage::after {
  display: none;
}
/* line 17, _login.scss */
.login #stage .header {
  display: none;
}
/* line 20, _login.scss */
.login #stage #contents {
  height: 100%;
  padding: 0;
  background-color: inherit;
  box-shadow: none;
}
/* line 25, _login.scss */
.login #stage #contents::before {
  display: none;
}
/* line 28, _login.scss */
.login #stage #contents .inner {
  padding: 50px 10%;
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  transform: translate(0%, -50%);
}
@media (min-width: 1000px) {
  /* line 28, _login.scss */
  .login #stage #contents .inner {
    padding: 50px 10% 100px;
  }
}
/* line 38, _login.scss */
.login #stage #contents .inner .logo {
  width: 78px;
  margin: auto;
}
/* line 42, _login.scss */
.login #stage #contents .inner .login--form {
  margin-top: 21px;
  background-color: #fff;
  padding: 40px 30px 60px;
}
/* line 46, _login.scss */
.login #stage #contents .inner .login--form__item {
  margin-bottom: 28px;
}
/* line 48, _login.scss */
.login #stage #contents .inner .login--form__item .title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}
/* line 54, _login.scss */
.login #stage #contents .inner .login--form__item .enterarea input {
  background-color: #e8e8e8;
  border: none;
  width: 100%;
  padding: 15px 10px;
  -webkit-appearance: none;
  border-radius: 0;
}
/* line 62, _login.scss */
.login #stage #contents .inner .login--form__item .enterarea input:focus {
  transition: 0.2s;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
}
/* line 68, _login.scss */
.login #stage #contents .inner .login--form button {
  cursor: pointer;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  width: 100%;
  padding: 14px 0;
  border: 1px solid #000;
}
@media (min-width: 1000px) {
  /* line 68, _login.scss */
  .login #stage #contents .inner .login--form button {
    transition: 0.3s;
  }
  /* line 78, _login.scss */
  .login #stage #contents .inner .login--form button:hover {
    background-color: #fff;
    color: #000;
  }
}
