@charset "UTF-8";
@media (min-width: 768px), print {
  #l_container {
    padding-top: 88px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1120px) {
  #l_container {
    padding-top: 128px;
  }
}

.hdg_lv2 {
  text-align: center;
  margin: 45px 0 50px;
  color: #333;
}

.hdg_lv2 em {
  font-style: normal;
}

@media (max-width: 767px) {
  #l_document {
    padding-top: 50px;
  }
  .hdg_lv2 {
    font-size: 20px;
    margin: 20px 10px 15px;
  }
  .hdg_lv2 em {
    font-size: 18px;
    display: block;
  }
}

.btn {
  border-radius: 0;
  flex: 1;
}

.arc_back {
  display: none;
}

.main_image {
  overflow: hidden;
  min-height: 160px;
  max-height: 700px;
  position: relative;
}

.main_image div {
  background-position: center center !important;
}

.main_image__contain {
  overflow: hidden;
  padding-bottom: 37.5%;
  min-height: 40px;
  max-height: 600px;
}

.main_image div {
  background-size: cover !important;
}

.main_image .btn_vr360_experience {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 280px;
  height: 60px;
}

.main_image .btn_vr360_experience a {
  display: block;
  box-sizing: border-box;
  width: 280px;
  height: 60px;
  padding: 20px 0 0 105px;
  text-align: left;
  font-size: 18px;
  line-height: 1em;
  color: #fff;
  background-color: #6b954a;
}

.main_image .btn_vr360_experience a span {
  position: absolute;
  width: 74px;
  height: 36px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 20px;
}

.main_image .btn_vr360_experience a:hover {
  opacity: 0.85;
}

@media (max-width: 767px) {
  .main_image .btn_vr360_experience {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 180px;
    height: 40px;
  }
  .main_image .btn_vr360_experience a {
    display: block;
    box-sizing: border-box;
    width: 180px;
    height: 40px;
    padding: 12px 0 0 55px;
    text-align: left;
    font-size: 14px;
    line-height: 1em;
    color: #fff;
    background-color: #6b954a;
  }
  .main_image .btn_vr360_experience a span {
    position: absolute;
    width: 37px;
    height: 18px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 12px;
  }
}

.l_footer__slider {
  display: block;
  overflow: hidden;
  position: relative;
}

.l_footer__slider .hdg_lv4 {
  font-size: 18px;
  margin: 0 0 25px;
  text-align: left;
}

.nav_footer {
  display: none;
}

.l_footer__slider .bx-viewport {
  overflow: visible !important;
}

.l_footer__slider .bx-wrapper {
  margin: 0 auto 30px;
  width: 270px !important;
}

.lst_slider li {
  width: 270px !important;
}

#lst_slider_control__prev,
#lst_slider_control__next {
  display: block;
  width: 40px;
  height: 81px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  position: absolute;
  bottom: 30px;
  text-align: center;
  padding: 25px 0;
  cursor: pointer;
}

#lst_slider_control__prev:before,
#lst_slider_control__next:before {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
}

#lst_slider_control__prev:before {
  content: "\f104";
}

#lst_slider_control__next:before {
  content: "\f105";
}

#lst_slider_control__prev {
  left: 0;
}

#lst_slider_control__next {
  right: 0;
}

@media (max-width: 767px) {
  .main_image {
    height: 400px;
  }
  .main_image > div:first-child {
    height: 400px !important;
  }
}

@media (max-width: 767px) {
  .lst_slider_control {
    display: none;
  }
  .l_footer__slider .hdg_lv4 {
    text-align: center;
    font-size: 15px;
    margin: 0 0 15px;
  }
  .l_footer__slider .bx-wrapper {
    margin: 0 auto 20px;
    width: 240px !important;
  }
  .lst_slider li {
    width: 240px !important;
    margin-right: 5px !important;
  }
}

/**
 * bxSlider v4.2.5
 * Copyright 2013-2015 Steven Wanderski
 * Written while drinking Belgian ales and listening to jazz
 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */

/** VARIABLES
===================================*/

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* PAGER */

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  left: 10px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

/** Layout
===================================*/

.txt_more {
  font-family: "BenchNine", sans-serif;
}

.main_image .bx-wrapper {
  margin-bottom: 0;
}

.main_image__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  max-width: 100%;
  padding: 0;
}

.main_image__content {
  display: table;
  height: 100%;
  width: 100%;
}

.main_image__txt {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  margin: 0 auto;
  max-width: 830px;
  padding: 0 20px;
}

.main_image__txt_sp {
  display: none;
}

.main_image__txt_pc {
  display: initial;
}

.main_image__txt .hdg_lv2 {
  font-size: 64px;
  color: #fff;
  margin: 0 0 193px;
  line-height: 1;
}

.main_image__txt .txt_head {
  font-size: 18px;
  color: #fff;
  line-height: 1.8;
  margin-bottom: 55px;
}

