@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*color*/
/*------------------------------
module　basic
------------------------------*/
.clearFix:after {
  content: "";
  display: block;
  clear: both;
}

.clearFix {
  zoom: 1;
}

.textL {
  text-align: left !important;
}

.textC {
  text-align: center !important;
}

.textR {
  text-align: right !important;
}

@media only screen and (max-width: 767px) {
  .sp-textL {
    text-align: left !important;
  }
}

@media only screen and (max-width: 767px) {
  .sp-textC {
    text-align: center !important;
  }
}

@media only screen and (max-width: 767px) {
  .sp-textR {
    text-align: right !important;
  }
}

.ps_ab {
  position: absolute;
}

.flex {
  display: flex;
}

.body_inner {
  position: relative;
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
}

sup {
  font-size: 60%;
  font-weight: inherit;
  vertical-align: super;
}

em {
  font-weight: bold;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

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

.pc-inline {
  display: inline-block !important;
}

ul.inline li {
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp-inline {
    display: inline-block !important;
  }
  .pc-inline {
    display: none !important;
  }
}
h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, caption, th, td, img, form, figure, button {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: normal;
  color: #333;
}

body {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  font-size: 16px;
  line-height: 1.6;
}

.inner {
  max-width: 1024px;
  width: 100%;
  margin: auto;
  padding: 0 min(1.172vw, 12px);
}
@media only screen and (max-width: 767px) {
  .inner {
    min-width: 100%;
    width: 100%;
    padding: 0;
  }
}

a:hover {
  transition: 0.3s;
  filter: brightness(108%);
}

@media screen and (max-width: 750px) {
  a:hover {
    opacity: 1;
  }
}
.header {
  position: relative;
  z-index: 5;
  max-width: 1440px;
  margin: auto;
}

.header__logo {
  background: #fff;
  border-radius: 100vh;
  position: absolute;
  left: max(-3.472vw, -50px);
  top: max(-16.389vw, -236px);
  width: min(27.986vw, 403px);
  height: min(27.986vw, 403px);
}
@media only screen and (max-width: 767px) {
  .header__logo {
    top: -20.385vw;
    width: 34.615vw;
    height: 34.615vw;
  }
}
.header__logo a {
  position: absolute;
  bottom: min(4.306vw, 62px);
  right: 0;
  left: 0;
  margin: 0 auto;
  display: block;
  width: min(16.319vw, 235px);
}
@media only screen and (max-width: 767px) {
  .header__logo a {
    bottom: 4.872vw;
    width: 22.436vw;
  }
}
.header__logo a:hover {
  opacity: 1;
}

.header__mv {
  position: relative;
  z-index: 0;
}

.header__mv img {
  width: 100%;
}

.main-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: min(4.722vw, 68px);
}

.main-nav__item {
  margin-right: min(3.472vw, 50px);
}

.main-nav__item:last-child {
  position: relative;
  margin-right: 0;
  z-index: 2;
}

.main-nav__item a {
  position: relative;
  display: block;
  padding-left: min(1.389vw, 20px);
  font-size: min(1.25vw, 18px);
  font-weight: 500;
  color: #0085b8;
  font-weight: bold;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .main-nav__item:not(.main-nav__item--btn) a:hover {
    opacity: 0.75;
  }
}

.main-nav__item:not(.main-nav__item--btn) a:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - min(0.488vw, 5px));
  left: 0;
  width: min(0.781vw, 8px);
  height: min(0.781vw, 8px);
  border-bottom: 2px solid #0085b8;
  border-left: 2px solid #0085b8;
  transform: rotate(-45deg);
}

.main-nav__item--btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(20.833vw, 300px);
  height: min(4.167vw, 60px);
  margin: min(0.977vw, 10px) 0;
  padding: 0;
  box-shadow: none;
}
.main-nav__item--btn a img {
  width: min(15.833vw, 228px);
}

@media only screen and (max-width: 767px) {
  #nav-sp ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #nav-sp li a {
    position: relative;
    display: block;
    padding-left: 3.205vw;
    font-size: 2.821vw;
    font-weight: 500;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  #nav-sp li:not(.apply_btn) {
    padding: 3.205vw 0 3.462vw;
  }
  #nav-sp li:not(.apply_btn) a:before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - min(0.488vw, 5px));
    left: 0;
    width: 1.026vw;
    height: 1.026vw;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(-45deg);
  }
  #nav-sp .apply_btn {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #nav-sp .apply_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 89.744vw;
    height: 12.821vw;
    margin: 1.282vw 0;
    padding: 0;
  }
  #nav-sp .apply_btn a img {
    width: 50.769vw;
  }
}

