/*========================================
mixin
==========================================*/
/*========================================
header-sp
==========================================*/
.header-inner {
  padding: 0;
}
.header-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-logo a:hover {
  opacity: 0.6;
}
.header-content {
  max-width: 1080px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.header .main-visual {
  width: 100%;
  height: 350px;
  position: relative;
}
.header .main-visual-slick {
  width: 100%;
  height: 100%;
}
.header .main-visual-textbox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1640px;
  width: 90%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 1;
}
.header .main-visual-textbox img {
  height: 150px;
}
.header .global-nav {
  width: 100%;
  height: 100%;
}
.header .global-nav-list {
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .global-nav-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 125px;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 23px;
}
.header .global-nav-list-item:nth-child(2) a::before {
  top: 3px;
  width: 24px;
  height: 24px;
  background: center/cover no-repeat url(../images/common/nav-icon02.png);
}
.header .global-nav-list-item:nth-child(3) {
  margin-right: 240px;
}
.header .global-nav-list-item:nth-child(3) a::before {
  top: 0;
  width: 36px;
  height: 36px;
  background: center/cover no-repeat url(../images/common/nav-icon03.png);
}
.header .global-nav-list-item:nth-child(4) a::before {
  width: 47px;
  height: 28px;
  background: center/cover no-repeat url(../images/common/nav-icon04.png);
}
.header .global-nav-list-item:nth-child(5) a::before {
  top: 0;
  width: 44px;
  height: 32px;
  background: center/cover no-repeat url(../images/common/nav-icon05.png);
}
.header .global-nav-list-item:nth-child(6) a::before {
  width: 33px;
  height: 26px;
  background: center/cover no-repeat url(../images/common/nav-icon06.png);
}
.header .global-nav-list-item a {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 43px;
  position: relative;
}
.header .global-nav-list-item a::before {
  position: absolute;
  content: "";
  top: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 26px;
  height: 26px;
  background: center/cover no-repeat url(../images/common/nav-icon01.png);
}
.header .global-nav-list-item a:hover {
  color: #f87700 !important;
}
.header .global-nav-list-item.current a {
  color: #f87700 !important;
}
.header .sub-visual {
  width: 100%;
  height: 250px;
  position: relative;
}
.header .sub-visual-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1800px;
  width: 95%;
  height: 95%;
  z-index: -1;
  overflow: hidden;
  border-radius: 20px;
}
.header .sub-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .sub-visual-textbox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1450px;
  width: 93%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 1;
}
.header .sub-visual-title {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 17px 15px;
  background-color: #fff;
  border-radius: 15px;
}
.header .fix-banner-sp {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
.header .fix-banner-sp:hover {
  opacity: 0.8;
}
.header .drawer-sub-list {
  margin-top: 4%;
}
.header .drawer-sub-list .drawer-link {
  font-size: 3vw !important;
  padding: 2% 0 !important;
  border: none !important;
}
.header .drawer-item a {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header .drawer-item a.current::before {
  content: "";
  width: 15px;
  height: 1px;
  margin-right: 8px;
  background-color: #5a2e1a;
}
.header .drawer-sub-item a {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header .drawer-sub-item a.current::before {
  content: "";
  width: 15px;
  height: 1px;
  margin-right: 8px;
  background-color: #5a2e1a;
}

#mv {
  width: 100%;
  position: relative;
}

#mv .bx-wrapper,
#mv ul {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1800px;
  width: 95%;
  height: 330px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}

#mv li {
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  border-radius: 30px;
}
#mv li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*========================================
mixin
==========================================*/
/*========================================
main-sp
==========================================*/
.campaign {
  overflow: hidden;
}
.campaign-content {
  padding: 25px 15px;
  margin-bottom: 40px;
  background-color: #5a2e1a;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.campaign-content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 311px;
  height: 47px;
  background: center/contain no-repeat url(../images/top/CAMPAIGN.png);
  z-index: -1;
}
.campaign-title {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.campaign-title::before {
  content: "";
  width: 34px;
  height: 55px;
  margin-right: 17px;
  background: center/contain no-repeat url(../images/top/campaign-title-l.png);
}
.campaign-title::after {
  content: "";
  width: 37px;
  height: 59px;
  margin-left: 17px;
  background: center/contain no-repeat url(../images/top/campaign-title-r.png);
}
.campaign-flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 29px;
}
.campaign-accent {
  max-width: 265px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
  background-color: #f87700;
  border-radius: 20px;
  position: relative;
}
.campaign-accent::before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  width: 10px;
  height: 10px;
  background: center/cover no-repeat url(../images/top/campaign-arrow.png);
}
.campaign-price {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding-top: 15px;
  position: relative;
}
.campaign-price .main {
  font-size: 5rem;
  font-weight: 900;
  color: #f87700;
  letter-spacing: 0.05em;
}
.campaign-price .accent {
  display: inline-block;
  font-size: 2.5rem;
  -webkit-text-stroke: 9px #fff;
  -webkit-text-fill-color: #f87700;
  paint-order: stroke fill;
  margin-left: 15px;
}
.campaign-price-sub {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.8rem;
  line-height: 1;
}
.campaign-text {
  max-width: 635px;
  width: 100%;
  padding: 13px 0;
  margin: 0 auto;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.calendar-banner {
  display: block;
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  padding: 143px 7px 25px 17px;
  background-color: #f87700;
  border-radius: 40px;
  position: relative;
}
.calendar-banner::before {
  position: absolute;
  content: "";
  top: -13px;
  left: -20px;
  width: 154px;
  height: 142px;
  background: center/contain no-repeat url(../images/top/calender-img.png);
}
.calendar-banner:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.calendar-banner .calendar-en {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
  color: rgba(90, 46, 26, 0.8);
}
.calendar-banner .calendar-title {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.calendar-banner .calendar-title::after {
  content: "";
  width: 21px;
  height: 16px;
  margin-left: 8px;
  background: center/contain no-repeat url(../images/top/calender-arrow.png);
}

.worry {
  display: none;
  overflow: hidden;
  background: center/1920px 755px repeat url(../images/about/price-bg.png);
  position: relative;
  z-index: 1;
}
.worry::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 89.5833333%;
  height: calc(100% - 94px);
  background-color: #feeccf;
  border-radius: 30px;
  z-index: -1;
}
.worry-inner {
  padding: 85px 0;
}
.worry-title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 30px;
  position: relative;
}
.worry-title::before {
  position: absolute;
  content: "";
  top: 31px;
  left: -37px;
  width: 42px;
  height: 56px;
  background: center/contain no-repeat url(../images/top/worry-title-l.png);
}
.worry-title::after {
  position: absolute;
  content: "";
  bottom: -23px;
  right: -34px;
  width: 61px;
  height: 46px;
  background: center/contain no-repeat url(../images/top/worry-title-r.png);
}
.worry-title-en {
  display: block;
  font-size: 2rem;
  color: #fab240;
  margin-bottom: 15px;
}
.worry-title-flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.worry-title .accent01 img {
  height: 40px;
}
.worry-title .accent02 img {
  height: 50px;
}
.worry-title .s-font {
  font-size: 1.8rem;
}
.worry-list {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 230px;
  position: relative;
  z-index: 1;
}
.worry-list::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 177px;
  height: 252px;
  background: center/contain no-repeat url(../images/top/worry-illust.png);
  z-index: -1;
}
.worry-list-item {
  max-width: 312px;
  width: 100%;
  height: 254px;
  padding: 0 28px 65px 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: center/cover no-repeat url(../images/top/worry-box.png);
  z-index: 1;
}
.worry-list-item::before {
  content: "";
  width: 60px;
  height: 50px;
  margin-bottom: 12px;
  background: center/cover no-repeat url(../images/top/worry-sp-icon01.png);
}
.worry-list-item:nth-child(2)::before {
  width: 68px;
  height: 41px;
  background: center/cover no-repeat url(../images/top/worry-sp-icon02.png);
}
.worry-list-item:nth-child(3)::before {
  width: 54px;
  height: 55px;
  background: center/cover no-repeat url(../images/top/worry-sp-icon03.png);
}
.worry-list-item:nth-child(4)::before {
  width: 54px;
  height: 50px;
  background: center/cover no-repeat url(../images/top/worry-sp-icon04.png);
}
.worry-list-item:nth-child(5)::before {
  width: 70px;
  height: 49px;
  background: center/cover no-repeat url(../images/top/worry-sp-icon05.png);
}
.worry-list-title {
  font-size: 2rem;
  font-weight: 700;
  color: #5a2e1a;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}
.worry-list-title.s-font {
  font-size: 1.8rem;
  line-height: 1.55555;
}

#summer .worry-list-item:nth-child(1)::before {
  width: 57px;
  height: 46px;
  background: center/cover no-repeat url(../images/top/worry-su-icon01.png);
}
#summer .worry-list-item:nth-child(2)::before {
  width: 73px;
  height: 66px;
  margin-bottom: 5px;
  background: center/cover no-repeat url(../images/top/worry-su-icon02.png);
}
#summer .worry-list-item:nth-child(3)::before {
  width: 54px;
  height: 50px;
  background: center/cover no-repeat url(../images/top/worry-su-icon03.png);
}
#summer .worry-list-item:nth-child(4)::before {
  width: 45px;
  height: 57px;
  margin-bottom: 7px;
  background: center/cover no-repeat url(../images/top/worry-su-icon04.png);
}
#summer .worry-list-item:nth-child(5)::before {
  width: 56px;
  height: 70px;
  margin-bottom: 5px;
  background: center/cover no-repeat url(../images/top/worry-su-icon05.png);
}

