@charset "UTF-8";
/* ---------------------------------------------------------
common
----------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /* 10px */
}

body {
  font-size: 1.6em;
  /* 16px */
  line-height: 1.8;
  color: #111;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

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

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

#wrapper {
  width: 100%;
  min-width: 100rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media (max-width: 1024px) {
  #wrapper {
    min-width: 32rem;
  }
}

.sp_view {
  display: none;
}

@media (max-width: 1024px) {
  .sp_view {
    display: block;
  }
}

.pc_view {
  display: block;
}

@media (max-width: 1024px) {
  .pc_view {
    display: none;
  }
}

a:hover, a:hover img {
  opacity: .5;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 1024px) {
  a:hover, a:hover img {
    opacity: 1;
  }
}

@media (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media (max-width: 1024px) {
  .inner {
    padding: 1rem;
  }
}

.error_msg {
  color: #f00;
}

@media (max-width: 1024px) {
  #aboutus,
  #contact {
    margin-top: -60px;
    padding-top: 60px;
  }
}

/* ---------------------------------------------------------
header
----------------------------------------------------------*/
@media (min-width: 1025px) {
  #home .js_menu {
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 0;
  }
  #home .js_menu.js_show {
    opacity: 1;
    z-index: 9999;
  }
}

.header {
  position: fixed;
  top: 2rem;
  right: 2rem;
  background-color: #fff;
  z-index: 9999;
  padding: 2rem;
}

@media (max-width: 1024px) {
  .header {
    width: 100%;
    top: 0;
    left: 0;
    padding: 0;
  }
}

@media (max-width: 1024px) {
  .header_wrap {
    width: 100%;
    padding: 0rem 1rem 0rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.header_logo {
  margin-bottom: 1rem;
}

@media (max-width: 1024px) {
  .header_logo {
    width: 65vw;
    max-width: 30rem;
  }
}

.header ul li span {
  display: none;
}

/* ---------------------------------------------------------
nav
----------------------------------------------------------*/
.cp_offcm01 #cp_toggle01 {
  position: absolute;
  display: none;
  opacity: 0;
}

.cp_offcm01 .cp_menu .btn_for_sp {
  display: none;
}

.cp_offcm01 #cp_toggle01 ~ label {
  display: none;
}

.cp_menu {
  font-family: "游明朝体", "yumincho", "游明朝", "yu mincho", "ヒラギノ明朝 pro", "hiragino mincho pro", "hgs明朝e", "ｍｓ ｐ明朝", "ms pmincho", serif;
}

.cp_menu ul li {
  text-align: right;
}

.cp_menu ul li:last-of-type {
  margin-top: 0.5rem;
}