/* .main-nav__item--btn a:before {
    top: calc(50% - .6rem);
    left: 33px;
    width: auto;
    height: auto;
    border: .68rem solid transparent;
    border-left: 1rem solid #fff;
    transform: none;
} */
/* キャンペーン情報 */
/*------------------------------
campaign
------------------------------*/
#campaign {
  background: url(../img/pat/cp.png) 0 0/198px auto repeat;
  background: url(../img/pat/cp_parts.png) center 0/1920px auto no-repeat, url(../img/pat/cp_bg1.png) center 0/100% auto no-repeat, url(../img/pat/cp.png) 0 0/198px auto repeat;
  margin-top: -1px;
  padding-bottom: min(10.156vw, 104px);
}
@media only screen and (max-width: 767px) {
  #campaign {
    background: url(../img/pat/cp_bg1_sp.png) center 0/100% auto no-repeat, url(../img/pat/cp.png) 0 0/198px auto repeat;
    padding-bottom: 5.897vw;
  }
}
#campaign .inner {
  padding-bottom: min(7.129vw, 73px);
}
@media only screen and (max-width: 767px) {
  #campaign .inner {
    padding: 0 5.128vw 8.974vw;
  }
}
#campaign #benefits {
  padding: min(7.813vw, 80px) 0 0;
}
@media only screen and (max-width: 767px) {
  #campaign #benefits {
    width: 89.744vw;
    margin: auto;
    padding: 12.179vw 0 0;
  }
}
#campaign #benefits .ttl {
  background: url(../img/pat/pink_pc.png) 0 0/min(19.336vw, 198px) auto repeat;
  border-radius: 20px 20px 0 0;
  height: min(11.719vw, 120px);
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #campaign #benefits .ttl {
    background: url(../img/pat/pink_sp.png) repeat;
    background-size: 12.692vw auto;
    border-radius: 2.564vw 2.564vw 0 0;
    height: 17.949vw;
  }
}
#campaign #benefits .ttl .ttl_text {
  margin-left: min(29.297vw, 300px);
  padding-top: min(2.93vw, 30px);
  width: min(49.805vw, 510px);
  overflow: hidden;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  #campaign #benefits .ttl .ttl_text {
    margin-left: 21.282vw;
    padding-top: 5.128vw;
    width: 63.077vw;
  }
}
#campaign #benefits .ttl .ttl_text .holder {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
#campaign #benefits .ttl.inActive .ttl_text {
  opacity: 1;
}
#campaign #benefits .ttl.inActive .ttl_text .holder {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
#campaign #benefits .ttl .badge {
  position: absolute;
  width: min(12.988vw, 133px);
  left: min(15.137vw, 155px);
  top: max(-0.684vw, -7px);
  animation: shake02 2.5s infinite cubic-bezier(0, 0, 0.2, 1) forwards;
}
@media only screen and (max-width: 767px) {
  #campaign #benefits .ttl .badge {
    width: 19.231vw;
    left: 1.154vw;
    top: -1.795vw;
  }
}
@keyframes shake01 {
  0% {
    transform: rotate(0);
  }
  5% {
    transform: rotate(6deg);
  }
  15% {
    transform: rotate(-6deg);
  }
  25% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes shake02 {
  0% {
    transform: rotate(0);
  }
  5% {
    transform: rotate(-6deg);
  }
  10% {
    transform: rotate(6deg);
  }
  15% {
    transform: rotate(-6deg);
  }
  20% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes shake03 {
  0% {
    transform: rotate(0);
  }
  4% {
    transform: rotate(-10deg);
    transform: translateY(-10px);
  }
  8% {
    transform: translateY(10px);
  }
  16% {
    transform: rotate(0);
    transform: translateY(-5px);
  }
  22% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
#campaign #benefits .ttl .ribbon {
  position: absolute;
  width: min(26.172vw, 268px);
  left: 0;
  right: 0;
  top: max(-2.832vw, -29px);
  margin: auto;
}
@media only screen and (max-width: 767px) {
  #campaign #benefits .ttl .ribbon {
    width: 34.359vw;
    top: -3.718vw;
  }
}
#campaign .present {
  position: relative;
  margin-top: max(-2.344vw, -24px);
  margin-bottom: min(4.883vw, 50px);
}
@media only screen and (max-width: 767px) {
  #campaign .present {
    width: 89.744vw;
    margin: auto;
    margin-top: -4.615vw;
    margin-bottom: 6.41vw;
  }
}
#campaign .present .ttl {
  background: url(../img/pat/yellow_pc.png) 0 0/198px auto repeat;
  background: url(../img/pat/present_head_pc.png) 0 bottom/100% auto no-repeat;
  height: min(19.922vw, 204px);
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #campaign .present .ttl {
    background: url(../img/pat/present_head_sp.png) 0 bottom/100% auto no-repeat;
    height: 28.974vw;
  }
}
#campaign .present .ttl .ttl_text {
  margin-left: min(27.441vw, 281px);
  padding-top: min(10.938vw, 112px);
  width: min(51.172vw, 524px);
  overflow: hidden;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  #campaign .present .ttl .ttl_text {
    margin-left: 20vw;
    padding-top: 16.026vw;
    width: 64.744vw;
  }
}
#campaign .present .ttl .ttl_text .holder {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
#campaign .present .ttl.inActive .ttl_text {
  opacity: 1;
}
#campaign .present .ttl.inActive .ttl_text .holder {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
#campaign .present .ttl .badge {
  position: absolute;
  left: min(15.625vw, 160px);
  top: min(8.691vw, 89px);
  width: min(10.742vw, 110px);
}
@media only screen and (max-width: 767px) {
  #campaign .present .ttl .badge {
    width: 14.103vw;
    left: 5.128vw;
    top: 12.821vw;
  }
}
#campaign .present .ttl .more {
  position: absolute;
  left: min(10.938vw, 112px);
  top: min(6.055vw, 62px);
  width: min(14.355vw, 147px);
  opacity: 0;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 767px) {
  #campaign .present .ttl .more {
    width: 18.718vw;
    left: 0.769vw;
    top: 9.231vw;
  }
}
#campaign .present .ttl.inActive .more {
  opacity: 1;
  animation: shake01 2s infinite cubic-bezier(0, 0, 0.2, 1) forwards;
}
#campaign .present .cnt {
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  padding: min(1.074vw, 11px) 0 min(3.906vw, 40px);
}
@media only screen and (max-width: 767px) {
  #campaign .present .cnt {
    border-radius: 0 0 2.564vw 2.564vw;
    padding: 5.128vw 0 7.692vw;
  }
}
#campaign .present .cnt .copy {
  width: min(84.961vw, 870px);
  margin-left: min(8.301vw, 85px);
  margin-bottom: min(2.246vw, 23px);
}
@media only screen and (max-width: 767px) {
  #campaign .present .cnt .copy {
    width: 80.256vw;
    margin-left: 6.41vw;
    margin-bottom: 6.667vw;
  }
}
#campaign .present .cnt .detail_area {
  background: url(../img/present_detail_bg.png) 0 0/100% auto no-repeat;
  width: min(82.031vw, 840px);
  height: min(65.723vw, 673px);
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #campaign .present .cnt .detail_area {
    background: url(../img/present_detail_bg_sp.png) center 0/contain no-repeat;
    width: 79.487vw;
    height: 162.949vw;
  }
}
#campaign .present .cnt .detail_area .soda_text {
  margin-left: min(23.535vw, 241px);
}
@media only screen and (max-width: 767px) {
  #campaign .present .cnt .detail_area .soda_text {
    width: 100%;
    margin-left: 0;
  }
}
#campaign .present .cnt .detail_area .soda_text .soda_ttl {
  width: min(50.781vw, 520px);
  padding-top: min(4.297vw, 44px);
  margin-bottom: min(1.563vw, 16px);
}
@media only screen and (max-width: 767px) {
  #campaign .present .cnt .detail_area .soda_text .soda_ttl {
    width: 47.051vw;
    padding-top: 11.026vw;
    margin-bottom: 10.128vw;
    margin-left: 25.897vw;
  }
}
#campaign .present .cnt .detail_area .soda_text .soda_desc {
  width: min(50.781vw, 520px);
  font-size: min(1.758vw, 18px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-bottom: min(1.172vw, 12px);
}
@media only screen and (max-width: 767px) {
  #campaign .present .cnt .detail_area .soda_text .soda_desc {
    width: 100%;
    font-size: 3.846vw;
    letter-spacing: normal;
    line-height: 2;
    padding: 0 4.487vw;
    margin-bottom: 2.949vw;
  }
}
#campaign .present .cnt .detail_area .soda_text .soda_point {
  position: relative;
  left: max(-2.051vw, -21px);
  width: min(53.711vw, 550px);
}
@media only screen and (max-width: 767px) {
  #campaign .present .cnt .detail_area .soda_text .soda_point {
    width: 75.769vw;
    left: inherit;
    margin-left: 2.564vw;
  }
}
#campaign .present .cnt .detail_area .glass_text {
  margin-left: min(16.895vw, 173px);
  margin-top: min(6.934vw, 71px);
  width: min(23.73vw, 243px);
}
@media only screen and (max-width: 767px) {
  #campaign .present .cnt .detail_area .glass_text {
    margin-left: 5.513vw;
    margin-top: 10.897vw;
    width: 31.154vw;
  }
}
#campaign .kosodate {
  margin: 0 auto;
  margin-bottom: min(4.004vw, 41px);
  width: min(97.656vw, 1000px);
}
@media only screen and (max-width: 767px) {
  #campaign .kosodate {
    width: 89.744vw;
    margin-bottom: 6.026vw;
  }
}
#campaign .anim_wrap {
  overflow: hidden;
  opacity: 0;
}
#campaign .holder {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
#campaign .inActive .anim_wrap {
  opacity: 1;
}
#campaign .inActive .anim_wrap .holder {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

