@charset "UTF-8";
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
dialog,
div,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  line-height: 1.6;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
q:after,
q:before {
  content: "";
}
embed,
object {
  vertical-align: top;
}
hr,
legend {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
abbr,
acronym,
fieldset,
img {
  border: 0;
}
ol,
ul {
  list-style-type: none;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
main {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: top;
}
address {
  font-style: normal;
}
caption,
td,
th {
  font-weight: 400;
  text-align: left;
}
a:focus {
  outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
del {
  color: #333;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
hr {
  border: 0;
  height: 1px;
  border-bottom: 1px solid #ccc;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
button {
  border: 0;
  background: 0 0;
  display: block;
  cursor: pointer;
}
input,
textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
small {
  font-size: smaller;
}
a,
button {
  text-decoration: none;
  opacity: 1;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
/*  word-break: break-all;*/
 word-break: normal;
}
img {
  border: 0;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
a:link {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
a:visited {
  color: inherit;
}
a,
a:focus {
  outline: 0;
}
button,
input,
input:focus {
  outline: 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: none;
}
.MoveUp {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
  -webkit-transition: opacity 1.9s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.9s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.9s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.9s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.9s cubic-bezier(0.19, 1, 0.22, 1), opacity 1.9s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.9s cubic-bezier(0.19, 1, 0.22, 1), opacity 1.9s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.9s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .MoveUp.only_pc {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1), opacity 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1), opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
.MoveUpDone {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.Blur {
  -webkit-transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), filter 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), filter 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 1s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}
.BlurDone {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.MoveRight {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
  -webkit-transition: opacity 1.9s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.9s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.9s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.9s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.9s cubic-bezier(0.19, 1, 0.22, 1), opacity 1.9s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.9s cubic-bezier(0.19, 1, 0.22, 1), opacity 1.9s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.9s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .MoveRight.only_pc {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1), opacity 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1), opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
.MoveRightDone {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.MoveLeft {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
  transform: translate(50px, 0);
  -webkit-transition: opacity 1.9s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.9s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.9s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.9s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.9s cubic-bezier(0.19, 1, 0.22, 1), opacity 1.9s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.9s cubic-bezier(0.19, 1, 0.22, 1), opacity 1.9s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.9s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .MoveLeft.only_pc {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1), opacity 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1), opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
.MoveLeftDone {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.RotationContent {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: transform 1.5s cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: transform 1.5s cubic-bezier(0.36, 0.1, 0.16, 1), -webkit-transform 1.5s cubic-bezier(0.36, 0.1, 0.16, 1);
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
.RotationContentDone {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.Rotation3dContent {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.Rotation3dContentDone {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.ZoomIn {
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.ZoomInDone {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.FadeIn {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.FadeInDone {
  opacity: 1;
}
.CoverInview {
  position: relative;
}
.CoverInview::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #0098d5;
  position: absolute;
  -webkit-transition: width 680ms 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 680ms 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 3000;
}
.CoverInviewBK::after {
  background: #000;
}
.CoverInviewDone::after {
  width: 0%;
}
.Delay100ms {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.Delay150ms {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
.Delay200ms {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.Delay300ms {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.Delay400ms {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.Delay450ms {
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms;
}
.Delay500ms {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.Delay600ms {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.Delay700ms {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.Delay750ms {
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms;
}
.Delay800ms {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.Delay900ms {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.Delay1000ms {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.Delay1100ms {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.Delay1200ms {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.Delay1300ms {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.Delay1400ms {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.Delay1500ms {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.Delay1600ms {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.Delay1700ms {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
.Delay1800ms {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.Delay1900ms {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}
.Delay2000ms {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
* {
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  letter-spacing: 0.05em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  letter-spacing: 0;
  line-height: 0;
  word-wrap: break-word;
}
main {
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  animation: fadeIn 2s ease 0s 1 normal;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body,
html {
  min-width: 1120px;
  max-width: 100%;
  margin: auto;
  font-family: "Noto Sans JP", "M PLUS 1", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #2e2e2e;
}
@media screen and (max-width: 1024px) {
  body,
  html {
    min-width: 100%;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  body,
  html {
    min-width: 100%;
  }
}
html {
  overflow: auto;
}
a,
a:hover,
a:visited {
  color: #2e2e2e;
  text-decoration: none;
}
b {
  font-weight: 700;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style-type: none;
}
.sp-block,
.sp-flex,
.sp-inline,
.sp-inline-block,
.sp-table-row {
  display: none !important;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  body,
  html {
    min-width: 0;
    max-width: 100vw;
    overflow-x: hidden;
  }
  .sp-none {
    display: none !important;
  }
  .sp-block {
    display: block !important;
  }
  .sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .sp-inline {
    display: inline !important;
  }
  .sp-inline-block {
    display: inline-block !important;
  }
  .sp-brNone br {
    display: none !important;
  }
  .sp-table-row {
    display: table-row !important;
  }
}
body {
  padding-top: 102px;
  background-color: #f4f7f8;
}
@media screen and (max-width: 1080px), screen and (max-width: 737px) and (orientation: landscape) {
  body {
    padding-top: 70px;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 102px;
  padding: 0 20px 0 40px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #f4f7f8;
}
@media screen and (max-width: 1080px), screen and (max-width: 737px) and (orientation: landscape) {
  .header__inner {
    height: 70px;
    padding: 0 6.6%;
  }
}
.header__inner.active {
  height: 80px;
}
.header__logoLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
  z-index: 9999;
}
.header__logoLink:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1080px), screen and (max-width: 737px) and (orientation: landscape) {
  .header__logoImage {
    width: 170px;
    height: 20px;
  }
}
.header__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 9990;
}
@media screen and (max-width: 1080px), screen and (max-width: 737px) and (orientation: landscape) {
  .header__navList {
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 70px;
    padding-bottom: 70px;
    left: -100%;
    top: 0;
    -webkit-transition: left 0.25s ease;
    transition: left 0.25s ease;
  }
}
.header__navList--active {
  left: 0;
}
.header__navItem {
  margin-right: 40px;
}
.header__navItem:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1080px), screen and (max-width: 737px) and (orientation: landscape) {
  .header__navItem {
    margin-right: 0;
    width: 100%;
  }
}
.header__navLink {
  height: 102px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1080px), screen and (max-width: 737px) and (orientation: landscape) {
  .header__navLink {
    height: auto;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.2;
    padding: 24px 25px 19px;
    border-bottom: 1px solid rgba(34, 34, 34, 0.2);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.header__navLink::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  -webkit-transition: all 0.12s ease-in;
  transition: all 0.12s ease-in;
  background-color: #0098d5;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 20px;
  opacity: 0;
}
@media screen and (max-width: 1080px), screen and (max-width: 737px) and (orientation: landscape) {
  .header__navLink::before {
    display: none;
  }
}
.header__navLink--active::before,
.header__navLink:hover::before {
  opacity: 1;
}
@media screen and (max-width: 1080px), screen and (max-width: 737px) and (orientation: landscape) {
  .header__navLink--active::before,
  .header__navLink:hover::before {
    opacity: 0.7;
  }
}
.header__navItemSubMenu {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__navItemSubMenu:hover .header__childList {
  pointer-events: all;
  opacity: 1;
}
.header__navItemSubMenu:hover .header__navLinkSubMenu::before {
  opacity: 1;
}
.header__childList.active {
  height: auto;
  opacity: 1;
}
@media screen and (max-width: 1080px), screen and (max-width: 737px) and (orientation: landscape) {
  .header__navLinkSubMenu {
    position: relative;
  }
  .header__navLinkSubMenu::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/common/meta/icon-circle-down.svg) no-repeat center/contain;
    top: 50%;
    right: 21px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -webkit-transition: rotate 0.3s ease;
    transition: rotate 0.3s ease;
  }
}
.header__navLinkSubMenu.active::after {
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}
.header__childList.header__search__listNav {
  background: #fff;
  min-width: 240px;
  padding: 0;
  border-radius: 6px 0 0 6px;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.06);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.06);
}
.header__childList.header__search__listNav .categoryPart__item {
  border: none;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}
.header__childList.header__search__listNav .categoryPart__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 17px 23px 13px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__childList.header__search__listNav .categoryPart__link:hover {
  background-color: #caeaf4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__childList.header__search__listNav .categoryPart__link:hover .categoryPart__text {
  color: #0098d5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__childList.header__search__listNav .categoryPart__icon {
  margin-right: 16px;
}
.header__childList.header__search__listNav .categoryPart__text {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.5;
}
.header__childList.header__search__listNav .categoryPart__stationeryLink {
  margin-top: 0;
  padding: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
@media screen and (max-width: 1080px), screen and (max-width: 737px) and (orientation: landscape) {
  .header__childList.header__search__listNav .categoryPart__stationeryLink {
    margin-top: 0;
    border-radius: 0;
  }
}
.header__childList.header__search__listNav .categoryPart__stationeryLink:hover {
  background-color: #caeaf4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__childList.header__search__listNav .categoryPart__stationeryLink:hover .categoryPart__stationeryText {
  color: #0098d5;
}
.header__childList.header__search__listNav .categoryPart__stationeryImage {
  border-radius: 6px;
}
.header__childList.header__search__listNav .categoryPart__stationeryText {
  width: calc(100% - 50px);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.5;
  padding-left: 24px;
}
@media screen and (max-width: 1080px), screen and (max-width: 737px) and (orientation: landscape) {
  .header__childList.header__search__listNav .categoryPart__stationeryText {
    padding-left: 23px;
    padding-top: 5px;
  }
}
.header__childList {
  pointer-events: none;
  opacity: 0;
  min-width: 215px;
  position: absolute;
  padding: 15px;
  background: #0098d5;
  top: 102px;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99999;
}
@media screen and (max-width: 1080px), screen and (max-width: 737px) and (orientation: landscape) {
  .header__childList {
    position: relative;
    top: 0;
    padding: 0;
    background: 0 0;
    height: 0;
    overflow: hidden;
  }
}
.header__childList .header__navLink {
  display: none;
}
.header__childListItem {
  position: relative;
}
@media screen and (max-width: 1080px), screen and (max-width: 737px) and (orientation: landscape) {
  .header__childListItem {
    width: 100%;
  }
}
.header__childListLink {
  font-size: 14px;
  letter-spacing: 0.02em;
  font-weight: 900;
  color: #f4f7f8 !important;
  padding: 5px 12px;
  display: block;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1080px), screen and (max-width: 737px) and (orientation: landscape) {
  .header__childListLink:hover {
    background-color: #caeaf4;
  }
}
@media screen and (max-width: 1080px), screen and (max-width: 737px) and (orientation: landscape) {
  .header__childListLink {
    color: #2e2e2e !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    padding: 24px 51px 19px;
    border-bottom: 1px solid rgba(34, 34, 34, 0.2);
    background-color: #f4f7f8;
  }
}
.header__childListLink::before {
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 6px solid #f4f7f8;
  content: "";
  display: block;
  margin-right: 5px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
@media screen and (max-width: 1080px), screen and (max-width: 737px) and (orientation: landscape) {
  .header__childListLink::before {
    display: none;
  }
}
.header__navItem--scanSnap {
  display: none;
}
@media screen and (max-width: 1080px), screen and (max-width: 737px) and (orientation: landscape) {
  .header__navItem--scanSnap {
    padding: 0 25px;
    display: block;
  }
}
@media screen and (max-width: 1080px), screen and (max-width: 737px) and (orientation: landscape) {
  .header__scanSnap {
    display: none;
  }
}
.header__scanSnapLink {
  background-color: #0098d5;
  width: 258px;
  height: 60px;
  border: 2px solid #0098d5;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 1080px), screen and (max-width: 737px) and (orientation: landscape) {
  .header__scanSnapLink {
    width: 100%;
    padding: 4px 18px 2px;
  }
}
.header__scanSnapLink:hover {
  background-color: #fff;
}
.header__scanSnapLink:hover .header__scanSnapText {
  color: #0098d5;
}
.header__scanSnapText {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  color: #fff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 1080px), screen and (max-width: 737px) and (orientation: landscape) {
  .header__scanSnapText {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.header__scanSnapText::after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/common/meta/icon-link.svg) no-repeat center/contain;
  margin-left: 8px;
}
@media screen and (max-width: 1080px), screen and (max-width: 737px) and (orientation: landscape) {
  .header__scanSnapText::after {
    margin-top: 4px;
  }
}
.menu__inner {
  display: none;
}
@media screen and (max-width: 1080px), screen and (max-width: 737px) and (orientation: landscape) {
  .menu__inner {
    position: fixed;
    right: 6.2%;
    top: 20px;
    width: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9999;
  }
  .menu__button {
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 0;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 34px;
    height: 29px;
  }
  .menu__button:hover {
    opacity: 1;
  }
  .menu__button span,
  .menu__button::after,
  .menu__button::before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 34px;
    height: 2px;
    margin: auto;
    background: #2e2e2e;
  }
  .menu__button span {
    overflow: hidden;
    z-index: 1;
    color: #2e2e2e;
  }
  .menu__button::before {
    z-index: 2;
    content: "";
    -webkit-transform: translate(0, -7px);
    transform: translate(0, -7px);
  }
  .menu__button::after {
    z-index: 2;
    content: "";
    -webkit-transform: translate(0, 7px);
    transform: translate(0, 7px);
  }
  .menu__button {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .menu__button span {
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .menu__button::after,
  .menu__button::before {
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  .menu__button.active {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .menu__button.active span {
    color: #0098d5;
  }
  .menu__button.active span {
    opacity: 0;
  }
  .menu__button.active::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu__button.active::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.footer {
  background-color: #353a3f;
  padding: 126px 0 59px;
}
@media screen and (max-width: 1024px) {
  .footer {
    width: 100%;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .footer {
    padding: 43px 0 23px;
  }
}
.footer__navBottom,
.footer__navTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .footer__navBox {
    width: 100%;
  }
}
.footer__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .footer__navList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer__navItem {
  margin-right: 40px;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .footer__navItem {
    margin-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.footer__navItemSubMenu {
  margin-right: 31px;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .footer__navItemSubMenu {
    margin-right: 0;
  }
}
.footer__navLink {
  color: #fff !important;
  font-size: 16px;
  font-weight: 900;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .footer__navLink {
    display: block;
    padding: 24px 0 20px;
  }
}
.footer__navLink:hover {
  opacity: 0.7;
}
.footer__navLinkSubMenu {
  position: relative;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .footer__navLinkSubMenu {
    padding: 22px 0;
  }
  .footer__navLinkSubMenu::after,
  .footer__navLinkSubMenu::before {
    content: "";
    position: absolute;
    right: 0;
    top: calc((100% - 1px) / 2);
    display: inline-block;
    width: 16px;
    height: 1px;
    background-color: #fff;
  }
  .footer__navLinkSubMenu::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
.footer__navLinkSubMenu.active {
  padding: 22px 0 15px;
}
.footer__navLinkSubMenu.active::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.footer__childList {
  margin-top: 26px;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .footer__childList {
    margin-top: 0;
    height: 0;
    overflow: hidden;
    padding-left: 17px;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .footer__childList.active {
    height: auto;
    padding-bottom: 19px;
  }
}
.footer__childListLink {
  color: #fff !important;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.8;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.footer__childListLink:hover {
  opacity: 0.7;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .footer__childListLink {
    font-size: 13px;
    line-height: 1.86;
  }
}
.footer__childListItem + .footer__childListItem {
  margin-top: 5px;
}
@media screen and (max-width: 1080px), screen and (max-width: 737px) and (orientation: landscape) {
  .footer__scanSnap {
    display: none;
  }
}
.footer__scanSnapLink {
  background-color: #fff;
  border: 2px solid #fff;
  width: 258px;
  height: 60px;
  border-radius: 10px;
  padding: 2px 18px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1080px), screen and (max-width: 737px) and (orientation: landscape) {
  .footer__scanSnapLink {
    width: 100%;
    padding: 4px 18px 2px;
  }
}
.footer__scanSnapLink:hover {
  opacity: 0.7;
}
.footer__scanSnapText {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  color: #0098d5;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 1080px), screen and (max-width: 737px) and (orientation: landscape) {
  .footer__scanSnapText {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.footer__scanSnapText::after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/common/meta/icon-link-footer.svg) no-repeat center/contain;
  margin-left: 8px;
}
@media screen and (max-width: 1080px), screen and (max-width: 737px) and (orientation: landscape) {
  .footer__scanSnapText::after {
    margin-top: 4px;
  }
}
.footer__navBottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 31px;
  margin-top: 90px;
}
@media screen and (max-width: 1080px), screen and (max-width: 737px) and (orientation: landscape) {
  .footer__navBottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .footer__navBottom {
    border-top: none;
    padding-top: 29px;
    margin-top: 0;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .footer__navBottom .footer__navItem {
    border: none;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .footer__navBottom .footer__navItem + .footer__navItem {
    margin-top: 10px;
  }
}
.footer__navBottom .footer__navLink {
  font-size: 14px;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .footer__navBottom .footer__navLink {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4) !important;
    border: none;
    padding: 0;
  }
}
.footer__copyRight {
  margin-top: 4px;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .footer__copyRight {
    margin-top: 99px;
  }
}
.footer__copyRightText {
  font-size: 14px;
  letter-spacing: 0;
  font-family: "M PLUS 1", sans-serif;
  color: #fff;
}
@media screen and (max-width: 1080px), screen and (max-width: 737px) and (orientation: landscape) {
  .footer__copyRightText {
    margin-top: 40px;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .footer__copyRightText {
    margin-top: 0;
    font-size: 12px;
  }
}
.pagetop {
  height: 52px;
  width: 52px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  -webkit-box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.pagetop:hover {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0.5;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .pagetop {
    right: 10px;
  }
}
.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 2px solid #2e2e2e;
  border-right: 2px solid #2e2e2e;
  -webkit-transform: translateY(20%) rotate(-45deg);
  transform: translateY(20%) rotate(-45deg);
}
@-webkit-keyframes animate-panel {
  0% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  49% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
}
@keyframes animate-panel {
  0% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  49% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
}
@-webkit-keyframes animate-content {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
@keyframes animate-content {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
.mask__box {
  display: inline-block;
}
.mask__box .mask__inner {
  position: relative;
  visibility: hidden;
}
.mask__box .mask__inner::after {
  content: "";
  background: #2e2e2e;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: visible;
}
.mask__box .mask__inner.start {
  -webkit-animation-name: animate-content;
  animation-name: animate-content;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mask__box .mask__inner.start::after {
  -webkit-animation-name: animate-panel;
  animation-name: animate-panel;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.scroll__wrap {
  position: absolute;
  bottom: 20%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 90px;
  z-index: 50;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .scroll__wrap {
    width: 2%;
  }
}
.scroll__title {
  color: #fff;
  letter-spacing: 0.365em;
  font-weight: 300;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 11px;
  padding: 5px 0 0 0;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .scroll__title {
    display: none;
  }
}
.scroll__text {
  top: auto;
  bottom: 140px;
  left: 0;
  right: 0;
  margin: auto;
  height: 135px;
}
.scroll__text::before {
  content: "";
  width: 6px;
  height: 150px;
  border: 1px solid #fff;
  display: block;
  border-top: none;
  border-right: none;
  -webkit-transform: skewY(-40deg);
  transform: skewY(-40deg);
  position: relative;
  z-index: 1;
  left: -17px;
  top: 0;
  -webkit-animation-name: scroll;
  animation-name: scroll;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.scroll__text b {
  margin-top: 17px;
  position: absolute;
  z-index: 1;
  font-size: 12px;
  color: #fff;
  bottom: auto;
  top: 3px;
  right: -5px;
  left: auto;
  margin: 0;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 600;
  letter-spacing: 0.4em;
  font-weight: 400;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}
@-webkit-keyframes scroll {
  0% {
    height: 10px;
    opacity: 0;
  }
  5% {
    height: 10px;
    opacity: 1;
  }
  80% {
    height: 120px;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scroll {
  0% {
    height: 10px;
    opacity: 0;
  }
  5% {
    height: 10px;
    opacity: 1;
  }
  80% {
    height: 120px;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.marker-animation.active {
  background-position: -100% 0.9em;
}
.marker-animation {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #fff));
  background-image: -webkit-linear-gradient(left, transparent 50%, #fff 50%);
  background-image: linear-gradient(to right, transparent 50%, #fff 50%);
  background-repeat: repeat-x;
  background-size: 200% 0.45em;
  background-position: 0 0.9em;
  -webkit-transition: background-position 1.3s ease-in;
  transition: background-position 1.3s ease-in;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  display: inline;
  opacity: 1;
}
.autoBr {
  word-wrap: break-word;
  white-space: pre-wrap;
}
.objectFit {
  overflow: hidden;
}
.objectFit__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.enFont {
  font-family: "M PLUS 1", sans-serif;
}
.relative {
  position: relative;
}
.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.textCenter {
  text-align: center;
}
.container {
  width: 1120px;
  max-width: 87%;
  margin: 0 auto;
}
.titleBox {
  text-align: center;
}
.titleEn {
  font-size: 20px;
  line-height: 1.7;
  font-weight: 800;
  font-family: "M PLUS 1", sans-serif;
  color: #0098d5;
  letter-spacing: 0;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .titleEn {
    font-size: 13px;
  }
}
.titleJa {
  font-size: 32px;
  line-height: 1.68;
  font-weight: 900;
  margin-top: -3px;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .titleJa {
    font-size: 24px;
    line-height: 1.66;
  }
}
.titleSub {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 900;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .titleSub {
    font-size: 20px;
  }
}
.textDesc {
  font-size: 16px;
  line-height: 1.68;
  color: #2e2e2e;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .textDesc {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.69;
  }
}
.linkMore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .linkMore {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.linkMore:hover {
  opacity: 0.7;
}
.linkMore:hover .linkMore__icon {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.linkMore__text {
  font-size: 20px;
  font-weight: 900;
  color: #2e2e2e;
  opacity: 0.4;
  line-height: 1.7;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .linkMore__text {
    font-size: 16px;
    line-height: 1.68;
  }
}
.linkMore__icon {
  opacity: 0.4;
  margin-right: 8px;
  margin-left: 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mainv__inner {
  padding: 40px 0 56px 7.6%;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .mainv__inner {
    padding: 43px 0 40px;
  }
}
.mainv__flexBox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mainv__titleBox {
  width: calc(100% - 260px);
  padding-right: 60px;
  padding-top: 5px;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .mainv__titleBox {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
  }
}
.mainv__titleEn {
  font-size: 14px;
  font-family: "M PLUS 1", sans-serif;
  line-height: 1.5;
  color: #0098d5;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .mainv__titleEn {
    font-size: 13px;
  }
}
.mainv__titleJa {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
  margin-top: 15px;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .mainv__titleJa {
    font-size: 18px;
    margin-top: 7px;
  }
}
.mainv__imgBox {
  width: 260px;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .mainv__imgBox {
    width: 100%;
    margin-top: 21px;
  }
}
.mainv__imgWrap {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 0.5885;
  /* overflow: hidden; */
  /* padding-bottom: 58.84%; */
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainv__imgWrap > img {
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  width: 100%;
  /* height: 100%; */
  max-width: 150px;
  /* height: 100px; */
  -o-object-fit: cover;
  /* object-fit: cover; */
  /* font-family: "object-fit: cover;"; */
  /* -webkit-transition: -webkit-transform 0.3s ease; */
  /* transition: -webkit-transform 0.3s ease; */
  /* transition: transform 0.3s ease; */
  /* transition: transform 0.3s ease, -webkit-transform 0.3s ease;*/
}
.pickup {
  padding: 81px 0;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .pickup {
    padding: 62px 0 101px;
  }
}
.pickup__inner {
  width: 900px;
  max-width: calc(86.5%);
  margin: 0 auto;
}
.pickup__main p {
  font-size: 16px;
  line-height: 1.68;
  color: #2e2e2e;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .pickup__main p {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.69;
  }
}
.pickup__main img {
  margin: 47px 0 30px;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .pickup__main img {
    margin: 38px 0 20px;
  }
}
.pickup__nav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 18px;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .pickup__nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }
}
.pickup__navLink {
  background-color: #0098d5;
  border: 1px solid #0098d5;
  border-radius: 6px;
  width: calc((100% - 60px) / 3);
  text-align: center;
  padding: 11px 15px 8px 49px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  /* display: -webkit-box;
  display: -ms-flexbox; */
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px;
  text-decoration: none !important;
}

.pickup__navLink.navLink2{
    font-size: 14px;
    font-weight: 900;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    padding: 11px 35px 8px 49px;    
/*    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;  */
}
.pickup__navLink.navLink2:after{
  content: "";
  z-index: 1;
  position: relative;
  
  background: url(../img/common/icon_arrow1_w.svg) 50% 50% no-repeat !important;
  background-size: contain;
  width: 12px !important;
  height: 12px !important;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;  

    position: absolute !important;
    top: 0 !important;
    bottom: 0;
    right: 16px !important;
    margin: auto !important;  
}


@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .pickup__navLink.navLink2{
        padding: 12px 32px 9px 15px;    
  }
  .pickup__navLink.navLink2:after{}


  .pickup__navLink {
    width: 218px;
    padding: 12px 14px 9px 15px;
    display: flex;
    justify-content: flex-start;
    margin: 10px auto;
  }
}
.pickup__navLink:hover {
  background-color: #fff;
}
.pickup__navLink:hover .pickup__navText {
  color: #0098d5;
}
.pickup__navLink:hover .pickup__navIcon path {
  fill: #0098d5;
}

.pickup__navLink.navLink2:hover{
  color: #0098d5;
}
.pickup__navLink.navLink2:hover:after{
  background-image: url(../img/common/icon_arrow1.svg) !important;
}


.pickup__navLink.-w {
  background-color: #fff;
}
.pickup__navLink.-w .pickup__navText {
  color: #0098d5;
}
.pickup__navLink.-w .pickup__navIcon path {
  fill: #0098d5;
}
.pickup__navLink.-w.navLink2{
  background-color: #fff;  
  color: #0098d5;  
}
.pickup__navLink.-w.navLink2:after{
  background-image: url(../img/common/icon_arrow1.svg) !important;  
}

.pickup__navLink.-w:hover {
  background-color: #0098d5;
}
.pickup__navLink.-w:hover .pickup__navText {
  color: #fff;
}
.pickup__navLink.-w:hover .pickup__navIcon path {
  fill: #fff;
}

.pickup__navLink.-w.navLink2:hover{
  background-color: #0098d5;  
  color: #fff;  
}
.pickup__navLink.-w.navLink2:hover:after{
  background-image: url(../img/common/icon_arrow1_w.svg) !important;
}


.pickup__navText {
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .pickup__navText {
    font-size: 13px;
  }
}

.pickup__navLink.navLink2:after,
.pickup__navIcon {
  margin-left: 10px;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {

  .pickup__navLink.navLink2:after,
  .pickup__navIcon {
    margin-left: 5px;
    margin-top: -3px;
  }
}
.pickup__navIcon path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.pickup__use {
  margin-top: 79px;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .pickup__use {
    margin-top: 60px;
  }
}
.pickup__useTitle {
  background-color: #f4f7f8;
  padding: 20px 16px 13px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .pickup__useTitle {
    padding: 18px 16px 14px;
    font-size: 16px;
  }
}
.pickup__useTitle::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 53%;
  border-radius: 10px;
  background-color: #0098d5;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .pickup__useTitle::before {
    height: 48%;
  }
}
.pickup__useList {
  margin-right: -30px;
  margin-top: 48px;
  margin-bottom: -37px;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .pickup__useList {
    margin-right: 0;
    margin-top: 31px;
    margin-bottom: 0;
  }
}
.pickup__useItem {
  width: 33.33%;
  padding-right: 30px;
  padding-bottom: 37px;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .pickup__useItem {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0;
  }
  .pickup__useItem + .pickup__useItem {
    margin-top: 37px;
  }
}
.pickup__useLink {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.pickup__useLink:hover {
  opacity: 0.7;
}
.pickup__useLink:hover .pickup__useImgWrap img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.pickup__useImgBox {
  position: relative;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.pickup__useImgWrap {
  position: relative;
  display: block;
  width: 100%;
  /* overflow: hidden; */
  /* padding-bottom: 57.21%; */
}
.pickup__useImgWrap > img {
  /* position: absolute;
  top: 0;
  left: 0; */
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;

    display: inline !important;
    margin: auto !important;
    text-align: left !important;

}

a[target="_blank"].pickup__useLink:after {
    display: none !important;
}


.pickup__useIcon {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fafbfc;
  border-radius: 6px 0 6px 0;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .pickup__useIcon {
    width: 42px;
    height: 42px;
  }
  .pickup__useIcon img {
    width: 16px;
    height: 16px;
  }
}
.pickup__useTitleSub {
  text-align: center;
  padding-top: 19px;
}
.wysiwyg p.pickup__useTitleSub,
.pickup__inner p.pickup__useTitleSub {
  margin: 0;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .pickup__useTitleSub {
    font-size: 16px;
    margin: 0;
  }
}
.pickup__example {
  margin-top: 76px;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .pickup__example {
    margin-top: 60px;
  }
}
.pickup__exampleTitle {
  background-color: #f4f7f8;
  padding: 20px 16px 13px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .pickup__exampleTitle {
    padding: 18px 16px 14px;
    font-size: 16px;
  }
}
.pickup__exampleTitle::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 53%;
  border-radius: 10px;
  background-color: #0098d5;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .pickup__exampleTitle::before {
    height: 48%;
  }
}
.pickup__exampleList {
  margin-right: -30px;
  margin-top: 48px;
  margin-bottom: -37px;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .pickup__exampleList {
    margin-right: 0;
    margin-top: 31px;
    margin-bottom: 0;
  }
}
.pickup__exampleItem {
  width: 33.33%;
  padding-right: 30px;
  padding-bottom: 37px;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .pickup__exampleItem {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0;
  }
  .pickup__exampleItem + .pickup__exampleItem {
    margin-top: 37px;
  }
}
.pickup__exampleLink {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.pickup__exampleLink:hover {
  opacity: 0.7;
}
.pickup__exampleLink:hover .pickup__exampleImgWrap img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.pickup__exampleImgBox {
  position: relative;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.pickup__exampleImgWrap {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding-bottom: 57.21%;
}
.pickup__exampleImgWrap > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.pickup__exampleIcon {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fafbfc;
  border-radius: 6px 0 6px 0;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .pickup__exampleIcon {
    width: 42px;
    height: 42px;
  }
  .pickup__exampleIcon img {
    width: 16px;
    height: 16px;
  }
}
.pickup__exampleTitleSub {
  text-align: center;
  padding-top: 19px;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .pickup__exampleTitleSub {
    font-size: 16px;
    text-align: left;
  }
}
.pickup__propose {
  margin-top: 77px;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .pickup__propose {
    margin-top: 60px;
  }
}
.pickup__proposeTitle {
  background-color: #f4f7f8;
  padding: 20px 16px 13px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .pickup__proposeTitle {
    padding: 18px 16px 14px;
    font-size: 16px;
  }
}
.pickup__proposeTitle::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 53%;
  border-radius: 10px;
  background-color: #0098d5;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .pickup__proposeTitle::before {
    height: 48%;
  }
}
.pickup__proposeList {
  margin-right: -30px;
  margin-top: 47px;
  margin-bottom: -37px;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .pickup__proposeList {
    margin-right: 0;
    margin-top: 31px;
    margin-bottom: 0;
  }
}
.pickup__proposeItem {
  width: 33.33%;
  padding-right: 30px;
  padding-bottom: 37px;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .pickup__proposeItem {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0;
  }
  .pickup__proposeItem + .pickup__proposeItem {
    margin-top: 37px;
  }
}
.pickup__proposeImgBox {
  position: relative;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.06);
  box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.06);
}
.pickup__proposeImgWrap {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding-bottom: 100%;
}
.pickup__proposeImgWrap > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.pickup__buy {
  background-color: #fff;
  border-radius: 6px;
  padding: 42px 25px 40px;
  margin-top: 80px;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .pickup__buy {
    padding: 43px 17px 40px;
  }
}
.pickup__buyTitle {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.68;
  text-align: center;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .pickup__buyTitle {
    font-size: 13px;
  }
}
.pickup__buyList {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 22px;
}
.pickup__buyLink {
  background-color: #0098d5;
  border: 1px solid #0098d5;
  border-radius: 6px;
  margin: 0 8px;
  width: auto;
  text-align: center;
  padding: 17px 13px 15px 23px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none !important;
    color: #fff !important;
    font-weight: 900;  
}

a[target="_blank"].pickup__buyLink.buyLink2:after{
  content: "";
  z-index: 1;
  position: relative;
  
  background: url(../img/common/icon_blank_w.svg) 50% 50% no-repeat;
  background-size: contain;
  width: 11px;
  height: 11px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;  
}



.pickup__buyLink.-w {
  background-color: #fff;
  color: #0098d5 !important;  
}
.pickup__buyLink.-w::after {
  background: url(../assets/img/common/icon_blank.svg) 50% 50% no-repeat;
}
.pickup__buyLink.-w .pickup__buyText {
  color: #0098d5;
}
.pickup__buyLink.-w .pickup__buyIcon path {
  fill: #0098d5;
}

a[target="_blank"].pickup__buyLink.-w.buyLink2:after{
  background-image: url(../img/common/icon_blank.svg);
}


.pickup__buyLink.-w:hover {
  background-color: #0098d5;
  color: #fff !important;    
}
.pickup__buyLink.-w:hover .pickup__buyText {
  color: #fff;
}
.pickup__buyLink.-w:hover .pickup__buyIcon path {
  fill: #fff;
}
a[target="_blank"].pickup__buyLink.-w.buyLink2:hover:after{
  background-image: url(../img/common/icon_blank_w.svg);
}



@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .pickup__buyLink {
    width: 100%;
    padding: 18px 7px 14px 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pickup__buyLink + .pickup__buyLink {
    margin-top: 8px;
  }
}
.pickup__buyLink:hover {
  background-color: #fff;
    color: #0098d5 !important;
}
.pickup__buyLink:hover .pickup__buyText {
  color: #0098d5;
}
.pickup__buyLink:hover .pickup__buyIcon path {
  fill: #0098d5;
}
a[target="_blank"].pickup__buyLink.buyLink2:hover:after{
  background-image: url(../img/common/icon_blank.svg);
}


.pickup__buyText {
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  display: block;
  line-height: 1.5;
  text-align: center;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .pickup__buyText {
    font-size: 13px;
  }
}
a[target="_blank"].pickup__buyLink.buyLink2:after,
.pickup__buyIcon {
  margin-left: 8px;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  a[target="_blank"].pickup__buyLink.buyLink2:after,
  .pickup__buyIcon {
    margin-top: -4px;
  }
}
.pickup__buyIcon path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.wysiwyg {
  padding: 1rem 1rem;
  box-sizing: border-box;
}
.wysiwyg p,
.pickup__inner p {
  margin: 2em 0;
}
.wysiwyg h1,
.pickup__inner h1 {
  font-size: 22px;
  font-weight: 700;
  border-bottom: solid 2px #e3e3e3;
  position: relative;
  z-index: 1;
  line-height: #0098d5;
  padding: 0 0 20px 21px;
  margin-bottom: 34px;
  margin-top: 60px;
}
.wysiwyg h1::before,
.pickup__inner h1::before {
  content: "";
  z-index: 1;
  position: absolute;
  background: #0098d5;
  width: 7px;
  top: 3px;
  bottom: 20px;
  left: 0;
  border-radius: 2px;
}

.wysiwyg h2,
.pickup__inner h2 {
  background-color: #f4f7f8;
  padding: 20px 16px 13px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
  position: relative;
  margin: 2rem 0;
}

.wysiwyg h3,
.pickup__inner h3 {
  background-color: #f4f7f8;
  padding: 20px 16px 13px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
  position: relative;
  margin: 2rem 0;
}
.wysiwyg h3::before,
.pickup__inner h3::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 53%;
  border-radius: 10px;
  background-color: #0098d5;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wysiwyg h4,
.pickup__inner h4 {
  margin: 2rem 0;
}
.wysiwyg ul,
.pickup__inner ul {
  margin-top: 30px;
  margin-bottom: 30px;
  list-style: none;
  padding: 0;
}
.wysiwyg ul li,
.pickup__inner ul li,
.wysiwyg ol li,
.pickup__inner ol li {
  position: relative;
  z-index: 1;
  padding: 0 0 0 13px;
}
.wysiwyg ul li::before,
.pickup__inner ul li::before {
  content: "";
  z-index: 1;
  position: absolute;
  background: #0098d5;
  width: 6px;
  height: 6px;
  top: 12px;
  left: 0;
  border-radius: 10px;
}

.wysiwyg ul li.pickup__useItem,
.pickup__inner ul li.pickup__useItem {
  padding-right: 30px;
  padding-bottom: 37px;
}
.wysiwyg ul li.pickup__useItem::before,
.pickup__inner ul li.pickup__useItem::before {
  display: none;
}

.wysiwyg ol,
.pickup__inner ol {
  padding: 0;
  margin-top: 34px;
  margin-bottom: 34px;
  list-style: none;
  counter-reset: li 0;
}

.wysiwyg ol li,
.pickup__inner ol li {
  position: relative;
  z-index: 1;
  padding: 0 0 0 33px;
}

.wysiwyg ol li::before,
.pickup__inner ol li::before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  z-index: 1;
  top: 1px;
  left: 1px;
  color: #fff;
  font-family: auto;
  font-size: 12px;
  background: #0098d5;
  width: 26px;
  text-align: center;
  line-height: 26px;
  border-radius: 50px;
  font-weight: 700;
}

.wysiwyg a,
.pickup__inner a {
  color: #0098d5;
  position: relative;
  z-index: 1;
  text-decoration: underline;
}
/*
.wysiwyg a[target="_blank"]:after,
.pickup__inner a[target="_blank"]:after {
*/
.pickup__inner a[target="_blank"]:not(:has(*))::after{
  content: "";
  z-index: 10;
  position: relative;
  background: url(../img/common/icon_blank.svg) 50% 50% no-repeat;
  background-size: contain;
  width: 18px;
  height: 14px;
  top: 1px;
  right: 0;
  margin: 0 7px 0 6px;
  display: inline-block;
}
.wysiwyg table,
.pickup__inner table {
  min-width: 100%;
  /* width: 100% !important; */
  border-top: solid 1px #e3e3e3;
  border-left: solid 1px #e3e3e3;
  margin: 2rem 0;
}
.wysiwyg table th,
.wysiwyg table td,
.pickup__inner table th,
.pickup__inner table td {
  /* width: auto !important; */
  padding: 11px 11px;
  text-align: left;
  border-right: solid 1px #e3e3e3;
  border-bottom: solid 1px #e3e3e3;
  vertical-align: middle;
}
.wysiwyg table th,
.pickup__inner table th {
  background: #f4ece7;
  font-weight: 700;
}
.pickup__use {
  width: 100%;
}

.wysiwyg_next {
  background: #f00;
  padding: 5px;
  color: #fff;
}
