@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

html {
  height: 100%;
  font-size: 62.5%;
  line-height: 1.5;
  overflow-x: hidden;
}

body {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "メイリオ", Osaka, "ＭＳ 明朝", Helvetica, sans-serif;
  font-size: 1rem;
  color: #000;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

/* ------------------------------------------------------ */
/* default setting */
/* ------------------------------------------------------ */
em,
strong {
  font-weight: bold;
}

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

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

sup {
  position: relative;
  top: -0.6em;
  font-size: 10px;
}

input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  border-radius: 0;
}

#loading {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  background: radial-gradient(#bf8553, #803e19);
  z-index: 0;
}
#loading .logo {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 281px;
  margin-top: -40px;
  margin-left: -140.5px;
}
#loading .logo img {
  width: 100%;
  height: auto;
}
#loading .spinner {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 50px;
  margin-top: 40px;
  margin-left: -25px;
  text-align: center;
}
#loading .spinner > div {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
#loading .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
#loading .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

nav {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 900;
}
nav .menu {
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 22px;
  padding: 8px;
  z-index: 100;
}
nav .menu .menu-trigger,
nav .menu .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
nav .menu .menu-trigger {
  display: block;
  position: relative;
  width: 22px;
  height: 14px;
}
nav .menu .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}
nav .menu .menu-trigger span:nth-of-type(1) {
  top: 0;
}
nav .menu .menu-trigger span:nth-of-type(2) {
  top: 5.5px;
}
nav .menu .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
nav .menu .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}
nav .menu .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
nav .menu .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

#menu-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 90;
}

#menu-inner {
  display: none;
  opacity: 0;
  position: fixed;
  left: 50%;
  top: 80px;
  width: 202px;
  margin-left: -101px;
  z-index: 300;
}
#menu-inner ul li {
  margin-top: 29px;
  text-align: center;
}
#menu-inner ul li:nth-child(1) {
  margin-top: 0;
}
#menu-inner ul li:nth-child(1) img {
  width: 84px;
  height: auto;
}
#menu-inner ul li:nth-child(2) img {
  width: 51px;
  height: auto;
}
#menu-inner ul li:nth-child(3) img {
  width: 65px;
  height: auto;
}
#menu-inner ul li:nth-child(4) img {
  width: 202px;
  height: auto;
}
#menu-inner ul li span {
  display: block;
  margin-top: 8px;
  font-size: 0.9rem;
  line-height: 1.33333;
  color: #fff;
  transition: all .4s ease;
}
#menu-inner ul li a {
  display: block;
  transition: all .4s ease;
}

header {
  position: relative;
  width: 100%;
  background: #000;
}
header .frame_pc {
  display: none;
}
header .frame_sp {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 25px;
  background: url(../images/header_sp/bg_header.png) no-repeat top center;
  background-size: 175%;
  z-index: 10;
}
@media screen and (max-width: 414px) {
  header .frame_sp {
    margin-bottom: -1px;
    height: 47px;
    background-size: 175%;
  }
}
@media screen and (max-width: 412px) {
  header .frame_sp {
    height: 46px;
    background-size: 175%;
  }
}
@media screen and (max-width: 375px) {
  header .frame_sp {
    height: 42px;
    background-size: 175%;
  }
}
@media screen and (max-width: 360px) {
  header .frame_sp {
    height: 41px;
    background-size: 175%;
  }
}
@media screen and (max-width: 320px) {
  header .frame_sp {
    height: 39px;
    background-size: 191%;
  }
}
header .titgroup {
  position: absolute;
  left: 50%;
  top: 190px;
  display: block;
  width: 281px;
  margin-left: -140.5px;
  z-index: 8;
}
header .titgroup p {
  opacity: 0;
  color: #fff;
  text-align: center;
}
header .titgroup p.cap1 {
  margin-bottom: 14px;
  font-size: 1.1rem;
  line-height: 1.09091;
}
header .titgroup p.cap2 {
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: 0.92308;
}
header .titgroup h1 {
  opacity: 0;
  width: 281px;
  margin: 0 auto;
}
header .titgroup h1 img {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}
header .badge_pc {
position: absolute;
  display: none;
  z-index: 999;
}
header .badge_sp {
  position: relative;
  top: 40px;
  left: 40px;
  bottom: 60px;
  display: block;
  width: 37.8125%;
  z-index: 999;
}
header #mainVisual_pc {
  display: none;
}
header #mainVisual_sp {
  display: none;
  position: relative;
  width: 100%;
  padding-top: 144.84375%;
}
header #mainVisual_sp img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  z-index: 5;
}