/*------------------------------
price
------------------------------*/
#price {
  background: url(../img/pat/plan_bg.png) center 0/auto 104px no-repeat;
  padding: 104px 0 0;
  margin-top: max(-10.156vw, -104px);
}
@media only screen and (max-width: 767px) {
  #price {
    background: url(../img/pat/plan_bg_sp.png) center 0/auto 5.897vw no-repeat;
    padding: 5.897vw 0 0;
    margin-top: -5.897vw;
  }
}
#price .cnt_wrap {
  background: url(../img/pat/dot.png) 0 0/198px auto repeat;
  padding: 0 0 127px;
}
@media only screen and (max-width: 767px) {
  #price .cnt_wrap {
    background: url(../img/pat/dot_sp.png) 0 0/auto 3.077vw repeat;
    padding: 4.359vw 0 10.256vw;
  }
}
#price .inner {
  margin-top: -34px;
  border: none;
}
@media only screen and (max-width: 767px) {
  #price .inner {
    margin-top: 0;
  }
}
#price .plan_ttl {
  position: relative;
  width: min(76.855vw, 787px);
  margin-left: min(7.422vw, 76px);
  margin-bottom: min(2.93vw, 30px);
}
@media only screen and (max-width: 767px) {
  #price .plan_ttl {
    width: 81.667vw;
    margin-left: 0;
    margin: 0 auto 15.128vw;
  }
}
#price .plan_table {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #price .plan_table::before {
    background: url(../img/scroll_guide.png) 0 0/100% auto no-repeat;
    content: "";
    display: block;
    position: absolute;
    left: 5.128vw;
    top: -7.949vw;
    width: 89.744vw;
    height: 3.333vw;
  }
}
@media only screen and (max-width: 767px) {
  #price .plan_table .plan_table_inner {
    overflow: scroll;
    padding-right: 5.128vw;
    padding-left: 5.128vw;
  }
  #price .plan_table .plan_table_inner img {
    width: 116.154vw;
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  #price .notes {
    margin: 0 3.846vw 0 5.128vw;
  }
}
#price .notes .att1 {
  color: #777777;
  font-size: min(1.27vw, 13px);
  letter-spacing: -0.04em;
  margin: 1em 0 0.8em;
}
@media only screen and (max-width: 767px) {
  #price .notes .att1 {
    font-size: 2.179vw;
  }
}
#price .notes .att2 li {
  color: #777777;
  font-size: min(1.27vw, 13px);
  line-height: 1.4;
  letter-spacing: -0.04em;
}
@media only screen and (max-width: 767px) {
  #price .notes .att2 li {
    font-size: 2.179vw;
    display: flex;
    -moz-column-gap: 0.5em;
         column-gap: 0.5em;
  }
}

#points {
  padding: min(4.883vw, 50px) 0 min(5.664vw, 58px);
}
@media only screen and (max-width: 767px) {
  #points {
    padding: 7.051vw 0 7.692vw;
  }
}
#points .points_ttl {
  width: min(39.648vw, 406px);
  margin: 0 auto min(2.441vw, 25px);
}
@media only screen and (max-width: 767px) {
  #points .points_ttl {
    width: 53.718vw;
    margin: 0 auto 3.846vw;
  }
}
#points .points_list {
  display: flex;
  -moz-column-gap: min(1.367vw, 14px);
       column-gap: min(1.367vw, 14px);
}
@media only screen and (max-width: 767px) {
  #points .points_list {
    flex-wrap: wrap;
    row-gap: 2.564vw;
    width: 89.744vw;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  #points .points_list li {
    width: 100%;
  }
}

/*------------------------------
product
------------------------------*/
#product {
  background: url(../img/pat/wave01.png) 0 0/auto 47px repeat-x, url(../img/pat/wave02.png) 0 bottom/auto 47px repeat-x;
  padding: 46px 0 46px;
  margin-top: -47px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #product {
    background-size: auto 6.026vw;
    background-size: auto 2.949vw;
    margin-top: 0;
    padding: 2.821vw 0;
  }
}
#product .cnt_wrap {
  background: url(../img/pat/noise.png) 0 0/auto 198px repeat;
  padding: min(5.859vw, 60px) 0 min(5.078vw, 52px);
}
@media only screen and (max-width: 767px) {
  #product .cnt_wrap {
    padding: 6.667vw 0 9.615vw;
  }
}
#product .product_ttl {
  width: min(90.137vw, 923px);
  margin: 0 auto min(2.441vw, 25px);
}
@media only screen and (max-width: 767px) {
  #product .product_ttl {
    width: 66.41vw;
    margin: 0 auto 3.846vw;
  }
}
#product .product-header__txt {
  margin-bottom: min(3.125vw, 32px);
  font-size: min(1.563vw, 16px);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #product .product-header__txt {
    font-size: 3.59vw;
    line-height: 1.78;
    letter-spacing: normal;
    padding: 0;
    margin-bottom: 3.59vw;
  }
}

.container {
  margin-bottom: min(7.813vw, 80px);
}
@media only screen and (max-width: 767px) {
  .container {
    margin: 0 5.128vw 10.256vw;
  }
}

