@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;500&display=swap");
* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  background: #FFF;
}

body {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  word-wrap: break-word;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, object, iframe, pre, code, p, blockquote, form, fieldset, legend, table, th, td, caption, tbody, tfoot, thead, article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas {
  margin: 0;
  padding: 0;
}

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

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

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

fieldset, img {
  border: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ul, ol, menu {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

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

abbr, acronym {
  border: none;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

a img, map a {
  border: none;
}

a:hover, a:active, a:focus {
  outline: 0;
}

embed {
  width: 100%;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img, object, embed {
  max-width: 100%;
  height: auto;
}

object, embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
}

body {
  font: 14px/1.231 Verdana, Arial, sans-serif;
}

select, input, button, textarea, button {
  font: 99% arial, sans-serif;
}

table {
  font-size: inherit;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  line-height: 1;
}

table {
  empty-cells: show;
}

input {
  line-height: 1;
}

form img, input, select {
  vertical-align: middle;
}

textarea {
  resize: none;
}

select {
  padding: 1px;
}

label {
  margin-right: 5px;
}

legend {
  display: none;
}

input[type=text], input[type=password], textarea {
  padding: 3px 4px 0 3px;
  border: 1px solid #999;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  font-size: 13px;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

::placeholder {
  color: #ccc;
  font-weight: normal;
}

input:focus::placeholder {
  color: transparent;
}

.clearfix, .cf {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after {
  clear: both;
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
}

/*********************
GENERAL STYLES
*********************/
.pc {
  display: none;
}

.sp {
  display: block;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: #231815;
  background-color: #fff;
  letter-spacing: 0.025em;
}

.bold {
  font-weight: bold;
}

.b_yellow {
  background: linear-gradient(transparent 75%, #ffeeb0 75%);
}

#wrapper {
  max-width: 750px;
  margin: 0 auto;
}

.animated {
  opacity: 0;
}

/*********************
LINK
*********************/
a, a:visited {
  color: #21b8d7;
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #1b96af;
}
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

.inner {
  max-width: 1080px;
  margin: 0 auto;
}

/*********************
HEADER
*********************/
#header {
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  padding: 46px 0 0;
  text-align: center;
  position: fixed;
  z-index: 10000;
  top: 0;
}
#header .h_logo {
  position: absolute;
  width: 105px;
  top: 12px;
  left: 50%;
  margin-left: -55px;
}

.h_toggle_wrap {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  background: #eeeded;
}

.h_toggle,
.h_toggle span {
  display: block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.h_toggle {
  position: relative;
  width: 20px;
  height: 16px;
}

.h_toggle span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #231815;
}
.h_toggle span:nth-of-type(1) {
  top: 0;
}
.h_toggle span:nth-of-type(2) {
  top: 8px;
}
.h_toggle span:nth-of-type(3) {
  bottom: 0;
}

.active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}
.active span:nth-of-type(2) {
  opacity: 0;
}
.active span:nth-of-type(3) {
  transform: translateY(-7px) rotate(45deg);
}

.h_nav {
  width: 100%;
  height: 100vh;
  background: rgba(238, 237, 237, 0.9);
  padding: 14% 9.33% 0;
  position: fixed;
  transform: translateY(-140%);
  transition: all 0.8s ease-in-out;
  z-index: 20;
  box-sizing: border-box;
}
.h_nav li a {
  display: block;
  padding: 9.18% 0 6.39%;
  border-bottom: 1px solid #231815;
}
.h_nav.open {
  transform: translateY(0);
}

/*********************
MV
*********************/
#mv {
  background: url(../img/mv_bg_sp.jpg) center/cover no-repeat;
  width: 100%;
  height: 130.267vw;
  text-align: center;
  padding: 15% 0 0;
  position: relative;
  margin-top: 46px;
}
#mv .mv_txt {
  font-size: 8.533vw;
  width: 87.2%;
  margin: 0 auto;
  letter-spacing: 0.1em;
  padding-left: 5vw;
}
#mv .mv_txt .row {
  display: flex;
  justify-content: center;
}
#mv .mv_txt .row span {
  display: block;
}
#mv .mv_txt .row01 {
  width: 43.47%;
  margin: 0 auto 8px;
}
#mv .mv_txt .row02 {
  margin-bottom: 20px;
}
#mv .mv_logo {
  width: 32%;
  margin: 0 auto;
}
#mv .scroll_sp {
  width: 9px;
  position: absolute;
  bottom: -38px;
  left: 50%;
  margin-left: -5px;
}

#mv_lead {
  padding: 32% 13.73%;
}
#mv_lead .mv_lead_head {
  margin: 0 auto 16%;
  width: 39.733vw;
}
#mv_lead .lead {
  margin-bottom: 7.37%;
}

#mv_lead + .movie_block{
    background: #f2f7f7;
}

#mv_lead a {
  display: block;
  width: 80.33%;
  height: 0;
  padding-top: 11.48%;
  margin: 20% auto 0;
  text-indent: -9999px;
  background: url("../img/mv_btn.png") center/contain no-repeat;
}