.main_image__txt .btn {
  border-radius: 0;
  font-size: 16px;
  padding: 13px 30px;
  background: #fff;
  color: #2d3339;
  border-radius: 3px;
}

.main_image__txt .fa:before {
  color: #2d3339;
}

@media (max-width: 767px) {
  .main_image {
    min-height: auto;
  }
  .main_image__txt_sp {
    display: initial;
  }
  .main_image__txt_pc {
    display: none;
  }
  .main_image__txt .hdg_lv2 {
    font-size: 32px;
    text-align: center;
    line-height: 1.1;
    margin: 0 0 10px;
  }
  .main_image__txt .visible_sp {
    display: inline-block;
  }
  .main_image__txt .txt_head {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 25px;
  }
  .main_image__txt .btn {
    font-size: 12px;
    padding: 10px 15px;
    min-width: initial;
  }
}

/* ------------------------------------ */

.section_housing {
  max-width: 1600px;
  margin: auto;
}

.section_housing .hdg_lv2 {
  margin: 45px 0 20px;
}

.lst_housing {
  /* margin-bottom: 40px; */
  display: table;
  table-layout: fixed;
  width: 100%;
}

.lst_housing li {
  display: table-cell;
  min-height: 242px;
  padding-right: 1px;
}

.lst_housing li:last-child {
  margin-right: 0;
}

.lst_housing li img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .lst_housing {
    margin-bottom: 0;
    display: block;
    overflow: hidden;
  }
  .section_housing .lst_housing li:first-child {
    width: 100%;
  }
  .lst_housing li {
    margin-bottom: 1px;
    display: block;
    width: 50%;
    float: left;
    min-height: 120px;
    box-sizing: border-box;
  }
  .lst_housing .box_housing__w2 {
    width: 100%;
  }
  .lst_housing .box_housing__w2 p {
    width: 100% !important;
    margin: 0 !important;
    left: 0 !important;
    top: 0 !important;
  }
  .lst_housing .box_housing__w2 img {
    height: auto !important;
  }
}

.box_housing {
  position: relative;
}

.box_housing__content {
  color: #fff;
  padding: 107px 15px 107px;
  box-sizing: border-box;
  text-align: center;
}

.box_housing__image img {
  width: 100%;
  height: auto;
}

