@charset "UTF-8";
/* general 
-------------------------------------------- */
:root {
    --color-pink: #eb6d80;
    --color-blue: #86d0ee;
    --color-yellow: #ffed6f;
    --color-line: #06c755;
    --color-back: #2d2d2d;
    --color-gray: #f6f5ee;
    --gradation: linear-gradient(0deg, #fdd426 0,#ffe13f 50%, #fdd426 100%);
    --fs-small: 0.875rem;
    --fs-medium: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
    --fs-large: clamp(1.5rem, 1.364rem + 0.68vw, 1.875rem);
    --ff-gothic: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    --ff-yu-go: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    --ff-yu-go-b: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	--ff-rubik: 'Rubik', sans-serif;
    --text-shadow: 0 0 2px var(--color-yellow),0 0 5px var(--color-yellow),0 0 10px var(--color-yellow),0 0 20px var(--color-yellow);
}

* {-webkit-box-sizing: border-box;box-sizing: border-box;}
html {font-size: 16px; scroll-behavior: smooth}
body {font-family: var(--ff-yu-go); line-height: 1.75;color: var(--color-back)}
h1, h2, h3, h4, h5, h6, p, a, li, figcaption, dt, dd, th, td, input, textarea, label {
    color: inherit
}
h1, h2, h3, h4, h5, h6 {font-weight: 700;font-family: var(--ff-yu-go-b);font-feature-settings: 'palt'}
ol, ul {
    list-style: none;
}
img {max-width: 100%}
a img {transition: .3s;}
a:hover {
	text-decoration: none;
  color: inherit
}
* > p:last-child {margin-bottom: 0}

#wrap {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
@media screen and (min-width: 640px) {
    a[href^="tel"] {pointer-events: none}
}
@media screen and (max-width: 640px) {
	html {font-size: 14px}
  :is(p, div, li, span):has(> wbr) {
    word-break: keep-all
  }
}
/* parts 
-------------------------------------------- */
.fs-small {font-size: var(--fs-small)}
.fs-medium {font-size: var(--fs-medium)}
.fs-large {font-size: var(--fs-large)}
.fs-18 {font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem)}
.fs-20 {font-size: clamp(1.125rem, 0.911rem + 0.95vw, 1.625rem)}
.fw-bold {font-family: var(--ff-yu-go-b); font-weight: 700;}
.font-gothic {font-family: var(--ff-gothic)}
.color-red {color: #f00;}
.color-pink {color: var(--color-pink);}
.color-blue {color: var(--color-blue)}
.color-line {color: var(--color-line)}
.text-shadow {text-shadow: var(--text-shadow)}
.link-txt {text-decoration: underline}
.link-arrow::before {
    content: '';
    background: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226.987%22%20height%3D%2212.681%22%20viewBox%3D%220%200%206.987%2012.681%22%3E%3Cpolyline%20points%3D%22.413%20.413%206.403%206.403%20.539%2012.268%22%20fill%3D%22none%22%20stroke%3D%22%23231815%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E') no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    width: 7px;
    height: 1em;
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle;
}
ul.fineindent {padding-left: 15px}
.fineindent li{text-indent: -1em}
p.fineindent {margin-left: 1em;text-indent: -1em}
.bg-yellow {background-color: var(--color-yellow)}
.bg-wht {background-color: #fff}
.bg-pink {background-color: var(--color-pink);}
.bg-blue {background-color: var(--color-blue);}
.bg-gray {background-color: var(--color-gray);}
.bg-gradation {background: var(--gradation);}
a.scale {transition-duration: .3s;}
a.scale:hover,
a.scale:focus {transform: scale(1.025) translateY(-1px); filter: drop-shadow(0 0 5px rgba(0,0,0,0.1));}
@media screen and (max-width: 375px) {
}
.line-marker {background: linear-gradient(transparent 65%, #8ee6b2 35%);text-shadow: none}
/* header
-------------------------------------------- */
header {
    background: url(../img/ava_bg_kv.svg);
    background-size: cover;
    background-position: 50% 100%;
    position: relative;
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width:640px) {
    header {
        background: url(../img/ava_bg_kv_sp_2025.svg) no-repeat;
        background-color: var(--color-yellow);
        background-size: contain;
        background-position: 50%  100%;
    }
}
.header__container > * {
    max-width: 960px;
    margin-inline: auto;
}
.header__container > *:nth-child(n+2) {
    margin-top: 30px;
}
@media screen and (max-width: 640px) {
    .header__container > *:nth-child(n+2) {
        margin-top: 15px;
    }
}
.header__logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.header__logo > :nth-child(2) {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 0 20px;
}

.header__container {
    background: url(../img/ava_balloon.svg) no-repeat;
    background-position: 50% 100%;
    background-size: 120%;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 10px 8vw;
}
@media screen and (min-width: 960px) {
    .header__logo {
        gap: 0 20px;
    }
}
@media screen and (max-width: 960px) {
    .header__container {
        background-image: url(../img/ava_balloon_sp.svg);
        background-size: cover;
        padding: 15px 11vw min(16vw, 120px);
    }
    .header__logo > :nth-child(2) {
        padding: 0;
        width: calc(50% - 20px);
        margin-left: 20px;
    }
}
@media screen and (max-width: 640px) {
  .header__logo > :first-of-type {
    width: 60%;
  }
    .header__logo > :nth-child(2) {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
}
#kv__area {
	padding: 0 0 60px;
    text-align: center;
    max-width: 0 auto;
}
@media screen and (min-width: 960px) {
    #kv__area {
        margin-top: -30px;
    }
}
@media screen and (max-width: 960px) {
    #kv__area {
        padding-bottom: 30px;
    }
}
#kv__area .kv__container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative
}
@media screen and (max-width: 1080px) {
  .kv__title {
		padding: 0 min(8vw, 30px);
	}
}
#kv__area .uk-background-default {
    border-radius: 2em;
    width: max-content;
    max-width: 100%;
    margin: 30px auto;
    font-size: 1.125rem;
    font-weight: 700;
    padding: 0 20px;
}
.kv__text {
    font-size: clamp(1.125rem, 0.943rem + 0.91vw, 1.625rem);
    text-shadow: var(--text-shadow);
}
.b_box {
  border: 1px solid var(--color-back);
  border-radius: 1em;
  width: max-content;
  max-width: 95%;
  margin-inline: auto;
  padding-inline: min(4vw,50px);
}
@media screen and (max-width: 640px) {
  .kv__text, .b_box {
    font-feature-settings: 'palt'
  }
}
.coupons__list {
  width: max-content;
  max-width: 95%;
  margin-inline: auto;
  background: #fff;
  border-radius: 10px;
  padding: 20px min(3vw, 40px);
  margin-top: 30px;
}
.coupons__list .uk-flex {
  gap: 20px;
}
@media screen and (min-width: 767px) {
  .coupons__list .uk-flex .price {
    background: url(../img/ava_coupon_2026.png) no-repeat;
    background-size: 139px;
    background-position: 0 50%;
    padding-left: 180px;
  }
  .coupons__list div:nth-child(2 of .uk-flex) .price {
    background: url(../img/ava_coupon_2026.png) no-repeat,
                url(../img/ava_coupon_2026.png) no-repeat;
    background-size: 139px, 139px;
    background-position: 20px calc(100% - 5px), 0 5px;
  }
  .coupons__list div:nth-child(3 of .uk-flex) .price {
    background: url(../img/ava_coupon_2026.png) no-repeat,
                url(../img/ava_coupon_2026.png) no-repeat,
                url(../img/ava_coupon_2026.png) no-repeat;
    background-size: 139px, 139px, 139px;
    background-position: 20px 100%,  10px 50%, 0 0;
  }
}

