@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.6.3/css/all.css);
@import url("https://use.typekit.net/vyo8crl.css");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;600;700&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@300;400;500;600;700;900&family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,100,0,0");
/* -----------------------------------
202411追加css
----------------------------------- */
html {
  scroll-behavior: smooth;
}

/* title関連 */
.main_title {
  font-size: 8rem;
  font-weight: bold;
  font-family: optima, sans-serif;
}

.sub_title {
  font-size: 5rem;
  font-weight: bold;
  font-family: optima, sans-serif;
}

.contents_title {
  font-size: 4rem;
  font-weight: bold;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  line-height: 1.2;
}

.text {
  font-size: 2rem;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
}

/* contents */
.contents_area {
  width: 100%;
}

.contents_area .inner {
  max-width: 1560px;
}

.shops, .movie, .gcf {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
}

.content_foot {
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 0 0;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .content_foot {
    padding: 40px 0 0;
  }
}

.btn_detail {
  width: 800px;
  display: block;
  font-size: 2.2rem;
  background: #C98D18;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  transition: all 0.2s ease-in;
}
.btn_detail:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 1023px) {
  .btn_detail {
    width: 80%;
  }
}

.btn_boder_w, .btn_boder_b {
  display: block;
  max-width: 600px;
  color: #fff !important;
  text-align: center;
  border: 1px solid #fff;
  font-size: 2.2rem;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  padding: 20px 0;
  margin: 40px auto;
}
.btn_boder_w:hover, .btn_boder_b:hover {
  background: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 1023px) {
  .btn_boder_w, .btn_boder_b {
    font-size: 1.8rem;
    width: 100%;
    padding: 15px 0;
    margin: 0 auto;
  }
}

.btn_boder_b {
  color: #444 !important;
  border: 1px solid #555;
}
.btn_boder_b:hover {
  background: rgba(85, 85, 85, 0.3);
}

.top_images {
  width: 100%;
  margin: 0 auto;
  padding-top: 0;
  position: relative;
  background-color: grey;
  display: inline-block;
}

.main_titile {
  width: 100%;
  font-size: 6em;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 10px 0;
  color: #fff;
  position: absolute;
  font-family: optima, sans-serif;
}
@media only screen and (max-width: 1023px) {
  .main_titile {
    font-size: 3em;
    padding: 0;
  }
}

.top_contents {
  background: #D0D0D0;
}

.top_contents_title {
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-size: 3em;
  padding: 2em 0 1em 0;
}

.top_contents_words {
  width: 50%;
  text-align: center;
  color: #FFFFFF;
  margin: 0 auto;
  font-size: 1.5em;
  padding-bottom: 5em;
}

.af_top_images {
  width: 100%;
  margin: 0 auto;
  padding-top: 0;
  position: relative;
  background-color: grey;
  display: inline-block;
}

