@charset "UTF-8";
body {
  font-family: 'Open Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "Noto Sans Japanese", sans-serif;
  font-size: 14px;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #595757;
  text-align: center;
  box-sizing: border-box;
}

.txt-min {
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.text_18pt {
  font-size: 18px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
}

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

.mv_bg h1{
  font-size: 24px;
  margin-bottom: 10px;
  text-align: left;
}

.movie {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; /* 現プレイヤーでは不要？ */
    height: 0;
    overflow: hidden;
}
 
.movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 768px) {
  .mv_bg h1{
    font-size: 20px;
  }
}

.mv_bg h2{
  font-size: 20px;
  margin-bottom: 10px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .mv_bg h2{
    font-size: 18px;
  }
}

.mv_bg .lineBlue{
    border-left: 6px solid #B988C9;
    padding-left: 0.4em;
}

.mv_bg p{
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;
}

.mv_bg .last{
  margin-bottom: 30px;
}

.mv_bg img{
  max-width: 750px;
  margin-bottom: 20px;
}

hr{
  margin-bottom: 30px;
}

img {
  vertical-align: bottom;
}

fieldset, img, a img {
  border: 0;
}

a {
  text-decoration: none;
}

a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover, .f-btn:hover {
  opacity: 0.7;
}

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

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

abbr, acronym {
  border: 0;
}

strong {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  body {
    font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
    font-size: 14px;
    min-width: 100%;
    overflow-x: hidden;
    min-width: 100%;
  }
  img {
    width: 100%;
    height: auto;
  }
}
.menu {
    position: relative;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    margin-top: 87px;
    display: flex;
    justify-content: center;
}
.menu li {
    float: left;
    width: 140px;
    height: 50px;
    line-height: 20px;
    background: #fff;
    padding: 0 10px;
}
.menu li a {
    display: block;
    color: #333;
    text-align: center;
}
.init-bottom {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.init-bottom:hover {
  color: #83705e;
}
.init-bottom::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #83705e;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
.init-bottom:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #111;
}

.menu__third-level li {
    border-top: 1px solid #111;
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}
li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 50px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 40px 2%;
    background: #fff;
    -webkit-transition: all .2s ease;
    transition: all .4s ease;
}

li.menu__mega:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

li.menu__mega ul.menu__second-level .menu_third-level{
    display: flex;
    justify-content: center;
}

li.menu__mega ul.menu__second-level .menu_third-level li {
    float: left;
    width: 100%;
    border: none;
    height: auto;
    padding-bottom: 20px;
}

li.menu__mega ul.menu__second-level .menu_third-level li:nth-child(3n+2) {
    margin: 0 1%;
}

ul.menu_item-name {
    width: 240px;
    text-align: left;
    padding: 0 20px;
}

.menu_sub-title{
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 40px;
}

.more-btn {
  width: 50%;
  margin: auto;
  padding-top: 20px;
  max-width: 260px;
}

.header-pc {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 55;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
}

.header_in {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  align-content: space-between;
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 38px 0 0 0;
}

.h-underline {
    position: relative;
    padding-bottom: 10px;
}

.section-title {
  margin: 0 0 40px;
  color: #83705e;
  font-family: mr-eaves-modern, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  text-align: center;
  letter-spacing: .3em;
}

.section-title:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 50px;
  height: 1px;
  margin: auto;
  background: currentColor;
  content: "";
}

ul.l-header__sub {
    display: flex;
    position: absolute;
    top: 54px;
    right: 30px;
    z-index: 1010;
}

.l-header__sub-item a img {
    width: 28px;
    color: #333;
}

