@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Akshar:wght@600&family=Noto+Sans+JP:wght@100..900&display=swap");

.num {
  font-family: "Akshar", sans-serif;
  font-weight: 600;
}

/** RESET
==============================================*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  min-width: 1px;
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  min-width: 1px;
  font-weight: 400;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: normal;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  display: initial;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
}

/* Misc */
/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/** GENERAL
==============================================*/
/*
  INIT
---------------------------------------------------------------- */
html,
body {
  min-width: 1px;
  width: 100%;
  margin: 0 auto;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
  color: #000;
  font-size: var(--pixel16);
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background: inherit;
  font-weight: 400;
}

main,
article,
aside,
footer,
header,
nav,
section {
  display: block;
  box-sizing: border-box;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  letter-spacing: -0.05em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-weight: normal; */
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin: 0;
  box-sizing: border-box;
  letter-spacing: -0.05em;
}

p,
span {
  margin: 0;
  box-sizing: border-box;
  letter-spacing: -0.02em;
}

ul,
ol {
  list-style: none;
  box-sizing: border-box;
}

ul,
li,
img {
  vertical-align: bottom;
  border-style: none;
  box-sizing: border-box;
  letter-spacing: -0.05em;
}

map,
area,
map:active,
area:active {
  border: none;
  outline: none;
  box-sizing: border-box;
}

figure,
figcaption {
  margin: 0;
  box-sizing: border-box;
  letter-spacing: -0.05em;
}