.box_housing__title a {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.box_housing__title .fa:before {
  font-size: 18px;
  color: #fff;
}

.box_housing__desc {
  margin-bottom: 25px;
}

.box_housing__more {
  position: absolute;
  bottom: 30px;
  width: 100%;
  left: 0;
}

@media (max-width: 767px) {
  .box_housing__content {
    padding: 50px 10px 50px;
  }
  .box_housing__title a {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .box_housing__desc {
    font-size: 10px;
    margin-bottom: 20px;
  }
  .box_housing__more {
    bottom: 10px;
  }
}

/* ------------------------------------ */

.section_value {
  background: #f5f5f2;
  padding: 60px 0;
}

.section_value .hdg_lv2 {
  margin: 0 0 35px;
}

.box_value__image {
  width: 100%;
}

.box_value__image li {
  text-align: center;
}

.box_value__image_01 {
  padding: 8px 0 15px;
}

.box_value__image_01 img {
  width: 50%;
  height: auto;
}

@media (max-width: 767px) {
  .section_value {
    padding: 30px 0;
  }
  .section_value .hdg_lv2 {
    margin: 0 0 10px;
  }
}

.box_value {
  background: #fff;
  position: relative;
}

.box_value__content {
  text-align: center;
  padding: 0 0 30px;
  position: relative;
  background: #f5f5f2;
}

.box_value__title {
  font-size: 24px;
  margin-bottom: 0;
}

.box_value__text {
  margin-bottom: 15px;
  padding: 0 10px;
  line-height: 2;
  box-sizing: border-box;
  text-align: center;
}

.box_value__button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  .box_value__title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .box_value__content {
    padding: 15px 15px 30px;
    position: relative;
  }
  .box_value__text {
    margin-bottom: 0;
    padding: 0 10px;
    line-height: 1.5;
    text-align: left !important;
  }
  .box_value__image {
    margin-bottom: 15px;
  }
  .box_value__image .box_value__image_01 {
    padding: 8px 0 7px;
  }
  .box_value__image_01 img {
    width: 50%;
    max-width: 100%;
    height: auto;
  }
  .lst_value li {
    margin-bottom: 10px;
  }
}

/* ------------------------------------ */

.section_news {
  padding-bottom: 40px;
}

.section_news .hdg_lv2 {
  margin: 80px 0 30px;
}

.section_news .lst_news {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .section_news .hdg_lv2 {
    margin: 30px 0 15px;
  }
  .section_news {
    padding-bottom: 20px;
  }
  .section_news .hdg_lv2 {
    margin: 30px 0 10px;
  }
}

/* ------------------------------------ */

.section_equipment .hdg_lv2 {
  margin-top: 0;
  padding-top: 55px;
  margin-bottom: 20px;
}

.section_equipment .txt_lead {
  margin: 30px 0 55px;
}

@media (max-width: 767px) {
  .section_equipment .hdg_lv2 {
    padding-top: 35px;
    margin-bottom: 15px;
  }
  .section_equipment .txt_lead {
    margin: 0 0 15px;
    font-size: 14px;
  }
  .section_equipment .box_menu__content {
    top: 0;
    padding-top: 30%;
  }
}

.lst_condition {
  text-align: center;
}

.lst_condition li {
  display: inline-block;
  border: 1px solid #ddd;
  min-width: 220px;
  text-align: center;
  margin: 0 10px;
  font-size: 16px;
  box-sizing: border-box;
  padding: 10px;
}

.lst_condition .fa:before {
  color: #333;
}

.box_menu__image {
  position: relative;
}

.wrp_tabs {
  max-width: 100%;
}

.box_tab {
  max-width: 775px;
}

.wrp_tab__content {
  border-bottom: 0;
}

.box_tab li {
  box-sizing: border-box;
}

.wrp_tab__content .hdg_lv4 {
  font-size: 18px;
}

@media (max-width: 767px) {
  .wrp_tab__content {
    padding: 0 10px;
  }
  .wrp_tab__content .hdg_lv4 {
    font-size: 14px;
  }
  .lst_condition li {
    display: block;
    margin: 0;
    border-top: 1px solid #ddd;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    text-align: left;
  }
  .lst_condition li:last-child {
    border-bottom: 1px solid #ddd;
  }
}

/* ------------------------------------ */

@media (max-width: 767px) {
  .box_select {
    position: relative;
  }
  .box_select,
  .box_select select {
    width: 100%;
  }
  .box_select select {
    padding: 13px 9px;
    border: 1px solid #ddd;
    position: relative;
  }
  .box_select__inner:after {
    content: "▼";
    font-size: 9px;
    color: #5c4934;
    box-sizing: border-box;
    right: 1px;
    top: 1px;
    bottom: 1px;
    width: 30px;
    padding: 17px 20px;
    text-align: center;
    border-radius: 0 4px 4px 0;
    background-color: #fff;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
    pointer-events: none;
    position: absolute;
  }
}

.btn_more {
  background: #2d3339;
  padding: 5px 15px;
  height: 30px;
}

.section_housing .btn_more {
  background: #a4002c;
}

.box_tab li .is_active {
  color: #333;
}

.track_frame {
  border: 0;
  border-color: #000;
  overflow: hidden;
  margin: 0;
}

/* ------------------------------------ */

#jquery-script-menu {
  position: fixed;
  height: 90px;
  width: 100%;
  top: 0;
  left: 0;
  border-top: 5px solid #316594;
  background: #fff;
  -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
  z-index: 999999;
  padding: 10px 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.jquery-script-center {
  width: 960px;
  margin: 0 auto;
}

.jquery-script-center ul {
  width: 212px;
  float: left;
  line-height: 45px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jquery-script-center a {
  text-decoration: none;
}

.jquery-script-ads {
  width: 728px;
  height: 90px;
  float: right;
}

.jquery-script-clear {
  clear: both;
  height: 0;
}

.section_search .hdg_lv2 {
  margin: 80px 0 20px;
}

.section_search .hdg_lv2 em {
  color: #333;
}

.section_search .wrp_container_sm {
  padding-top: 40px;
  border-top: 1px solid #ddd;
}

@media (max-width: 767px) {
  .section_search .hdg_lv2 {
    margin: 35px -10px 15px;
  }
}

.box_instagram__list {
  margin-bottom: 30px;
}

.box_instagram__list li {
  width: 16.6666666%;
  float: left;
  padding-right: 1px;
  padding-bottom: 1px;
  box-sizing: border-box;
}

.box_instagram__list li:last-child {
  padding-right: 0;
}

.box_instagram__list li a {
  display: block;
  overflow: hidden;
}

.box_instagram__list li span {
  display: block;
  padding-bottom: 100%;
  height: 0;
}

.box_instagram__title {
  margin: 45px 0 24px;
}

.box_instagram__title img {
  display: block;
  margin: 0 auto 15px;
}

.word {
  display: inline-block;
}

.box_interior-fes__title {
  margin: 80px 0 24px;
}

@media (max-width: 767px) {
  .box_instagram__list li {
    width: 33.3333333%;
  }
  .box_instagram__title img {
    width: 40px;
    margin: 0 auto 10px;
  }
  .box_interior-fes__title {
    margin: 45px 0 20px;
  }
}

.pct_bnr {
  margin-top: 80px;
  margin-bottom: 100px;
  text-align: center;
}

.pct_bnr a:hover {
  opacity: 0.7;
}

.pct_bnr .is_pc {
  display: inline-block;
}

.pct_bnr .is_sp {
  display: none;
}

@media (max-width: 767px) {
  .pct_bnr {
    margin-top: 20px;
    margin-bottom: -13px;
  }
  .pct_bnr .is_pc {
    display: none;
  }
  .pct_bnr .is_sp {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .main_image__txt {
    vertical-align: middle;
  }
}

/*20231114*/
#l_container #l_main {
  background-color: #f3f0e7;
}

#container {
  box-sizing: border-box;
}
.for-pc {
  display: inline-block !important;
}

@media screen and (max-width: 1200px) {
  .for-pc {
    display: none !important;
  }
}

.for-tablet {
  display: none !important;
}

@media screen and (max-width: 1200px) {
  .for-tablet {
    display: inline-block !important;
  }
}

.for-sp {
  display: none;
}

@media screen and (max-width: 740px) {
  .for-sp {
    display: inline-block;
  }
}

/* mainvisual */
.p-homeMainvisual {
  position: relative;
}
.p-homeMainvisual h1 {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  z-index: 100;
  color: #fff;
  letter-spacing: 0.5rem;
  font-size: 2.3rem;
  line-height: 4rem;
}
@media (max-width: 767px) {
  .p-homeMainvisual h1 {
    position: absolute;
    top: 50%;
    left: 53%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
    line-height: 3.5rem;
    letter-spacing: 2px;
  }
}
.p-streamWrapper {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 80px;
  width: 100%;
  height: 100vh;
  height: 100svh;
}
/*PC layout*/
@media screen and (min-width: 1200px) {
  .p-homeMainvisual {
    background-color: #fff;
    width: 100%;
    height: 105vh;
    height: 105svh;
    overflow: hidden;
  }

  @media screen and (min-width: 786px) {
    .p-homeMainvisual {
      height: 100vh;
      height: 100svh;
      overflow: hidden;
    }
  }

  /* .p-homeMainvisual:before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    display: block;
    width: 100%;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    transition: all 0.3s;
    opacity: 0;
  } */

  /* .p-homeMainvisual:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
  } */

  .p-homeMainvisual.is-ended::before {
    opacity: 1;
  }

  .p-scroll {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 120;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    color: #fff;
    font-size: 12px;
    text-align: center;
    -webkit-animation: soundMovieFade 2s linear forwards;
    animation: soundMovieFade 2s linear forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    transition-delay: 1s;
    opacity: 0;
  }

  @media screen and (min-width: 1025px) {
    .p-scroll {
      width: 408px;
    }
  }

  .p-scroll::after {
    margin: 8px auto 35px auto;
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    border: 2px solid #fff;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: translateY(-22px) rotate(135deg);
    transform: translateY(-22px) rotate(135deg);
    -webkit-animation: pathmove1 1.8s ease-in-out infinite;
    animation: pathmove1 1.8s ease-in-out infinite;
    transition-delay: 1s;
    opacity: 0;
  }

  #home.scrolled .p-scroll {
    color: #852431;
  }

  #home.scrolled .p-scroll::after {
    border-top: 2px solid #852431;
    border-right: 2px solid #852431;
  }

  @keyframes soundMovieFade {
    0% {
      opacity: 0;
    }

    50% {
      opacity: 1;
    }

    100% {
      opacity: 1;
    }
  }

  @-webkit-keyframes pathmove1 {
    0% {
      opacity: 0;
    }

    70% {
      -webkit-transform: translateY(0px) rotate(135deg);
      transform: translateY(0px) rotate(135deg);
      opacity: 1;
    }

    72% {
      opacity: 0;
    }

    100% {
      -webkit-transform: translateY(-22px) rotate(135deg);
      transform: translateY(-22px) rotate(135deg);
      opacity: 0;
    }
  }

  @keyframes pathmove1 {
    0% {
      opacity: 0;
    }

    70% {
      -webkit-transform: translateY(0px) rotate(135deg);
      transform: translateY(0px) rotate(135deg);
      opacity: 1;
    }

    72% {
      opacity: 0;
    }

    100% {
      -webkit-transform: translateY(-22px) rotate(135deg);
      transform: translateY(-22px) rotate(135deg);
      opacity: 0;
    }
  }

  .p-streamWrapper iframe {
    box-sizing: border-box;
    height: 56.25vw;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.4);
    transform: translate(-50%, -50%) scale(1.4);
    width: 177.77777778vh;
  }
}