#autumn .worry-list-item:nth-child(1)::before {
  width: 66px;
  height: 58px;
  background: center/cover no-repeat url(../images/top/worry-au-icon01.png);
}
#autumn .worry-list-item:nth-child(2)::before {
  width: 70px;
  height: 60px;
  margin-bottom: 5px;
  background: center/cover no-repeat url(../images/top/worry-au-icon02.png);
}
#autumn .worry-list-item:nth-child(3)::before {
  width: 54px;
  height: 50px;
  background: center/cover no-repeat url(../images/top/worry-au-icon03.png);
}
#autumn .worry-list-item:nth-child(4)::before {
  width: 43px;
  height: 44px;
  background: center/cover no-repeat url(../images/top/worry-au-icon04.png);
}
#autumn .worry-list-item:nth-child(5)::before {
  width: 60px;
  height: 55px;
  background: center/cover no-repeat url(../images/top/worry-au-icon05.png);
}

#winter .worry-list-item:nth-child(1)::before {
  width: 43px;
  height: 44px;
  background: center/cover no-repeat url(../images/top/worry-win-icon01.png);
}
#winter .worry-list-item:nth-child(2)::before {
  width: 57px;
  height: 50px;
  margin-bottom: 5px;
  background: center/cover no-repeat url(../images/top/worry-win-icon02.png);
}
#winter .worry-list-item:nth-child(3)::before {
  width: 64px;
  height: 55px;
  background: center/cover no-repeat url(../images/top/worry-win-icon03.png);
}
#winter .worry-list-item:nth-child(4)::before {
  width: 57px;
  height: 46px;
  background: center/cover no-repeat url(../images/top/worry-win-icon04.png);
}
#winter .worry-list-item:nth-child(5)::before {
  width: 54px;
  height: 50px;
  background: center/cover no-repeat url(../images/top/worry-win-icon05.png);
}