.text-center {
  text-align: center;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

img {
  max-width: 100%;
}

/** FONTS
==============================================*/
/** JS LIBS
==============================================*/
/** COMMON
==============================================*/
a {
  text-decoration: none;
  outline: none;
  box-sizing: border-box;
  word-break: break-all;
  color: inherit;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.8;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a .alpha {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

@media only screen and (max-width: 640px) {
  a .alpha {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}

a:hover .alpha {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

@media only screen and (max-width: 640px) {
  a:hover .alpha {
    opacity: 1;
  }
}

em {
  font-style: normal;
}
sup {
  top: -0.25em;
}

@media only screen and (max-width: 640px) {
  .figure img,
  .flex img {
    width: 100%;
  }
}

@media only screen and (min-width: 641px) {
  .show-small {
    display: none !important;
  }
}
@media only screen and (max-width: 640px) {
  .hide-small {
    display: none !important;
  }
}

/* @media screen and (min-width: 1200px) { */
/* } */

.row {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}
@media only screen and (min-width: 641px) {
  .row {
    width: min(57.10102489019033vw, 780px);
  }
}
@media only screen and (max-width: 640px) {
  .row {
    width: 100%;
    padding-right: 5.333333333333334vw;
    padding-left: 5.333333333333334vw;
  }
}

/** ROOT SETTING
==============================================*/
@media screen and (min-width: 641px) {
  /* 1366px size */
  :root {
    --pixel01: min(0.07320644216691069vw, 1px);
    --pixel02: min(0.14641288433382138vw, 2px);
    --pixel03: min(0.21961932650073207vw, 3px);
    --pixel04: min(0.29282576866764276vw, 4px);
    --pixel05: min(0.36603221083455345vw, 5px);
    --pixel06: min(0.43923865300146414vw, 6px);
    --pixel07: min(0.5124450951683748vw, 7px);
    --pixel08: min(0.5856515373352855vw, 8px);
    --pixel09: min(0.6588579795021963vw, 9px);
    --pixel10: min(0.7320644216691069vw, 10px);
    --pixel11: min(0.8052708638360175vw, 11px);
    --pixel12: min(0.8784773060029283vw, 12px);
    --pixel13: min(0.951683748169839vw, 13px);
    --pixel14: min(1.0248901903367496vw, 14px);
    --pixel15: min(1.0980966325036603vw, 15px);
    --pixel16: min(1.171303074670571vw, 16px);
    --pixel17: min(1.2445095168374818vw, 17px);
    --pixel18: min(1.3177159590043925vw, 18px);
    --pixel19: min(1.390922401171303vw, 19px);
    --pixel20: min(1.4641288433382138vw, 20px);
    --pixel21: min(1.5373352855051245vw, 21px);
    --pixel22: min(1.610541727672035vw, 22px);
    --pixel23: min(1.6837481698389458vw, 23px);
    --pixel24: min(1.7569546120058566vw, 24px);
    --pixel25: min(1.8301610541727673vw, 25px);
    --pixel26: min(1.903367496339678vw, 26px);
    --pixel27: min(1.97657393850658868vw, 27px);
    --pixel28: min(2.049780380673499vw, 28px);
    --pixel29: min(2.12298682284041vw, 29px);
    --pixel30: min(2.1961932650073206vw, 30px);
    --pixel31: min(2.2693997071742316vw, 31px);
    --pixel32: min(2.342606149341142vw, 32px);
    --pixel33: min(2.4158125915080526vw, 33px);
    --pixel34: min(2.4890190336749636vw, 34px);
    --pixel35: min(2.562225475841874vw, 35px);
    --pixel36: min(2.635431918008785vw, 36px);
    --pixel37: min(2.7086383601756956vw, 37px);
    --pixel38: min(2.781844802342606vw, 38px);
    --pixel39: min(2.855051244509517vw, 39px);
    --pixel40: min(2.9282576866764276vw, 40px);
    --pixel41: min(3.001464128843338vw, 41px);
    --pixel42: min(3.074670571010249vw, 42px);
    --pixel43: min(3.1478770131771596vw, 43px);
    --pixel44: min(3.22108345534407vw, 44px);
    --pixel45: min(3.294289897510981vw, 45px);
    --pixel46: min(3.3674963396778916vw, 46px);
    --pixel47: min(3.4407027818448026vw, 47px);
    --pixel48: min(3.513909224011713vw, 48px);
    --pixel49: min(3.5871156661786237vw, 49px);
    --pixel50: min(3.6603221083455346vw, 50px);
    --pixel51: min(3.733528550512445vw, 51px);
    --pixel52: min(3.806734992679356vw, 52px);
    --pixel53: min(3.8799414348462666vw, 53px);
    --pixel54: min(3.953147877013177vw, 54px);
    --pixel55: min(4.026354319180088vw, 55px);
    --pixel56: min(4.099560761346998vw, 56px);
    --pixel57: min(4.172767203513909vw, 57px);
    --pixel58: min(4.24597364568082vw, 58px);
    --pixel59: min(4.319180087847731vw, 59px);
    --pixel60: min(4.392386530014641vw, 60px);
    --pixel61: min(4.465592972181552vw, 61px);
    --pixel62: min(4.538799414348463vw, 62px);
    --pixel63: min(4.612005856515373vw, 63px);
    --pixel64: min(4.685212298682284vw, 64px);
    --pixel65: min(4.758418740849195vw, 65px);
    --pixel66: min(4.831625183016105vw, 66px);
    --pixel67: min(4.904831625183016vw, 67px);
    --pixel68: min(4.978038067349927vw, 68px);
    --pixel69: min(5.051244509516837vw, 69px);
    --pixel70: min(5.124450951683748vw, 70px);
    --pixel71: min(5.197657393850659vw, 71px);
    --pixel72: min(5.27086383601757vw, 72px);
    --pixel73: min(5.34407027818448vw, 73px);
    --pixel74: min(5.417276720351391vw, 74px);
    --pixel75: min(5.490483162518302vw, 75px);
    --pixel76: min(5.563689604685212vw, 76px);
    --pixel77: min(5.636896046852123vw, 77px);
    --pixel78: min(5.710102489019034vw, 78px);
    --pixel79: min(5.783308931185944vw, 79px);
    --pixel80: min(5.856515373352855vw, 80px);
    --pixel81: min(5.929721815519766vw, 81px);
    --pixel82: min(6.002928257686676vw, 82px);
    --pixel83: min(6.076134699853587vw, 83px);
    --pixel84: min(6.149341142020498vw, 84px);
    --pixel85: min(6.222547584187408vw, 85px);
    --pixel86: min(6.295754026354319vw, 86px);
    --pixel87: min(6.36896046852123vw, 87px);
    --pixel88: min(6.44216691068814vw, 88px);
    --pixel89: min(6.515373352855051vw, 89px);
    --pixel90: min(6.588579795021962vw, 90px);
    --pixel91: min(6.661786237188873vw, 91px);
    --pixel92: min(6.734992679355783vw, 92px);
    --pixel93: min(6.808199121522694vw, 93px);
    --pixel94: min(6.881405563689605vw, 94px);
    --pixel95: min(6.954612005856515vw, 95px);
    --pixel96: min(7.027818448023426vw, 96px);
    --pixel97: min(7.101024890190337vw, 97px);
    --pixel98: min(7.174231332357247vw, 98px);
    --pixel99: min(7.247437774524158vw, 99px);
    --pixel100: min(7.320644216691069vw, 100px);
  }
}
@media screen and (max-width: 640px) {
  /* 375px size */
  :root {
    --pixel01: 0.26666666666666666vw;
    --pixel02: 0.5333333333333333vw;
    --pixel03: 0.8vw;
    --pixel04: 1.0666666666666667vw;
    --pixel05: 1.3333333333333335vw;
    --pixel06: 1.6vw;
    --pixel07: 1.866666666666667vw;
    --pixel08: 2.1333333333333333vw;
    --pixel09: 2.4vw;
    --pixel10: 2.666666666666667vw;
    --pixel11: 2.933333333333333vw;
    --pixel12: 3.2vw;
    --pixel13: 3.4666666666666663vw;
    --pixel14: 3.733333333333334vw;
    --pixel15: 4vw;
    --pixel16: 4.266666666666667vw;
    --pixel17: 4.533333333333333vw;
    --pixel18: 4.8vw;
    --pixel19: 5.066666666666666vw;
    --pixel20: 5.333333333333334vw;
    --pixel21: 5.6000000000000005vw;
    --pixel22: 5.866666666666666vw;
    --pixel23: 6.133333333333333vw;
    --pixel24: 6.4vw;
    --pixel25: 6.666666666666667vw;
    --pixel26: 6.933333333333333vw;
    --pixel27: 7.199999999999999vw;
    --pixel28: 7.466666666666668vw;
    --pixel29: 7.733333333333333vw;
    --pixel30: 8vw;
    --pixel31: 8.266666666666666vw;
    --pixel32: 8.533333333333333vw;
    --pixel33: 8.799999999999999vw;
    --pixel34: 9.066666666666666vw;
    --pixel35: 9.333333333333334vw;
    --pixel36: 9.6vw;
    --pixel37: 9.866666666666667vw;
    --pixel38: 10.133333333333333vw;
    --pixel39: 10.4vw;
    --pixel40: 10.666666666666668vw;
    --pixel41: 10.933333333333334vw;
    --pixel42: 11.200000000000001vw;
    --pixel43: 11.466666666666667vw;
    --pixel44: 11.733333333333333vw;
    --pixel45: 12vw;
    --pixel46: 12.266666666666666vw;
    --pixel47: 12.533333333333333vw;
    --pixel48: 12.8vw;
    --pixel49: 13.066666666666665vw;
    --pixel50: 13.333333333333334vw;
    --pixel51: 13.600000000000001vw;
    --pixel52: 13.866666666666665vw;
    --pixel53: 14.133333333333335vw;
    --pixel54: 14.399999999999999vw;
    --pixel55: 14.666666666666666vw;
    --pixel56: 14.933333333333335vw;
    --pixel57: 15.2vw;
    --pixel58: 15.466666666666667vw;
    --pixel59: 15.733333333333333vw;
    --pixel60: 16vw;
    --pixel61: 16.266666666666666vw;
    --pixel62: 16.53333333333333vw;
    --pixel63: 16.8vw;
    --pixel64: 17.066666666666666vw;
    --pixel65: 17.333333333333336vw;
    --pixel66: 17.599999999999998vw;
    --pixel67: 17.866666666666667vw;
    --pixel68: 18.133333333333333vw;
    --pixel69: 18.4vw;
    --pixel70: 18.666666666666668vw;
    --pixel71: 18.933333333333334vw;
    --pixel72: 19.2vw;
    --pixel73: 19.466666666666665vw;
    --pixel74: 19.733333333333334vw;
    --pixel75: 20vw;
    --pixel76: 20.266666666666666vw;
    --pixel77: 20.533333333333335vw;
    --pixel78: 20.8vw;
    --pixel79: 21.066666666666666vw;
    --pixel80: 21.333333333333336vw;
    --pixel81: 21.6vw;
    --pixel82: 21.866666666666667vw;
    --pixel83: 22.133333333333333vw;
    --pixel84: 22.400000000000002vw;
    --pixel85: 22.666666666666664vw;
    --pixel86: 22.933333333333334vw;
    --pixel87: 23.200000000000003vw;
    --pixel88: 23.466666666666665vw;
    --pixel89: 23.733333333333334vw;
    --pixel90: 24vw;
    --pixel91: 24.266666666666666vw;
    --pixel92: 24.53333333333333vw;
    --pixel93: 24.8vw;
    --pixel94: 25.066666666666666vw;
    --pixel95: 25.333333333333336vw;
    --pixel96: 25.6vw;
    --pixel97: 25.866666666666667vw;
    --pixel98: 26.13333333333333vw;
    --pixel99: 26.400000000000002vw;
    --pixel100: 26.666666666666668vw;
  }
}

:root {
  --color-primary: #c7000a;
  --text-primary: #6a0606;
}

.color-primary {
  color: var(--color-primary);
}

.notes-list > li {
  text-indent: -1em;
  padding-left: 1em;
}
.notes-list > li:before {
  content: "※";
}
.notes-list--number {
  counter-reset: number;
}
.notes-list--number > li {
  text-indent: -2em;
  padding-left: 2em;
}
.notes-list--number > li:before {
  counter-increment: number;
  content: "※" counter(number) ".";
}
.notes-list--number.start-3 {
  counter-reset: n3 2;
}
.notes-list--number.start-3 > li:before {
  counter-increment: n3;
  content: "※" counter(n3) ".";
}
@media screen and (min-width: 641px) {
  .notes-list > li {
    font-size: var(--pixel12);
  }
  .notes-list--m > li {
    font-size: var(--pixel14);
  }
}
@media screen and (max-width: 640px) {
  .notes-list > li {
    font-size: var(--pixel10);
  }
}
@media screen and (max-width: 640px) {
  .notes-list > li {
    font-size: 10px;
  }
}

.dot-list > li {
  text-indent: -0.5em;
  padding-left: 0.5em;
}
.dot-list > li:before {
  content: "・";
}

.deco-underline,
.deco-underline:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}
.deco-slash {
  display: block;
  text-align: center;
}
.deco-slash__txt {
  display: inline-block;
  position: relative;
  padding-right: 1.8em;
  padding-left: 1.8em;
}
.deco-slash__txt:before,
.deco-slash__txt:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 1.5em;
  height: 1.5em;
  top: calc(50% - 0.75em);
}
.deco-slash__txt:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22text%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2025.2%2038.4%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%236a0606%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A2px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%221%22%20y1%3D%221%22%20x2%3D%2224.2%22%20y2%3D%2235.4%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%221%22%20y1%3D%2217.06%22%20x2%3D%2219.8%22%20y2%3D%2237.4%22%2F%3E%3C%2Fsvg%3E");
  left: 0;
}
.deco-slash__txt:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22text%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2025.2%2038.4%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%236a0606%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A2px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2224.2%22%20y1%3D%221%22%20x2%3D%221%22%20y2%3D%2235.4%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2224.2%22%20y1%3D%2217.06%22%20x2%3D%225.4%22%20y2%3D%2237.4%22%2F%3E%3C%2Fsvg%3E");
  right: 0;
}

/** PAGE FRAME
==============================================*/
.page-frame:before,
.page-frame:after,
.page-frame__head:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
}
.page-frame:before {
  bottom: calc(100% - 1px);
  background: url(../images/frame-bg-top.png) no-repeat center top/100% 100%;
}
.page-frame:after {
  top: calc(100% - 1px);
  background: url(../images/frame-bg-bottom.png) no-repeat center top/100% 100%;
}
.page-frame {
  position: relative;
  background: url(../images/frame-bg-repeat.png) repeat-y center top/100% 100%;
}
@media screen and (min-width: 641px) {
  .page-frame:before,
  .page-frame:after,
  .page-frame__head:before {
    height: var(--pixel25);
  }
  .page-frame {
    margin-top: var(--pixel25);
    margin-bottom: var(--pixel25);
  }
  .page-frame__inner {
    padding: var(--pixel20) var(--pixel35) var(--pixel30);
  }
}
@media screen and (max-width: 640px) {
  .page-frame:before,
  .page-frame:after,
  .page-frame__head:before {
    height: var(--pixel15);
  }
  .page-frame {
    margin-top: var(--pixel15);
    margin-bottom: var(--pixel15);
  }
  .page-frame__inner {
    padding: var(--pixel05) var(--pixel15) var(--pixel10);
  }
}