.af_left_poision {
  width: 25%;
  top: 100px;
  margin: 0;
  padding: 10px 0;
  color: #fff;
  position: absolute;
  margin-left: 5em;
}
.af_left_poision p.title {
  font-size: 3em;
}
.af_left_poision p.title_sec {
  font-size: 2em;
}
.af_left_poision p.contents {
  font-size: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.af_center_poision {
  width: 100%;
  top: 100px;
  margin: 0;
  padding: 10px 0;
  color: #fff;
  position: absolute;
}
.af_center_poision p.title {
  font-size: 3em;
}
.af_center_poision p.title_sec {
  font-size: 2em;
  text-align: center;
}
.af_center_poision p.contents {
  font-size: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  margin-bottom: 1.5em;
  width: 33%;
  margin: 0 auto;
}

.container {
  position: relative;
}
.container::before {
  content: "";
  position: absolute;
  display: block;
  background: #fff center top;
  width: 1px;
  height: calc(100% - 500px);
  left: 3%;
  top: 500px;
  z-index: 99;
}
@media only screen and (max-width: 1023px) {
  .container::before {
    display: none;
  }
}
.container::after {
  content: "Scroll";
  transform: rotate(90deg);
  font-size: 2.4rem;
  line-height: 1;
  color: #fff;
  font-family: optima, sans-serif;
  position: absolute;
  display: block;
  left: 2.3%;
  top: 530px;
  z-index: 99;
}
@media only screen and (max-width: 1023px) {
  .container::after {
    display: none;
  }
}

.pc-hidden {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .pc-hidden {
    display: block;
  }
}

.sp-hidden {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .sp-hidden {
    display: none;
  }
}

/* -----------------------------------
shops
----------------------------------- */
.shops .contents_area {
  max-width: 1440px;
}
.shops .main_titile {
  font-size: 5.5rem;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
}
@media only screen and (max-width: 1023px) {
  .shops .main_titile {
    font-size: 4rem;
  }
}
.shops .top_contents {
  background: #F5F5F5;
  padding: 210px 0;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .shops .top_contents {
    padding: 40px 0;
  }
}
.shops .shops_ex {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 3%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media only screen and (max-width: 1023px) {
  .shops .shops_ex {
    display: block;
    padding: 0 5%;
  }
}
@media only screen and (max-width: 1023px) {
  .shops .shops_ex {
    width: 90%;
    padding: 20px;
    margin-right: 0;
  }
  .shops .shops_ex + li {
    margin-top: 20px;
  }
}
.shops .shops_ex i.icon_flagship {
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 75px;
  background: url(/images/shops/icon_flagship.png) no-repeat center center/cover;
}
.shops .shops_ex i.icon_allshop {
  display: block;
  margin: 0 auto;
  width: 157px;
  height: 115px;
  background: url(/images/shops/icon_allshop.png) no-repeat center center/cover;
}
.shops .shops_ex i.icon_special {
  display: block;
  margin: 0 auto;
  width: 93px;
  height: 85px;
  background: url(/images/shops/icon_special.png) no-repeat center center/cover;
}

.shops_ex_title {
  font-size: 3.6rem;
  font-family: optima, sans-serif;
  margin: 20px auto;
}

.shops_ex_text {
  font-size: 2rem;
}

.shops_flagship .inner, .shops_special .inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 3% 90px;
}
@media only screen and (max-width: 1023px) {
  .shops_flagship .inner, .shops_special .inner {
    padding: 0 5% 40px;
  }
}

.content_ttile {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 4rem;
  font-family: optima, sans-serif;
  color: #C98D18;
  padding: 80px 0 120px;
}
.content_ttile::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url(/images/shops/icon_title_flagshipshop.png) no-repeat center center/cover;
  margin-right: 20px;
}
@media only screen and (max-width: 1023px) {
  .content_ttile {
    font-size: 2.8rem;
    padding: 40px 0;
    line-height: 1.2;
  }
  .content_ttile::before {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}

.shops_special {
  background: #1C1310;
  color: #fff;
}
.shops_special .inner .content_ttile {
  color: #ACA493;
}
.shops_special .inner .content_ttile::before {
  background: url(/images/shops/icon_title_special.png) no-repeat center center/cover;
}
.shops_special .shops_list li:nth-child(n+3) {
  width: calc(33.3333333333% - 45px);
}
@media only screen and (max-width: 1023px) {
  .shops_special .shops_list li:nth-child(n+3) {
    width: calc(50% - 10px);
  }
}
.shops_special .shops_list li:nth-child(n+3) dl {
  display: block;
}
.shops_special .shops_list li:nth-child(n+3) dl dt, .shops_special .shops_list li:nth-child(n+3) dl dd {
  width: 100%;
}
.shops_special .shops_list li:nth-child(n+3) dl dd {
  padding: 20px 0 0;
}
@media only screen and (max-width: 1023px) {
  .shops_special .shops_list li:nth-child(n+3) dl dd {
    padding: 15px 0 0;
  }
}
.shops_special .shops_list li:nth-child(n+3) dl dd .name {
  font-size: 3rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .shops_special .shops_list li:nth-child(n+3) dl dd .name {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
.shops_special .shops_list li:nth-child(n+3) dl dd .text {
  display: none;
}
.shops_special .shops_list li dd .btn_shop {
  border: 1px solid #fff;
  color: #fff;
}
.shops_special .shops_list li dd .btn_shop:hover {
  background: rgba(255, 255, 255, 0.1);
}
.shops_special .btn_detail {
  background: #ACA493;
}

.shops_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.shops_list li {
  width: 100%;
}
.shops_list li + li {
  margin-top: 100px;
}
@media only screen and (max-width: 1023px) {
  .shops_list li + li {
    margin-top: 50px;
  }
}
.shops_list li:nth-child(n+4) {
  width: calc(33.3333333333% - 45px);
}
@media only screen and (max-width: 1023px) {
  .shops_list li:nth-child(n+4) {
    width: calc(50% - 10px);
  }
}
.shops_list li:nth-child(n+4) dl {
  display: block;
}
.shops_list li:nth-child(n+4) dl dt, .shops_list li:nth-child(n+4) dl dd {
  width: 100%;
}
.shops_list li:nth-child(n+4) dl dd {
  padding: 20px 0 0;
}
@media only screen and (max-width: 1023px) {
  .shops_list li:nth-child(n+4) dl dd {
    padding: 15px 0 0;
  }
}
.shops_list li:nth-child(n+4) dl dd .name {
  font-size: 3rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .shops_list li:nth-child(n+4) dl dd .name {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
.shops_list li:nth-child(n+4) dl dd .text {
  display: none;
}
.shops_list li dl {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .shops_list li dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.shops_list li dl dt, .shops_list li dl dd {
  width: calc(50% - 50px);
}
@media only screen and (max-width: 1023px) {
  .shops_list li dl dt, .shops_list li dl dd {
    width: 100%;
  }
}
.shops_list li dl dd {
  padding: 30px 40px 0 0;
}
@media only screen and (max-width: 1023px) {
  .shops_list li dl dd {
    padding: 15px 0 0;
  }
}
.shops_list li dl dd .name {
  font-size: 3.2rem;
  margin-bottom: 30px;
  line-height: 1.2;
}
@media only screen and (max-width: 1023px) {
  .shops_list li dl dd .name {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
.shops_list li dl dd .address {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1023px) {
  .shops_list li dl dd .address {
    margin-bottom: 15px;
  }
}
.shops_list li dl dd .text {
  font-size: 2rem;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1023px) {
  .shops_list li dl dd .text {
    margin-bottom: 15px;
  }
}
.shops_list li dl dd .btn_shop {
  width: 100%;
  display: block;
  font-size: 2.2rem;
  border: 1px solid #333;
  padding: 10px 0;
  text-align: center;
  color: #333;
  text-decoration: none;
  transition: all 0.2s ease-in;
}
.shops_list li dl dd .btn_shop:hover {
  background: rgba(51, 51, 51, 0.1);
}
@media only screen and (max-width: 1023px) {
  .shops_list li dl dd .btn_shop {
    font-size: 1.8rem;
  }
}

.shops_allshop .inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 3% 90px;
}
@media only screen and (max-width: 1023px) {
  .shops_allshop .inner {
    padding: 0 5% 40px;
  }
}
.shops_allshop .content_ttile {
  color: #D94B4B;
}
.shops_allshop .content_ttile::before {
  background: url(/images/shops/icon_title_allshop.png) no-repeat center center/cover;
}
.shops_allshop .region_list > li {
  padding: 40px 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  background: #F6F5F3;
}
.shops_allshop .region_list > li + li {
  margin-top: 30px;
}
@media only screen and (max-width: 1023px) {
  .shops_allshop .region_list > li {
    display: block;
    padding: 20px;
  }
  .shops_allshop .region_list > li + li {
    margin-top: 15px;
  }
}
.shops_allshop .region_list > li .region_title {
  font-size: 2.8rem;
  font-weight: bold;
  width: 20%;
}
@media only screen and (max-width: 1023px) {
  .shops_allshop .region_list > li .region_title {
    font-size: 2.2rem;
    width: 100%;
  }
}
.shops_allshop .region_list > li .prefecture_list {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .shops_allshop .region_list > li .prefecture_list {
    width: 100%;
  }
}
.shops_allshop .region_list > li .prefecture_list li {
  width: calc(25% - 20px);
  font-size: 2.2rem;
}
@media only screen and (max-width: 1023px) {
  .shops_allshop .region_list > li .prefecture_list li {
    font-size: 2rem;
    width: calc(50% - 5px);
  }
}
.shops_allshop .region_list > li .prefecture_list li a {
  text-decoration: none;
  color: #333;
  transition: all 0.2s ease-in;
}
.shops_allshop .region_list > li .prefecture_list li a:hover {
  opacity: 0.7;
}

/* -----------------------------------
movie
----------------------------------- */
.movie a {
  transition: all 0.2s ease-in;
  color: #000;
}
.movie a:hover {
  opacity: 0.7;
}
.movie .main_titile {
  font-size: 8em;
  font-family: optima, sans-serif;
  line-height: 1.5;
}
.movie .main_titile span {
  font-size: 4rem;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .movie .main_titile {
    font-size: 6rem;
  }
  .movie .main_titile span {
    font-size: 2.4rem;
  }
}
.movie .top_contents {
  background: #000000;
  padding: 210px 0;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .movie .top_contents {
    padding: 0;
  }
}
.movie .top_contents .top_contents_title {
  font-size: 5rem;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  line-height: 1.2;
}
@media only screen and (max-width: 1023px) {
  .movie .top_contents .top_contents_title {
    font-size: 3rem;
  }
}
.movie .top_contents .top_contents_words {
  font-size: 2.4rem;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  line-height: 2;
  max-width: 760px;
  width: 100%;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .movie .top_contents .top_contents_words {
    max-width: 80%;
  }
}
.movie .anchor_nav {
  background: #000;
  max-width: 100%;
  margin: 0 auto;
}
.movie .anchor_nav ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  max-width: 94%;
  margin: 0 auto;
  border-top: 1px #fff solid;
}
@media only screen and (max-width: 1023px) {
  .movie .anchor_nav ul {
    max-width: 90%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
}
.movie .anchor_nav ul li a {
  width: 100%;
  display: block;
  text-align: center;
  padding: 60px 30px;
  font-size: 2.4rem;
  font-family: optima, sans-serif;
  line-height: 1.2;
  color: #fff;
}
.movie .anchor_nav ul li a::after {
  content: "\e5e1";
  display: block;
  font-size: 3rem;
  font-family: "Material Symbols Outlined";
  transform: rotate(90deg);
}
@media only screen and (max-width: 1023px) {
  .movie .anchor_nav ul li a {
    padding: 30px 5px;
    font-size: 1.6rem;
  }
  .movie .anchor_nav ul li a::after {
    font-size: 2rem;
  }
}
.movie .contents_area {
  background: #DDDDDD;
  padding: 80px 0 100px;
  scroll-margin-top: 80px;
}
.movie .contents_area#newitem {
  background: #EBEBEB;
}
.movie .contents_area#warranty_facirity {
  background: #414143;
  color: #fff;
}
.movie .contents_area#warranty_facirity .text_box .contents_title {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.movie .contents_area#warranty_facirity a {
  color: #fff;
}
.movie .contents_area#topics {
  background: #FAF9F7;
}
.movie .contents_area .inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 5%;
}
@media only screen and (max-width: 1023px) {
  .movie .contents_area {
    padding: 40px 0;
  }
  .movie .contents_area .inner {
    padding: 0 5%;
  }
}
.movie .movie_primary {
  max-width: 920px;
  margin: 0 auto 50px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .movie .movie_primary {
    margin: 0 auto 30px;
  }
}
.movie .movie_primary::before {
  content: "";
  background: url(/images/movie/icon_movie.png) no-repeat center center/cover;
  display: block;
  width: 90px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.movie .contents_box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .movie .contents_box {
    display: block;
  }
}
.movie .contents_box .text_box {
  width: 100%;
  margin-right: 90px;
}
@media only screen and (max-width: 1023px) {
  .movie .contents_box .text_box {
    width: 100%;
    margin: 0 0 30px;
  }
}
.movie .contents_box .text_box .contents_title {
  font-family: optima, sans-serif;
  width: 100%;
  font-size: 4rem;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #231815;
  border-bottom: 1px solid #231815;
  line-height: 1;
  font-weight: normal;
}
@media only screen and (max-width: 1023px) {
  .movie .contents_box .text_box .contents_title {
    font-size: 3rem;
  }
}
.movie .contents_box .text_box .text {
  font-size: 2rem;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
}
.movie .contents_box .movie_box {
  overflow-x: scroll;
  width: calc(65% - 90px);
}
@media only screen and (max-width: 1023px) {
  .movie .contents_box .movie_box {
    width: 100%;
  }
}
.movie .contents_box .movie_list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: -moz-fit-content;
  width: fit-content;
}
.movie .contents_box .movie_list li {
  width: 350px;
  margin-right: 20px;
  position: relative;
}
.movie .contents_box .movie_list li::before {
  content: "";
  background: url(/images/movie/icon_movie.png) no-repeat center center/cover;
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1023px) {
  .movie .contents_box .movie_list li {
    width: 240px;
    margin-right: 10px;
  }
  .movie .contents_box .movie_list li::before {
    top: 46px;
  }
}
.movie .cap {
  font-size: 2rem;
  text-decoration: none;
  line-height: 1.2;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 3em;
}
@media only screen and (max-width: 1023px) {
  .movie .cap {
    font-size: 1.8rem;
  }
}
.movie.detail.container::before, .movie.detail.container::after {
  display: none;
}
.movie.detail.container .youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.movie.detail.container .youtube iframe {
  width: 100%;
  height: 100%;
}
.movie.detail.container .text_box {
  margin: 40px auto 80px;
}
.movie.detail.container .text_box .contents_title {
  padding-bottom: 30px;
  font-size: 3rem;
}
@media only screen and (max-width: 1023px) {
  .movie.detail.container .text_box {
    margin: 20px auto 40px;
  }
  .movie.detail.container .text_box .contents_title {
    padding-bottom: 20px;
    font-size: 2.4rem;
  }
}
.movie.detail.container .movie_box {
  overflow-x: scroll;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .movie.detail.container .movie_box {
    width: 100%;
  }
}
.movie.detail.container .btn_detail {
  color: fff;
  background: #000;
}

/* -----------------------------------
gcf
----------------------------------- */
.gcf.container::before {
  background: #AFA89B center top;
}
.gcf.container::after {
  color: #AFA89B;
}
.gcf a {
  transition: all 0.2s ease-in;
  color: #000;
}
.gcf a:hover {
  opacity: 0.7;
}
.gcf .main_titile {
  font-size: 8em;
  font-family: optima, sans-serif;
  line-height: 1.5;
}
.gcf .main_titile span {
  font-size: 4rem;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .gcf .main_titile {
    font-size: 6rem;
  }
  .gcf .main_titile span {
    font-size: 2.4rem;
  }
}
.gcf .top_contents {
  background: #000000;
  padding: 210px 0;
  text-align: center;
  color: #AFA89B;
}
@media only screen and (max-width: 1023px) {
  .gcf .top_contents {
    padding: 0;
  }
}
.gcf .top_contents .top_contents_title {
  font-size: 5rem;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  line-height: 1.2;
}
@media only screen and (max-width: 1023px) {
  .gcf .top_contents .top_contents_title {
    font-size: 3rem;
  }
}
.gcf .top_contents .top_contents_words {
  font-size: 2.4rem;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  line-height: 2;
  max-width: 760px;
  width: 100%;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .gcf .top_contents .top_contents_words {
    max-width: 80%;
  }
}
.gcf .contents_area {
  background: #120A08;
  padding: 100px 0 120px 3%;
  width: 97%;
  color: #AFA89B;
}
@media only screen and (max-width: 1023px) {
  .gcf .contents_area {
    padding: 40px 0;
    width: 100%;
  }
}
.gcf .contents_area.sec_00 .text_box {
  order: 1;
  width: 35%;
  margin-right: 90px;
}
@media only screen and (max-width: 1023px) {
  .gcf .contents_area.sec_00 .text_box {
    order: 2;
    width: 100%;
    margin: 0;
  }
}
.gcf .contents_area.sec_01, .gcf .contents_area.sec_02, .gcf .contents_area.sec_03, .gcf .contents_area.sec_04 {
  background: url(/images/gcf/bg_gcf_01.png) no-repeat center center/cover;
  padding: 200px 0 120px 3%;
  position: relative;
}
.gcf .contents_area.sec_01::after, .gcf .contents_area.sec_02::after, .gcf .contents_area.sec_03::after, .gcf .contents_area.sec_04::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .gcf .contents_area.sec_01, .gcf .contents_area.sec_02, .gcf .contents_area.sec_03, .gcf .contents_area.sec_04 {
    padding: 50px 0;
  }
  .gcf .contents_area.sec_01::after, .gcf .contents_area.sec_02::after, .gcf .contents_area.sec_03::after, .gcf .contents_area.sec_04::after {
    width: 100%;
  }
}
.gcf .contents_area.sec_02, .gcf .contents_area.sec_04 {
  background: url(/images/gcf/bg_gcf_02.png) no-repeat center center/cover;
  overflow-x: hidden;
}
.gcf .contents_area.sec_02::after, .gcf .contents_area.sec_04::after {
  left: auto;
  right: 0;
}
.gcf .contents_area.sec_02 .text_box, .gcf .contents_area.sec_04 .text_box {
  margin-left: 55%;
}
@media only screen and (max-width: 1023px) {
  .gcf .contents_area.sec_02 .text_box, .gcf .contents_area.sec_04 .text_box {
    width: 90%;
    margin: 0 auto;
  }
}
.gcf .contents_area.sec_02 .text_box .contents_title, .gcf .contents_area.sec_04 .text_box .contents_title {
  padding: 0 0 10px;
}
.gcf .contents_area.sec_02 .text_box .sub_title, .gcf .contents_area.sec_04 .text_box .sub_title {
  padding: 0 0 10px;
}
.gcf .contents_area.sec_02 .text_box .text, .gcf .contents_area.sec_04 .text_box .text {
  padding: 0;
}
.gcf .contents_area.sec_02 .text_box .btn_gcf, .gcf .contents_area.sec_04 .text_box .btn_gcf {
  margin: 40px 0 0;
}
.gcf .contents_area.sec_03 {
  background: url(/images/gcf/bg_gcf_03.png) no-repeat center center/cover;
}
.gcf .contents_area.sec_04 {
  background: url(/images/gcf/bg_gcf_04.png) no-repeat center center/cover;
}
.gcf .contents_area .contents_box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .gcf .contents_area .contents_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin: 0 auto;
  }
}
.gcf .contents_area .image_box {
  order: 2;
  width: calc(65% - 90px);
}
@media only screen and (max-width: 1023px) {
  .gcf .contents_area .image_box {
    width: 100%;
    order: 1;
    margin-bottom: 30px;
  }
}
.gcf .contents_area .image_box img {
  width: 100%;
}
.gcf .contents_area .text_box {
  order: 1;
  width: 50%;
  color: #fff;
  position: relative;
  z-index: 99;
}
@media only screen and (max-width: 1023px) {
  .gcf .contents_area .text_box {
    margin: 0 auto 30px;
    width: 90%;
  }
}
.gcf .contents_area .text_box .contents_title {
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  width: calc(97% - 40px);
  font-size: 4rem;
  padding: 0 0 10px 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #fff;
  line-height: 1;
  font-weight: normal;
}
@media only screen and (max-width: 1023px) {
  .gcf .contents_area .text_box .contents_title {
    font-size: 3rem;
    width: 100%;
    padding: 0 0 10px;
  }
}
.gcf .contents_area .text_box .contents_title .gcf_m {
  margin: 0 0 15px;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .gcf .contents_area .text_box .contents_title .gcf_m {
    margin: 0;
  }
}
.gcf .contents_area .text_box .contents_title.gcf_title {
  font-family: optima, sans-serif;
  font-size: 7rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}