.coupons__list .uk-flex:nth-child(n+2) {
  margin-top: 30px;
  position: relative
}
.coupons__list .uk-flex:nth-child(n+2)::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  border-top: 2px dotted #eb6d80;
  left: 0;
  top: -16px;
}
/* main 
-------------------------------------------- */
main {
    display: block;
}
section {
    margin: 0;
    padding: 60px 0
}
[class*="sec__inner"] {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto
}
.sec__inner-small {max-width: 1080px}
.sec__inner-x-small {max-width: 1025px}
.sec__inner-xx-small {max-width: 640px}
@media screen and (max-width: 1080px) {
  .sec__inner-small {max-width: 100%; padding-inline: 10px}
}
@media screen and (max-width: 960px) {
    section {padding: 40px 0}
    [class*="sec__inner"] { padding-left: 20px; padding-right: 20px}
    .sec__inner,.sec__inner-small,.sec__inner-x-small {max-width: 100%}
}

.sec__title {
    font-size: clamp(1.5rem, 1.393rem + 0.48vw, 1.75rem);
    font-weight: 700;
    text-align: center;
    width: max-content;
    max-width: 100%;
    margin: 0 auto 50px;
    position: relative;
}
.sec__title::before, .sec__title::after {
    content: '';
    border-top: 2px solid var(--color-back);
    display: inline-block;
    width: min(3em, 8.5vw);
    height: 0;
    transform: translateY(-.25em);
}
.sec__title::before{
    margin-right: 7px;
}
.sec__title::after {
    margin-left: 7px;
}
@media screen and (max-width:640px) {
    .sec__title {
        margin-bottom: 30px;
    }
}
@media screen and (max-width:374px) {
    .sec__title {
        display: flex;
        align-items: center;
    }
    .sec__title::before, .sec__title::after {
        transform: unset;
    }
}