.thumbnail {
  margin-bottom: min(2.93vw, 30px);
}
@media only screen and (max-width: 767px) {
  .thumbnail {
    margin-bottom: 3.846vw;
  }
}
.thumbnail .slick-track {
  transform: unset !important;
  display: flex !important;
  justify-content: space-between;
  cursor: pointer;
  width: 100% !important;
}
@media only screen and (max-width: 767px) {
  .thumbnail .slick-track {
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 1.923vw;
         column-gap: 1.923vw;
  }
}
.thumbnail .slick-list {
  padding: 0 !important;
}
.thumbnail .slick-slide {
  width: min(13.086vw, 134px) !important;
}
@media only screen and (max-width: 767px) {
  .thumbnail .slick-slide {
    width: 18.462vw !important;
    min-height: 20.513vw;
    display: flex;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  .thumbnail .slick-track {
    align-items: flex-end;
  }
}
.thumbnail .slick-track:before, .thumbnail .slick-track:after {
  content: none;
}

@media print, screen and (min-width: 768px) {
  .slider {
    margin: 0 min(0.488vw, 5px);
  }
}
.slider .slick-slide {
  padding: 0 1px;
}
.slider .slick-slide img {
  width: 100%;
  background-color: #fff;
  border: solid #0085b8 2px;
  border-radius: min(0.977vw, 10px);
}
@media only screen and (max-width: 767px) {
  .slider .slick-slide img {
    border-radius: 2.564vw;
  }
}

.slick-prev {
  display: inline-block;
  left: min(3.125vw, 32px);
}
@media only screen and (max-width: 767px) {
  .slick-prev {
    top: 30.128vw;
  }
}

.slick-next {
  right: min(3.125vw, 32px);
}
@media only screen and (max-width: 767px) {
  .slick-next {
    top: 30.128vw;
  }
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before,
.slick-prev:hover:after, .slick-prev:focus:after, .slick-next:hover:after, .slick-next:focus:after {
  opacity: 1;
}

.slick-prev:hover:before, .slick-next:hover:before,
.slick-prev:hover:after, .slick-next:hover:after {
  filter: brightness(120%);
}

.slick-next::before,
.slick-prev::before {
  content: "";
  position: absolute;
  width: min(2.832vw, 29px);
  height: min(5.664vw, 58px);
  background-color: #0085b8;
}
@media only screen and (max-width: 767px) {
  .slick-next::before,
  .slick-prev::before {
    width: 3.974vw;
    height: 8.846vw;
  }
}

.slick-next::before,
.slick-next::after {
  right: 0;
  background: url(../img/product/arw_right.svg) 0 center/100% auto no-repeat;
}
.slick-prev::before,
.slick-prev:after {
  left: 0;
  background: url(../img/product/arw_left.svg) 0 center/100% auto no-repeat;
}
.slick-prev:before, .slick-next:before {
  border: 0;
}

.slick-dots {
  bottom: max(-4.883vw, -50px);
}
@media only screen and (max-width: 767px) {
  .slick-dots {
    bottom: -5.128vw;
    height: 10px;
  }
}
.slick-dots li button {
  padding: 4px;
}

.slick-dots li button:before {
  width: 10px;
  height: 10px;
  background-color: #0085b8;
  border-radius: 100vh;
}

.slick-dots li button:before {
  opacity: 1;
  background-color: transparent;
  border: 1px solid #0085b8;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #0085b8;
}

/*------------------------------
about
------------------------------*/
#about {
  background: url(../img/pat/paper.png) 0 0/100% auto repeat;
  background-size: 198px;
  padding: min(8.789vw, 90px) 0 min(7.227vw, 74px);
  margin-top: -23px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #about {
    padding: 10.256vw 0 10.256vw;
    margin-top: -2.949vw;
  }
}

.about-ttl {
  margin: auto;
  margin-bottom: min(6.836vw, 70px);
  width: min(48.047vw, 492px);
}
@media only screen and (max-width: 767px) {
  .about-ttl {
    width: 64.103vw;
  }
}

/*
award
*/
.awards {
  position: relative;
  margin-bottom: min(3.906vw, 40px);
}
@media only screen and (max-width: 767px) {
  .awards {
    margin-bottom: 5.128vw;
  }
}
.awards::before {
  background: url(../img/about_deco_left.png) 0 0/100% auto no-repeat;
  content: "";
  display: block;
  position: absolute;
  left: max(-0.781vw, -8px);
  top: max(-1.953vw, -20px);
  width: min(13.77vw, 141px);
  height: min(18.262vw, 187px);
}
@media only screen and (max-width: 767px) {
  .awards::before {
    background-image: url(../img/about_deco_left_sp.png);
    left: 1.538vw;
    top: -0.513vw;
    width: 15.897vw;
    height: 22.308vw;
  }
}
.awards::after {
  background: url(../img/about_deco_right.png) 0 0/100% auto no-repeat;
  content: "";
  display: block;
  position: absolute;
  right: max(-0.488vw, -5px);
  top: max(-1.172vw, -12px);
  width: min(13.867vw, 142px);
  height: min(18.164vw, 186px);
}
@media only screen and (max-width: 767px) {
  .awards::after {
    background-image: url(../img/about_deco_right_sp.png);
    right: 1.667vw;
    top: -1.282vw;
    width: 18.205vw;
    height: 23.846vw;
  }
}
.awards .award_head {
  position: absolute;
  z-index: 1;
  top: max(-3.809vw, -39px);
  left: 0;
  right: 0;
  width: min(67.09vw, 687px);
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .awards .award_head {
    top: -5vw;
    width: 80.128vw;
  }
}
@media only screen and (max-width: 767px) {
  .awards .award_text {
    width: 89.744vw;
    margin: auto;
  }
}

.about-ttl-txt {
  margin-bottom: min(3.125vw, 32px);
  font-size: min(1.563vw, 16px);
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .about-ttl-txt {
    font-size: 3.59vw;
  }
}

.about-box-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: min(1.818vw, 20px);
       column-gap: min(1.818vw, 20px);
}
@media only screen and (max-width: 767px) {
  .about-box-wrap {
    -moz-column-gap: 3.846vw;
         column-gap: 3.846vw;
    width: 89.744vw;
    margin: auto;
  }
}

.about-box-wrap .about-box {
  display: block;
}
.about-box-wrap .about-box:hover {
  opacity: 1;
}

.about-box__ttl {
  position: relative;
  z-index: 2;
}

.about-box__ttl_sub {
  margin: 20px 0;
}

/* //モーダル */
.modaal-wrapper {
  background: rgba(238, 253, 255, 0.9);
}

@media only screen and (max-width: 767px) {
  .modaal-inner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.modaal-close {
  width: min(2.93vw, 30px);
  height: min(2.93vw, 30px);
  position: absolute;
  right: min(3.182vw, 35px);
  top: min(3.182vw, 35px);
}
@media only screen and (max-width: 767px) {
  .modaal-close {
    top: -8.974vw;
    top: 2vw;
    width: 5.769vw;
    height: 5.769vw;
    right: 5.641vw;
  }
}

.modaal-close:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .modaal-close:hover {
    opacity: 1;
  }
}

.modaal-close:focus,
.modaal-close:hover {
  background-color: unset;
}
@media only screen and (max-width: 767px) {
  .modaal-close:hover::before, .modaal-close:hover::after {
    background-color: #0085b8 !important;
  }
}

.modaal-content-container {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .modaal-content-container {
    padding-top: 10.256vw;
  }
}

.modaal-container {
  max-width: 1100px;
  background: none;
  box-shadow: none;
}

.modaal-close.close_btm:before, .modaal-close.close_btm:after {
  background: #0085b8;
}

.modaal-close:before, .modaal-close:after {
  background: #fff;
  border-radius: 0;
  left: 14px;
  top: -2px;
  width: 4px;
  height: 35px;
}
@media only screen and (max-width: 767px) {
  .modaal-close:before, .modaal-close:after {
    background: #0085b8;
    left: 3vw;
    top: -2px;
    width: 4px;
    height: 7vw;
  }
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #fff;
}

