@charset "UTF-8";

/*********************

* global

*********************/
body {
  margin: 0;
  overflow-x: hidden;
  font-family: "ヒラギノ角ゴ", "Hiragino Kaku Gothic", "Hiragino Sans", sans-serif;
  line-height: 1.75;
  font-weight: 300;
}

.inner {
  width: 100%;
  max-width: 1922px;
  margin: 0 auto;
}

.main {
  overflow: hidden;
}

a {
  transition: .8s;
}

/*********************

*  header

*********************/
.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 68px;
  z-index: 2;
}

.header_flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
}

.header_logo {
  margin-top: 28px;
  margin-left: 3.15%;
}

.header_logo img {
  height: 10.4rem;
}

.g_nav {
  margin-left: auto;
  margin-right: 310px;
}

.g_nav ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
}

.g_nav ul li {
  border-right: 1px solid #fff;
  margin-top: 36px;
}

.g_nav ul li:nth-child(5), .g_nav ul li:nth-child(6) {
  border: none;
}

.g_nav ul li.mail a::after,
.g_nav ul li.tel a::after {
  display: none;
}

.g_nav ul li.mail {
  background: url(../img/mail_bg.svg) no-repeat;
  background-size: cover;
  width: 72px;
  margin-top: 0;
  height: 66px;
  position: fixed;
  right: 273px;
  top: 0px;
  padding: 0;
  text-align: center;
}


.g_nav ul li.mail a img {
  display: block;
  margin: 0 auto 9px;
  height: 23px;
  transition: .5s ease;
}

.g_nav ul li.mail:hover a img {
  transform: scale(1.2);
}

.g_nav ul li.mail a {
  font-size: 12px;
  color: #000;
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0 0;
}


.g_nav ul li.tel {
  background-color: #00c8c8;
  width: 275px;
  margin-top: 0;
  padding-top: 7px;
  height: 66px;
  position: fixed;
  right: 0;
  top: 0;
  transition: .8s;
  text-align: center;
}

.g_nav ul li.tel:hover {
  background-color: #07a098;
}

.g_nav ul li.tel a {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 14px 0;
}

.g_nav ul li.tel a span {
  display: block;
  font-size: 24px;
}

/*********************

* footer

*********************/
.footer {
  position: relative;
  background-color: #00c8c8;
  text-align: center;
  padding-top: 35px;
}

.footer_logo img {
  height: 49px;
}

.contact {
  margin-top: 32px;
}

.contact img {
  height: 52px;
}

.f_nav ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.f_nav ul li {
  border-right: 1px solid #fff;
}

.f_nav ul li:nth-child(5) {
  border: none;
}

.f_nav ul li a {
  position: relative;
  display: block;
  padding: 0px 18px;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.08em;
}

.f_nav ul li a::after {
  position: absolute;
  content: '';
  left: 18px;
  bottom: -4px;
  height: 1px;
  border-radius: 20px;
  width: 0%;
  background-color: #fff;
  transition: .5s ease;
}

.f_nav ul li:hover a::after {
  width: calc(100% - 36px);
}


.copyright {
  padding: 22px 0 27px;
  color: #fff;
  font-size: 10px;
  margin-top: 22px;
  border-top: 1px solid #fff;
}

.sp_br {
  display: none;
}

.footer_table {
  max-width: 525px;
  width: 90%;
  margin: 27px auto;
  transform: translateX(8%);
}

.footer_table th,
.footer_table td {
  padding: 2px 13px;
  font-weight: normal;
  font-size: 13px;
  text-align: left;
  color:#fff;
  vertical-align: top;
  line-height: 1.5;
}

.footer_table th {
  min-width: 126px;
}

.fcard{
	max-width:400px;
	width:100%;
	padding:20px 0;
	
}
/*********************

* scroll_btn

*********************/
.top_scroll_btn {
  display: inline-block;
  position: absolute;
  bottom: 397px;
  right: 9.7%;
  cursor: pointer;
  display: none;
}

.top_scroll_btn img {
  height: 30px;
}

/* 20211015 */

/* ------------------------------
* html
------------------------------ */
html {
  font-size: 62.5%;
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 0.97656vw;
  }
}

@media screen and (max-width: 479px) {
  html {
    font-size: 3.125vw;
  }
}

/* ------------------------------
* body
------------------------------ */
body {
  line-height: 1.5;
}

/* ------------------------------
* ヘッダー
------------------------------ */
header {
  display: flex;
  padding: 3rem 2.2% 3rem;;
}