#banner.spring #spring {
  display: block;
}
#banner.summer #summer {
  display: block;
}
#banner.autumn #autumn {
  display: block;
}
#banner.winter #winter {
  display: block;
}

.top-about {
  position: relative;
}
.top-about::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 46px;
  background: center/cover no-repeat url(../images/top/top-about-bg-bottom.png);
}
.top-about-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
}
.top-about-title-en {
  display: block;
  font-size: 2rem;
  color: #fab240;
  margin-bottom: 20px;
}
.top-about-title .accent {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  margin-bottom: 20px;
  padding: 15px 17px;
  background-color: #fab240;
  border-radius: 15px;
  position: relative;
}
.top-about-title .accent::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 25px;
  height: 10px;
  background: center/cover no-repeat url(../images/top/top-about-arrow.png);
}
.top-about-title-main {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.top-about-title-main::before {
  position: absolute;
  content: "";
  top: -29px;
  left: -18px;
  width: 35px;
  height: 38px;
  background: center/contain no-repeat url(../images/top/top-about-title-l.png);
}
.top-about-title-main::after {
  position: absolute;
  content: "";
  top: -28px;
  right: -14px;
  width: 36px;
  height: 38px;
  background: center/contain no-repeat url(../images/top/top-about-title-r.png);
}
.top-about-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-about-img {
  margin-bottom: 20px;
}
.top-about-textbox {
  max-width: 502px;
  width: 100%;
}
.top-about-text {
  font-size: 1.6rem;
  line-height: 1.8;
}
.top-about-text:not(:last-of-type) {
  margin-bottom: 20px;
}
.top-about-text:nth-of-type(2) {
  margin-bottom: 30px;
}
.top-about-sub-text {
  max-width: 438px;
  width: 100%;
  margin-left: auto;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  padding: 23px 0 23px 50px;
  border: 4px dotted #fab240;
  border-radius: 20px;
  position: relative;
}
.top-about-sub-text::before {
  position: absolute;
  content: "";
  left: -24px;
  bottom: -4px;
  width: 72px;
  height: 113px;
  background: center/contain no-repeat url(../images/top/top-about-illust.png);
}
.top-about-sub-text .accent {
  font-size: 2.8rem;
  color: #f87700;
}

.movie {
  background-color: #feeccf;
}
.movie-inner .cmn-title-flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.movie-inner .cmn-title-flex::before {
  content: "";
  width: 34px;
  height: 55px;
  margin-right: 17px;
  background: center/cover no-repeat url(../images/top/movie-title-l.png);
}
.movie-inner .cmn-title-flex::after {
  content: "";
  width: 37px;
  height: 59px;
  margin-left: 17px;
  background: center/cover no-repeat url(../images/top/movie-title-r.png);
}
.movie-content {
  max-width: 800px;
  width: 100%;
  height: 60vw;
  margin: 0 auto;
}
.movie-content video {
  width: 100%;
  height: 100%;
}

.top-area {
  background-color: #feeccf;
  position: relative;
  z-index: 1;
}
.top-area::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 97.5833333%;
  height: 100%;
  background-color: #fff;
  border-radius: 30px;
  z-index: -1;
}
.top-area-inner {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.top-area-inner::before {
  position: absolute;
  content: "";
  top: 90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 362px;
  height: 274px;
  background: center/contain no-repeat url(../images/top/top-area-img.png);
  z-index: -1;
}
.top-area-inner .cmn-title {
  text-align: left;
  margin-bottom: 200px;
}
.top-area-textbox {
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 700;
  padding: 15px 20px 15px 20px;
  background-color: #fff;
  border: 4px dotted #f87700;
  border-radius: 20px;
}
.top-area-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.15em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.top-area-text::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 12px;
  height: 12px;
  margin-right: 19px;
  margin-top: 13px;
  background-color: #f87700;
  border-radius: 50%;
}
.top-area-text .accent {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  color: #f87700;
}