main {
  width: 100%;
}

#concept {
  width: 100%;
  background: url(../images/concept_sp/bg_concept.jpg) no-repeat top center;
  background-size: cover;
}
#concept h2 {
  width: 101px;
  margin: 0 auto;
}
#concept h3 {
  margin-top: 13px;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: center;
  color: #fff;
}
#concept p.read_pc {
  display: none;
}
#concept p.read_sp {
  display: block;
  margin-top: 20px;
  font-size: 1.3rem;
  line-height: 1.53846;
  color: #fff;
  text-align: center;
}
#concept .block-inner-beauty {
  width: 96.09375%;
  margin: 20px auto 0;
  padding: 35px 0;
  background: url(../images/concept_sp/bg_concept_inner_beauty.png) no-repeat top center;
  background-size: cover;
  box-sizing: border-box;
  opacity: 0;
}
#concept .block-inner-beauty .titgroup {
  width: 81.30081%;
  margin: 0 auto;
}
#concept .block-inner-beauty .titgroup h3 {
  width: 110px;
  margin: 0 auto;
}
#concept .block-inner-beauty .titgroup h4 {
  font-size: 1.3rem;
  line-height: 1;
  color: #fff;
  text-align: center;
}
#concept .block-inner-beauty .titgroup p.txt_pc {
  display: none;
}
#concept .block-inner-beauty .titgroup p.txt_sp {
  display: block;
  margin-top: 23px;
  font-size: 1.3rem;
  line-height: 1.53846;
  color: #fff;
}
#concept .block-inner-beauty figure {
  width: 88.13008%;
  margin: 16px auto 0;
}
#concept .block-inner-beauty figure.pc {
  display: none;
}
#concept .block-inner-beauty figure.sp {
  display: block;
}
#concept .block-inner-beauty .block-treatment {
  width: 81.30081%;
  margin: 30px auto 0;
  opacity: 0;
}
#concept .block-inner-beauty .block-treatment > .titgroup {
  width: 100%;
}
#concept .block-inner-beauty .block-treatment > .titgroup .hgroup {
  margin: 0 auto;
}
#concept .block-inner-beauty .block-treatment > .titgroup .hgroup h3 {
  width: 83.6%;
}
#concept .block-inner-beauty .block-treatment > .titgroup .hgroup h3 img.pc {
  display: none;
}
#concept .block-inner-beauty .block-treatment > .titgroup .hgroup h3 img.sp {
  display: block;
}
#concept .block-inner-beauty .block-treatment > .titgroup .hgroup h4 {
  margin-top: 9px;
  font-size: 1.3rem;
  line-height: 1;
  color: #fff;
  text-align: center;
}
#concept .block-inner-beauty .block-treatment > .titgroup p {
  margin-top: 23px;
  font-size: 1.3rem;
  line-height: 1.53846;
  color: #fff;
}
#concept .block-inner-beauty .block-treatment .block-inner-treatment {
  margin-top: 17px;
  padding: 23px 0;
  background: #d8bfb3;
}
#concept .block-inner-beauty .block-treatment .block-inner-treatment ul:nth-of-type(1) li {
  margin-top: 11px;
  font-size: 1.3rem;
  line-height: 1.92308;
  color: #482a1b;
  text-align: center;
}
#concept .block-inner-beauty .block-treatment .block-inner-treatment ul:nth-of-type(1) li:nth-child(1) {
  margin-top: 0;
}
#concept .block-inner-beauty .block-treatment .block-inner-treatment ul:nth-of-type(2) {
  width: 82.4%;
  margin: 22px auto 0;
  background: url(../images/concept_sp/img_treatment_parts.png) no-repeat top center;
  background-size: cover;
}
#concept .block-inner-beauty .block-treatment .block-inner-treatment ul:nth-of-type(2) li {
  width: 100%;
  padding: 10px 0 8px;
  font-size: 1.3rem;
  line-height: 2.69231;
  color: #260e03;
  text-align: center;
  box-sizing: border-box;
}
#concept .block-inner-beauty .block-treatment .block-inner-treatment ul:nth-of-type(2) li:nth-child(1) {
  box-sizing: border-box;
  z-index: 15;
}
#concept .block-inner-beauty .block-treatment .block-inner-treatment ul:nth-of-type(2) li:nth-child(2) {
  box-sizing: border-box;
  z-index: 14;
}
#concept .block-inner-beauty .block-treatment .block-inner-treatment ul:nth-of-type(2) li:nth-child(3) {
  box-sizing: border-box;
  z-index: 13;
}
#concept .block-inner-beauty .block-treatment .block-inner-treatment ul:nth-of-type(2) li:nth-child(4) {
  box-sizing: border-box;
  z-index: 12;
}
#concept .block-inner-beauty .block-treatment .block-inner-treatment ul:nth-of-type(2) li:nth-child(5) {
  box-sizing: border-box;
  z-index: 11;
}
@media screen and (max-width: 414px) {
  #concept .block-inner-beauty .block-treatment .block-inner-treatment ul:nth-of-type(2) li {
    padding: 10px 0 8px;
  }
  #concept .block-inner-beauty .block-treatment .block-inner-treatment ul:nth-of-type(2) li:nth-child(2) {
    padding: 18px 0 8px;
  }
  #concept .block-inner-beauty .block-treatment .block-inner-treatment ul:nth-of-type(2) li:nth-child(3) {
    padding: 14px 0 8px;
  }
  #concept .block-inner-beauty .block-treatment .block-inner-treatment ul:nth-of-type(2) li:nth-child(4) {
    padding: 12px 0 8px;
  }
  #concept .block-inner-beauty .block-treatment .block-inner-treatment ul:nth-of-type(2) li:nth-child(5) {
    padding: 12px 0 12px;
  }
}
#concept .parts_sp {
  display: block;
  height: 27px;
  margin-top: 24px;
  background: url(../images/menu_sp/bg_menu_top.png) no-repeat top center;
  background-size: 148%;
}
@media screen and (max-width: 414px) {
  #concept .parts_sp {
    height: 27px;
    background-size: 145%;
  }
}
@media screen and (max-width: 375px) {
  #concept .parts_sp {
    height: 26px;
    background-size: 154%;
  }
}
@media screen and (max-width: 360px) {
  #concept .parts_sp {
    height: 24px;
    background-size: 158%;
  }
}
@media screen and (max-width: 320px) {
  #concept .parts_sp {
    height: 25px;
    background-size: 175%;
  }
}