@media (max-width: 1024px) {
  .cp_offcm01 .cp_menu {
    position: fixed;
    top: 0;
    right: -100vw;
    width: 240px;
    height: 100%;
    -webkit-transition: .5s transform;
    transition: .5s transform;
    -webkit-transition-timing-function: cubic-bezier(0.38, 0.52, 0.23, 0.99);
    transition-timing-function: cubic-bezier(0.38, 0.52, 0.23, 0.99);
    background-color: #fff;
    z-index: 9999;
  }
  .cp_offcm01 .cp_menu ul {
    margin: 1rem 0 0;
    padding: 0 1rem;
  }
  .cp_offcm01 .cp_menu li a {
    display: block;
    font-weight: bold;
    font-size: 1.8rem;
    padding: 1rem 0 1rem 1rem;
    position: relative;
  }
  .cp_offcm01 .cp_menu .btn_for_sp {
    margin-top: 1.5rem;
  }
  .cp_offcm01 .bg_black {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100vw;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: .5s;
    transition: .5s;
  }
  .cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
  }
  .cp_offcm01 #cp_toggle01:checked ~ .bg_black {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
  }
  .cp_offcm01 #cp_toggle01 ~ label {
    position: relative;
    z-index: 9999;
    display: block;
    cursor: pointer;
    -webkit-transition: .5s transform;
    transition: .5s transform;
    -webkit-transition-timing-function: cubic-bezier(0.61, -0.38, 0.37, 1.27);
    transition-timing-function: cubic-bezier(0.61, -0.38, 0.37, 1.27);
  }
  .cp_offcm01 #cp_toggle01:checked ~ label {
    -webkit-transform: translateX(-240px);
    transform: translateX(-240px);
  }
  .sp_nav_btn {
    width: 6rem;
    height: 6rem;
    position: relative;
    z-index: 9999;
    display: block;
  }
  .sp_nav_btn span,
  .sp_nav_btn:before,
  .sp_nav_btn:after {
    width: 30px;
    height: 2px;
    display: block;
    background: #000;
    position: absolute;
    left: 15px;
    transition: .15s ease-in-out;
  }
  .sp_nav_btn:before,
  .sp_nav_btn:after {
    content: "";
  }
  .sp_nav_btn:before {
    top: 18px;
  }
  .sp_nav_btn:after {
    top: 40px;
  }
  .sp_nav_btn span {
    top: 29px;
  }
  .active.sp_nav_btn span,
  .active.sp_nav_btn:before,
  .active.sp_nav_btn:after {
    background: #fff;
  }
  .active.sp_nav_btn:before {
    top: 29px;
    transform: rotate(45deg);
  }
  .active.sp_nav_btn:after {
    transform: rotate(-45deg);
    top: 29px;
  }
  .active.sp_nav_btn span {
    display: none;
  }
}

/* ---------------------------------------------------------
main
----------------------------------------------------------*/
@media (max-width: 1024px) {
  main {
    padding-top: 6rem;
  }
}

/* ---------------------------------------------------------
title
----------------------------------------------------------*/
.title {
  background-color: #dcdcdc;
  padding: 4rem 0;
  font-size: 3.3rem;
  text-align: center;
  font-weight: normal;
  line-height: 1.4;
  font-family: "游明朝体", "yumincho", "游明朝", "yu mincho", "ヒラギノ明朝 pro", "hiragino mincho pro", "hgs明朝e", "ｍｓ ｐ明朝", "ms pmincho", serif;
}

@media (max-width: 1024px) {
  .title {
    padding: 2rem 0;
    font-size: 2.8rem;
  }
}

.title span {
  display: block;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.6rem;
}

@media (max-width: 1024px) {
  .title span {
    font-size: 1.2rem;
  }
}

/* ---------------------------------------------------------
firstview
----------------------------------------------------------*/
body::before {
  content: "";
  width: 100%;
  height: 100vh;
  display: block;
  background-position: center top;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
}

body#home::before {
  background-image: url(../images/home/back-photo-1.jpg);
}

.fv {
  width: 100%;
  height: 100vh;
  position: relative;
}

@media (max-width: 1024px) {
  .fv {
    height: calc(100vh - 60px - 60px);
  }
}