.modaal-close.close_btm {
  position: relative;
  top: inherit;
  right: inherit;
  width: auto;
  height: auto;
  padding-right: min(2.273vw, 25px);
  margin-top: min(2.727vw, 30px);
  border-radius: inherit;
  font-size: min(2vw, 22px);
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #0085b8;
}
@media only screen and (max-width: 767px) {
  .modaal-close.close_btm {
    padding-right: 4.487vw;
    padding-bottom: 0.769vw;
    margin-top: 4.872vw;
    font-size: 4.359vw;
  }
}

.modaal-close.close_btm:before, .modaal-close.close_btm:after {
  left: initial;
  right: 0px;
  height: min(2.344vw, 24px);
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #0085b8;
}
@media only screen and (max-width: 767px) {
  .modaal-close.close_btm:before, .modaal-close.close_btm:after {
    height: 4.615vw;
    width: 3px;
  }
}

.about-box__cts {
  position: relative;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  border: solid 2px #dcf1f4;
}
@media only screen and (max-width: 767px) {
  .about-box__cts {
    width: 89.744vw;
    margin: 0 auto;
  }
}

.feauture_about-box__ttl {
  position: relative;
  text-align: center;
  background: #0085b8;
  border-radius: 7px 7px 0 0;
  padding: 0 0 0 min(3.364vw, 37px);
  height: min(9.091vw, 100px);
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .feauture_about-box__ttl {
    padding-left: 7.692vw;
    height: 19.744vw;
  }
}
.feauture_about-box__ttl img {
  width: auto;
  height: min(3.545vw, 39px);
}
@media only screen and (max-width: 767px) {
  .feauture_about-box__ttl img {
    height: 12.564vw;
  }
}

.modaal-inner {
  padding: min(3.32vw, 34px) 0 min(2.734vw, 28px);
}
@media only screen and (max-width: 767px) {
  .modaal-inner {
    padding: 7.692vw 4.872vw 4.872vw;
  }
}

.about-box__txt {
  padding: 0;
  text-align: center;
  font-size: min(1.364vw, 15px);
  font-weight: 500;
  padding: 0 min(1.273vw, 14px);
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .about-box__txt {
    font-size: 3.59vw;
    text-align: left;
    padding: 0;
    margin-bottom: 3.59vw;
  }
}

.modal-02 .about-box__img {
  width: min(78.418vw, 803px);
  margin: 0 auto;
}

.modal-03 .about-box__img {
  width: min(79.199vw, 811px);
  margin: 0 auto;
}

.modal-03 .about-points__img {
  text-align: center;
  margin-bottom: min(1.636vw, 18px);
}
@media only screen and (max-width: 767px) {
  .modal-03 .about-points__img {
    margin-bottom: 3.846vw;
  }
}

.about-points {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: min(2.727vw, 30px);
       column-gap: min(2.727vw, 30px);
  margin-top: min(2.93vw, 30px);
  padding: 0 min(4vw, 44px);
}
@media only screen and (max-width: 767px) {
  .about-points {
    flex-wrap: wrap;
    row-gap: 5.128vw;
    margin-top: 5.128vw;
    padding: 0;
  }
}

.about-points__item {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .about-points__item {
    width: 100%;
    margin-right: 0;
  }
}
.about-points__item img {
  width: min(20vw, 220px);
}
@media only screen and (max-width: 767px) {
  .about-points__item img {
    width: 48.718vw;
  }
}

.about-points__item:last-of-type {
  margin: 0;
}

.about-points__ttl {
  font-size: min(1.545vw, 17px);
  font-weight: 600;
  color: #ea6176;
  text-align: center;
  margin-bottom: min(0.727vw, 8px);
}
@media only screen and (max-width: 767px) {
  .about-points__ttl {
    font-size: 4.359vw;
  }
}

.about-points__txt {
  font-size: min(1.273vw, 14px);
  font-weight: 500;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .about-points__txt {
    font-size: 3.077vw;
  }
}

.about-box_btn picture {
  position: relative;
  z-index: 2;
}

.remodal {
  display: none;
}

/* --- サムネイル画像の表示切り替え --- */
/* まずは通常画像を表示し、アクティブ画像を隠す */
.thumbnail-img .normal-image {
  display: block;
}

.thumbnail-img .active-image {
  display: none;
}

/* Slickが現在選択中のスライドに付ける`.slick-current`クラスを利用 */
/* カレントスライドになったら、表示を逆転させる */
.thumbnail-img.slick-current .normal-image {
  display: none;
}

.thumbnail-img.slick-current .active-image {
  display: block;
}

/*------------------------------
flow
------------------------------*/
#flow {
  padding: min(7.813vw, 80px) 0 0;
}
@media only screen and (max-width: 767px) {
  #flow {
    padding: 10.256vw 0 0;
  }
}
#flow .ttl {
  width: min(41.113vw, 421px);
  margin: 0 auto min(4.883vw, 50px);
}
@media only screen and (max-width: 767px) {
  #flow .ttl {
    width: 53.974vw;
  }
}
#flow ul.step {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: min(3.906vw, 40px);
       column-gap: min(3.906vw, 40px);
  margin-bottom: min(3.32vw, 34px);
}
@media only screen and (max-width: 767px) {
  #flow ul.step {
    grid-template-columns: 1fr;
    row-gap: 7.692vw;
    width: 79.487vw;
    margin: 0 auto 8.077vw;
  }
}
#flow ul.step li {
  display: grid;
  grid-row: auto;
  justify-items: center;
  grid-template-rows: auto min(25.391vw, 260px) 1fr;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #flow ul.step li {
    display: grid;
    grid-template-columns: 1fr 25.641vw;
    grid-template-rows: 5.897vw auto;
    grid-template-rows: auto auto;
    -moz-column-gap: 6.41vw;
         column-gap: 6.41vw;
    row-gap: 1.282vw;
    justify-items: start;
  }
}
#flow ul.step li:not(:last-child)::before {
  background: url(../img/step_arw.svg) 0 0/100% auto no-repeat;
  content: "";
  display: block;
  position: absolute;
  right: max(-4.102vw, -42px);
  top: min(11.719vw, 120px);
  width: min(3.516vw, 36px);
  height: min(5.957vw, 61px);
}
@media only screen and (max-width: 767px) {
  #flow ul.step li:not(:last-child)::before {
    background-image: url(../img/step_arw_sp.svg);
    right: 0;
    left: 0;
    top: inherit;
    bottom: -7.179vw;
    width: 7.821vw;
    height: 4.615vw;
    margin: auto;
  }
}
#flow ul.step li .step_num {
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #flow ul.step li .step_num {
    grid-area: 1/1/2/2;
    display: flex;
    justify-items: flex-end;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  #flow ul.step li .step_num img {
    width: auto;
    height: 5.897vw;
  }
}
#flow ul.step li .step_pic {
  height: min(25.391vw, 260px);
  width: auto;
  margin-top: max(-1.953vw, -20px);
}
@media only screen and (max-width: 767px) {
  #flow ul.step li .step_pic {
    height: 25.641vw;
    margin-top: 0;
    grid-area: 1/2/3/3;
    display: flex;
    justify-items: flex-start;
  }
}
#flow ul.step li .step_txt {
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #flow ul.step li .step_txt {
    grid-area: 2/1/3/2;
    text-align: left;
  }
}
#flow ul.step li .step_txt p {
  font-size: min(1.563vw, 16px);
  line-height: 1.88;
  display: inline-block;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #flow ul.step li .step_txt p {
    font-size: 3.077vw;
    line-height: 1.66;
    letter-spacing: 0.01em;
  }
}