.top-point {
  background-color: #feeccf;
}
.top-point-inner {
  padding-bottom: 60px;
}
.top-point-inner .cmn-title {
  line-height: 1.2;
  margin-bottom: 217px;
}
.top-point-inner .cmn-title-flex {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.top-point-inner .cmn-title-flex::before {
  position: absolute;
  bottom: -30px;
  left: -24px;
  content: "";
  width: 34px;
  height: 55px;
  background: center/cover no-repeat url(../images/top/movie-title-l.png);
}
.top-point-inner .cmn-title-flex::after {
  position: absolute;
  top: -30px;
  right: -15px;
  content: "";
  width: 34px;
  height: 55px;
  background: center/cover no-repeat url(../images/top/movie-title-l.png);
}
.top-point-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  counter-reset: number 0;
}
.top-point-list-item {
  max-width: 320px;
  width: 100%;
  padding: 55px 19px 20px 19px;
  background-color: #fff;
  border: 1px solid #f87700;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.top-point-list-item::before {
  position: absolute;
  content: "";
  right: 10px;
  bottom: -4px;
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 900;
  color: #feeccf;
  counter-increment: number 1;
  content: "0" counter(number);
  z-index: -1;
}
.top-point-list-item:not(:last-child) {
  margin-bottom: 147px;
}
.top-point-icon {
  position: absolute;
  top: -157px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 198px;
  width: 100%;
  height: 198px;
  border-radius: 50%;
  -webkit-box-shadow: 1px 2px 10px 0 rgba(83, 68, 57, 0.15);
          box-shadow: 1px 2px 10px 0 rgba(83, 68, 57, 0.15);
}
.top-point-title {
  min-height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.3rem;
  font-weight: 700;
  color: #f87700;
  text-align: center;
  line-height: 1.15;
  margin-bottom: 15px;
}
.top-point-text {
  font-size: 1.58rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.25;
}

.top-choose {
  position: relative;
  z-index: 1;
}
.top-choose::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 46px;
  background: center/cover no-repeat url(../images/top/news-bg-top.png);
}
.top-choose-inner {
  padding-top: 130px;
}
.top-choose-inner .cmn-title {
  font-size: 2.3rem;
  margin-bottom: 58px;
}
.top-choose-list {
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
.top-choose-list-item {
  max-width: 330px;
  width: 100%;
  height: 330px;
}
.top-choose-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.top-choose-list-item a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-radius: 50%;
  border: 2px solid #f87700;
  overflow: hidden;
}
.top-choose-list-item a:hover .top-choose-img img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.top-choose-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.top-choose-img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-choose-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #f87700;
  margin-bottom: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-choose-title::after {
  content: "";
  width: 15px;
  height: 20px;
  margin-left: 25px;
  background: center/cover no-repeat url(../images/top/top-choose-arrow.png);
}
.top-choose-text {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.notice {
  position: relative;
  z-index: 1;
}
.notice::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 96.5833333%;
  height: 100%;
  background-color: #feeccf;
  border-radius: 30px;
  z-index: -1;
}
.notice-inner .cmn-title .deco {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.notice-inner .cmn-title .deco::before {
  position: absolute;
  content: "";
  top: -28px;
  right: -32px;
  width: 53px;
  height: 42px;
  background: center/cover no-repeat url(../images/top/notice-title-deco.png);
}
.notice-textbox {
  padding: 25px;
  background-color: #fff;
  border: 4px dotted #f87700;
  border-radius: 20px;
}
.notice-list-item {
  font-size: 1.8rem;
  line-height: 1.3;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  position: relative;
}
.notice-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 8px;
  height: 8px;
  margin-right: 15px;
  margin-top: 10px;
  background-color: #f87700;
  border-radius: 50%;
}
.notice-list-item:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.notice-list-item:not(:last-child)::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: center/cover no-repeat url(../images/top/notice-border.png);
}