/* PC end */

/* tablet/sp layout */
@media screen and (min-width: 601px) and (max-width: 1199px) {
  /* .p-homeMainvisual {
  position: relative;
  width: 100%;
  padding-top: 80%;
} */

  /* .p-homeMainvisual:before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    display: block;
    width: 100%;
    min-height: 100vh;
    background-image: url("/images/home/brand_movie_poster_pc.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    transition: all 0.3s;
    opacity: 0;
  } */

  /* .p-homeMainvisual:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
  } */
  .p-homeMainvisual {
    width: 100%;
    /* height:100svh; */
    overflow: hidden;
  }
  .p-streamWrapper {
    width: 100%;
    height: 50rem;
  }

  .p-homeMainvisual h1 {
    top: 60%;
  }

  /* .p-homeMainvisual iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */
}

/* @media screen and  (max-width: 667px) {
.p-homeMainvisual {
  padding-top: 70%;
}} */
/* tablet/sp end */
/*sp layout*/
@media screen and (max-width: 600px) {
}
/* sp end */
/* mainvisual end */

/* l_container layout */
#l_container {
  width: 100%;
  position: relative;
  z-index: 100;
  top: 0;
  /*以下はレイアウトのための記述*/
  background-color: #f3f0e7;
  padding: 0;
  text-align: center;
}