/* ------------------------------------
ボタンの基本スタイル
------------------------------------*/
/* ボタン自体のスタイル */
.shine-button {
  background: red; /* 背景色 */
  margin: 1.5em auto;
  /* 上下に1emの余白, 左右は中央揃えにするために auto */
  text-align: center; /* 内部のリンクテキストは中央揃え */
  display: block; /* 形状は block */
  width: 100%; /* 横幅は一杯に伸ばす */
  max-width: 500px; /* その中でも最大幅は500pxに制限 */
  border-radius: 100px; /* 角は丸く */
  cursor: pointer; /* リンクがあれば不要 */
  /* ボタンを光らせるために必要 */
  position: relative;
  /* ボタンの位置を基準にするため relative指定 */
  overflow: hidden; /* ボタンの外の領域は非表示 */
}

/* ボタン内のリンクのスタイル 
（リンク自体でボタンを作る場合には不要） */
.shine-button a {
  display: block; /* 形状はblock */
  width: 100%; /* 外側のボックスに対して横幅いっぱいに*/
  padding: 1em; /* 上下左右1文字分の余白 */
  color: white; /* 文字色は白 */
  text-decoration: none; /* 下線など文字装飾は無し */
}

/* リンク自体でボタンを作る場合の追加のスタイル
（ボックス＋その中にリンクのあるボタンの場合には不要）*/
a.shine-button {
  padding: 1em; /* 上下左右に1文字分の余白を設ける */
  color: white; /* 文字色を白色に指定*/
  text-decoration: none; /* リンクの下線は非表示 */
}

/* ------------------------------------
ボタンの外側にボックス作成
（疑似要素「before」を使う）
------------------------------------*/
.btn_style:not(.fixed, .in-nav)::before {
  content: ""; /* 文字は表示しないので中身無しを指定 */
  position: absolute; /* ボタンの位置を基準に絶対値指定する */
  display: block; /* 形式はblock */
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
  /* 背景色は透明から白になるグラデーション */
  width: 50px; /* 横幅 */
  height: 50px; /* 縦幅 */
  top: -100px; /* ボタン左上を基準に上へ60pxの位置 */
  left: -60px; /* ボタン左上を基準に左へ60pxの位置 */
  /* アニメーションの動作指定 */
  animation-name: shine-run; /* アニメーション名の指定 */
  animation-delay: 0s; /* アニメーションの開始時間指定 */
  animation-duration: 3s; /* アニメーション動作時間の指定 */
  animation-timing-function: ease-in;
  /* アニメーションの動き指定（徐々に早く）*/
  animation-iteration-count: infinite;
  /* アニメーションの無限繰り返しの指定 */
}

/* ------------------------------------
アニメーションのタイミングとボックスの
拡大率、角度、透過率の指定
------------------------------------*/
@keyframes shine-run {
  0% {
    transform: scale(0) rotate(50deg);
    /* アニメ開始時は大きさ0、50度の傾き */
    opacity: 0;
    /* アニメ開始時は全透過 */
  }
  40% {
    transform: scale(1) rotate(50deg);
    /* 40%まで進む間に大きさを等倍に。傾きは50度のまま*/
    opacity: 1;
    /* 透過しない（しっかり表示される）ように1を設定 */
  }
  100% {
    transform: scale(250) rotate(50deg);
    /* 最後は元の大きさの250倍になるようにする。傾きは50度のまま*/
    opacity: 0;
    /* 全透過になるようにして、徐々に消えるような変化を付ける */
  }
}
.btn_caption {
  width: min(45.41vw, 465px);
  margin: 0 auto min(0.586vw, 6px);
}
@media only screen and (max-width: 767px) {
  .btn_caption {
    width: 63.462vw;
    margin: 0 auto 0.769vw;
  }
}

.btn_style {
  display: block;
  border-radius: 100vh;
  background: #FF6868;
  background: linear-gradient(180deg, rgb(255, 104, 104) 0%, rgb(255, 26, 69) 100%);
  box-shadow: 0px 6px 6px 0px rgba(29, 0, 62, 0.15), inset 0px 0px 30px 0px rgba(226, 66, 70, 0.6);
  width: min(97.656vw, 1000px);
  width: 100%;
  height: min(10.742vw, 110px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .btn_style {
    width: 89.744vw;
    height: 17.436vw;
    margin: auto;
  }
}
.btn_style img {
  width: min(44.141vw, 452px);
}
@media only screen and (max-width: 767px) {
  .btn_style img {
    width: 68.462vw;
  }
}
.btn_style.fixed {
  max-width: min(97.656vw, 1000px);
  width: 100%;
  height: min(7.813vw, 80px);
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .btn_style.fixed {
    width: 89.744vw;
    height: 14.103vw;
  }
}
.btn_style.fixed img {
  width: min(67.676vw, 693px);
}
@media only screen and (max-width: 767px) {
  .btn_style.fixed img {
    width: 76.923vw;
  }
}

.fixed_btn {
  display: none;
  background-color: rgba(255, 255, 255, 0.6);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  padding: min(0.977vw, 10px) min(1.172vw, 12px);
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .fixed_btn {
    padding: 2.564vw 0;
  }
}

body.scrolled-to-bottom .fixed_btn {
  background-color: transparent;
}

/*------------------------------
terms
------------------------------*/
#terms {
  padding: min(6.836vw, 70px) 0 0;
}
@media only screen and (max-width: 767px) {
  #terms {
    padding-top: 10.256vw;
    width: 83.333vw;
    margin: auto;
  }
}

#terms .head {
  font-size: min(2.344vw, 24px);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #0085b8;
  margin-bottom: min(1.855vw, 19px);
}
@media only screen and (max-width: 767px) {
  #terms .head {
    font-size: 4.872vw;
    margin-bottom: 5.128vw;
  }
}

#terms .caption_cont {
  height: min(27.344vw, 280px);
  background: #fff;
  overflow-y: scroll;
  border: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  #terms .caption_cont {
    height: 80.769vw;
  }
}