.flow {
  margin-top: -50px;
  background: center/1920px 755px repeat url(../images/about/price-bg.png);
  position: relative;
}
.flow::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 46px;
  background: center/cover no-repeat url(../images/top/top-about-bg-bottom.png);
}
.flow-inner {
  padding: 200px 0 130px 0;
}
.flow-inner .cmn-title {
  margin-bottom: 50px;
}
.flow-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  counter-reset: number 0;
}
.flow-list-item {
  max-width: 246px;
  width: 100%;
  padding: 45px 12px 20px 12px;
  background-color: #fff;
  border: 1px solid #f87700;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.flow-list-item::after {
  position: absolute;
  content: "";
  top: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 74px;
  height: 33px;
  background: center/cover no-repeat url(../images/top/flow-no01.png);
}
.flow-list-item:nth-child(2)::after {
  width: 75px;
  background: center/cover no-repeat url(../images/top/flow-no02.png);
}
.flow-list-item:nth-child(3)::after {
  width: 75px;
  background: center/cover no-repeat url(../images/top/flow-no03.png);
}
.flow-list-item:nth-child(4)::after {
  width: 76px;
  background: center/cover no-repeat url(../images/top/flow-no04.png);
}
.flow-list-item:not(:last-child) {
  margin-bottom: 35px;
}
.flow-list-item:not(:last-child)::before {
  position: absolute;
  content: "";
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  width: 19px;
  height: 19px;
  background: center/cover no-repeat url(../images/top/flow-arrow.png);
}
.flow-list-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #f87700;
  text-align: center;
  line-height: 1.15;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.flow-list .cmn-btn {
  max-width: 210px;
  height: 46px;
  font-size: 1.6rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 20px;
  letter-spacing: 0.1em;
  border-radius: 23px;
}
.flow-list .cmn-btn::before {
  width: 7px;
  height: 9px;
  background: center/cover no-repeat url(../images/top/flow-btn-arrow.png);
}
.flow-icon {
  max-width: 210px;
  width: 100%;
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.info {
  background-color: #feeccf;
}
.info-table {
  width: 100%;
  margin-bottom: 76px;
  border-radius: 30px;
  overflow: hidden;
}
.info-table tr {
  display: block;
}
.info-table tr:not(:last-of-type) {
  margin-bottom: 1px;
}
.info-table tr th {
  display: block;
  color: #fff;
  line-height: 1;
  padding: 20px 0;
  text-align: center;
  background-color: #fab240;
  vertical-align: middle;
}
.info-table tr td {
  display: block;
  padding: 15px 20px;
  background-color: #fff;
  vertical-align: middle;
}
.info-tel-txt {
  display: block;
  margin-top: 5px;
}
.info-tel-txt img {
  display: block;
}

.news {
  position: relative;
  z-index: 1;
}
.news::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 46px;
  background: center/cover no-repeat url(../images/top/news-bg-top.png);
}
.news-inner {
  position: relative;
}
.news-section-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-bottom: 30px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 28px;
  position: relative;
}
.news-section-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 122px;
  width: 35px;
  height: 35px;
  background: center/cover no-repeat url(../images/top/news-title-deco.png);
}
.news-section-title-en {
  font-size: 1.8rem;
  color: #fab240;
  letter-spacing: 0.1em;
  margin-left: 20px;
}
.news-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 25px;
}
.news-list-item {
  max-width: 250px;
  width: 100%;
  margin-bottom: 15px;
}
.news-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.news-list-item a {
  width: 100%;
}
.news-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.news-visual {
  width: 100%;
  height: 168px;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 20px;
}
.news-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news time {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: right;
  line-height: 1;
  letter-spacing: 0.12em;
}
.news-accent {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news-accent-tag {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 5px 11px;
  background-color: #fab240;
  border-radius: 10px;
}
.news-accent-tag:not(:last-child) {
  margin-right: 8px;
}
.news-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.12em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 9px;
}
.news .more-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(83, 68, 57, 0.3);
}
.news .more-btn::after {
  content: "";
  width: 30px;
  height: 30px;
  margin-left: 8px;
  background: center/cover no-repeat url(../images/top/news-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news .more-btn:hover {
  opacity: 0.8;
}
.news .more-btn:hover::after {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.news-tag-list {
  max-width: 250px;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-overflow: ellipsis;
  margin: 0 0 30px auto;
  cursor: pointer;
  color: #f87700;
  border: 2px solid #f87700;
}
.news-tag-list-item {
  width: 100%;
  margin-bottom: 15px;
  margin-right: 10px;
}
.news-tag-list-item a {
  font-size: 1.6rem;
  color: #fff !important;
  padding: 5px 10px;
  background-color: #f87700;
}
.news-tag-list-item a:hover {
  opacity: 0.6;
}
.news-detail-inner {
  text-align: center;
}
.news-detail-content {
  width: 100%;
  margin: 0 auto;
}
.news-detail-info-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item {
  line-height: 1;
  color: #aaa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #aaa;
}
.news-detail-info-list-item time {
  color: #000;
}
.news-detail-title {
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: left;
  padding-bottom: 10px;
}
.news-detail-textbox {
  min-height: 200px;
  text-align: left;
  padding: 20px 0;
  margin-bottom: 30px;
  border-top: 1px solid #f87700;
  border-bottom: 1px solid #f87700;
}
.news-detail-textbox time {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.news-detail-text {
  line-height: 1.75;
}
.news-detail-text img {
  max-width: 100%;
}
.news-detail .paginated-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.news-detail .paginated-link .prev-link {
  width: 110px;
  text-align: center;
  margin-right: 10px;
}
.news-detail .paginated-link .back-link {
  padding: 0 7px;
  border-left: 1px solid #f87700;
  border-right: 1px solid #f87700;
}
.news-detail .paginated-link .next-link {
  width: 110px;
  text-align: center;
  margin-left: 10px;
}
.news-detail .paginated-link a {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #f87700 !important;
}
.news-detail .paginated-link a:hover {
  color: #5a2e1a !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*========================================
about
==========================================*/
.price {
  background: center/1920px 755px repeat url(../images/about/price-bg.png);
}
.price-content {
  padding: 25px 15px;
  background-color: #feeccf;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.price-textbox {
  max-width: 702px;
  width: 100%;
  margin: 0 auto;
  padding: 25px 10px;
  background-color: #fff;
  margin-bottom: 25px;
  border: 2px solid #f87700;
  border-radius: 30px;
}
.price-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  text-align: center;
}
.price-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.price-flex:not(:last-of-type) {
  margin-bottom: 15px;
}
.price-accent {
  max-width: 265px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  background-color: #f87700;
  border-radius: 20px;
  position: relative;
}
.price-accent::before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  width: 10px;
  height: 10px;
  background: center/cover no-repeat url(../images/top/campaign-arrow.png);
}
.price-text {
  font-size: 2.4rem;
  font-weight: 700;
  color: #f87700;
  line-height: 1;
  position: relative;
}
.price-text .accent {
  display: inline-block;
  font-size: 4rem;
  font-weight: 900;
}
.price-sub-text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}

.service-content {
  position: relative;
  z-index: 1;
}
.service-content::before {
  position: absolute;
  content: "";
  top: -9px;
  left: 5px;
  width: 70px;
  height: 70px;
  background: center/cover no-repeat url(../images/about/service-icon01.png);
}
.service-content:nth-of-type(2)::before {
  background: center/cover no-repeat url(../images/about/service-icon02.png);
}
.service-content:nth-of-type(3)::before {
  background: center/cover no-repeat url(../images/about/service-icon03.png);
}
.service-content:nth-of-type(3) .service-sub-content {
  max-width: none;
}
.service-content:not(:last-of-type) {
  margin-bottom: 50px;
}
.service-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  padding: 15px 0 15px 80px;
  background-color: #f87700;
  border-radius: 20px 20px 0 0;
}
.service-title .s-font {
  display: block;
  font-size: 1.6rem;
}
.service-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.service-sub-content {
  max-width: 538px;
  width: 100%;
  padding: 20px 12px;
  background-color: #feeccf;
}
.service-sub-content:not(:last-of-type) {
  margin-bottom: 3px;
}
.service-sub-title {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.3;
  padding-left: 5px;
  margin-bottom: 15px;
}
.service-sub-title .s-font {
  font-size: 1.6rem;
}
.service-text {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.2;
  color: #f87700;
  padding: 5px 13px;
  margin-bottom: 2px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  background-color: #fff;
}
.service-text::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 23px;
  height: 24px;
  margin-right: 7px;
  background: center/cover no-repeat url(../images/about/service-time.png);
}
.service-text:nth-of-type(2)::before {
  width: 24px;
  height: 23px;
  background: center/cover no-repeat url(../images/about/service-price.png);
}
.service-text-list {
  margin-top: 20px;
  margin-left: 5px;
  position: relative;
  z-index: 1;
}
.service-text-list::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  width: 2px;
  height: 94%;
  background-color: rgba(248, 119, 0, 0.2);
}
.service-text-list-item {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  line-height: 1;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.service-text-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 13px;
  height: 13px;
  margin-right: 18px;
  background-color: #f87700;
  border-radius: 50%;
}
.service-text-list-item:not(:last-child) {
  margin-bottom: 15px;
}
.service-sub-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 10px 0;
  text-align: center;
  margin-top: 7px;
  background-color: #ffd695;
}
.service-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.service-list-item {
  max-width: 250px;
  width: 100%;
}
.service-list-item:not(:last-child) {
  margin-bottom: 15px;
}
.service-list-item .service-sub-text {
  margin-top: 0;
}
.service-list-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.service-list-title .s-font {
  font-size: 1.6rem;
}
.service-img {
  margin-bottom: 15px;
}