/*********************
SECTION 01
*********************/
#sec01 {
  background: #eeeded;
}
#sec01 .sec01_block01 {
  padding: 13.33% 9.33%;
}
#sec01 .sec01_block01 .ttl {
  margin-bottom: 9.02%;
}
#sec01 .sec01_block01 .txt01 {
  font-size: 89.29%;
  line-height: 2.36;
  margin-bottom: 20px;
}
#sec01 .sec01_block01 .trigger {
  display: block;
  width: 80.33%;
  height: 0;
  padding-top: 11.48%;
  margin: 0 auto;
  text-indent: -9999px;
  background: url(../img/sec01_trigger_open.png) center/contain no-repeat;
}
#sec01 .sec01_block01 .open {
  background: url(../img/sec01_trigger_close.png) center/contain no-repeat;
}
#sec01 .sec01_block01 .hide_content {
  display: none;
  padding: 9.84% 0 0;
}
#sec01 .sec01_block01 .hide_content .sec01_hc01 {
  margin-bottom: 9.51%;
}
#sec01 .sec01_block01 .hide_content .sec01_hc02 {
  border-top: 1px solid #21b8d7;
  margin-bottom: 20.98%;
}
#sec01 .sec01_block01 .hide_content .sec01_hc02 .ttl {
  padding: 3.93% 0;
  border-bottom: 1px solid #21b8d7;
}
#sec01 .sec01_block01 .hide_content .sec01_hc03 .ttl {
  margin-bottom: 8.2%;
}
#sec01 .sec01_block01 .hide_content .sec01_hc03 .txt {
  font-size: 89.29%;
  line-height: 2.36;
  margin-bottom: 6.56%;
}
#sec01 .sec01_block01 .hide_content .sec01_hc03 .txt sup {
  font-size: 71.43%;
  display: inline-block;
  position: relative;
  top: -10px;
}
#sec01 .sec01_block01 .hide_content .sec01_hc03 .txt_small {
  font-size: 71.43%;
}
#sec01 .sec01_point01 .ttl {
  padding: 70.67% 9.33% 9.33%;
  background: url(../img/sec01_point01_bg_sp.jpg) center/cover no-repeat;
}
#sec01 .sec01_point01 .txt_box01 {
  padding: 13.33% 9.33% 9.33%;
}
#sec01 .sec01_point01 .txt_box01 .txt01 {
  font-size: 89.29%;
  line-height: 2.36;
  margin-bottom: 6.56%;
}
#sec01 .sec01_point01 .txt_box01 .txt_small {
  font-size: 71.43%;
}
#sec01 .sec01_point01 .txt_box01 .img {
  width: 29.67%;
  margin: 9.84% auto 0;
}
#sec01 .sec01_point01 .sec01_point_list {
  padding: 13.33% 9.33% 2.67%;
  background: #fff;
  text-align: center;
}
#sec01 .sec01_point01 .sec01_point_list li {
  margin-bottom: 13.11%;
}

/*********************
SECTION 02
*********************/
#sec02 {
  width: 100%;
}
#sec02 .sec02_point .ttl {
  padding: 70.67% 9.33% 9.33%;
  background: url(../img/sec02_point_bg_sp.jpg) center/cover no-repeat;
}
#sec02 .sec02_point .txt_box {
  padding: 15.2% 9.33% 13.33%;
  background: #eeeded;
}
#sec02 .sec02_point .txt_box .txt01 li {
  margin-bottom: 11.48%;
}
#sec02 .sec02_point .txt_box .txt02 {
  font-size: 96.43%;
  line-height: 2.22;
  text-align: center;
}
#sec02 .sec02_carousel {
  min-height: 375px;
  background: url(../img/sec02_bg_sp.jpg) center top/cover no-repeat;
  padding: 4.67% 0 0;
}
#sec02 .sec02_carousel #carousel li {
  width: 74.53%;
  margin: 0 10px;
  position: relative;
}
#sec02 .sec02_carousel #carousel li.arrow:before {
  content: "";
  display: block;
  width: 47px;
  height: 15px;
  background: url(../img/carousel_arrow_sp.png) center/100% no-repeat;
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -7px;
  animation: fuwafuwa 2s infinite linear;
}
#sec02 .sec02_carousel #carousel li.first:before {
  content: "";
  display: block;
  width: 36px;
  height: 186px;
  background: url(../img/carousel_txt01_sp.png) center/100% no-repeat;
  position: absolute;
  top: 50%;
  left: -36px;
  margin-top: -93px;
}
#sec02 .sec02_carousel #carousel li.last:after {
  content: "";
  display: block;
  width: 34px;
  height: 186px;
  background: url(../img/carousel_txt02_sp.png) center/100% no-repeat;
  position: absolute;
  top: 50%;
  right: -34px;
  margin-top: -93px;
}
#sec02 .sec02_block .ttl {
  padding: 13.33% 0;
}
#sec02 .sec02_block .txt_box {
  padding: 13.33% 9.33%;
}
#sec02 .sec02_block .txt_box .txt {
  font-size: 89.29%;
  line-height: 2.36;
  margin-bottom: 6.56%;
}
#sec02 .sec02_block .txt_box .txt_small {
  font-size: 71.43%;
}
#sec02 .sec02_block01 .ttl {
  background: url(../img/sec02_block01_ttl_bg_sp.jpg) center top/cover no-repeat;
}
#sec02 .sec02_block02 .ttl {
  background: url(../img/sec02_block02_ttl_bg_sp.jpg) center top/cover no-repeat;
}

/*********************
SECTION 03
*********************/
#sec03 .ttl {
  padding: 70.67% 9.33% 9.33%;
  background: url(../img/sec03_ttl_bg_sp.jpg) center/cover no-repeat;
}
#sec03 .block {
  position: relative;
}
#sec03 .block .block_ttl {
  text-align: center;
  padding-top: 7.33%;
}
#sec03 .block01 .block01_head {
  min-height: 100vw;
  background: url(../img/sec03_block01_bg_sp.jpg) center top/cover no-repeat;
}
#sec03 .block02 .block02_head {
  min-height: 100vw;
  background: url(../img/sec03_block02_bg_sp.jpg) center top/cover no-repeat;
}
#sec03 .block03 .block03_head {
  min-height: 100vw;
  background: url(../img/sec03_block03_bg_sp.jpg) center top/cover no-repeat;
}
#sec03 .block04 .block04_head {
  min-height: 100vw;
  background: url(../img/sec03_block04_bg_sp.jpg) center top/cover no-repeat;
}
#sec03 .sec03_block_trigger {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 9.33%;
  margin: 0 auto;
  text-indent: -9999px;
  background: url(../img/sec03_trigger_open.png) center/contain no-repeat;
  position: absolute;
  top: 85.33vw;
  z-index: 10;
}
#sec03 .sec03_block_trigger {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 9.33%;
  margin: 0 auto;
  text-indent: -9999px;
  background: url(../img/sec03_trigger_open.png) center/contain no-repeat;
  position: absolute;
  top: 85.33vw;
  z-index: 10;
}
#sec03 .sec03_block_close_button {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 9.33%;
  margin: 0 auto;
  text-indent: -9999px;
  background: url(../img/sec03_trigger_close.png) center/contain no-repeat;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