@media only screen and (max-width: 1023px) {
  .gcf .contents_area .text_box .contents_title.gcf_title {
    font-size: 5rem;
    display: block;
  }
}
.gcf .contents_area .text_box .contents_title.gcf_title .title_box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 15rem;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  margin-right: 40px;
  line-height: 1;
}
@media only screen and (max-width: 1023px) {
  .gcf .contents_area .text_box .contents_title.gcf_title .title_box {
    margin: 0 0 10px;
  }
}
.gcf .contents_area .text_box .contents_title.gcf_title .title_box .gcf_sub {
  font-size: 2.4rem;
  font-family: optima, sans-serif;
  line-height: 1.5;
  margin: 0 20px 15px 0;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .gcf .contents_area .text_box .contents_title.gcf_title .title_box .gcf_sub {
    margin: 0 20px 0 0;
  }
}
.gcf .contents_area .text_box .contents_title.gcf_title .title_box::after {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background: #fff;
  margin: 0 0 -10px 40px;
}
@media only screen and (max-width: 1023px) {
  .gcf .contents_area .text_box .contents_title.gcf_title .title_box {
    font-size: 10rem;
  }
  .gcf .contents_area .text_box .contents_title.gcf_title .title_box .gcf_sub {
    font-size: 2rem;
  }
  .gcf .contents_area .text_box .contents_title.gcf_title .title_box::after {
    display: none;
  }
}
.gcf .contents_area .text_box .sub_title {
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  width: 100%;
  padding: 0 0 20px 40px;
  font-size: 4rem;
  line-height: 1.5;
}
@media only screen and (max-width: 1023px) {
  .gcf .contents_area .text_box .sub_title {
    font-size: 3rem;
    padding: 0 0 20px;
  }
}
.gcf .contents_area .text_box .text {
  font-size: 2rem;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  padding: 0 0 0 40px;
  max-width: 600px;
}
@media only screen and (max-width: 1023px) {
  .gcf .contents_area .text_box .text {
    padding: 0;
  }
}
.gcf .contents_area .text_box .btn_gcf {
  display: block;
  max-width: 600px;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  font-size: 2.2rem;
  font-family: optima, sans-serif;
  padding: 20px 0;
  margin: 40px 0 0 40px;
}
.gcf .contents_area .text_box .btn_gcf:hover {
  background: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 1023px) {
  .gcf .contents_area .text_box .btn_gcf {
    font-size: 2rem;
    width: 100%;
    padding: 15px 0;
    margin: 20px 0 0;
  }
}