/*========================================
clean
==========================================*/
.trouble {
  background: center/1920px 755px repeat url(../images/about/price-bg.png);
}
.trouble-inner .cmn-title {
  line-height: 1.29;
}
.trouble-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 35px;
}
.trouble-list-item {
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 20px 13px;
  background-color: #feeccf;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 20px;
}
.trouble-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 30px;
  height: 29px;
  margin-right: 12px;
  background: center/contain no-repeat url(../images/clean/trouble-check.png);
}
.trouble-list-item .accent {
  font-size: 1.9rem;
  font-weight: 700;
  color: #f87700;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, #ffd695));
  background: -webkit-linear-gradient(transparent 60%, #ffd695 30%);
  background: linear-gradient(transparent 60%, #ffd695 30%);
  z-index: 1;
}
.trouble-list-item:not(:last-child) {
  margin-bottom: 11px;
}
.trouble-sub-text {
  max-width: 710px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 12px 10px 12px 64px;
  background-color: #fff;
  border: 4px dotted #fab240;
  border-radius: 20px;
  position: relative;
}
.trouble-sub-text::before {
  position: absolute;
  content: "";
  left: -20px;
  bottom: -4px;
  width: 72px;
  height: 113px;
  background: center/cover no-repeat url(../images/top/top-about-illust.png);
}

.example {
  position: relative;
}
.example::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 46px;
  background: center/cover no-repeat url(../images/top/top-about-bg-bottom.png);
}
.example-inner .cmn-title {
  font-size: 2.25rem;
  line-height: 1.29;
}
.example-inner .cmn-title .deco {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.example-inner .cmn-title .deco::before {
  position: absolute;
  content: "";
  top: -35px;
  right: -24px;
  width: 53px;
  height: 42px;
  background: center/cover no-repeat url(../images/top/notice-title-deco.png);
}
.example-title {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 14px 10px;
  background-color: #feeccf;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 20px;
}
.example-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.example-list-item {
  max-width: 320px;
  width: 100%;
  text-align: center;
}
.example-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.example-list-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.15;
  color: #f87700;
}
.example-img {
  margin-bottom: 13px;
}

.media {
  background-color: #feeccf;
}
.media-content {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 10px;
  background-color: #fff;
  border-radius: 20px;
}
.media-content:not(:last-of-type) {
  margin-bottom: 30px;
}
.media-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #f87700;
  margin-bottom: 30px;
}
.media-wrap {
  max-width: 700px;
  width: 100%;
  height: 60vw;
  border-radius: 20px;
  overflow: hidden;
}
.media-wrap video {
  width: 100%;
  height: 100%;
}