#menu {
  width: 100%;
  padding: 16px 0 0;
  background: url(../images/menu_sp/bg_menu.jpg) no-repeat top center;
  background-size: cover;
  box-sizing: border-box;
}
#menu h2 {
  width: 62px;
  margin: 0 auto;
  opacity: 0;
}
#menu .block-menu-type1, #menu .block-menu-type2,
#menu .block-menu-type3,
#menu .block-menu-type4,
#menu .block-menu-type5,
#menu .block-menu-type6 {
  width: 90.625%;
  margin: 36px auto 0;
  opacity: 0;
}
#menu .block-menu-type1 .block-menu-detail h3, #menu .block-menu-type2 .block-menu-detail h3,
#menu .block-menu-type3 .block-menu-detail h3,
#menu .block-menu-type4 .block-menu-detail h3,
#menu .block-menu-type5 .block-menu-detail h3,
#menu .block-menu-type6 .block-menu-detail h3 {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
}
#menu .block-menu-type1 .block-menu-detail h3 span, #menu .block-menu-type2 .block-menu-detail h3 span,
#menu .block-menu-type3 .block-menu-detail h3 span,
#menu .block-menu-type4 .block-menu-detail h3 span,
#menu .block-menu-type5 .block-menu-detail h3 span,
#menu .block-menu-type6 .block-menu-detail h3 span {
  display: block;
  width: 152.5px;
  height: 27px;
  margin-bottom: 15px;
  background: url(../images/menu_sp/bg_menu_type1.png) no-repeat top center;
  background-size: cover;
  font-size: 1.1rem;
  line-height: 2.45455;
  text-align: center;
  color: #5a4463;
}
#menu .block-menu-type1 .block-menu-detail h3 br, #menu .block-menu-type2 .block-menu-detail h3 br,
#menu .block-menu-type3 .block-menu-detail h3 br,
#menu .block-menu-type4 .block-menu-detail h3 br,
#menu .block-menu-type5 .block-menu-detail h3 br,
#menu .block-menu-type6 .block-menu-detail h3 br {
  display: block;
}
#menu .block-menu-type1 .block-menu-detail p, #menu .block-menu-type2 .block-menu-detail p,
#menu .block-menu-type3 .block-menu-detail p,
#menu .block-menu-type4 .block-menu-detail p,
#menu .block-menu-type5 .block-menu-detail p,
#menu .block-menu-type6 .block-menu-detail p {
  margin-top: 14px;
  font-size: 1.3rem;
  line-height: 1.53846;
  color: #fff;
}
#menu .block-menu-type1 .block-menu-detail p span, #menu .block-menu-type2 .block-menu-detail p span,
#menu .block-menu-type3 .block-menu-detail p span,
#menu .block-menu-type4 .block-menu-detail p span,
#menu .block-menu-type5 .block-menu-detail p span,
#menu .block-menu-type6 .block-menu-detail p span {
  display: block;
  margin-top: 5px;
  font-size: 1.3rem;
  line-height: 1.15385;
  font-style: italic;
}
#menu .block-menu-type1 .block-menu-detail dl, #menu .block-menu-type2 .block-menu-detail dl,
#menu .block-menu-type3 .block-menu-detail dl,
#menu .block-menu-type4 .block-menu-detail dl,
#menu .block-menu-type5 .block-menu-detail dl,
#menu .block-menu-type6 .block-menu-detail dl {
  width: 100%;
  padding: 14px 20px 13px;
  margin-top: 12px;
  background: rgba(255, 255, 255, 0.15);
  box-sizing: border-box;
}
#menu .block-menu-type1 .block-menu-detail dl dt img, #menu .block-menu-type2 .block-menu-detail dl dt img,
#menu .block-menu-type3 .block-menu-detail dl dt img,
#menu .block-menu-type4 .block-menu-detail dl dt img,
#menu .block-menu-type5 .block-menu-detail dl dt img,
#menu .block-menu-type6 .block-menu-detail dl dt img {
  width: 34.4%;
  height: auto;
}
#menu .block-menu-type1 .block-menu-detail dl dt img.pc, #menu .block-menu-type2 .block-menu-detail dl dt img.pc,
#menu .block-menu-type3 .block-menu-detail dl dt img.pc,
#menu .block-menu-type4 .block-menu-detail dl dt img.pc,
#menu .block-menu-type5 .block-menu-detail dl dt img.pc,
#menu .block-menu-type6 .block-menu-detail dl dt img.pc {
  display: none;
}
#menu .block-menu-type1 .block-menu-detail dl dt img.sp, #menu .block-menu-type2 .block-menu-detail dl dt img.sp,
#menu .block-menu-type3 .block-menu-detail dl dt img.sp,
#menu .block-menu-type4 .block-menu-detail dl dt img.sp,
#menu .block-menu-type5 .block-menu-detail dl dt img.sp,
#menu .block-menu-type6 .block-menu-detail dl dt img.sp {
  display: block;
}
#menu .block-menu-type1 .block-menu-detail dl dd, #menu .block-menu-type2 .block-menu-detail dl dd,
#menu .block-menu-type3 .block-menu-detail dl dd,
#menu .block-menu-type4 .block-menu-detail dl dd,
#menu .block-menu-type5 .block-menu-detail dl dd,
#menu .block-menu-type6 .block-menu-detail dl dd {
  margin-top: 8px;
  font-size: 1.1rem;
  line-height: 1.54545;
  color: #fff;
}
#menu .block-menu-type1 .block-menu-detail dl dd small, #menu .block-menu-type2 .block-menu-detail dl dd small,
#menu .block-menu-type3 .block-menu-detail dl dd small,
#menu .block-menu-type4 .block-menu-detail dl dd small,
#menu .block-menu-type5 .block-menu-detail dl dd small,
#menu .block-menu-type6 .block-menu-detail dl dd small {
  display: block;
  font-size: 1.1rem;
  line-height: 1.54545;
  color: #fff;
}
#menu .block-menu-type1 .block-menu-detail dl dd small a, #menu .block-menu-type2 .block-menu-detail dl dd small a,
#menu .block-menu-type3 .block-menu-detail dl dd small a,
#menu .block-menu-type4 .block-menu-detail dl dd small a,
#menu .block-menu-type5 .block-menu-detail dl dd small a,
#menu .block-menu-type6 .block-menu-detail dl dd small a {
  color: #fae8a7;
  text-decoration: underline;
}
#menu .block-menu-type1 figure, #menu .block-menu-type2 figure,
#menu .block-menu-type3 figure,
#menu .block-menu-type4 figure,
#menu .block-menu-type5 figure,
#menu .block-menu-type6 figure {
  width: 84.82759%;
  margin: 7px auto 0;
}
#menu .block-menu-type2,
#menu .block-menu-type3,
#menu .block-menu-type4,
#menu .block-menu-type5,
#menu .block-menu-type6 {
  margin: 42px auto 0;
}
#menu .block-menu-type2 .block-menu-detail h3 span,
#menu .block-menu-type3 .block-menu-detail h3 span,
#menu .block-menu-type4 .block-menu-detail h3 span,
#menu .block-menu-type5 .block-menu-detail h3 span,
#menu .block-menu-type6 .block-menu-detail h3 span {
  display: block;
  width: 93px;
  height: 27px;
  background: url(../images/menu_sp/bg_menu_type2.png) no-repeat top center;
  background-size: cover;
}
#menu .block-menu-option {
  width: 96.875%;
  margin: 17.5px auto 0;
  padding: 40px 0;
  background: url(../images/menu_sp/bg_menu_option.png) no-repeat top center;
  background-size: cover;
  box-sizing: border-box;
  opacity: 0;
}
#menu .block-menu-option h3 {
  width: 57px;
  margin: 0 auto;
}
#menu .block-menu-option table {
  width: 80.64516%;
  margin: 0 auto;
}
#menu .block-menu-option table th, #menu .block-menu-option table td {
  color: #fff;
}
#menu .block-menu-option table th {
  display: block;
  width: 100%;
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1;
}
#menu .block-menu-option table th small {
  display: block;
  margin-top: 7px;
  font-size: 1.1rem;
  line-height: 1.45455;
}
#menu .block-menu-option table td {
  display: inline-block;
  margin-top: 14px;
  font-size: 1.3rem;
  line-height: 1.15385;
  font-style: italic;
  vertical-align: middle;
}
#menu .block-menu-option table td img {
  vertical-align: middle;
}
#menu .block-menu-option table td:nth-of-type(1) {
  width: 19.4%;
}
#menu .block-menu-option table td:nth-of-type(1) img {
  display: none;
}
#menu .block-menu-option table td:nth-of-type(2) {
  width: 59.8%;
  text-align: right;
  overflow: hidden;
}
#menu .block-menu-option table td:nth-of-type(2).time {
  text-align: right;
}
#menu .block-menu-option table td:nth-of-type(2) span {
  position: relative;
  display: inline-block;
  padding-left: 1em;
}
#menu .block-menu-option table td:nth-of-type(2) span:before {
  position: absolute;
  top: 50%;
  right: 100%;
  content: '';
  width: 400%;
  height: 1px;
  border-top: 1px dashed #fff;
}
#menu .block-menu-option table td:nth-of-type(2) small {
  position: relative;
  display: inline-block;
  padding-left: 1em;
}
#menu .block-menu-option table td:nth-of-type(2) small:before {
  position: absolute;
  top: 50%;
  right: 100%;
  content: '';
  width: 400%;
  height: 1px;
  border-top: 1px dashed #fff;
}
#menu .block-menu-option table td:nth-of-type(3) {
  width: 20.8%;
  text-align: right;
}
#menu .block-menu-option p {
  display: block;
  width: 80.64516%;
  margin: 25px auto 0;
  padding: 10px 0;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.15385;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-sizing: border-box;
}
#menu .parts_sp {
  display: block;
  height: 27px;
  margin-top: 24px;
  background: url(../images/profile_sp/bg_profile_top.png) no-repeat top center;
  background-size: 148%;
}
@media screen and (max-width: 414px) {
  #menu .parts_sp {
    height: 25px;
    background-size: 175%;
  }
}
@media screen and (max-width: 375px) {
  #menu .parts_sp {
    height: 23px;
    background-size: 176%;
  }
}
@media screen and (max-width: 360px) {
  #menu .parts_sp {
    height: 22px;
    background-size: 175%;
  }
}
@media screen and (max-width: 320px) {
  #menu .parts_sp {
    height: 19px;
    background-size: 171%;
  }
}

