@charset "UTF-8";
body {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}
@supports (-webkit-touch-callout: none) {
  body {
    font-feature-settings: "tnum";
  }
}

.all_wrap {
  max-width: 2000px;
  margin: 0 auto;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", sans-serif;
  font-weight: 400;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .all_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .all_wrap {
    width: 100vw;
  }
}
.all_wrap * {
  color: #333333;
  line-height: 1;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.all_wrap a {
  color: #333333;
  text-decoration: none;
  vertical-align: baseline;
}
.all_wrap a:hover {
  opacity: 0.8;
}
.all_wrap img {
  width: 100%;
  vertical-align: bottom;
}
.all_wrap ul li {
  list-style: none;
}
.all_wrap table {
  border-spacing: 0;
}
.all_wrap::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url("../images/site_bg.jpg") no-repeat center top;
  background-size: 1920px 2000px;
}
@media screen and (max-width: 750px) {
  .all_wrap::before {
    display: none;
  }
}

/* =========================================================
  resetここまで
========================================================= */
.all_wrap {
  position: relative;
}
@media screen and (max-width: 750px) {
  .all_wrap {
    width: 100vw;
  }
}

.lp_wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 750px;
}
@media screen and (max-width: 750px) {
  .lp_wrap {
    position: relative;
    left: 0;
    transform: translate(0%, 0%);
    width: 100vw;
  }
}

.top_area {
  background: url("../images/top_bg.jpg") top center no-repeat;
  background-size: 750px 2202px;
  height: 2202px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .top_area {
    background-size: 100vw 293.6vw;
    height: 293.6vw;
  }
}

.fv_area {
  position: relative;
}
.fv_area .fv_lead {
  position: absolute;
  top: 0;
  right: 0;
  width: 115px;
}
@media screen and (max-width: 750px) {
  .fv_area .fv_lead {
    width: 15.33vw;
  }
}
.fv_area .fv_point {
  margin-top: 339px;
}
@media screen and (max-width: 750px) {
  .fv_area .fv_point {
    margin-top: 45.2vw;
  }
}

.satisfaction_area {
  margin-top: 167px;
}
@media screen and (max-width: 750px) {
  .satisfaction_area {
    margin-top: 22.27vw;
  }
}
.satisfaction_area .satisfaction_list_area {
  background: url("../images/satisfaction_list_bg.png") center/100% no-repeat;
  background-size: 750px 608px;
  height: 608px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .satisfaction_area .satisfaction_list_area {
    background-size: 100vw 81.07vw;
    height: 81.07vw;
  }
}
.satisfaction_area .satisfaction_list {
  padding-top: 55px;
}
@media screen and (max-width: 750px) {
  .satisfaction_area .satisfaction_list {
    padding-top: 7.33vw;
  }
}

.review_area_wrap {
  background: url("../images/review_bg.jpg") top center no-repeat;
  background-size: 750px 4223px;
  height: 4223px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .review_area_wrap {
    background-size: 100vw 563.07vw;
    height: 563.07vw;
  }
}

.review_area {
  position: relative;
}
.review_area .review_subtit {
  position: absolute;
  top: 356px;
  left: 0;
}
@media screen and (max-width: 750px) {
  .review_area .review_subtit {
    top: 47.47vw;
  }
}
.review_area .review_txt_area {
  margin: -190px auto 0;
  width: 650px;
}
@media screen and (max-width: 750px) {
  .review_area .review_txt_area {
    margin: -25.34vw auto 0;
    width: 86.67vw;
  }
}
.review_area .review_txt {
  font-size: 26px;
  line-height: 52px;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 750px) {
  .review_area .review_txt {
    font-size: 3.47vw;
    line-height: 6.93vw;
  }
}
.review_area .review_read strong {
  background-color: #fff;
  margin-top: 27px;
  margin-left: 36px;
  padding: 0 0 0 0.5em;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0.11em;
  display: inline-block;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .review_area .review_read strong {
    margin-top: 3.6vw;
    margin-left: 4.8vw;
    font-size: 3.47vw;
    line-height: 4.8vw;
  }
}
.review_area .review_read strong span {
  font-weight: 400;
}
.review_area .review_read strong:nth-of-type(2) {
  margin-top: 17px;
}
@media screen and (max-width: 750px) {
  .review_area .review_read strong:nth-of-type(2) {
    margin-top: 2.27vw;
  }
}