.fv_text {
  position: absolute;
  width: 100%;
  max-width: 38rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media (max-width: 1024px) {
  .fv_text {
    width: 80%;
  }
}

/* ---------------------------------------------------------
concept
----------------------------------------------------------*/
.concept {
  background-color: #fff;
  padding-bottom: 18rem;
}

@media (max-width: 1024px) {
  .concept {
    padding-bottom: 8rem;
  }
}

.concept .inner {
  width: 120rem;
  height: 180rem;
  margin: 0 auto;
  position: relative;
  padding-top: 13rem;
}

@media (max-width: 1024px) {
  .concept .inner {
    width: 100%;
    max-width: 63rem;
    height: auto;
    padding-top: 3rem;
  }
}

@media (max-width: 1024px) {
  .concept_img1 {
    margin-bottom: 3rem;
  }
}

.concept_img2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

@media (max-width: 1024px) {
  .concept_img2 {
    position: relative;
  }
}

.concept_title {
  width: 33.8rem;
  position: absolute;
}

@media (max-width: 1024px) {
  .concept_title {
    width: 100%;
    position: relative;
    margin-bottom: 1rem;
  }
}

.concept_title.item1 {
  top: 40rem;
  left: 69rem;
}

@media (max-width: 1024px) {
  .concept_title.item1 {
    top: 0;
    left: 0;
  }
}

.concept_title.item2 {
  top: 132rem;
  right: 69rem;
}

@media (max-width: 1024px) {
  .concept_title.item2 {
    top: 0;
    left: 0;
  }
}

.concept_title img {
  width: 100%;
}

@media (max-width: 1024px) {
  .concept_title img {
    height: 2rem;
    width: auto;
  }
}

.concept_text {
  position: absolute;
  font-weight: bold;
  font-size: 4.8rem;
  line-height: 1.2;
  font-family: "游明朝体", "yumincho", "游明朝", "yu mincho", "ヒラギノ明朝 pro", "hiragino mincho pro", "hgs明朝e", "ｍｓ ｐ明朝", "ms pmincho", serif;
}

@media (max-width: 1024px) {
  .concept_text {
    position: relative;
    font-size: 2.6rem;
    margin-bottom: 2rem;
  }
}

.concept_text.item1 {
  width: 48rem;
  top: 46rem;
  left: 69rem;
}

@media (max-width: 1024px) {
  .concept_text.item1 {
    width: 100%;
    top: 0;
    left: 0;
  }
}

.concept_text.item2 {
  width: 40rem;
  top: 138rem;
  right: 69rem;
  text-align: right;
}

@media (max-width: 1024px) {
  .concept_text.item2 {
    width: 100%;
    top: 0;
    left: 0;
    text-align: left;
  }
}

/* ---------------------------------------------------------
about
----------------------------------------------------------*/
.aboutus {
  background-color: #fff;
}

.aboutus .inner {
  width: 150rem;
  margin: 0 auto;
  padding-top: 12rem;
  padding-bottom: 12rem;
}

@media (max-width: 1024px) {
  .aboutus .inner {
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 8rem;
  }
}

.aboutus_content {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .aboutus_content {
    display: block;
  }
}

.aboutus_content:not(:last-of-type) {
  margin-bottom: 7rem;
}

@media (max-width: 1024px) {
  .aboutus_content:not(:last-of-type) {
    margin-bottom: 5rem;
  }
}

.aboutus_content.alt {
  text-align: right;
}

@media (max-width: 1024px) {
  .aboutus_content.alt {
    text-align: left;
  }
}

.aboutus_content.alt .aboutus_text {
  order: 2;
}

.aboutus_content.alt .aboutus_media {
  order: 1;
}

.aboutus_text {
  width: calc(100% - 86rem);
}

@media (max-width: 1024px) {
  .aboutus_text {
    width: 100%;
  }
}

.aboutus_text span {
  color: #ff5a64;
  font-weight: bold;
}

.aboutus_title {
  display: inline-block;
  padding: 2rem 0;
}

@media (max-width: 1024px) {
  .aboutus_title {
    padding-bottom: 3.5rem;
  }
}

.aboutus_title.maternity {
  width: 39rem;
}

@media (max-width: 1024px) {
  .aboutus_title.maternity {
    width: auto;
  }
  .aboutus_title.maternity img {
    height: 2.2rem;
  }
}

.aboutus_title.newBorn {
  width: 41rem;
}

@media (max-width: 1024px) {
  .aboutus_title.newBorn {
    width: auto;
  }
  .aboutus_title.newBorn img {
    height: 2.2rem;
  }
}

.aboutus_title.beforeAfter {
  width: 52rem;
}

@media (max-width: 1024px) {
  .aboutus_title.beforeAfter {
    width: auto;
  }
  .aboutus_title.beforeAfter img {
    height: 2.2rem;
  }
}

.aboutus_title.stoneBracelet {
  width: 55rem;
}

@media (max-width: 1024px) {
  .aboutus_title.stoneBracelet {
    width: auto;
  }
  .aboutus_title.stoneBracelet img {
    height: 2.2rem;
  }
}

.aboutus_lead {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 1px;
  margin-bottom: 3.5rem;
}

@media (max-width: 1024px) {
  .aboutus_lead {
    font-size: 2.2rem;
    margin-bottom: 2rem;
    line-height: 1.4;
  }
}

.aboutus_desc {
  margin-bottom: 1rem;
}

@media (max-width: 1024px) {
  .aboutus_desc {
    margin-bottom: 2.5rem;
  }
}

/* ---------------------------------------------------------
contact
----------------------------------------------------------*/
input[type=text], input[type=email], input[type=tel], textarea {
  width: 100%;
  padding: 1rem;
  border: none;
  font-size: 1.6rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@media (max-width: 1024px) {
  input[type=text], input[type=email], input[type=tel], textarea {
    padding: .5rem;
    font-size: 1.4rem;
  }
}

.contact {
  background-color: #fff;
}

.contact .inner {
  width: 1000px;
  margin: 0 auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

@media (max-width: 1024px) {
  .contact .inner {
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 0;
  }
}

.contact_tel {
  text-align: center;
  margin-bottom: 2rem;
}

@media (max-width: 1024px) {
  .contact_tel {
    margin-bottom: 1rem;
  }
}

@media (max-width: 1024px) {
  .contact_tel img {
    width: 70%;
    max-width: 300px;
  }
}

.contact_lead {
  color: #ff5a64;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  text-align: center;
}

@media (max-width: 1024px) {
  .contact_lead {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

.contact_info {
  font-size: 1.4rem;
  margin-bottom: 7rem;
  text-align: center;
}

@media (max-width: 1024px) {
  .contact_info {
    margin-bottom: 3rem;
  }
}

.contact_title {
  text-align: center;
  margin-bottom: 1.5rem;
}

@media (max-width: 1024px) {
  .contact_title img {
    width: 85%;
    max-width: 300px;
  }
}

.contact_formWrapper {
  padding: 5rem 3rem;
  background-color: #f0f0f0;
  width: 75rem;
  margin: 0 auto 2rem;
}

@media (max-width: 1024px) {
  .contact_formWrapper {
    width: 100%;
    padding: 2rem 1rem;
  }
}

.contact table {
  width: 100%;
  font-size: 2rem;
}

@media (max-width: 1024px) {
  .contact table {
    font-size: 1.6rem;
  }
}

.contact table th {
  width: 18rem;
  text-align: right;
  padding: 0 2rem 2rem 0;
  font-weight: normal;
  vertical-align: middle;
}

@media (max-width: 1024px) {
  .contact table th {
    width: 100%;
    display: block;
    text-align: left;
    padding: 0;
  }
}

.contact table th span {
  color: #f00;
  font-size: 1.4rem;
}

.contact table td {
  padding-bottom: 2rem;
}

@media (max-width: 1024px) {
  .contact table td {
    width: 100%;
    display: block;
    padding: 0 0 1.5rem 1rem;
  }
}

.contact table textarea {
  height: 23rem;
}

@media (max-width: 1024px) {
  .contact table textarea {
    height: 15rem;
  }
}

.contact_alert {
  color: #f00;
  text-align: center;
  margin-bottom: 3rem;
}

@media (max-width: 1024px) {
  .contact_alert {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    text-align: left;
    padding-left: 1rem;
    text-indent: -1rem;
  }
}

.contact_btns {
  display: flex;
  justify-content: center;
}

.contact_btns .btn:not(:last-of-type) {
  margin-right: 3rem;
}

@media (max-width: 1024px) {
  .contact_btns .btn:not(:last-of-type) {
    margin: 0 2rem 0 0;
  }
}

.contact_msg {
  text-align: center;
  margin-bottom: 2rem;
}

@media (max-width: 1024px) {
  .contact_msg {
    text-align: left;
  }
}

.contact_done {
  text-align: center;
  margin-bottom: 2rem;
  font-weight: bold;
  font-size: 2rem;
}

@media (max-width: 1024px) {
  .contact_done {
    font-size: 1.8rem;
  }
}

.contact_done_msg {
  text-align: center;
  color: #f00;
  margin-bottom: 3rem;
}

@media (max-width: 1024px) {
  .contact_done_msg {
    text-align: left;
  }
}

input[type="submit"].btn,
.btn {
  width: 17rem;
  font-size: 2rem;
  padding: 1.5rem;
  border-radius: 3rem;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #3e3a39;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@media (max-width: 1024px) {
  input[type="submit"].btn,
  .btn {
    font-size: 1.6rem;
    padding: 1rem;
    width: 10rem;
  }
}

input[type="submit"].btn:hover,
.btn:hover {
  opacity: .5;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 1024px) {
  input[type="submit"].btn:hover,
  .btn:hover {
    opacity: 1;
  }
}

input[type="submit"].btn.back,
.btn.back {
  background-color: #777;
}

@media (max-width: 1024px) {
  .btn.long {
    width: 15rem;
  }
}

/* ---------------------------------------------------------
links
----------------------------------------------------------*/
.links {
  display: none;
}

@media (max-width: 1024px) {
  .links {
    position: fixed;
    bottom: 0;
    display: flex;
    width: 100%;
    z-index: 100;
  }
  .links a {
    display: block;
    width: 50%;
    text-align: center;
    min-height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
  }
  .links a:first-of-type {
    background-color: #ff5a64;
  }
  .links a:nth-of-type(2) {
    background-color: #95cfb1;
  }
}

/* ---------------------------------------------------------
footer
----------------------------------------------------------*/
.footer {
  background-color: #fff;
  padding: 10rem 0 0;
  text-align: center;
}

@media (max-width: 1024px) {
  .footer {
    padding: 5rem 0 6rem;
  }
}

.footer-logo {
  margin-bottom: 3rem;
  display: inline-block;
}

@media (max-width: 1024px) {
  .footer-logo {
    width: 50%;
    max-width: 300px;
  }
}

.footer ul {
  display: flex;
  margin-bottom: 4rem;
  justify-content: center;
}

@media (max-width: 1024px) {
  .footer ul {
    display: block;
    margin-bottom: 2rem;
  }
}

.footer ul li {
  font-size: 1.8rem;
}

.footer ul li:not(:last-of-type) {
  margin-right: 5rem;
}

@media (max-width: 1024px) {
  .footer ul li:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

@media (max-width: 1024px) {
  .footer ul li {
    margin-right: 0;
    line-height: 1.5;
    font-size: 1.4rem;
  }
}

.footer ul li span {
  font-size: 1.2rem;
  display: block;
}

.footer-phone {
  margin-bottom: .5rem;
}

@media (max-width: 1024px) {
  .footer-phone img {
    width: 70%;
    max-width: 300px;
  }
}

.footer-alert {
  font-size: 1.2rem;
  margin-bottom: 3rem;
}

@media (max-width: 1024px) {
  .footer-alert {
    margin-bottom: 1.5rem;
  }
}

.footer-sns {
  margin-bottom: 3rem;
}

@media (max-width: 1024px) {
  .footer-sns {
    margin-bottom: 1.5rem;
  }
}

.footer-info {
  font-size: 1.4rem;
  margin-bottom: 3rem;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .footer-info {
    font-size: 1.2rem;
  }
}

.footer #copyright {
  color: #fff;
  font-size: 1.4rem;
  padding: 2rem;
  background-color: #606060;
}

.footer #copyright a {
  display: inline-block;
  color: #fff;
}

@media (max-width: 1024px) {
  .footer #copyright {
    font-size: 1.2rem;
    padding: 1rem;
  }
}