#profile {
  width: 100%;
  padding-top: 16px;
  background: url(../images/profile_sp/bg_profile.jpg) no-repeat top center;
  background-size: cover;
  box-sizing: border-box;
}
#profile .block-profile {
  width: 100%;
  margin: 0 auto;
}
#profile .block-profile h2 {
  width: 78px;
  margin: 0 auto;
  opacity: 0;
}
#profile .block-profile h3 {
  margin-top: 10px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  opacity: 0;
}
#profile .block-profile h3 img {
  display: block;
  width: 87px;
  margin: 5px auto 0;
}
#profile .block-profile p {
  width: 90.625%;
  margin: 14px auto 0;
  font-size: 1.3rem;
  line-height: 1.46154;
  color: #fff;
  opacity: 0;
}
#profile .block-profile ul {
  width: 90.625%;
  margin: 14px auto 0;
  opacity: 0;
}
#profile .block-profile ul li {
  font-size: 1.3rem;
  line-height: 1.46154;
  color: #fff;
}
#profile .block-profile .profile-photo1 {
  width: 55.46875%;
  margin: 21.5px auto 0;
  opacity: 0;
}
#profile .block-profile .profile-photo2 {
  display: none;
}
#profile .block-reservation {
  width: 100%;
  margin: 47px auto 0;
}
#profile .block-reservation h3 {
  width: 243px;
  margin: 0 auto;
  opacity: 0;
}
#profile .block-reservation figure {
  width: 39.375%;
  margin: 24px auto 0;
  opacity: 0;
}
#profile .block-reservation .titgroup {
  margin: 15px auto 0;
  opacity: 0;
}
#profile .block-reservation .titgroup p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
#profile .block-reservation .titgroup h4 {
  width: 147px;
  margin: 0 auto;
  padding: 10px 0;
}
#profile .block-reservation .titgroup h4.pc {
  display: none;
}
#profile .block-reservation .titgroup h4.sp {
  display: block;
}
#profile .block-reservation p {
  margin-top: 30px;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.53846;
  color: #fff;
  opacity: 0;
}
#profile .block-reservation p small {
  display: block;
  font-size: 1rem;
  line-height: 2;
}
#profile .block-reservation p small br {
  display: block;
}
#profile .block-contact {
  width: 96.25%;
  margin: 14px auto 0;
  padding: 36px 0;
  background: url(../images/profile/bg_profile_contact.png) no-repeat top center;
  background-size: cover;
  box-sizing: border-box;
  opacity: 0;
}
#profile .block-contact h3 {
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  text-align: center;
}
#profile .block-contact p {
  font-size: 1rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