/* section concept layout */

.section_concept {
  background-color: #f3f0e7;
  /* padding: 40px 0; */
}
/* @media screen and (max-width: 1023px) {
  .section_concept {
    padding: 0 0 40px 0;
    margin-top: 40px;
  }
} */
/* @media screen and (max-width: 666px) {
  .section_concept {
    padding: 20px 0 20px 0;
  }
} */

.section_concept .txtbox {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.section_concept .txtbox h3 {
  font-size: 22px;
  color: #fff;
}

@media screen and (max-width: 1024px) {
}

.section_concept .txtbox p {
  font-size: 18px;
  color: #595757;
  text-align: left;
  margin: 50px 0;
  padding: 0 5px;
  letter-spacing: 4px;
}

@media screen and (max-width: 1024px) {
  .section_concept .txtbox p {
    font-size: 16px;
    margin: 0 0 0 0;
    text-align: center;
  }
}

@media screen and (max-width: 666px) {
  .section_concept .txtbox p {
    font-size: 14px;
    margin: 0 0 0 0;
    letter-spacing: 3px;
  }
}
/* section concept end */

/* section features layout */
.section_features {
  margin: 0 0 150px 0;
}

@media screen and (max-width: 1024px) {
  .section_features {
    margin: 20px 0 80px 0;
  }
}

.section_features p {
  font-size: 18px;
  text-align: center;
  margin: 0 5px;
}

.section_features p a {
  color: #fff;
  display: block;
  width: 550px;
  padding: 10px 0;
  margin: auto;
  background-color: #a4002c;
  text-decoration: none;
  border-radius: 5px;
  border: 2px solid #fff;
  letter-spacing: 4px;
  box-shadow: 2px 2px 3px rgba(87, 85, 85, 0.5);
}

.btnbox {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .btnbox p {
    width: 100%;
  }
}

.btnbox .fa {
  position: relative;
  right: 2%;
}

.btnbox .fa:before {
  font-size: 1rem;
  color: #fff;
  /* color:#595757; */
}

@media screen and (max-width: 1024px) {
  .section_features p a {
    width: 100%;
  }
}

@media screen and (max-width: 666px) {
  .section_features p {
    font-size: 14px;
  }
}

/* section features end */

/* section variation & sns layout */
.section_variation ul,
.section_sns ul {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .section_sns ul {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    align-items: center;
  }
}

.section_variation ul li,
.section_sns ul li {
  letter-spacing: 5px;
  width: 100%;
  height: 100%;
}

.section_variation ul li .box_menu .box_menu__image,
.section_sns ul li .box_menu .box_menu__image {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .section_variation ul li,
  .section_sns ul li {
    height: 100%;
  }

  .section_variation ul li .box_menu .box_menu__image,
  .section_sns ul li .box_menu .box_menu__image {
    height: 100%;
  }
}

.box_menu__title a {
  color: #fff;
}
.box_menu__title a span {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .box_menu__title a {
    font-size: 12px;
  }
  .box_menu__title a span {
    font-size: 18px;
  }
}

.box_menu__title .fa:before {
  color: #fff;
  margin-left: 50px;
}
.box_menu__content {
  background: rgba(0, 0, 0, 0.4);
}

.grid1 {
  background-color: #595757;
}
.section_sns {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: nowrap;
  align-items: center;
}

.grid_4 .box_menu {
  height: 10rem;
  width: 24rem;
  margin: 5px;
  background-color: #595757;
}
.grid_6 .box_menu {
  margin: 0 5px;
  background-color: #595757;
}

.box_menu__content {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 25px 10px;
  height: 100%;
}

.box_menu__content .fa {
  position: absolute;
  right: 5%;
}
.box_menu__content .fa:before {
  font-size: 2rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .box_menu__content .fa {
    position: absolute;
    right: 0;
  }
  .box_menu__content .fa:before {
    font-size: 1rem;
    color: #fff;
    margin-right: 0;
  }
  .box_menu__content {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 15px 10px;
  }
  .box_menu__content .box_menu__title {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.box_menu__content .box_menu__title {
  margin-bottom: 0;
}

.box_interior-fes a {
  box-shadow: 10px 10px 20px rgba(87, 85, 85, 0.2);
}
/* section variation & sns end */

.box_interior-fes .icon_new_style {
  position: absolute;
  top: 50px;
  bottom: unset;
  left: 20px;
  right: unset;
}

.box_interior-fes .icon_new_style .new_circle {
  border: 1px solid #a4002c;
  background: #a4002c;
  width: 65px;
  height: 65px;
}

.box_interior-fes .icon_new_style .dot {
  background: #a4002c;
  width: 8px;
  height: 8px;
}

@media screen and (max-width: 1023px) {
  .box_interior-fes .icon_new_style {
    /* left: 4%; */
  }
}

@media screen and (max-width: 767px) {
  .box_interior-fes .icon_new_style {
    left: 2%;
    top: 30px;
  }
  .box_interior-fes .icon_new_style .new_circle {
    width: 45px;
    height: 45px;
  }
}

.box_interior-fes .icon_new_style.js-anime .new_circle {
  animation: anime0 1.25s;
  /* animation: anime0 1.25s infinite; */
  /* animation: rotation 2s infinite; */
}

/* 円の回転アニメーション */
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.slide-bottom {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1.3s 0s ease-out;
}

/*スクロールダウン*/
.scrolldown1 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  left: 100%;
  /* left:83%; */
  bottom: 10px;
  /*全体の高さ*/
  height: 50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span {
  writing-mode: vertical-rl;
  /*描画位置*/
  position: absolute;
  left: -7px;
  top: -135px;
  /*テキストの形状*/
  color: #fff;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 100px;
  background: #fff;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: -100px;
    opacity: 0;
  }
  30% {
    height: 100px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

/*tablet*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .scrolldown1 {
    /*描画位置※位置は適宜調整してください*/
    position: absolute;
    left: 50%;
    bottom: -800px;
    /*全体の高さ*/
    height: 50px;
  }
}

/*sp*/
@media screen and (max-width: 767px) {
  .scrolldown1 {
    /*描画位置※位置は適宜調整してください*/
    position: absolute;
    left: 50%;
    bottom: -550px;
    /*全体の高さ*/
    height: 50px;
  }

  .scrolldown1 span {
    /*描画位置*/
    position: absolute;
    left: -7px;
    top: -35px;
    /*テキストの形状*/
    color: #fff;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
  }

  .scrolldown1::after {
    content: "";
    /*描画位置*/
    position: absolute;
    top: 0;
    /*線の形状*/
    width: 1px;
    height: 30px;
    background: #fff;
    /*線の動き1.4秒かけて動く。永遠にループ*/
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
  }

  @keyframes pathmove {
    0% {
      height: 0;
      top: 0;
      opacity: 0;
    }
    30% {
      height: 30px;
      opacity: 1;
    }
    100% {
      height: 0;
      top: 50px;
      opacity: 0;
    }
  }
}

/*追記*/
/*------------------------*/
#l_container,
#l_container #l_main {
  background-color: transparent;
}

.p-homeMainvisual h1 {
  position: absolute;
  top: 50%;
  left: 50%;
}

.scrolldown1 {
  position: absolute;
  left: 50%;
}

.section_concept .txtbox {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  justify-content: space-around;
  margin: 300px 0 300px 0;
}

.section_concept .txtbox h3 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 28px;
  line-height: 70px;
  text-align: start;
  letter-spacing: 10px;
}