#sec03 .open {
  background: url(../img/sec03_trigger_close.png) center/contain no-repeat;
}
#sec03 .hide_content {
  display: none;
  position: relative;
  background: #fff;
  padding: 28.53% 9.33% 18%;
}
#sec03 .hide_content .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#sec03 .hide_content .items li {
  width: 45.9%;
  margin-bottom: 16.39%;
}
#sec03 .hide_content .items li .img {
  text-align: center;
  margin: 0 auto;
}
#sec03 .hide_content .items li .item_name {
  font-size: 85.71%;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  padding: 1.5em 0 1em;
}
#sec03 .hide_content .items li .item_name sup {
  display: inline-block;
  position: relative;
  font-size: 71.43%;
  top: -3px;
}
#sec03 .hide_content .items li .item_info {
  font-size: 78.57%;
  color: #6a6b6f;
  line-height: 1.64;
  text-align: center;
}
#sec03 .hide_content .items li .item_option {
  padding: 1.5em 0 0;
}
#sec03 .hide_content .items .one_column_sp {
  width: 100%;
}
#sec03 .hide_content .items .one_column_sp .img {
  width: 45.9%;
}
#sec03 .hide_content .txt_box .txt01 {
  margin-bottom: 9.02%;
}
#sec03 .hide_content .txt_box .txt01 .head {
  font-weight: bold;
  font-size: 92.86%;
  margin-bottom: 4.92%;
}
#sec03 .hide_content .txt_box .txt01 .head span {
  display: block;
}
#sec03 .hide_content .txt_box .txt01 p {
  font-size: 82.14%;
  letter-spacing: -0.025em;
  line-height: 1.7;
}
#sec03 .hide_content .txt_box .txt02 {
  margin-bottom: 6.56%;
}
#sec03 .hide_content .txt_box .txt02 .head {
  padding: 1.64% 0 3.28% 7.87%;
  font-size: 92.86%;
  font-weight: bold;
  border-bottom: 1px solid #231815;
  background: url(../img/sec03_block01_check.png) left top/20px no-repeat;
  margin-bottom: 3.28%;
}
#sec03 .hide_content .txt_box .txt02 p {
  font-size: 71.43%;
  line-height: 1.8;
}
#sec03 .hide_content .txt_box .txt03 {
  margin-bottom: 13.11%;
}
#sec03 .hide_content .txt_box .txt03 .head {
  font-size: 78.57%;
  font-weight: bold;
  margin-bottom: 3.28%;
}
#sec03 .hide_content .txt_box .txt03 p {
  font-size: 64.29%;
  margin-bottom: 1em;
}
#sec03 .hide_content .txt_box .txt03 p.small {
  font-size: 53.57%;
  margin-bottom: 4.92%;
}

#sec03 .hide_content .txt_box .txt03 ul {
  font-size: 53.57%;
  margin-bottom: 4.92%;
}
#sec03 .hide_content .txt_box .txt03 ul li {
  padding-left: 1em;
  text-indent: -1em;
}
#sec03 .hide_content .txt_box .txt03 ul li sup {
  position: relative;
  font-size: 71.43%;
  top: -3px;
}
#sec03 .hide_content .txt_box .txt03 .txt_frame {
  font-size: 64.29%;
  font-weight: bold;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #231815;
  text-align: center;
}



#sec03 #sec03_cnt04.hide_content .items {
    max-width: 79.733vw;
}
#sec03 #sec03_cnt04.hide_content .items li {
    width: 36vw;
    margin: 0 0 15.2vw;
    padding: 1.867vw 0 3.2vw;
}
#sec03 #sec03_cnt04.hide_content .items li.active {
    background: #e3edf7;
}
#sec03 #sec03_cnt04.hide_content section ul {
    width: 100%;
    display: flex;
    margin-bottom: 7.733vw;
}
#sec03 #sec03_cnt04.hide_content section ul li {
    width: 50%;
    font-size: 2.67vw;
    line-height: 1.2;
    color: #a9a7a6;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1.733vw 0;
    border-bottom: 0.267vw solid #000;
    border-top: 0.267vw solid #fff;
    cursor: pointer;
}
#sec03 #sec03_cnt04.hide_content .tab02 {
    display: none;
}
#sec03 #sec03_cnt04.hide_content .tab01 ul li:nth-child(1),
#sec03 #sec03_cnt04.hide_content .tab02 ul li:nth-child(2) {
    font-weight: 600;
    color: #231815;
    border: 0.267vw solid #000;
    border-bottom: 0.267vw solid #fff;
    border-radius: 1.6vw 1.6vw 0 0;
    cursor: default;
}
#sec03 .frag{
	margin-bottom: 1.6em;
}
#sec03 #sec03_cnt04.hide_content .tab02 .frag img:first-child {
    margin: 2.67vw 0 5.33vw;
}

/*********************
SECTION 04
*********************/
#sec04 .ttl {
  padding: 70.67% 9.33% 9.33%;
  background: url(../img/sec04_ttl_bg_sp.jpg) center/cover no-repeat;
}
#sec04 .block01 {
  background: #eeeded;
}
#sec04 .block01 .box01 {
  padding: 21.33% 9.33%;
}
#sec04 .block01 .box02 .txt_box {
  padding: 17.33% 9.33%;
  background: #eeeded;
}
#sec04 .block01 .box02 .txt_box .head {
  margin-bottom: 4.92%;
}
#sec04 .txt {
  font-size: 89.29%;
  line-height: 2.36;
  color: #231815;
  margin-bottom: 6.56%;
}
#sec04 .txt_small {
  font-size: 71.43%;
  color: #2b2e35;
}
#sec04 .block02 {
  background: #cfcacd;
}