#terms .caption_cont ul {
  padding: min(3.516vw, 36px) min(4.395vw, 45px);
}
@media only screen and (max-width: 767px) {
  #terms .caption_cont ul {
    padding: 4.487vw 4.872vw;
  }
}

#terms li {
  font-size: min(1.172vw, 12px);
  line-height: 1.8;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  #terms li {
    font-size: 2.564vw;
  }
}

#terms .att {
  margin: min(1.758vw, 18px) 0 0;
}
#terms .att li {
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  #terms .att li {
    font-size: 2.179vw;
    display: flex;
  }
}

/*------------------------------
inquiry
------------------------------*/
.inquiry {
  position: relative;
  margin: min(3.223vw, 33px) auto 0;
}
@media only screen and (max-width: 767px) {
  .inquiry {
    width: 83.333vw;
    margin: 5.128vw auto 0;
  }
}
.inquiry .head {
  text-align: center;
  font-size: min(1.563vw, 16px);
  font-weight: 500;
  letter-spacing: 0.07em;
  height: min(3.418vw, 35px);
  color: #fff;
  background: #0085b8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1px;
}
@media only screen and (max-width: 767px) {
  .inquiry .head {
    font-size: 3.59vw;
    height: 8.333vw;
  }
}
.inquiry .head + div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #0085b8;
  border-top: none;
  background: #fff;
  overflow: hidden;
  padding-top: min(1.758vw, 18px);
  padding-bottom: min(2.441vw, 25px);
}
@media only screen and (max-width: 767px) {
  .inquiry .head + div {
    flex-wrap: wrap;
    border-width: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    padding: 1.923vw 0 3.718vw;
  }
}
.inquiry .head + div a {
  position: relative;
  display: block;
  width: 50%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .inquiry .head + div a {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .inquiry .head + div a:first-child:before {
    position: absolute;
    top: max(-0.977vw, -10px);
    right: 0;
    content: " ";
    display: block;
    width: 1px;
    height: min(9.277vw, 95px);
    background-image: linear-gradient(to bottom, #0085b8, #0085b8 6px, transparent 1px, transparent 1px);
    background-size: 1px 9px;
    background-position: top right;
    background-repeat: repeat-y;
  }
}
@media only screen and (max-width: 767px) {
  .inquiry .head + div a:first-child:before {
    position: absolute;
    bottom: 0;
    left: 0.256vw;
    content: " ";
    display: block;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #0085b8, #0085b8 3px, transparent 2px, transparent 1px);
    background-size: 5px 1px;
    background-position: top right;
    background-repeat: repeat-x;
  }
}
.inquiry dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .inquiry dl {
    row-gap: min(1.172vw, 12px);
  }
}
.inquiry dl dt, .inquiry dl dd {
  line-height: 1;
  color: #333;
}
.inquiry dl dt {
  font-size: min(1.563vw, 16px);
  font-weight: 600;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 767px) {
  .inquiry dl dt {
    font-size: 3.59vw;
    margin: 4.231vw 0 1.923vw;
  }
}
.inquiry dl dd.small {
  font-size: min(1.172vw, 12px);
  font-weight: 600;
  letter-spacing: 0.1em;
  display: inline-flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .inquiry dl dd.small {
    font-size: 2.564vw;
    justify-content: center;
    margin-top: 2.051vw;
  }
}
.inquiry dl dd:not(.small) {
  color: #0085b8;
  font-size: min(2.344vw, 24px);
  font-weight: 600;
  letter-spacing: 0.07em;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .inquiry dl dd:not(.small) {
    font-size: 5.641vw;
  }
}
@media only screen and (max-width: 767px) {
  .inquiry dl.web {
    padding-bottom: 6.795vw;
  }
}
.inquiry dl.web dt {
  width: 100%;
}
.inquiry dl.web dd:not(.small) {
  letter-spacing: 0.03em;
}
.inquiry dl.web dd:not(.small)::before {
  background: url(../img/icon_pc.svg) 0 0/100% auto no-repeat;
  content: "";
  display: inline-block;
  position: relative;
  left: -13px;
  top: 2px;
  width: min(4.004vw, 41px);
  height: min(3.613vw, 37px);
}
@media only screen and (max-width: 767px) {
  .inquiry dl.web dd:not(.small)::before {
    width: 8.205vw;
    height: 7.179vw;
    left: -2.564vw;
  }
}
@media only screen and (max-width: 767px) {
  .inquiry dl.tel dt {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .inquiry dl.tel dd.small {
    order: 3;
    width: 100%;
  }
}
.inquiry dl.tel dd:not(.small) {
  font-size: min(2.93vw, 30px);
}
@media only screen and (max-width: 767px) {
  .inquiry dl.tel dd:not(.small) {
    font-size: 6.154vw;
    order: 2;
  }
}
.inquiry dl.tel dd:not(.small)::before {
  background: url(../img/icon_tel.svg) 0 0/100% auto no-repeat;
  content: "";
  display: inline-block;
  position: relative;
  left: -6px;
  top: 5px;
  width: min(2.734vw, 28px);
  height: min(3.125vw, 32px);
}
@media only screen and (max-width: 767px) {
  .inquiry dl.tel dd:not(.small)::before {
    width: 6.667vw;
    height: 7.308vw;
    left: -2.821vw;
  }
}

/*------------------------------
footer
------------------------------*/
@media only screen and (max-width: 767px) {
  .footer .inner {
    padding: 0;
  }
}

.footer_link .footer_link-inner {
  display: grid;
  grid-template-columns: min(20.215vw, 207px) 1fr;
  -moz-column-gap: min(4.883vw, 50px);
       column-gap: min(4.883vw, 50px);
  margin: 0 auto;
  padding: min(2.93vw, 30px) 0 min(1.758vw, 18px);
}
@media only screen and (max-width: 767px) {
  .footer_link .footer_link-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -moz-column-gap: 3.59vw;
         column-gap: 3.59vw;
    padding: 3.205vw 7.051vw 2.821vw 8.333vw;
  }
}

.footer_link .logo {
  width: min(20.215vw, 207px);
  grid-area: 1/1/3/2;
}
@media only screen and (max-width: 767px) {
  .footer_link .logo {
    width: 26.538vw;
  }
}

.footer_link .logo img {
  width: 100%;
}

.footer_link .footer_sns {
  margin: 0 0 min(2.344vw, 24px);
  grid-area: 1/2/2/3;
  display: flex;
  align-items: flex-end;
  -moz-column-gap: min(1.563vw, 16px);
       column-gap: min(1.563vw, 16px);
}
@media only screen and (max-width: 767px) {
  .footer_link .footer_sns {
    margin-top: 2.949vw;
    -moz-column-gap: 2.308vw;
         column-gap: 2.308vw;
  }
}

.footer_link .footer_sns li {
  width: min(4.59vw, 47px);
}
@media only screen and (max-width: 767px) {
  .footer_link .footer_sns li {
    width: 10.897vw;
  }
}

.footer_link .footer_sns li img {
  width: 100%;
}

.footer_link .linkList {
  display: flex;
  -moz-column-gap: min(2.93vw, 30px);
       column-gap: min(2.93vw, 30px);
  grid-area: 2/2/3/3;
}
@media print, screen and (min-width: 768px) {
  .footer_link .linkList {
    flex-wrap: wrap;
    row-gap: min(0.977vw, 10px);
  }
}
@media only screen and (max-width: 767px) {
  .footer_link .linkList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 3.205vw;
    width: 100%;
    padding: 3.077vw 0 0;
  }
}
.footer_link .linkList li.arw1 a {
  background: url(../img/icon_arrow01.png) no-repeat left center;
  background-size: min(1.172vw, 12px) auto;
  background-position: left calc(50% + 1px);
  padding-left: min(1.855vw, 19px);
}
@media only screen and (max-width: 767px) {
  .footer_link .linkList li.arw1 a {
    background-size: 3.333vw;
    padding-left: 5.128vw;
  }
}