.page-frame__head {
  background-color: #ffe65b;
}
.page-frame__head:before {
  bottom: calc(100% - 1px);
  background: url(../images/frame-head-top.png) no-repeat center top/100% 100%;
}
.page-frame__title {
  text-align: center;
  font-weight: 700;
  padding-bottom: 0.8em;
}
@media screen and (min-width: 641px) {
  .page-frame__title {
    font-size: var(--pixel26);
  }
}
@media screen and (max-width: 640px) {
  .page-frame__title {
    font-size: var(--pixel16);
  }
}

.page-frame__body {
}
@media screen and (min-width: 641px) {
  .page-frame__body {
    padding: var(--pixel35) var(--pixel40);
  }
}
@media screen and (max-width: 640px) {
  .page-frame__body {
    padding: var(--pixel15);
  }
}

/** ENTRY BLOCK
==============================================*/
.entry-block__entry {
  text-align: center;
}

.entry-block__button {
  background: -webkit-linear-gradient(left, rgba(236, 173, 0, 1) 0%, rgba(236, 173, 0, 1) 5%, rgba(240, 234, 76, 1) 40%, rgba(240, 234, 76, 1) 50%, rgba(240, 234, 76, 1) 60%, rgba(236, 173, 0, 1) 95%, rgba(236, 173, 0, 1) 100%);
  background: linear-gradient(90deg, rgba(236, 173, 0, 1) 0%, rgba(236, 173, 0, 1) 5%, rgba(240, 234, 76, 1) 40%, rgba(240, 234, 76, 1) 50%, rgba(240, 234, 76, 1) 60%, rgba(236, 173, 0, 1) 95%, rgba(236, 173, 0, 1) 100%);
  color: #000;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  font-weight: 700;
  border: var(--pixel04) solid #000;
  border-radius: var(--pixel50);
  box-shadow: 0 var(--pixel02) 0 #000;
}
.entry-block__button--slv {
  background: -webkit-linear-gradient(45deg, rgba(191, 189, 190, 1) 0%, rgba(204, 203, 204, 1) 6.85%, rgba(228, 227, 228, 1) 21.88%, rgba(243, 242, 243, 1) 35.72%, rgba(248, 247, 248, 1) 47.13%, rgba(242, 241, 242, 1) 59.85%, rgba(225, 224, 225, 1) 76.85%, rgba(198, 196, 197, 1) 96.21%, rgba(192, 190, 191, 1) 100%);
  background: linear-gradient(45deg, rgba(191, 189, 190, 1) 0%, rgba(204, 203, 204, 1) 6.85%, rgba(228, 227, 228, 1) 21.88%, rgba(243, 242, 243, 1) 35.72%, rgba(248, 247, 248, 1) 47.13%, rgba(242, 241, 242, 1) 59.85%, rgba(225, 224, 225, 1) 76.85%, rgba(198, 196, 197, 1) 96.21%, rgba(192, 190, 191, 1) 100%);
}
.entry-block__button:active {
  box-shadow: none;
  -webkit-transform: translate(0, var(--pixel02));
  transform: translate(0, var(--pixel02));
}
.entry-block__button:hover {
  opacity: 1;
  color: #000;
}
@media screen and (min-width: 641px) {
  .entry-block__button {
    font-size: var(--pixel24);
    width: min(30.74670571010249vw, 420px);
    min-height: min(5.490483162518302vw, 75px);
  }
  .entry-block__button:not(:first-child) {
    margin-top: var(--pixel25);
  }
}
@media screen and (max-width: 640px) {
  .entry-block__button {
    font-size: var(--pixel18);
    padding: var(--pixel10) var(--pixel10);
    min-width: 80vw;
  }
  .entry-block__button:not(:first-child) {
    margin-top: var(--pixel15);
  }
}

