/*
    Theme Name: SWELL
    Theme URI: https://swell-theme.com/
    Description: シンプルなのに高機能。ブロックエディターの使い心地にこだわった国内最高峰のWordPressテーマ
    Version: 2.14.2
    Requires at least: 5.6
    Requires PHP: 7.3.0
    Author: LOOS,Inc.
    Author URI: https://loos.co.jp/
    Text Domain: swell
    Domain Path: /languages
    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
@charset "utf-8";

.top_header .w-header #header_contact {
  display: block;
}

.w-header #header_contact {
  display: none;
}

#main_visual {
  display: none;
}

.top_mv {
  /*display:none;*/
  background: #76bcc8;
    height: 62vh;
    min-height: 500px;
}

#header.top_header {
  width: 1200px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 30px;
  max-width: 96%;
  top: 16px;
}

#header_contact a {
  width: 120px;
  text-align: center;
  display: block;
  height: 42px;
  color: #fff;
  font-size: 14px;
  line-height: 42px;
  border-radius: 10px;
  background: linear-gradient(to right, #ee9f98, #ef7e78);
  font-size: 15px;
  transition: 0.6s;
  font-weight: 600;
}

#header_contact a:hover {

  opacity: 0.6;
}

.top_header .w-header #header_contact {
  display: block;
}

.w-header #header_contact {
  display: none;
}

#header.top_header {
  width: 1200px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 30px;
  max-width: 96%;
  top: 16px;
  height: 94px;
}


.c-gnav>.menu-item>a {
  padding: 0 26px;
}

.c-gnav>.menu-item>a .ttl {
  font-size: 15px;
  font-weight: 600;
  color: #666;
}

.-series .c-headLogo {
  height: 46px;
  width: auto;
}

.l-header__inner.l-container {
  height: 94px;
}

.c-gnav>.menu-item>a::after {
  bottom: 25px;
}

.top_mv_inner {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  max-width: 96%;
  margin: 0 auto;
  padding-top: 150px;
  flex-wrap: wrap;
}

.top_mv_inner_right {
  width: 46%;
  padding-top: 30px;
}

.top_mv_inner_left {
  width: 46%;
}

.top_mv_release {
  text-align: center;
  font-size: 42px;
  margin-bottom: 1em;
}

span.number {
  font-size: 1.2em;
}

span.under_red {
  background: linear-gradient(transparent 82%, #f1b4b1 0%);
  padding: 0 15px;
  color: #fff;
}

.top_mv_content {
  font-size: 48px;
  color: #fff;
  width: auto;
  margin: 0 auto;
  text-align: left;
  display: inline-block;
}

.top_mv_content01 {
  letter-spacing: 0.5px;
  padding: 5px 0;
}

.top_mv_content02 {
  letter-spacing: 5.5px;
  padding: 5px 0;
}

.top_mv_content03 {
  font-size: 60px;
  letter-spacing: 18.5px;
  padding: 5px 0;
}

span.dot {
  position: relative;
  display: inline-block;
  /* letter-spacing: 0; */
}

span.dot:after {
  content: '';
  position: absolute;
  bottom: -10px;
  /* テキストからの距離を調整 */
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background-color: #f8d3cd;
  border-radius: 50%;
  margin-left: -8px;
}

.top_mv_inner_right_img {
  width: 85%;
  position: relative;
}

.top_mv_inner_right_img img {
  width: 100%;
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.3));
}

.cost_box {
  position: absolute;
  right: -80px;
  display: flex;
  color: #421913;
  bottom: -40px;
}

.cost {
  width: 100px;
  height: 100px;
  margin: 0 5px;
  text-align: center;
  font-size: 12px;
  background: #f4b3b1;
  border-radius: 50%;
}

span.cost_h {
  display: block;
  font-size: 13px;
  padding-top: 15px;
  color: #421913;
}

span.cost_0 {
  font-size: 50px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  position: relative;
}

span.cost_0:after {
  content: "円";
  font-size: 12px;
  position: absolute;
  bottom: 14px;
  color: #421913;
  right: -14px;
}

.top_mv_inner_right p {
  margin: 10px 0 0;
  font-size: 13px;
  padding-left: 10px;
}

section.semicircle {
  position: relative;
  background: #76bcc8;
  height: 0;
  margin-bottom: 200px;
}