.footer_link .linkList li a {
  color: #000;
  font-size: min(1.27vw, 13px);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  padding-left: min(1.465vw, 15px);
  background: url(../img/icon_arrow02.png) no-repeat left center;
  background-size: min(0.684vw, 7px) auto;
  background-position: left calc(50% + 1px);
  display: block;
}
@media only screen and (max-width: 767px) {
  .footer_link .linkList li a {
    font-size: 3.077vw;
    padding-left: 2.821vw;
    background-size: 1.923vw;
  }
}

.linkList li a:hover {
  text-decoration: underline;
  color: #000;
}

.copyright {
  position: relative;
  background: #0085b8;
  text-align: center;
  padding-bottom: min(9.766vw, 100px);
}
@media only screen and (max-width: 767px) {
  .copyright {
    padding-bottom: 19.231vw;
  }
}

.copyright p {
  color: #fff;
  font-weight: 500;
  font-size: min(1.172vw, 12px);
  font-weight: 500;
  line-height: 1;
  padding: min(1.563vw, 16px) 0 min(1.758vw, 18px);
}
@media only screen and (max-width: 767px) {
  .copyright p {
    font-size: 2.308vw;
    padding: 3.077vw 0 3.333vw;
  }
}

.copyright span {
  display: block;
  position: absolute;
  top: 1.6rem;
  width: 100%;
  max-width: 98rem;
  text-align: right;
  left: 50%;
  transform: translate(-50%, 0);
}

/*------------------------------
breadcramb
------------------------------*/
.breadcramb {
  margin: min(1.758vw, 18px) auto min(1.758vw, 18px);
  padding: 0 min(1.172vw, 12px);
  font-size: min(1.367vw, 14px);
  font-weight: 500;
  max-width: 1440px;
}
@media only screen and (max-width: 767px) {
  .breadcramb {
    margin: 1.538vw 3.59vw 1.538vw;
    padding: 0;
    font-size: 2.564vw;
    width: auto;
  }
}

.breadcramb li {
  display: inline-block;
}
.breadcramb li a {
  color: #009ace;
  text-decoration: underline;
}

.breadcramb li:not(:last-child)::after {
  content: ">";
  margin: 0 2px 0 4px;
}

/*------------------------------
------------------------------*/
.bottom_bg_wrap {
  background: url(../img/pat/lattice.png) 0 0/104px auto repeat;
}

/*------------------------------
animation
------------------------------*/
@keyframes fadeIn {
  0% {
    opacity: 0.001;
  }
  1% {
    opacity: 0.001;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes fadeOutLoading {
  0% {
    display: block;
    opacity: 1;
    top: 0vh;
  }
  99% {
    display: block;
    opacity: 0;
    top: 0vh;
  }
  100% {
    display: none;
    opacity: 0;
    top: -100vh;
  }
}
@keyframes slideIn {
  0% {
    opacity: 0.001;
    transform: translateX(4rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0rem);
  }
}
@keyframes slideIn_2 {
  0% {
    opacity: 0.001;
    transform: translate(-20%, 10%) rotate(10deg);
  }
  100% {
    opacity: 1;
    transform: translate(0%, 0%) rotate(0deg);
  }
}
@keyframes slideInFromL {
  0% {
    opacity: 0.001;
    transform: translateX(-5em);
  }
  100% {
    opacity: 1;
    transform: translateX(0em);
  }
}
@keyframes slideInFromL_s {
  0% {
    opacity: 0.001;
    transform: translateX(-5%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes slideInFromR {
  0% {
    opacity: 0.001;
    transform: translateX(5em);
  }
  100% {
    opacity: 1;
    transform: translateX(0em);
  }
}
@keyframes slideInFromR_s {
  0% {
    opacity: 0.001;
    transform: translateX(5%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes slideUp {
  0% {
    opacity: 0.001;
    transform: translateY(4rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
@keyframes slideUp_s {
  0% {
    opacity: 0.001;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
@keyframes zoomfadeIn {
  0% {
    transform: scale(1.1);
    opacity: 0.001;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes rotatefadeIn {
  0% {
    transform: rotate(-20deg) scale(1.08);
    opacity: 0.001;
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: rotate(0deg) scale(1);
    opacity: 1;
  }
}
@keyframes rotatefadeIn_rev {
  0% {
    transform: rotate(20deg) scale(1.05);
    opacity: 0.001;
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: rotate(0deg) scale(1);
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scaleBounceIn {
  0% {
    transform: scale(0.94);
    opacity: 0.001;
  }
  20% {
    transform: scale(1.15);
    opacity: 0.6;
  }
  40% {
    transform: scale(0.94);
    opacity: 1;
  }
  70% {
    transform: scale(1.05);
    opacity: 1;
  }
  85% {
    transform: scale(0.98);
    opacity: 1;
  }
  96% {
    transform: scale(1.02);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*------------------------------
loading
------------------------------*/
#loading {
  direction: ltr;
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100vh;
  background: #fff;
}

#loading .circle {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}

#loading .circle span {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  border: 2px solid #006fbc;
  border-left: 2px solid transparent;
  box-sizing: border-box;
  animation-duration: 0.7s;
  animation-timing-function: linear;
  animation-fill-mode: both;
  animation-name: loading;
  animation-iteration-count: infinite;
}

.is-loaded #loading {
  animation-name: fadeOutLoading;
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.09, 0.64, 0.62, 0.99);
  animation-delay: 0.8s;
}

.is-loaded #loading .circle {
  animation-name: fadeOut;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.09, 0.64, 0.62, 0.99);
}

#wrap {
  background-color: #fff;
  /* opacity: 0; */
}

.is-loaded #wrap {
  animation-name: fadeIn;
  animation-duration: 1s;
  visibility: visible;
  animation-fill-mode: both;
  overflow-x: hidden;
  animation-timing-function: cubic-bezier(0.09, 0.64, 0.62, 0.99);
  animation-delay: 0.8s;
}