.campaign {
    padding-bottom: 0;
}

@media screen and (min-width: 769px) {/* swiper PCではスライドさせない */
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
    .swiper-wrapper {
        display: grid;
        gap: 50px;
        grid-template-columns: repeat(3, 1fr);
    }
}
.swiper-slide {
    height: auto;
}
.swiper-wrapper {
    padding-top: 70px;
}
.campaign_flow .swiper-slide {
    border: 9px solid var(--color-line);
    border-radius: 20px;
    padding: 30px;
    position: relative;
}
.campaign_flow .swiper-slide.slide2 {
    border-color: var(--color-blue);
}
.campaign_flow .swiper-slide.slide3 {
    border-color: var(--color-pink);
}
.campaign_flow .swiper-slide .thumb {
    display: flex;
    justify-content: center;
    align-items: center;
}
.campaign_flow .swiper-slide .txt {
    text-align: left;
    margin-top: 20px;
}
.swiper-slide .no {
    background-color: var(--color-line);
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    width: 114px;
    height: 114px;
    position: absolute;
    left: 50%;
    top: -70px;
    text-align: center;
    transform: translateX(-50%);
    line-height: 1.25;
    padding: 20px;
}
.swiper-slide.slide2 .no {
    background-color: var(--color-blue);
}
.swiper-slide.slide3 .no {
    background-color: var(--color-pink);
}
.swiper-slide .no b {
    font-size: 200%;
    display: block;
}


