@charset "UTF-8";
:root {
  --color-blue: rgba(0, 68, 155, 1);
  --color-yellow: rgba(255, 237, 0, 1);
  --color-white: rgba(255, 255, 255, 1);
  --color-red: #F23C3B;
  --bg-error: rgba(242, 60, 59, 0.30);
  --color-campaign-red: rgba(215, 12, 24, 1);
  --innerW: 86.66%;
  --radius10: min(1.33vw,10px);
  --radius20: min(2.67vw,20px);
  --radius30: min(4vw,30px);
  --fs-20: min(2.67vw,20px);
  --fs-24: min(3.2vw,24px);
  --fs-28: min(3.73vw,28px);
  --fs-30: min(4vw,30px);
  --fs-35: min(4.67vw,35px);
  --fs-40: min(5.33vw,40px);
  --fs-50: min(6.67vw,50px);
}

@media all and (min-width: 1168px) {
  :root {
    --radius10: min(0.67vw,10px);
    --radius20: min(1.33vw,20px);
    --radius30: min(2vw,30px);
    --fs-20: min(1.33vw,20px);
    --fs-24: min(1.6vw,24px);
    --fs-28: min(1.87vw,28px);
    --fs-30: min(2vw,30px);
    --fs-35: min(2.33vw,35px);
    --fs-40: min(2.67vw,40px);
    --fs-50: min(3.33vw,50px);
  }
}
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 3.125vw;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
}

/* Small Devices, Tablets */
@media all and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* PC */
:root {
  --vh: 100vh;
}

body {
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  overscroll-behavior-y: none;
  line-height: 1.5;
  transition: opacity 0.6s ease;
}
body.disable {
  opacity: 0;
}

a {
  color: #000;
  text-decoration: none;
  text-decoration-thickness: 1px;
}
a:hover {
  text-decoration: none;
}

[data-page=top] a:active, [data-page=top] a:hover, [data-page=top] a:link, [data-page=top] a:visited,
[data-page=result] a:active,
[data-page=result] a:hover,
[data-page=result] a:link,
[data-page=result] a:visited,
[data-page=present] a:active,
[data-page=present] a:hover,
[data-page=present] a:link,
[data-page=present] a:visited {
  text-decoration: none;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

input[type=text],
input[type=submit],
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=password] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  color: var(--color-black);
}

@keyframes AnimationName {
  0% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}
header .header_inner {
  width: 81.33%;
  max-width: 610px;
  margin: auto;
  padding: min(4.27vw,32px) 0 0 0;
}

footer {
  position: relative;
}

#bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  pointer-events: none;
}
#bg canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
#bg:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  background-size: 200% 200%;
  animation: AnimationName 20s ease infinite;
}

#wrapper {
  position: relative;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

[data-form] {
  margin: auto;
}
[data-form] input[type=text] {
  width: 100%;
  box-sizing: border-box;
}
[data-form] button.disable {
  opacity: 0.2;
  pointer-events: none;
}

.icon svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