/*.header_logo {
  position: absolute;
  top: 50px;
  top: 5rem;
  left: 7.3%;
  margin: 0;
}*/

.gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.g_nav ul li {
  margin-top: 0;
}

.gnav-item {
  position: relative;
  padding: 0 10px;
  padding: 0 1rem;
}

/*.gnav-item:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
  content: '';
}*/

.gnav-item:last-child:before {
  display: none;
}

.gnav-item a {
  position: relative;
  display: block;
  color: #fff;
  font-family: "ヒラギノ 角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Mairyo, "メイリオ", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
}

.gnav-item a:hover {
  opacity: 0.75;
  -webkit-transition: 0.3s cubic-bezier(0.27, 0.43, 0.44, 0.94);
  transition: 0.3s cubic-bezier(0.27, 0.43, 0.44, 0.94);
}

._sticky .gnav-item a {
  color: #333;
  -webkit-transition: 0.3s cubic-bezier(0.27, 0.43, 0.44, 0.94);
  transition: 0.3s cubic-bezier(0.27, 0.43, 0.44, 0.94);
}

.gnav-item a:before {
  position: absolute;
  bottom: -3px;
  bottom: -0.3rem;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  opacity: 0.75;
  content: '';
}

._sticky .gnav-item a:before {
  background-color: #333;
  -webkit-transition: 0.3s cubic-bezier(0.27, 0.43, 0.44, 0.94);
  transition: 0.3s cubic-bezier(0.27, 0.43, 0.44, 0.94);
}

.gnav-item a:hover:before {
  -webkit-transition: 0.3s cubic-bezier(0.27, 0.43, 0.44, 0.94);
  transition: 0.3s cubic-bezier(0.27, 0.43, 0.44, 0.94);
  width: 100%;
}


.header_tel {
  margin-left: 34px;
  margin-left: 3.4rem;
}

.header_tel a {
  font-family: source-han-sans-japanese, "ヒラギノ 角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Mairyo, メイリオ, 游ゴシック体, "Yu Gothic", YuGothic, 游ゴシック, sans-serif;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 1110px) {

  .g_nav {
    margin-right: 320px;
  }

  .gnav-item {
    padding: 0.8rem;
  }

  .gnav-item a {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 480px) {
  .singlePost-wrap {
    color: #555;
  }

  .gnav-item a {
    font-weight: 500;
    letter-spacing: 0.08em;
  }
}

@media screen and (max-width: 1600px) {
  .header_logo {
    top: 3vw;
    margin-top: 0;
  }

  .header_logo img {
    height: 6.5vw;
  }
}

@media screen and (max-width: 1024px) {
  .header_logo {
    left: 5%;
  }

  .header_tel {
    margin-left: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding: 1.5rem 3%;
  }

  .header_logo {
    top: 1.5rem;
    left: 5%;
    margin-top: 1.5rem;
  }

  .header_logo img {
    height: 7rem;
  }
}

@media screen and (max-width: 479px) {
  .header {
    padding: 1rem 3%;
  }

  .header_logo {
    top: 0.6rem;
    left: 3%;
    margin-top: 0;
  }

  .header_logo img {
    height: 3rem;
  }

  .header_tel {
    display: none;
  }

  .header_tel a {
    font-size: 1.8rem;
    line-height: 1;
  }
}

/* ------------------------------
* ファーストビュー
------------------------------ */
.main {
  position: relative;
  z-index: 0;
}

.main-bg1 {
  position: absolute;
  top: -6.2vw;
  right: 0;
  width: 100%;
  height: 13.3vw;
  background-color: #3d92f9;
  transform: skewY(7deg);
  content: '';
}

.main-bg2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 29vw;
  height: 53vw;
  background: linear-gradient(to top, #ffebd4, #bae5f4) no-repeat;
  background-position: 0% 0%;
  background-size: 100%;
  transform-origin: top left;
  transform: skewX(-29deg);
  content: '';
}

.top-buttun {
  position: absolute;
  top: 19rem;
  left: 4.3%;
}

.top-buttun a {
  font-weight: 700;
}

/* ------------------------------
* hero
------------------------------ */
.hero {
  position: relative;
  z-index: -1;
  height: 52.1vw;
  opacity: 0.8;
}

.hero img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 479px) {
  .hero {
    height: 36rem;
    opacity: 0.55;
  }
}