#profile .block-contact p.tit {
  font-size: 1.3rem;
  line-height: 0.92308;
}
#profile .block-contact .list-contact {
  width: 85.51724%;
  margin: 14px auto 20px;
}
#profile .block-contact .list-contact li {
  padding: 15px 0;
  background: rgba(37, 26, 4, 0.7);
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
}
#profile .block-contact .list-contact li:nth-child(1) span {
  display: inline-block;
  position: relative;
  padding: 0 25px;
}
#profile .block-contact .list-contact li:nth-child(1) span:before {
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  content: '';
  width: 19px;
  height: 19px;
  background: url(../images/profile_sp/icon_tel.png) no-repeat top center;
  background-size: cover;
}
#profile .block-contact .list-contact li:nth-child(1) span a {
  color: #fff;
}
#profile .block-contact .list-contact li:nth-child(2) {
  margin-top: 1px;
}
#profile .block-contact .list-contact li:nth-child(2) span {
  display: inline-block;
  position: relative;
  padding: 0 30px;
}
#profile .block-contact .list-contact li:nth-child(2) span:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 24px;
  height: 14px;
  background: url(../images/profile_sp/icon_mail.png) no-repeat top center;
  background-size: cover;
}
#profile .block-contact .list-contact li:nth-child(2) span a {
  color: #fff;
}
#profile .block-contact .list-ref {
  width: 85.51724%;
  margin: 12px auto 0;
}
#profile .block-contact .list-ref li {
  font-size: 1.1rem;
  line-height: 1.54545;
  color: #fff;
  padding-left: 1em;
  text-indent: -1em;
}
#profile .parts_sp {
  display: block;
  margin-top: 24px;
}
#profile .parts_sp img {
  width: 100%;
  height: auto;
}

footer {
  position: relative;
  width: 100%;
  padding: 30px 0 16px;
  background: url(../images/footer_sp/bg_footer.png) no-repeat top center;
  background-size: cover;
  box-sizing: border-box;
}
footer a {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 33px;
  height: 16px;
  margin-left: -16.5px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/footer_sp/icon_arrow.png) no-repeat top center;
  background-size: cover;
}
footer a:hover {
  opacity: 0.6;
}
footer h4 {
  width: 117px;
  margin: 0 auto;
}
footer h4 img.pc {
  display: none;
}
footer h4 img.sp {
  display: block;
}
footer p {
  margin-top: 14px;
  font-size: 1rem;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  opacity: 0.4;
}