.usage {
    counter-reset: number 0;
    padding-block: 0;
}
.usage_lead {
    width: max-content;
    margin: 40px auto;
    font-size: 1.25rem;
    font-weight: 700;
}
.usage_lead::before {
    content: "▼";
    background-image: none;
    float: none;
    margin: 0 5px 0 0;
    padding: 0;
    display: inline-block;
    line-height: 1;
    width: 1em;
    height: 1em;
    transition: all ease 0.3s;
}
.uk-accordion-title {
    display: block;
    position: relative;
}
.uk-accordion-title::before {
    width: 1.4em;
    height: 1.4em;
    margin-left: 10px;
    float: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.uk-open > .uk-accordion-title::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.usage .bg-usage {
    background-color: #ededed;
    padding-block: 60px;
}
.uk-accordion > li {
}
.uk-accordion-content .inner {
    margin: 20px 30px;
}
@media screen and (max-width:640px) {
    .uk-accordion-content .inner {
        margin: 20px 0;
    }
}
.uk-accordion-content p {
    font-size: 0.875rem;
}
.uk-accordion > :nth-child(n+2) {
    margin-top: 30px;
}
.usage .usage_title {
    background: var(--color-back);
    color: #fff;
    font-family: var(--ff-yu-go-b);
    font-size: 1.75rem;
    font-weight: 700;
    text-align: left;
    padding: 5px 10px 5px 20px;
    margin: 0;
}
.usage .usage_title::before {
    counter-increment: number 1;
    content: counter(number) " ";
    font-size: 2.25rem;
    font-weight: 800;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

[class*="usage_step"] .uk-grid > div {
    position: relative;
}
[class*="usage_step"] .uk-grid > div:nth-child(n+2)::before {
    content: '';
    display: inline-block;
    background-color: #8d8d8e;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    width: 30px;
    height: 66px;
    position: absolute;
    left: 20px;
    top: 50%;
}
@media screen and (max-width:960px) and (min-width:640px) {
    [class*="usage_step"] .uk-grid > div:nth-child(n+2)::before {
        width: 20px;
        height: 50px;
    }
}
@media screen and (max-width:640px) {
    [class*="usage_step"] .uk-grid > div:nth-child(n+2) {
        margin-top: 70px;
    }
    [class*="usage_step"] .uk-grid > div:nth-child(n+2)::before {
        left: 50%;
        top: -35px;
        transform: translate(0, -50%) rotate(90deg);
        width: 20px;
        height: 40px;
    }
}
[class*="usage_step"] .uk-grid > div:nth-child(3) .uk-text-center {
    position: relative;
}
[class*="usage_step"] .uk-grid > div:nth-child(3) .uk-text-center::after {
    content: '';
    background: url(../img/ava_usage_badge.svg) no-repeat;
    display: block;
    width: 150px;
    height: 150px;
    position: absolute;
    right: 0;
    bottom: -5px;
}
.usage_step2 .uk-grid > div:nth-child(3) .uk-text-center::after {
    background-image: url(../img/ava_usage_badge2.svg);
}
* + [class*="usage_step"] {
    margin-top: 30px;
}
.usage_step1 .uk-grid > :first-child {
    display: flex;
    flex-direction: column;
}
.usage_step1 .uk-grid > :first-child > .uk-text-center {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width:640px) {
    .usage_step1 .uk-grid > :first-child > .uk-text-center {
        margin: 30px 0 20px;
    }
}
.usage_step1 .uk-grid p {
    margin-bottom: 0;
}
.usage_step1 .uk-grid > div > * + :is(div, p) {
    margin-top: 10px;
}
.usage_step3 .fs-18 {
    font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-size: 18px;
}
.att_box {
    background-color: var(--color-pink);
    width: max-content;
    margin: 30px auto;
    max-width: 100%;
    padding: 30px;
    color: #fff;
    position: relative;
}
.att_box::before {
    content: '';
    display: block;
    width: calc(100% - 22px);
    height: calc(100% - 22px);
    border: 1px solid #fff;
    position: absolute;
    left: 10px;
    top: 10px;
}
.cards_list .cards_ttl {
  font-size: 1.25rem;
  line-height: 1.125;
}
@media screen and (min-width: 640px) {
    .cards_list > *:nth-child(2) {
        display: flex;
        flex-direction: column;
    }
    .cards_list > *:nth-child(2) .cards_ttl {
        /* max-height: 56px; */
    }
    .cards_list > *:nth-child(2) > *:nth-child(-n+2) {
        flex-grow: 1;
    }
  .cards_img {
    display: flex;
    justify-content: center;
    align-items: flex-start
  }
}
@media screen and (max-width: 640px) {
    .cards_list .cards_ttl + .uk-grid > div:nth-child(3) {
        padding-left: 10px;
    }
}

.summary {
    background: url(../img/ava_bg.svg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
@media screen and (max-width:640px) {
    .summary {
        background-image: url(../img/ava_bg_sp.svg);
    }
}

.summary table {
    padding: unset;
    overflow: hidden;
    min-width: 640px;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #aaabab;
}
.summary table tr:nth-last-child(n+2) {
    border-bottom: 1px solid #aaabab;
}
.summary table tr > * {
    padding: 20px;
    background: #fff;
}
.summary table th {
    background: #ededed;
    white-space: nowrap;
    text-align: left;
}
.summary table tr td :last-child {
    margin-bottom: 0;
}
.uk-list.uk-list-disc li {
  position: relative;
}
.uk-list-disc > ::before {
  background-color: #000;
  width: 5px;
  height: 5px;
  border-radius: 200%;
  position: absolute;
  left: 15px;
  top: 12px;
  list-style: none
}
@media screen and (max-width:650px) {
    .uk-overflow-auto {
        margin-right: -20px;
    }
    .uk-overflow-auto table {
        margin-right: 10px;
    }
}

.ava_ad {
    background: var(--color-back);
    color: #fff;
}
.ava_ad p {
    line-height: 2.25;
    margin-block: -1em;
  margin-block: -0.75em -1.25em;
    font-size: clamp(1.25rem, 0.75rem + 2.5vw, 2.625rem);
  font-size: clamp(1.25rem, 0.821rem + 1.9vw, 2.25rem);
}
.ava_ad p img {
    margin-right: 10px;
    /* margin-top: -10px; */
    vertical-align: text-bottom;
}
@media screen and (max-width: 640px) {
    .ava_ad p img {
        max-width: 3em;
    }
}

.rec_item > div {
    background-color: var(--color-gray);
}
.rec_item + .rec_item {
    margin-top: 20px;
}
.rec_item > :first-child {
    text-align: center;
}
.rec_item > :nth-child(2) {
    padding: 40px;
}
.rec_item > :nth-child(2) > p:first-child {
    font-size: 1.125rem;
}
.rec_item > :nth-child(2) ul p {
    margin-block: 0;
}
.rec_item > :nth-child(2) ul li {
    line-height: 1.5;
    overflow-wrap: break-word;
    word-break: keep-all;
}
.rec_item > :nth-child(2) ul li:nth-child(n+2) {
    margin-top: 1em;
}
@media screen and (min-width: 640px) {
    .rec_item > :nth-child(2) ul p {
        padding-left: 110px;
    }
}
@media screen and (max-width: 640px) {
    .rec_item + .rec_item {
        margin-top: 40px;
    }
    .rec_item > :nth-child(2) {
        padding: 20px;
    }
}
.reccomend .bg-gray {
  padding: 40px min(3.5vw, 30px);
}
.reccomend .bg-gray h3 {
    background: var(--color-back);
    color: #fff;
    font-family: var(--ff-yu-go);
    font-size: clamp(1.125rem, 0.852rem + 1.36vw, 1.875rem);
    text-align: center;
    padding: 10px 10px 7px;
}
.reccomend .bg-gray .uk-margin-medium {
  margin-top: 40px;
}
@media screen and (max-width:640px) {
  .reccomend .bg-gray {
    padding-inline: 20px;
    margin-inline: -20px;
  }
  .reccomend .bg-gray .uk-margin-medium {
    margin-block: 30px;
  }
  .reccomend .logo {
    max-width: 225px;
    margin-inline: auto;
  }
}
.rec_heading .name {
    font-size: 0.875rem;
    margin-top: 25px;
}
.event .uk-background-default {
  max-width: 100%;
  margin: 30px auto 0;
  padding: 20px min(3vw, 20px);
  text-align: center;
  width: max-content;
  line-height: 1.6;
}
@media screen and (min-width:640px) {
  .event {
    max-width: 855px;
    margin-inline: auto;
  }
  .event > .uk-flex {
    gap: 0 40px; 
  }
  .event > .uk-flex > :nth-child(2) {
    width: 50%;
  }
}

.event dl dd > span {
  display: inline-block
}

@media screen and (max-width:640px) {
  .event > .uk-flex {
    display: block
  }
  .event > .uk-flex > :nth-child(2) {
    margin-top: 20px;
  }
  .event .uk-background-default {
    font-feature-settings: 'palt';
    width: auto;
  }
}
.event dl {
    display: flex;
    flex-wrap: wrap;
    gap: 0 15px;
    margin: 0;
  line-height: 1.6;
}
.event dl dt {
    width: 3.25em;
    text-align-last:justify;
}
.event dl dd {
    width: calc(100% - 3.25em - 15px);
}
.event dl > *:nth-child(n+3) {
  margin-top: 10px
}
.event .uk-flex .uk-text-small {
  font-size: 0.75rem;
  text-align: right;
}
@media screen and (min-width:830px) {
  .event .uk-flex .uk-text-small {
    position: absolute;
    right: -0.5em;
    bottom: 0;
  }
}

.btn a {
    background: var(--color-back);
    color: #fff;
    display: block;
    text-align: center;
    padding: 20px 40px 20px 20px;
    padding: 20px max(4vw,50px) 20px max(4vw,40px);
    border-radius: 3em;
    position: relative;
    transition: all ease 0.3s;
    width: max-content;
    max-width: 100%;
    margin-inline: auto;
}

.btn a::after {
    content: '';
    background: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2218.645%22%20viewBox%3D%220%200%2020%2018.645%22%3E%3Crect%20x%3D%225.827%22%20y%3D%22.5%22%20width%3D%2213.673%22%20height%3D%2212.444%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpolyline%20points%3D%2214.173%2015.545%2014.173%2018.145%20.5%2018.145%20.5%205.886%203.341%205.886%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%2F%3E%3C%2Fsvg%3E') no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    width: 19px;
    height: 19px;
    display: inline-block;
    position: absolute;
    right: 24px;
    right: max(2vw,24px);
    top: 50%;
    transform: translateY(-50%);
}
#contact {
}
#contact h3 {
    background: #fff;
	border-radius: 2em;
	padding: 7px 2em;
	display: inline-block;
    font-size: clamp(1.125rem, 1.057rem + 0.34vw, 1.313rem);
}
#contact h3 + p {
	margin: 10px auto 10px;
	font-size: 1.25rem;
}
#totop {transition: ease 0.3s all;}
#totop a {
	background: var(--color-line);
    opacity: 0.85;
	display: block;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	border-radius: 100px;
    z-index: 10;
}
#totop a::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg) translateX(-50%);
	position: absolute;
	left: calc(50% - 3px);
	bottom: 34%;
}
.footer {
    padding: 40px 0;
    background: #ededed;
}
.footer__copyright {
    font-size: 0.85rem;
}