/*********************
FOOTER
*********************/
footer {
  position: relative;
  background: #f0eae7;
  padding: 0 0 26%;
}
footer .f_nav {
  padding: 16% 9.33% 0;
  margin-bottom: 75.73%;
}
footer .f_nav ul {
  border-top: 1px solid #231815;
}
footer .f_nav ul li a {
  display: block;
  padding: 9.18% 0 6.39%;
  border-bottom: 1px solid #231815;
}
footer p.copy {
  font-size: 82.67%;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 28px;
  }

  /*********************
  HEADER
  *********************/
  #header {
    padding: 92px 0 0;
  }
  #header .h_logo {
    position: absolute;
    width: 210px;
    top: 24px;
    left: 50%;
    margin-left: -110px;
  }

  .h_toggle_wrap {
    padding: 30px;
  }

  .h_toggle {
    width: 40px;
    height: 32px;
  }

  .h_toggle span:nth-of-type(2) {
    top: 16px;
  }

  .active span:nth-of-type(1) {
    transform: translateY(16px) rotate(-45deg);
  }
  .active span:nth-of-type(2) {
    opacity: 0;
  }
  .active span:nth-of-type(3) {
    transform: translateY(-14px) rotate(45deg);
  }

  .h_nav {
    padding: 13.02% 9.33% 0;
  }
  .h_nav li a {
    padding: 4% 0 4%;
  }

  /*********************
  MV
  *********************/
  #mv {
    min-height: 750px;
  }
  #mv .scroll_sp {
    width: 18px;
    position: absolute;
    bottom: -76px;
    left: 50%;
    margin-left: -10px;
  }

  /*********************
  SECTION 01
  *********************/
  #sec01 .sec01_block01 .txt01 {
    margin-bottom: 40px;
  }

  /*********************
  SECTION 02
  *********************/
  #sec02 .sec02_carousel #carousel li {
    margin: 0 20px;
  }
  #sec02 .sec02_carousel #carousel li.arrow:before {
    width: 94px;
    height: 30px;
    left: -60px;
    margin-top: -14px;
  }
  #sec02 .sec02_carousel #carousel li.first:before {
    width: 72px;
    height: 372px;
    left: -72px;
    margin-top: -186px;
  }
  #sec02 .sec02_carousel #carousel li.last:after {
    width: 68px;
    height: 372px;
    right: -68px;
    margin-top: -186px;
  }

  /*********************
  SECTION 03
  *********************/
  #sec03 .hide_content .txt_box .txt03 .txt_frame {
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 1024px) {
  /*********************
  GENERAL STYLES
  *********************/
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  #wrapper {
    max-width: 100%;
    margin: 0 auto;
  }

  .inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
  }

  /*********************
  HEADER
  *********************/
  #header {
    padding: 60px 0 0;
  }
  #header .h_logo {
    width: 120px;
    top: 16px;
    left: 50%;
    margin-left: -60px;
  }

  .h_toggle_wrap {
    padding: 20px;
  }

  .h_toggle {
    width: 30px;
    height: 20px;
  }

  .h_toggle span {
    height: 2px;
  }
  .h_toggle span:nth-of-type(1) {
    top: 0;
  }
  .h_toggle span:nth-of-type(2) {
    top: 9px;
  }
  .h_toggle span:nth-of-type(3) {
    bottom: 0;
  }

  .active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  .active span:nth-of-type(2) {
    opacity: 0;
  }
  .active span:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
  }

  .h_nav {
    padding: 6.25% 20% 0;
  }
  .h_nav li a {
    width: 480px;
    text-align: left;
    margin: 0 auto;
    padding: 36px 60px 19px;
  }

  /*********************
  MV
  *********************/
  #mv {
    background: url(../img/mv_bg_pc.jpg) center/cover no-repeat;
    width: 100%;
    text-align: center;
    padding: 0;
    position: relative;
    min-height: 0;
    height: auto;
    margin-top: 60px;
  }
  #mv .mv_txt_wrap {
    width: 40.3%;
    float: right;
    padding: 3.03% 0 5.3%;
  }
  #mv .mv_txt {
    font-size: 46px;
    letter-spacing: 0.3em;
    margin: 0 0 12% 0;
    padding: 0 0 5% 0;
    position: relative;
  }
  #mv .mv_txt:after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: #231815;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #mv .mv_txt .row {
    display: flex;
    justify-content: flex-start;
  }
  #mv .mv_txt .row span {
    display: block;
  }
  #mv .mv_txt .row01 {
    width: 100%;
    margin: 0 0 10px;
  }
  #mv .mv_txt .row02 {
    width: 100%;
    margin-bottom: 5.36%;
  }
  #mv .mv_txt .row_en {
    text-align: left;
  }
  #mv .mv_txt02 {
    margin: 0;
    font-size: 15px;
    line-height: 2;
    text-align: left;
  }
  #mv .mv_txt02 .mv_lead_head {
    margin-bottom: 4.61%;
  }
  #mv .scroll_pc {
    width: 10px;
    position: absolute;
    bottom: -20px;
    right: 60px;
  }
  
#mv a {
    display: block;
    width: 383px;
    height: 46px;
    padding-top: 0;
    margin: 6% 0 0;
    text-indent: -9999px;
    background: url("../img/mv_btn_pc.png") center/contain no-repeat;
    position: relative;
    border: 1px solid #231815;
  }
#mv a:before, #mv a:after,
#mv a span:before,
#mv a span:after {
    background-color: #21b8d7;
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    transition: all 0.3s ease;
  }
#mv a:before {
    width: 0px;
    height: 1px;
    top: -1px;
    left: -1px;
  }
#mv a:after {
    width: 0px;
    height: 1px;
    right: -1px;
    bottom: -1px;
  }
#mv a span:before {
    width: 1px;
    height: 0px;
    left: -1px;
    bottom: -1px;
  }
#mv a span:after {
    width: 1px;
    height: 0px;
    top: -1px;
    right: -1px;
  }
#mv a:hover {
    background: url("../img/mv_btn_pc_hvr.png") center/contain no-repeat;
  }
#mv a:hover:before, #mv a:hover:after {
    width: 100%;
    width: calc(100% + 1px);
  }
#mv a:hover span:before, #mv a:hover span:after {
    height: 100%;
    height: calc(100% + 1px);
  }

  /*********************
  SECTION 01
  *********************/
  #sec01 .sec01_block01 {
    padding: 150px 0 140px;
  }
  #sec01 .sec01_block01 .ttl {
    width: 390px;
    margin: 0 auto 60px;
  }
  #sec01 .sec01_block01 .txt01 {
    width: 390px;
    margin: 0 auto 80px;
    font-size: 16px;
    line-height: 2.17;
    color: #454545;
  }
  #sec01 .sec01_block01 .trigger {
    display: block;
    width: 383px;
    height: 46px;
    padding-top: 0;
    margin: 0 auto;
    text-indent: -9999px;
    background: url(../img/sec01_trigger_open_pc.png) center/contain no-repeat;
    position: relative;
    border: 1px solid #231815;
  }
  #sec01 .sec01_block01 .trigger:before, #sec01 .sec01_block01 .trigger:after,