/* -----------------------------------
warranty
----------------------------------- */
.warranty.container::before {
  background: #EDEDED center top;
}
.warranty.container::after {
  color: #EDEDED;
}
.warranty a {
  transition: all 0.2s ease-in;
  color: #000;
}
.warranty a:hover {
  opacity: 0.7;
}
.warranty .main_titile {
  font-size: 6em;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  line-height: 1.5;
}
.warranty .main_titile img {
  width: 260px;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 1023px) {
  .warranty .main_titile {
    font-size: 3rem;
  }
  .warranty .main_titile img {
    width: 40%;
    margin: 0 auto 20px;
  }
}
.warranty .language_list {
  position: absolute;
  bottom: 60px;
  right: 60px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .warranty .language_list {
    bottom: 10px;
    right: 10px;
  }
}
.warranty .language_list li {
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  .warranty .language_list li {
    margin-left: 8px;
  }
}
.warranty .language_list span, .warranty .language_list a {
  font-family: optima, sans-serif;
  font-size: 3.6rem;
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  color: #000;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in;
}
@media only screen and (max-width: 1023px) {
  .warranty .language_list span, .warranty .language_list a {
    font-size: 2rem;
    width: 30px;
    height: 30px;
  }
}
.warranty .language_list a {
  border: 1px solid rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0);
  color: #fff;
}
.warranty .language_list a:hover {
  background: rgb(255, 255, 255);
  color: #000;
}
.warranty .top_contents {
  background: #151110;
  padding: 210px 0;
  text-align: center;
  color: #AFA89B;
}
@media only screen and (max-width: 1023px) {
  .warranty .top_contents {
    padding: 0 0 60px;
  }
}
@media only screen and (max-width: 1023px) {
  .warranty .top_contents .text_box {
    max-width: 80%;
    margin: 0 auto;
  }
}
.warranty .top_contents .top_contents_title {
  font-size: 6rem;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  line-height: 1.2;
}
@media only screen and (max-width: 1023px) {
  .warranty .top_contents .top_contents_title {
    font-size: 3rem;
  }
}
.warranty .top_contents .top_contents_words {
  font-size: 2.4rem;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  line-height: 2;
  max-width: 760px;
  width: 100%;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .warranty .top_contents .top_contents_words {
    font-size: 1.8rem;
    padding-bottom: 3em;
  }
}
.warranty .contents_area.sec_off {
  background: url(/images/howto/warranty/bg_off.png) no-repeat center center/cover;
  padding: 0 0 0 3%;
  width: 97%;
  color: #ffffff;
  overflow-x: hidden;
}
@media only screen and (max-width: 1023px) {
  .warranty .contents_area.sec_off {
    padding: 0 0 40px;
    width: 100%;
    background: url(/images/howto/warranty/bg_off_sp.png) no-repeat center top/cover;
  }
}
.warranty .contents_area.sec_off .text_box {
  max-width: calc(50% - 80px);
  background: rgba(60, 96, 196, 0.9);
  padding: min(10vw, 160px) min(10vw, 160px);
  margin-left: 50%;
}
.warranty .contents_area.sec_off .text_box .sub_title {
  padding-bottom: 32px;
  margin: 0 calc(50% - 50vw) 60px 0;
  border-bottom: 1px solid #fff;
  width: calc(50vw - min(10vw, 160px));
}
.warranty .contents_area.sec_off .text_box .sub_title img {
  max-width: 360px;
}
.warranty .contents_area.sec_off .text_box .text {
  font-family: dnp-shuei-mincho-pr6, sans-serif;
}
@media only screen and (max-width: 1023px) {
  .warranty .contents_area.sec_off .text_box {
    max-width: 100%;
    margin: 100% 0 0 0;
  }
  .warranty .contents_area.sec_off .text_box .sub_title {
    padding-bottom: 16px;
    margin: 0 auto 30px 0;
    width: 100%;
  }
  .warranty .contents_area.sec_off .text_box .sub_title img {
    max-width: 80%;
  }
  .warranty .contents_area.sec_off .text_box .text {
    font-size: 1.8rem;
    margin-bottom: 3em;
  }
}
.warranty.detail::before {
  display: none;
}
.warranty.detail::after {
  display: none;
}
.warranty.detail .top_images {
  background: #fff;
  height: auto;
}
.warranty.detail .main_titile {
  color: #444;
  padding: 160px 0;
  position: static;
  transform: translate(0, 0);
}
@media only screen and (max-width: 1023px) {
  .warranty.detail .main_titile {
    padding: 80px 0;
  }
}
.warranty.detail .title_note {
  font-size: 2.8rem;
  margin-bottom: 80px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  background: #7D0021;
  padding: 16px 0;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .warranty.detail .title_note {
    font-size: 1.8rem;
    margin-bottom: 40px;
    padding: 8px 0;
  }
}
.warranty.detail .top_contents {
  background: #7D0021;
  padding: 60px 0 120px;
}
@media only screen and (max-width: 1023px) {
  .warranty.detail .top_contents {
    padding: 40px 0;
  }
}
.warranty.detail .top_contents .title_sub {
  font-size: 3rem;
  margin-bottom: 40px;
  color: #fff;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
}
@media only screen and (max-width: 1023px) {
  .warranty.detail .top_contents .title_sub {
    font-size: 2rem;
    margin-bottom: 2em;
  }
}
.warranty.detail .text {
  font-size: 1.6rem;
}
.warranty.detail .sec_note {
  padding: 80px 0 100px;
  margin: 0 5%;
  width: 90%;
  border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 1023px) {
  .warranty.detail .sec_note {
    padding: 40px 0;
  }
}
.warranty.detail .sec_note .note_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.warranty.detail .sec_note .note_list li {
  width: calc(25% - 40px);
  margin: 0 0 40px;
}
.warranty.detail .sec_note .note_list li .note_box {
  border-top: 1px solid #7D0021;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.warranty.detail .sec_note .note_list li .note_box img {
  width: 90px;
}
.warranty.detail .sec_note .note_list li .note_box .note {
  color: #444;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-size: clamp(1.2vw, 50%, 2.2rem);
  font-weight: bold;
  line-height: 1.5;
  padding: 0 0 0 14px;
}
@media only screen and (max-width: 1023px) {
  .warranty.detail .sec_note .note_list li {
    width: calc(50% - 10px);
    margin: 0 0 20px;
  }
  .warranty.detail .sec_note .note_list li .note_box {
    margin-bottom: 20px;
  }
  .warranty.detail .sec_note .note_list li .note_box img {
    width: 60px;
  }
  .warranty.detail .sec_note .note_list li .note_box .note {
    font-size: 1.4rem;
    padding: 0 0 0 10px;
  }
}
.warranty.detail .sec_guarantee {
  padding: 80px 0 100px;
  margin: 0 5%;
  width: 90%;
  border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 1023px) {
  .warranty.detail .sec_guarantee {
    padding: 40px 0;
  }
}
.warranty.detail .sec_guarantee .guarantee_clm {
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1023px) {
  .warranty.detail .sec_guarantee .guarantee_clm {
    display: block;
    padding-bottom: 40px;
  }
}
.warranty.detail .sec_guarantee .guarantee_clm > li {
  width: calc(33.3333333333% - 40px);
}
@media only screen and (max-width: 1023px) {
  .warranty.detail .sec_guarantee .guarantee_clm > li {
    width: 100%;
  }
  .warranty.detail .sec_guarantee .guarantee_clm > li + li {
    margin-top: 40px;
  }
}
.warranty.detail .sec_guarantee .guarantee_clm > li .guarantee_box + .guarantee_box {
  margin-top: 80px;
}
@media only screen and (max-width: 1023px) {
  .warranty.detail .sec_guarantee .guarantee_clm > li .guarantee_box + .guarantee_box {
    margin-top: 40px;
  }
}
.warranty.detail .sec_guarantee .guarantee_clm > li .guarantee_box .title_note {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .warranty.detail .sec_guarantee .guarantee_clm > li .guarantee_box .title_note {
    margin-bottom: 20px;
  }
}
.warranty.detail .sec_guarantee .guarantee_clm > li .guarantee_box .title {
  font-size: 2rem;
}
@media only screen and (max-width: 1023px) {
  .warranty.detail .sec_guarantee .guarantee_clm > li .guarantee_box .title {
    font-size: 2rem;
  }
}
.warranty.detail .sec_guarantee .text + .guarantee_list {
  margin-top: 40px;
}
@media only screen and (max-width: 1023px) {
  .warranty.detail .sec_guarantee .text + .guarantee_list {
    margin-top: 20px;
  }
}
.warranty.detail .sec_guarantee .text + .title {
  margin-top: 40px;
}
@media only screen and (max-width: 1023px) {
  .warranty.detail .sec_guarantee .text + .title {
    margin-top: 20px;
  }
}
.warranty.detail .sec_guarantee .guarantee_list + .text {
  margin-top: 40px;
}
@media only screen and (max-width: 1023px) {
  .warranty.detail .sec_guarantee .guarantee_list + .text {
    margin-top: 20px;
  }
}
.warranty.detail .sec_guarantee .guarantee_list {
  font-size: 1.6rem;
  width: 100%;
}
.warranty.detail .sec_guarantee .guarantee_list + .guarantee_list {
  margin-top: 40px;
}
@media only screen and (max-width: 1023px) {
  .warranty.detail .sec_guarantee .guarantee_list + .guarantee_list {
    margin-top: 20px;
  }
}
.warranty.detail .sec_guarantee .guarantee_list > li {
  text-indent: -1em;
  padding-left: 1em;
}
.warranty.detail .sec_guarantee .guarantee_list > li + li {
  padding-top: 0.5em;
}
.warranty.detail .sec_guarantee .btn_boder_b {
  margin: 80px auto 40px;
}
@media only screen and (max-width: 1023px) {
  .warranty.detail .sec_guarantee .btn_boder_b {
    margin: 40px auto;
  }
}