.section_concept .txtbox p {
  font-size: 16px;
  margin: 0;
  color: #fff;
  line-height: 70px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 8px;
  padding: 0 5px;
  text-align: left;
}

.kutouten {
  float: none;
  margin: 0;
  position: relative;
  left: 0.7em;
  top: -0.4em;
}

.kutouten2 {
  float: none;
  margin: 0;
  position: relative;
  left: 0.7em;
  top: -0.4em;
}

.img,
.contents_block {
  position: relative;
  width: 100%;
  height: 100vh;
}

.img {
  /* background: url("/order/assets/img/img-4.jpg") no-repeat center center / cover; */
  background-attachment: fixed;
  animation: bgchange 10s ease infinite;
  overflow: hidden;
}

.fade-img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  background-attachment: fixed;
}

/* .image.b {
    background-image: url("/order/assets/img/img-5.jpg");
  }
  .img.c {
    background-image: url("/order/assets/img/img-6.jpg");
  } */
.top-concept,
.works {
  background: #fff;
}

.contents_block.a {
  background-color: rgba(var(--color-overlay), var(--color-overlay-opacity));
  color: #000;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  background: #fff;
}

.contents_block.b {
  background: #ff9100;
}

.contents_block.c {
  background: #ad1457;
}

.section_concept {
  background-color: transparent;
  /* padding: 40px 0; */
}