/* ------------------------------
* catch
------------------------------ */
.catch {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 52.3vw;
}

.catch:before {
  position: absolute;
  bottom: 0;
  left: -50vw;
  width: 0;
  height: 0;
  border: 50vw solid transparent;
  border-bottom: 13.3vw solid #fff;
  content: '';
}

.catch-txt {
  position: absolute;
  top: 50%;
  left: 54.7%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Mairyo, "メイリオ", sans-serif;
  font-size: 2.9rem;
  font-weight: 600;
  color: #ef7a25;
  letter-spacing: 0.03em;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, .2), -1px 1px 1px rgba(255, 255, 255, .2), 1px -1px 1px rgba(255, 255, 255, .2), -1px -1px 1px rgba(255, 255, 255, .2), 1px 0px 1px rgba(255, 255, 255, .2), 0px 1px 1px rgba(255, 255, 255, .2), -1px 0px 1px rgba(255, 255, 255, .2), 0px -1px 1px rgba(255, 255, 255, .2);
  min-width: 74.1rem;
  transform: translate(-50%, -40%);
}

.catch-txt.main_price_flex {
  position: absolute;
  left: 0%;
}

.catch-txt ._orange {
  color: #ef7a25;
}

.catch-txt ._large {
  margin-bottom: 5px;
  font-size: 49px;
  font-size: 4.9rem;
}

.catch-subtxt {
  font-family: "ヒラギノ 角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Mairyo, "メイリオ", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  margin-right: 10px;
  margin-right: 1rem;
  color: #000;
}

.catch-subtxt:last-child {
  padding-right: 0;
}

.sp-block {
  display: none !important;
}

.top-buttun {
  background-color: #ef7a25;
  padding: 2rem 3rem;
  text-align: center;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.top-buttun a {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "ヒラギノ 角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Mairyo, "メイリオ", sans-serif;
}

.top-buttun a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 1;
}

.catch_flex {
  display: flex;
  align-items: center;
  padding: 20px 0;
    background-color: #f39800;
}

p.main_price_ttl {
  padding-left: 6%;
}

p.main_price_text {
  padding-left: 1%;
  align-items: baseline;
}

@media screen and (max-width: 1600px) {
  .top-buttun {
    top: 20%;
    left: 3%;
  }
}

@media screen and (max-width: 1200px) {
  .top-buttun {
    top: 20%;
    left: 3%;
    padding: 1rem;
  }
}

@media screen and (max-width: 1000px) {
  .top-buttun a {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .catch-subtxt {
    font-size: 1.6rem;
  }

  .top-buttun {
    display: none;
  }

  .main_price_bnr {
    padding: 5px 0;
  }

  p.main_price_ttl {
    justify-content: center;
    padding: 0;
  }

  p.main_price_text {
    justify-content: center;
    padding: 0;
  }
}

@media screen and (max-width: 479px) {
  .catch {
    height: 36rem;
  }
  .catch-txt {
    min-width: auto;
    transform: translate(0, 0);
    top: 25%;
    left: 3.5%;
    font-size: 1.3rem;
  }

  .catch-txt ._large {
    font-size: 1.7rem;
  }

  .catch-subtxt {
    font-size: 1.2rem;
  }

  .sp-block {
    display: block !important;
  }

  .top-buttun a {
    font-size: 1.3rem;
  }
}


/* ------------------------------
*  scrollBtn
------------------------------ */
.scrollBtn {
  position: absolute;
  z-index: 1;
  color: #3d92f9;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  cursor: pointer;
  -webkit-transition: 0.3s cubic-bezier(0.27, 0.43, 0.44, 0.94);
  transition: 0.3s cubic-bezier(0.27, 0.43, 0.44, 0.94);
}

.scrollBtn:hover {
  opacity: 0.75;
}

.scrollBtn._down {
  bottom: 3rem;
  left: 4.2%;
  padding-bottom: 6rem;
}

.scrollBtn._up {
  top: 10.7rem;
  right: 5%;
  padding-top: 6rem;
}

.scrollBtn-line {
  position: absolute;
  left: calc(50% - 0.1rem);
  width: 0.2rem;
  overflow: hidden;
  background-color: #3d92f9;
  z-index: 0;
}

.scrollBtn._down .scrollBtn-line {
  bottom: 0;
  height: 6rem;
}

.scrollBtn._up .scrollBtn-line {
  top: 0;
  height: 5rem;
}

.scrollBtn-bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.7rem;
  background-color: #333;
  opacity: 0.7;
  z-index: 1;
}