.l-header__sub-item:last-child{
  margin-left: 15px;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.ttl_h {
    margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .u-sp {
    display: none;
  }
}

.mv_bg .bx-wrapper .bx-pager, .mv_bg .bx-wrapper .bx-controls-auto {
  bottom: 13px;
}

.mv_bg {
  margin: 130px auto 0 auto;
  padding: 10px 0 80px 0;
  max-width: 750px;
}

.title {
    margin-bottom: 30px;
}

.logo-official {
  display: block;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  z-index: 1000;
  padding: 20px 0;
  background: #fff;
}

.logo-official a {
  width: 133px;
  display: block;
  box-sizing: border-box;
  margin: 0 auto 0 auto;
}


footer.footer {
  background-color: #313131;
  text-align: center;
  padding: 80px 0;
  position: relative;
}

footer.footer .footer-in {
  width: 100%;
  max-width: 610px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

footer.footer .brand-name {
  width: 133px;
  margin: auto;
}

footer.footer .footer-menu-list {
  margin-top: 40px;
  display: flex;
}

.inline-list-item {
  margin-left: 0;
  width: 205px;
  text-align: left;
}
.inline-list-item:last-child{
    display: none;
  }

footer.footer .inline-list-item .item-title {
  font-weight: bold;
  transition: opacity 0.2s;
}

footer.footer .inline-list-item .item-title, footer.footer .inline-list-item .item {
  color: #fff;
  display: block;
  text-align: left;
  line-height: 1.5;
  padding: 3px 5px;
}

.footer-company-info {
  margin-top: 40px;
  -webkit-box-pack: center;
  justify-content: center;
}

.footer-company-info .copy {
  color: #fff;
  display: block;
  margin-top: 10px;
  font-size: 0.9rem;
}

@media screen and (max-width: 769px) {
  .logo-official a{
    width: 110px;
    margin: 0px 0px 0 20px;
  }
  .mv_bg{
    width: 90%;
    margin: 0 auto;
    padding: 80px 0 50px;
  }
  .section-title{
    font-size:24px;
    margin: 0 0 20px;
  }
  .section-title:before{
    width: 30px;
  }
  .section-title .brand-title{
    font-size: 18px;
  }
  ul.l-header__sub {
    top: 19px;
    right: 50px;
  }
  .l-header__sub-item a img {
    width: 24px;
  }
  .l-header__sub-item:last-child {
    margin-left: 12px;
  }
  .header-sp {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
    width: 100%;
  }
  .global-nav {
    position: fixed;
    right: -768px;
    top: 0px;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto;
  }
  .hamburger {
    position: absolute;
    right: 0;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 2000;
  }
  .global-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .global-nav__item {
    text-align: center;
    padding: 0 14px;
  }
  .global-nav__item a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #111;
  }
  .global-nav__item a:hover {
    background-color: #eee;
  }
  .hamburger__line {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 1px;
    background-color: #111;
    transition: all .6s;
  }
  .hamburger__line--1 {
    top: 14px;
  }
  .hamburger__line--2 {
    top: 20px;
  }
  .hamburger__line--3 {
    top: 26px;
  }
  .nav-open .global-nav {
    right: 0;
  }
  .nav-open .black-bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger__line--1 {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger__line--3 {
    transform: rotate(-45deg);
    top: 20px;
  }
  .hamburger-bg {
    padding: 20px 0 40px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
    width: 100%;
    border-bottom: solid 1px #ccc;
  }
  .section.s_03 {
    margin-top: 60px;
    border-top: solid 1px;
  }
  .s_03 .accordion_one {
    max-width: 1024px;
    margin: 0 auto;
    border-top: solid 1px #ccc;
  }
  .s_03 .accordion_one:last-child {
    border-bottom: solid 1px #ccc;
  }
  .s_03 .accordion_one .accordion_header {
    color: #333;
    font-size: 26px;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .s_03 .accordion_one .accordion_header a {
    color: #333;
  }
  .s_03 .accordion_one:nth-of-type(2) .accordion_header {}
  .s_03 .accordion_one .accordion_header:hover {
    opacity: .8;
  }
  .s_03 .accordion_one .accordion_header .i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 5%;
    box-sizing: border-box;
    transform-origin: center center;
    transition-duration: 0.2s;
  }
  .s_03 .accordion_one .accordion_header.stay .i_box {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .s_03 .accordion_one .accordion_header .i_box .one_i {
    display: block;
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
  }
  .s_03 .accordion_one .accordion_header.stay .i_box .one_i {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .s_03 .accordion_one .accordion_header.stay.open .i_box .one_i {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .s_03 .accordion_one .accordion_header.open .i_box {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
  .s_03 .accordion_one .accordion_header.stay.open .i_box {
    -webkit-transform: rotate(315eg);
    transform: rotate(315deg);
  }
  .s_03 .accordion_one .accordion_header .i_box .one_i:before, .s_03 .accordion_one .accordion_header .i_box .one_i:after {
    display: flex;
    content: '';
    background-color: #333;
    border-radius: 10px;
    width: 16px;
    height: 1px;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
  }
  .s_03 .accordion_one .accordion_header .i_box .one_i:before {
    width: 1px;
    height: 16px;
    top: 0;
    left: 7px;
  }
  .s_03 .accordion_one .accordion_header.stay .i_box .one_i:before {
    content: none;
  }
  .s_03 .accordion_one .accordion_header.open .i_box .one_i:before {
    content: none;
  }
  .s_03 .accordion_one .accordion_header.stay.open .i_box .one_i:before {
    content: "";
  }
  .s_03 .accordion_one .accordion_header.open .i_box .one_i:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .s_03 .accordion_one .accordion_header.stay.open .i_box .one_i:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .s_03 .accordion_one .accordion_inner {
    display: none;
    box-sizing: border-box;
  }
  .s_03 .accordion_one .accordion_inner.stay {
    display: block;
  }
  .s_03 .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_03 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    transform: rotate(315deg);
  }
  .s_03 .accordion_one .accordion_header {
    font-size: 14px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
  ul.brand-page {
    text-align: left;
    padding: 20px 0;
  }
  li.brand-page-title {
    padding: 10px 20px 10px 40px;
  }
  li.brand-page-option {
    padding: 10px 20px 10px 40px;
    position: relative;
  }
  li.brand-page-title a {
    color: #83705e;
  }
  li.brand-page-option a {
    color: #333;
  }
  .brand-page-option a:after {
    content: "";
    width: .4em;
    height: .4em;
    border-right: solid 1px #202020;
    border-bottom: solid 1px #202020;
    /* -webkit-transform: rotate(-45deg); */
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 44px;
    top: 50%;
    margin-top: -.18em;
  }
  footer.footer{
  padding: 30px 20px 200px 20px; 
  }
  footer.footer .brand-name{
    width: 110px;
  }
  footer.footer .footer-menu-list{
    margin-top: 30px;
  }
  .inline-list-item{
    display: none;
  }
  .inline-list-item:last-child{
    display: block;
    width: 100%;
    border-top: 1px #fff solid;
  }
  .inline-list-item ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
  }
  .inline-list-item ul li {
    border-bottom: 1px #fff solid;
    width: 50%;
    font-size: 12px;
  }
  .item-title-sp{
    padding: 10px;
    color: #fff;
    border-bottom: 1px #fff solid;
    text-align: center;
  }
  .inline-list-item ul li a {
    padding: 20px 15px 20px 10px;
    display: block;
    position: relative;
    color: #fff;
  }
  .inline-list-item ul li:nth-of-type(2n+1) a {
    border-right: 1px #fff solid;
  }
  .inline-list-item ul li a:before{
    content: "";
    display: block;
    border-top: 1px #fff solid;
    border-right: 1px #fff solid;
    position: absolute;
    top: 28px;
    right: 12px;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .inline-list-item .point-none a:before{
    display: none;
  }
  .footer-company-info{
    margin-top: 30px;
  }
  .footer-company-info .copy{
    font-size: 10px;
  }
  .ttl_h {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px!important;
  }
}