:is(a,
button).btn {
  width: 100%;
  height: min(13.33vw,100px);
  border-radius: min(6.67vw,50px);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
:is(a,
button).btn .inr {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
:is(a,
button).btn.small {
  height: min(10.67vw,80px);
  border-radius: min(5.33vw,40px);
}
:is(a,
button).btn.blue {
  background: var(--color-blue);
}
:is(a,
button).btn.blue span {
  color: var(--color-white);
}
:is(a,
button).btn.yellow {
  background: var(--color-yellow);
  border: 2px solid var(--color-blue);
}
:is(a,
button).btn.yellow span {
  color: var(--color-blue);
}
:is(a,
button).btn.yellow.bdr {
  background: none;
  border: min(0.4vw,3px) solid var(--color-yellow);
}
:is(a,
button).btn.yellow.bdr span {
  color: var(--color-yellow);
}
:is(a,
button).btn span {
  font-size: var(--fs-28);
  font-weight: 600;
}

.round {
  border-radius: var(--radius30);
}

.c-block {
  width: var(--innerW);
  margin: auto;
  box-sizing: border-box;
  border: min(0.93vw,7px) solid var(--color-blue);
  background: var(--color-white);
  overflow: hidden;
}
.c-block .ttl_block {
  width: 100%;
  height: min(16vw,120px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-blue);
}
.c-block .ttl_block h3 {
  color: var(--color-white);
}

.box {
  height: min(7.07vw,53px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.box.yellow {
  background: var(--color-yellow);
}

#app_method .ttl_block h3 span {
  width: 31.84%;
}
#app_method .c-list_step {
  padding-top: min(2.67vw,20px);
}
#app_method .c-list_step ul li {
  box-sizing: border-box;
  padding: 0 min(4.27vw,32px) min(5.33vw,40px) min(2.67vw,20px);
  position: relative;
}
#app_method .c-list_step ul li .arrow {
  position: absolute;
  left: 0px;
  width: 18.46%;
}
#app_method .c-list_step ul li .arrow .icon_down {
  width: min(2.27vw,17px);
  height: min(1.87vw,14px);
}
#app_method .c-list_step ul li .arrow .icon_down svg {
  fill: var(--color-blue);
}
#app_method .c-list_step ul li .line {
  width: 18.46%;
  height: 100%;
  position: absolute;
  left: min(2.4vw,18px);
  bottom: 0px;
}
#app_method .c-list_step ul li .line:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  width: 4px;
  height: 92%;
  background: url(../images/common/dot.png) top left repeat-y;
  background-size: 4px 8px;
}
#app_method .c-list_step ul li .icon {
  width: 100%;
  height: min(1.87vw,14px);
  position: absolute;
  left: min(0.73vw,5.5px);
  bottom: min(1.33vw,10px);
}
#app_method .c-list_step ul li .icon svg {
  width: min(2.27vw,17px);
  height: min(1.87vw,14px);
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: max(-1.13vw,-8.5px);
  fill: var(--color-blue);
}
#app_method .c-list_step ul li:nth-child(1) dd img {
  width: min(2.13vw,16px);
  margin: auto;
}
#app_method .c-list_step ul li:nth-child(2) dd img {
  width: min(4.67vw,35px);
  margin: auto;
}
#app_method .c-list_step ul li:nth-child(3) dd img {
  width: min(4.67vw,35px);
  margin: auto;
}
#app_method .c-list_step .cols {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
#app_method .c-list_step .ttl_step {
  width: 20.54%;
}
#app_method .c-list_step .ttl_step .inr {
  aspect-ratio: 1/1;
  background: var(--color-blue);
  border-radius: var(--radius20);
  display: flex;
  align-items: center;
  justify-content: center;
}
#app_method .c-list_step .ttl_step dl dt, #app_method .c-list_step .ttl_step dl dd {
  color: var(--color-white);
  text-align: center;
}
#app_method .c-list_step .ttl_step dl dt {
  margin-bottom: min(0.53vw,4px);
}
#app_method .c-list_step .ttl_step dl dt img {
  width: min(8vw,60px);
  margin: auto;
  display: block;
}
#app_method .c-list_step .ttl_step dl dd {
  font-size: var(--fs-50);
  line-height: 1;
}
#app_method .c-list_step .ttl_step dl dd img {
  vertical-align: bottom;
}
#app_method .c-list_step .col_r {
  width: 75.34%;
}
#app_method .c-list_step .col_r h4, #app_method .c-list_step .col_r p {
  color: var(--color-blue);
}
#app_method .c-list_step .col_r h4 {
  font-size: var(--fs-35);
  font-weight: 600;
  margin-bottom: 0.5em;
}
#app_method .c-list_step .col_r p {
  font-size: var(--fs-28);
}
#app_method .c-list_step .col_r figure {
  margin-top: min(2.67vw,20px);
}
#app_method .img_sample {
  width: 69.23%;
  margin: auto;
  margin-top: min(4vw,30px);
}
#app_method .c-notes {
  border-top: 1px solid var(--color-blue);
  box-sizing: border-box;
}
#app_method .c-notes .notes_inner {
  width: 90.76%;
  margin: auto;
  padding: min(6.67vw,50px) 0;
}
#app_method .c-notes dl dt {
  width: 26.27%;
  margin: auto;
  margin-bottom: 1em;
}
#app_method .c-notes dl dd {
  color: var(--color-blue);
  font-size: var(--fs-28);
  position: relative;
  text-align: center;
}
#app_method .c-notes dl dd a {
  text-decoration: underline;
  color: var(--color-blue);
}
#app_method .c-contact {
  border-top: 1px solid var(--color-blue);
  box-sizing: border-box;
}
#app_method .c-contact .contact_inner {
  width: 90.76%;
  margin: auto;
  padding: min(6.67vw,50px) 0;
}
#app_method .c-contact dl dt {
  width: 34%;
  margin: auto;
  margin-bottom: 1em;
}
#app_method .c-contact dl dd {
  font-weight: 600;
  color: var(--color-blue);
  font-size: var(--fs-28);
  text-align: center;
}
#app_method .c-contact dl dd a {
  color: var(--color-blue);
  text-decoration: underline;
  font-weight: normal;
}
#app_method .c-contact dl dd.info dl {
  width: 82%;
  margin: auto;
  text-align: left;
  display: flex;
}
#app_method .c-contact dl dd.info dl dt, #app_method .c-contact dl dd.info dl dd {
  font-weight: 600;
}
#app_method .c-contact dl dd.info dl dt {
  width: 35%;
  margin: 0;
}
#app_method .c-contact dl dd.info dl dd {
  width: 65%;
  text-align: left;
}