.entry-block__txt {
  text-align: center;
  color: #ed1c24;
  font-weight: 500;
}
.entry-block__txt.pt {
  padding-top: var(--pixel15);
}
.entry-block__notes {
  display: block;
  text-align: center;
  color: #ed1c24;
}
@media screen and (min-width: 641px) {
  .entry-block__txt {
    text-align: center;
    margin-top: var(--pixel10);
    font-size: var(--pixel16);
  }
  .entry-block__notes {
    margin-top: var(--pixel10);
    font-size: var(--pixel14);
  }
}
@media screen and (max-width: 640px) {
  .entry-block__txt {
    text-align: center;
    margin-top: var(--pixel05);
    font-size: var(--pixel14);
  }
  .entry-block__notes {
    margin-top: var(--pixel05);
    font-size: var(--pixel12);
  }
}

/** MAIN
==============================================*/
.main-contents {
  overflow: hidden;
  background: url(../images/bg.png) repeat-y center top/100% auto;
}

.article-contents {
  position: relative;
}
@media screen and (min-width: 641px) {
  .article-contents {
    padding-bottom: var(--pixel100);
  }
}
@media screen and (max-width: 640px) {
  .article-contents {
    padding-bottom: var(--pixel50);
  }
}

/** SECTION HERO
==============================================*/
.section-hero {
  position: relative;
}
.section-content {
  position: relative;
  z-index: 1;
}