#sec01 .sec01_block01 .trigger span:before,
#sec01 .sec01_block01 .trigger span:after {
    background-color: #21b8d7;
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    transition: all 0.3s ease;
  }
  #sec01 .sec01_block01 .trigger:before {
    width: 0px;
    height: 1px;
    top: -1px;
    left: -1px;
  }
  #sec01 .sec01_block01 .trigger:after {
    width: 0px;
    height: 1px;
    right: -1px;
    bottom: -1px;
  }
  #sec01 .sec01_block01 .trigger span:before {
    width: 1px;
    height: 0px;
    left: -1px;
    bottom: -1px;
  }
  #sec01 .sec01_block01 .trigger span:after {
    width: 1px;
    height: 0px;
    top: -1px;
    right: -1px;
  }
  #sec01 .sec01_block01 .trigger:hover {
    background: url(../img/sec01_trigger_open_pc_hvr.png) center/contain no-repeat;
  }
  #sec01 .sec01_block01 .trigger:hover:before, #sec01 .sec01_block01 .trigger:hover:after {
    width: 100%;
    width: calc(100% + 1px);
  }
  #sec01 .sec01_block01 .trigger:hover span:before, #sec01 .sec01_block01 .trigger:hover span:after {
    height: 100%;
    height: calc(100% + 1px);
  }
  #sec01 .sec01_block01 .open {
    background: url(../img/sec01_trigger_close_pc.png) center/contain no-repeat;
    border: 1px solid #a29d9c;
  }
  #sec01 .sec01_block01 .open:hover {
    background: url(../img/sec01_trigger_close_pc_hvr.png) center/contain no-repeat;
  }
  #sec01 .sec01_block01 .open:before, #sec01 .sec01_block01 .open:after,
#sec01 .sec01_block01 .open span:before,
#sec01 .sec01_block01 .open span:after {
    background: #231815;
  }
  #sec01 .sec01_block01 .hide_content {
    padding: 80px 0 0;
  }
  #sec01 .sec01_block01 .hide_content .inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  #sec01 .sec01_block01 .hide_content .sec01_hc_block01 {
    width: 47.73%;
    float: right;
  }
  #sec01 .sec01_block01 .hide_content .sec01_hc01 {
    margin-bottom: 50px;
    text-align: center;
  }
  #sec01 .sec01_block01 .hide_content .sec01_hc02 {
    padding: 10px;
    margin-bottom: 0;
  }
  #sec01 .sec01_block01 .hide_content .sec01_hc02 .ttl {
    padding: 20px 0;
    border-bottom: 1px solid #21b8d7;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  #sec01 .sec01_block01 .hide_content .sec01_hc02 .cnt {
    text-align: center;
    padding: 0 40px;
  }
  #sec01 .sec01_block01 .hide_content .sec01_hc03 {
    width: 47.73%;
    float: left;
    margin: 27px auto;
  }
  #sec01 .sec01_block01 .hide_content .sec01_hc03 .ttl {
    margin: 0 0 30px;
    text-align: left;
  }
  #sec01 .sec01_block01 .hide_content .sec01_hc03 .txt {
    font-size: 16px;
    line-height: 2.2;
    margin-bottom: 1em;
    color: #454545;
  }
  #sec01 .sec01_block01 .hide_content .sec01_hc03 .txt_small {
    font-size: 14px;
  }
  #sec01 .sec01_point01 {
    background: #fff;
  }
  #sec01 .sec01_point01 .block01 {
    background: url(../img/sec01_point01_bg_pc.jpg) center top/cover no-repeat;
  }
  #sec01 .sec01_point01 .block01 .inner {
    width: 50%;
    float: left;
    padding: 8.33% 0 13.85% 5%;
    position: relative;
  }
  #sec01 .sec01_point01 .ttl {
    padding: 0;
    margin-bottom: 6.94%;
    background: none;
  }
  #sec01 .sec01_point01 .txt_box01 {
    padding: 0 0 0;
    text-align: left;
  }
  #sec01 .sec01_point01 .txt_box01 .txt01 {
    font-size: 16px;
    line-height: 2.25;
    margin-bottom: 30px;
    color: #454545;
  }
  #sec01 .sec01_point01 .txt_box01 .txt_small {
    font-size: 14px;
    color: #454545;
  }
  #sec01 .sec01_point01 .txt_box01 .img {
    width: 132px;
    margin: 0;
    position: absolute;
    top: 67px;
    right: 57px;
  }
  #sec01 .sec01_point01 .sec01_point_list {
    padding: 132px 0 140px;
    background: #f2f7f7;
    text-align: center;
  }
  #sec01 .sec01_point01 .sec01_point_list li {
    margin-bottom: 54px;
  }
  #sec01 .sec01_point01 .sec01_point_list li:last-child {
    margin-bottom: 0;
  }

  /*********************
  SECTION 02
  *********************/
  #sec02 {
    width: 100%;
    background: #eeeded;
    padding-bottom: 0;
  }
  #sec02 .sec02_point {
    background: url(../img/sec02_point_bg_pc.jpg) center/cover no-repeat;
  }
  #sec02 .sec02_point .inner {
    width: 47.73%;
    float: right;
    padding: 6.56% 3.13% 6.56% 5%;
  }
  #sec02 .sec02_point .ttl {
    padding: 0 0 4.63%;
    background: none;
  }
  #sec02 .sec02_point .txt_box {
    padding: 0 0 20px;
    background: none;
  }
  #sec02 .sec02_point .txt_box .txt01 li {
    margin-bottom: 20px;
    text-align: left;
  }
  #sec02 .sec02_point .txt_box .txt02 {
    font-size: 16px;
    line-height: 2.14;
    text-align: left;
  }
  #sec02 .sec02_carousel {
    background: #fff;
    padding: 0 0;
    min-height: 0;
  }
  #sec02 .sec02_carousel .inner {
    background: url(../img/sec02_bg_pc.jpg) center bottom/100% no-repeat;
    height: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 5.05% 0;
  }
  #sec02 .sec02_carousel .sec02_txt01 {
    text-align: center;
    margin-bottom: 2.97%;
  }
  #sec02 .sec02_carousel .carousel_pc {
    text-align: center;
    padding: 0 0;
  }
  #sec02 .sec02_carousel .slick-initialized .slick-slide {
    display: none;
  }
  #sec02 .sec02_block {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    height: 0;
    padding-top: 41.67%;
  }
  #sec02 .sec02_block .inner {
    width: 50%;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  #sec02 .sec02_block .inner .txt_wrap {
    padding: 0 10%;
  }
  #sec02 .sec02_block .ttl {
    width: 100%;
    height: 100%;
    padding: 0 0 50px;
  }
  #sec02 .sec02_block .txt_box {
    width: 100%;
    padding: 0;
  }
  #sec02 .sec02_block .txt_box .txt {
    font-size: 16px;
    line-height: 2.2;
    margin-bottom: 2em;
    color: #454545;
  }
  #sec02 .sec02_block .txt_box .txt_small {
    font-size: 14px;
    padding-left: 1em;
    text-indent: -0.7em;
    color: #454545;
  }
  #sec02 .sec02_block01 {
    background: url(../img/sec02_block01_bg_pc.jpg) center/cover no-repeat;
  }
  #sec02 .sec02_block01 .ttl {
    background: none;
    padding-right: 0;
  }
  #sec02 .sec02_block02 {
    background: url(../img/sec02_block02_bg_pc.jpg) center/cover no-repeat;
  }
  #sec02 .sec02_block02 .inner {
    left: 50%;
  }
  #sec02 .sec02_block02 .ttl {
    background: none;
    text-align: left;
    padding-left: 0;
  }

  /*********************
  SECTION 03
  *********************/
  #sec03 .ttl {
    padding: 18.02% 3.13% 4.22%;
    background: url(../img/sec03_ttl_bg_pc.jpg) center/cover no-repeat;
  }
  #sec03 .block {
    position: relative;
  }
  #sec03 .block .block_ttl {
    text-align: left;
    padding-top: 14.58%;
    padding-bottom: 21.33%;
    padding-left: 5%;
    margin-bottom: 0;
  }
  #sec03 .block .block_head {
    position: relative;
    width: 100%;
  }
  #sec03 .block01 .block01_head {
    min-height: 0;
    background: url(../img/sec03_block01_bg_pc.jpg) center top/cover no-repeat #f7f5f5;
  }
  #sec03 .sec03_block_trigger {
    display: block;
    width: 270px;
    height: 0;
    padding-top: 46px;
    margin: 0 auto;
    text-indent: -9999px;
    background: url(../img/sec03_trigger_open_pc.png) left/contain no-repeat;
    position: absolute;
    top: 30.3vw;
    left: 5%;
    border: 1px solid #231815;
  }
  #sec03 .sec03_block_close_button {
    display: block;
    width: 270px;
    height: 0;
    padding-top: 46px;
    margin: 0 auto;
    text-indent: -9999px;
    background: url(../img/sec03_trigger_close_pc.png) left/contain no-repeat;
    position: absolute;
    top: 50px;
    left: 5%;
	transform: translateX(0);
    border: 1px solid #a29d9c;
  }
  #sec03 .sec03_block_trigger:before, #sec03 .sec03_block_trigger:after,