[data-carousel] {
  margin: min(1.33vw,10px) 0 min(7.6vw,57px) 0;
}
[data-carousel] .carousel_inner {
  width: 100%;
  overflow: hidden;
}
[data-carousel] ul {
  display: flex;
  align-items: center;
  transition: transform 0.5s ease;
}
[data-carousel] ul.notransition {
  transition: transform 0s ease;
}
[data-carousel] ul li {
  flex-shrink: 0;
  width: 88.53%;
  aspect-ratio: 650/260;
}
[data-carousel] ul li .inr {
  width: 97.89%;
}
[data-carousel] ul li .cols {
  border: 1px solid var(--color-blue);
  box-sizing: border-box;
  border-radius: min(4vw,30px);
  overflow: hidden;
  background: var(--color-blue);
  display: flex;
  aspect-ratio: 650/260;
}
[data-carousel] ul li .cols .img {
  width: 50%;
  position: relative;
}
[data-carousel] ul li .cols .img figure {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
[data-carousel] ul li .cols .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
[data-carousel] ul li .cols .col_r {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-carousel] ul li a {
  display: block;
}
[data-carousel] ul li.c0 .col_r .txt {
  width: 81.53%;
}
[data-carousel] ul li.c1 .col_r .txt {
  width: 67.3%;
}
[data-carousel] ul li.c2 .col_r .txt {
  width: 76.3%;
}
[data-carousel] ul li.c3 .col_r .txt {
  width: 86.76%;
  margin: auto;
}
[data-carousel] ul li.c4 .col_r .txt {
  width: 62.15%;
}

#wrapper {
  width: 100%;
  padding-bottom: min(12vw,90px);
}
#wrapper #wrap_r {
  width: 100%;
  max-width: 750px;
}
#wrapper #wrap_l {
  display: none;
}

.fixed_button {
  width: 100%;
  position: sticky;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 68, 155, 0.8);
  box-sizing: border-box;
  padding: min(2vw,15px) 0;
}
.fixed_button a {
  width: 57.33%;
  max-width: 430px;
  margin: auto;
}
.fixed_button a img {
  width: 80.23%;
  margin: auto;
}

[data-page=present] #wrapper {
  padding-bottom: 0px;
}
[data-page=present] #brandsite {
  margin-bottom: min(6.67vw,50px);
}

#modal_busy {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
}
#modal_busy .inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#modal_busy .inner dl {
  text-align: center;
}
#modal_busy .inner dl dt, #modal_busy .inner dl dd {
  color: var(--color-blue);
  font-weight: bold;
}
#modal_busy .inner dl dt {
  font-size: var(--fs-40);
  line-height: 1.5;
}
#modal_busy .inner dl dd {
  font-size: var(--fs-20);
  margin-top: 1em;
}

.show_busy {
  overflow: hidden;
}
.show_busy main {
  pointer-events: none;
}
.show_busy #wrapper,
.show_busy footer {
  opacity: 0;
  pointer-events: none;
}
.show_busy #modal_busy {
  opacity: 1;
  pointer-events: auto;
}

#campaign_gold {
  margin-top: min(6.67vw,50px);
}
#campaign_gold .c-block {
  border-color: var(--color-campaign-red);
}
#campaign_gold .ttl_block {
  height: min(10.13vw,76px);
  background: var(--color-campaign-red) url(../images/campaign/bg_dot.webp) top left;
  background-size: 325px auto;
}
#campaign_gold .ttl_block .ttl_content {
  width: 100%;
}
#campaign_gold .ttl_block h3 {
  width: 83.84%;
  margin: auto;
}
#campaign_gold .ttl_block h3 img {
  vertical-align: middle;
  width: 100%;
}
#campaign_gold .content {
  position: relative;
}
#campaign_gold .wrap_btn {
  position: absolute;
  width: 100%;
  bottom: min(8vw,60px);
  left: 0;
}
#campaign_gold .wrap_btn a.btn {
  width: min(57.33vw,430px);
  margin-inline: auto;
  background-color: var(--color-red);
}
#campaign_gold .wrap_btn a.btn .inr {
  width: min(28.67vw,215px);
}