.select_area {
  margin-top: 200px;
}
@media screen and (max-width: 750px) {
  .select_area {
    margin-top: 26.67vw;
  }
}
.select_area .select_txt {
  margin-top: 20px;
  font-size: 26px;
  line-height: 52px;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .select_area .select_txt {
    margin-top: 2.67vw;
    font-size: 3.47vw;
    line-height: 6.93vw;
  }
}
.select_area .select_in_area {
  width: 650px;
  margin: 66px auto 0;
  padding-top: 55px;
  padding-bottom: 110px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  filter: drop-shadow(15px 15px 15px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 750px) {
  .select_area .select_in_area {
    width: 86.67vw;
    margin: 8.8vw auto 0;
    padding-top: 7.33vw;
    padding-bottom: 14.67vw;
    border-radius: 4vw;
    filter: drop-shadow(2vw 2vw 2vw rgba(0, 0, 0, 0.3));
  }
}
.select_area .select_in_tit {
  background-color: #2d738c;
  width: 360px;
  margin: 0 auto;
  border-radius: 25px;
  font-size: 28px;
  line-height: 49px;
  letter-spacing: 0.12em;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .select_area .select_in_tit {
    width: 48vw;
    border-radius: 3.33vw;
    font-size: 3.73vw;
    line-height: 6.53vw;
  }
}
.select_area .select_in_type {
  margin-top: 10px;
  font-size: 26px;
  line-height: 46px;
  text-align: center;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 750px) {
  .select_area .select_in_type {
    margin-top: 1.33vw;
    font-size: 3.47vw;
    line-height: 6.13vw;
  }
}
.select_area .select_in_type span {
  margin-right: 60px;
  font-size: 26px;
  line-height: 46px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 750px) {
  .select_area .select_in_type span {
    margin-right: 8vw;
    font-size: 3.47vw;
    line-height: 6.13vw;
  }
}
.select_area .select_in_type span::after {
  content: "";
  display: block;
  width: 47px;
  height: 2px;
  background: url("../images/select_dot.png") no-repeat center/100%;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  right: -52px;
}
@media screen and (max-width: 750px) {
  .select_area .select_in_type span::after {
    width: 6.27vw;
    height: 0.27vw;
    right: -6.94vw;
  }
}
.select_area .select_in_color {
  margin-top: -3px;
  font-size: 26px;
  line-height: 46px;
  text-align: center;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 750px) {
  .select_area .select_in_color {
    margin-top: -0.4vw;
    font-size: 3.47vw;
    line-height: 6.13vw;
  }
}
.select_area .select_in_pic_wrap {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
@media screen and (max-width: 750px) {
  .select_area .select_in_pic_wrap {
    margin-top: 2.13vw;
  }
}
.select_area .select_in_pic_box {
  position: relative;
  width: 270px;
}
@media screen and (max-width: 750px) {
  .select_area .select_in_pic_box {
    width: 36vw;
  }
}
.select_area .select_in_pic_box:nth-of-type(2) {
  margin-left: 30px;
}
@media screen and (max-width: 750px) {
  .select_area .select_in_pic_box:nth-of-type(2) {
    margin-left: 4vw;
  }
}
.select_area .select_in_pic_box_name {
  position: absolute;
  top: 310px;
  left: 50%;
  transform: translate(-50%, 0%);
  color: #fff;
  font-size: 28px;
  line-height: 46px;
  letter-spacing: 0.08em;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .select_area .select_in_pic_box_name {
    top: 41.33vw;
    font-size: 3.73vw;
    line-height: 6.13vw;
  }
}
.select_area .select_in_pic_box_txt {
  margin-top: 13px;
  font-size: 26px;
  line-height: 46px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 750px) {
  .select_area .select_in_pic_box_txt {
    margin-top: 1.73vw;
    font-size: 3.47vw;
    line-height: 6.13vw;
  }
}
.select_area .select_in_txt {
  margin-top: 26px;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: -0.05em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .select_area .select_in_txt {
    margin-top: 3.47vw;
    font-size: 2.93vw;
    line-height: 4.4vw;
  }
}
.select_area .select_in_btn {
  display: block;
  background: url("../images/select_btn.png") no-repeat center/100%;
  width: 600px;
  height: 131px;
  margin: 48px auto 0;
  font-size: 34px;
  line-height: 131px;
  letter-spacing: 0.21em;
  color: #fff;
  font-weight: 700;
  text-align: center;
  filter: drop-shadow(15px 15px 15px rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 750px) {
  .select_area .select_in_btn {
    width: 80vw;
    height: 17.47vw;
    margin: 6.4vw auto 0;
    font-size: 4.53vw;
    line-height: 17.47vw;
    filter: drop-shadow(2vw 2vw 2vw rgba(0, 0, 0, 0.15));
  }
}
.select_area .select_in_btn_02 {
  margin: 40px auto 0;
}
@media screen and (max-width: 750px) {
  .select_area .select_in_btn_02 {
    margin: 5.33vw auto 0;
  }
}
.select_area .select_in_reg .select_in_tit {
  margin-top: 97px;
}
@media screen and (max-width: 750px) {
  .select_area .select_in_reg .select_in_tit {
    margin-top: 12.93vw;
  }
}
.select_area .select_in_reg .select_in_pic_box {
  width: 430px;
}
@media screen and (max-width: 750px) {
  .select_area .select_in_reg .select_in_pic_box {
    width: 57.33vw;
  }
}
.select_area .select_in_reg .select_in_pic_box_txt {
  text-align: center;
}

.point_area {
  background-color: #e8e9ea;
}
.point_area .movie {
  width: 650px;
  height: 285px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .point_area .movie {
    width: 86.67vw;
    height: 38vw;
  }
}
.point_area .movie iframe {
  display: block;
  width: 100.5%;
  height: 100%;
  margin: -0.25%;
}
.point_area .gallery {
  position: relative;
  margin-top: 26px;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .point_area .gallery {
    margin-top: 3.47vw;
  }
}
.point_area .point_01 {
  background: url("../images/point_01_bg.jpg") no-repeat center top;
  background-size: 750px 3604px;
  width: 750px;
  height: 3604px;
  margin-top: -57px;
}
@media screen and (max-width: 750px) {
  .point_area .point_01 {
    background-size: 100vw 480.53vw;
    width: 100vw;
    height: 480.53vw;
    margin-top: -7.6vw;
  }
}
.point_area .point_txt {
  font-size: 26px;
  line-height: 52px;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .point_area .point_txt {
    font-size: 3.47vw;
    line-height: 6.93vw;
  }
}
.point_area .point_txt_01 {
  margin-top: 27px;
}
@media screen and (max-width: 750px) {
  .point_area .point_txt_01 {
    margin-top: 3.6vw;
  }
}
.point_area .point_set_area {
  position: relative;
  margin-top: 42px;
}
@media screen and (max-width: 750px) {
  .point_area .point_set_area {
    margin-top: 5.6vw;
  }
}
.point_area .point_set_txt {
  position: absolute;
  top: 455px;
  left: 54px;
  font-size: 26px;
  line-height: 52px;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 750px) {
  .point_area .point_set_txt {
    top: 60.67vw;
    left: 7.2vw;
    font-size: 3.47vw;
    line-height: 6.93vw;
  }
}
.point_area .point_txt_02 {
  width: 650px;
  margin: -15px auto 0;
  white-space: nowrap;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 750px) {
  .point_area .point_txt_02 {
    width: 86.67vw;
    margin: -2vw auto 0;
  }
}
.point_area .point_txt_02 strong {
  color: #107699;
}
.point_area .point_01_uvcat {
  margin-top: -7px;
}
@media screen and (max-width: 750px) {
  .point_area .point_01_uvcat {
    margin-top: -0.94vw;
  }
}
.point_area .point_txt_03 {
  width: 650px;
  margin: -15px auto 0 59px;
  white-space: nowrap;
  letter-spacing: 0.12em;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .point_area .point_txt_03 {
    width: 86.67vw;
    margin: -2vw auto 0 7.87vw;
  }
}
.point_area .point_02 {
  background: url("../images/point_02_bg.jpg") no-repeat center top;
  background-size: 750px 2497px;
  width: 750px;
  height: 2497px;
}
@media screen and (max-width: 750px) {
  .point_area .point_02 {
    background-size: 100vw 332.93vw;
    width: 100vw;
    height: 332.93vw;
  }
}
.point_area .point_02_list_01_txt {
  width: 630px;
  margin-top: -25px;
  margin-left: 74px;
  font-size: 26px;
  line-height: 52px;
  letter-spacing: 0.1em;
  color: #05384f;
}
@media screen and (max-width: 750px) {
  .point_area .point_02_list_01_txt {
    width: 84vw;
    margin-top: -3.34vw;
    margin-left: 9.87vw;
    font-size: 3.47vw;
    line-height: 6.93vw;
  }
}
.point_area .point_02_list_02_tit {
  margin-top: 65px;
}
@media screen and (max-width: 750px) {
  .point_area .point_02_list_02_tit {
    margin-top: 8.67vw;
  }
}
.point_area .point_02_list_02_txt {
  width: 630px;
  margin-top: 47px;
  margin-left: 74px;
  font-size: 26px;
  line-height: 52px;
  letter-spacing: 0.1em;
  color: #05384f;
}
@media screen and (max-width: 750px) {
  .point_area .point_02_list_02_txt {
    width: 84vw;
    margin-top: 6.27vw;
    margin-left: 9.87vw;
    font-size: 3.47vw;
    line-height: 6.93vw;
  }
}
.point_area .point_03 {
  background: url("../images/point_03_bg.jpg") no-repeat center top;
  background-size: 750px 3140px;
  width: 750px;
  height: 3140px;
}
@media screen and (max-width: 750px) {
  .point_area .point_03 {
    background-size: 100vw 418.67vw;
    width: 100vw;
    height: 418.67vw;
  }
}
.point_area .point_03_txt {
  width: 650px;
  margin: 6px auto 0;
  font-size: 26px;
  line-height: 52px;
  letter-spacing: 0.1em;
  color: #05384f;
}
@media screen and (max-width: 750px) {
  .point_area .point_03_txt {
    width: 86.67vw;
    margin: 0.8vw auto 0;
    font-size: 3.47vw;
    line-height: 6.93vw;
  }
}
.point_area .point_03_comfortable {
  background: url("../images/point_03_comfortable_bg.png") no-repeat center/100%;
  width: 750px;
  height: 1298px;
  margin-top: 58px;
}
@media screen and (max-width: 750px) {
  .point_area .point_03_comfortable {
    width: 100vw;
    height: 173.07vw;
    margin-top: 7.73vw;
  }
}
.point_area .point_03_comfortable_tit:nth-of-type(2) {
  margin-top: 433px;
}
@media screen and (max-width: 750px) {
  .point_area .point_03_comfortable_tit:nth-of-type(2) {
    margin-top: 57.73vw;
  }
}
.point_area .point_03_comfortable_txt {
  width: 600px;
  margin: 23px auto 0;
  font-size: 26px;
  line-height: 52px;
  letter-spacing: 0.1em;
  color: #05384f;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .point_area .point_03_comfortable_txt {
    width: 80vw;
    margin: 3.07vw auto 0;
    font-size: 3.47vw;
    line-height: 6.93vw;
  }
}
.point_area .point_03_cool_txt_area {
  background: url("../images/point_03_cool_txt_bg.png") no-repeat center/100%;
  width: 628px;
  height: 231px;
  margin: -39px auto 0;
}
@media screen and (max-width: 750px) {
  .point_area .point_03_cool_txt_area {
    width: 83.73vw;
    height: 30.8vw;
    margin: -5.2vw auto 0;
  }
}
.point_area .point_03_cool_txt {
  width: 520px;
  margin: 0 auto;
  padding-top: 25px;
  font-size: 26px;
  line-height: 52px;
  letter-spacing: 0.12em;
  color: #05384f;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .point_area .point_03_cool_txt {
    width: 69.33vw;
    padding-top: 3.33vw;
    font-size: 3.47vw;
    line-height: 6.93vw;
  }
}

.kind_area {
  background: url("../images/kind_bg.jpg") no-repeat center top;
  background-size: 750px 1034px;
  width: 750px;
  height: 1034px;
}
@media screen and (max-width: 750px) {
  .kind_area {
    background-size: 100vw 137.87vw;
    width: 100vw;
    height: 137.87vw;
  }
}
.kind_area .kind_in_area {
  width: 650px;
  margin: 0 auto;
  padding-bottom: 63px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  filter: drop-shadow(15px 15px 15px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 750px) {
  .kind_area .kind_in_area {
    width: 86.67vw;
    padding-bottom: 8.4vw;
    border-radius: 4vw;
    filter: drop-shadow(2vw 2vw 2vw rgba(0, 0, 0, 0.3));
  }
}
.kind_area .kind_in_list {
  display: flex;
  align-items: center;
  margin-top: 29px;
  margin-left: 82px;
}
@media screen and (max-width: 750px) {
  .kind_area .kind_in_list {
    margin-top: 3.87vw;
    margin-left: 10.93vw;
  }
}
.kind_area .kind_in_list li {
  margin-left: 50px;
  font-size: 26px;
  line-height: 38px;
  letter-spacing: 0.08em;
  color: #05384f;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 750px) {
  .kind_area .kind_in_list li {
    margin-left: 6.67vw;
    font-size: 3.47vw;
    line-height: 5.07vw;
  }
}
.kind_area .kind_in_list li::after {
  content: "";
  display: block;
  width: 34px;
  height: 33px;
  background: url("../images/kind_in_check.png") no-repeat center/100%;
  position: absolute;
  top: 6px;
  left: -40px;
}
@media screen and (max-width: 750px) {
  .kind_area .kind_in_list li::after {
    width: 4.53vw;
    height: 4.4vw;
    top: 0.8vw;
    left: -5.34vw;
  }
}
.kind_area .kind_in_list li:first-of-type {
  margin-left: 0;
}
.kind_area .kind_in_list li .orenge {
  color: #f79169;
}
.kind_area .kind_in_list li .big {
  display: inline-block;
  font-size: 140%;
  vertical-align: -2px;
  line-height: 1;
  color: #f79169;
}
@media screen and (max-width: 750px) {
  .kind_area .kind_in_list li .big {
    vertical-align: -0.27vw;
  }
}
.kind_area .kind_in_txt {
  margin-top: 13px;
  font-size: 26px;
  line-height: 52px;
  letter-spacing: 0.1em;
  color: #05384f;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .kind_area .kind_in_txt {
    margin-top: 1.73vw;
    font-size: 3.47vw;
    line-height: 6.93vw;
  }
}

.select_area_02 {
  background: url("../images/select_02_bg.jpg") no-repeat center top;
  background-size: 750px 2198px;
  width: 750px;
  height: 2198px;
  margin-top: 0;
  padding-top: 32px;
}
@media screen and (max-width: 750px) {
  .select_area_02 {
    background-size: 100vw 293.07vw;
    width: 100vw;
    height: 293.07vw;
    padding-top: 4.27vw;
  }
}

.footer {
  background: rgba(250, 199, 176, 0.5);
  padding-top: 80px;
  padding-bottom: 78px;
}
@media screen and (max-width: 750px) {
  .footer {
    padding-top: 10.67vw;
    padding-bottom: 10.4vw;
  }
}
.footer .footer_in_area {
  width: 650px;
  margin: 0 auto;
  padding-top: 43px;
  padding-bottom: 48px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  filter: drop-shadow(15px 15px 15px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 750px) {
  .footer .footer_in_area {
    width: 86.67vw;
    padding-top: 5.73vw;
    padding-bottom: 6.4vw;
    border-radius: 4vw;
    filter: drop-shadow(2vw 2vw 2vw rgba(0, 0, 0, 0.3));
  }
}
.footer .footer_in_txt {
  font-size: 26px;
  line-height: 62px;
  color: #05384f;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .footer .footer_in_txt {
    font-size: 3.47vw;
    line-height: 8.27vw;
  }
}
.footer .footer_in_txt strong {
  font-size: 38px;
  font-weight: 700;
  color: #05384f;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .footer .footer_in_txt strong {
    font-size: 5.07vw;
  }
}
.footer .footer_in_txt_02 {
  margin-top: 6px;
  margin-bottom: 7px;
}
@media screen and (max-width: 750px) {
  .footer .footer_in_txt_02 {
    margin-top: 0.8vw;
    margin-bottom: 0.93vw;
  }
}
.footer .footer_shop_tit {
  width: 382px;
  margin: 67px auto 0;
  border-radius: 27px;
  background-color: #05384f;
  font-size: 31px;
  line-height: 54px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .footer .footer_shop_tit {
    width: 50.93vw;
    margin: 8.93vw auto 0;
    border-radius: 3.6vw;
    font-size: 4.13vw;
    line-height: 7.2vw;
  }
}
.footer .footer_logo {
  width: 568px;
  margin: 30px auto 0;
}
@media screen and (max-width: 750px) {
  .footer .footer_logo {
    width: 75.73vw;
    margin: 4vw auto 0;
  }
}
.footer .footer_time_area {
  position: relative;
  display: flex;
  align-items: center;
  width: 690px;
  margin: 24px auto 0;
  padding-top: 19px;
  padding-bottom: 22px;
}
@media screen and (max-width: 750px) {
  .footer .footer_time_area {
    width: 92vw;
    margin: 3.2vw auto 0;
    padding-top: 2.53vw;
    padding-bottom: 2.93vw;
  }
}
.footer .footer_time_area::after, .footer .footer_time_area::before {
  content: "";
  display: block;
  width: 654px;
  height: 4px;
  background: url("../images/footer_separator.png") no-repeat center/100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: 0;
}
@media screen and (max-width: 750px) {
  .footer .footer_time_area::after, .footer .footer_time_area::before {
    width: 87.2vw;
    height: 0.53vw;
  }
}
.footer .footer_time_area::before {
  top: 0;
  bottom: auto;
}
.footer .footer_time {
  display: inline-block;
  width: 172px;
  margin-left: 20px;
  margin-right: 22px;
  border-radius: 30px;
  font-size: 30px;
  line-height: 60px;
  letter-spacing: 0.05em;
  background-color: #fff;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .footer .footer_time {
    width: 22.93vw;
    margin-left: 2.67vw;
    margin-right: 2.93vw;
    border-radius: 4vw;
    font-size: 4vw;
    line-height: 8vw;
  }
}
.footer .footer_time_list li {
  font-size: 30px;
  line-height: 54px;
  white-space: nowrap;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .footer .footer_time_list li {
    font-size: 4vw;
    line-height: 7.2vw;
  }
}
.footer .footer_time_list li .time {
  position: relative;
  margin-left: 66px;
  font-size: 30px;
  line-height: 54px;
}
@media screen and (max-width: 750px) {
  .footer .footer_time_list li .time {
    margin-left: 8.8vw;
    font-size: 4vw;
    line-height: 7.2vw;
  }
}
.footer .footer_time_list li .time::after {
  content: "";
  display: block;
  width: 52px;
  height: 2px;
  background: url("../images/footer_dot.png") no-repeat center/100%;
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translate(0%, -50%);
}
@media screen and (max-width: 750px) {
  .footer .footer_time_list li .time::after {
    width: 6.93vw;
    height: 0.27vw;
    left: -8vw;
  }
}
.footer .footer_time_list li .colon {
  margin-left: -0.1em;
  margin-right: -0.1em;
}
.footer .footer_time_list li:nth-of-type(2) .time {
  margin-left: 70px;
}
@media screen and (max-width: 750px) {
  .footer .footer_time_list li:nth-of-type(2) .time {
    margin-left: 9.33vw;
  }
}
.footer .footer_time_list li:nth-of-type(2) .time::after {
  left: -63px;
}
@media screen and (max-width: 750px) {
  .footer .footer_time_list li:nth-of-type(2) .time::after {
    left: -8.4vw;
  }
}
.footer .footer_shop_name {
  margin-top: 36px;
  margin-left: 62px;
  font-size: 26px;
  line-height: 52px;
  letter-spacing: 0.04em;
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .footer .footer_shop_name {
    margin-top: 4.8vw;
    margin-left: 8.27vw;
    font-size: 3.47vw;
    line-height: 6.93vw;
  }
}
.footer .footer_shop_name strong {
  font-size: 35px;
  line-height: 52px;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .footer .footer_shop_name strong {
    font-size: 4.67vw;
    line-height: 6.93vw;
  }
}
.footer .footer_shop_txt {
  margin-left: 62px;
  font-size: 26px;
  line-height: 45px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .footer .footer_shop_txt {
    margin-left: 8.27vw;
    font-size: 3.47vw;
    line-height: 6vw;
  }
}
.footer .footer_shop_tel_wrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 650px;
  margin: 36px auto 0;
  padding-bottom: 45px;
}
@media screen and (max-width: 750px) {
  .footer .footer_shop_tel_wrap {
    width: 86.67vw;
    margin: 4.8vw auto 0;
    padding-bottom: 6vw;
  }
}
.footer .footer_shop_tel_wrap::after {
  content: "";
  display: block;
  width: 654px;
  height: 4px;
  background: url("../images/footer_separator.png") no-repeat center/100%;
  position: absolute;
  left: -2px;
  bottom: 0;
}
@media screen and (max-width: 750px) {
  .footer .footer_shop_tel_wrap::after {
    width: 87.2vw;
    height: 0.53vw;
    left: -0.27vw;
  }
}
.footer .footer_shop_tel {
  display: flex;
  align-items: center;
  font-size: 30px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .footer .footer_shop_tel {
    font-size: 4vw;
  }
}
.footer .footer_shop_tel:nth-of-type(2) {
  margin-left: 15px;
}
@media screen and (max-width: 750px) {
  .footer .footer_shop_tel:nth-of-type(2) {
    margin-left: 2vw;
  }
}
.footer .footer_shop_tel a {
  font-size: 30px;
  letter-spacing: 0.05em;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .footer .footer_shop_tel a {
    font-size: 4vw;
    pointer-events: auto;
  }
}
.footer .footer_shop_tel strong {
  display: inline-block;
  width: 83px;
  margin-right: 14px;
  border-radius: 21px;
  font-size: 30px;
  line-height: 42px;
  letter-spacing: 0.05em;
  background-color: #fff;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .footer .footer_shop_tel strong {
    width: 11.07vw;
    margin-right: 1.87vw;
    border-radius: 2.8vw;
    font-size: 4vw;
    line-height: 5.6vw;
  }
}
.footer .footer_url_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 44px;
}
@media screen and (max-width: 750px) {
  .footer .footer_url_wrap {
    margin-top: 5.87vw;
  }
}
.footer .footer_url_wrap .footer_url {
  font-size: 26px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .footer .footer_url_wrap .footer_url {
    font-size: 3.47vw;
  }
}
.footer .footer_url_wrap .footer_qr {
  margin-left: 40px;
  width: 161px;
}
@media screen and (max-width: 750px) {
  .footer .footer_url_wrap .footer_qr {
    margin-left: 5.33vw;
    width: 21.47vw;
  }
}
.footer .footer_map {
  margin-top: 26px;
}
@media screen and (max-width: 750px) {
  .footer .footer_map {
    margin-top: 3.47vw;
  }
}