/* -----------------------------------
about_fourteen 202606追加css
----------------------------------- */
body {
  overflow-x: hidden;
}

.about_fourteen.container::before {
  background: #EDEDED center top;
}
@media only screen and (max-width: 1023px) {
  .about_fourteen.container::before {
    display: none;
  }
}
.about_fourteen.container::after {
  color: #EDEDED;
}
@media only screen and (max-width: 1023px) {
  .about_fourteen.container::after {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .about_fourteen .top_images {
    border-bottom: 1px solid #fff;
  }
  .about_fourteen .top_images .scroll_indicator {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: flex;
    align-items: flex-start;
    gap: 10px;
    z-index: 10;
  }
  .about_fourteen .top_images .scroll_indicator__text {
    font-family: optima, sans-serif;
    font-size: 1.8rem;
    line-height: 1;
    color: #fff;
    writing-mode: vertical-rl;
    letter-spacing: 0.1em;
  }
  .about_fourteen .top_images .scroll_indicator__line {
    position: relative;
    width: 1px;
    height: 80px;
    background: #fff;
  }
  .about_fourteen .top_images .scroll_indicator__dot {
    position: absolute;
    left: 50%;
    top: 0;
    width: 6px;
    height: 6px;
    margin-left: -3px;
    border-radius: 50%;
    background: #fff;
    animation: afScrollDotMove 2s ease-in-out infinite;
  }
}
.about_fourteen .main_titile {
  font-size: 8em;
  font-family: optima, sans-serif;
  line-height: 1.5;
}
.about_fourteen .main_titile span {
  font-size: 4rem;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .about_fourteen .main_titile {
    font-size: 3rem;
  }
  .about_fourteen .main_titile span {
    font-size: 1.4rem;
  }
}
.about_fourteen .lead_text {
  font-size: 2.8rem;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.about_fourteen .lead_text span {
  font-size: 2rem;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .about_fourteen .lead_text {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .about_fourteen .lead_text span {
    font-size: 1.4rem;
    display: block;
  }
}
.about_fourteen .contents_title {
  font-size: 4rem;
  font-weight: normal;
  font-family: optima, sans-serif;
  line-height: 1.2;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 0 5%;
  margin: 0 0 40px 5%;
  width: 40%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
  width: 28%;
}
.about_fourteen .contents_title p {
  position: relative;
  font-size: 15rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
  line-height: 1.2;
}
.about_fourteen .contents_title p::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #fff;
  margin: 0 30px 0 0;
}
.about_fourteen .contents_title .number {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: optima, sans-serif;
  line-height: 1.2;
  position: absolute;
  color: white;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .about_fourteen .contents_title .number {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .about_fourteen .contents_title {
    font-size: 3rem;
    padding: 0;
    margin: 0 5% 20px;
    width: 90%;
    text-align: center;
    display: block;
    border-bottom: none;
  }
  .about_fourteen .contents_title p {
    display: none;
  }
  .about_fourteen .contents_title::after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: #fff;
    margin: 10px auto 0;
  }
}
.about_fourteen .text_box {
  color: #fff;
  text-align: right;
  width: 38%;
  padding: 0 5%;
  margin: 0 0 0 57%;
}
.about_fourteen .text_box .lead_text {
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .about_fourteen .text_box .lead_text {
    font-size: 1.8rem;
    text-align: center;
  }
  .about_fourteen .text_box .lead_text span {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 1023px) {
  .about_fourteen .text_box {
    max-width: 90%;
    width: 90%;
    padding: 0 5% 20px;
    margin: 0;
  }
}
.about_fourteen .text {
  font-size: 2rem;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  text-align: left;
  width: 90%;
}
@media only screen and (max-width: 1023px) {
  .about_fourteen .text {
    font-size: 1.6rem;
    width: 100%;
    text-align: center;
  }
}
.about_fourteen .table_company {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  font-size: 2rem;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  color: #fff;
  text-align: center;
}
.about_fourteen .table_company th {
  text-align: right;
  padding: 5px 40px 5px 0;
  border-right: 1px solid #fff;
  width: 40%;
}
.about_fourteen .table_company td {
  padding: 5px 0 5px 40px;
  width: 60%;
  text-align: left;
}
.about_fourteen .table_company td a {
  color: #fff;
  text-decoration: none;
}
.about_fourteen .table_company td a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 1023px) {
  .about_fourteen .table_company {
    max-width: 90%;
    width: 90%;
    margin: 0 auto;
    font-size: 1.4rem;
  }
  .about_fourteen .table_company th {
    padding: 5px 20px 5px 0;
  }
  .about_fourteen .table_company td {
    padding: 5px 0 5px 20px;
  }
}
.about_fourteen .contents_area {
  background: url(/images/about_fourteen/bg_mission.png) no-repeat center center/cover;
  padding: 120px 0 300px;
  text-align: right;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .about_fourteen .contents_area {
    background-image: none !important;
    padding: 0 0 40px !important;
    text-align: center;
    background: #535154;
  }
}
.about_fourteen .contents_area:nth-of-type(2n) {
  text-align: left;
}
.about_fourteen .contents_area:nth-of-type(2n) .contents_title {
  margin: 0 0 40px 3%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.about_fourteen .contents_area:nth-of-type(2n) .contents_title p {
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .about_fourteen .contents_area:nth-of-type(2n) .contents_title {
    margin: 40px auto 20px;
    padding-bottom: 10px;
    text-align: center;
    display: block;
  }
}
.about_fourteen .contents_area:nth-of-type(2n) .text_box {
  text-align: left;
  margin: 0 0 0 3%;
}
@media only screen and (max-width: 1023px) {
  .about_fourteen .contents_area:nth-of-type(2n) {
    text-align: center;
  }
  .about_fourteen .contents_area:nth-of-type(2n) .text_box {
    margin: 0 auto;
  }
}
.about_fourteen .contents_area.mission {
  background: url(/images/about_fourteen/bg_mission.png) no-repeat center center/cover;
}
@media only screen and (max-width: 1023px) {
  .about_fourteen .contents_area.mission {
    background: #535154;
  }
  .about_fourteen .contents_area.mission::after {
    display: none;
  }
}
.about_fourteen .contents_area.purpose {
  background: url(/images/about_fourteen/bg_purpose.png) no-repeat center center/cover;
}
.about_fourteen .contents_area.purpose .lead_text, .about_fourteen .contents_area.purpose .text {
  color: #3E3A39;
  text-align: center;
}
.about_fourteen .contents_area.purpose .contents_title {
  text-align: center;
  color: #3E3A39;
  border-bottom: 1px solid #3E3A39;
}
.about_fourteen .contents_area.purpose .contents_title .number {
  color: #3e3a39;
}
.about_fourteen .contents_area.purpose .contents_title p {
  color: rgba(62, 58, 57, 0.3);
}
.about_fourteen .contents_area.purpose .contents_title p::after {
  background: #3e3a39;
}
@media only screen and (max-width: 1023px) {
  .about_fourteen .contents_area.purpose .contents_title {
    margin: 40px auto 20px;
    padding-bottom: 10px;
    text-align: center;
    display: block;
    border-bottom: none;
  }
  .about_fourteen .contents_area.purpose .contents_title::after {
    background: #3E3A39;
  }
}
.about_fourteen .contents_area.purpose::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 3%;
  background: #3E3A39;
  z-index: 99;
}
@media only screen and (max-width: 1023px) {
  .about_fourteen .contents_area.purpose::after {
    display: none;
  }
}
.about_fourteen .contents_area.philosophy {
  background: url(/images/about_fourteen/bg_philosophy.png) no-repeat center center/cover;
}
.about_fourteen .contents_area.philosophy .lead_text, .about_fourteen .contents_area.philosophy .text {
  color: #4D5863;
  text-align: left;
  text-shadow: 0 0 10px white, 0 0 10px white;
}
@media only screen and (max-width: 1023px) {
  .about_fourteen .contents_area.philosophy {
    background: #4D5863;
  }
  .about_fourteen .contents_area.philosophy .lead_text, .about_fourteen .contents_area.philosophy .text {
    text-shadow: none;
    color: #fff;
    text-align: center;
  }
}
.about_fourteen .contents_area.philosophy .contents_title {
  text-align: center;
  color: #4D5863;
  border-bottom: 1px solid #4D5863;
}
.about_fourteen .contents_area.philosophy .contents_title .number {
  color: #4d5863;
}
.about_fourteen .contents_area.philosophy .contents_title p {
  color: rgba(77, 88, 99, 0.3);
}
.about_fourteen .contents_area.philosophy .contents_title p::after {
  background: #4d5863;
}
@media only screen and (max-width: 1023px) {
  .about_fourteen .contents_area.philosophy .contents_title {
    margin: 40px auto 20px;
    padding-bottom: 10px;
    text-align: center;
    display: block;
    color: #fff;
  }
}
.about_fourteen .contents_area.philosophy::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 3%;
  background: #4D5863;
  z-index: 99;
}
@media only screen and (max-width: 1023px) {
  .about_fourteen .contents_area.philosophy {
    background: #535154;
  }
  .about_fourteen .contents_area.philosophy::after {
    display: none;
  }
}
.about_fourteen .contents_area.message {
  background: url(/images/about_fourteen/bg_message.png) no-repeat center center/cover;
}
.about_fourteen .contents_area.message::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 3%;
  background: #aaa;
  z-index: 99;
}
@media only screen and (max-width: 1023px) {
  .about_fourteen .contents_area.message {
    background: #535154;
  }
  .about_fourteen .contents_area.message::after {
    display: none;
  }
  .about_fourteen .contents_area.message .contents_title {
    margin: 40px auto 20px;
    padding-bottom: 10px;
  }
}
.about_fourteen .contents_area.company {
  background: url(/images/about_fourteen/bg_company.png) no-repeat center center/cover;
}
@media only screen and (max-width: 1023px) {
  .about_fourteen .contents_area.company {
    background: url(/images/about_fourteen/bg_company.png) no-repeat center center/cover !important;
  }
}
.about_fourteen .contents_area.company .contents_title {
  padding: 0 0 20px 40px;
}
@media only screen and (max-width: 1023px) {
  .about_fourteen .contents_area.company .contents_title {
    margin: 0 auto 20px;
    padding: 40px 0 10px;
    text-align: center;
    display: block;
  }
}
.about_fourteen .contents_area.company::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 3%;
  background: #aaa;
  z-index: 99;
}
@media only screen and (max-width: 1023px) {
  .about_fourteen .contents_area.company::after {
    display: none;
  }
}
.about_fourteen .contents_area.company .text_box {
  margin: 80px auto 0;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .about_fourteen .contents_area.company .text_box {
    margin: 40px auto 0;
  }
}

@keyframes afScrollDotMove {
  0% {
    top: 0;
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    top: calc(100% - 6px);
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .about_fourteen .scroll_indicator__dot {
    animation: none;
    top: 50%;
    margin-top: -3px;
    opacity: 1;
  }
}/*# sourceMappingURL=style2024.css.map */