#sec03 .sec03_block_trigger span:before,
#sec03 .sec03_block_trigger span:after {
    background-color: #21b8d7;
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    transition: all 0.3s ease;
  }
  #sec03 .sec03_block_trigger:before {
    width: 0px;
    height: 1px;
    top: -1px;
    left: -1px;
  }
  #sec03 .sec03_block_trigger:after {
    width: 0px;
    height: 1px;
    right: -1px;
    bottom: -1px;
  }
  #sec03 .sec03_block_trigger span:before {
    width: 1px;
    height: 0px;
    left: -1px;
    bottom: -1px;
  }
  #sec03 .sec03_block_trigger span:after {
    width: 1px;
    height: 0px;
    top: -1px;
    right: -1px;
  }
  #sec03 .sec03_block_trigger:hover {
    background: url(../img/sec03_trigger_open_pc_hvr.png) left/contain no-repeat;
  }
  #sec03 .sec03_block_trigger:hover:before, #sec03 .sec03_block_trigger:hover:after {
    width: 100%;
    width: calc(100% + 1px);
  }
  #sec03 .sec03_block_trigger:hover span:before, #sec03 .sec03_block_trigger:hover span:after {
    height: 100%;
    height: calc(100% + 1px);
  }
  #sec03 .open {
    background: url(../img/sec03_trigger_close_pc.png) left/contain no-repeat;
    z-index: 200;
    border: 1px solid #a29d9c;
  }
  #sec03 .open:before, #sec03 .open:after,