.scrollBtn._up .scrollBtn-bar {
  top: calc(100% - 0.7rem);
}

.scrollBtn._down .scrollBtn-bar {
  top: 0;
}

@media screen and (max-width: 1200px) {
  .scrollBtn._down {
    bottom: -1.5rem;
    left: 5%;
  }
}

@media screen and (max-width: 479px) {
  .scrollBtn {
    font-size: 1.1rem;
  }
  .scrollBtn._down {
    right: 5%;
    left: auto;
    bottom: -1.7rem;
    padding-bottom: 3.5rem;
  }
  .scrollBtn._up {
    bottom: -1.7rem;
    padding-bottom: 3.5rem;
  }
  .scrollBtn._down .scrollBtn-line {
    height: 3rem;
  }
  .scrollBtn._up .scrollBtn-line {
    height: 3rem;
  }
}

/* ------------------------------
* swiper
------------------------------ */
.swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  height: 100%;
}

.swiper-slide {
  height: 100%;
}

.swiper-slide-active img {
  -webkit-animation: zoomUp 8s 0s linear forwards;
          animation: zoomUp 8s 0s linear forwards;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-slide-duplicate-active img {
  -webkit-animation: zoomUp 8s 0s linear forwards;
          animation: zoomUp 8s 0s linear forwards;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-slide-prev img {
  -webkit-animation: zoomUp 8s 0s linear forwards;
          animation: zoomUp 8s 0s linear forwards;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-slide img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}


/* ------------------------------
* スタッフ紹介
------------------------------ */
.staff_name span.director {
  color: #000;
}


/* ------------------------------
* お客様の声
------------------------------ */
.voice_box {
  display: flex;
  flex-wrap: wrap;
}

.voice_img {
  margin: auto;
  margin-right: 5%;
  width: 40%;
}

.voice_img img {
  width: 100%;
}

.voice_text {
  margin-top: 16px;
  font-size: 17px;
  line-height: 1.7;
  width: 55%;
}

@media screen and (max-width: 768px) {
  .voice_img {
    width: 100%;
  }

  .voice_text {
    width: 100%;
  }

}

@media screen and (max-width: 479px) {


  .voice_text {
    font-size: 13px;
  }

}


/* ------------------------------
* フッダー
------------------------------ */
.footer-block {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0px;
  margin-bottom: 0;
  width: 100%;
}

.footer-btn {
  color: #fff;
  width: 50%;
  border-right: 1px solid #fff
}

.footer-btn:last-child {
  border-right: 0px;
}

.footer-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  width: 100%;
  height: 5rem;
  background-color: #3d92f9;
}

.footer_tel a {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 700px) {

  .f_nav ul li:nth-child(5) {
    margin: 10px auto 10px 0;
    border-right: 1px solid #fff;
  }
}

@media screen and (max-width: 479px) {
  .footer-block {
    display: flex;
  }

  .f_nav ul li:nth-child(5) {
    margin: 10px auto 10px 0;
    border-right: 1px solid #fff;
  }
}


/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .main {
  position: static;
}

_:-ms-lang(x)::-ms-backdrop, .catch {
  width: 100vw;
}

_:-ms-lang(x)::-ms-backdrop, .catch-txt ._large {
  font-size: 4.7rem;
}

_:-ms-lang(x)::-ms-backdrop, .catch_flex {
  padding-bottom: 0;
}


/* ------------------------------
* 2021/11/11
------------------------------ */
.catch-txt {
  padding: 3.3rem 0;
  color: #000;
  text-align: center;
  text-shadow: none;
  font-size: 2rem;
  background: rgba(255, 255, 255, 0.75);
}

.catch-txt:before {
  content: '';
  position: absolute;
  top: -12%;
  right: 5%;
  width: 6.5rem;
  height: 100%;
  background-image: url(../img/mv_plane.svg);
  background-repeat: no-repeat;
}

.catch-txt ._large {
  font-size: 3.9rem;
  color: #231815;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff, 1px 0px 0 #fff, 0px 1px 0 #fff, -1px 0px 0 #fff, 0px -1px 0 #fff;
}

.catch_flex {
  padding: 0;
  background: none;
  justify-content: center;
}

.main_price_bnr_txt span {
  padding-left: 1.2rem;
  font-size: 4.5rem;
  color: #ed6d26;
}

.main_price_bnr_txt span span {
  padding: 0;
  font-size: 1.5rem;
  color: #000;
}

p.main_price_ttl {
  padding: 0;
  align-items: baseline;
}

p.main_price_text {
  padding-left: 5%;
}

.catch_icon {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  width: 100%;
}

p.catch_icontext {
  position: relative;
  text-align: center;
  font-size: 1.7rem;
  padding-top: 8rem;
  width: 13rem;
  height: 13rem;
  background: #ee7a25;
  border-radius: 70px;
  color: #fff;
  letter-spacing: 0.3rem;
}

p.catch_icontext:first-child::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 63px;
  height: 100%;
  background-image: url(../img/mv_icon01.svg);
  background-repeat: no-repeat;
  transform: translate(-50%, 14%);
}