.page-kv {
  background: url(../images/page-kv-band.png) repeat-x center bottom/auto var(--pixel92);
  text-align: center;
}
.page-kv {
  text-align: center;
  padding-bottom: var(--pixel10);
}
.page-kv__img {
  max-width: 100%;
}
@media screen and (min-width: 641px) {
  .page-kv__img {
    width: min(88.21376281112738vw, 1205px);
  }
}
@media screen and (max-width: 640px) {
  .page-kv__img {
    min-width: 130vw;
    margin-left: -13.5vw;
  }
}

/** SECTION CAMPAIGN
==============================================*/
@media screen and (min-width: 641px) {
  .section-campaign {
    padding-top: var(--pixel60);
    padding-bottom: var(--pixel70);
  }
  .campaign-info__frame:not(:first-child) {
    margin-top: var(--pixel100);
  }
}
@media screen and (max-width: 640px) {
  .section-campaign {
    padding-top: var(--pixel35);
    padding-bottom: var(--pixel30);
  }
  .campaign-info__frame:not(:first-child) {
    margin-top: var(--pixel60);
  }
}

.campaign-info__slash {
  color: var(--text-primary);
  font-weight: 700;
}
@media screen and (min-width: 641px) {
  .campaign-info__slash {
    font-size: var(--pixel22);
  }
}
@media screen and (max-width: 640px) {
  .campaign-info__slash {
    font-size: var(--pixel18);
  }
}

.campaign-info__title {
  text-align: center;
}
.campaign-info__txt {
  color: var(--text-primary);
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 641px) {
  .campaign-info__head > *:not(:first-child) {
    margin-top: var(--pixel20);
  }
  .campaign-info__title .title-lottery {
    width: min(28.69692532942899vw, 392px);
  }
  .campaign-info__title .title-point5000 {
    width: min(27.52562225475842vw, 376px);
  }
  .campaign-info__title .title-max70per {
    width: min(26.42752562225476vw, 361px);
  }
  .campaign-info__txt {
    font-size: var(--pixel18);
  }
  .campaign-info__body {
    margin-top: var(--pixel25);
  }
  .campaign-info__body > *:not(:first-child) {
    margin-top: var(--pixel20);
  }
}
@media screen and (max-width: 640px) {
  .campaign-info__head > *:not(:first-child) {
    margin-top: var(--pixel10);
  }
  .campaign-info__title .title-lottery {
    width: 65vw;
  }
  .campaign-info__title .title-point5000 {
    width: 63vw;
  }
  .campaign-info__title .title-max70per {
    width: 62vw;
  }
  .campaign-info__txt {
    font-size: var(--pixel14);
  }
  .campaign-info__body {
    margin-top: var(--pixel15);
  }
  .campaign-info__body > *:not(:first-child) {
    margin-top: var(--pixel15);
  }
}

.point-rate {
  text-align: center;
}
.point-rate__dl {
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  border: var(--pixel03) solid var(--text-primary);
  border-radius: var(--pixel06);
}
@media screen and (min-width: 641px) {
  .point-rate__dl {
    padding: var(--pixel20);
  }
  .point-rate > *:not(:first-child) {
    margin-top: var(--pixel20);
  }
}
@media screen and (max-width: 640px) {
  .point-rate__dl {
    padding: var(--pixel15) var(--pixel10);
  }
  .point-rate > *:not(:first-child) {
    margin-top: var(--pixel10);
  }
}

.point-rate__dl > dt,
.point-rate__dl > dd {
  line-height: 1;
}
.point-rate__dl > dt:not(:first-of-type),
.point-rate__dl > dd:not(:first-of-type) {
  padding-top: var(--pixel10);
}
.point-rate__dl > dt:not(:last-of-type),
.point-rate__dl > dd:not(:last-of-type) {
  border-bottom: 1px solid #ed1c24;
  padding-bottom: var(--pixel10);
}

