* {
  box-sizing: border-box;
}
body {
  color: #000;
  width: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
/* --------- header --------- */
/* ------- page_heading ------- */
#header .page_heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px;
}
#header .page_heading_left {
  display: flex;
  align-items: center;
}
#header .page_heading_logo {
  font-size: 2.2rem;
  font-weight: bold;
  border-right: 1px solid #d4d4d4;
  padding: 0 15px 0 0;
  margin: 0 15px 0 0;
}
#header .page_heading_logo a:link,
#header .page_heading_logo a:visited {
  color: #000;
}
#header .page_heading_logo a:hover {
  text-decoration: none;
}
#header .page_heading_name {
  font-size: 2.2rem;
}
/* --------- MV --------- */
.mv {
  max-width: 1440px;
  margin: 0 auto 65px;
}
.mv_container {
  position: relative;
  width: fit-content;
  margin: auto;
  font-family: 'Hiragino Sans','ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.mv_text_overlay_ttl {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 81.3%;
}
.mv_text_overlay_ttl h2 {
  font-size: 53px;
  color: #0071ff;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
}
.mv_text_overlay_fastfood {
  position: absolute;
  left: 16%;
  bottom: 45.4%;
  display: flex;
  flex-wrap: nowrap;
  width: fit-content;
}
.mv_text_overlay_drink {
  position: absolute;
  left: 16%;
  bottom: 3.1%;
  display: flex;
  flex-wrap: nowrap;
  width: fit-content;
}
.mv_text_overlay_fastfood p,
.mv_text_overlay_drink p {
  font-size: 30px;
  min-width: 125px;
  height: 125px;
  border-radius: 50%;
  font-weight: 800;
  background-color: #001082;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  margin-top: 5px;
}
.mv_text_overlay_drink h3 {
  font-size: 30px;
  color: #001082;
  font-weight: bold;
}
.mv_text_overlay_drink h3:nth-of-type(2) {
  margin-top: 20px;
}
.mv_text_overlay_drink ul,
.mv_text_overlay_fastfood ul {
  padding-left: 30px;
}
.mv_text_overlay_drink li,
.mv_text_overlay_fastfood li {
  font-size: 25px;
  color: #000;
  position: relative;
}
.mv_text_overlay_drink li::before,
.mv_text_overlay_fastfood li::before {
  content: "●";
  position: absolute;
  left: -1.2em;
  top: -1px;
  color: #001082;
}
.mv_container span {
  text-decoration: underline;
  text-decoration-color: #ffd9e4;
  text-decoration-thickness: 5px;
  text-underline-offset: -3px;
  font-weight: bold;
}
@media screen and (max-width: 1440px) {
  .mv_text_overlay_ttl h2 {
    font-size: 3.8vw;
  }
  .mv_text_overlay_drink h3 {
    font-size: 1.95vw;
  }
  .mv_text_overlay_drink h3:nth-of-type(2) {
    margin-top: 2vw;
  }
  .mv_text_overlay_drink ul,
  .mv_text_overlay_fastfood ul {
    padding-left: 2.55vw;
  }
  .mv_text_overlay_drink li,
  .mv_text_overlay_fastfood li {
    font-size: 1.7vw;
  }
  .mv_text_overlay_drink p,
  .mv_text_overlay_fastfood p {
    font-size: 1.8vw;
    min-width: 8vw;
    height: 8vw;
    margin-right: 1.5vw;
    margin-top: 0.5vw;
  }
}
@media screen and (max-width: 767px) {
  .mv_text_overlay_drink,
  .mv_text_overlay_fastfood {
    flex-direction: column;
  }
  .mv_text_overlay_ttl {
    bottom: 86.35%;
  }
  .mv_text_overlay_ttl h2 {
    font-size: 6.7vw;
    line-height: 1.2;
  }
  .mv_text_overlay_fastfood {
    left: 50%;
    transform: translateX(-50%);
    bottom: 47.5%;
  }
  .mv_text_overlay_drink {
    left: 50%;
    transform: translateX(-50%);
    bottom: 2.6%;
  }
  .mv_text_overlay_drink>div {
    transform: translateX(-1.5vw);
  }
  .mv_text_overlay_drink h3 {
    font-size: 4vw;
  }
  .mv_text_overlay_drink h3:nth-of-type(2) {
    margin-top: 3vw;
  }
  .mv_text_overlay_drink ul {
    padding-left: 3.8vw;
  }
  .mv_text_overlay_fastfood ul {
    padding-left: 3.8vw;
  }
  .mv_text_overlay_fastfood li,
  .mv_text_overlay_drink li {
    font-size: 3.4vw;
    white-space: nowrap;
    margin-bottom: 1.5vw;
  }
  .mv_text_overlay_drink li::before,
  .mv_text_overlay_fastfood li::before {
    left: -1.1em;
    transform: scale(0.7);
  }
  .mv_text_overlay_fastfood p,
  .mv_text_overlay_drink p {
    font-size: 4vw;
    border-radius: 6vw;
    width: fit-content;
    padding: 1.5vw 14vw 1vw;
    margin: 0 auto 4vw;
  }
}
/* --------- contents --------- */
#contents {
  font-family: 'Hiragino Sans','ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.contents_inner {
  max-width: 1240px;
  margin: 0 auto;
}
/* ------- bg_area ------- */
.bg_area {
  background: #e5f1ff;
  padding: 55px 0 75px;
}
/* ----- sec_change ----- */
.sec_change_ttl {
  text-align: center;
  color: #281e8c;
  font-size: 55px;
  font-weight: bold;
  margin: 0 0 41px;
  white-space: nowrap;
  position: relative;
  left: -0.5em;
}
.sec_change_ttl span {
  position: relative;
  left: -0.5em;
  white-space: nowrap;
}
.sec_change_box {
  position: relative;
}
.sec_change_box_overlay_ttl {
  position: absolute;
  bottom: 81.5%;
  left: 63.5%;
  color: #fff;
  font-weight: 800;
  font-size: 30px;
}
.sec_change_box_overlay_text {
  position: absolute;
  bottom: 17.5%;
  left: 13.5%;
  font-weight: 600;
  font-size: 30px;
  display: flex;
  width: 915px;
  justify-content: space-between;
}
.sec_change_box_overlay_text span {
  font-size: 0.7em;
}
.sec_change_box_overlay_text ul li {
  margin-bottom: 5px;
}
.sec_change_box_overlay_text ul:first-of-type {
  color: #464646;
}
.sec_change_box_overlay_text ul:nth-of-type(2) {
  color: #fff;
}
.sec_change_box_overlay_text ul:first-child li {
  position: relative;
  display: flex;
  align-items: center;
}
.sec_change_box_overlay_text ul:first-child li::before {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  left: -1.2em;
  background-image: url(../img/sec_change_img01_li.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1280px) {
  .sec_change_ttl {
    font-size: 3.9vw;
    left: unset;
    margin-bottom: 4vw;
  }
  .sec_change_box_overlay_ttl {
    bottom: 82.5%;
    left: 64.5%;
    font-size: 2vw;
  }
  .sec_change_box_overlay_text {
    bottom: 15.5%;
    left: 13.5%;
    font-size: 2.2vw;
    width: 68vw;
  }
  .sec_change_box_overlay_text ul li {
    margin-bottom: 0.5vw;
  }
}
@media screen and (max-width: 767px) {
  .sec_change_box_overlay_ttl {
    bottom: 41.2%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 4vw;
  }
  .sec_change_box_overlay_text {
    flex-wrap: wrap;
    font-size: 4vw;
    bottom: 6.6%;
    left: 50%;
    transform: translateX(-50%);
    width: 62vw;
  }
  .sec_change_box_overlay_text ul li {
    margin-bottom: 1vw;
  }
  .sec_change_box_overlay_text ul:nth-of-type(1) {
    padding-left: 5vw;
    width: 100%;
  }
  .sec_change_box_overlay_text ul:nth-of-type(2) {
    margin-top: 19vw;
  }
}
.sec_change_box_img {
  margin: 0 auto 60px auto;
  max-width: 94%;
  transform: translateX(3%);
}
.sec_change_box_dtl {
  background: #fff;
  padding: 40px 24px 30px 40px;
}
.sec_change_product {
  display: flex;
  justify-content: flex-start;
  margin: 0 auto 65px;
  align-items: stretch;
  gap: 0 27px;
}
.sec_change_product_dtl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 17px;
  max-width: 41%;
  min-width: 41%;
  justify-content: center;
  padding-left: 11px;
}
.sec_change_product_dtl figure {
  width: 80%;
  position: relative;
  left: -20px;
  top: -35px;
}
.sec_change_product_dtl_ttl {
  max-width: 65%;
  flex: 1;
  position: relative;
  top: -25px;
}
.sec_change_product_dtl_ttl > span {
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 10px;
}
.sec_change_product_dtl_badge {
  display: grid;
  place-content: center;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #0071ff;
  width: 150px;
  height: 150px;
  aspect-ratio: 1/1;
  font-size: 22px;
  font-weight: 600;
  color: #0071ff;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.0144em;
  position: relative;
  top: -25px;
}
.sec_change_product_img img {
  height: 100%;
  object-fit: cover;
  width: 810px;
  max-width: unset;
}
.sec_change_product_btn {
  background-color: #271E8C;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  padding: 27px 0px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  position: relative;
  width: 92%;
  margin-right: auto;
  margin-top: -8%;
}
.sec_change_product_btn:link {
  color: #fff;
}
.sec_change_product_btn:visited {
  color: #fff;
}
.sec_change_product_btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
.sec_change_product_btn::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  rotate: 45deg;
  position: absolute;
  top: 50%;
  right: 37px;
  transform: translateY(-13px);
}
.sec_change_product_btn.sp {
  display: none;
}
/* ----- sec_feature ----- */
.sec_feature {
  max-width: 88%;
  margin: 0px auto;
  border: 3px solid #0071ff;
  border-radius: 60px;
  overflow: hidden;
}
.sec_feature_accordion_ttl {
  background-color: #fff;
  padding: 12px 20px;
  cursor: pointer;
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.sec_feature_accordion_ttl_button {
  border: none;
  background: none;
  font-size: 60px;
  color: #001082;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.sec_feature_accordion_ttl_button > span {
  position: absolute;
  right: 3%;
  color: #0071ff;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.sec_feature_accordion_content {
  display: none;
  padding: 0px 65px 110px;
  background-color: white;
}
.sec_feature_2col {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 30px;
  align-items: center;
}
.sec_feature_2col:first-child {
  border-top: 3px solid #0071ff;
  padding-top: 20px;
}
.sec_feature_2col:nth-of-type(5) {
  margin: 0 auto 82px;
}
.sec_feature_2col_ttl {
  display: flex;
  align-items: center;
}
.sec_feature_2col_ttl_num {
  font-size: 95px;
  font-weight: 200;
  display: block;
  color: #0071ff;
  width: 70px;
}
.sec_feature_2col_ttl_dtl {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.3125;
  margin: 0;
  color: #001082;
}
.sec_feature_2col_content {
  display: flex;
  justify-content: space-between;
}
.sec_feature_2col_content_dtl_txt {
  font-size: 20px;
  line-height: 1.6;
  margin: 0 0 14px;
  max-width: 45%;
  color: #464646;
}
.sec_feature_2col_img {
  width: 57%;
  max-width: 57%;
}
.sec_feature_2col_img img {
  max-height: 270px;
  object-fit: cover;
}
.sec_feature_2col:nth-of-type(3) .sec_feature_2col_img img {
  max-height: 290px;
}
.sec_feature_2col:nth-of-type(4) .sec_feature_2col_img img {
  max-height: 300px;
}
.sec_feature_2col:nth-of-type(5) .sec_feature_2col_img img {
  max-height: 310px;
}
/* ------- sec_video ------- */
.sec_video_ttl {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin: 0 0 22px;
  color: #464646;
}
.sec_video_iframe {
  display: block;
  width: 100%;
  max-width: 792px;
  height: auto;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
/* ------- sec_contact ------- */
.sec_contact {
  padding: 80px 0;
}
.sec_contact_ttl {
  font-size: 55px;
  font-weight: 600;
  width: fit-content;
  margin: 0 auto 15px;
  position: relative;
  text-align: center;
  color: #464646;
}
.sec_contact_btns {
  display: flex;
  justify-content: center;
  max-width: 1212px;
  margin: 0 auto;
  gap: 12px 30px;
}
.sec_contact_btn {
  display: flex;
  justify-content: center;
  padding: 25px 0;
  width: 38%;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  position: relative;
  border-radius: 4px;
}
.sec_contact_btn:link {
  color: #fff;
}
.sec_contact_btn:visited {
  color: #fff;
}
.sec_contact_btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
.sec_contact_btn_consul {
  background: #0071ff;
}
.sec_contact_btn_equipment {
  background: #ff3333;
}
.sec_contact_btn img {
  width: 15px;
  object-fit: contain;
  margin-left: 5px;
}
/* ----- sec_change_TM-L90 ----- */
.sec_contact + .bg_area {
  background-color: #eaeaea;
  padding-top: 65px;
}
.sec_contact + .bg_area > .sec_change {
  max-width: 1240px;
  margin: 0 auto;
}
.sec_change_l90 {
  font-size: 38px;
  font-weight: bold;
  color: #001082;
  border: 3px solid #001082;
  border-radius: 60px;
  width: fit-content;
  margin: 0 auto 10px;
  padding: 1px 35px;
  text-align: center;
}
.sec_contact + .bg_area .sec_change_product_dtl {
  justify-content: flex-start;
  padding-left: 11px;
}
.sec_contact + .bg_area .sec_change_ttl {
  margin: 25px auto 50px;
  width: 90%;
  left: unset;
}
.sec_contact + .bg_area .sec_change_product_dtl_ttl {
  max-width: 58%;
  top: -30px;
}
.sec_contact + .bg_area .sec_change_product_dtl_badge {
  top: -30px;
  left: 10px;
}
.sec_contact + .bg_area .sec_change_product .sec_change_product_dtl figure {
  width: 55%;
  left: unset;
  top: -50px;
}
.sec_contact + .bg_area .sec_change_product {
  margin-bottom: 0;
}
.sec_change_product_dtl_intro {
  display: flex;
  margin-top: 20px;
}
.sec_change_product_dtl_img_txt {
  font-size: 20px;
  white-space: nowrap;
  position: relative;
  top: -55px;
  line-height: 1.6;
  color: #464646;
  font-weight: 500;
}
.sec_contact + .bg_area .sec_change_product_dtl_img {
  transform: translateX(35px);
}
.sec_contact + .bg_area .sec_change_product_btn {
  margin-top: -8%;
}
/* ------- footer_common_parts ------- */
.headMod03 {
  display: none;
}
.noteMod01 {
  text-align: center;
}
.noteMod01 .catch,
.noteMod01 .txt {
  font-size: 1.2rem;
  display: inline;
}
#contents .detailSection .ttl h3 {
  font-weight: bold;
}
.subNav {
  margin: 0 0 70px;
}
#contents .subSection .subNav .layCol01 {
  width: 305px;
}
#contents .subSection .subNav .layCol02 {
  width: 305px;
  float: left;
}
#contents .subSection .subNav .ttl {
  font-size: 1.6rem;
}
#contents .subSection .subNav .listBlock .list li {
  font-size: 1.36rem;
}
.fsM {
  font-size: 1.36rem;
}
@media screen and (max-width: 1280px) {
  /* --------- contents --------- */
  #contents {
    width: 100%;
    overflow: hidden;
  }
  .bg_area {
    padding: 6vw 0 7vw;
  }
  .contents_inner {
    width: 91.47%;
  }
  /* ------- sec_change ------- */
  .sec_change_product_img img {
    width: 56vw;
  }
  .sec_change_product_dtl_ttl > span {
    font-size: 1.5vw;
  }
  .sec_change_product_dtl_badge {
    width: 12vw;
    height: 12vw;
    font-size: 2vw;
  }
  .sec_change_product_btn {
    font-size: 2.5vw;
    padding: 2.5vw;
  }
  .sec_change_product_btn::after {
    right: 9%;
  }
  .sec_change_product_dtl {
    padding-left: 0;
  }
  .sec_change_box_img {
    margin-bottom: 4vw;
  }
  .sec_change_product {
    margin-bottom: 4vw;
  }
  .sec_change_product_dtl figure {
    left: -1.5vw;
    top: -3.5vw;
  }
  /* ----- sec_feature ----- */
  .sec_feature {
    max-width: 100%;
  }
  .sec_feature_accordion_ttl {
    padding: 1vw 2vw;
  }
  .sec_feature_accordion_ttl_button {
    font-size: 5.5vw;
  }
  .sec_feature_accordion_content {
    padding: 0 30px 60px;
  }
  .sec_feature_2col_ttl_dtl {
    font-size: 2.8rem;
  }
  .sec_feature_2col_content_dtl_txt {
    font-size: 1.8vw;
  }
  .sec_feature_2col_img {
    width: 55%;
    max-width: 55%;
  }
  /* ------- sec_contact ------- */
  .sec_contact {
    padding: 7vw 8vw;
  }
  .sec_contact_ttl {
    font-size: 5vw;
  }
  .sec_contact_btn {
    padding: 2.2vw 0;
    width: 45vw;
    font-size: 2.5vw;
  }
  /* ----- sec_change_TM-L90 ----- */
  .sec_contact + .bg_area {
    padding-top: 6vw;
  }
  .sec_contact + .bg_area > .sec_change {
    width: 91.47%;
  }
  .sec_change_l90 {
    font-size: 2.5vw;
  }
  .sec_contact + .bg_area .sec_change_ttl {
    width: 85%;
    margin: 20px auto 40px;
  }
  .sec_contact + .bg_area .sec_change_product_dtl_ttl {
    top: -2vw;
  }
  .sec_contact + .bg_area .sec_change_product_dtl_badge {
    top: -2vw;
  }
  .sec_change_product_dtl_img_txt {
    font-size: 1.5vw;
    top: -2.5vw;
  }
  .sec_contact + .bg_area .sec_change_product .sec_change_product_dtl figure {
    top: -2vw;
    transform: unset;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* --------- header --------- */
  /* ------- page_heading ------- */
  #header .page_heading {
    flex-direction: column;
    align-items: start;
    margin: 0 0 18px;
  }
  #header .page_heading_left {
    flex-direction: column;
    align-items: start;
  }
  #header .page_heading_logo {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 2.4rem;
  }
  #header .page_heading_name {
    font-size: 1.6rem;
  }
  #header .page_heading_right {
    display: none;
  }
  /* --------- contents --------- */
  #contents {
    max-width: 100%;
    overflow: hidden;
  }
  .contents_inner {
    width: 82.7%;
    margin: 0 auto;
  }
  /* --------- MV --------- */
  .mv {
    margin: 0 0 4.4vw;
  }
  /* --------- bg_area --------- */
  .bg_area {
    padding: 8.3vw 0 8vw;
  }
  /* ------- sec_change ------- */
  .sec_change_ttl {
    font-size: 6.7vw;
    margin: 0 0 5.8vw;
    left: unset;
    line-height: 1.3;
  }
  .sec_change_ttl span:nth-of-type(2) {
    left: unset;
  }
  .sec_change_box_img {
    width: 102.4%;
    max-width: unset;
    margin-left: 0;
    margin-bottom: 7.5vw;
    transform: translateX(0%);
  }
  .sec_change_product {
    margin: 0;
    flex-wrap: wrap;
  }
  .sec_change_product_dtl {
    max-width: unset;
    align-items: flex-start;
    padding-left: 0;
  }
  .sec_change_product_dtl_ttl {
    max-width: 53.5%;
    top: unset;
  }
  .sec_change_product_dtl_ttl > span {
    font-size: 3.2vw;
    margin: 0 0 1vw;
  }
  .sec_change_product_dtl_badge {
    width: 20vw;
    height: 20vw;
    font-size: 3vw;
    border: 1px solid #0071ff;
    margin-left: auto;
    top: unset;
    left: 0;
  }
  .sec_change_product_dtl_img {
    width: 80%;
    margin: 2vw auto 0;
    width: 73% !important;
    top: -3vw !important;
    left: unset !important;
  }
  .sec_change_product_img {
    margin: 9vw 0 8vw;
    transform: scale(1.21);
  }
  .sec_change_product_btn.sp {
    display: flex;
    padding: 5vw 0;
    width: 100%;
    font-size: 4vw;
    margin: 3vw auto 6vw;
  }
  /* ------- sec_feature ------- */
  .sec_feature {
    max-width: unset;
    border-radius: 7vw;
    width: 100%;
  }
  .sec_feature_accordion_ttl {
    padding: 2.5vw;
  }
  .sec_feature_accordion_ttl_button {
    font-size: 6.7vw;
  }
  .sec_feature_accordion_ttl_button > span {
    right: 5%;
  }
  .sec_feature_accordion_content {
    padding: 0 5vw 9vw;
  }
  .sec_feature_2col {
    margin: 0 0 8vw;
  }
  .sec_feature_2col:first-child {
    padding-top: 5vw;
  }
  .sec_feature_2col_ttl {
    align-items: flex-start;
    margin-bottom: 3vw;
  }
  .sec_feature_2col_ttl_num {
    line-height: 1;
    font-size: 13vw;
    width: 12.5vw;
  }
  .sec_feature_2col_ttl_dtl {
    font-size: 4.7vw;
    line-height: 1.2;
  }
  .sec_feature_2col_content {
    flex-wrap: wrap;
  }
  .sec_feature_2col_content_dtl_txt {
    max-width: unset;
    font-size: 2.7vw;
    margin-bottom: 3vw;
  }
  .sec_feature_2col_img img {
    height: 40vw;
  }
  .sec_feature_2col:nth-of-type(3) .sec_feature_2col_img img {
    height: 42vw;
  }
  .sec_feature_2col:nth-of-type(4) .sec_feature_2col_img img {
    height: 44vw;
  }
  .sec_feature_2col:nth-of-type(5) .sec_feature_2col_img img {
    height: 46vw;
  }
  .sec_feature_2col:nth-of-type(5) {
    margin-bottom: 6vw;
  }
  .sec_feature_2col_img {
    width: 100%;
    max-width: unset;
  }
  .sec_change_product_img img {
    max-width: 100%;
    width: 810px;
  }
  /* ------- sec_video ------- */
  .sec_video_ttl {
    font-size: 6.7vw;;
    margin: 0 0 5vw;
  }
  /* ------- sec_contact ------- */
  .sec_contact {
    padding: 7vw 0 8vw;
  }
  .sec_contact_ttl {
    font-size: 6.7vw;
    margin: 0 auto 4.5vw;
    line-height: 1.3;
  }
  .sec_contact_btns {
    flex-direction: column;
    width: 74.5%;
    gap: 4vw 0;
  }
  .sec_contact_btn {
    font-size: 3.8vw;
    padding: 3.3vw 0px;
    width: 100%;
    max-width: unset;
  }
  /* ----- sec_change_TM-L90 ----- */
  .sec_contact + .bg_area {
    padding-top: 8vw;
  }
  .sec_contact + .bg_area > .sec_change {
    width: 87.46%;
  }
  .sec_contact + .bg_area .sec_change_ttl {
    width: 81%;
    margin: 6vw auto 7vw;
  }
  .sec_change_l90 {
    font-size: 4.7vw;
    border-radius: 12vw;
    border-width: 0.5vw;
    padding: 3vw 0vw;
    width: 100%;
    line-height: 1.3;
  }
  .sec_change_product_dtl_img_txt {
    font-size: 3vw;
    top: -6.5vw;
    left: unset;
  }
  .sec_contact + .bg_area .sec_change_product_dtl {
    padding-left: unset;
  }
  .sec_contact + .bg_area .sec_change_product_dtl_img {
    margin-top: unset;
    transform: unset;
    padding-right: 15%;
  }
  .sec_contact + .bg_area .sec_change_product_btn.sp {
    margin-bottom: 0;
    margin-top: 6vw;
    width: 95%;
  }
  .sec_contact + .bg_area .sec_change_product .sec_change_product_dtl figure {
    top: -7vw !important;
    width: 60% !important;
  }
  .sec_contact + .bg_area .sec_change_product_dtl {
    width: 93.7%;
    margin: auto;
  }
  .sec_contact + .bg_area .sec_change_product_dtl_ttl {
    max-width: 48%;
  }
  .sec_contact + .bg_area .sec_change_product_dtl_badge {
    top: -1vw;
    left: 0;
  }
  .sec_contact + .bg_area .sec_change_product_img {
    margin-top: -2vw;
    transform: scale(1.15);
    margin-bottom: 3vw;
  }
  /* ------- footer_common_parts ------- */
  #contents .detailSection {
    width: 91.47%;
    padding: 0;
  }
  .noteMod01 {
    text-align: left;
    padding: 0 0 0 3em;
    text-indent: -3em;
  }
  #contents .subSection {
    width: 100%;
  }
  #contents .subSection .subNav .layCol01,
  #contents .subSection .subNav .layCol02,
  #contents .subSection .subNav .layCol03 {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 320px) {
  .sec_product_btn {
    font-size: 1.4rem;
    padding: 18px 0;
  }
}
 /* ------- footer_common_parts ------- */
.purchase {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: 'Hiragino Sans','ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.purchase .txt-cmmt {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .purchase .tbl-cell {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .purchase .btn-tel .ico-box {
    background-position: left 17% center;
  }
  .purchase .ico-box .ico-space {
    padding: 30px 5% 30px 34%;
  }
  .purchase .ico-box .ico-space > p {
    display: flex;
    flex-wrap: wrap;
  }
  .purchase .ico-box .ico-space .txt-small {
    transform: translateX(-6px);
    margin-top: 8px;
  }
}
@media screen and (max-width: 414px) {
  .purchase .btn-dl .ico-box,
  .purchase .btn-tel .ico-box {
    background-position: left 8% center;
  }
  .purchase .btn-dl .ico-box .ico-space {
    padding: 30px 5% 30px 27%;
    font-size: 5.5vw;
  }
  .purchase .ico-box .ico-space {
    padding: 30px 5% 30px 27%;
  }
  .purchase .btn-tel .txt-deco {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 320px) {
  .sec_product_btn {
    font-size: 1.4rem;
    padding: 18px 0;
  }
}