p.catch_icontext:nth-child(2) {
  margin: 0 3%;
}

p.catch_icontext:nth-child(2)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 63px;
  height: 100%;
  background-image: url(../img/mv_icon02.svg);
  background-repeat: no-repeat;
  transform: translate(-50%, 10%);
}

p.catch_icontext:last-child {
  letter-spacing: 0;
}

p.catch_icontext:last-child::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 63px;
  height: 100%;
  background-image: url(../img/mv_icon03.svg);
  background-repeat: no-repeat;
  transform: translate(-50%, 10%);
}

.top-buttun {
  padding: 2rem 4rem 2rem 3rem;
  border-radius: 50px;
  border-right: none;
  border-bottom: none;
  box-shadow: 3px 3px 0px #bebebe;
}

.top-buttun a {
  font-size: 1.5rem;
}

.top-buttun a::after {
  content: '';
  position: absolute;
  top: 25px;
  right: 20px;
  width: 8px;
  height: 100%;
  background-image: url(../img/mv_button.svg);
  background-repeat: no-repeat;
}


@media screen and (max-width: 1200px){
  .top-buttun {
      top: 20%;
      left: 2%;
      padding: 1rem 2rem 1rem 1rem;
  }

  .top-buttun a::after {
    top: 12px;
    right: 6px;
  }

}

@media screen and (max-width: 900px){

  p.catch_icontext:first-child::before {
    content: '';
    width: 45px;
  }

  p.catch_icontext:nth-child(2)::before {
    content: '';
    width: 45px;
  }

  p.catch_icontext:last-child::before {
    content: '';
    width: 45px;
  }

}

@media screen and (max-width: 769px){
  .main_price_bnr_txt span {
    padding: 0;
    font-size: 3.5rem;
  }
}


@media screen and (max-width: 479px){
  .catch-txt {
    font-size: 1.2rem;
  }

  .catch-txt ._large {
    margin-right: 2rem;
    margin-left: 2rem;
    font-size: 1.5rem;
  }

  .catch_flex {
    display: block;
  }

  .catch-txt:before {
    top: -10%;
    width: 4.5rem;
  }

  .main_price_bnr_txt span {
    font-size: 2.5rem;
  }

  .main_price_bnr_txt span span {
    font-size: 1.3rem;
  }

  p.main_price_text {
    padding: 0;
  }

  p.catch_icontext {
    padding-top: 5rem;
    font-size: 1.1rem;
    width: 8rem;
    height: 8rem;
    letter-spacing: 0;
  }

  p.catch_icontext:first-child::before {
    content: '';
    width: 35px;
  }

  p.catch_icontext:nth-child(2)::before {
    content: '';
    width: 35px;
  }

  p.catch_icontext:last-child::before {
    content: '';
    width: 35px;
  }

}


/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .top-buttun a::after {
  top: -1px;
}

_:-ms-lang(x)::-ms-backdrop, .catch-txt::before {
  top: -48%;
}

_:-ms-lang(x)::-ms-backdrop, p.catch_icontext:first-child::before {
  top: -35px;
}

_:-ms-lang(x)::-ms-backdrop, p.catch_icontext:nth-child(2)::before {
  top: -35px;
}

_:-ms-lang(x)::-ms-backdrop, p.catch_icontext:last-child::before  {
  top: -35px;
}


/* 2021/12/06 */
.catch_flex {
  padding: 0 5%;
  justify-content: space-between;
}

p.main_price_text {
  padding-left: 0;
}

@media screen and (max-width: 769px){
  p.main_price_text {
    justify-content: right;
  }
}

@media screen and (max-width: 479px){
  p.main_price_text {
    justify-content: center;
  }
}