.footer_b_area {
  padding-top: 58px;
  padding-bottom: 58px;
}
@media screen and (max-width: 750px) {
  .footer_b_area {
    padding-top: 7.73vw;
    padding-bottom: 7.73vw;
    margin-bottom: 21.33vw;
  }
}
.footer_b_area .footer_b_logo {
  width: 270px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .footer_b_area .footer_b_logo {
    width: 36vw;
  }
}
.footer_b_area .footer_b_sns_wrap {
  margin-top: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .footer_b_area .footer_b_sns_wrap {
    margin-top: 3.87vw;
  }
}
.footer_b_area .footer_b_sns {
  width: 81px;
  margin: 0 15px;
}
@media screen and (max-width: 750px) {
  .footer_b_area .footer_b_sns {
    width: 10.8vw;
    margin: 0 2vw;
  }
}

.fix_l_area {
  position: fixed;
  left: calc(((100% - 750px) / 2) / 2 - 126px);
  top: 50%;
  transform: translateY(-50%);
  width: calc((100% - 750px) / 2);
}
@media screen and (max-width: 1260px) {
  .fix_l_area {
    display: none;
  }
}
.fix_l_area .fix_l_area_in {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  width: 252px;
}
.fix_l_area .fix_l_qr {
  width: 161px;
  margin: 27px auto 0;
}