.point-rate__dl > dt .rate {
  position: relative;
  text-align: center;
  color: #fff;
  background-color: #ecd461;
  font-weight: 700;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border-radius: var(--pixel05);
}
.point-rate__dl > dt:first-of-type .rate {
  background-color: #ed1c24;
}
.point-rate__dl > dt:nth-child(2) .rate {
  background-size: var(--pixel35) auto;
  background-color: #f14950;
}
.point-rate__dl > dt:nth-child(3) .rate {
  background-color: #f4777c;
}
.point-rate__dl > dt .rate:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: var(--pixel31) auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22img%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2031.4%2030.51%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M29.85%2C17.43s.07-.07.1-.11c.06-.08.12-.16.18-.24.05-.07.1-.14.15-.21.02-.04.04-.07.07-.11.66-1.03%2C1.05-2.25%2C1.05-3.56%2C0-3.63-2.94-6.58-6.58-6.58-.8%2C0-1.57.15-2.28.41-.1.04-.2.07-.3.11.02-.19.03-.38.03-.57%2C0-3.63-2.94-6.58-6.58-6.58s-6.58%2C2.94-6.58%2C6.58c0%2C.14.01.27.02.41%2C0%2C.06%2C0%2C.11%2C0%2C.17-.79-.34-1.66-.52-2.57-.52-3.63%2C0-6.58%2C2.94-6.58%2C6.58%2C0%2C1.3.38%2C2.51%2C1.03%2C3.53.03.05.06.1.09.15.03.05.07.1.11.14.07.1.15.21.23.31%2C0%2C0%2C0%2C0%2C0%2C0%2C.9%2C1.11%2C2.16%2C1.93%2C3.64%2C2.28-1.01%2C1.16-1.62%2C2.66-1.62%2C4.31%2C0%2C3.63%2C2.94%2C6.58%2C6.58%2C6.58%2C1.47%2C0%2C2.82-.48%2C3.92-1.3%2C0%2C0%2C.02-.01.02-.02.09-.07.18-.14.27-.22.02-.02.04-.03.06-.05.08-.07.16-.14.23-.21.03-.02.05-.05.08-.07.07-.06.13-.13.19-.2.03-.04.07-.07.1-.11.04-.05.08-.1.12-.14.23-.27.44-.56.64-.87%2C1.15%2C1.91%2C3.24%2C3.19%2C5.64%2C3.19%2C3.63%2C0%2C6.58-2.94%2C6.58-6.58%2C0-1.49-.5-2.87-1.34-3.97-.09-.12-.18-.23-.27-.35.92-.21%2C1.77-.62%2C2.5-1.17.05-.04.1-.08.14-.12.09-.07.18-.14.26-.22.1-.09.19-.18.28-.27.03-.03.07-.07.1-.1.09-.1.18-.2.26-.3ZM17.53%2C15.83l-.93.3h0s0%2C0%2C0%2C0l2.46%2C3.38c.1-.02.2-.04.31-.04.77%2C0%2C1.39.62%2C1.39%2C1.39s-.62%2C1.39-1.39%2C1.39-1.39-.62-1.39-1.39c0-.05%2C0-.1.01-.15%2C0-.03%2C0-.05.01-.08.02-.09.04-.17.07-.25.02-.05.04-.1.07-.15.01-.03.03-.05.04-.08l-2.46-3.38-2.46%2C3.38s.05.09.07.13c.01.02.02.05.03.07.04.09.06.18.08.28%2C0%2C.02%2C0%2C.05.01.08%2C0%2C.05.01.1.01.15%2C0%2C.77-.62%2C1.39-1.39%2C1.39s-1.39-.62-1.39-1.39.62-1.39%2C1.39-1.39c.11%2C0%2C.21.01.31.04l1.87-2.57.58-.8h0s0%2C0%2C0%2C0l-3.98-1.29c-.26.29-.62.48-1.04.48-.77%2C0-1.39-.62-1.39-1.39s.62-1.39%2C1.39-1.39c.72%2C0%2C1.31.56%2C1.38%2C1.26l3.03.98.94.31h0s0%2C0%2C0%2C0v-4.18c-.5-.21-.84-.71-.84-1.28%2C0-.77.62-1.39%2C1.39-1.39s1.39.62%2C1.39%2C1.39c0%2C.57-.35%2C1.07-.84%2C1.28v4.16s0%2C0%2C0%2C0h0s3.98-1.28%2C3.98-1.28c.07-.71.65-1.26%2C1.38-1.26.77%2C0%2C1.39.62%2C1.39%2C1.39s-.62%2C1.39-1.39%2C1.39c-.42%2C0-.79-.19-1.04-.48l-3.04.99Z%22%2F%3E%3C%2Fsvg%3E");
  width: var(--pixel48);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.point-rate__dl > dt .rate:first-of-type:before {
  background-size: var(--pixel30) auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22img%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030.66%2022.25%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M30.27%2C11.75c-1.08-3.28-4.14-4.99-7.31-4.36-.1.02-.2.03-.3.05%2C0-.06%2C0-.12%2C0-.19%2C0-4-3.29-7.25-7.34-7.25s-7.34%2C3.25-7.34%2C7.25c0%2C.06%2C0%2C.12%2C0%2C.18%2C0%2C0%2C0%2C.01%2C0%2C.02-3.27-.81-6.49.91-7.6%2C4.3-1.28%2C3.89.69%2C8.51%2C4.41%2C10.32%2C0%2C0%2C0%2C0%2C.01%2C0%2C.71.34%2C1.56.18%2C2.12-.38%2C2.03-2.03%2C5.04-3.32%2C8.4-3.32s6.36%2C1.29%2C8.4%2C3.32c.56.56%2C1.41.72%2C2.12.38%2C0%2C0%2C0%2C0%2C.01%2C0%2C3.72-1.81%2C5.69-6.42%2C4.41-10.32ZM23%2C13.36l-2.16%2C2.51c-.19.19-.5.19-.69%2C0-.19-.19-.19-.5%2C0-.69l2.51-2.16c.09-.09.25-.09.34%2C0%2C.1.1.1.25%2C0%2C.34ZM15.01%2C9.53c0-.18.14-.32.32-.32s.32.14.32.32l.32%2C4.33c0%2C.35-.29.64-.64.64s-.64-.29-.64-.64l.32-4.33ZM7.67%2C13.02c.09-.09.25-.09.34%2C0l2.51%2C2.16c.19.19.19.5%2C0%2C.69-.19.19-.5.19-.69%2C0l-2.16-2.51c-.09-.09-.09-.25%2C0-.34Z%22%2F%3E%3C%2Fsvg%3E");
}
.point-rate__dl > dt .rate:nth-child(2):before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22img%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2035.49%2022.33%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M29.36%2C2.46c-2.91-2.91-6.76-3.19-9.12-1.07-.76-.4-1.6-.61-2.49-.61s-1.73.21-2.49.61C12.89-.73%2C9.05-.46%2C6.14%2C2.46%2C1.45%2C7.14.29%2C13.71%2C0%2C16.17c-.06.52.38.96.9.9%2C1.94-.22%2C6.41-.99%2C10.52-3.59.33-.21.66-.42.98-.66%2C1.16%2C4.37%2C3.56%2C7.76%2C4.71%2C9.2.32.41.94.41%2C1.27%2C0%2C1.06-1.33%2C3.18-4.32%2C4.42-8.2.11-.33.21-.66.3-1%2C4.34%2C3.13%2C9.4%2C4.01%2C11.49%2C4.24.52.06.96-.38.9-.9-.28-2.46-1.45-9.04-6.13-13.72ZM23.68%2C6.85c-.15-1.31-.58-2.46-1.2-3.41.58.05%2C1.51.52%2C2.41%2C1.42%2C1.27%2C1.27%2C2.42%2C2.77%2C3.42%2C4.47.24.41.47.82.69%2C1.25-2.04-1.07-3.82-2.32-5.31-3.74ZM17.74%2C13.49c-.61-1.94-.97-3.83-1.09-5.67-.03-.43-.04-.86-.04-1.28%2C0-.86.15-1.59.36-2.11.22-.54.5-.85.77-.85s.55.31.77.84c.21.52.36%2C1.25.36%2C2.12%2C0%2C.42-.01.85-.04%2C1.29-.1%2C1.47-.35%2C2.98-.76%2C4.52-.1.38-.21.76-.33%2C1.15ZM6.49%2C10.58c1.16-2.22%2C2.54-4.14%2C4.12-5.71.9-.9%2C1.83-1.38%2C2.41-1.42-.63.94-1.05%2C2.1-1.2%2C3.41-1.2%2C1.13-2.59%2C2.16-4.13%2C3.07-.39.23-.78.45-1.19.66Z%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (min-width: 641px) {
  .point-rate__dl > dt {
    font-size: var(--pixel26);
  }
  .point-rate__dl > dt .rate {
    padding: var(--pixel10) var(--pixel18) var(--pixel10) var(--pixel48);
  }
}
@media screen and (max-width: 640px) {
  .point-rate__dl > dt {
    font-size: var(--pixel16);
  }
  .point-rate__dl > dt .rate {
    padding: var(--pixel08) var(--pixel12) var(--pixel08) var(--pixel48);
  }
}