.point {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.point::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 46px;
  background: center/cover no-repeat url(../images/top/news-bg-top.png);
}
.point-inner .top-about-title {
  margin-bottom: 172px;
}
.point-inner .top-about-title-main::before {
  left: -49px;
}
.point-inner .top-about-title-main::after {
  right: -43px;
}

.area {
  background: center/1920px 755px repeat url(../images/about/price-bg.png);
}
.area-inner .cmn-title {
  margin-bottom: 35px;
}
.area-list-item {
  max-width: 530px;
  width: 100%;
  min-height: 80px;
  font-size: 2rem;
  line-height: 1.2;
  padding: 10px 20px;
  background-color: #feeccf;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 11px;
  border-radius: 20px;
}
.area-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 30px;
  height: 29px;
  margin-right: 12px;
  background: center/cover no-repeat url(../images/clean/area-check.png);
}
.area-list-item .accent {
  font-size: 1.8rem;
}
.area-text {
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin-top: 30px;
}

#clean .price {
  background: none;
  position: relative;
}
#clean .price::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 46px;
  background: center/cover no-repeat url(../images/top/top-about-bg-bottom.png);
}
#clean .price-inner {
  padding-bottom: 80px;
}

.voice {
  background-color: #feeccf;
}
.voice-list {
  width: 100%;
}
.voice-list-item {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  background-color: #fff;
  border: 4px dotted #f87700;
  border-radius: 20px;
  margin-bottom: 15px;
}
.voice-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.voice-img {
  max-width: 408px;
  width: 100%;
  max-height: 260px;
  height: 66vw;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 20px;
}
.voice-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice-textbox {
  width: 100%;
}
.voice-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #f87700;
  padding-bottom: 18px;
  margin-bottom: 10px;
  position: relative;
}
.voice-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: center/cover no-repeat url(../images/clean/voice-title-border.png);
}
.voice-body {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.888;
}
.voice-body img {
  max-width: 100%;
}
.voice-more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(83, 68, 57, 0.3);
}
.voice-more::after {
  content: "";
  width: 30px;
  height: 30px;
  margin-left: 8px;
  background: center/cover no-repeat url(../images/top/news-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.voice-detail-content {
  padding: 15px;
  background-color: #fff;
  border: 4px dotted #f87700;
  border-radius: 20px;
}
.voice-detail-img {
  max-width: 662px;
  width: 100%;
  max-height: 420px;
  height: 70vw;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 20px;
}
.voice-detail-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice-detail-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #f87700;
  padding-bottom: 18px;
  margin-bottom: 10px;
  position: relative;
}
.voice-detail-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: center/cover no-repeat url(../images/clean/voice-detail-title-border.png);
}
.voice-detail-body {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
.voice-detail-body img {
  max-width: 100%;
}

.question-inner {
  padding-bottom: 22px;
}
.question-list {
  padding: 20px 15px;
  background-color: #feeccf;
  border-radius: 30px;
}
.question-list-item:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f87700;
}
.question-title {
  font-size: 2rem;
  font-weight: 500;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-bottom: 20px;
}
.question-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 24px;
  height: 27px;
  margin-right: 15px;
  background: center/contain no-repeat url(../../images/about/Q.png);
}
.question-textbox {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.question-textbox::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 22px;
  height: 25px;
  margin-right: 15px;
  background: center/contain no-repeat url(../../images/about/A.png);
}
.question-body {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}
.question-body img {
  max-width: 100%;
}