.fix_r_area {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: calc(50% + 375px + 42px);
  width: calc((100% - 750px) / 2);
}
@media screen and (max-width: 1260px) {
  .fix_r_area {
    display: none;
  }
}
.fix_r_area .fix_r_area_in {
  width: 230px;
}
.fix_r_area .fix_r_list_item a {
  font-weight: 500;
  display: block;
  font-size: 18px;
  line-height: 54px;
  padding-left: 27px;
  position: relative;
}
.fix_r_area .fix_r_list_item a::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #3aa3bf;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
  border-radius: 100%;
}
.fix_r_area .fix_r_sns_wrap {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fix_r_area .fix_r_sns {
  width: 60px;
  margin: 0 5px;
}
.fix_r_area .fix_r_btn {
  display: block;
  background: url("../images/fix_r_btn.png") no-repeat center/100%;
  width: 230px;
  height: 60px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 60px;
  margin-top: 23px;
  filter: drop-shadow(15px 15px 15px rgba(0, 0, 0, 0.15));
}

.fix_b_area {
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: 0;
  display: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 750px) {
  .fix_b_area {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 21.33vw;
    background: rgba(255, 255, 255, 0.8);
  }
}
.fix_b_area .fix_b_btn {
  display: block;
  background: url("../images/fix_b_btn.png") no-repeat center/100%;
  width: 530px;
  height: 114px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  line-height: 114px;
  filter: drop-shadow(15px 15px 15px rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 750px) {
  .fix_b_area .fix_b_btn {
    width: 70.67vw;
    height: 15.2vw;
    font-size: 4.27vw;
    line-height: 15.2vw;
    filter: drop-shadow(2vw 2vw 2vw rgba(0, 0, 0, 0.15));
  }
}

/*# sourceMappingURL=style.css.map */