@media all and (min-width: 758px) {
  #wrapper {
    width: 750px;
    margin: auto;
    display: flex;
    flex-direction: row-reverse;
    border-left: 4px solid var(--color-white);
    border-right: 4px solid var(--color-white);
  }
}
@media all and (min-width: 1168px) {
  [data-page=present] #wrapper #wrap_r {
    padding-bottom: 0px;
  }
  [data-page=present] #brandsite {
    margin-bottom: min(6.67vw,50px);
  }
  :is(a,
  button).btn {
    height: min(6.67vw,100px);
    border-radius: min(3.33vw,50px);
    transition: opacity 0.15s linear;
  }
  :is(a,
  button).btn.small {
    height: min(5.33vw,80px);
    border-radius: min(2.67vw,40px);
  }
  :is(a,
  button).btn.yellow.bdr {
    border-width: min(0.2vw,3px);
  }
  :is(a,
  button).btn.blue {
    border: 2px solid var(--color-blue);
    transition: background 0.15s linear;
    /*&:hover{ background: var(--color-white);
    	span{ color: var(--color-blue);}
    }
    */
  }
  :is(a,
  button).btn.blue span {
    transition: color 0.15s linear;
  }
  :is(a,
  button).btn:hover {
    opacity: 0.5;
  }
  [data-carousel] {
    margin: min(0.67vw,10px) 0 min(3.47vw,52px) 0;
  }
  [data-carousel] ul li .cols {
    border-radius: min(2vw,30px);
  }
  #wrapper {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    border: none;
    padding-bottom: min(0vw,0px);
  }
  #wrapper #wrap_r {
    width: 42.97%;
    padding-bottom: min(6.67vw,100px);
  }
  #wrapper #wrap_l {
    width: 57.03%;
    position: sticky;
    top: 0px;
    height: 100vh;
    box-sizing: border-box;
    border-right: 4px solid var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #wrapper #wrap_l .content_pc {
    width: 100%;
  }
  #wrapper #wrap_l .content_pc p, #wrapper #wrap_l .content_pc h2 {
    margin: auto;
  }
  #wrapper #wrap_l p {
    width: 38.08%;
  }
  #wrapper #wrap_l h2 {
    width: 48.57%;
  }
  #app_method .c-contact dl dd a {
    color: var(--color-blue);
    text-decoration: underline;
    font-weight: normal;
  }
  #app_method .c-contact dl dd.info dl {
    width: 80%;
    margin: auto;
    text-align: left;
    display: flex;
  }
  #app_method .c-contact dl dd.info dl dt, #app_method .c-contact dl dd.info dl dd {
    font-weight: 600;
  }
  #app_method .c-contact dl dd.info dl dt {
    width: 35%;
    margin: 0;
  }
  #app_method .c-contact dl dd.info dl dd {
    width: 65%;
    text-align: left;
  }
}
@page {
  size: A4 portrait;
  margin: 0;
}
.l_pageblock {
  position: relative;
  display: none;
  width: 210mm;
  height: 297mm;
  box-sizing: border-box;
  page-break-after: auto;
  padding: 5mm;
  margin: auto;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
.l_pageblock .bg_print {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.l_pageblock .bg_print img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l_pageblock .print_content {
  position: relative;
}
.l_pageblock .block_head {
  width: 164.2mm;
  margin: auto;
}
.l_pageblock .block_head .packages {
  width: 100%;
  background: #fff;
  border-radius: 0 0 24px 24px;
  overflow: hidden;
}
.l_pageblock img {
  width: 100%;
  height: auto;
}
.l_pageblock .img_package {
  width: 134.16mm;
  aspect-ratio: 131/31;
  margin: 23.75mm auto;
}
.l_pageblock h1,
.l_pageblock .img_howto {
  width: 164.2mm;
  margin: auto;
}
.l_pageblock .img_howto {
  margin-top: 6mm;
}

@media print {
  #wrapper,
  .globalFooter,
  #bg,
  .c-btn_print {
    display: none;
  }
  .l_pageblock {
    border: none;
    display: block;
    display: grid;
    place-content: center;
  }
}

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