section.semicircle:before {
  position: absolute;
  content: '';
  left: 50%;
  width: 120%;
  height: 400px;
  border-radius: 50%;
  background: inherit;
  transform: translateX(-50%) translateY(50%);
  bottom: 100px;
  z-index: -1;
}

.contact_link {
  position: absolute;
  width: 300px;
  text-align: center;
  color: #fff;
  left: 50%;
  bottom: -140px;
  transform: translateX(-50%);
  border-radius: 10px;
  background: linear-gradient(to right, #ee9f98, #ef7e78);
  line-height: 60px;
  font-weight: 600;
  transition: 0.6s;
}

.contact_link:hover {
  opacity: 0.6;
}

.contact_link a {
  color: #fff;
  font-size: 18px;
  letter-spacing: 5px;
  display: block;
}

/*fix header*/
.l-fixHeader__inner {
  width: 1200px;
  justify-content: space-between;
  max-width: 100%;
}

.-series-right .c-gnavWrap {
  width: auto;
  margin-left: 26px;
}

.w-header #header_contact {
  display: block;
}

div#fix_header {
  box-shadow: 0 5px 10px rgba(0, 0, 0, .12);
}

@media all and (max-width: 1260px) {
  .top_mv_inner {
    padding-top: 100px;
  }

  .top_mv_inner_left {
    width: 48%;
    text-align: center;
  }

  .top_mv_inner_right {
    width: 48%;
  }

  .top_mv_release {
    font-size: 34px;
  }

  .top_mv_content {
    font-size: 36px;
  }

  .top_mv_content03 {
    font-size: 43px;
  }

  .cost_box {
    right: -60px;
  }

  .cost {
    width: 80px;
    height: 80px;
  }

  span.cost_h {
    font-size: 12px;
    padding-top: 10px;
  }

  span.cost_0 {
    font-size: 46px;
  }

  .top_mv {
    height: 480px;
	min-height: initial;
  }
}

@media all and (max-width: 1200px) {
  .c-gnav>.menu-item>a {
    padding: 0 10px;
  }

}

@media all and (max-width: 960px) {
  .l-header__logo {
    padding: 0 4vw;
  }

  .l-header__menuBtn.sp_ {
    margin-right: 2vw;
  }

  #header.top_header,
  .l-header__inner.l-container {
    height: 60px;
  }

  .top_mv {
    height: 420px;
  }

  .top_mv_inner_left {
    width: 55%;
  }

  .top_mv_release {
    margin-bottom: 0.5em;
  }

  .top_mv_content {
    font-size: 35px;
  }

  .top_mv_content01 {
    letter-spacing: 0.5px;
  }

  .top_mv_content02 {
    letter-spacing: 4.5px;
  }

  .top_mv_content03 {
    font-size: 40px;
    letter-spacing: 18px;
  }

  .top_mv_inner_right {
    width: 43%;
  }

  .cost_box {
    right: -45px;
  }

  .cost {
    width: 70px;
    height: 70px;
  }

  span.cost_h {
    font-size: 11px;
  }

  span.cost_0 {
    font-size: 40px;
  }

  span.cost_0::after {
    bottom: 9px;
  }

  #header_contact a {
    width: 100%;
    font-size: 1.1em;
    line-height: 50px;
    height: 50px;
  }
}

@media all and (max-width:767px) {
  #header.top_header {
    top: 10px;
  }

  .top_mv {
    height: auto;
  }

  .top_mv_inner_left {
    width: 100%;
  }

  .top_mv_inner_right {
    width: 100%;
    margin: 0 auto;
  }

  .top_mv_inner_right_img {
    margin: 0 auto;
  }

  .cost_box {
    right: -25px;
  }

  .top_mv_inner_right p {
    width: 85%;
    margin: 10px auto;
  }

  .contact_link {
    bottom: -110px;
  }

  .top_mv_release {
    font-size: 30px;
  }

  .top_mv_content {
    font-size: 30px;
  }

  .top_mv_content02 {
    letter-spacing: 4px;
  }

  .top_mv_content03 {
    font-size: 36px;
    letter-spacing: 14px;
  }

  section.semicircle::before {
    height: 200px;
    bottom: 0px;
  }

  section.semicircle {
    margin-bottom: 150px;
  }
}