.point-rate__dl > dd {
  font-weight: 700;
  text-align: right;
}
.point-rate__dl > dd .num {
  display: inline-block;
  color: #ed1c24;
  margin-right: var(--pixel05);
}
@media screen and (min-width: 641px) {
  .point-rate__dl > dd {
    font-size: var(--pixel24);
    padding-left: var(--pixel25);
  }
  .point-rate__dl > dd .num {
    font-size: var(--pixel51);
  }
}
@media screen and (max-width: 640px) {
  .point-rate__dl > dd {
    font-size: var(--pixel14);
    padding-left: var(--pixel10);
  }
  .point-rate__dl > dd .num {
    font-size: var(--pixel38);
  }
}

.point-incentive {
  padding-top: var(--pixel10);
}
@media screen and (min-width: 641px) {
  .point-incentive {
    width: min(46.120058565153734vw, 630px);
    margin-right: auto;
    margin-left: auto;
  }
  .point-incentive__item > *:not(:first-child) {
    margin-top: var(--pixel30);
  }
}
@media screen and (max-width: 640px) {
  .point-incentive__item > *:not(:first-child) {
    margin-top: var(--pixel10);
  }
}

.point-incentive__lead {
  text-align: center;
}
.point-incentive__case {
  margin-top: var(--pixel15);
}
.point-incentive__case-txt {
  text-align: center;
  font-weight: 700;
}
.point-incentive__case-case {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
}
.point-incentive__case-case:before {
  content: "";
  background-color: var(--color-primary);
  -webkit-box-ordinal-group: 3;
  order: 2;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.point-incentive__case-img:first-child {
  -webkit-box-ordinal-group: 2;
  order: 1;
}
.point-incentive__case-img:last-child {
  -webkit-box-ordinal-group: 4;
  order: 3;
}
.point-incentive__case-case:after {
  content: "";
  display: block;
  margin: var(--pixel20) auto;
  -webkit-box-ordinal-group: 5;
  order: 4;
  width: 100%;
  height: var(--pixel20);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22img%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028.94%2020.47%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23000000%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2228.94%200%2014.47%2020.47%200%200%2028.94%200%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: var(--pixel29);
}
.point-incentive__case-total {
  text-align: center;
}
@media screen and (min-width: 641px) {
  .point-incentive__lead img {
    width: min(36.16398243045388vw, 494px);
  }
  .point-incentive__case-txt {
    font-size: var(--pixel24);
    margin-bottom: var(--pixel20);
  }
  .point-incentive__case-case:before {
    width: var(--pixel20);
    height: var(--pixel30);
  }
  .point-incentive__case-img {
    width: min(21.669106881405565vw, 296px);
  }
  .point-incentive__case-total img {
    width: min(24.743777452415813vw, 338px);
  }
}
@media screen and (max-width: 640px) {
  .point-incentive__case-txt {
    font-size: var(--pixel16);
    margin-bottom: var(--pixel15);
  }
  .point-incentive__case-case {
    /* flex-direction: column; */
  }
  .point-incentive__case-case:before {
    /* width: var(--pixel30);
    height: var(--pixel20); */
    /* clip-path: polygon(0 0, 100% 0%, 50% 100%); */
    margin-top: var(--pixel10);
    margin-bottom: var(--pixel10);
    width: var(--pixel10);
    height: var(--pixel20);
  }
  .point-incentive__case-img {
    width: calc(50% - var(--pixel10));
  }
  .point-incentive__case-total img {
    width: 70vw;
  }
}

/** SECTION INFORMATION
==============================================*/
@media screen and (min-width: 641px) {
  .section-information {
    margin-top: var(--pixel70);
    margin-bottom: var(--pixel60);
  }
}
@media screen and (max-width: 640px) {
  .section-information {
    margin-top: var(--pixel30);
    margin-bottom: var(--pixel25);
  }
}

.page-information__ttl {
  text-align: center;
  font-weight: 700;
  color: var(--color-primary);
}
.page-information__ttl .ttl-frame {
  display: inline-block;
  position: relative;
  background: url(../images/frame-bg-repeat.png) repeat-y center top / 100%;
  margin-top: var(--pixel10);
  margin-bottom: var(--pixel10);
}
.page-information__ttl .ttl-frame:before,
.page-information__ttl .ttl-frame:after {
  content: "";
  position: absolute;
  width: 100%;
  height: var(--pixel10);
  left: 0;
}
.page-information__ttl .ttl-frame:before {
  bottom: calc(100% - 1px);
  background: url(../images/frame-bg-top.png) no-repeat center top / 100% 100%;
}
.page-information__ttl .ttl-frame:after {
  top: calc(100% - 1px);
  background: url(../images/frame-bg-bottom.png) no-repeat center top / 100% 100%;
}
@media screen and (min-width: 641px) {
  .page-information__ttl {
    margin-bottom: var(--pixel85);
  }
  .page-information__ttl .ttl-frame {
    font-size: var(--pixel24);
    padding: var(--pixel05) var(--pixel50);
  }
}
@media screen and (max-width: 640px) {
  .page-information__ttl {
    margin-bottom: var(--pixel35);
  }
  .page-information__ttl .ttl-frame {
    font-size: var(--pixel18);
    padding: 0 var(--pixel40);
  }
}

@media screen and (min-width: 641px) {
  .page-information__frame:not(:first-child) {
    margin-top: var(--pixel100);
  }
}
@media screen and (max-width: 640px) {
  .page-information__frame:not(:first-child) {
    margin-top: var(--pixel60);
  }
}

@media screen and (min-width: 641px) {
  .information-dl {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }
  .information-dl > dt:not(:first-child),
  .information-dl > dd:not(:first-child) {
    margin-top: var(--pixel10);
  }
}
@media screen and (max-width: 640px) {
  .information-dl > dt:not(:first-child) {
    margin-top: var(--pixel15);
  }
}

.information-dl > dt {
  font-weight: 700;
  background-color: var(--color-primary);
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
@media screen and (min-width: 641px) {
  .information-dl > dt {
    font-size: var(--pixel18);
    margin-right: var(--pixel20);
    padding: var(--pixel10) var(--pixel30);
  }
}
@media screen and (max-width: 640px) {
  .information-dl > dt {
    font-size: var(--pixel14);
    padding: var(--pixel05) var(--pixel10);
  }
}

.information-dl > dd {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
  color: var(--color-primary);
}
.information-dl > dd a.deco-underline {
  color: #29abe2;
}
@media screen and (min-width: 641px) {
  .information-dl__txt {
    font-size: var(--pixel18);
  }
  .information-dl__txt .small {
    font-size: var(--pixel14);
  }
  .information-dl__notes > li {
    font-size: var(--pixel14);
  }
}
@media screen and (max-width: 640px) {
  .information-dl > dd {
    padding-top: var(--pixel05);
  }
  .information-dl__txt {
    font-size: var(--pixel13);
  }
  .information-dl__txt .small {
    font-size: var(--pixel12);
  }
  .information-dl__notes > li {
    font-size: var(--pixel12);
  }
}

/** SECTION BLAND
==============================================*/
.section-bland {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding-top: var(--pixel35);
  padding-bottom: var(--pixel30);
}
.bland-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
}
.bland-list > li {
  padding: var(--pixel10) var(--pixel35);
}
.bland-list > li:first-child {
  border-right: var(--pixel01) solid #000;
}
.bland-list > li img {
  height: var(--pixel70);
}
.bland-copy {
  font-size: var(--pixel12);
  text-align: center;
  margin-top: var(--pixel25);
}
@media screen and (max-width: 640px) {
  .bland-copy {
    font-size: 10px;
    letter-spacing: 0;
  }
}

.footer-logo {
  background-color: var(--color-primary);
  text-align: center;
}
.footer-logo__img {
  padding: var(--pixel03);
  background-color: #fff;
  box-sizing: content-box;
}
@media screen and (min-width: 641px) {
  .footer-logo {
    padding-top: var(--pixel47);
    padding-bottom: var(--pixel47);
  }
  .footer-logo__img {
    width: var(--pixel71);
  }
}
@media screen and (max-width: 640px) {
  .footer-logo {
    padding-top: var(--pixel20);
    padding-bottom: var(--pixel20);
  }
  .footer-logo__img {
    width: var(--pixel80);
  }
}