/*========================================
wash
==========================================*/
#wash .price {
  background: none;
  position: relative;
}
#wash .price::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 46px;
  background: center/cover no-repeat url(../images/top/top-about-bg-bottom.png);
}
#wash .price-inner {
  padding-bottom: 80px;
}

/*========================================
tidy
==========================================*/
#tidy .price {
  background: none;
  position: relative;
}
#tidy .price::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 46px;
  background: center/cover no-repeat url(../images/top/top-about-bg-bottom.png);
}
#tidy .price-inner {
  padding-bottom: 80px;
}

/*========================================
contact
==========================================*/
.contact-text {
  text-align: center;
  margin-bottom: 25px;
}
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #f87700;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #f87700;
}
.contact-submits-wrap button {
  color: #fff;
  margin-bottom: 15px;
  background-color: #f87700;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 20px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #f87700;
  border-radius: 5px;
}
.privacy-content:not(:last-child) {
  margin-bottom: 30px;
}
.privacy-title {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  border-left: 2px solid #f87700;
}
.privacy-text {
  font-size: 1.4rem;
  font-weight: 500;
}
.privacy-list {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 15px;
  list-style-type: square;
  list-style-position: inside;
}

/*========================================
site
==========================================*/
.site-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-list-item {
  width: 100%;
  border-bottom: 1px solid #f87700;
}
.site-list-item a {
  width: 100%;
  padding: 15px 0 15px 10px;
  color: #f87700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-list-item a::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 20px;
  border-top: 1px solid #f87700;
  border-right: 1px solid #f87700;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-list-item a:hover {
  color: #5a2e1a !important;
}
.site-list-item a:hover::before {
  -webkit-transform: rotate(45deg) translate(8px, -8px);
          transform: rotate(45deg) translate(8px, -8px);
}

/*========================================
mixin
==========================================*/
/*========================================
footer-sp
==========================================*/
.footer {
  margin-bottom: 12vw;
  position: relative;
  z-index: 1;
}
.footer::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1500px;
  width: 100%;
  height: 100%;
  background-color: #feeccf;
  border-radius: 50px;
  z-index: -1;
}
.footer-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo:hover {
  opacity: 0.6;
}
.footer-address {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-bottom: 25px;
}
.footer-tel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-bottom: 15px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.footer-tel::before {
  content: "";
  width: 23px;
  height: 27px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/top/footer-tel-icon.png);
}
.footer-tel-txt {
  position: absolute;
  bottom: 0;
  right: 0;
}
.footer-tel-txt img {
  display: block;
}
.footer-content {
  max-width: 390px;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.footer-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-link a:not(:last-of-type) {
  margin-bottom: 20px;
}
.footer-link a:hover {
  opacity: 0.6;
}
.footer-flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}
.footer-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(83, 68, 57, 0.3);
}
.footer-btn::after {
  content: "";
  width: 7px;
  height: 9px;
  margin-left: 9px;
  background: center/cover no-repeat url(../images/top/footer-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-btn:nth-of-type(2)::after {
  width: 17px;
  height: 13px;
  margin-left: 9px;
  background: center/cover no-repeat url(../images/top/footer-btn-icon.png);
}
.footer-btn:nth-of-type(2):hover {
  opacity: 0.9;
}
.footer-btn:nth-of-type(2):hover::after {
  -webkit-transform: translate(3px, -3px);
          transform: translate(3px, -3px);
}
.footer-btn:not(:last-of-type) {
  margin-right: 17px;
}
.footer-btn:hover {
  opacity: 0.9;
}
.footer-btn:hover::after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.footer-right {
  max-width: 450px;
  width: 100%;
}
.footer-nav {
  width: 100%;
  margin-bottom: 35px;
}
.footer-nav-list {
  width: 100%;
  height: 221px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.footer-nav-list-item {
  line-height: 1;
}
.footer-nav-list-item:not(:nth-child(5n)) {
  margin-bottom: 35px;
}
.footer-nav-list-item:last-child {
  margin-bottom: 0;
}
.footer-nav-list-item a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  line-height: 1;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-nav-list-item a::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 8px;
  height: 8px;
  margin-right: 7px;
  background-color: #5a2e1a;
  border-radius: 50%;
}
.footer-nav-list-item a:hover {
  color: #f87700 !important;
}
.footer-bottom #copyright {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  line-height: 1;
}