#sec03 .open span:before,
#sec03 .open span:after {
    background-color: #231815;
  }
  #sec03 .open:hover {
    background: url(../img/sec03_trigger_close_pc_hvr.png) left/contain no-repeat;
  }
  #sec03 .block02 .block02_head {
    min-height: 0;
    background: url(../img/sec03_block02_bg_pc.jpg) center top/cover no-repeat #f7f5f5;
    padding-left: 50%;
  }
  #sec03 .block02 .block02_head .block_ttl {
    text-align: left;
    padding-top: 29.16%;
    padding-bottom: 42.66%;
    padding-left: 10%;
    margin-bottom: 0;
  }
  #sec03 .block02 .sec03_block_trigger {
    left: 50%;
    margin-left: 5%;
  }
  #sec03 .block03 .block03_head {
    min-height: 0;
    background: url(../img/sec03_block03_bg_pc.jpg) center top/cover no-repeat #f7f5f5;
  }
  #sec03 .block04 .block04_head {
    min-height: 0;
    background: url(../img/sec03_block04_bg_pc.jpg) center top/cover no-repeat #f7f5f5;
    padding-left: 50%;
  }
  #sec03 .block04 .block04_head .block_ttl {
    text-align: left;
    padding-top: 29.16%;
    padding-bottom: 42.66%;
    padding-left: 10%;
    margin-bottom: 0;
  }
  #sec03 .block04 .sec03_block_trigger {
    left: 50%;
    margin-left: 5%;
  }
  #sec03 .hide_content {
    display: none;
    width: 100%;
    background: #fff;
    padding: 160px 0;
    z-index: 100;
  }
  #sec03 .hide_content .items {
    justify-content: space-between;
    padding: 0;
    width: 50%;
    float: left;
  }
  #sec03 #sec03_cnt03.hide_content .items {
    justify-content: center;
  }
  #sec03 .hide_content .items li {
    width: 30%;
    margin-bottom: 40px;
  }
  #sec03 #sec03_cnt03.hide_content .items li {
    margin: 0 calc(5% / 3) 40px;
  }
  #sec03 .hide_content .items li .item_name {
    font-size: 15px;
    line-height: 1;
    padding: 1.5em 0 1em;
  }
  #sec03 .hide_content .items li .item_info {
    font-size: 13px;
  }
  #sec03 .hide_content .items li .item_option {
    padding: 0;
  }
  #sec03 .hide_content .items .one_column {
    width: 100%;
  }
  #sec03 .hide_content .items .one_column .img {
    width: 30%;
  }
  #sec03 .hide_content .items .one_column_sp {
    width: 30%;
  }
  #sec03 .hide_content .items .one_column_sp .img {
    width: 100%;
  }
  #sec03 .hide_content .items.sp {
    display: none;
  }
  #sec03 .hide_content .txt_box {
    width: 50%;
    float: right;
    padding: 0 80px;
  }
  #sec03 .hide_content .txt_box .txt01 {
    margin-bottom: 30px;
  }
  #sec03 .hide_content .txt_box .txt01 .head {
    font-weight: bold;
    margin-bottom: 20px;
  }
  #sec03 .hide_content .txt_box .txt01 p {
    font-size: 13px;
    line-height: 1.5;
  }
  #sec03 .hide_content .txt_box .txt02 {
    margin-bottom: 20px;
  }
  #sec03 .hide_content .txt_box .txt02 .head {
    padding: 10px 0 10px 32px;
    font-size: 16px;
    border-bottom: 1px solid #231815;
    background: url(../img/sec03_block01_check.png) left center/21px no-repeat;
    margin-bottom: 20px;
  }
  #sec03 .hide_content .txt_box .txt02 p {
    font-size: 15px;
    line-height: 1.53;
  }
  #sec03 .hide_content .txt_box .txt03 {
    margin-bottom: 40px;
  }
  #sec03 .hide_content .txt_box .txt03 .head {
    font-size: 15px;
    margin-bottom: 14px;
  }
  #sec03 .hide_content .txt_box .txt03 p {
    font-size: 13px;
    margin-bottom: 1em;
  }
  #sec03 .hide_content .txt_box .txt03 p.small {
    font-size: 13px;
    margin-bottom: 20px;
  }
  #sec03 .hide_content .txt_box .txt03 ul {
    font-size: 13px;
    margin-bottom: 20px;
  }
  #sec03 .hide_content .txt_box .txt03 .txt_frame {
    display: inline-block;
    font-size: 15px;
    padding: 5px 10px;
    border: 1px solid #231815;
    text-align: center;
  }
  #sec03 #sec03_cnt02 .row02 {
    padding-top: 0;
  }
  
  
  
  #sec03 #sec03_cnt04.hide_content .items {
    max-width: 630px;
  }
  #sec03 .hide_content .items li {
    width: 30%;
    margin-bottom: 40px;
  }
  #sec03 #sec03_cnt03.hide_content .items li {
    margin: 0 calc(5% / 3) 40px;
  }
  #sec03 #sec03_cnt04.hide_content .items li {
    width: 39.68254%;
    margin: 0 0 40px;
    padding: 16px 26px 28px;
    cursor: pointer;
  }
  #sec03 #sec03_cnt04.hide_content .items li.active {
    background: #e3edf7;
    cursor: default;
  }
  #sec03 #sec03_cnt04.hide_content section ul {
      width: 100%;
      display: flex;
      margin-bottom: 30px;
  }
  #sec03 #sec03_cnt04.hide_content section ul li {
      width: 50%;
      font-size: 16px;
      line-height: 1.2;
      color: #a9a7a6;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 16px 0 15px;
      border-bottom: 1px solid #000;
      border-top: 1px solid #fff;
      cursor: pointer;
  }
  #sec03 #sec03_cnt04.hide_content .tab02 {
      display: none;
  }
  #sec03 #sec03_cnt04.hide_content .tab01 ul li:nth-child(1),
  #sec03 #sec03_cnt04.hide_content .tab02 ul li:nth-child(2) {
      font-weight: 600;
      color: #231815;
      border: 1px solid #000;
      border-bottom: 1px solid #fff;
      border-radius: 10px 10px 0 0;
      cursor: default;
  }
  #sec03 #sec03_cnt04.hide_content .tab02 .frag img:first-child {
      margin: 20px 0 40px;
  }
  

  /*********************
  SECTION 04
  *********************/
  #sec04 .sec04_ttl_wrap {
    background: url(../img/sec04_ttl_bg_pc.jpg) center/cover no-repeat;
  }
  #sec04 .sec04_ttl_wrap .sec04_ttl_inner {
    width: 43.18%;
    float: right;
    padding-top: 8.13%;
  }
  #sec04 .sec04_ttl_wrap .box01 {
    padding-bottom: 16.26%;
  }
  #sec04 .ttl {
    padding: 0;
    background: none;
    margin-bottom: 9.26%;
  }
  #sec04 .block01 {
    padding: 85px 0 100px;
  }
  #sec04 .block01 .box02 {
    max-width: 1070px;
    margin: 0 auto;
  }
  #sec04 .block01 .box02 .img {
    width: 50%;
    text-align: right;
    padding-right: 85px;
    float: left;
  }
  #sec04 .block01 .box02 .txt_box {
    width: 50%;
    float: right;
    padding: 80px 0 0;
    background: #eeeded;
  }
  #sec04 .block01 .box02 .txt_box .head {
    margin-bottom: 36px;
  }
  #sec04 .txt {
    font-size: 16px;
    line-height: 2.25;
    margin-bottom: 36px;
    color: #454545;
  }
  #sec04 .txt_small {
    font-size: 14px;
    color: #454545;
  }
  #sec04 .block02 {
    background: #cfcacd;
    padding: 102px 0 106px;
    text-align: center;
  }

  /*********************
  FOOTER
  *********************/
  footer {
    position: relative;
    background: #eeeded;
    padding: 110px 0 40px;
  }
  footer .f_logo {
    width: 160px;
    margin: 0 auto 80px;
  }
  footer .f_nav {
    padding: 0 0;
    max-width: 500px;
    margin: 0 auto;
  }
  footer .f_nav ul {
    border-top: 0;
    margin-bottom: 160px;
  }
  footer .f_nav ul li {
    width: 100%;
  }
  footer .f_nav ul li a {
    display: block;
    padding: 45px 0 32px 70px;
    border-bottom: 0;
    background: #fff;
    transition: all 0.25s ease-in-out;
  }
  footer .f_nav ul li a:hover {
    background: #f0eae7;
  }
  footer .f_nav ul li:nth-child(even) a {
    background: #f7f5f5;
  }
  footer .f_nav ul li:nth-child(even) a:hover {
    background: #f0eae7;
  }
  footer p.copy {
    font-size: 14px;
    text-align: center;
  }
}
@media only screen and (min-width: 1320px) {
  .inner {
    padding: 0 0;
  }
}
@media only screen and (min-width: 1320px) and (min-width: 1480px) {
  #mv .mv_txt_wrap {
    padding: 6.5% 0 8.5%;
  }
  #mv .mv_txt02 {
    font-size: 16px;
  }
  #mv a {
    margin: 11% 0 0;
  }
}