.top-concept-features-item_detail {
  margin: 150px 0 0 0;
}

.top-concept-features-item_detail div {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2.5;
  margin: 20px 0 0 0;
}

.top-concept-features-item_detail img {
  margin: 20px 0 0 0;
}

.top-concept-features-item_number_detail {
  min-width: 53px;
  /* font-family: var(--font-gothic-en); */
  font-size: 32px;
  line-height: 1.02;
  color: var(--color-pink-flare);
  letter-spacing: 0.24em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-concept-features-item_text_detail {
  min-height: 3.6em;
  padding-left: 16px;
  font-size: 22px;
  line-height: 1.833;
  border-left: 1px solid var(--line-color);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.standard-specification {
  min-height: 3.6em;
  padding-top: 40px;
  padding-left: 16px;
  font-size: 20px !important;
  line-height: 1.833;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.Tbl_icon {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto !important;
}

.Tbl_base {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 !important;
}

.Tbl_base_1 {
  flex: 1;
  color: #333 !important;
  text-align: center;
  font-size: 20px;
  /* background: #a29e9b; */
  /* border: 1px solid #a29e9b; */
  letter-spacing: 8px;
}

.Tbl_base_1 small {
  font-size: 14px;
  color: #fff;
  background: #a29e9b;
  padding: 5px;
  margin: 0 10px 0 0;
}

.Tbl_base_1 .chuushaku {
  color: #333;
  font-size: 12px;
  background: none;
  letter-spacing: 2px;
}

.grid {
  display: block !important;
  height: 100vh;
  width: 100%;
  background: #ebebe6;
  /* position: fixed; */
  top: 0;
  left: 0;
  z-index: -1;
}

.grid.show {
  z-index: 40;
  transition: 0.6s ease-in-out;
}

.grid.au {
  background: #444;
}

.grid ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  /* width: 166.7vh; */
}

.grid ul li {
  width: 20%;
  height: 25vh;
  color: #fff;
  /* background: #3a3a3a; */
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
  opacity: 0;
  transition: 0.6s ease-in-out;
}

.grid ul li.show {
  opacity: 1;
  transition: 0;
}

.grid ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center center #3a3a3a;
  background-size: cover;
  transition: 0.9s ease-in-out;
}

.grid ul li img {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center center #3a3a3a;
  background-size: cover;
  transition: 0.9s ease-in-out;
  margin: 0 !important;
}

.grid ul li span {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center center #3a3a3a;
  background-size: cover;
  transition: 0.9s ease-in-out;
  margin: 0 !important;
}

.p-streamWrapper {
  background-color: rgba(0, 0, 0, 0.6);
}

.bg_leading_nihon {
  background: url(/order/assets/img/bg_leading_area.jpg) no-repeat center center;
  background-size: cover;
  z-index: 100;
}

a:hover {
  text-decoration: none;
}

#l_footer {
  background-color: #fff;
  position: relative;
  padding-top: 40px;
  margin-top: 0;
}

@media (min-width: 768px), print {
  .grid_2_2 {
    width: 25%;
  }
}

.zoomover {
  background: url(/order/assets/img/pct_example_00.jpg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.zoomover.sample {
  background: url(/order/assets/img/pct_example_001.jpg);
}

.zoomover .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  font-size: 18px;
  color: #fff;
  /* width:262.5px;
height:262.5px; */
  text-align: center;
  z-index: 100;
}

.zoomover_tmp .txt {
  position: absolute;
  font-size: 18px;
  color: #fff;
  /* width:262.5px;
height:262.5px; */
  text-align: center;
}

.zoomover.sample .txt {
  color: #898989;
}

.zoomover_tmp.sample .txt {
  color: #898989;
}

.zoomover div,
.zoomover img {
  margin: 0 !important;
}

.zoomover_tmp div,
.zoomover_tmp img {
  margin: 0 !important;
}

.zoomover .fluid_image {
  width: 100%;
}

.zoomover_tmp .fluid_image {
  width: 100%;
}

.zoomover span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.zoomover_tmp span {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1366px) {
  .section_concept .txtbox h3 {
    margin: 0 0 100px 0;
  }

  .mv_catch {
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
    line-height: 3.5rem;
    letter-spacing: 2px;
    z-index: 100;
    color: #fff;
    position: relative;
    top: 0;
    padding: 400px 0;
  }

  .section_concept .txtbox {
    align-items: center;
    flex-direction: column;
  }

  .section_concept .txtbox p {
    line-height: none;
  }

  /* .for-sp {
    display: block !important;
  }
  .mv_catch.for-sp {
    display: none !important;
  } */
  .zoomover .txt {
    font-size: 14px;
  }

  .for-tablet {
    display: block;
  }
}

@media screen and (max-width: 676px) {
  .for-tablet {
    display: none !important;
  }

  .p-streamWrapper {
    position: fixed !important;
    top: 5px;
  }

  .section_concept .txtbox {
    align-items: center;
    flex-direction: column;
  }

  .section_concept .txtbox p {
    line-height: 2.4;
  }

  .grid_2_2 {
    width: 33%;
  }

  .zoomover .txt {
    font-size: 14px;
  }

  .zoomover_tmp .txt {
    font-size: 14px;
  }

  .mv_catch {
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    line-height: 3.5rem;
    letter-spacing: 2px;
    z-index: 100;
    color: #fff;
    position: relative;
    top: 100px;
    padding: 200px 0;
  }

  .top-concept,
  .works {
    padding-top: 100px;
  }

  .section_concept .txtbox h3 {
    margin: 0 0 100px 0;
  }

  .top-concept-content,
  works-content {
    padding-top: 0;
  }
}

* {
  /* outline: 2px red solid; */
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "helvetica", "arial", sans-serif;
}

/* works */
.works_discription {
  font-size: 16px;
}

#works {
  padding-top: 100px;
}