/*210621追加*/
@media only screen and (min-width: 769px) {
.pclayout{width:36%!important;}
	.btnArea{border: 1px solid #000; bottom: 0;position: fixed; right: 0; background-color: #FFF; box-sizing: border-box; font-size: 0;}
	.btn{font-size: 14px; line-height: 1.3; display: flex; flex-wrap: wrap; width: 560px; }
	.btn li{box-sizing: border-box; border-right: 1px solid #000; border-top: 1px solid #000;}
    .btn li:first-child{border-right: none; border-top: none;}
    .btn li:last-child{border-right: none;}
	.btn li a{color: #231815; display: flex; justify-content: center; text-align: left; align-items: center; padding: 20px 30px; height: 100%; }
    .btn li:hover a{ color: #21b8d7;}
    .btn li.salon{width: 100%;}
    .btn li.movie{width: 32%;}
    .btn li.special{width: 42%; font-weight: 400; background: #eeeded; letter-spacing: 0.052em;}
    .btn li.media{width: 26%;}
    .btn li.movie svg{width: 16px; margin-right: 8px;}
	.btn li.salon svg{width: 15px; margin-right: 8px;}
	.btn li.media svg{width: 14px; margin-right: 8px;}
    .btn li.special svg{width: 19px; height: 49px; margin-right: 8px;}
	.btn li:hover .icon01, .btn li:hover .icon02, .btn li:hover .icon03{ fill: #21b8d7;}
    .btn li:hover .icon04{ stroke: #21b8d7;}

}
@media only screen and (min-width: 1024px){
	.pclayout{width:36%!important;}
}

@media only screen and (max-width: 768px) {
    #mv .mv_txt {color: #fff;}
	.btnArea{width:100%; border: 1px solid #000; bottom: 0;position: fixed; right: 0; background-color: #FFF; box-sizing: border-box; font-size: 0; z-index: 9999;}
	.btn{font-size: 3.2vw; line-height: 1.25; text-align: center; background-color: #FFF; display: flex; flex-wrap: wrap; justify-content: center;}
	.btn li{box-sizing: border-box; border-right: 1px solid #000; border-top: 1px solid #000;}
    .btn li:first-child{border-right: none; border-top: none;}
    .btn li:last-child{border-right: none;}
	.btn li a{color: #231815; display: flex; justify-content: center; align-items: center; text-align: left; padding: 4px 1vw; height: 100%;}
    .btn li.salon {width: 100%;}
    .btn li.movie{width: 32%;}
    .btn li.media{width: 27%;}
	.btn li.special{width: 41%; font-weight: 400; background: #eeeded;}
    .btn li.movie svg{width: 3.733vw; margin-right: 1.67vw;}
	.btn li.salon svg{width: 3.6vw; margin-right: 1.67vw;}
	.btn li.media svg{width: 3.2vw; margin-right: 1.67vw;}
    .btn li.special svg{width: 4.4329375vw; height: 49px; margin-right: 1.67vw;}
    .btn li .sp{display: none;}
}


/*211018追加*/

.movie_block{padding: 150px 0; background: #fff;}
	.movie_block .ttl{text-align: center;}
	.movie_block .movieWrap{ margin: 30px auto 0 ; width:100%; max-width:800px; padding-top: 25.47%; position: relative;}
	.movie_block .movieWrap iframe{margin: 0; padding: 0; border: 10px solid #cfcacd; width:100%!important; height: 100%!important;max-height: 485px; position: absolute; top: 0; left: 0;}

@media only screen and (max-width: 1320px){
	.movie_block{padding: 100px 0;}
	.movie_block .ttl{text-align: center;}
	.movie_block .movieWrap{ margin: 30px auto 0 ; width:100%; max-width:800px; padding-top: 43%; position: relative;}
	.movie_block .movieWrap iframe{margin: 0; padding: 0; border: 10px solid #cfcacd; width:100%!important; height: 100%!important;max-height: 485px; position: absolute; top: 0; left: 0;}
}
@media only screen and (max-width: 1008px){
	.movie_block{padding:13.33% 0}
	.movie_block .ttl{text-align: left; padding:0 10%;}
.movie_block .movieWrap{ margin: 30px auto 0 ; width:100%; max-width:800px; padding-top:57%; position: relative;}

}


.shop {
    display: block;
    width: 80.33%;
    height: 0;
    padding-top: 11.48%;
    text-indent: -9999px;
    background: url(../img/sec03_btn01.png) center/contain no-repeat;
}

@media only screen and (min-width: 1024px){
.shop {
    display: block;
    width: 383px;
    height: 46px;
    padding-top: 0;
    text-indent: -9999px;
    background: #b1c2d3 url(../img/sec03_btn01_pc.png) center/contain no-repeat;
    position: relative;
}
.shop:hover {
    background: #03b0d3 url(../img/sec03_btn01_pc.png) center/contain no-repeat;
}
}

#sec06 .sec06_point01 .ttl {
  padding: 70.67% 9.33% 9.33%;
  background: url("../img/sec05_ttl_bg_sp.jpg") center/cover no-repeat;
}
#sec06 .sec06_point01 .txt_box01 {
  padding: 13.33% 9.33% 13.33%;
}
#sec06 .sec06_point01 .txt_box01 .txt01 {
  font-size: 89.29%;
  line-height: 2.36;
  margin-bottom: 6.56%;
}

@media only screen and (min-width: 1024px){
#sec06 .sec06_point01 {
    background: #fff;
}
#sec06 .sec06_point01 .block01 {
    background: url("../img/sec05_ttl_bg_pc.jpg") center top/cover no-repeat;
}
#sec06 .sec06_point01 .block01 .inner {
    width: 50%;
    float: left;
    padding: 8.33% 0 13.85% 5%;
    position: relative;
}
#sec06 .sec06_point01 .ttl {
    padding: 0;
    margin-bottom: 6.94%;
    background: none;
}
#sec06 .sec06_point01 .txt_box01 {
    padding: 0 0 0;
    text-align: left;
}
#sec06 .sec06_point01 .txt_box01 .txt01 {
    font-size: 16px;
    line-height: 2.25;
    margin-bottom: 30px;
    color: #454545;
}
}


/*260204追加*/
video {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
}
.video_wrap {
  max-width: 800px;
  margin: 30px auto 0;
  border: 10px solid #cfcacd;
  position: relative;
}
.play-btn {
  width: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
@media only screen and (max-width: 1008px) {
  .video_wrap {
    width: 100%;
    max-width: 800px;
  }
}
@media only screen and (max-width: 768px) {
  #mv .mv_txt {color: #231815;}
  .play-btn {
    width: 14vw;
  }
}