.splide__slide img {
  width: 100%;
}

@media screen and (max-width: 676px) {
  #works .grid_2_2 {
    width: 50%;
    height: 100% !important;
  }
}

.floating a {
  position: fixed;
  right: 26px;
  bottom: 26px;
  width: 140px;
  height: 140px;
  text-align: center;
  background: #e2b848;
  border-radius: 100px;
  /* background: url(/order/assets/img/floating.png) no-repeat center bottom; */
  background-size: 140px auto;
  font-size: 1.8rem;
  line-height: 1.4;
  z-index: 1000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.floating a {
  transition: 0.3s ease-in-out;
}

.floating a:hover {
  margin-bottom: 20px;
}

.floating a .en {
  display: block;
  font-size: 1.1rem;
  margin: 3px 0 0 0;
}

@media screen and (max-width: 767px) {
  .floating a {
    font-size: 16px !important;
    position: fixed;
    right: 5px;
    bottom: 60px;
    width: 80px;
    height: 80px;
    text-align: center;
    /* background: url(/order/assets/img/floating.png) no-repeat center bottom; */
    background-size: 80px auto;
    font-size: 1.8rem;
    line-height: 1.8;
  }
}

.balloon1 {
  position: fixed;
  right: 10px;
  bottom: 50px;
  padding: 20px 0;
  width: 100px;
  height: 100px;
  /* line-height: 80px; */
  ne-height: 80px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff !important;
  letter-spacing: 0.2em;
  font-size: 14px;
  /* background: url(/order/assets/img/floating.png) no-repeat center bottom; */
  background-color: #e1c945;
  z-index: 1000;
}

.balloon1 a:visited {
  color: #fff;
}

.balloon1::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 2px;
  bottom: 2px;
  border-right: 20px solid #e1c945;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform: rotate(-45deg);
}

.balloon1.soon {
  display: flex;
  font-size: 16px;
  position: relative;
  right: 2px;
  bottom: -80px;
  padding: 20px 0;
  width: 150px;
  height: 150px;
  /* line-height: 80px; */
  ne-height: 80px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.2em;
  font-size: 18px;
  /* background: url(/order/assets/img/floating.png) no-repeat center bottom; */
  background-color: #e1c945;
  z-index: 100;
  justify-content: center;
  align-items: center;
}

.balloon1.soon::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 2px;
  left: inherit;
  bottom: 10px;
  border-right: 20px solid #e1c945;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform: rotate(-135deg);
}

@media screen and (max-width: 1024px) {
  .for-pc {
    display: none;
  }

  .for-sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .balloon1 {
    position: fixed;
    right: 2px;
    bottom: 45px;
    padding: 12px 0;
    width: 80px;
    height: 80px;
    /* line-height: 80px; */
    ne-height: 80px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.1em;
    font-size: 14px;
    /* background: url(/order/assets/img/floating.png) no-repeat center bottom; */
    background-color: #e1c945;
    z-index: 1000;
  }

  .balloon1.soon {
    position: relative;
    right: 2px;
    bottom: -40px;
    padding: 12px 0;
    width: 80px;
    height: 80px;
    /* line-height: 80px; */
    ne-height: 80px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.1em;
    font-size: 14px;
    /* background: url(/order/assets/img/floating.png) no-repeat center bottom; */
    background-color: #e1c945;
    z-index: 100;
  }

  .balloon1.soon::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: 0;
    left: inherit;
    bottom: 2px;
    border-right: 20px solid #e1c945;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transform: rotate(-135deg);
  }
}

.triangle {
  position: relative;
  padding-left: 30px;
}

.triangle::before {
  /* 三角形の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  /* 要素の左からの距離 */
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #4682b4;
}

.wrp_leading_area ul li dl dd {
  font-size: 18px;
}

.wrp_leading_area ul li dl dd span {
  color: #ac002c;
  font-weight: bold;
}

