@-webkit-keyframes ARROW_ANIM {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
  }

  40% {
    opacity: 1;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  41% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  59% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
  }
}

@keyframes ARROW_ANIM {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
  }

  40% {
    opacity: 1;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  41% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  59% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
  }
}

@-webkit-keyframes ARROW_FLOATING_ANIM {
  0% {
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%)
  }

  50% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%)
  }

  100% {
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%)
  }
}

@keyframes ARROW_FLOATING_ANIM {
  0% {
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%)
  }

  50% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%)
  }

  100% {
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%)
  }
}

@-webkit-keyframes ARROW-MOVE-01 {
  0% {
    opacity: 1;
    background-position: 0 center
  }

  40% {
    opacity: .2;
    background-position: 45px center
  }

  41% {
    opacity: 0;
    background-position: 45px center
  }

  59% {
    opacity: 0;
    background-position: -45px center
  }

  60% {
    opacity: .2;
    background-position: -45px center
  }

  100% {
    opacity: 1;
    background-position: 0 center
  }
}

@keyframes ARROW-MOVE-01 {
  0% {
    opacity: 1;
    background-position: 0 center
  }

  40% {
    opacity: .2;
    background-position: 45px center
  }

  41% {
    opacity: 0;
    background-position: 45px center
  }

  59% {
    opacity: 0;
    background-position: -45px center
  }

  60% {
    opacity: .2;
    background-position: -45px center
  }

  100% {
    opacity: 1;
    background-position: 0 center
  }
}

@-webkit-keyframes box-animation {
  0% {
    opacity: 1;
    width: 100%;
    top: -10%;
    bottom: -10%;
    height: 120%;
    left: auto;
    right: 0
  }

  100% {
    opacity: 1;
    left: auto;
    right: 0;
    width: 0
  }
}

@keyframes box-animation {
  0% {
    opacity: 1;
    width: 100%;
    top: -10%;
    bottom: -10%;
    height: 120%;
    left: auto;
    right: 0
  }

  100% {
    opacity: 1;
    left: auto;
    right: 0;
    width: 0
  }
}

@-webkit-keyframes LINE-MOVE-01 {
  0% {
    opacity: 1;
    left: 0
  }

  40% {
    opacity: .6;
    left: 100%
  }

  41% {
    opacity: 0;
    left: 100%
  }

  59% {
    opacity: 0;
    left: -100%
  }

  60% {
    opacity: .6;
    left: -100%
  }

  100% {
    opacity: 1;
    left: 0
  }
}

@keyframes LINE-MOVE-01 {
  0% {
    opacity: 1;
    left: 0
  }

  40% {
    opacity: .6;
    left: 100%
  }

  41% {
    opacity: 0;
    left: 100%
  }

  59% {
    opacity: 0;
    left: -100%
  }

  60% {
    opacity: .6;
    left: -100%
  }

  100% {
    opacity: 1;
    left: 0
  }
}

@-webkit-keyframes ORDER_IN_VIEW_ANIM {
  0% {
    -webkit-transform: translateY(72px);
    transform: translateY(72px)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes ORDER_IN_VIEW_ANIM {
  0% {
    -webkit-transform: translateY(72px);
    transform: translateY(72px)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes PULSATE {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }

  33% {
    opacity: .5
  }

  66% {
    -webkit-transform: scale(2.4);
    transform: scale(2.4);
    opacity: 0
  }

  100% {
    -webkit-transform: scale(2.4);
    transform: scale(2.4);
    opacity: 0
  }
}

@keyframes PULSATE {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }

  33% {
    opacity: .5
  }

  66% {
    -webkit-transform: scale(2.4);
    transform: scale(2.4);
    opacity: 0
  }

  100% {
    -webkit-transform: scale(2.4);
    transform: scale(2.4);
    opacity: 0
  }
}

@-webkit-keyframes RIGHT_ATTENTION_PC {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  33% {
    -webkit-transform: translateX(0.694444444444444vw);
    transform: translateX(0.694444444444444vw)
  }

  66% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes RIGHT_ATTENTION_PC {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  33% {
    -webkit-transform: translateX(0.694444444444444vw);
    transform: translateX(0.694444444444444vw)
  }

  66% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes RIGHT_ATTENTION_SP {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  33% {
    -webkit-transform: translateX(2.666666666666667vw);
    transform: translateX(2.666666666666667vw)
  }

  66% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes RIGHT_ATTENTION_SP {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  33% {
    -webkit-transform: translateX(2.666666666666667vw);
    transform: translateX(2.666666666666667vw)
  }

  66% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none
}

body {
  line-height: 1
}

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

nav ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold
}

del {
  text-decoration: line-through
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input,
select {
  vertical-align: middle
}

img,
video {
  font-size: 0;
  line-height: 0
}

@media screen and (max-width:930px) {
  html {
    font-size: 2.666666666666667vw
  }
}

@media screen and (min-width:931px) and (max-width:990px) {
  html {
    font-size: 8.25px
  }
}

@media screen and (min-width:991px) and (max-width:1200px) {
  html {
    font-size: .8333333333333334vw
  }
}

@media screen and (min-width:1201px) and (max-width:1440px) {
  html {
    font-size: 10px
  }
}

@media screen and (min-width:1441px) and (max-width:1680px) {
  html {
    font-size: .6944444444444444vw
  }
}

@media screen and (min-width:1681px) {
  html {
    font-size: 11.666666666666668px
  }
}

body {
  overflow-x: hidden;
  color: #111;
  font-family: sans-serif;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@media screen and (min-width:931px) {
  body {
    min-width: 990px
  }
}

@media screen and (max-width:930px) {
  body {
    width: 100%;
    -webkit-transition: margin-left .55s cubic-bezier(.87, 0, .13, 1);
    transition: margin-left .55s cubic-bezier(.87, 0, .13, 1)
  }
}

body.openedMenuPrimary,
body.lpMenu {
  overflow: hidden
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

body *::before,
body *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

body a {
  display: block;
  color: inherit;
  text-decoration: none
}

body img,
body svg,
body movie {
  -webkit-user-drag: none
}

body img::-moz-selection,
body svg::-moz-selection,
body movie::-moz-selection {
  background: rgba(17, 17, 17, 0)
}

body img::selection,
body svg::selection,
body movie::selection {
  background: rgba(17, 17, 17, 0)
}

body img,
body svg {
  width: 100%
}

body svg {
  height: 100%
}

body picture {
  display: block
}

body button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  cursor: pointer;
  outline: none;
  border: none;
  background-color: transparent
}

body .lazyload,
body .lazyloading {
  visibility: hidden;
  opacity: 0
}

body .lazyloaded {
  visblility: visible;
  opacity: 1;
  -webkit-transition: opacity .1s ease;
  transition: opacity .1s ease
}

*:not(img):not(svg):not(movie)::-moz-selection {
  background: rgba(17, 17, 17, 0.99);
  color: #fff
}

*:not(img):not(svg):not(movie)::selection {
  background: rgba(17, 17, 17, 0.99);
  color: #fff
}

@media screen and (min-width:931px) {
  .c-brand-2col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media screen and (min-width:931px) {
  .c-brand-2col__itm {
    width: 51rem
  }
}

@media screen and (max-width:930px) {
  .c-brand-2col__itm {
    width: 100%
  }
}

@media screen and (min-width:931px) {
  .c-brand-color__itm:nth-child(n+3) {
    margin-top: 6.7rem
  }
}

@media screen and (max-width:930px) {
  .c-brand-color__itm+.c-brand-color__itm {
    margin-top: 3rem
  }
}

.c-brand-color__ttl {
  font-family: 'HelveticaNowText-Bold', 'TazuganeGothicStdN-Medium', sans-serif
}

@media screen and (min-width:931px) {
  .c-brand-color__ttl {
    font-size: 18px
  }
}

@media screen and (min-width:931px) {
  .c-brand-color__ttl {
    line-height: 1.333333333333333
  }
}

@media screen and (min-width:931px) {
  .c-brand-color__ttl {
    letter-spacing: .03em
  }
}

@media screen and (min-width:931px) {
  .c-brand-color__ttl {
    font-weight: 700
  }
}

@media screen and (max-width:930px) {
  .c-brand-color__ttl {
    font-size: 15px
  }
}

@media screen and (max-width:930px) {
  .c-brand-color__ttl {
    line-height: 1
  }
}

@media screen and (max-width:930px) {
  .c-brand-color__ttl {
    letter-spacing: .03em
  }
}

@media screen and (max-width:930px) {
  .c-brand-color__ttl {
    font-weight: 700
  }
}

@media screen and (min-width:931px) {
  .c-brand-color__bar {
    height: 11.4rem
  }
}

@media screen and (max-width:930px) {
  .c-brand-color__bar {
    height: 7.2rem
  }
}

@media screen and (min-width:931px) {
  .c-brand-color__ttl+.c-brand-color__bar {
    margin-top: 1.2rem
  }
}

@media screen and (max-width:930px) {
  .c-brand-color__ttl+.c-brand-color__bar {
    margin-top: .9rem
  }
}

.c-brand-color__txt {
  font-family: 'HelveticaNowText-Medium', 'TazuganeGothicStdN-Medium', sans-serif
}

@media screen and (min-width:931px) {
  .c-brand-color__txt {
    font-size: 12px
  }
}

@media screen and (min-width:931px) {
  .c-brand-color__txt {
    line-height: 2
  }
}

@media screen and (min-width:931px) {
  .c-brand-color__txt {
    letter-spacing: .03em
  }
}

@media screen and (min-width:931px) {
  .c-brand-color__txt {
    font-weight: 600
  }
}

@media screen and (max-width:930px) {
  .c-brand-color__txt {
    font-size: 12px
  }
}

@media screen and (max-width:930px) {
  .c-brand-color__txt {
    line-height: 1.5
  }
}

@media screen and (max-width:930px) {
  .c-brand-color__txt {
    letter-spacing: .03em
  }
}

@media screen and (max-width:930px) {
  .c-brand-color__txt {
    font-weight: 600
  }
}

@media screen and (min-width:931px) {
  .c-brand-color__bar+.c-brand-color__txt {
    margin-top: 1.1rem
  }
}

@media screen and (max-width:930px) {
  .c-brand-color__bar+.c-brand-color__txt {
    margin-top: .6rem
  }
}

.c-brand-img {
  display: block
}

@media screen and (min-width:931px) {

  .c-brand-img--wrap+.c-brand-img--wrap,
  .c-brand-img+.c-brand-img {
    margin-top: 2.9rem
  }
}

@media screen and (max-width:930px) {

  .c-brand-img--wrap+.c-brand-img--wrap,
  .c-brand-img+.c-brand-img {
    margin-top: 1.5rem
  }
}

.c-brand-txt {
  font-family: 'TazuganeGothicStdN-Book', sans-serif;
  font-size: 12px;
  line-height: 2;
  letter-spacing: .03em;
  font-weight: 400
}

.c-brand-ttl {
  display: block
}

.c-brand-ttl .c-brand-ttl__ja {
  display: block;
  font-family: 'TazuganeGothicStdN-Medium', sans-serif
}

@media screen and (min-width:931px) {
  .c-brand-ttl .c-brand-ttl__ja {
    font-size: 36px
  }
}

@media screen and (min-width:931px) {
  .c-brand-ttl .c-brand-ttl__ja {
    line-height: 1.25
  }
}

@media screen and (min-width:931px) {
  .c-brand-ttl .c-brand-ttl__ja {
    letter-spacing: .09em
  }
}

@media screen and (min-width:931px) {
  .c-brand-ttl .c-brand-ttl__ja {
    font-weight: 500
  }
}

@media screen and (max-width:930px) {
  .c-brand-ttl .c-brand-ttl__ja {
    font-size: 30px
  }
}

@media screen and (max-width:930px) {
  .c-brand-ttl .c-brand-ttl__ja {
    line-height: 1.4
  }
}

@media screen and (max-width:930px) {
  .c-brand-ttl .c-brand-ttl__ja {
    letter-spacing: .09em
  }
}

@media screen and (max-width:930px) {
  .c-brand-ttl .c-brand-ttl__ja {
    font-weight: 500
  }
}

.c-brand-ttl .c-brand-ttl__en {
  display: block;
  font-family: 'HelveticaNowText-Bold', 'TazuganeGothicStdN-Medium', sans-serif
}

@media screen and (min-width:931px) {
  .c-brand-ttl .c-brand-ttl__en {
    font-size: 24px
  }
}

@media screen and (min-width:931px) {
  .c-brand-ttl .c-brand-ttl__en {
    line-height: 1.5
  }
}

@media screen and (min-width:931px) {
  .c-brand-ttl .c-brand-ttl__en {
    letter-spacing: .03em
  }
}

@media screen and (min-width:931px) {
  .c-brand-ttl .c-brand-ttl__en {
    font-weight: 700
  }
}

@media screen and (max-width:930px) {
  .c-brand-ttl .c-brand-ttl__en {
    font-size: 21px
  }
}

@media screen and (max-width:930px) {
  .c-brand-ttl .c-brand-ttl__en {
    line-height: 1.285714285714286
  }
}

@media screen and (max-width:930px) {
  .c-brand-ttl .c-brand-ttl__en {
    letter-spacing: .03em
  }
}

@media screen and (max-width:930px) {
  .c-brand-ttl .c-brand-ttl__en {
    font-weight: 700
  }
}

@media screen and (min-width:931px) {
  .c-brand-ttl .c-brand-ttl__ja+.c-brand-ttl__en {
    margin-top: 4px
  }
}

@media screen and (max-width:930px) {
  .c-brand-ttl .c-brand-ttl__ja+.c-brand-ttl__en {
    margin-top: 7px
  }
}

.c-front-page-ttl {
  display: block
}

@media screen and (min-width:931px) {
  .c-front-page-ttl {
    padding-left: 5px
  }
}

.c-front-page-ttl .c-front-page-ttl__ja {
  display: block;
  margin-left: -3px;
  font-family: 'TazuganeGothicStdN-Medium', sans-serif
}

@media screen and (min-width:931px) {
  .c-front-page-ttl .c-front-page-ttl__ja {
    font-size: 36px
  }
}

@media screen and (min-width:931px) {
  .c-front-page-ttl .c-front-page-ttl__ja {
    line-height: 1.25
  }
}

@media screen and (min-width:931px) {
  .c-front-page-ttl .c-front-page-ttl__ja {
    letter-spacing: .12em
  }
}

@media screen and (min-width:931px) {
  .c-front-page-ttl .c-front-page-ttl__ja {
    font-weight: 600
  }
}

@media screen and (max-width:930px) {
  .c-front-page-ttl .c-front-page-ttl__ja {
    font-size: 33px
  }
}

@media screen and (max-width:930px) {
  .c-front-page-ttl .c-front-page-ttl__ja {
    line-height: 1.272727272727273
  }
}

@media screen and (max-width:930px) {
  .c-front-page-ttl .c-front-page-ttl__ja {
    letter-spacing: .085em
  }
}

@media screen and (max-width:930px) {
  .c-front-page-ttl .c-front-page-ttl__ja {
    font-weight: 600
  }
}

.c-front-page-ttl .c-front-page-ttl__en {
  display: block;
  font-family: 'HelveticaNowText-Bold', 'TazuganeGothicStdN-Medium', sans-serif
}

@media screen and (min-width:931px) {
  .c-front-page-ttl .c-front-page-ttl__en {
    font-size: 24px
  }
}

@media screen and (min-width:931px) {
  .c-front-page-ttl .c-front-page-ttl__en {
    line-height: 1.5
  }
}

@media screen and (min-width:931px) {
  .c-front-page-ttl .c-front-page-ttl__en {
    letter-spacing: .04em
  }
}

@media screen and (min-width:931px) {
  .c-front-page-ttl .c-front-page-ttl__en {
    font-weight: 700
  }
}

@media screen and (max-width:930px) {
  .c-front-page-ttl .c-front-page-ttl__en {
    font-size: 21px
  }
}

@media screen and (max-width:930px) {
  .c-front-page-ttl .c-front-page-ttl__en {
    line-height: 1.714285714285714
  }
}

@media screen and (max-width:930px) {
  .c-front-page-ttl .c-front-page-ttl__en {
    letter-spacing: .04em
  }
}

@media screen and (max-width:930px) {
  .c-front-page-ttl .c-front-page-ttl__en {
    font-weight: 700
  }
}

@media screen and (min-width:931px) {
  .c-front-page-ttl .c-front-page-ttl__en {
    margin-top: 5px
  }
}

@media screen and (max-width:930px) {
  .c-front-page-ttl .c-front-page-ttl__en {
    margin-top: -4px
  }
}

@media screen and (max-width:930px) {
  .p-front-page .brand-message__stmt__ttl .c-front-page-ttl .c-front-page-ttl__en {
    margin-top: 0
  }
}

@media screen and (min-width:931px) {
  .c-fullwidth {
    margin-right: -18rem;
    margin-left: -18rem
  }
}

@media screen and (max-width:930px) {
  .c-fullwidth {
    margin-right: -3rem;
    margin-left: -3rem
  }
}

@media screen and (min-width:931px) {
  .c-fullwidth--pc {
    margin-right: -18rem;
    margin-left: -18rem
  }
}

@media screen and (max-width:930px) {
  .c-fullwidth--sp {
    margin-right: -3rem;
    margin-left: -3rem
  }
}

.c-inr-frm {
  margin-right: auto;
  margin-left: auto
}

@media screen and (min-width:930px) and (max-width:990px) {
  .c-inr-frm {
    width: 892px
  }
}

@media screen and (min-width:990px) and (max-width:1200px) {
  .c-inr-frm {
    width: calc(100vw - 12rem)
  }
}

@media screen and (min-width:1200px) and (max-width:1440px) {
  .c-inr-frm {
    width: 1080px
  }
}

@media screen and (min-width:1441px) {
  .c-inr-frm {
    width: 108rem
  }
}

@media screen and (max-width:930px) {
  .c-inr-frm {
    width: 31.5rem
  }
}

.c-inr-frm--pc,
.cf-cntr table {
  margin-right: auto;
  margin-left: auto
}

@media screen and (min-width:930px) and (max-width:1200px) {

  .c-inr-frm--pc,
  .cf-cntr table {
    width: calc(100% - 12rem)
  }
}

@media screen and (min-width:1200px) and (max-width:1440px) {

  .c-inr-frm--pc,
  .cf-cntr table {
    width: 1080px
  }
}

@media screen and (min-width:1441px) {

  .c-inr-frm--pc,
  .cf-cntr table {
    width: 108rem
  }
}

@media screen and (max-width:930px) {
  .c-inr-frm--sp {
    width: 31.5rem;
    margin-right: auto;
    margin-left: auto
  }
}

@media screen and (min-width:931px) {
  .c-inr-frm--txt {
    width: 83.7rem
  }
}

@media screen and (min-width:931px) {
  .c-inr-frm--txt--pc {
    width: 83.7rem
  }
}

.c-link-btn,
[class*='c-link-btn--'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  padding-top: 2px;
  padding-right: 50px;
  padding-left: 50px;
  color: #fff;
  text-align: center;
  font-family: 'TazuganeGothicStdN-Book', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .1em;
  font-weight: 400;
  border-radius: 999px;
  background-color: #4ba53a;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease
}

@media screen and (min-width:931px) {

  .c-link-btn:hover,
  [class*='c-link-btn--']:hover {
    opacity: .6
  }
}

.c-link-btn--arr {
  position: relative
}

.c-link-btn--arr::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 1;
  width: 8px;
  height: 5px;
  margin-top: -3px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%208%205%22%20width%3D%228%22%20height%3D%225%22%3E%3Cpath%20d%3D%22M4%205L0%20.8.8%200%204%203.3%207.2%200l.8.8L4%205z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.c-link-btn--external {
  position: relative
}

.c-link-btn--external::before {
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%207%207%22%20width%3D%227%22%20height%3D%227%22%20style%3D%22enable-background%3Anew%200%200%207%207%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%3E.st1%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A.9231%3Bstroke-miterlimit%3A3.6923%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M1274.2%203175.3h4.8v4.8h-4.8v-4.8z%22%20style%3D%22fill%3Anone%22%20transform%3D%22translate(-1272.5%20-3175.328)%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M1274.7%203175.8h3.8v3.8h-3.8v-3.8z%22%20transform%3D%22translate(-1272.5%20-3175.328)%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M1273%203176.5v4.8h4.8%22%20transform%3D%22translate(-1272.5%20-3175.328)%22%2F%3E%3C%2Fsvg%3E");
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  z-index: 1
}

@media screen and (min-width:931px) {
  .c-link-btn--external::before {
    width: 6px;
    height: 6px
  }
}

@media screen and (max-width:930px) {
  .c-link-btn--external::before {
    width: 10px;
    height: 10px
  }
}

@media screen and (min-width:931px) {
  .c-link-btn--external::before {
    width: 9px;
    height: 9px
  }
}

.c-link-btn--external--03 {
  position: relative
}

.c-link-btn--external--03::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2013%22%20width%3D%2216%22%20height%3D%2213%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M0%200v9.4h12.3V0H0zm11.3%208.3H1V1h10.3v7.3z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M16%2013H1.1v-1H15V1h1z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  width: 15px;
  height: 12px;
  content: '';
  display: block;
  z-index: 1
}

@media screen and (min-width:931px) {
  .c-link-btn--external--03::after {
    margin-left: 1.1rem
  }
}

@media screen and (max-width:930px) {
  .c-link-btn--external--03::after {
    margin-left: 1.1rem
  }
}

.c-lp-sec-ttl {
  display: block
}

@media screen and (min-width:931px) {
  .c-lp-sec-ttl {
    padding-left: 5px
  }
}

.c-lp-sec-ttl .c-lp-sec-ttl__ja {
  display: block;
  margin-left: -3px;
  font-family: 'TazuganeGothicStdN-Medium', sans-serif
}

@media screen and (min-width:931px) {
  .c-lp-sec-ttl .c-lp-sec-ttl__ja {
    font-size: 36px
  }
}

@media screen and (min-width:931px) {
  .c-lp-sec-ttl .c-lp-sec-ttl__ja {
    line-height: 1.25
  }
}

@media screen and (min-width:931px) {
  .c-lp-sec-ttl .c-lp-sec-ttl__ja {
    letter-spacing: .12em
  }
}

@media screen and (min-width:931px) {
  .c-lp-sec-ttl .c-lp-sec-ttl__ja {
    font-weight: 600
  }
}

@media screen and (max-width:930px) {
  .c-lp-sec-ttl .c-lp-sec-ttl__ja {
    font-size: 33px
  }
}

@media screen and (max-width:930px) {
  .c-lp-sec-ttl .c-lp-sec-ttl__ja {
    line-height: 1.272727272727273
  }
}

@media screen and (max-width:930px) {
  .c-lp-sec-ttl .c-lp-sec-ttl__ja {
    letter-spacing: .085em
  }
}

@media screen and (max-width:930px) {
  .c-lp-sec-ttl .c-lp-sec-ttl__ja {
    font-weight: 600
  }
}

.c-lp-sec-ttl .c-lp-sec-ttl__en {
  display: block;
  font-family: 'HelveticaNowText-Bold', 'TazuganeGothicStdN-Medium', sans-serif
}

@media screen and (min-width:931px) {
  .c-lp-sec-ttl .c-lp-sec-ttl__en {
    font-size: 24px
  }
}

@media screen and (min-width:931px) {
  .c-lp-sec-ttl .c-lp-sec-ttl__en {
    line-height: 1.5
  }
}

@media screen and (min-width:931px) {
  .c-lp-sec-ttl .c-lp-sec-ttl__en {
    letter-spacing: .04em
  }
}

@media screen and (min-width:931px) {
  .c-lp-sec-ttl .c-lp-sec-ttl__en {
    font-weight: 700
  }
}

@media screen and (max-width:930px) {
  .c-lp-sec-ttl .c-lp-sec-ttl__en {
    font-size: 21px
  }
}

@media screen and (max-width:930px) {
  .c-lp-sec-ttl .c-lp-sec-ttl__en {
    line-height: 1.714285714285714
  }
}

@media screen and (max-width:930px) {
  .c-lp-sec-ttl .c-lp-sec-ttl__en {
    letter-spacing: .04em
  }
}

@media screen and (max-width:930px) {
  .c-lp-sec-ttl .c-lp-sec-ttl__en {
    font-weight: 700
  }
}

@media screen and (min-width:931px) {
  .c-lp-sec-ttl .c-lp-sec-ttl__en {
    margin-top: 5px
  }
}

@media screen and (max-width:930px) {
  .c-lp-sec-ttl .c-lp-sec-ttl__en {
    margin-top: -4px
  }
}

.sticky_kando_takumi_logo {
  position: fixed;
  z-index: 9999
}

@media screen and (min-width:931px) {
  .sticky_kando_takumi_logo {
    right: 1.5rem;
    bottom: 4.6rem;
    width: 9.6rem;
    height: 11.9rem
  }
}

@media screen and (max-width:930px) {
  .sticky_kando_takumi_logo {
    right: 1.2rem;
    bottom: 3rem;
    width: 7.3rem;
    height: 9rem
  }
}

.sticky_kando_takumi_logo .sticky_kando_takumi_logo__link__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%
}

.c-underline-link,
[class*='c-underline-link--']:not([class*='--wrap']):not([class*='--cntr']):not([class*='--inr']) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden
}

.c-underline-link::before,
[class*='c-underline-link--']:not([class*='--wrap']):not([class*='--cntr']):not([class*='--inr'])::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  background-color: #e1e1e1
}

@media screen and (min-width:931px) {

  .c-underline-link:hover::before,
  [class*='c-underline-link--']:not([class*='--wrap']):not([class*='--cntr']):not([class*='--inr']):hover::before {
    -webkit-animation: LINE-MOVE-01 1s cubic-bezier(.6, 0, 0, 1);
    animation: LINE-MOVE-01 1s cubic-bezier(.6, 0, 0, 1)
  }
}

.c-underline-link:not([target='_blank']):not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"]),
[class*='c-underline-link--']:not([class*='--wrap']):not([class*='--cntr']):not([class*='--inr']):not([target='_blank']):not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"]) {
  position: relative;
  padding-right: 29px
}

.c-underline-link:not([target='_blank']):not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
[class*='c-underline-link--']:not([class*='--wrap']):not([class*='--cntr']):not([class*='--inr']):not([target='_blank']):not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20viewBox%3D%220%200%2020%207%22%3E%3Cpath%20d%3D%22M20%203.5%2013%200v3H0v1h13v3l7-3.5Z%22%20style%3D%22fill%3A%23111%22%2F%3E%3C%2Fsvg%3E');
  width: 20px;
  height: 7px
}

.c-underline-link[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"]),
[class*='c-underline-link--']:not([class*='--wrap']):not([class*='--cntr']):not([class*='--inr'])[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"]) {
  padding-right: 16px;
  position: relative
}

.c-underline-link[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
[class*='c-underline-link--']:not([class*='--wrap']):not([class*='--cntr']):not([class*='--inr'])[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%207%207%22%20width%3D%227%22%20height%3D%227%22%20style%3D%22enable-background%3Anew%200%200%207%207%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%3E.st1%7Bfill%3Anone%3Bstroke%3A%23111%3Bstroke-width%3A.9231%3Bstroke-miterlimit%3A3.6923%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M1274.2%203175.3h4.8v4.8h-4.8v-4.8z%22%20style%3D%22fill%3Anone%22%20transform%3D%22translate(-1272.5%20-3175.328)%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M1274.7%203175.8h3.8v3.8h-3.8v-3.8z%22%20transform%3D%22translate(-1272.5%20-3175.328)%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M1273%203176.5v4.8h4.8%22%20transform%3D%22translate(-1272.5%20-3175.328)%22%2F%3E%3C%2Fsvg%3E")
}

@media screen and (min-width:931px) {

  .c-underline-link[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
  [class*='c-underline-link--']:not([class*='--wrap']):not([class*='--cntr']):not([class*='--inr'])[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after {
    width: 6px;
    height: 6px
  }
}

@media screen and (max-width:930px) {

  .c-underline-link[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
  [class*='c-underline-link--']:not([class*='--wrap']):not([class*='--cntr']):not([class*='--inr'])[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after {
    width: 10px;
    height: 10px
  }
}

.c-underline-link[href*=".pdf"],
[class*='c-underline-link--']:not([class*='--wrap']):not([class*='--cntr']):not([class*='--inr'])[href*=".pdf"] {
  position: relative
}

@media screen and (min-width:931px) {

  .c-underline-link[href*=".pdf"],
  [class*='c-underline-link--']:not([class*='--wrap']):not([class*='--cntr']):not([class*='--inr'])[href*=".pdf"] {
    padding-right: 18px
  }
}

@media screen and (max-width:930px) {

  .c-underline-link[href*=".pdf"],
  [class*='c-underline-link--']:not([class*='--wrap']):not([class*='--cntr']):not([class*='--inr'])[href*=".pdf"] {
    padding-right: 13px
  }
}

.c-underline-link[href*=".pdf"]::after,
[class*='c-underline-link--']:not([class*='--wrap']):not([class*='--cntr']):not([class*='--inr'])[href*=".pdf"]::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 49%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  background-image: url("/assets/images/common/ico-link-pdf-01.png")
}

@media screen and (min-width:931px) {

  .c-underline-link[href*=".pdf"]::after,
  [class*='c-underline-link--']:not([class*='--wrap']):not([class*='--cntr']):not([class*='--inr'])[href*=".pdf"]::after {
    width: 14px;
    height: 17px
  }
}

@media screen and (max-width:930px) {

  .c-underline-link[href*=".pdf"]::after,
  [class*='c-underline-link--']:not([class*='--wrap']):not([class*='--cntr']):not([class*='--inr'])[href*=".pdf"]::after {
    width: 10px;
    height: 13px
  }
}

.c-underline-link[href*=".doc"],
[class*='c-underline-link--']:not([class*='--wrap']):not([class*='--cntr']):not([class*='--inr'])[href*=".doc"],
.c-underline-link[href*=".docx"],
[class*='c-underline-link--']:not([class*='--wrap']):not([class*='--cntr']):not([class*='--inr'])[href*=".docx"] {
  position: relative
}

@media screen and (min-width:931px) {

  .c-underline-link[href*=".doc"],
  [class*='c-underline-link--']:not([class*='--wrap']):not([class*='--cntr']):not([class*='--inr'])[href*=".doc"],
  .c-underline-link[href*=".docx"],
  [class*='c-underline-link--']:not([class*='--wrap']):not([class*='--cntr']):not([class*='--inr'])[href*=".docx"] {
    padding-right: 18px
  }
}

@media screen and (max-width:930px) {

  .c-underline-link[href*=".doc"],
  [class*='c-underline-link--']:not([class*='--wrap']):not([class*='--cntr']):not([class*='--inr'])[href*=".doc"],
  .c-underline-link[href*=".docx"],
  [class*='c-underline-link--']:not([class*='--wrap']):not([class*='--cntr']):not([class*='--inr'])[href*=".docx"] {
    padding-right: 13px
  }
}

.c-underline-link[href*=".doc"]::after,
[class*='c-underline-link--']:not([class*='--wrap']):not([class*='--cntr']):not([class*='--inr'])[href*=".doc"]::after,
.c-underline-link[href*=".docx"]::after,
[class*='c-underline-link--']:not([class*='--wrap']):not([class*='--cntr']):not([class*='--inr'])[href*=".docx"]::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 49%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  background-image: url("/assets/images/common/ico-link-word-01.png")
}

@media screen and (min-width:931px) {

  .c-underline-link[href*=".doc"]::after,
  [class*='c-underline-link--']:not([class*='--wrap']):not([class*='--cntr']):not([class*='--inr'])[href*=".doc"]::after,
  .c-underline-link[href*=".docx"]::after,
  [class*='c-underline-link--']:not([class*='--wrap']):not([class*='--cntr']):not([class*='--inr'])[href*=".docx"]::after {
    width: 14px;
    height: 17px
  }
}

@media screen and (max-width:930px) {

  .c-underline-link[href*=".doc"]::after,
  [class*='c-underline-link--']:not([class*='--wrap']):not([class*='--cntr']):not([class*='--inr'])[href*=".doc"]::after,
  .c-underline-link[href*=".docx"]::after,
  [class*='c-underline-link--']:not([class*='--wrap']):not([class*='--cntr']):not([class*='--inr'])[href*=".docx"]::after {
    width: 10px;
    height: 13px
  }
}

.c-underline-link[href*=".xls"],
[class*='c-underline-link--']:not([class*='--wrap']):not([class*='--cntr']):not([class*='--inr'])[href*=".xls"],
.c-underline-link[href*=".xlsx"],
[class*='c-underline-link--']:not([class*='--wrap']):not([class*='--cntr']):not([class*='--inr'])[href*=".xlsx"] {
  position: relative
}

@media screen and (min-width:931px) {

  .c-underline-link[href*=".xls"],
  [class*='c-underline-link--']:not([class*='--wrap']):not([class*='--cntr']):not([class*='--inr'])[href*=".xls"],
  .c-underline-link[href*=".xlsx"],
  [class*='c-underline-link--']:not([class*='--wrap']):not([class*='--cntr']):not([class*='--inr'])[href*=".xlsx"] {
    padding-right: 18px
  }
}

@media screen and (max-width:930px) {

  .c-underline-link[href*=".xls"],
  [class*='c-underline-link--']:not([class*='--wrap']):not([class*='--cntr']):not([class*='--inr'])[href*=".xls"],
  .c-underline-link[href*=".xlsx"],
  [class*='c-underline-link--']:not([class*='--wrap']):not([class*='--cntr']):not([class*='--inr'])[href*=".xlsx"] {
    padding-right: 13px
  }
}

.c-underline-link[href*=".xls"]::after,
[class*='c-underline-link--']:not([class*='--wrap']):not([class*='--cntr']):not([class*='--inr'])[href*=".xls"]::after,
.c-underline-link[href*=".xlsx"]::after,
[class*='c-underline-link--']:not([class*='--wrap']):not([class*='--cntr']):not([class*='--inr'])[href*=".xlsx"]::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 49%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  background-image: url("/assets/images/common/ico-link-excel-01.png")
}

@media screen and (min-width:931px) {

  .c-underline-link[href*=".xls"]::after,
  [class*='c-underline-link--']:not([class*='--wrap']):not([class*='--cntr']):not([class*='--inr'])[href*=".xls"]::after,
  .c-underline-link[href*=".xlsx"]::after,
  [class*='c-underline-link--']:not([class*='--wrap']):not([class*='--cntr']):not([class*='--inr'])[href*=".xlsx"]::after {
    width: 14px;
    height: 17px
  }
}

@media screen and (max-width:930px) {

  .c-underline-link[href*=".xls"]::after,
  [class*='c-underline-link--']:not([class*='--wrap']):not([class*='--cntr']):not([class*='--inr'])[href*=".xls"]::after,
  .c-underline-link[href*=".xlsx"]::after,
  [class*='c-underline-link--']:not([class*='--wrap']):not([class*='--cntr']):not([class*='--inr'])[href*=".xlsx"]::after {
    width: 10px;
    height: 13px
  }
}

.c-underline-link__txt--ja {
  font-family: 'TazuganeGothicStdN-Book', sans-serif
}

.c-underline-link__txt--en {
  font-family: 'HelveticaNowText-Regular', 'TazuganeGothicStdN-Book', sans-serif
}

.c-underline-link [class*='c-underline-link__txt--'],
[class*='c-underline-link--']:not([class*='--menu']) [class*='c-underline-link__txt--'] {
  font-size: 14px;
  line-height: 2.357142857142857;
  letter-spacing: .06em;
  font-weight: 400
}

.c-underline-link [class*='c-underline-link__txt--']+.c-underline-link__img,
[class*='c-underline-link--']:not([class*='--menu']) [class*='c-underline-link__txt--']+.c-underline-link__img {
  margin-left: 9px
}

.c-underline-link--menu [class*='c-underline-link__txt--'] {
  font-family: 'TazuganeGothicStdN-Book', sans-serif;
  font-size: 12px;
  line-height: 2.5;
  letter-spacing: .12em;
  font-weight: 400
}

.c-underline-link--menu [class*='c-underline-link__txt--']+.c-underline-link__img {
  margin-left: 12px
}

.p-front-page .news__utility__important .c-underline-link--ico {
  position: relative;
  padding-left: 18px
}

.p-front-page .news__utility__important .c-underline-link__ico {
  display: block;
  position: absolute;
  z-index: 1;
  background-image: url("/assets/images/common/ico-important-01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}

@media screen and (min-width:931px) {
  .p-front-page .news__utility__important .c-underline-link__ico {
    top: 50%;
    left: 0;
    width: 11px;
    height: 18px;
    margin-top: -11px
  }
}

@media screen and (max-width:930px) {
  .p-front-page .news__utility__important .c-underline-link__ico {
    top: 50%;
    left: 0;
    width: 11px;
    height: 18px;
    margin-top: -11px
  }
}

.p-brand-lineup--premium .c-underline-link::before {
  background-color: #555
}

.p-brand-lineup--premium .c-underline-link:not([target='_blank']):not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"]) {
  position: relative;
  padding-right: 29px
}

.p-brand-lineup--premium .c-underline-link:not([target='_blank']):not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%207%22%20width%3D%2220%22%20height%3D%227%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20%203.5L13%200v3H0v1h13v3z%22%2F%3E%3C%2Fsvg%3E");
  width: 20px;
  height: 7px
}

@media screen and (min-width:931px) {
  .p-brand-lineup--premium .c-underline-link:not([target='_blank']):not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"]) {
    padding-right: 23px
  }
}

@media screen and (min-width:931px) {
  .p-brand-lineup--premium .c-underline-link:not([target='_blank']):not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after {
    width: 18px;
    height: 6px
  }
}

.p-brand-lineup--premium .c-underline-link[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after {
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%207%207%22%20width%3D%227%22%20height%3D%227%22%20style%3D%22enable-background%3Anew%200%200%207%207%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%3E.st1%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A.9231%3Bstroke-miterlimit%3A3.6923%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M1274.2%203175.3h4.8v4.8h-4.8v-4.8z%22%20style%3D%22fill%3Anone%22%20transform%3D%22translate(-1272.5%20-3175.328)%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M1274.7%203175.8h3.8v3.8h-3.8v-3.8z%22%20transform%3D%22translate(-1272.5%20-3175.328)%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M1273%203176.5v4.8h4.8%22%20transform%3D%22translate(-1272.5%20-3175.328)%22%2F%3E%3C%2Fsvg%3E")
}

@media screen and (min-width:931px) {
  .p-brand-lineup--premium .c-underline-link[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after {
    width: 6px;
    height: 6px
  }
}

@media screen and (max-width:930px) {
  .p-brand-lineup--premium .c-underline-link[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after {
    width: 10px;
    height: 10px
  }
}

.p-brand-lineup--premium .lineup__list__itm__cnt__to-itm__link .c-underline-link__txt--ja {
  font-family: 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (min-width:931px) {
  .p-brand-lineup--premium .lineup__list__itm__cnt__to-itm__link .c-underline-link__txt--ja {
    font-size: 12px
  }
}

@media screen and (min-width:931px) {
  .p-brand-lineup--premium .lineup__list__itm__cnt__to-itm__link .c-underline-link__txt--ja {
    line-height: 2.75
  }
}

@media screen and (min-width:931px) {
  .p-brand-lineup--premium .lineup__list__itm__cnt__to-itm__link .c-underline-link__txt--ja {
    letter-spacing: .06em
  }
}

@media screen and (min-width:931px) {
  .p-brand-lineup--premium .lineup__list__itm__cnt__to-itm__link .c-underline-link__txt--ja {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .p-brand-lineup--premium .lineup__list__itm__cnt__to-itm__link .c-underline-link__txt--ja {
    font-size: 14px
  }
}

@media screen and (max-width:930px) {
  .p-brand-lineup--premium .lineup__list__itm__cnt__to-itm__link .c-underline-link__txt--ja {
    line-height: 2.357142857142857
  }
}

@media screen and (max-width:930px) {
  .p-brand-lineup--premium .lineup__list__itm__cnt__to-itm__link .c-underline-link__txt--ja {
    letter-spacing: .06em
  }
}

@media screen and (max-width:930px) {
  .p-brand-lineup--premium .lineup__list__itm__cnt__to-itm__link .c-underline-link__txt--ja {
    font-weight: 400
  }
}

.m-brand-line__product-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (min-width:931px) {

  .m-brand-line__product-list .m-brand-line__product-list__itm,
  .m-brand-line__product-list [class*='m-brand-line__product-list__itm--'] {
    width: 22.5rem
  }

  .m-brand-line__product-list .m-brand-line__product-list__itm:not(:nth-child(4n+1)),
  .m-brand-line__product-list [class*='m-brand-line__product-list__itm--']:not(:nth-child(4n+1)) {
    margin-left: 6rem
  }

  .m-brand-line__product-list .m-brand-line__product-list__itm:nth-child(n+5),
  .m-brand-line__product-list [class*='m-brand-line__product-list__itm--']:nth-child(n+5) {
    margin-top: 5.5rem
  }
}

@media screen and (max-width:930px) {

  .m-brand-line__product-list .m-brand-line__product-list__itm,
  .m-brand-line__product-list [class*='m-brand-line__product-list__itm--'] {
    width: 14.4rem
  }

  .m-brand-line__product-list .m-brand-line__product-list__itm:not(:nth-child(2n+1)),
  .m-brand-line__product-list [class*='m-brand-line__product-list__itm--']:not(:nth-child(2n+1)) {
    margin-left: 2.7rem
  }

  .m-brand-line__product-list .m-brand-line__product-list__itm:nth-child(n+3),
  .m-brand-line__product-list [class*='m-brand-line__product-list__itm--']:nth-child(n+3) {
    margin-top: 5.3rem
  }
}

.m-brand-line__product-list .m-brand-line__product-list__itm__link {
  position: relative
}

@media screen and (min-width:931px) {
  .m-brand-line__product-list .m-brand-line__product-list__itm__link {
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
  }

  .m-brand-line__product-list .m-brand-line__product-list__itm__link:hover {
    opacity: .6
  }
}

.m-brand-line__product-list [class*='m-brand-line__product-list__itm--'] .m-brand-line__product-list__itm__link::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  z-index: 1
}

@media screen and (min-width:931px) {
  .m-brand-line__product-list [class*='m-brand-line__product-list__itm--'] .m-brand-line__product-list__itm__link::before {
    width: 2.6rem;
    height: 5.5rem;
    top: 17rem;
    left: 19rem
  }
}

@media screen and (max-width:930px) {
  .m-brand-line__product-list [class*='m-brand-line__product-list__itm--'] .m-brand-line__product-list__itm__link::before {
    width: 2.6rem;
    height: 5.5rem;
    top: 8.9rem;
    left: 12rem
  }
}

.m-brand-line__product-list .m-brand-line__product-list__itm--simple .m-brand-line__product-list__itm__link::before {
  background-image: url("/assets/images/common/logo-simple-01.svg")
}

.m-brand-line__product-list .m-brand-line__product-list__itm--premium .m-brand-line__product-list__itm__link::before {
  background-image: url("/assets/images/common/logo-premium-01.svg")
}

.m-brand-line__product-list .m-brand-line__product-list__itm__link__img--wrap {
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff
}

@media screen and (min-width:931px) {
  .m-brand-line__product-list .m-brand-line__product-list__itm__link__img--wrap {
    height: 22.5rem
  }
}

@media screen and (max-width:930px) {
  .m-brand-line__product-list .m-brand-line__product-list__itm__link__img--wrap {
    width: 14.4rem;
    height: 14.4rem
  }
}

@media screen and (min-width:931px) {
  .m-brand-line__product-list .m-brand-line__product-list__itm__link__img--wrap+.m-brand-line__product-list__itm__link__ttl {
    margin-top: 3rem
  }
}

@media screen and (max-width:930px) {
  .m-brand-line__product-list .m-brand-line__product-list__itm__link__img--wrap+.m-brand-line__product-list__itm__link__ttl {
    margin-top: 1.3rem
  }
}

.m-brand-line__product-list .m-brand-line__product-list__itm__link__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.m-brand-line__product-list .m-brand-line__product-list__itm__link__ttl__code {
  font-family: 'HelveticaNowText-Medium', 'TazuganeGothicStdN-Medium', sans-serif
}

@media screen and (min-width:931px) {
  .m-brand-line__product-list .m-brand-line__product-list__itm__link__ttl__code {
    font-size: 10px
  }
}

@media screen and (min-width:931px) {
  .m-brand-line__product-list .m-brand-line__product-list__itm__link__ttl__code {
    line-height: 1.8
  }
}

@media screen and (min-width:931px) {
  .m-brand-line__product-list .m-brand-line__product-list__itm__link__ttl__code {
    letter-spacing: .06em
  }
}

@media screen and (min-width:931px) {
  .m-brand-line__product-list .m-brand-line__product-list__itm__link__ttl__code {
    font-weight: 600
  }
}

@media screen and (max-width:930px) {
  .m-brand-line__product-list .m-brand-line__product-list__itm__link__ttl__code {
    font-size: 10px
  }
}

@media screen and (max-width:930px) {
  .m-brand-line__product-list .m-brand-line__product-list__itm__link__ttl__code {
    line-height: 1.8
  }
}

@media screen and (max-width:930px) {
  .m-brand-line__product-list .m-brand-line__product-list__itm__link__ttl__code {
    letter-spacing: .1em
  }
}

@media screen and (max-width:930px) {
  .m-brand-line__product-list .m-brand-line__product-list__itm__link__ttl__code {
    font-weight: 600
  }
}

.m-brand-line__product-list .m-brand-line__product-list__itm__link__ttl__name {
  font-family: 'TazuganeGothicStdN-Medium', sans-serif
}

@media screen and (min-width:931px) {
  .m-brand-line__product-list .m-brand-line__product-list__itm__link__ttl__name {
    font-size: 12px
  }
}

@media screen and (min-width:931px) {
  .m-brand-line__product-list .m-brand-line__product-list__itm__link__ttl__name {
    line-height: 1.5
  }
}

@media screen and (min-width:931px) {
  .m-brand-line__product-list .m-brand-line__product-list__itm__link__ttl__name {
    letter-spacing: .06em
  }
}

@media screen and (min-width:931px) {
  .m-brand-line__product-list .m-brand-line__product-list__itm__link__ttl__name {
    font-weight: 600
  }
}

@media screen and (max-width:930px) {
  .m-brand-line__product-list .m-brand-line__product-list__itm__link__ttl__name {
    font-size: 12px
  }
}

@media screen and (max-width:930px) {
  .m-brand-line__product-list .m-brand-line__product-list__itm__link__ttl__name {
    line-height: 1.5
  }
}

@media screen and (max-width:930px) {
  .m-brand-line__product-list .m-brand-line__product-list__itm__link__ttl__name {
    letter-spacing: .1em
  }
}

@media screen and (max-width:930px) {
  .m-brand-line__product-list .m-brand-line__product-list__itm__link__ttl__name {
    font-weight: 600
  }
}

@media screen and (min-width:931px) {

  .m-brand-line__product-list .m-brand-line__product-list__itm__link__ttl__code,
  .m-brand-line__product-list .m-brand-line__product-list__itm__link__ttl__name {
    padding: 0 .6rem
  }
}

@media screen and (min-width:931px) {
  .p-front-page .brand-line__list+.m-brand-line__product-list {
    margin-top: 9rem
  }
}

@media screen and (max-width:930px) {
  .p-front-page .brand-line__list+.m-brand-line__product-list {
    margin-top: 5.5rem
  }
}

@media screen and (min-width:931px) {
  [class*='p-brand-lineup--'] .product-list__category__ttl+.m-brand-line__product-list {
    margin-top: 5rem
  }
}

@media screen and (max-width:930px) {
  [class*='p-brand-lineup--'] .product-list__category__ttl+.m-brand-line__product-list {
    margin-top: 4.7rem
  }
}

.p-lp-refrigerator .m-brand-line__product-list__itm__link__img--wrap {
  background-color: #f1f2f3
}

.m-mail-magazine {
  background-color: #f1f2f3;
  position: relative
}

@media screen and (min-width:931px) {
  .m-mail-magazine {
    padding-top: 12.4rem;
    padding-bottom: 11rem
  }
}

@media screen and (max-width:930px) {
  .m-mail-magazine {
    padding: 7.2rem 0 7.5rem
  }
}

.m-mail-magazine .m-mail-magazine--inr {
  position: relative
}

@media screen and (min-width:931px) {
  .m-mail-magazine .m-mail-magazine--inr {
    padding-left: 75px
  }
}

.m-mail-magazine .m-mail-magazine--inr::before {
  content: '';
  display: block;
  position: absolute;
  background: url("/assets/images/common/mail-magazine/img-01.png");
  background-repeat: no-repeat;
  background-size: contain
}

@media screen and (min-width:931px) {
  .m-mail-magazine .m-mail-magazine--inr::before {
    bottom: -3.3rem;
    right: 5rem;
    width: 27.2rem;
    height: 27.7rem
  }
}

@media screen and (max-width:930px) {
  .m-mail-magazine .m-mail-magazine--inr::before {
    bottom: 12.2rem;
    right: 5.5rem;
    width: 20.4rem;
    height: 20.9rem
  }
}

.m-mail-magazine .m-mail-magazine__ttl {
  font-family: 'HelveticaNowText-Bold', 'TazuganeGothicStdN-Medium', sans-serif
}

@media screen and (min-width:931px) {
  .m-mail-magazine .m-mail-magazine__ttl {
    font-size: 18px
  }
}

@media screen and (min-width:931px) {
  .m-mail-magazine .m-mail-magazine__ttl {
    line-height: 2
  }
}

@media screen and (min-width:931px) {
  .m-mail-magazine .m-mail-magazine__ttl {
    letter-spacing: .09em
  }
}

@media screen and (min-width:931px) {
  .m-mail-magazine .m-mail-magazine__ttl {
    font-weight: 700
  }
}

@media screen and (max-width:930px) {
  .m-mail-magazine .m-mail-magazine__ttl {
    font-size: 22px
  }
}

@media screen and (max-width:930px) {
  .m-mail-magazine .m-mail-magazine__ttl {
    line-height: 2.545454545454545
  }
}

@media screen and (max-width:930px) {
  .m-mail-magazine .m-mail-magazine__ttl {
    letter-spacing: .12em
  }
}

@media screen and (max-width:930px) {
  .m-mail-magazine .m-mail-magazine__ttl {
    font-weight: 700
  }
}

@media screen and (max-width:930px) {
  .m-mail-magazine .m-mail-magazine__ttl {
    margin-top: -2px
  }
}

.m-mail-magazine .m-mail-magazine__txt {
  font-family: 'TazuganeGothicStdN-Book', sans-serif;
  font-size: 14px;
  line-height: 2;
  letter-spacing: .06em;
  font-weight: 400
}

@media screen and (min-width:931px) {
  .m-mail-magazine .m-mail-magazine__txt {
    margin-top: 35px
  }
}

@media screen and (max-width:930px) {
  .m-mail-magazine .m-mail-magazine__txt {
    margin-top: 22px
  }
}

@media screen and (min-width:931px) {
  .m-mail-magazine .m-mail-magazine__link {
    width: 300px;
    margin-top: 28px
  }
}

@media screen and (max-width:930px) {
  .m-mail-magazine .m-mail-magazine__link {
    width: 100%;
    margin-top: 30.4rem
  }
}

[class*='modal--']:not([class*='--inr']) .modal--inr {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto
}

@media screen and (min-width:931px) {
  [class*='modal--']:not([class*='--inr']) .modal--inr {
    padding-top: calc(56.25% - 1px)
  }
}

@media screen and (max-width:930px) {
  [class*='modal--']:not([class*='--inr']) .modal--inr {
    padding-top: calc(172.53333333333333% - 1px)
  }
}

[class*='modal--']:not([class*='--inr']) .modal__pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

[class*='modal--']:not([class*='--inr']) [class*='modal__trigger--'] {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media screen and (min-width:931px) {
  [class*='modal--']:not([class*='--inr']) [class*='modal__trigger--'] {
    width: 4.305555555555555vw;
    height: 4.305555555555555vw;
    cursor: pointer
  }
}

@media screen and (max-width:930px) {
  [class*='modal--']:not([class*='--inr']) [class*='modal__trigger--'] {
    width: 12.8vw;
    height: 12.8vw
  }
}

[class*='modal--']:not([class*='--inr']) .modal__trigger__puls {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%
}

[class*='modal--']:not([class*='--inr']) .modal__trigger__puls::before,
[class*='modal--']:not([class*='--inr']) .modal__trigger__puls::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-animation: PULSATE 1.8s linear infinite;
  animation: PULSATE 1.8s linear infinite
}

[class*='modal--']:not([class*='--inr']) .modal__trigger__puls::after {
  -webkit-animation-delay: .45s;
  animation-delay: .45s
}

[class*='modal--']:not([class*='--inr']) .modal__trigger__puls--inr {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media screen and (min-width:931px) {
  [class*='modal--']:not([class*='--inr']) .modal__trigger__puls--inr {
    width: 3.611111111111111vw;
    height: 3.611111111111111vw
  }
}

@media screen and (max-width:930px) {
  [class*='modal--']:not([class*='--inr']) .modal__trigger__puls--inr {
    width: 10.666666666666668vw;
    height: 10.666666666666668vw
  }
}

[class*='modal--']:not([class*='--inr']) .modal__trigger__img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1
}

@media screen and (min-width:931px) {
  [class*='modal--']:not([class*='--inr']) .modal__trigger__img {
    width: 1.666666666666667vw;
    height: 1.666666666666667vw;
    margin-top: -.8333333333333334vw;
    margin-left: -.8333333333333334vw
  }
}

@media screen and (max-width:930px) {
  [class*='modal--']:not([class*='--inr']) .modal__trigger__img {
    width: 5.333333333333334vw;
    height: 5.333333333333334vw;
    margin-top: -2.666666666666667vw;
    margin-left: -2.666666666666667vw
  }
}

[class*='modal--']:not([class*='--inr']) .modal__detail {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 10000;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity .5s ease, left 0s linear .5s;
  transition: opacity .5s ease, left 0s linear .5s
}

@media screen and (max-width:930px) {
  [class*='modal--']:not([class*='--inr']) .modal__detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

[class*='modal--']:not([class*='--inr']) .modal__detail.on {
  left: 0;
  opacity: 1;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease
}

[class*='modal--']:not([class*='--inr']) .modal__detail__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%
}

@media screen and (min-width:931px) {
  [class*='modal--']:not([class*='--inr']) .modal__detail__overlay {
    background-color: rgba(0, 0, 0, 0.7)
  }
}

@media screen and (max-width:930px) {
  [class*='modal--']:not([class*='--inr']) .modal__detail__overlay {
    background-color: rgba(0, 0, 0, 0.7)
  }
}

[class*='modal--']:not([class*='--inr']) .modal__detail__slider {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media screen and (min-width:931px) {
  [class*='modal--']:not([class*='--inr']) .modal__detail__slider {
    width: 81.6rem
  }
}

@media screen and (max-width:930px) {
  [class*='modal--']:not([class*='--inr']) .modal__detail__slider {
    width: 31.4rem;
    padding-top: 5.7rem;
    padding-bottom: 5.7rem
  }
}

[class*='modal--']:not([class*='--inr']) .modal__detail__slider__overlay,
[class*='modal--']:not([class*='--inr']) .modal__detail__slider__itm__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%
}

[class*='modal--']:not([class*='--inr']) .modal__detail__slider__itm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease
}

@media screen and (min-width:931px) {
  [class*='modal--']:not([class*='--inr']) .modal__detail__slider__itm {
    max-height: calc(100% - 15rem)
  }
}

@media screen and (max-width:930px) {
  [class*='modal--']:not([class*='--inr']) .modal__detail__slider__itm {
    height: calc(100vh - 11.6rem)
  }
}

[class*='modal--']:not([class*='--inr']) .modal__detail__slider__itm.on {
  z-index: 2;
  opacity: 1
}

[class*='modal--']:not([class*='--inr']) .modal__detail__slider__itm--inr {
  overflow: auto;
  position: relative;
  width: 100%;
  height: auto;
  max-height: 100%;
  background-color: #fff
}

@media screen and (min-width:931px) {
  [class*='modal--']:not([class*='--inr']) .modal__detail__slider__itm--inr {
    padding-top: 7.7rem;
    padding-right: 7rem;
    padding-bottom: 7rem;
    padding-left: 7rem
  }
}

@media screen and (max-width:930px) {
  [class*='modal--']:not([class*='--inr']) .modal__detail__slider__itm--inr {
    padding-top: 4.9rem;
    padding-right: 3rem;
    padding-bottom: 3.9rem;
    padding-left: 3rem
  }
}

[class*='modal--']:not([class*='--inr']) .modal__detail__slider__itm__close {
  position: absolute;
  z-index: 1
}

@media screen and (min-width:931px) {
  [class*='modal--']:not([class*='--inr']) .modal__detail__slider__itm__close {
    top: 2rem;
    right: 2rem;
    width: 2.2rem;
    height: 2.2rem;
    cursor: pointer
  }
}

@media screen and (max-width:930px) {
  [class*='modal--']:not([class*='--inr']) .modal__detail__slider__itm__close {
    top: 1.5rem;
    right: 1.5rem;
    width: 1.5rem;
    height: 1.5rem
  }
}

[class*='modal--']:not([class*='--inr']) .modal__detail__slider__itm__ttl {
  color: #111;
  white-space: nowrap;
  font-family: 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (min-width:931px) {
  [class*='modal--']:not([class*='--inr']) .modal__detail__slider__itm__list__itm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media screen and (min-width:931px) {
  [class*='modal--']:not([class*='--inr']) .modal__detail__slider__itm__list__itm+.modal__detail__slider__itm__list__itm {
    margin-top: 4.5rem
  }
}

@media screen and (max-width:930px) {
  [class*='modal--']:not([class*='--inr']) .modal__detail__slider__itm__list__itm+.modal__detail__slider__itm__list__itm {
    margin-top: 3.5rem
  }
}

@media screen and (min-width:931px) {
  [class*='modal--']:not([class*='--inr']) .modal__detail__slider__itm__list__itm__cnt {
    width: 55.62130177514793%
  }
}

[class*='modal--']:not([class*='--inr']) .modal__detail__slider__itm__list__itm__cnt__ttl {
  color: #111;
  white-space: nowrap;
  font-family: 'TazuganeGothicStdN-Book', sans-serif;
  overflow-wrap: break-all
}

[class*='modal--']:not([class*='--inr']) .modal__detail__slider__itm__list__itm__cnt__sent {
  color: #111;
  font-family: 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (min-width:931px) {
  [class*='modal--']:not([class*='--inr']) .modal__detail__slider__itm__list__itm__cnt__sent {
    font-size: 14px
  }
}

@media screen and (min-width:931px) {
  [class*='modal--']:not([class*='--inr']) .modal__detail__slider__itm__list__itm__cnt__sent {
    line-height: 1.928571428571429
  }
}

@media screen and (min-width:931px) {
  [class*='modal--']:not([class*='--inr']) .modal__detail__slider__itm__list__itm__cnt__sent {
    letter-spacing: .09em
  }
}

@media screen and (min-width:931px) {
  [class*='modal--']:not([class*='--inr']) .modal__detail__slider__itm__list__itm__cnt__sent {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  [class*='modal--']:not([class*='--inr']) .modal__detail__slider__itm__list__itm__cnt__sent {
    font-size: 12px
  }
}

@media screen and (max-width:930px) {
  [class*='modal--']:not([class*='--inr']) .modal__detail__slider__itm__list__itm__cnt__sent {
    line-height: 1.75
  }
}

@media screen and (max-width:930px) {
  [class*='modal--']:not([class*='--inr']) .modal__detail__slider__itm__list__itm__cnt__sent {
    letter-spacing: .09em
  }
}

@media screen and (max-width:930px) {
  [class*='modal--']:not([class*='--inr']) .modal__detail__slider__itm__list__itm__cnt__sent {
    font-weight: 400
  }
}

[class*='modal--']:not([class*='--inr']) .modal__detail__slider__itm__list__itm__cnt__note,
[class*='modal--']:not([class*='--inr']) [class*='modal__detail__slider__itm__list__itm__cnt__note--'] {
  font-family: 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (min-width:931px) {

  [class*='modal--']:not([class*='--inr']) .modal__detail__slider__itm__list__itm__cnt__note,
  [class*='modal--']:not([class*='--inr']) [class*='modal__detail__slider__itm__list__itm__cnt__note--'] {
    font-size: 10px
  }
}

@media screen and (min-width:931px) {

  [class*='modal--']:not([class*='--inr']) .modal__detail__slider__itm__list__itm__cnt__note,
  [class*='modal--']:not([class*='--inr']) [class*='modal__detail__slider__itm__list__itm__cnt__note--'] {
    line-height: 2.1
  }
}

@media screen and (min-width:931px) {

  [class*='modal--']:not([class*='--inr']) .modal__detail__slider__itm__list__itm__cnt__note,
  [class*='modal--']:not([class*='--inr']) [class*='modal__detail__slider__itm__list__itm__cnt__note--'] {
    letter-spacing: .03em
  }
}

@media screen and (min-width:931px) {

  [class*='modal--']:not([class*='--inr']) .modal__detail__slider__itm__list__itm__cnt__note,
  [class*='modal--']:not([class*='--inr']) [class*='modal__detail__slider__itm__list__itm__cnt__note--'] {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {

  [class*='modal--']:not([class*='--inr']) .modal__detail__slider__itm__list__itm__cnt__note,
  [class*='modal--']:not([class*='--inr']) [class*='modal__detail__slider__itm__list__itm__cnt__note--'] {
    font-size: 9px
  }
}

@media screen and (max-width:930px) {

  [class*='modal--']:not([class*='--inr']) .modal__detail__slider__itm__list__itm__cnt__note,
  [class*='modal--']:not([class*='--inr']) [class*='modal__detail__slider__itm__list__itm__cnt__note--'] {
    line-height: 1.555555555555556
  }
}

@media screen and (max-width:930px) {

  [class*='modal--']:not([class*='--inr']) .modal__detail__slider__itm__list__itm__cnt__note,
  [class*='modal--']:not([class*='--inr']) [class*='modal__detail__slider__itm__list__itm__cnt__note--'] {
    letter-spacing: .03em
  }
}

@media screen and (max-width:930px) {

  [class*='modal--']:not([class*='--inr']) .modal__detail__slider__itm__list__itm__cnt__note,
  [class*='modal--']:not([class*='--inr']) [class*='modal__detail__slider__itm__list__itm__cnt__note--'] {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {

  [class*='modal--']:not([class*='--inr']) .modal__detail__slider__itm__list__itm__cnt__note,
  [class*='modal--']:not([class*='--inr']) [class*='modal__detail__slider__itm__list__itm__cnt__note--'] {
    margin-top: 1.1rem
  }
}

@media screen and (max-width:930px) {

  [class*='modal--']:not([class*='--inr']) .modal__detail__slider__itm__list__itm__cnt__note,
  [class*='modal--']:not([class*='--inr']) [class*='modal__detail__slider__itm__list__itm__cnt__note--'] {
    margin-top: 1rem
  }
}

[class*='modal--']:not([class*='--inr']) .modal__detail__slider__itm__list__itm__cnt__note,
[class*='modal--']:not([class*='--inr']) .modal__detail__slider__itm__list__itm__cnt__note--gray {
  color: #8c8c8c
}

[class*='modal--']:not([class*='--inr']) .modal__detail__slider__itm__list__itm__cnt__note--black {
  color: #111
}

[class*='modal--']:not([class*='--inr']) .modal__detail__slider__itm__list__itm__img--wrpr {
  overflow: hidden;
  position: relative;
  height: 0
}

@media screen and (min-width:931px) {
  [class*='modal--']:not([class*='--inr']) .modal__detail__slider__itm__list__itm__img--wrpr {
    width: 39.94082840236686%;
    padding-top: 26.627218934911244%
  }
}

@media screen and (max-width:930px) {
  [class*='modal--']:not([class*='--inr']) .modal__detail__slider__itm__list__itm__img--wrpr {
    margin-top: 3.6rem;
    padding-top: 66.796875%
  }
}

[class*='modal--']:not([class*='--inr']) .modal__detail__slider__itm__list__itm__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  margin-top: -1px;
  margin-left: -1px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center
}

[class*='modal--']:not([class*='--inr']) [class*='modal__detail__ui__arrow--'] {
  position: absolute;
  top: 50%;
  z-index: 1
}

@media screen and (min-width:931px) {
  [class*='modal--']:not([class*='--inr']) [class*='modal__detail__ui__arrow--'] {
    width: 6rem;
    height: 6rem;
    margin-top: -3rem;
    cursor: pointer
  }
}

@media screen and (max-width:930px) {
  [class*='modal--']:not([class*='--inr']) [class*='modal__detail__ui__arrow--'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 3.3rem;
    height: 3.3rem;
    margin-top: -1.7rem
  }
}

@media screen and (min-width:931px) {
  [class*='modal--']:not([class*='--inr']) .modal__detail__ui__arrow--prev {
    left: 50%;
    margin-left: -49.8rem
  }
}

@media screen and (max-width:930px) {
  [class*='modal--']:not([class*='--inr']) .modal__detail__ui__arrow--prev {
    left: 0
  }
}

@media screen and (min-width:931px) {
  [class*='modal--']:not([class*='--inr']) .modal__detail__ui__arrow--next {
    right: 50%;
    margin-right: -49.8rem
  }
}

@media screen and (max-width:930px) {
  [class*='modal--']:not([class*='--inr']) .modal__detail__ui__arrow--next {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    right: 0
  }
}

@media screen and (max-width:930px) {
  [class*='modal--']:not([class*='--inr']) .modal__detail__ui__arrow__pic {
    width: 1.1rem;
    height: 1.9rem
  }
}

@media screen and (max-width:930px) {
  [class*='modal--']:not([class*='--inr']) .modal__detail__ui__arrow--prev .modal__detail__ui__arrow__pic {
    margin-left: 1.1rem
  }
}

@media screen and (max-width:930px) {
  [class*='modal--']:not([class*='--inr']) .modal__detail__ui__arrow--next .modal__detail__ui__arrow__pic {
    margin-right: 1.1rem
  }
}

@media screen and (min-width:931px) {
  .modal--wide_and_short .modal__detail__slider__itm__ttl {
    font-size: 36px
  }
}

@media screen and (min-width:931px) {
  .modal--wide_and_short .modal__detail__slider__itm__ttl {
    line-height: 1.666666666666667
  }
}

@media screen and (min-width:931px) {
  .modal--wide_and_short .modal__detail__slider__itm__ttl {
    letter-spacing: .03em
  }
}

@media screen and (min-width:931px) {
  .modal--wide_and_short .modal__detail__slider__itm__ttl {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .modal--wide_and_short .modal__detail__slider__itm__ttl {
    font-size: 21px
  }
}

@media screen and (max-width:930px) {
  .modal--wide_and_short .modal__detail__slider__itm__ttl {
    line-height: 1.571428571428571
  }
}

@media screen and (max-width:930px) {
  .modal--wide_and_short .modal__detail__slider__itm__ttl {
    letter-spacing: .09em
  }
}

@media screen and (max-width:930px) {
  .modal--wide_and_short .modal__detail__slider__itm__ttl {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  .modal--wide_and_short .modal__detail__slider__itm__list__itm__cnt__ttl {
    font-size: 21px
  }
}

@media screen and (min-width:931px) {
  .modal--wide_and_short .modal__detail__slider__itm__list__itm__cnt__ttl {
    line-height: 2
  }
}

@media screen and (min-width:931px) {
  .modal--wide_and_short .modal__detail__slider__itm__list__itm__cnt__ttl {
    letter-spacing: .03em
  }
}

@media screen and (min-width:931px) {
  .modal--wide_and_short .modal__detail__slider__itm__list__itm__cnt__ttl {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .modal--wide_and_short .modal__detail__slider__itm__list__itm__cnt__ttl {
    font-size: 15px
  }
}

@media screen and (max-width:930px) {
  .modal--wide_and_short .modal__detail__slider__itm__list__itm__cnt__ttl {
    line-height: 2
  }
}

@media screen and (max-width:930px) {
  .modal--wide_and_short .modal__detail__slider__itm__list__itm__cnt__ttl {
    letter-spacing: .03em
  }
}

@media screen and (max-width:930px) {
  .modal--wide_and_short .modal__detail__slider__itm__list__itm__cnt__ttl {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  .modal--wide_and_short .modal__detail__slider__itm__list__itm__cnt__ttl {
    margin-top: -1.1rem
  }
}

@media screen and (min-width:931px) {
  .modal--wide_and_short .modal__detail__slider__itm__list {
    margin-top: 4.5rem
  }
}

@media screen and (max-width:930px) {
  .modal--wide_and_short .modal__detail__slider__itm__list {
    margin-top: 2.5rem
  }
}

@media screen and (min-width:931px) {
  .modal--wide_and_short .modal__detail__slider__itm__list__itm__cnt__sent {
    margin-top: 1.2rem
  }
}

@media screen and (max-width:930px) {
  .modal--wide_and_short .modal__detail__slider__itm__list__itm__cnt__sent {
    margin-top: 1.1rem
  }
}

@media screen and (min-width:931px) {
  .modal--wide_and_short .modal__trigger--01 {
    margin-top: -9.51388888888889vw;
    margin-left: -5.763888888888889vw
  }
}

@media screen and (max-width:930px) {
  .modal--wide_and_short .modal__trigger--01 {
    margin-top: -32vw;
    margin-left: -15.2vw
  }
}

@media screen and (min-width:931px) {
  .modal--wide_and_short .modal__trigger--02 {
    margin-left: 13.194444444444445vw
  }
}

@media screen and (max-width:930px) {
  .modal--wide_and_short .modal__trigger--02 {
    margin-top: -1.066666666666667vw;
    margin-left: 35.46666666666667vw
  }
}

@media screen and (min-width:931px) {
  .modal--wide_and_short .modal__trigger--03 {
    margin-top: 6.458333333333334vw
  }
}

@media screen and (max-width:930px) {
  .modal--wide_and_short .modal__trigger--03 {
    margin-top: 14.399999999999999vw
  }
}

@media screen and (min-width:931px) {
  .modal--wide_and_short .modal__trigger--04 {
    margin-top: 17.01388888888889vw
  }
}

@media screen and (max-width:930px) {
  .modal--wide_and_short .modal__trigger--04 {
    margin-top: 46.13333333333333vw
  }
}

@media screen and (min-width:931px) {
  .modal--touch_and_view .modal__detail__slider__itm__ttl {
    font-size: 36px
  }
}

@media screen and (min-width:931px) {
  .modal--touch_and_view .modal__detail__slider__itm__ttl {
    line-height: 1.666666666666667
  }
}

@media screen and (min-width:931px) {
  .modal--touch_and_view .modal__detail__slider__itm__ttl {
    letter-spacing: .03em
  }
}

@media screen and (min-width:931px) {
  .modal--touch_and_view .modal__detail__slider__itm__ttl {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .modal--touch_and_view .modal__detail__slider__itm__ttl {
    font-size: 21px
  }
}

@media screen and (max-width:930px) {
  .modal--touch_and_view .modal__detail__slider__itm__ttl {
    line-height: 1.571428571428571
  }
}

@media screen and (max-width:930px) {
  .modal--touch_and_view .modal__detail__slider__itm__ttl {
    letter-spacing: .09em
  }
}

@media screen and (max-width:930px) {
  .modal--touch_and_view .modal__detail__slider__itm__ttl {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  .modal--touch_and_view .modal__detail__slider__itm__list__itm__cnt__ttl {
    font-size: 21px
  }
}

@media screen and (min-width:931px) {
  .modal--touch_and_view .modal__detail__slider__itm__list__itm__cnt__ttl {
    line-height: 2
  }
}

@media screen and (min-width:931px) {
  .modal--touch_and_view .modal__detail__slider__itm__list__itm__cnt__ttl {
    letter-spacing: .03em
  }
}

@media screen and (min-width:931px) {
  .modal--touch_and_view .modal__detail__slider__itm__list__itm__cnt__ttl {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .modal--touch_and_view .modal__detail__slider__itm__list__itm__cnt__ttl {
    font-size: 15px
  }
}

@media screen and (max-width:930px) {
  .modal--touch_and_view .modal__detail__slider__itm__list__itm__cnt__ttl {
    line-height: 2
  }
}

@media screen and (max-width:930px) {
  .modal--touch_and_view .modal__detail__slider__itm__list__itm__cnt__ttl {
    letter-spacing: .03em
  }
}

@media screen and (max-width:930px) {
  .modal--touch_and_view .modal__detail__slider__itm__list__itm__cnt__ttl {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  .modal--touch_and_view .modal__detail__slider__itm__list__itm__cnt__ttl {
    margin-top: -1.1rem
  }
}

@media screen and (min-width:931px) {
  .modal--touch_and_view .modal__detail__slider__itm__list {
    margin-top: 4.5rem
  }
}

@media screen and (max-width:930px) {
  .modal--touch_and_view .modal__detail__slider__itm__list {
    margin-top: 2.5rem
  }
}

@media screen and (min-width:931px) {
  .modal--touch_and_view .modal__detail__slider__itm__list__itm__cnt__sent {
    margin-top: 1.2rem
  }
}

@media screen and (max-width:930px) {
  .modal--touch_and_view .modal__detail__slider__itm__list__itm__cnt__sent {
    margin-top: 1.1rem
  }
}

@media screen and (min-width:931px) {
  .modal--touch_and_view .modal__trigger--01 {
    margin-top: -16.11111111111111vw;
    margin-left: 3.958333333333333vw
  }
}

@media screen and (max-width:930px) {
  .modal--touch_and_view .modal__trigger--01 {
    margin-top: -44.266666666666666vw;
    margin-left: -28.799999999999997vw
  }
}

@media screen and (min-width:931px) {
  .modal--touch_and_view .modal__trigger--02 {
    margin-top: -9.791666666666666vw;
    margin-left: 18.333333333333332vw
  }
}

@media screen and (max-width:930px) {
  .modal--touch_and_view .modal__trigger--02 {
    margin-top: -31.733333333333334vw;
    margin-left: 8.266666666666666vw
  }
}

@media screen and (min-width:931px) {
  .modal--touch_and_view .modal__trigger--03 {
    margin-top: .8333333333333334vw;
    margin-left: -3.055555555555555vw
  }
}

@media screen and (max-width:930px) {
  .modal--touch_and_view .modal__trigger--03 {
    margin-top: -6.133333333333333vw;
    margin-left: -35.733333333333334vw
  }
}

@media screen and (min-width:931px) {
  .modal--touch_and_view .modal__trigger--04 {
    margin-top: 7.986111111111111vw;
    margin-left: 13.680555555555557vw
  }
}

@media screen and (max-width:930px) {
  .modal--touch_and_view .modal__trigger--04 {
    margin-top: 16.53333333333333vw
  }
}

@media screen and (min-width:931px) {
  .modal--touch_and_view .modal__trigger--05 {
    margin-top: 19.86111111111111vw;
    margin-left: 13.680555555555557vw
  }
}

@media screen and (max-width:930px) {
  .modal--touch_and_view .modal__trigger--05 {
    margin-top: 46.666666666666664vw
  }
}

@media screen and (min-width:931px) {
  .modal--toaster .modal--inr {
    aspect-ratio: 1440/810
  }
}

@media screen and (max-width:930px) {
  .modal--toaster .modal--inr {
    aspect-ratio: 375/647
  }
}

.modal--toaster .modal__ttl {
  position: relative
}

.modal--toaster .modal__ttl .modal__ttl_txt {
  z-index: 999;
  position: absolute
}

@media screen and (min-width:931px) {
  .modal--toaster .modal__ttl .modal__ttl_txt {
    top: -56.25vw
  }
}

@media screen and (max-width:930px) {
  .modal--toaster .modal__ttl .modal__ttl_txt {
    top: -172.53333333333333vw
  }
}

.modal--toaster .modal__ttl .modal__ttl_note {
  z-index: 999;
  position: absolute;
  color: #fff;
  font-family: 'TazuganeGothicStdN-Book', sans-serif;
  opacity: .5
}

@media screen and (min-width:931px) {
  .modal--toaster .modal__ttl .modal__ttl_note {
    font-size: 12px
  }
}

@media screen and (min-width:931px) {
  .modal--toaster .modal__ttl .modal__ttl_note {
    line-height: 2
  }
}

@media screen and (min-width:931px) {
  .modal--toaster .modal__ttl .modal__ttl_note {
    letter-spacing: .09em
  }
}

@media screen and (min-width:931px) {
  .modal--toaster .modal__ttl .modal__ttl_note {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .modal--toaster .modal__ttl .modal__ttl_note {
    font-size: 10px
  }
}

@media screen and (max-width:930px) {
  .modal--toaster .modal__ttl .modal__ttl_note {
    line-height: 2.4
  }
}

@media screen and (max-width:930px) {
  .modal--toaster .modal__ttl .modal__ttl_note {
    letter-spacing: .09em
  }
}

@media screen and (max-width:930px) {
  .modal--toaster .modal__ttl .modal__ttl_note {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  .modal--toaster .modal__ttl .modal__ttl_note {
    bottom: .5555555555555556vw;
    left: 4.166666666666666vw
  }
}

@media screen and (max-width:930px) {
  .modal--toaster .modal__ttl .modal__ttl_note {
    bottom: 6.4vw;
    left: 8vw
  }
}

@media screen and (min-width:931px) {
  .modal--toaster .modal__detail__ui__arrow--prev {
    left: 50%;
    margin-left: -35rem !important
  }
}

@media screen and (min-width:931px) {
  .modal--toaster .modal__detail__ui__arrow--next {
    right: 50%;
    margin-right: -35rem !important
  }
}

@media screen and (min-width:931px) {
  .modal--toaster .modal__detail__slider {
    width: 47.9rem !important
  }
}

@media screen and (min-width:931px) {
  .modal--toaster .modal__detail__slider__itm__list__itm {
    display: block !important
  }
}

@media screen and (min-width:931px) {
  .modal--toaster .modal__detail__slider__itm__list__itm__cnt {
    width: 100% !important
  }
}

.modal--toaster .modal__detail__slider__itm__list__itm__img--wrpr {
  overflow: hidden;
  position: relative;
  height: 0
}

@media screen and (min-width:931px) {
  .modal--toaster .modal__detail__slider__itm__list__itm__img--wrpr {
    width: 100% !important;
    aspect-ratio: 339/226 !important;
    height: auto !important;
    padding-top: 26.627218934911244%
  }
}

@media screen and (max-width:930px) {
  .modal--toaster .modal__detail__slider__itm__list__itm__img--wrpr {
    margin-top: 3.6rem;
    padding-top: 66.796875%
  }
}

@media screen and (min-width:931px) {
  .modal--toaster .modal__detail__slider__itm__ttl {
    font-size: 36px
  }
}

@media screen and (min-width:931px) {
  .modal--toaster .modal__detail__slider__itm__ttl {
    line-height: 1.666666666666667
  }
}

@media screen and (min-width:931px) {
  .modal--toaster .modal__detail__slider__itm__ttl {
    letter-spacing: .06em
  }
}

@media screen and (min-width:931px) {
  .modal--toaster .modal__detail__slider__itm__ttl {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .modal--toaster .modal__detail__slider__itm__ttl {
    font-size: 21px
  }
}

@media screen and (max-width:930px) {
  .modal--toaster .modal__detail__slider__itm__ttl {
    line-height: 1.571428571428571
  }
}

@media screen and (max-width:930px) {
  .modal--toaster .modal__detail__slider__itm__ttl {
    letter-spacing: .18em
  }
}

@media screen and (max-width:930px) {
  .modal--toaster .modal__detail__slider__itm__ttl {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  .modal--toaster .modal__detail__slider__itm__list {
    margin-top: 4.5rem
  }
}

@media screen and (max-width:930px) {
  .modal--toaster .modal__detail__slider__itm__list {
    margin-top: 2.5rem
  }
}

.modal--toaster .modal__detail__slider__itm__list__itm__cnt__ttl {
  color: #111;
  white-space: normal !important;
  font-family: 'TazuganeGothicStdN-Book', sans-serif;
  overflow-wrap: break-all
}

@media screen and (min-width:931px) {
  .modal--toaster .modal__detail__slider__itm__list__itm__cnt__ttl {
    font-size: 14px
  }
}

@media screen and (min-width:931px) {
  .modal--toaster .modal__detail__slider__itm__list__itm__cnt__ttl {
    line-height: 2.142857142857143
  }
}

@media screen and (min-width:931px) {
  .modal--toaster .modal__detail__slider__itm__list__itm__cnt__ttl {
    letter-spacing: .18em
  }
}

@media screen and (min-width:931px) {
  .modal--toaster .modal__detail__slider__itm__list__itm__cnt__ttl {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .modal--toaster .modal__detail__slider__itm__list__itm__cnt__ttl {
    font-size: 12px
  }
}

@media screen and (max-width:930px) {
  .modal--toaster .modal__detail__slider__itm__list__itm__cnt__ttl {
    line-height: 1.75
  }
}

@media screen and (max-width:930px) {
  .modal--toaster .modal__detail__slider__itm__list__itm__cnt__ttl {
    letter-spacing: .18em
  }
}

@media screen and (max-width:930px) {
  .modal--toaster .modal__detail__slider__itm__list__itm__cnt__ttl {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  .modal--toaster .modal__detail__slider__itm__list__itm__cnt__ttl {
    margin-top: -1.1rem
  }
}

@media screen and (min-width:931px) {
  .modal--toaster .modal__detail__slider__itm__list__itm__cnt__sent {
    margin-top: 4rem
  }
}

@media screen and (max-width:930px) {
  .modal--toaster .modal__detail__slider__itm__list__itm__cnt__sent {
    margin-top: 1.1rem
  }
}

@media screen and (min-width:931px) {
  .modal--toaster .modal__trigger--01 {
    margin-top: 5.555555555555555vw;
    margin-left: 21.52777777777778vw
  }
}

@media screen and (max-width:930px) {
  .modal--toaster .modal__trigger--01 {
    margin-top: 29.333333333333332vw;
    margin-left: -31.466666666666665vw
  }
}

@media screen and (min-width:931px) {
  .modal--toaster .modal__trigger--02 {
    margin-top: 7.986111111111111vw;
    margin-left: -8.680555555555555vw
  }
}

@media screen and (max-width:930px) {
  .modal--toaster .modal__trigger--02 {
    margin-top: 5.333333333333334vw;
    margin-left: 8.266666666666666vw
  }
}

@media screen and (min-width:931px) {
  .modal--toaster .modal__trigger--03 {
    margin-top: .6944444444444444vw;
    margin-left: 3.472222222222222vw
  }
}

@media screen and (max-width:930px) {
  .modal--toaster .modal__trigger--03 {
    margin-top: 21.333333333333336vw;
    margin-left: 32vw
  }
}

.m-news-list .m-news-list__itm {
  border-bottom: 1px solid #e1e1e1
}

.m-news-list .m-news-list__itm:first-child {
  border-top: 1px solid #e1e1e1
}

@media screen and (min-width:931px) {
  .m-news-list .m-news-list__itm__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 21px 146px 26px 4px;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
  }

  .m-news-list .m-news-list__itm__link:hover {
    opacity: .6
  }
}

@media screen and (max-width:930px) {
  .m-news-list .m-news-list__itm__link {
    padding-top: 21px;
    padding-bottom: 32px
  }
}

.m-news-list .m-news-list__itm__link__date {
  font-family: 'HelveticaNowText-Regular', 'TazuganeGothicStdN-Book', sans-serif;
  font-size: 12px;
  line-height: 2.666666666666667;
  letter-spacing: .06em;
  font-weight: 400
}

@media screen and (max-width:930px) {
  .m-news-list .m-news-list__itm__link__date {
    display: block
  }
}

.m-news-list .m-news-list__itm__link__txt {
  font-family: 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (min-width:931px) {
  .m-news-list .m-news-list__itm__link__txt {
    font-size: 14px
  }
}

@media screen and (min-width:931px) {
  .m-news-list .m-news-list__itm__link__txt {
    line-height: 1.714285714285714
  }
}

@media screen and (min-width:931px) {
  .m-news-list .m-news-list__itm__link__txt {
    letter-spacing: .06em
  }
}

@media screen and (min-width:931px) {
  .m-news-list .m-news-list__itm__link__txt {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .m-news-list .m-news-list__itm__link__txt {
    font-size: 12px
  }
}

@media screen and (max-width:930px) {
  .m-news-list .m-news-list__itm__link__txt {
    line-height: 2
  }
}

@media screen and (max-width:930px) {
  .m-news-list .m-news-list__itm__link__txt {
    letter-spacing: .06em
  }
}

@media screen and (max-width:930px) {
  .m-news-list .m-news-list__itm__link__txt {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  .m-news-list .m-news-list__itm__link__txt {
    margin-top: 5px;
    margin-left: 28px
  }
}

.m-news-list .m-news-list__itm__link__label {
  display: block;
  width: 118px
}

@media screen and (min-width:931px) {
  .m-news-list .m-news-list__itm__link__label {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}

@media screen and (max-width:930px) {
  .m-news-list .m-news-list__itm__link__label {
    position: relative;
    margin-top: 9px
  }
}

.m-news-list .m-news-list__itm__link__label__txt {
  display: block;
  padding-right: 13px;
  padding-left: 15px;
  text-align: center;
  font-family: 'TazuganeGothicStdN-Book', sans-serif;
  border: 1px solid #808080;
  border-radius: 6px
}

@media screen and (min-width:931px) {
  .m-news-list .m-news-list__itm__link__label__txt {
    font-size: 12px
  }
}

@media screen and (min-width:931px) {
  .m-news-list .m-news-list__itm__link__label__txt {
    line-height: 1.833333333333333
  }
}

@media screen and (min-width:931px) {
  .m-news-list .m-news-list__itm__link__label__txt {
    letter-spacing: .06em
  }
}

@media screen and (min-width:931px) {
  .m-news-list .m-news-list__itm__link__label__txt {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .m-news-list .m-news-list__itm__link__label__txt {
    font-size: 12px
  }
}

@media screen and (max-width:930px) {
  .m-news-list .m-news-list__itm__link__label__txt {
    line-height: 2
  }
}

@media screen and (max-width:930px) {
  .m-news-list .m-news-list__itm__link__label__txt {
    letter-spacing: .06em
  }
}

@media screen and (max-width:930px) {
  .m-news-list .m-news-list__itm__link__label__txt {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .m-news-list .m-news-list__itm__link__label__txt {
    padding-top: 2px
  }
}

.m-news-to-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 36px
}

@media screen and (min-width:931px) {
  .m-news-to-list {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}

@media screen and (max-width:930px) {
  .m-news-to-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media screen and (min-width:931px) {
  .cf-mod--news .cf-parts__ttl--h5+.m-news-list {
    margin-top: 40px
  }
}

@media screen and (max-width:930px) {
  .cf-mod--news .cf-parts__ttl--h5+.m-news-list {
    margin-top: 22px
  }
}

@media screen and (min-width:931px) {
  .cf-cntr--news .m-news-list {
    margin-top: 47px
  }
}

@media screen and (max-width:930px) {
  .cf-cntr--news .m-news-list {
    margin-top: 56px
  }
}

@media screen and (min-width:931px) {
  [class*='spec--']:not([class*='--inr']) {
    padding-top: 18rem
  }
}

@media screen and (max-width:930px) {
  [class*='spec--']:not([class*='--inr']) {
    padding-top: 9rem
  }
}

[class*='spec--']:not([class*='--inr']) .spec--inr {
  border-top-style: solid;
  border-bottom-style: solid
}

@media screen and (min-width:931px) {
  [class*='spec--']:not([class*='--inr']) .spec--inr {
    border-width: 3px
  }
}

@media screen and (max-width:930px) {
  [class*='spec--']:not([class*='--inr']) .spec--inr {
    border-width: 2px;
    margin-right: 3rem;
    margin-left: 3rem
  }
}

[class*='spec--']:not([class*='--inr']) .spec__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}

@media screen and (min-width:931px) {
  [class*='spec--']:not([class*='--inr']) .spec__ttl {
    padding-top: 59px;
    padding-bottom: 54px;
    cursor: pointer
  }
}

@media screen and (max-width:930px) {
  [class*='spec--']:not([class*='--inr']) .spec__ttl {
    padding-top: 16px;
    padding-bottom: 12px
  }
}

[class*='spec--']:not([class*='--inr']) .spec__ttl::before,
[class*='spec--']:not([class*='--inr']) .spec__ttl::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

[class*='spec--']:not([class*='--inr']) .spec__ttl::before {
  height: 2px
}

@media screen and (min-width:931px) {
  [class*='spec--']:not([class*='--inr']) .spec__ttl::before {
    right: 30px;
    width: 30px
  }
}

@media screen and (max-width:930px) {
  [class*='spec--']:not([class*='--inr']) .spec__ttl::before {
    width: 24px;
    right: 8px
  }
}

[class*='spec--']:not([class*='--inr']) .spec__ttl::after {
  width: 2px
}

@media screen and (min-width:931px) {
  [class*='spec--']:not([class*='--inr']) .spec__ttl::after {
    right: 44px;
    height: 30px
  }
}

@media screen and (max-width:930px) {
  [class*='spec--']:not([class*='--inr']) .spec__ttl::after {
    right: 19px;
    height: 24px
  }
}

[class*='spec--']:not([class*='--inr']) .spec--inr.open .spec__ttl::before,
[class*='spec--']:not([class*='--inr']) .spec--inr.open .spec__ttl::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

[class*='spec--']:not([class*='--inr']) .spec__ttl__ja {
  font-family: 'TazuganeGothicStdN-Medium', sans-serif
}

@media screen and (min-width:931px) {
  [class*='spec--']:not([class*='--inr']) .spec__ttl__ja {
    font-size: 36px
  }
}

@media screen and (min-width:931px) {
  [class*='spec--']:not([class*='--inr']) .spec__ttl__ja {
    line-height: 1
  }
}

@media screen and (min-width:931px) {
  [class*='spec--']:not([class*='--inr']) .spec__ttl__ja {
    letter-spacing: .06em
  }
}

@media screen and (min-width:931px) {
  [class*='spec--']:not([class*='--inr']) .spec__ttl__ja {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  [class*='spec--']:not([class*='--inr']) .spec__ttl__ja {
    font-size: 24px
  }
}

@media screen and (max-width:930px) {
  [class*='spec--']:not([class*='--inr']) .spec__ttl__ja {
    line-height: 1.75
  }
}

@media screen and (max-width:930px) {
  [class*='spec--']:not([class*='--inr']) .spec__ttl__ja {
    letter-spacing: .03em
  }
}

@media screen and (max-width:930px) {
  [class*='spec--']:not([class*='--inr']) .spec__ttl__ja {
    font-weight: 400
  }
}

[class*='spec--']:not([class*='--inr']) .spec__ttl__en {
  font-family: 'HelveticaNowText-Medium', 'TazuganeGothicStdN-Medium', sans-serif;
  margin-left: 9px
}

@media screen and (min-width:931px) {
  [class*='spec--']:not([class*='--inr']) .spec__ttl__en {
    font-size: 24px
  }
}

@media screen and (min-width:931px) {
  [class*='spec--']:not([class*='--inr']) .spec__ttl__en {
    line-height: 1.5
  }
}

@media screen and (min-width:931px) {
  [class*='spec--']:not([class*='--inr']) .spec__ttl__en {
    letter-spacing: .06em
  }
}

@media screen and (min-width:931px) {
  [class*='spec--']:not([class*='--inr']) .spec__ttl__en {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  [class*='spec--']:not([class*='--inr']) .spec__ttl__en {
    font-size: 15px
  }
}

@media screen and (max-width:930px) {
  [class*='spec--']:not([class*='--inr']) .spec__ttl__en {
    line-height: 2.4
  }
}

@media screen and (max-width:930px) {
  [class*='spec--']:not([class*='--inr']) .spec__ttl__en {
    letter-spacing: .03em
  }
}

@media screen and (max-width:930px) {
  [class*='spec--']:not([class*='--inr']) .spec__ttl__en {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  [class*='spec--']:not([class*='--inr']) .spec__cnt--inr {
    padding-top: 7.8rem
  }
}

@media screen and (max-width:930px) {
  [class*='spec--']:not([class*='--inr']) .spec__cnt--inr {
    padding-top: 3.3rem
  }
}

[class*='spec--']:not([class*='--inr']) .spec__cnt__design__ttl,
[class*='spec--']:not([class*='--inr']) .spec__cnt__specification__ttl {
  font-family: 'HelveticaNowText-Medium', 'TazuganeGothicStdN-Medium', sans-serif
}

@media screen and (min-width:931px) {

  [class*='spec--']:not([class*='--inr']) .spec__cnt__design__ttl,
  [class*='spec--']:not([class*='--inr']) .spec__cnt__specification__ttl {
    font-size: 18px
  }
}

@media screen and (min-width:931px) {

  [class*='spec--']:not([class*='--inr']) .spec__cnt__design__ttl,
  [class*='spec--']:not([class*='--inr']) .spec__cnt__specification__ttl {
    line-height: 2
  }
}

@media screen and (min-width:931px) {

  [class*='spec--']:not([class*='--inr']) .spec__cnt__design__ttl,
  [class*='spec--']:not([class*='--inr']) .spec__cnt__specification__ttl {
    letter-spacing: .06em
  }
}

@media screen and (min-width:931px) {

  [class*='spec--']:not([class*='--inr']) .spec__cnt__design__ttl,
  [class*='spec--']:not([class*='--inr']) .spec__cnt__specification__ttl {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {

  [class*='spec--']:not([class*='--inr']) .spec__cnt__design__ttl,
  [class*='spec--']:not([class*='--inr']) .spec__cnt__specification__ttl {
    font-size: 18px
  }
}

@media screen and (max-width:930px) {

  [class*='spec--']:not([class*='--inr']) .spec__cnt__design__ttl,
  [class*='spec--']:not([class*='--inr']) .spec__cnt__specification__ttl {
    line-height: 2
  }
}

@media screen and (max-width:930px) {

  [class*='spec--']:not([class*='--inr']) .spec__cnt__design__ttl,
  [class*='spec--']:not([class*='--inr']) .spec__cnt__specification__ttl {
    letter-spacing: .09em
  }
}

@media screen and (max-width:930px) {

  [class*='spec--']:not([class*='--inr']) .spec__cnt__design__ttl,
  [class*='spec--']:not([class*='--inr']) .spec__cnt__specification__ttl {
    font-weight: 400
  }
}

[class*='spec--']:not([class*='--inr']) .spec__cnt__design__cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (min-width:931px) {
  [class*='spec--']:not([class*='--inr']) .spec__cnt__design__cnt {
    margin-top: 3.4rem
  }
}

@media screen and (max-width:930px) {
  [class*='spec--']:not([class*='--inr']) .spec__cnt__design__cnt {
    margin-top: 3.8rem
  }
}

@media screen and (min-width:931px) {
  [class*='spec--']:not([class*='--inr']) .spec__cnt__design__cnt__itm {
    width: 52.5rem
  }
}

@media screen and (max-width:930px) {
  [class*='spec--']:not([class*='--inr']) .spec__cnt__design__cnt__itm {
    width: 100%
  }
}

@media screen and (min-width:931px) {
  [class*='spec--']:not([class*='--inr']) .spec__cnt__design__cnt__itm:nth-child(n + 3) {
    margin-top: 3rem
  }
}

@media screen and (max-width:930px) {
  [class*='spec--']:not([class*='--inr']) .spec__cnt__design__cnt__itm+.spec__cnt__design__cnt__itm {
    margin-top: 3rem
  }
}

[class*='spec--']:not([class*='--inr']) .spec__cnt__design__cnt__itm--inr {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(60.952380952380956% - 1px)
}

[class*='spec--']:not([class*='--inr']) .spec__cnt__design__cnt__itm__img {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  margin-top: -1px;
  margin-left: -1px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}

@media screen and (min-width:931px) {
  [class*='spec--']:not([class*='--inr']) .spec__cnt__specification {
    margin-top: 11.8rem;
    padding-bottom: 8.5rem
  }
}

@media screen and (max-width:930px) {
  [class*='spec--']:not([class*='--inr']) .spec__cnt__specification {
    margin-top: 8.1rem;
    padding-bottom: 3.6rem
  }
}

[class*='spec--']:not([class*='--inr']) .spec__cnt__specification__cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 3.4rem
}

@media screen and (min-width:931px) {
  [class*='spec--']:not([class*='--inr']) .spec__cnt__specification__cnt__def {
    width: 52.5rem
  }
}

@media screen and (max-width:930px) {
  [class*='spec--']:not([class*='--inr']) .spec__cnt__specification__cnt__def {
    width: 100%
  }
}

[class*='spec--']:not([class*='--inr']) .spec__cnt__specification__cnt__def__list,
[class*='spec--']:not([class*='--inr']) [class*='spec__cnt__specification__cnt__def__list--height'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'TazuganeGothicStdN-Book', sans-serif;
  border-top: 1px solid #e1e1e1
}

[class*='spec--']:not([class*='--inr']) .spec__cnt__specification__cnt__def__list:last-child,
[class*='spec--']:not([class*='--inr']) [class*='spec__cnt__specification__cnt__def__list--height']:last-child {
  border-bottom: 1px solid #e1e1e1
}

@media screen and (max-width:930px) {

  [class*='spec--']:not([class*='--inr']) .spec__cnt__specification__cnt__def__list,
  [class*='spec--']:not([class*='--inr']) [class*='spec__cnt__specification__cnt__def__list--height'] {
    padding-top: 1.1rem;
    padding-bottom: 1rem
  }
}

@media screen and (min-width:931px) {
  [class*='spec--']:not([class*='--inr']) .spec__cnt__specification__cnt__def__list:not([class*='--height']) {
    height: 78px
  }
}

@media screen and (min-width:931px) {
  [class*='spec--']:not([class*='--inr']) .spec__cnt__specification__cnt__def__list--height2 {
    height: 156px
  }
}

@media screen and (min-width:931px) {
  [class*='spec--']:not([class*='--inr']) .spec__cnt__specification__cnt__def__list--height3 {
    height: 234px
  }
}

@media screen and (min-width:931px) {
  [class*='spec--']:not([class*='--inr']) .spec__cnt__specification__cnt__def__list__term {
    font-size: 14px
  }
}

@media screen and (min-width:931px) {
  [class*='spec--']:not([class*='--inr']) .spec__cnt__specification__cnt__def__list__term {
    line-height: 1.428571428571429
  }
}

@media screen and (min-width:931px) {
  [class*='spec--']:not([class*='--inr']) .spec__cnt__specification__cnt__def__list__term {
    letter-spacing: .12em
  }
}

@media screen and (min-width:931px) {
  [class*='spec--']:not([class*='--inr']) .spec__cnt__specification__cnt__def__list__term {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  [class*='spec--']:not([class*='--inr']) .spec__cnt__specification__cnt__def__list__term {
    font-size: 12px
  }
}

@media screen and (max-width:930px) {
  [class*='spec--']:not([class*='--inr']) .spec__cnt__specification__cnt__def__list__term {
    line-height: 1.833333333333333
  }
}

@media screen and (max-width:930px) {
  [class*='spec--']:not([class*='--inr']) .spec__cnt__specification__cnt__def__list__term {
    letter-spacing: .12em
  }
}

@media screen and (max-width:930px) {
  [class*='spec--']:not([class*='--inr']) .spec__cnt__specification__cnt__def__list__term {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  [class*='spec--']:not([class*='--inr']) .spec__cnt__specification__cnt__def__list__term {
    width: 20rem
  }
}

@media screen and (max-width:930px) {
  [class*='spec--']:not([class*='--inr']) .spec__cnt__specification__cnt__def__list__term {
    width: 50%;
    font-family: 'TazuganeGothicStdN-Medium', sans-serif
  }
}

[class*='spec--']:not([class*='--inr']) .spec__cnt__specification__cnt__def__list__term span {
  display: inline-block
}

@media screen and (min-width:931px) {
  [class*='spec--']:not([class*='--inr']) .spec__cnt__specification__cnt__def__list__term span {
    font-size: 12px
  }
}

@media screen and (min-width:931px) {
  [class*='spec--']:not([class*='--inr']) .spec__cnt__specification__cnt__def__list__term span {
    line-height: 2.083333333333333
  }
}

@media screen and (min-width:931px) {
  [class*='spec--']:not([class*='--inr']) .spec__cnt__specification__cnt__def__list__term span {
    letter-spacing: .12em
  }
}

@media screen and (min-width:931px) {
  [class*='spec--']:not([class*='--inr']) .spec__cnt__specification__cnt__def__list__term span {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  [class*='spec--']:not([class*='--inr']) .spec__cnt__specification__cnt__def__list__term span {
    font-size: 10px
  }
}

@media screen and (max-width:930px) {
  [class*='spec--']:not([class*='--inr']) .spec__cnt__specification__cnt__def__list__term span {
    line-height: 1.6
  }
}

@media screen and (max-width:930px) {
  [class*='spec--']:not([class*='--inr']) .spec__cnt__specification__cnt__def__list__term span {
    letter-spacing: .12em
  }
}

@media screen and (max-width:930px) {
  [class*='spec--']:not([class*='--inr']) .spec__cnt__specification__cnt__def__list__term span {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  [class*='spec--']:not([class*='--inr']) .spec__cnt__specification__cnt__def__list__term span {
    margin-top: .4rem
  }
}

[class*='spec--']:not([class*='--inr']) .spec__cnt__specification__cnt__def__list__desc {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

@media screen and (min-width:931px) {
  [class*='spec--']:not([class*='--inr']) .spec__cnt__specification__cnt__def__list__desc {
    font-size: 14px
  }
}

@media screen and (min-width:931px) {
  [class*='spec--']:not([class*='--inr']) .spec__cnt__specification__cnt__def__list__desc {
    line-height: 2.357142857142857
  }
}

@media screen and (min-width:931px) {
  [class*='spec--']:not([class*='--inr']) .spec__cnt__specification__cnt__def__list__desc {
    letter-spacing: .12em
  }
}

@media screen and (min-width:931px) {
  [class*='spec--']:not([class*='--inr']) .spec__cnt__specification__cnt__def__list__desc {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  [class*='spec--']:not([class*='--inr']) .spec__cnt__specification__cnt__def__list__desc {
    font-size: 12px
  }
}

@media screen and (max-width:930px) {
  [class*='spec--']:not([class*='--inr']) .spec__cnt__specification__cnt__def__list__desc {
    line-height: 1.833333333333333
  }
}

@media screen and (max-width:930px) {
  [class*='spec--']:not([class*='--inr']) .spec__cnt__specification__cnt__def__list__desc {
    letter-spacing: .12em
  }
}

@media screen and (max-width:930px) {
  [class*='spec--']:not([class*='--inr']) .spec__cnt__specification__cnt__def__list__desc {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  [class*='spec--']:not([class*='--inr']) .spec__cnt__specification__cnt__def__list__desc {
    width: 32.4rem
  }
}

@media screen and (max-width:930px) {
  [class*='spec--']:not([class*='--inr']) .spec__cnt__specification__cnt__def__list__desc {
    width: 50%
  }
}

.spec--wide_and_short {
  border-top-color: #111;
  border-bottom-color: #111
}

.spec--wide_and_short .spec__ttl::before,
.spec--wide_and_short .spec__ttl::after {
  background-color: #111
}

.spec--touch_and_view {
  border-top-color: #fff;
  border-bottom-color: #fff
}

.spec--touch_and_view .spec__ttl::before,
.spec--touch_and_view .spec__ttl::after {
  background-color: #fff
}

.spec--toaster {
  color: #fff !important
}

.spec--toaster .spec--inr {
  border-top-color: #fff;
  border-bottom-color: #fff
}

.spec--toaster .spec__ttl {
  color: #fff
}

.spec--toaster .spec__ttl::before,
.spec--toaster .spec__ttl::after {
  background-color: #fff
}

@media screen and (min-width:931px) {
  [class*='youtube--']:not([class*='--inr']) {
    margin-top: 24rem
  }
}

@media screen and (max-width:930px) {
  [class*='youtube--']:not([class*='--inr']) {
    margin-top: 9rem
  }
}

@media screen and (min-width:931px) {
  [class*='youtube--']:not([class*='--inr']) .youtube__cnt {
    width: 84.07407407407408%;
    margin-right: auto;
    margin-left: auto
  }
}

@media screen and (max-width:930px) {
  [class*='youtube--']:not([class*='--inr']) .youtube__cnt {
    width: 100%
  }
}

[class*='youtube--']:not([class*='--inr']) .youtube__cnt__cap {
  font-family: 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (min-width:931px) {
  [class*='youtube--']:not([class*='--inr']) .youtube__cnt__cap {
    font-size: 18px
  }
}

@media screen and (min-width:931px) {
  [class*='youtube--']:not([class*='--inr']) .youtube__cnt__cap {
    line-height: 1.666666666666667
  }
}

@media screen and (min-width:931px) {
  [class*='youtube--']:not([class*='--inr']) .youtube__cnt__cap {
    letter-spacing: .09em
  }
}

@media screen and (min-width:931px) {
  [class*='youtube--']:not([class*='--inr']) .youtube__cnt__cap {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  [class*='youtube--']:not([class*='--inr']) .youtube__cnt__cap {
    font-size: 12px
  }
}

@media screen and (max-width:930px) {
  [class*='youtube--']:not([class*='--inr']) .youtube__cnt__cap {
    line-height: 2
  }
}

@media screen and (max-width:930px) {
  [class*='youtube--']:not([class*='--inr']) .youtube__cnt__cap {
    letter-spacing: .03em
  }
}

@media screen and (max-width:930px) {
  [class*='youtube--']:not([class*='--inr']) .youtube__cnt__cap {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  [class*='youtube--']:not([class*='--inr']) .youtube__cnt__cap {
    margin-top: 2.3rem;
    margin-left: -1.211453744493392%
  }
}

@media screen and (max-width:930px) {
  [class*='youtube--']:not([class*='--inr']) .youtube__cnt__cap {
    margin-top: 1.9rem
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster [class*='youtube--']:not([class*='--inr']) {
    margin-top: 24rem;
    margin-bottom: 16rem
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster [class*='youtube--']:not([class*='--inr']) {
    margin-top: 9rem;
    margin-bottom: 9rem
  }
}

.p-lp-toaster .youtube__cnt__cap {
  color: #fff
}

@media screen and (min-width:931px) {
  .p-lp-toaster .youtube__cnt__cap {
    margin-top: 3rem;
    margin-left: 0 !important
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .youtube__cnt__cap {
    margin-top: 1.9rem
  }
}

.b-breadcrumb {
  background-color: #f1f2f3
}

.b-breadcrumb .b-breadcrumb__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  word-break: keep-all;
  white-space: nowrap;
  font-size: 0;
  -webkit-overflow-scrolling: touch
}

.b-breadcrumb .b-breadcrumb__list__itm {
  font-family: 'TazuganeGothicStdN-Book', sans-serif;
  font-size: 12px;
  line-height: 1.083333333333333;
  letter-spacing: 0;
  font-weight: 400
}

.b-breadcrumb .breadcrumb__list__itm__link--wrap,
.b-breadcrumb .breadcrumb__list__itm__current {
  display: block
}

@media screen and (min-width:931px) {

  .b-breadcrumb .breadcrumb__list__itm__link--wrap,
  .b-breadcrumb .breadcrumb__list__itm__current {
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 12px
  }
}

@media screen and (max-width:930px) {

  .b-breadcrumb .breadcrumb__list__itm__link--wrap,
  .b-breadcrumb .breadcrumb__list__itm__current {
    padding-top: 17px;
    padding-right: 16px;
    padding-bottom: 14px
  }
}

@media screen and (min-width:931px) {

  .b-breadcrumb .b-breadcrumb__list__itm:not(:first-child) .breadcrumb__list__itm__link--wrap,
  .b-breadcrumb .b-breadcrumb__list__itm:not(:first-child) .breadcrumb__list__itm__current {
    padding-left: 10px
  }
}

@media screen and (max-width:930px) {

  .b-breadcrumb .b-breadcrumb__list__itm:not(:first-child) .breadcrumb__list__itm__link--wrap,
  .b-breadcrumb .b-breadcrumb__list__itm:not(:first-child) .breadcrumb__list__itm__current {
    padding-left: 6px
  }
}

.b-breadcrumb .breadcrumb__list__itm__link--wrap {
  position: relative;
  color: #808080
}

.b-breadcrumb .breadcrumb__list__itm__link--wrap::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 8px;
  height: 5px;
  margin-top: -2px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%208%205%22%3E%3Cpath%20d%3D%22M4%205%200%20.8.8%200%204%203.3%207.2%200l.8.8L4%205Z%22%20style%3D%22fill%3Agray%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}

@media screen and (min-width:931px) {
  .b-breadcrumb .breadcrumb__list__itm__link {
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
  }

  .b-breadcrumb .breadcrumb__list__itm__link:hover {
    opacity: .6
  }
}

.b-ftr,
[class*='b-ftr--lp--'] {
  position: relative
}

.b-ftr .b-ftr__sns,
[class*='b-ftr--lp--'] .b-ftr__sns {
  font-family: 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (min-width:931px) {

  .b-ftr .b-ftr__sns,
  [class*='b-ftr--lp--'] .b-ftr__sns {
    font-size: 12px
  }
}

@media screen and (min-width:931px) {

  .b-ftr .b-ftr__sns,
  [class*='b-ftr--lp--'] .b-ftr__sns {
    line-height: 2
  }
}

@media screen and (min-width:931px) {

  .b-ftr .b-ftr__sns,
  [class*='b-ftr--lp--'] .b-ftr__sns {
    letter-spacing: .06em
  }
}

@media screen and (min-width:931px) {

  .b-ftr .b-ftr__sns,
  [class*='b-ftr--lp--'] .b-ftr__sns {
    font-weight: 400
  }
}

.b-ftr .b-ftr__sns,
[class*='b-ftr--lp--'] .b-ftr__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width:930px) {

  .b-ftr .b-ftr__sns,
  [class*='b-ftr--lp--'] .b-ftr__sns {
    font-size: 12px
  }
}

@media screen and (max-width:930px) {

  .b-ftr .b-ftr__sns,
  [class*='b-ftr--lp--'] .b-ftr__sns {
    line-height: 2
  }
}

@media screen and (max-width:930px) {

  .b-ftr .b-ftr__sns,
  [class*='b-ftr--lp--'] .b-ftr__sns {
    letter-spacing: .03em
  }
}

@media screen and (max-width:930px) {

  .b-ftr .b-ftr__sns,
  [class*='b-ftr--lp--'] .b-ftr__sns {
    font-weight: 400
  }
}

.b-ftr .b-ftr__sns__list,
[class*='b-ftr--lp--'] .b-ftr__sns__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (min-width:931px) {

  .b-ftr .b-ftr__sns__list,
  [class*='b-ftr--lp--'] .b-ftr__sns__list {
    margin-left: 24px
  }
}

@media screen and (max-width:930px) {

  .b-ftr .b-ftr__sns__list,
  [class*='b-ftr--lp--'] .b-ftr__sns__list {
    margin-left: 22px
  }
}

.b-ftr .b-ftr__sns__list__img__link,
[class*='b-ftr--lp--'] .b-ftr__sns__list__img__link {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}

@media screen and (min-width:931px) {

  .b-ftr .b-ftr__sns__list__img__link,
  [class*='b-ftr--lp--'] .b-ftr__sns__list__img__link {
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
  }

  .b-ftr .b-ftr__sns__list__img__link:hover,
  [class*='b-ftr--lp--'] .b-ftr__sns__list__img__link:hover {
    opacity: .6
  }
}

@media screen and (min-width:931px) {

  .b-ftr .b-ftr__sns__list__itm--facebook .b-ftr__sns__list__img__link,
  [class*='b-ftr--lp--'] .b-ftr__sns__list__itm--facebook .b-ftr__sns__list__img__link {
    width: 21px;
    height: 21px
  }
}

@media screen and (max-width:930px) {

  .b-ftr .b-ftr__sns__list__itm--facebook .b-ftr__sns__list__img__link,
  [class*='b-ftr--lp--'] .b-ftr__sns__list__itm--facebook .b-ftr__sns__list__img__link {
    width: 28px;
    height: 28px
  }
}

@media screen and (min-width:931px) {

  .b-ftr .b-ftr__sns__list__itm--instagram .b-ftr__sns__list__img__link,
  [class*='b-ftr--lp--'] .b-ftr__sns__list__itm--instagram .b-ftr__sns__list__img__link {
    width: 18px;
    height: 18px;
    margin-top: 1px
  }
}

@media screen and (max-width:930px) {

  .b-ftr .b-ftr__sns__list__itm--instagram .b-ftr__sns__list__img__link,
  [class*='b-ftr--lp--'] .b-ftr__sns__list__itm--instagram .b-ftr__sns__list__img__link {
    width: 25px;
    height: 25px;
    margin-top: 2px
  }
}

@media screen and (min-width:931px) {

  .b-ftr .b-ftr__sns__list__itm--youtube .b-ftr__sns__list__img__link,
  [class*='b-ftr--lp--'] .b-ftr__sns__list__itm--youtube .b-ftr__sns__list__img__link {
    width: 26px;
    height: 18px
  }
}

@media screen and (max-width:930px) {

  .b-ftr .b-ftr__sns__list__itm--youtube .b-ftr__sns__list__img__link,
  [class*='b-ftr--lp--'] .b-ftr__sns__list__itm--youtube .b-ftr__sns__list__img__link {
    width: 34px;
    height: 24px;
    margin-top: 2px
  }
}

@media screen and (min-width:931px) {

  .b-ftr [class*='b-ftr__sns__list__itm--']+[class*='b-ftr__sns__list__itm--'],
  [class*='b-ftr--lp--'] [class*='b-ftr__sns__list__itm--']+[class*='b-ftr__sns__list__itm--'] {
    margin-left: 18px
  }
}

@media screen and (max-width:930px) {

  .b-ftr [class*='b-ftr__sns__list__itm--']+[class*='b-ftr__sns__list__itm--'],
  [class*='b-ftr--lp--'] [class*='b-ftr__sns__list__itm--']+[class*='b-ftr__sns__list__itm--'] {
    margin-left: 20px
  }
}

.b-ftr .b-ftr__copyright,
[class*='b-ftr--lp--'] .b-ftr__copyright {
  font-family: 'HelveticaNowText-Regular', 'TazuganeGothicStdN-Book', sans-serif;
  font-size: 10px;
  line-height: 2.5;
  letter-spacing: .06em;
  font-weight: 400
}

@media screen and (max-width:930px) {

  .b-ftr .b-ftr__copyright,
  [class*='b-ftr--lp--'] .b-ftr__copyright {
    margin-top: 8px;
    text-align: left
  }
}

.b-ftr .b-ftr__logo,
[class*='b-ftr--lp--'] .b-ftr__logo {
  line-height: 0
}

@media screen and (min-width:931px) {

  .b-ftr .b-ftr__logo__link,
  [class*='b-ftr--lp--'] .b-ftr__logo__link {
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
  }

  .b-ftr .b-ftr__logo__link:hover,
  [class*='b-ftr--lp--'] .b-ftr__logo__link:hover {
    opacity: .6
  }
}

.b-ftr,
.b-ftr--lp--premium {
  color: #fff
}

.b-ftr .b-ftr__copyright,
.b-ftr--lp--premium .b-ftr__copyright {
  color: #333
}

.b-ftr .b-ftr__sns,
.b-ftr--lp--premium .b-ftr__sns {
  color: #fff
}

.b-ftr .b-ftr__sns__list__itm--facebook .b-ftr__sns__list__img__link,
.b-ftr--lp--premium .b-ftr__sns__list__itm--facebook .b-ftr__sns__list__img__link {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20viewBox%3D%220%200%2021%2021%22%3E%3Cpath%20d%3D%22M21%2010.5C21%204.7%2016.2%200%2010.4%200S0%204.8%200%2010.6%203.8%2020.2%208.9%2021v-7.4H6.2v-3.1h2.7V8.2c0-2.7%201.6-4.1%204-4.1s1.6%200%202.4.2v2.6H14c-.8%200-1.6.5-1.7%201.3v2.3h2.9l-.5%203.1h-2.4V21c5-.8%208.7-5.3%208.7-10.5Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fsvg%3E')
}

.b-ftr .b-ftr__sns__list__itm--instagram .b-ftr__sns__list__img__link,
.b-ftr--lp--premium .b-ftr__sns__list__itm--instagram .b-ftr__sns__list__img__link {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20version%3D%221.1%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cdefs%3E%3Cstyle%3E.st0%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M9%201.6c2.4%200%202.7%200%203.6.1.6%200%201.1.1%201.7.3.8.3%201.4.9%201.7%201.7.2.5.3%201.1.3%201.7%200%20.9.1%201.2.1%203.6s0%202.7-.1%203.6c0%20.6-.1%201.1-.3%201.7-.3.8-.9%201.4-1.7%201.7-.5.2-1.1.3-1.7.3-.9%200-1.2.1-3.6.1s-2.7%200-3.6-.1c-.6%200-1.1-.1-1.7-.3-.8-.3-1.4-.9-1.7-1.7-.2-.5-.3-1.1-.3-1.7%200-.9-.1-1.2-.1-3.6s0-2.7.1-3.6c0-.6.1-1.1.3-1.7.3-.8.9-1.4%201.7-1.7.5-.2%201.1-.3%201.7-.3.9-.1%201.2-.1%203.6-.1M9%200C6.6%200%206.2%200%205.3.1c-.7%200-1.5.2-2.2.4C1.9.9.9%201.9.5%203.1.2%203.8.1%204.5.1%205.3%200%206.2%200%206.6%200%209s0%202.8.1%203.7c0%20.7.2%201.5.4%202.2.5%201.2%201.4%202.2%202.6%202.6.7.3%201.4.4%202.2.4.9.1%201.3.1%203.7.1s2.8%200%203.7-.1c.7%200%201.5-.2%202.2-.4%201.2-.5%202.2-1.4%202.6-2.6.3-.7.4-1.4.4-2.2s.1-1.3.1-3.7%200-2.8-.1-3.7c0-.7-.2-1.5-.4-2.2C17%201.9%2016.1.9%2014.9.5c-.7-.3-1.4-.4-2.2-.4H9Z%22%20class%3D%22st0%22%2F%3E%3Cpath%20d%3D%22M9%204.4c-2.6%200-4.6%202-4.6%204.6s2.1%204.6%204.6%204.6%204.6-2.1%204.6-4.6-2-4.6-4.6-4.6ZM9%2012c-1.7%200-3-1.3-3-3s1.3-3%203-3%203%201.3%203%203-1.3%203-3%203Z%22%20class%3D%22st0%22%2F%3E%3Ccircle%20cx%3D%2213.8%22%20cy%3D%224.2%22%20r%3D%221.1%22%20class%3D%22st0%22%2F%3E%3C%2Fsvg%3E');
}

.b-ftr .b-ftr__sns__list__itm--youtube .b-ftr__sns__list__img__link,
.b-ftr--lp--premium .b-ftr__sns__list__itm--youtube .b-ftr__sns__list__img__link {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20viewBox%3D%220%200%2026.1%2018%22%3E%3Cpath%20d%3D%22M25.5%202.8c-.3-1.1-1.2-2-2.3-2.3C21.1%200%2013%200%2013%200S4.9%200%202.8.5C1.7.8.8%201.7.5%202.8c-.7%204.1-.7%208.3%200%2012.4.3%201.1%201.2%202%202.3%202.3C4.9%2018%2013%2018%2013%2018s8.1%200%2010.2-.5c1.1-.3%202-1.2%202.3-2.3.7-4.1.7-8.3%200-12.4Zm-15.2%2010V5.2L17.1%209l-6.8%203.8Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fsvg%3E');
}

@media screen and (max-width:930px) {

  .b-ftr--lp--simple,
  .b-ftr--lp--premium {
    padding-top: 60px;
    padding-bottom: 23px
  }
}

@media screen and (min-width:931px) {

  .b-ftr--lp--simple .b-ftr__sns,
  .b-ftr--lp--premium .b-ftr__sns,
  .b-ftr--lp--simple .b-ftr__copyright,
  .b-ftr--lp--premium .b-ftr__copyright {
    padding-left: 15px
  }
}

@media screen and (max-width:930px) {

  .b-ftr--lp--simple .b-ftr__sns,
  .b-ftr--lp--premium .b-ftr__sns {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media screen and (min-width:931px) {

  .b-ftr--lp--simple .b-ftr__copyright,
  .b-ftr--lp--premium .b-ftr__copyright {
    margin-top: 18px
  }
}

@media screen and (max-width:930px) {

  .b-ftr--lp--simple .b-ftr__copyright,
  .b-ftr--lp--premium .b-ftr__copyright {
    margin-top: 53rem;
    text-align: center
  }
}

@media screen and (min-width:931px) {

  .b-ftr--lp--simple .b-ftr__logo,
  .b-ftr--lp--premium .b-ftr__logo {
    width: 550px;
    height: 90px;
    margin-top: 95px
  }
}

@media screen and (max-width:930px) {

  .b-ftr--lp--simple .b-ftr__logo,
  .b-ftr--lp--premium .b-ftr__logo {
    position: absolute;
    left: 50%;
    bottom: 58px;
    z-index: 1;
    width: 15.7rem;
    height: 2.6rem;
    margin-left: -7.9rem
  }
}

.b-ftr--lp--simple .b-ftr__brand-logo,
.b-ftr--lp--premium .b-ftr__brand-logo {
  position: absolute;
  z-index: 1
}

@media screen and (min-width:931px) {

  .b-ftr--lp--simple .b-ftr__brand-logo,
  .b-ftr--lp--premium .b-ftr__brand-logo {
    right: 41px;
    bottom: 55px;
    width: 195px;
    height: 244px
  }
}

@media screen and (max-width:930px) {

  .b-ftr--lp--simple .b-ftr__brand-logo,
  .b-ftr--lp--premium .b-ftr__brand-logo {
    top: calc(50% - 5.7rem);
    left: 50%;
    width: 26.3rem;
    height: 32.9rem;
    margin-top: -11.5rem;
    margin-left: -13.1rem
  }
}

@media screen and (min-width:931px) {

  .b-ftr--lp--simple .b-ftr__brand-logo__link,
  .b-ftr--lp--premium .b-ftr__brand-logo__link {
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
  }

  .b-ftr--lp--simple .b-ftr__brand-logo__link:hover,
  .b-ftr--lp--premium .b-ftr__brand-logo__link:hover {
    opacity: .6
  }
}

.b-ftr {
  background-color: #000
}

@media screen and (min-width:931px) {
  .b-ftr {
    padding: 58px 60px 34px
  }
}

@media screen and (max-width:930px) {
  .b-ftr {
    padding-top: 90px;
    padding-bottom: 32px
  }
}

@media screen and (min-width:931px) {
  .b-ftr .b-ftr__cnt {
    font-size: 12px
  }
}

@media screen and (min-width:931px) {
  .b-ftr .b-ftr__cnt {
    line-height: 2
  }
}

@media screen and (min-width:931px) {
  .b-ftr .b-ftr__cnt {
    letter-spacing: .06em
  }
}

@media screen and (min-width:931px) {
  .b-ftr .b-ftr__cnt {
    font-weight: 400
  }
}

.b-ftr .b-ftr__cnt {
  color: #808080
}

@media screen and (max-width:930px) {
  .b-ftr .b-ftr__cnt {
    font-size: 11px
  }
}

@media screen and (max-width:930px) {
  .b-ftr .b-ftr__cnt {
    line-height: 2.727272727272727
  }
}

@media screen and (max-width:930px) {
  .b-ftr .b-ftr__cnt {
    letter-spacing: .08em
  }
}

@media screen and (max-width:930px) {
  .b-ftr .b-ftr__cnt {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  .b-ftr .b-ftr__cnt {
    margin-top: 16px
  }
}

@media screen and (max-width:930px) {
  .b-ftr .b-ftr__cnt {
    margin-top: 24px
  }
}

.b-ftr .b-ftr__cnt__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (min-width:931px) {
  .b-ftr .b-ftr__cnt__list {
    width: 600px
  }
}

@media screen and (min-width:931px) {
  .b-ftr .b-ftr__cnt__list__itm {
    margin-top: 5px
  }
}

.b-ftr .b-ftr__cnt__list__itm:not(:last-child) {
  position: relative;
  margin-right: 12px;
  padding-right: 20px
}

.b-ftr .b-ftr__cnt__list__itm:not(:last-child)::after {
  content: '/';
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1
}

@media screen and (min-width:931px) {
  .b-ftr .b-ftr__cnt__list__itm__link {
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
  }

  .b-ftr .b-ftr__cnt__list__itm__link:hover {
    opacity: .6
  }
}

@media screen and (min-width:931px) {
  .b-ftr .b-ftr__copyright {
    margin-top: 20px
  }
}

@media screen and (min-width:931px) {
  .b-ftr .b-ftr__logo {
    width: 910px;
    height: 150px;
    margin-top: 52px
  }
}

@media screen and (max-width:930px) {
  .b-ftr .b-ftr__logo {
    width: 31.5rem;
    height: 5.2rem;
    margin-top: 83px;
    margin-right: auto;
    margin-left: auto
  }
}

@media screen and (min-width:931px) {
  [class*='b-ftr--lp--'] {
    padding: 58px 45px 46px
  }
}

.b-ftr--lp--simple {
  color: #111;
  background-color: #f1f2f3
}

.b-ftr--lp--simple .b-ftr__copyright {
  color: #c6c6c6
}

.b-ftr--lp--simple .b-ftr__sns__list__itm--facebook .b-ftr__sns__list__img__link {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021%2021%22%20width%3D%2221%22%20height%3D%2221%22%3E%3Cpath%20d%3D%22M21%2010.5C21%204.7%2016.2%200%2010.4%200S0%204.8%200%2010.6c0%205.2%203.8%209.6%208.9%2010.4v-7.4H6.2v-3.1h2.7V8.2c0-2.7%201.6-4.1%204-4.1.8%200%201.6.1%202.4.2v2.6H14c-.8-.1-1.6.5-1.7%201.3v2.3h2.9l-.5%203.1h-2.4V21c5-.8%208.7-5.3%208.7-10.5z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E")
}

.b-ftr--lp--simple .b-ftr__sns__list__itm--instagram .b-ftr__sns__list__img__link {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018%2018%22%20width%3D%2218%22%20height%3D%2218%22%3E%3Cpath%20d%3D%22M9%201.6c2.4%200%202.7%200%203.6.1.6%200%201.1.1%201.7.3.8.3%201.4.9%201.7%201.7.2.5.3%201.1.3%201.7%200%20.9.1%201.2.1%203.6s0%202.7-.1%203.6c0%20.6-.1%201.1-.3%201.7-.3.8-.9%201.4-1.7%201.7-.5.2-1.1.3-1.7.3-.9%200-1.2.1-3.6.1s-2.7%200-3.6-.1c-.6%200-1.1-.1-1.7-.3-.8-.3-1.4-.9-1.7-1.7-.2-.5-.3-1.1-.3-1.7%200-.9-.1-1.2-.1-3.6s0-2.7.1-3.6c0-.6.1-1.1.3-1.7.3-.8.9-1.4%201.7-1.7.5-.2%201.1-.3%201.7-.3.9-.1%201.2-.1%203.6-.1M9%200C6.6%200%206.2%200%205.3.1c-.7%200-1.5.2-2.2.4C1.9.9.9%201.9.5%203.1.2%203.8.1%204.5.1%205.3%200%206.2%200%206.6%200%209s0%202.8.1%203.7c0%20.7.2%201.5.4%202.2.5%201.2%201.4%202.2%202.6%202.6.7.3%201.4.4%202.2.4.9.1%201.3.1%203.7.1s2.8%200%203.7-.1c.7%200%201.5-.2%202.2-.4%201.2-.5%202.2-1.4%202.6-2.6.3-.7.4-1.4.4-2.2%200-1%20.1-1.3.1-3.7s0-2.8-.1-3.7c0-.7-.2-1.5-.4-2.2C17%201.9%2016.1.9%2014.9.5c-.7-.3-1.4-.4-2.2-.4C11.8%200%2011.4%200%209%200z%22%20fill%3D%22%23000%22%2F%3E%3Cpath%20d%3D%22M9%204.4c-2.6%200-4.6%202-4.6%204.6%200%202.6%202.1%204.6%204.6%204.6%202.6%200%204.6-2.1%204.6-4.6%200-2.6-2-4.6-4.6-4.6zM9%2012c-1.7%200-3-1.3-3-3s1.3-3%203-3%203%201.3%203%203-1.3%203-3%203z%22%20fill%3D%22%23000%22%2F%3E%3Ccircle%20cx%3D%2213.8%22%20cy%3D%224.2%22%20r%3D%221.1%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E")
}

.b-ftr--lp--simple .b-ftr__sns__list__itm--youtube .b-ftr__sns__list__img__link {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2026%2018%22%20width%3D%2226%22%20height%3D%2218%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M25.5%202.8c-.3-1.1-1.2-2-2.3-2.3C21.1%200%2013%200%2013%200S4.9%200%202.8.5C1.7.8.8%201.7.5%202.8c-.7%204.1-.7%208.3%200%2012.4.3%201.1%201.2%202%202.3%202.3C4.9%2018%2013%2018%2013%2018s8.1%200%2010.2-.5c1.1-.3%202-1.2%202.3-2.3.7-4.1.7-8.3%200-12.4zm-15.2%2010V5.2L17.1%209l-6.8%203.8z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E")
}

.b-ftr--lp--premium {
  background-color: #3a3a3f
}

.b-hdr,
.b-hdr--sticky {
  font-family: 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (min-width:931px) {

  .b-hdr,
  .b-hdr--sticky {
    z-index: 9999
  }
}

@media screen and (max-width:930px) {

  .b-hdr,
  .b-hdr--sticky {
    z-index: 9997
  }
}

.b-hdr .b-hdr__imp,
.b-hdr--sticky .b-hdr__imp {
  overflow: hidden;
  position: relative;
  opacity: 1;
  background-color: #000;
  -webkit-transition-property: height, opacity;
  transition-property: height, opacity;
  -webkit-transition-duration: .325s;
  transition-duration: .325s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease
}

.b-hdr .b-hdr__imp.hide,
.b-hdr--sticky .b-hdr__imp.hide {
  opacity: 0
}

@media screen and (min-width:931px) {

  .b-hdr .b-hdr__imp--inr,
  .b-hdr--sticky .b-hdr__imp--inr {
    padding: 25px 0 26px 46px
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__imp--inr,
  .b-hdr--sticky .b-hdr__imp--inr {
    padding: 14px 61px 18px 30px
  }
}

@media screen and (min-width:931px) {

  .b-hdr .b-hdr__imp__list,
  .b-hdr--sticky .b-hdr__imp__list {
    width: 75%
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__imp__list,
  .b-hdr--sticky .b-hdr__imp__list {
    width: 100%
  }
}

@media screen and (min-width:931px) {

  .b-hdr .b-hdr__imp__list__itm+.b-hdr__imp__list__itm,
  .b-hdr--sticky .b-hdr__imp__list__itm+.b-hdr__imp__list__itm {
    margin-top: 20px
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__imp__list__itm+.b-hdr__imp__list__itm,
  .b-hdr--sticky .b-hdr__imp__list__itm+.b-hdr__imp__list__itm {
    margin-top: 8px
  }
}

.b-hdr .b-hdr__imp__list__itm,
.b-hdr--sticky .b-hdr__imp__list__itm {
  text-align: left
}

.b-hdr .b-hdr__imp__list__itm__link,
.b-hdr--sticky .b-hdr__imp__list__itm__link {
  display: inline;
  color: #fff;
  text-decoration: underline;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease
}

@media screen and (min-width:931px) {

  .b-hdr .b-hdr__imp__list__itm__link,
  .b-hdr--sticky .b-hdr__imp__list__itm__link {
    font-size: 14px
  }
}

@media screen and (min-width:931px) {

  .b-hdr .b-hdr__imp__list__itm__link,
  .b-hdr--sticky .b-hdr__imp__list__itm__link {
    line-height: 1.714285714285714
  }
}

@media screen and (min-width:931px) {

  .b-hdr .b-hdr__imp__list__itm__link,
  .b-hdr--sticky .b-hdr__imp__list__itm__link {
    letter-spacing: .06em
  }
}

@media screen and (min-width:931px) {

  .b-hdr .b-hdr__imp__list__itm__link,
  .b-hdr--sticky .b-hdr__imp__list__itm__link {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__imp__list__itm__link,
  .b-hdr--sticky .b-hdr__imp__list__itm__link {
    font-size: 12px
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__imp__list__itm__link,
  .b-hdr--sticky .b-hdr__imp__list__itm__link {
    line-height: 1.5
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__imp__list__itm__link,
  .b-hdr--sticky .b-hdr__imp__list__itm__link {
    letter-spacing: .03em
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__imp__list__itm__link,
  .b-hdr--sticky .b-hdr__imp__list__itm__link {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {

  .b-hdr .b-hdr__imp__list__itm__link:hover,
  .b-hdr--sticky .b-hdr__imp__list__itm__link:hover {
    opacity: .6
  }
}

.b-hdr .b-hdr__imp__btn,
.b-hdr--sticky .b-hdr__imp__btn {
  display: block;
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}

@media screen and (min-width:931px) {

  .b-hdr .b-hdr__imp__btn,
  .b-hdr--sticky .b-hdr__imp__btn {
    top: 20px;
    right: 45px;
    width: 21px;
    height: 21px;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021%2021%22%20width%3D%2221%22%20height%3D%2221%22%3E%3Cpath%20d%3D%22M21%20.7l-.7-.7-9.7%209.7L.7%200%200%20.7l9.7%209.9L0%2020.3l.7.7%209.9-9.7%209.7%209.7.7-.7-9.7-9.7z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
  }

  .b-hdr .b-hdr__imp__btn:hover,
  .b-hdr--sticky .b-hdr__imp__btn:hover {
    opacity: .6
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__imp__btn,
  .b-hdr--sticky .b-hdr__imp__btn {
    top: 23px;
    right: 33px;
    width: 9px;
    height: 9px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011%2011%22%20width%3D%2211%22%20height%3D%2211%22%3E%3Cpath%20d%3D%22M11%201.2L9.8%200%205.5%204.3%201.2%200%200%201.2l4.3%204.3L0%209.8%201.2%2011l4.3-4.3L9.8%2011%2011%209.8%206.7%205.5z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E")
  }
}

.b-hdr .b-hdr__usu,
.b-hdr--sticky .b-hdr__usu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (min-width:931px) {

  .b-hdr .b-hdr__usu,
  .b-hdr--sticky .b-hdr__usu {
    padding: 0 45px
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__usu,
  .b-hdr--sticky .b-hdr__usu {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 71px;
    padding-right: 28px;
    padding-left: 30px
  }
}

@media screen and (min-width:931px) {

  .b-hdr .b-hdr__usu__ttl,
  .b-hdr--sticky .b-hdr__usu__ttl {
    width: 228px
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__usu__ttl,
  .b-hdr--sticky .b-hdr__usu__ttl {
    width: 146px
  }
}

@media screen and (min-width:931px) {

  .b-hdr .b-hdr__usu__ttl__link,
  .b-hdr--sticky .b-hdr__usu__ttl__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 26px 0;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
  }

  .b-hdr .b-hdr__usu__ttl__link:hover,
  .b-hdr--sticky .b-hdr__usu__ttl__link:hover {
    opacity: .6
  }
}

.b-hdr .b-hdr__usu__ttl__link__logo,
.b-hdr--sticky .b-hdr__usu__ttl__link__logo {
  display: block;
  width: 100%
}

@media screen and (min-width:931px) {

  .b-hdr .b-hdr__usu__ttl__link__logo,
  .b-hdr--sticky .b-hdr__usu__ttl__link__logo {
    height: 38px
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__usu__ttl__link__logo,
  .b-hdr--sticky .b-hdr__usu__ttl__link__logo {
    height: 24px
  }
}

@media screen and (min-width:931px) {

  .b-hdr .b-hdr__usu__nav,
  .b-hdr--sticky .b-hdr__usu__nav {
    width: calc(100% - 228 * 1px)
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__usu__nav,
  .b-hdr--sticky .b-hdr__usu__nav {
    overflow: auto;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 9999;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left .55s cubic-bezier(.87, 0, .13, 1);
    transition: left .55s cubic-bezier(.87, 0, .13, 1)
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__usu__nav--inr,
  .b-hdr--sticky .b-hdr__usu__nav--inr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 141px;
    opacity: 0;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: .55s;
    transition-duration: .55s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__usu__nav.display,
  .b-hdr--sticky .b-hdr__usu__nav.display {
    left: 0
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__usu__nav.display .b-hdr__usu__nav--inr,
  .b-hdr--sticky .b-hdr__usu__nav.display .b-hdr__usu__nav--inr {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition-delay: .33s;
    transition-delay: .33s
  }
}

@media screen and (min-width:931px) {

  .b-hdr .b-hdr__usu__nav__1st,
  .b-hdr--sticky .b-hdr__usu__nav__1st,
  .b-hdr .b-hdr__usu__nav__2nd,
  .b-hdr--sticky .b-hdr__usu__nav__2nd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%
  }
}

@media screen and (min-width:931px) {

  .b-hdr .b-hdr__usu__nav__1st,
  .b-hdr--sticky .b-hdr__usu__nav__1st {
    margin-top: 18px
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__usu__nav__1st,
  .b-hdr--sticky .b-hdr__usu__nav__1st {
    padding-top: 22px;
    padding-bottom: 22px
  }
}

@media screen and (min-width:931px) {

  .b-hdr .b-hdr__usu__nav__1st__util,
  .b-hdr--sticky .b-hdr__usu__nav__1st__util,
  .b-hdr .b-hdr__usu__nav__2nd__global,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__global,
  .b-hdr .b-hdr__usu__nav__2nd__ec,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}

@media screen and (min-width:931px) {

  .b-hdr .b-hdr__usu__nav__1st__util,
  .b-hdr--sticky .b-hdr__usu__nav__1st__util {
    font-size: 10px
  }
}

@media screen and (min-width:931px) {

  .b-hdr .b-hdr__usu__nav__1st__util,
  .b-hdr--sticky .b-hdr__usu__nav__1st__util {
    line-height: 2.4
  }
}

@media screen and (min-width:931px) {

  .b-hdr .b-hdr__usu__nav__1st__util,
  .b-hdr--sticky .b-hdr__usu__nav__1st__util {
    letter-spacing: .09em
  }
}

@media screen and (min-width:931px) {

  .b-hdr .b-hdr__usu__nav__1st__util,
  .b-hdr--sticky .b-hdr__usu__nav__1st__util {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {

  .b-hdr .b-hdr__usu__nav__1st__util,
  .b-hdr--sticky .b-hdr__usu__nav__1st__util {
    position: relative;
    padding-right: 7px;
    color: #808080
  }
}

.b-hdr .b-hdr__usu__nav__1st__util::after,
.b-hdr--sticky .b-hdr__usu__nav__1st__util::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 1px;
  background-color: #808080
}

@media screen and (min-width:931px) {

  .b-hdr .b-hdr__usu__nav__1st__util::after,
  .b-hdr--sticky .b-hdr__usu__nav__1st__util::after {
    height: 15px;
    margin-top: -7px
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__usu__nav__1st__util__itm,
  .b-hdr--sticky .b-hdr__usu__nav__1st__util__itm {
    display: inline-block
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__usu__nav__1st__util__itm:not(:last-child),
  .b-hdr--sticky .b-hdr__usu__nav__1st__util__itm:not(:last-child) {
    margin-right: 16px
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__usu__nav__1st__util__itm__link,
  .b-hdr--sticky .b-hdr__usu__nav__1st__util__itm__link,
  .b-hdr .b-hdr__usu__nav__1st__lang__link,
  .b-hdr--sticky .b-hdr__usu__nav__1st__lang__link {
    font-size: 12px
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__usu__nav__1st__util__itm__link,
  .b-hdr--sticky .b-hdr__usu__nav__1st__util__itm__link,
  .b-hdr .b-hdr__usu__nav__1st__lang__link,
  .b-hdr--sticky .b-hdr__usu__nav__1st__lang__link {
    line-height: 2
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__usu__nav__1st__util__itm__link,
  .b-hdr--sticky .b-hdr__usu__nav__1st__util__itm__link,
  .b-hdr .b-hdr__usu__nav__1st__lang__link,
  .b-hdr--sticky .b-hdr__usu__nav__1st__lang__link {
    letter-spacing: .03em
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__usu__nav__1st__util__itm__link,
  .b-hdr--sticky .b-hdr__usu__nav__1st__util__itm__link,
  .b-hdr .b-hdr__usu__nav__1st__lang__link,
  .b-hdr--sticky .b-hdr__usu__nav__1st__lang__link {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {

  .b-hdr .b-hdr__usu__nav__1st__util__itm__link,
  .b-hdr--sticky .b-hdr__usu__nav__1st__util__itm__link {
    padding: 0 12px;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
  }

  .b-hdr .b-hdr__usu__nav__1st__util__itm__link:hover,
  .b-hdr--sticky .b-hdr__usu__nav__1st__util__itm__link:hover {
    opacity: .6
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__usu__nav__1st__util__itm__link,
  .b-hdr--sticky .b-hdr__usu__nav__1st__util__itm__link {
    color: #808080
  }
}

@media screen and (min-width:931px) {

  .b-hdr .b-hdr__usu__nav__1st__lang,
  .b-hdr--sticky .b-hdr__usu__nav__1st__lang {
    padding-left: 7px
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__usu__nav__1st__lang,
  .b-hdr--sticky .b-hdr__usu__nav__1st__lang {
    margin-top: 5px
  }
}

@media screen and (min-width:931px) {

  .b-hdr .b-hdr__usu__nav__1st__lang__link,
  .b-hdr--sticky .b-hdr__usu__nav__1st__lang__link {
    font-size: 12px
  }
}

@media screen and (min-width:931px) {

  .b-hdr .b-hdr__usu__nav__1st__lang__link,
  .b-hdr--sticky .b-hdr__usu__nav__1st__lang__link {
    line-height: 2
  }
}

@media screen and (min-width:931px) {

  .b-hdr .b-hdr__usu__nav__1st__lang__link,
  .b-hdr--sticky .b-hdr__usu__nav__1st__lang__link {
    letter-spacing: .03em
  }
}

@media screen and (min-width:931px) {

  .b-hdr .b-hdr__usu__nav__1st__lang__link,
  .b-hdr--sticky .b-hdr__usu__nav__1st__lang__link {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {

  .b-hdr .b-hdr__usu__nav__1st__lang__link,
  .b-hdr--sticky .b-hdr__usu__nav__1st__lang__link {
    margin-right: -12px;
    padding: 0 12px;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
  }

  .b-hdr .b-hdr__usu__nav__1st__lang__link:hover,
  .b-hdr--sticky .b-hdr__usu__nav__1st__lang__link:hover {
    opacity: .6
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__usu__nav__1st__lang__link__txt,
  .b-hdr--sticky .b-hdr__usu__nav__1st__lang__link__txt {
    display: inline-block;
    color: #808080
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__usu__nav__2nd__global,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__global {
    padding-bottom: 18px
  }
}

@media screen and (min-width:931px) {

  .b-hdr .b-hdr__usu__nav__2nd__global__itm__link,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__global__itm__link,
  .b-hdr .b-hdr__usu__nav__2nd__ec__itm__link,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm__link {
    font-size: 12px
  }
}

@media screen and (min-width:931px) {

  .b-hdr .b-hdr__usu__nav__2nd__global__itm__link,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__global__itm__link,
  .b-hdr .b-hdr__usu__nav__2nd__ec__itm__link,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm__link {
    line-height: 2.75
  }
}

@media screen and (min-width:931px) {

  .b-hdr .b-hdr__usu__nav__2nd__global__itm__link,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__global__itm__link,
  .b-hdr .b-hdr__usu__nav__2nd__ec__itm__link,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm__link {
    letter-spacing: .045em
  }
}

@media screen and (min-width:931px) {

  .b-hdr .b-hdr__usu__nav__2nd__global__itm__link,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__global__itm__link,
  .b-hdr .b-hdr__usu__nav__2nd__ec__itm__link,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm__link {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__usu__nav__2nd__global__itm__link,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__global__itm__link,
  .b-hdr .b-hdr__usu__nav__2nd__ec__itm__link,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm__link {
    font-size: 14px
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__usu__nav__2nd__global__itm__link,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__global__itm__link,
  .b-hdr .b-hdr__usu__nav__2nd__ec__itm__link,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm__link {
    line-height: 3.571428571428572
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__usu__nav__2nd__global__itm__link,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__global__itm__link,
  .b-hdr .b-hdr__usu__nav__2nd__ec__itm__link,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm__link {
    letter-spacing: .08em
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__usu__nav__2nd__global__itm__link,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__global__itm__link,
  .b-hdr .b-hdr__usu__nav__2nd__ec__itm__link,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm__link {
    font-weight: 400
  }
}

@media screen and (min-width:930px) and (max-width:1300px) {

  .b-hdr .b-hdr__usu__nav__2nd__global__itm__link,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__global__itm__link,
  .b-hdr .b-hdr__usu__nav__2nd__ec__itm__link,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm__link {
    font-size: .9230769230769231vw
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__usu__nav__2nd__global__itm__link,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__global__itm__link,
  .b-hdr .b-hdr__usu__nav__2nd__ec__itm__link,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm__link {
    position: relative
  }

  .b-hdr .b-hdr__usu__nav__2nd__global__itm__link::before,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__global__itm__link::before,
  .b-hdr .b-hdr__usu__nav__2nd__ec__itm__link::before,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm__link::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    width: 7px;
    height: 10px;
    margin-top: -5px;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20viewBox%3D%220%200%207%2010%22%3E%3Cpath%20d%3D%22M.6%2010%200%209.1%205.3%205%200%20.8.6%200%207%205%20.6%2010Z%22%20style%3D%22fill%3A%23111%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
  }
}

.b-hdr [class*='b-hdr__usu__nav__2nd__global__itm--'] .b-hdr__usu__nav__2nd__global__itm__link,
.b-hdr--sticky [class*='b-hdr__usu__nav__2nd__global__itm--'] .b-hdr__usu__nav__2nd__global__itm__link {
  position: relative
}

@media screen and (min-width:1301px) {

  .b-hdr [class*='b-hdr__usu__nav__2nd__global__itm--'] .b-hdr__usu__nav__2nd__global__itm__link,
  .b-hdr--sticky [class*='b-hdr__usu__nav__2nd__global__itm--'] .b-hdr__usu__nav__2nd__global__itm__link {
    padding-left: 15px
  }
}

@media screen and (min-width:930px) and (max-width:1300px) {

  .b-hdr [class*='b-hdr__usu__nav__2nd__global__itm--'] .b-hdr__usu__nav__2nd__global__itm__link,
  .b-hdr--sticky [class*='b-hdr__usu__nav__2nd__global__itm--'] .b-hdr__usu__nav__2nd__global__itm__link {
    padding-left: 1.153846153846154vw
  }
}

@media screen and (min-width:931px) {

  .b-hdr [class*='b-hdr__usu__nav__2nd__global__itm--'] .b-hdr__usu__nav__2nd__global__itm__link,
  .b-hdr--sticky [class*='b-hdr__usu__nav__2nd__global__itm--'] .b-hdr__usu__nav__2nd__global__itm__link {
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
  }

  .b-hdr [class*='b-hdr__usu__nav__2nd__global__itm--'] .b-hdr__usu__nav__2nd__global__itm__link:hover,
  .b-hdr--sticky [class*='b-hdr__usu__nav__2nd__global__itm--'] .b-hdr__usu__nav__2nd__global__itm__link:hover {
    opacity: .6
  }
}

@media screen and (min-width:1301px) {

  .b-hdr [class*='b-hdr__usu__nav__2nd__global__itm--']:not([class*='--product']) .b-hdr__usu__nav__2nd__global__itm__link,
  .b-hdr--sticky [class*='b-hdr__usu__nav__2nd__global__itm--']:not([class*='--product']) .b-hdr__usu__nav__2nd__global__itm__link {
    padding-right: 15px
  }
}

@media screen and (min-width:930px) and (max-width:1300px) {

  .b-hdr [class*='b-hdr__usu__nav__2nd__global__itm--']:not([class*='--product']) .b-hdr__usu__nav__2nd__global__itm__link,
  .b-hdr--sticky [class*='b-hdr__usu__nav__2nd__global__itm--']:not([class*='--product']) .b-hdr__usu__nav__2nd__global__itm__link {
    padding-right: 1.153846153846154vw
  }
}

@media screen and (min-width:1301px) {

  .b-hdr .b-hdr__usu__nav__2nd__global__itm--product .b-hdr__usu__nav__2nd__global__itm__link,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__global__itm--product .b-hdr__usu__nav__2nd__global__itm__link {
    padding-right: 32px
  }
}

@media screen and (min-width:930px) and (max-width:1300px) {

  .b-hdr .b-hdr__usu__nav__2nd__global__itm--product .b-hdr__usu__nav__2nd__global__itm__link,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__global__itm--product .b-hdr__usu__nav__2nd__global__itm__link {
    padding-right: 2.461538461538462vw
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__usu__nav__2nd__global__itm--product .b-hdr__usu__nav__2nd__global__itm__link::after,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__global__itm--product .b-hdr__usu__nav__2nd__global__itm__link::after {
    content: 'オンラインストア';
    display: inline-block;
    width: 111px;
    height: 24px;
    margin-left: 12px;
    padding-top: 2px;
    text-align: center;
    line-height: 1.8;
    letter-spacing: .03em;
    font-size: 12px;
    border: 1px solid #808080;
    border-radius: 6px
  }
}

.b-hdr .b-hdr__usu__nav__2nd__global__itm--product .b-hdr__usu__nav__2nd__global__itm__link::before,
.b-hdr--sticky .b-hdr__usu__nav__2nd__global__itm--product .b-hdr__usu__nav__2nd__global__itm__link::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1
}

@media screen and (min-width:1301px) {

  .b-hdr .b-hdr__usu__nav__2nd__global__itm--product .b-hdr__usu__nav__2nd__global__itm__link::before,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__global__itm--product .b-hdr__usu__nav__2nd__global__itm__link::before {
    right: 15px;
    width: 8px;
    height: 5px
  }
}

@media screen and (min-width:930px) and (max-width:1300px) {

  .b-hdr .b-hdr__usu__nav__2nd__global__itm--product .b-hdr__usu__nav__2nd__global__itm__link::before,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__global__itm--product .b-hdr__usu__nav__2nd__global__itm__link::before {
    right: 1.153846153846154vw;
    width: .6153846153846154vw;
    height: .38461538461538464vw
  }
}

@media screen and (min-width:931px) {

  .b-hdr .b-hdr__usu__nav__2nd__global__itm--product .b-hdr__usu__nav__2nd__global__itm__link::before,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__global__itm--product .b-hdr__usu__nav__2nd__global__itm__link::before {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20viewBox%3D%220%200%208%205%22%3E%3Cpath%20d%3D%22M4%205%200%20.8.8%200%204%203.3%207.2%200l.8.8L4%205Z%22%20style%3D%22fill%3A%23111%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
  }
}

@media screen and (min-width:1301px) {

  .b-hdr .b-hdr__usu__nav__2nd__ec,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec {
    margin-left: 15px
  }
}

@media screen and (min-width:930px) and (max-width:1300px) {

  .b-hdr .b-hdr__usu__nav__2nd__ec,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec {
    margin-left: 1.153846153846154vw
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__usu__nav__2nd__ec,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 17px;
    padding-right: 3rem;
    padding-bottom: 19px;
    padding-left: 3rem;
    background-color: #f1f2f3
  }
}

@media screen and (min-width:1301px) {

  .b-hdr .b-hdr__usu__nav__2nd__ec__itm:not(:first-child),
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm:not(:first-child) {
    margin-left: 30px
  }
}

@media screen and (min-width:930px) and (max-width:1300px) {

  .b-hdr .b-hdr__usu__nav__2nd__ec__itm:not(:first-child),
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm:not(:first-child) {
    margin-left: 2.307692307692308vw
  }
}

.b-hdr .b-hdr__usu__nav__2nd__ec__itm__link,
.b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm__link {
  position: relative
}

@media screen and (min-width:931px) {

  .b-hdr .b-hdr__usu__nav__2nd__ec__itm__link,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm__link {
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
  }

  .b-hdr .b-hdr__usu__nav__2nd__ec__itm__link:hover,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm__link:hover {
    opacity: .6
  }
}

.b-hdr .b-hdr__usu__nav__2nd__ec__itm__link::before,
.b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm__link::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}

.b-hdr .b-hdr__usu__nav__2nd__ec__itm:nth-child(2) .b-hdr__usu__nav__2nd__ec__itm__link::before,
.b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm:nth-child(2) .b-hdr__usu__nav__2nd__ec__itm__link::before,
.b-hdr .b-hdr__usu__nav__2nd__ec__itm:nth-child(3) .b-hdr__usu__nav__2nd__ec__itm__link::before,
.b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm:nth-child(3) .b-hdr__usu__nav__2nd__ec__itm__link::before {
  left: 0
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__usu__nav__2nd__ec__itm:first-child,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm:first-child {
    position: absolute;
    top: 73px;
    left: 0;
    right: 0;
    z-index: 1;
    width: 31.9rem;
    height: 4.2rem;
    margin-right: auto;
    margin-left: auto
  }
}

@media screen and (min-width:1301px) {

  .b-hdr .b-hdr__usu__nav__2nd__ec__itm:first-child .b-hdr__usu__nav__2nd__ec__itm__link,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm:first-child .b-hdr__usu__nav__2nd__ec__itm__link {
    padding-left: 26px
  }
}

@media screen and (min-width:930px) and (max-width:1300px) {

  .b-hdr .b-hdr__usu__nav__2nd__ec__itm:first-child .b-hdr__usu__nav__2nd__ec__itm__link,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm:first-child .b-hdr__usu__nav__2nd__ec__itm__link {
    padding-left: 2vw
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__usu__nav__2nd__ec__itm:first-child .b-hdr__usu__nav__2nd__ec__itm__link,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm:first-child .b-hdr__usu__nav__2nd__ec__itm__link {
    color: #fff;
    text-align: center;
    border-radius: 999px;
    background-color: #000
  }
}

@media screen and (min-width:1301px) {

  .b-hdr .b-hdr__usu__nav__2nd__ec__itm:first-child .b-hdr__usu__nav__2nd__ec__itm__link::before,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm:first-child .b-hdr__usu__nav__2nd__ec__itm__link::before {
    width: 14px;
    height: 14px
  }
}

@media screen and (min-width:930px) and (max-width:1300px) {

  .b-hdr .b-hdr__usu__nav__2nd__ec__itm:first-child .b-hdr__usu__nav__2nd__ec__itm__link::before,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm:first-child .b-hdr__usu__nav__2nd__ec__itm__link::before {
    width: 1.076923076923077vw;
    height: 1.076923076923077vw
  }
}

@media screen and (min-width:931px) {

  .b-hdr .b-hdr__usu__nav__2nd__ec__itm:first-child .b-hdr__usu__nav__2nd__ec__itm__link::before,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm:first-child .b-hdr__usu__nav__2nd__ec__itm__link::before {
    top: 50%;
    left: 0;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014.2%2014.2%22%20width%3D%225%22%20height%3D%225%22%20style%3D%22enable-background%3Anew%200%200%2014.2%2014.2%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M7.1%200C3.2%200%200%203.2%200%207.1s3.2%207.1%207.1%207.1%207.1-3.2%207.1-7.1S11%200%207.1%200zM3.4%2012c.4-1.7%202-2.8%203.7-2.7%201.7-.1%203.3%201%203.7%202.7-2.2%201.6-5.2%201.6-7.4%200zm8.1-.8c-.7-1.9-2.5-3-4.4-2.9-2-.1-3.8%201.1-4.4%203C.3%208.8.5%204.9%202.9%202.6s6.3-2.2%208.7.3c1%201.1%201.6%202.6%201.6%204.2%200%201.5-.5%203-1.7%204.1z%22%20fill%3D%22%23111%22%2F%3E%3Cpath%20d%3D%22M7.1%202.9c-1.3%200-2.4%201-2.4%202.4s1%202.4%202.4%202.4%202.4-1%202.4-2.4-1.1-2.4-2.4-2.4zm0%203.8c-.8%200-1.4-.7-1.4-1.4s.7-1.4%201.4-1.4%201.4.7%201.4%201.4-.7%201.4-1.4%201.4z%22%20fill%3D%22%23111%22%2F%3E%3C%2Fsvg%3E")
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__usu__nav__2nd__ec__itm:first-child .b-hdr__usu__nav__2nd__ec__itm__link::before,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm:first-child .b-hdr__usu__nav__2nd__ec__itm__link::before {
    left: 50%;
    width: 16px;
    height: 16px;
    margin-top: -9px;
    margin-left: -94px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014.2%2014.2%22%20width%3D%225%22%20height%3D%225%22%20style%3D%22enable-background%3Anew%200%200%2014.2%2014.2%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M7.1%200C3.2%200%200%203.2%200%207.1s3.2%207.1%207.1%207.1%207.1-3.2%207.1-7.1S11%200%207.1%200zM3.4%2012c.4-1.7%202-2.8%203.7-2.7%201.7-.1%203.3%201%203.7%202.7-2.2%201.6-5.2%201.6-7.4%200zm8.1-.8c-.7-1.9-2.5-3-4.4-2.9-2-.1-3.8%201.1-4.4%203C.3%208.8.5%204.9%202.9%202.6s6.3-2.2%208.7.3c1%201.1%201.6%202.6%201.6%204.2%200%201.5-.5%203-1.7%204.1z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M7.1%202.9c-1.3%200-2.4%201-2.4%202.4s1%202.4%202.4%202.4%202.4-1%202.4-2.4-1.1-2.4-2.4-2.4zm0%203.8c-.8%200-1.4-.7-1.4-1.4s.7-1.4%201.4-1.4%201.4.7%201.4%201.4-.7%201.4-1.4%201.4z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E")
  }
}

@media screen and (max-width:930px) and (max-width:930px) {

  .b-hdr .b-hdr__usu__nav__2nd__ec__itm:first-child .b-hdr__usu__nav__2nd__ec__itm__link,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm:first-child .b-hdr__usu__nav__2nd__ec__itm__link {
    font-size: 14px
  }
}

@media screen and (max-width:930px) and (max-width:930px) {

  .b-hdr .b-hdr__usu__nav__2nd__ec__itm:first-child .b-hdr__usu__nav__2nd__ec__itm__link,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm:first-child .b-hdr__usu__nav__2nd__ec__itm__link {
    line-height: 3
  }
}

@media screen and (max-width:930px) and (max-width:930px) {

  .b-hdr .b-hdr__usu__nav__2nd__ec__itm:first-child .b-hdr__usu__nav__2nd__ec__itm__link,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm:first-child .b-hdr__usu__nav__2nd__ec__itm__link {
    letter-spacing: .08em
  }
}

@media screen and (max-width:930px) and (max-width:930px) {

  .b-hdr .b-hdr__usu__nav__2nd__ec__itm:first-child .b-hdr__usu__nav__2nd__ec__itm__link,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm:first-child .b-hdr__usu__nav__2nd__ec__itm__link {
    font-weight: 400
  }
}

@media screen and (min-width:1301px) {

  .b-hdr .b-hdr__usu__nav__2nd__ec__itm:nth-child(2) .b-hdr__usu__nav__2nd__ec__itm__link,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm:nth-child(2) .b-hdr__usu__nav__2nd__ec__itm__link {
    padding-left: 24px
  }
}

@media screen and (min-width:930px) and (max-width:1300px) {

  .b-hdr .b-hdr__usu__nav__2nd__ec__itm:nth-child(2) .b-hdr__usu__nav__2nd__ec__itm__link,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm:nth-child(2) .b-hdr__usu__nav__2nd__ec__itm__link {
    padding-left: 1.846153846153846vw
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__usu__nav__2nd__ec__itm:nth-child(2) .b-hdr__usu__nav__2nd__ec__itm__link,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm:nth-child(2) .b-hdr__usu__nav__2nd__ec__itm__link {
    padding-left: 25px
  }
}

.b-hdr .b-hdr__usu__nav__2nd__ec__itm:nth-child(2) .b-hdr__usu__nav__2nd__ec__itm__link::before,
.b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm:nth-child(2) .b-hdr__usu__nav__2nd__ec__itm__link::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017%2014.2%22%20width%3D%226%22%20height%3D%225%22%20style%3D%22enable-background%3Anew%200%200%2017%2014.2%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M15.1%2010.1H3.9L2.2%201H0V0h3.1l.4%202H17l-1.9%208.1zm-10.3-1h9.5L15.7%203h-12l1.1%206.1zM12.8%2014.2c-.9%200-1.6-.7-1.6-1.5s.7-1.5%201.6-1.5%201.6.7%201.6%201.5-.7%201.5-1.6%201.5zm0-2.1c-.3%200-.5.2-.5.5s.2.5.5.5.5-.2.5-.5c0-.2-.2-.5-.5-.5zM6.3%2014.2c-.9%200-1.6-.7-1.6-1.5s.7-1.5%201.6-1.5%201.6.7%201.6%201.5-.7%201.5-1.6%201.5zm0-2.1c-.3%200-.5.2-.5.5s.2.5.5.5.5-.2.5-.5c0-.2-.2-.5-.5-.5z%22%20fill%3D%22%23111%22%2F%3E%3C%2Fsvg%3E")
}

@media screen and (min-width:1301px) {

  .b-hdr .b-hdr__usu__nav__2nd__ec__itm:nth-child(2) .b-hdr__usu__nav__2nd__ec__itm__link::before,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm:nth-child(2) .b-hdr__usu__nav__2nd__ec__itm__link::before {
    width: 17px;
    height: 17px
  }
}

@media screen and (min-width:930px) and (max-width:1300px) {

  .b-hdr .b-hdr__usu__nav__2nd__ec__itm:nth-child(2) .b-hdr__usu__nav__2nd__ec__itm__link::before,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm:nth-child(2) .b-hdr__usu__nav__2nd__ec__itm__link::before {
    width: 1.307692307692308vw;
    height: 1.307692307692308vw
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__usu__nav__2nd__ec__itm:nth-child(2) .b-hdr__usu__nav__2nd__ec__itm__link::before,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm:nth-child(2) .b-hdr__usu__nav__2nd__ec__itm__link::before {
    width: 16px;
    height: 16px;
    margin-top: -8px
  }
}

@media screen and (min-width:931px) {

  .b-hdr .b-hdr__usu__nav__2nd__ec__itm:nth-child(3) .b-hdr__usu__nav__2nd__ec__itm__link,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm:nth-child(3) .b-hdr__usu__nav__2nd__ec__itm__link {
    height: 100%
  }
}

@media screen and (min-width:1301px) {

  .b-hdr .b-hdr__usu__nav__2nd__ec__itm:nth-child(3) .b-hdr__usu__nav__2nd__ec__itm__link,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm:nth-child(3) .b-hdr__usu__nav__2nd__ec__itm__link {
    padding-bottom: 10px;
    padding-left: 14px
  }
}

@media screen and (min-width:930px) and (max-width:1300px) {

  .b-hdr .b-hdr__usu__nav__2nd__ec__itm:nth-child(3) .b-hdr__usu__nav__2nd__ec__itm__link,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm:nth-child(3) .b-hdr__usu__nav__2nd__ec__itm__link {
    padding-bottom: .7692307692307693vw;
    padding-left: 1.076923076923077vw
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__usu__nav__2nd__ec__itm:nth-child(3) .b-hdr__usu__nav__2nd__ec__itm__link,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm:nth-child(3) .b-hdr__usu__nav__2nd__ec__itm__link {
    padding-left: 23px
  }
}

.b-hdr .b-hdr__usu__nav__2nd__ec__itm:nth-child(3) .b-hdr__usu__nav__2nd__ec__itm__link::before,
.b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm:nth-child(3) .b-hdr__usu__nav__2nd__ec__itm__link::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014.2%2014.2%22%20width%3D%225%22%20height%3D%225%22%20style%3D%22enable-background%3Anew%200%200%2014.2%2014.2%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22m14.2%2013.5-3.7-3.7c2.2-2.5%201.9-6.2-.6-8.4S3.6-.4%201.5%202s-1.9%206.2.6%208.4c1.1.9%202.5%201.5%203.9%201.4%201.4%200%202.7-.5%203.8-1.4l3.7%203.7.7-.6zM1%205.9C1%203.2%203.2%201%206%201s5%202.2%205%204.9-2.2%204.9-5%204.9-5-2.1-5-4.9z%22%20fill%3D%22%23111%22%2F%3E%3C%2Fsvg%3E")
}

@media screen and (min-width:1301px) {

  .b-hdr .b-hdr__usu__nav__2nd__ec__itm:nth-child(3) .b-hdr__usu__nav__2nd__ec__itm__link::before,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm:nth-child(3) .b-hdr__usu__nav__2nd__ec__itm__link::before {
    width: 14px;
    height: 14px
  }
}

@media screen and (min-width:930px) and (max-width:1300px) {

  .b-hdr .b-hdr__usu__nav__2nd__ec__itm:nth-child(3) .b-hdr__usu__nav__2nd__ec__itm__link::before,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm:nth-child(3) .b-hdr__usu__nav__2nd__ec__itm__link::before {
    width: 1.076923076923077vw;
    height: 1.076923076923077vw
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__usu__nav__2nd__ec__itm:nth-child(3) .b-hdr__usu__nav__2nd__ec__itm__link::before,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm:nth-child(3) .b-hdr__usu__nav__2nd__ec__itm__link::before {
    width: 16px;
    height: 16px;
    margin-top: -8px
  }
}

@media screen and (min-width:931px) {

  .b-hdr .b-hdr__usu__nav__2nd__ec__itm:nth-child(3) .b-hdr__usu__nav__2nd__ec__itm__link__txt,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm:nth-child(3) .b-hdr__usu__nav__2nd__ec__itm__link__txt {
    display: none
  }
}

.b-hdr .b-hdr__usu__nav__2nd__btn,
.b-hdr--sticky .b-hdr__usu__nav__2nd__btn {
  font-family: 'HelveticaNowText-Regular', 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__usu__nav__2nd__btn,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__btn {
    font-size: 13px
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__usu__nav__2nd__btn,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__btn {
    line-height: 1.615384615384615
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__usu__nav__2nd__btn,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__btn {
    letter-spacing: .09em
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__usu__nav__2nd__btn,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__btn {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {

  .b-hdr .b-hdr__usu__nav__2nd__btn,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__btn {
    display: none
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__usu__nav__2nd__btn,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__btn {
    position: absolute;
    right: 0;
    bottom: 50%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 93px;
    height: 73px;
    margin-bottom: -36px
  }
}

@media screen and (max-width:930px) {

  .b-hdr .hdr__usu__nav__close-btn,
  .b-hdr--sticky .hdr__usu__nav__close-btn {
    position: absolute;
    top: 10px;
    right: 3rem;
    z-index: 1;
    width: 50px;
    height: 50px;
    margin-right: -20px
  }

  .b-hdr .hdr__usu__nav__close-btn::before,
  .b-hdr--sticky .hdr__usu__nav__close-btn::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    display: block;
    width: 10px;
    height: 10px;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20viewBox%3D%220%200%2011%2011%22%3E%3Cpath%20d%3D%22M11%201.2%209.8%200%205.5%204.3%201.2%200%200%201.2l4.3%204.3L0%209.8%201.2%2011l4.3-4.3L9.8%2011%2011%209.8%206.7%205.5%2011%201.2Z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
  }
}

@media screen and (min-width:931px) {

  .b-hdr .b-hdr__usu__sp-nav,
  .b-hdr--sticky .b-hdr__usu__sp-nav {
    display: none
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__usu__sp-nav,
  .b-hdr--sticky .b-hdr__usu__sp-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
}

@media screen and (max-width:930px) {

  .b-hdr [class*='b-hdr__usu__sp-nav__link--'],
  .b-hdr--sticky [class*='b-hdr__usu__sp-nav__link--'] {
    width: 38px;
    height: 38px;
    background-repeat: no-repeat;
    background-position: center
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__usu__sp-nav__link--search,
  .b-hdr--sticky .b-hdr__usu__sp-nav__link--search {
    background-size: 17px;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20viewBox%3D%220%200%205%205%22%3E%3Cpath%20d%3D%22M5%204.8%203.7%203.5c.8-.9.7-2.2-.2-3S1.3-.1.5.7c-.7.8-.6%202.2.2%203%20.4.3.9.5%201.4.5.5%200%201-.2%201.3-.5L4.7%205l.2-.2ZM.4%202.1c0-1%20.7-1.7%201.7-1.7s1.8.8%201.8%201.7-.8%201.7-1.8%201.7S.4%203.1.4%202.1Z%22%2F%3E%3C%2Fsvg%3E')
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__usu__sp-nav__link--cart,
  .b-hdr--sticky .b-hdr__usu__sp-nav__link--cart {
    margin-top: -1px;
    background-size: 18px;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20viewBox%3D%220%200%206%205%22%3E%3Cpath%20d%3D%22M5.3%203.6H1.4L.8.4H0V0h1.1v.7H6l-.7%202.9Zm-3.6-.4H5l.5-2.1H1.3l.4%202.1ZM4.5%205c-.3%200-.6-.2-.6-.5s.2-.5.6-.5.6.2.6.5-.2.5-.6.5Zm0-.7c-.1%200-.2%200-.2.2s0%20.2.2.2.2%200%20.2-.2%200-.2-.2-.2ZM2.2%205c-.3%200-.6-.2-.6-.5s.2-.5.6-.5.6.2.6.5-.2.5-.6.5Zm0-.7c-.1%200-.2%200-.2.2s0%20.2.2.2.2%200%20.2-.2%200-.2-.2-.2Z%22%2F%3E%3C%2Fsvg%3E')
  }
}

.b-hdr .b-hdr__usu__sp-nav__btn,
.b-hdr--sticky .b-hdr__usu__sp-nav__btn {
  color: #111;
  font-family: 'HelveticaNowText-Medium', 'TazuganeGothicStdN-Medium', sans-serif
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__usu__sp-nav__btn,
  .b-hdr--sticky .b-hdr__usu__sp-nav__btn {
    font-size: 13px
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__usu__sp-nav__btn,
  .b-hdr--sticky .b-hdr__usu__sp-nav__btn {
    line-height: 1.615384615384615
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__usu__sp-nav__btn,
  .b-hdr--sticky .b-hdr__usu__sp-nav__btn {
    letter-spacing: .09em
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__usu__sp-nav__btn,
  .b-hdr--sticky .b-hdr__usu__sp-nav__btn {
    font-weight: 600
  }
}

@media screen and (max-width:930px) {

  .b-hdr .b-hdr__usu__sp-nav__btn,
  .b-hdr--sticky .b-hdr__usu__sp-nav__btn {
    margin-left: 12px;
    padding: 20px 0
  }
}

@media screen and (min-width:931px) {
  .b-hdr {
    position: relative
  }
}

@media screen and (min-width:931px) {
  .b-hdr .b-hdr__usu__ttl__link {
    padding: 26px 0
  }
}

@media screen and (min-width:931px) {
  .b-hdr .b-hdr__usu__nav__2nd {
    margin-top: 5px
  }
}

@media screen and (min-width:931px) {
  .b-hdr .b-hdr__usu__nav__2nd.is-fpsc {
    /*margin-top: 45px;*/
  }
}

@media screen and (min-width:1301px) {
  .b-hdr [class*='b-hdr__usu__nav__2nd__global__itm--'] .b-hdr__usu__nav__2nd__global__itm__link {
    padding-bottom: 10px
  }
}

@media screen and (min-width:930px) and (max-width:1300px) {
  .b-hdr [class*='b-hdr__usu__nav__2nd__global__itm--'] .b-hdr__usu__nav__2nd__global__itm__link {
    padding-bottom: .7692307692307693vw
  }
}

@media screen and (min-width:1301px) {
  .b-hdr .b-hdr__usu__nav__2nd__ec__itm:first-child .b-hdr__usu__nav__2nd__ec__itm__link {
    padding-bottom: 10px
  }
}

@media screen and (min-width:930px) and (max-width:1300px) {
  .b-hdr .b-hdr__usu__nav__2nd__ec__itm:first-child .b-hdr__usu__nav__2nd__ec__itm__link {
    padding-bottom: .7692307692307693vw
  }
}

@media screen and (min-width:1301px) {
  .b-hdr .b-hdr__usu__nav__2nd__ec__itm:nth-child(2) .b-hdr__usu__nav__2nd__ec__itm__link {
    padding-bottom: 10px
  }
}

@media screen and (min-width:930px) and (max-width:1300px) {
  .b-hdr .b-hdr__usu__nav__2nd__ec__itm:nth-child(2) .b-hdr__usu__nav__2nd__ec__itm__link {
    padding-bottom: .7692307692307693vw
  }
}

@media screen and (min-width:1301px) {
  .b-hdr .b-hdr__usu__nav__2nd__global__itm--product .b-hdr__usu__nav__2nd__global__itm__link::before {
    margin-top: -8px
  }
}

@media screen and (min-width:930px) and (max-width:1300px) {
  .b-hdr .b-hdr__usu__nav__2nd__global__itm--product .b-hdr__usu__nav__2nd__global__itm__link::before {
    margin-top: -.6153846153846154vw
  }
}

@media screen and (min-width:1301px) {
  .b-hdr .b-hdr__usu__nav__2nd__ec__itm:first-child .b-hdr__usu__nav__2nd__ec__itm__link::before {
    margin-top: -14px
  }
}

@media screen and (min-width:930px) and (max-width:1300px) {
  .b-hdr .b-hdr__usu__nav__2nd__ec__itm:first-child .b-hdr__usu__nav__2nd__ec__itm__link::before {
    margin-top: -1.076923076923077vw
  }
}

@media screen and (min-width:1301px) {
  .b-hdr .b-hdr__usu__nav__2nd__ec__itm:nth-child(2) .b-hdr__usu__nav__2nd__ec__itm__link::before {
    margin-top: -15px
  }
}

@media screen and (min-width:930px) and (max-width:1300px) {
  .b-hdr .b-hdr__usu__nav__2nd__ec__itm:nth-child(2) .b-hdr__usu__nav__2nd__ec__itm__link::before {
    margin-top: -1.153846153846154vw
  }
}

@media screen and (min-width:1301px) {
  .b-hdr .b-hdr__usu__nav__2nd__ec__itm:nth-child(3) .b-hdr__usu__nav__2nd__ec__itm__link::before {
    margin-top: -13px
  }
}

@media screen and (min-width:930px) and (max-width:1300px) {
  .b-hdr .b-hdr__usu__nav__2nd__ec__itm:nth-child(3) .b-hdr__usu__nav__2nd__ec__itm__link::before {
    margin-top: -1vw
  }
}

.b-hdr--sticky {
  position: fixed;
  width: 100%;
  opacity: 0;
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease
}

@media screen and (min-width:931px) {
  .b-hdr--sticky {
    top: -76px
  }
}

@media screen and (max-width:930px) {
  .b-hdr--sticky {
    top: -71px
  }
}

.b-hdr--sticky.display {
  top: 0;
  opacity: 1;
  -webkit-transition-duration: .5s;
  transition-duration: .5s
}

.b-hdr--sticky .b-hdr--inr {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
  -webkit-transition: left .55s cubic-bezier(.87, 0, .13, 1);
  transition: left .55s cubic-bezier(.87, 0, .13, 1)
}

@media screen and (min-width:931px) {
  .b-hdr--sticky .b-hdr__usu__ttl__link {
    padding: 19px 0
  }
}

@media screen and (min-width:931px) {
  .b-hdr--sticky .b-hdr__usu__nav__2nd {
    height: 100%
  }
}

@media screen and (min-width:931px) {

  .b-hdr--sticky .b-hdr__usu__nav__2nd__global__itm__link,
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    padding-top: 22px
  }
}

@media screen and (min-width:1301px) {
  .b-hdr--sticky .b-hdr__usu__nav__2nd__global__itm--product .b-hdr__usu__nav__2nd__global__itm__link::before {
    margin-top: -2px
  }
}

@media screen and (min-width:930px) and (max-width:1300px) {
  .b-hdr--sticky .b-hdr__usu__nav__2nd__global__itm--product .b-hdr__usu__nav__2nd__global__itm__link::before {
    margin-top: -.15384615384615385vw
  }
}

@media screen and (min-width:1301px) {
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm:first-child .b-hdr__usu__nav__2nd__ec__itm__link::before {
    margin-top: -8px
  }
}

@media screen and (min-width:930px) and (max-width:1300px) {
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm:first-child .b-hdr__usu__nav__2nd__ec__itm__link::before {
    margin-top: -.6153846153846154vw
  }
}

@media screen and (min-width:1301px) {
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm:nth-child(2) .b-hdr__usu__nav__2nd__ec__itm__link::before {
    margin-top: -10px
  }
}

@media screen and (min-width:930px) and (max-width:1300px) {
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm:nth-child(2) .b-hdr__usu__nav__2nd__ec__itm__link::before {
    margin-top: -.7692307692307693vw
  }
}

@media screen and (min-width:1301px) {
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm:nth-child(3) .b-hdr__usu__nav__2nd__ec__itm__link::before {
    margin-top: -8px
  }
}

@media screen and (min-width:930px) and (max-width:1300px) {
  .b-hdr--sticky .b-hdr__usu__nav__2nd__ec__itm:nth-child(3) .b-hdr__usu__nav__2nd__ec__itm__link::before {
    margin-top: -.6153846153846154vw
  }
}

@media screen and (max-width:930px) {
  body.openedMenuPrimary .b-hdr--sticky {
    pointer-events: none
  }
}

@media screen and (max-width:930px) {
  body.openedMenuSecondary .b-hdr__usu__nav.display {
    left: -100%
  }
}

[class*='b-hdr--lp--'],
.b-hdr--sticky--lp,
.b-hdr__menu__hdr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%
}

@media screen and (min-width:931px) {

  [class*='b-hdr--lp--'],
  .b-hdr--sticky--lp,
  .b-hdr__menu__hdr {
    padding-right: 24px;
    padding-left: 25px
  }
}

@media screen and (max-width:930px) {

  [class*='b-hdr--lp--'],
  .b-hdr--sticky--lp,
  .b-hdr__menu__hdr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px
  }
}

@media screen and (min-width:931px) {

  [class*='b-hdr--lp--'] .b-hdr__ttl,
  .b-hdr--sticky--lp .b-hdr__ttl,
  .b-hdr__menu__hdr .b-hdr__ttl,
  [class*='b-hdr--lp--'] .b-hdr__menu__hdr__ttl,
  .b-hdr--sticky--lp .b-hdr__menu__hdr__ttl,
  .b-hdr__menu__hdr .b-hdr__menu__hdr__ttl {
    width: 268px;
    height: 78px
  }
}

@media screen and (max-width:930px) {

  [class*='b-hdr--lp--'] .b-hdr__ttl,
  .b-hdr--sticky--lp .b-hdr__ttl,
  .b-hdr__menu__hdr .b-hdr__ttl,
  [class*='b-hdr--lp--'] .b-hdr__menu__hdr__ttl,
  .b-hdr--sticky--lp .b-hdr__menu__hdr__ttl,
  .b-hdr__menu__hdr .b-hdr__menu__hdr__ttl {
    width: 186px;
    height: 64px
  }
}

[class*='b-hdr--lp--'] .b-hdr__ttl__link,
.b-hdr--sticky--lp .b-hdr__ttl__link,
.b-hdr__menu__hdr .b-hdr__ttl__link,
[class*='b-hdr--lp--'] .b-hdr__ttl__link__logo,
.b-hdr--sticky--lp .b-hdr__ttl__link__logo,
.b-hdr__menu__hdr .b-hdr__ttl__link__logo,
[class*='b-hdr--lp--'] .b-hdr__menu__hdr__ttl__link,
.b-hdr--sticky--lp .b-hdr__menu__hdr__ttl__link,
.b-hdr__menu__hdr .b-hdr__menu__hdr__ttl__link,
[class*='b-hdr--lp--'] .b-hdr__menu__hdr__ttl__link__logo,
.b-hdr--sticky--lp .b-hdr__menu__hdr__ttl__link__logo,
.b-hdr__menu__hdr .b-hdr__menu__hdr__ttl__link__logo {
  display: block
}

[class*='b-hdr--lp--'] .b-hdr__ttl__link,
.b-hdr--sticky--lp .b-hdr__ttl__link,
.b-hdr__menu__hdr .b-hdr__ttl__link,
[class*='b-hdr--lp--'] .b-hdr__menu__hdr__ttl__link,
.b-hdr--sticky--lp .b-hdr__menu__hdr__ttl__link,
.b-hdr__menu__hdr .b-hdr__menu__hdr__ttl__link {
  padding: 20px
}

@media screen and (min-width:931px) {

  [class*='b-hdr--lp--'] .b-hdr__ttl__link,
  .b-hdr--sticky--lp .b-hdr__ttl__link,
  .b-hdr__menu__hdr .b-hdr__ttl__link,
  [class*='b-hdr--lp--'] .b-hdr__menu__hdr__ttl__link,
  .b-hdr--sticky--lp .b-hdr__menu__hdr__ttl__link,
  .b-hdr__menu__hdr .b-hdr__menu__hdr__ttl__link {
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
  }

  [class*='b-hdr--lp--'] .b-hdr__ttl__link:hover,
  .b-hdr--sticky--lp .b-hdr__ttl__link:hover,
  .b-hdr__menu__hdr .b-hdr__ttl__link:hover,
  [class*='b-hdr--lp--'] .b-hdr__menu__hdr__ttl__link:hover,
  .b-hdr--sticky--lp .b-hdr__menu__hdr__ttl__link:hover,
  .b-hdr__menu__hdr .b-hdr__menu__hdr__ttl__link:hover {
    opacity: .8
  }
}

@media screen and (min-width:931px) {

  [class*='b-hdr--lp--'] .b-hdr__menu,
  .b-hdr--sticky--lp .b-hdr__menu,
  .b-hdr__menu__hdr .b-hdr__menu,
  [class*='b-hdr--lp--'] .b-hdr__menu__list,
  .b-hdr--sticky--lp .b-hdr__menu__list,
  .b-hdr__menu__hdr .b-hdr__menu__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media screen and (min-width:931px) {

  [class*='b-hdr--lp--'] .b-hdr__menu,
  .b-hdr--sticky--lp .b-hdr__menu,
  .b-hdr__menu__hdr .b-hdr__menu {
    margin-left: auto
  }
}

@media screen and (max-width:930px) {

  [class*='b-hdr--lp--'] .b-hdr__menu__list,
  .b-hdr--sticky--lp .b-hdr__menu__list,
  .b-hdr__menu__hdr .b-hdr__menu__list {
    padding-top: 36px;
    padding-left: 3rem
  }
}

[class*='b-hdr--lp--'] .b-hdr__menu__list__itm__link,
.b-hdr--sticky--lp .b-hdr__menu__list__itm__link,
.b-hdr__menu__hdr .b-hdr__menu__list__itm__link,
[class*='b-hdr--lp--'] .b-hdr__menu__to-store__link,
.b-hdr--sticky--lp .b-hdr__menu__to-store__link,
.b-hdr__menu__hdr .b-hdr__menu__to-store__link {
  font-family: 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (min-width:931px) {

  [class*='b-hdr--lp--'] .b-hdr__menu__list__itm__link,
  .b-hdr--sticky--lp .b-hdr__menu__list__itm__link,
  .b-hdr__menu__hdr .b-hdr__menu__list__itm__link,
  [class*='b-hdr--lp--'] .b-hdr__menu__to-store__link,
  .b-hdr--sticky--lp .b-hdr__menu__to-store__link,
  .b-hdr__menu__hdr .b-hdr__menu__to-store__link {
    font-size: 12px
  }
}

@media screen and (min-width:931px) {

  [class*='b-hdr--lp--'] .b-hdr__menu__list__itm__link,
  .b-hdr--sticky--lp .b-hdr__menu__list__itm__link,
  .b-hdr__menu__hdr .b-hdr__menu__list__itm__link,
  [class*='b-hdr--lp--'] .b-hdr__menu__to-store__link,
  .b-hdr--sticky--lp .b-hdr__menu__to-store__link,
  .b-hdr__menu__hdr .b-hdr__menu__to-store__link {
    line-height: 1
  }
}

@media screen and (min-width:931px) {

  [class*='b-hdr--lp--'] .b-hdr__menu__list__itm__link,
  .b-hdr--sticky--lp .b-hdr__menu__list__itm__link,
  .b-hdr__menu__hdr .b-hdr__menu__list__itm__link,
  [class*='b-hdr--lp--'] .b-hdr__menu__to-store__link,
  .b-hdr--sticky--lp .b-hdr__menu__to-store__link,
  .b-hdr__menu__hdr .b-hdr__menu__to-store__link {
    letter-spacing: .17em
  }
}

@media screen and (min-width:931px) {

  [class*='b-hdr--lp--'] .b-hdr__menu__list__itm__link,
  .b-hdr--sticky--lp .b-hdr__menu__list__itm__link,
  .b-hdr__menu__hdr .b-hdr__menu__list__itm__link,
  [class*='b-hdr--lp--'] .b-hdr__menu__to-store__link,
  .b-hdr--sticky--lp .b-hdr__menu__to-store__link,
  .b-hdr__menu__hdr .b-hdr__menu__to-store__link {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {

  [class*='b-hdr--lp--'] .b-hdr__menu__list__itm__link,
  .b-hdr--sticky--lp .b-hdr__menu__list__itm__link,
  .b-hdr__menu__hdr .b-hdr__menu__list__itm__link {
    padding-top: 20px;
    padding-right: 23px;
    padding-bottom: 20px;
    padding-left: 23px;
    -webkit-transition: opacity .45s ease;
    transition: opacity .45s ease
  }

  [class*='b-hdr--lp--'] .b-hdr__menu__list__itm__link:hover,
  .b-hdr--sticky--lp .b-hdr__menu__list__itm__link:hover,
  .b-hdr__menu__hdr .b-hdr__menu__list__itm__link:hover {
    opacity: .6
  }
}

[class*='b-hdr--lp--'] .b-hdr__menu__to-store__link,
.b-hdr--sticky--lp .b-hdr__menu__to-store__link,
.b-hdr__menu__hdr .b-hdr__menu__to-store__link {
  position: relative
}

@media screen and (min-width:931px) {

  [class*='b-hdr--lp--'] .b-hdr__menu__to-store__link,
  .b-hdr--sticky--lp .b-hdr__menu__to-store__link,
  .b-hdr__menu__hdr .b-hdr__menu__to-store__link {
    margin-left: 13px;
    padding: 20px
  }
}

[class*='b-hdr--lp--'] .b-hdr__menu__to-store__link::before,
.b-hdr--sticky--lp .b-hdr__menu__to-store__link::before,
.b-hdr__menu__hdr .b-hdr__menu__to-store__link::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 9px;
  height: 9px;
  margin-top: -5px;
  border-radius: 50%;
  background-color: #4ba53a;
  -webkit-transition: -webkit-transform .45s ease;
  transition: -webkit-transform .45s ease;
  transition: transform .45s ease;
  transition: transform .45s ease, -webkit-transform .45s ease
}

@media screen and (min-width:931px) {

  [class*='b-hdr--lp--'] .b-hdr__menu__to-store__link:hover::before,
  .b-hdr--sticky--lp .b-hdr__menu__to-store__link:hover::before,
  .b-hdr__menu__hdr .b-hdr__menu__to-store__link:hover::before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }
}

@media screen and (max-width:930px) {

  [class*='b-hdr--lp--'] .b-hdr-menu-btn,
  .b-hdr--sticky--lp .b-hdr-menu-btn,
  .b-hdr__menu__hdr .b-hdr-menu-btn,
  [class*='b-hdr--lp--'] .b-hdr__menu__hdr__btn,
  .b-hdr--sticky--lp .b-hdr__menu__hdr__btn,
  .b-hdr__menu__hdr .b-hdr__menu__hdr__btn {
    font-size: 13px
  }
}

@media screen and (max-width:930px) {

  [class*='b-hdr--lp--'] .b-hdr-menu-btn,
  .b-hdr--sticky--lp .b-hdr-menu-btn,
  .b-hdr__menu__hdr .b-hdr-menu-btn,
  [class*='b-hdr--lp--'] .b-hdr__menu__hdr__btn,
  .b-hdr--sticky--lp .b-hdr__menu__hdr__btn,
  .b-hdr__menu__hdr .b-hdr__menu__hdr__btn {
    line-height: 1.615384615384615
  }
}

@media screen and (max-width:930px) {

  [class*='b-hdr--lp--'] .b-hdr-menu-btn,
  .b-hdr--sticky--lp .b-hdr-menu-btn,
  .b-hdr__menu__hdr .b-hdr-menu-btn,
  [class*='b-hdr--lp--'] .b-hdr__menu__hdr__btn,
  .b-hdr--sticky--lp .b-hdr__menu__hdr__btn,
  .b-hdr__menu__hdr .b-hdr__menu__hdr__btn {
    letter-spacing: .09em
  }
}

@media screen and (max-width:930px) {

  [class*='b-hdr--lp--'] .b-hdr-menu-btn,
  .b-hdr--sticky--lp .b-hdr-menu-btn,
  .b-hdr__menu__hdr .b-hdr-menu-btn,
  [class*='b-hdr--lp--'] .b-hdr__menu__hdr__btn,
  .b-hdr--sticky--lp .b-hdr__menu__hdr__btn,
  .b-hdr__menu__hdr .b-hdr__menu__hdr__btn {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {

  [class*='b-hdr--lp--'] .b-hdr-menu-btn,
  .b-hdr--sticky--lp .b-hdr-menu-btn,
  .b-hdr__menu__hdr .b-hdr-menu-btn,
  [class*='b-hdr--lp--'] .b-hdr__menu__hdr__btn,
  .b-hdr--sticky--lp .b-hdr__menu__hdr__btn,
  .b-hdr__menu__hdr .b-hdr__menu__hdr__btn {
    display: none
  }
}

@media screen and (max-width:930px) {

  [class*='b-hdr--lp--'] .b-hdr-menu-btn,
  .b-hdr--sticky--lp .b-hdr-menu-btn,
  .b-hdr__menu__hdr .b-hdr-menu-btn,
  [class*='b-hdr--lp--'] .b-hdr__menu__hdr__btn,
  .b-hdr--sticky--lp .b-hdr__menu__hdr__btn,
  .b-hdr__menu__hdr .b-hdr__menu__hdr__btn {
    position: relative;
    font-family: 'HelveticaNowText-Regular', 'TazuganeGothicStdN-Book', sans-serif;
    margin-top: -4px;
    width: 79px;
    height: 58px
  }
}

@media screen and (max-width:930px) {

  [class*='b-hdr--lp--'] .b-hdr-menu-btn__txt,
  .b-hdr--sticky--lp .b-hdr-menu-btn__txt,
  .b-hdr__menu__hdr .b-hdr-menu-btn__txt,
  [class*='b-hdr--lp--'] .b-hdr__menu__hdr__btn__txt,
  .b-hdr--sticky--lp .b-hdr__menu__hdr__btn__txt,
  .b-hdr__menu__hdr .b-hdr__menu__hdr__btn__txt {
    display: block;
    margin-right: -2px;
    padding: 20px;
    text-align: center;
    -webkit-transition: opacity .45s ease;
    transition: opacity .45s ease
  }
}

[class*='b-hdr--lp--'] .b-hdr-menu-btn__txt,
.b-hdr--sticky--lp .b-hdr-menu-btn__txt,
.b-hdr__menu__hdr .b-hdr-menu-btn__txt,
[class*='b-hdr--lp--'] .b-hdr__menu__hdr__btn__txt,
.b-hdr--sticky--lp .b-hdr__menu__hdr__btn__txt,
.b-hdr__menu__hdr .b-hdr__menu__hdr__btn__txt {
  font-family: 'HelveticaNowText-Medium', 'TazuganeGothicStdN-Medium', sans-serif
}

@media screen and (max-width:930px) {

  [class*='b-hdr--lp--'] .b-hdr-menu-btn__txt,
  .b-hdr--sticky--lp .b-hdr-menu-btn__txt,
  .b-hdr__menu__hdr .b-hdr-menu-btn__txt,
  [class*='b-hdr--lp--'] .b-hdr__menu__hdr__btn__txt,
  .b-hdr--sticky--lp .b-hdr__menu__hdr__btn__txt,
  .b-hdr__menu__hdr .b-hdr__menu__hdr__btn__txt {
    font-size: 13px
  }
}

@media screen and (max-width:930px) {

  [class*='b-hdr--lp--'] .b-hdr-menu-btn__txt,
  .b-hdr--sticky--lp .b-hdr-menu-btn__txt,
  .b-hdr__menu__hdr .b-hdr-menu-btn__txt,
  [class*='b-hdr--lp--'] .b-hdr__menu__hdr__btn__txt,
  .b-hdr--sticky--lp .b-hdr__menu__hdr__btn__txt,
  .b-hdr__menu__hdr .b-hdr__menu__hdr__btn__txt {
    line-height: 1.615384615384615
  }
}

@media screen and (max-width:930px) {

  [class*='b-hdr--lp--'] .b-hdr-menu-btn__txt,
  .b-hdr--sticky--lp .b-hdr-menu-btn__txt,
  .b-hdr__menu__hdr .b-hdr-menu-btn__txt,
  [class*='b-hdr--lp--'] .b-hdr__menu__hdr__btn__txt,
  .b-hdr--sticky--lp .b-hdr__menu__hdr__btn__txt,
  .b-hdr__menu__hdr .b-hdr__menu__hdr__btn__txt {
    letter-spacing: .09em
  }
}

@media screen and (max-width:930px) {

  [class*='b-hdr--lp--'] .b-hdr-menu-btn__txt,
  .b-hdr--sticky--lp .b-hdr-menu-btn__txt,
  .b-hdr__menu__hdr .b-hdr-menu-btn__txt,
  [class*='b-hdr--lp--'] .b-hdr__menu__hdr__btn__txt,
  .b-hdr--sticky--lp .b-hdr__menu__hdr__btn__txt,
  .b-hdr__menu__hdr .b-hdr__menu__hdr__btn__txt {
    font-weight: 600
  }
}

@media screen and (min-width:931px) {

  [class*='b-hdr--lp--'] .b-hdr__menu__hdr,
  .b-hdr--sticky--lp .b-hdr__menu__hdr,
  .b-hdr__menu__hdr .b-hdr__menu__hdr {
    display: none
  }
}

[class*='b-hdr--lp--'] {
  position: absolute;
  z-index: 10000
}

@media screen and (min-width:931px) {
  [class*='b-hdr--lp--'] {
    padding-top: 20px;
    padding-right: 24px;
    padding-bottom: 20px;
    padding-left: 25px
  }
}

@media screen and (max-width:930px) {
  [class*='b-hdr--lp--'] .b-hdr__menu {
    position: fixed;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    z-index: 10000;
    top: -100%;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity .45s ease, top 0s linear .45s;
    transition: opacity .45s ease, top 0s linear .45s
  }
}

@media screen and (max-width:930px) {
  [class*='b-hdr--lp--'] .b-hdr__menu__list__itm+.b-hdr__menu__list__itm {
    margin-top: 26px
  }
}

@media screen and (max-width:930px) {
  [class*='b-hdr--lp--'] .b-hdr__menu__list__itm__link {
    font-size: 21px
  }
}

@media screen and (max-width:930px) {
  [class*='b-hdr--lp--'] .b-hdr__menu__list__itm__link {
    line-height: 1.428571428571429
  }
}

@media screen and (max-width:930px) {
  [class*='b-hdr--lp--'] .b-hdr__menu__list__itm__link {
    letter-spacing: .12em
  }
}

@media screen and (max-width:930px) {
  [class*='b-hdr--lp--'] .b-hdr__menu__list__itm__link {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  [class*='b-hdr--lp--'] .b-hdr__menu__list__itm__link {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateX(-3rem);
    transform: translateX(-3rem);
    -webkit-transition: opacity .45s ease, -webkit-transform .45s ease .45s;
    transition: opacity .45s ease, -webkit-transform .45s ease .45s;
    transition: opacity .45s ease, transform .45s ease .45s;
    transition: opacity .45s ease, transform .45s ease .45s, -webkit-transform .45s ease .45s
  }
}

@media screen and (max-width:930px) {
  [class*='b-hdr--lp--'] .b-hdr__menu__to-store {
    margin-top: 60px;
    padding-left: 3rem
  }
}

@media screen and (max-width:930px) {
  [class*='b-hdr--lp--'] .b-hdr__menu__to-store__link {
    font-size: 14px
  }
}

@media screen and (max-width:930px) {
  [class*='b-hdr--lp--'] .b-hdr__menu__to-store__link {
    line-height: 1.714285714285714
  }
}

@media screen and (max-width:930px) {
  [class*='b-hdr--lp--'] .b-hdr__menu__to-store__link {
    letter-spacing: .03em
  }
}

@media screen and (max-width:930px) {
  [class*='b-hdr--lp--'] .b-hdr__menu__to-store__link {
    font-weight: 500
  }
}

@media screen and (max-width:930px) {
  [class*='b-hdr--lp--'] .b-hdr__menu__to-store__link {
    position: relative;
    padding-left: 18px
  }

  [class*='b-hdr--lp--'] .b-hdr__menu__to-store__link::after {
    content: '';
    display: block;
    position: absolute;
    top: -19px;
    left: 0;
    z-index: 1;
    width: 15px;
    height: 1px;
    background-color: #c7c7c7
  }
}

@media screen and (min-width:931px) {
  [class*='b-hdr--lp--'] .b-hdr__menu__brand-logo {
    display: none
  }
}

@media screen and (max-width:930px) {
  [class*='b-hdr--lp--'] .b-hdr__menu__brand-logo {
    width: 10.6rem;
    height: 16.4rem;
    position: absolute;
    right: 1rem;
    bottom: -.3rem
  }
}

.b-hdr--sticky--lp {
  position: fixed;
  z-index: 9999;
  color: #111;
  opacity: 0;
  background-color: #fff;
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease
}

@media screen and (min-width:931px) {
  .b-hdr--sticky--lp {
    top: -76px
  }
}

@media screen and (max-width:930px) {
  .b-hdr--sticky--lp {
    top: -84px
  }
}

.b-hdr--sticky--lp.display {
  top: 0;
  opacity: 1;
  -webkit-transition-duration: .5s;
  transition-duration: .5s
}

@media screen and (max-width:930px) {
  .b-hdr--sticky--lp .b-hdr__menu {
    display: none
  }
}

@media screen and (min-width:931px) {
  .b-hdr--sticky--lp .b-hdr__menu__brand-logo {
    display: none
  }
}

.b-hdr--lp--white {
  color: #fff
}

@media screen and (max-width:930px) {
  .b-hdr--lp--white .b-hdr__menu {
    color: #111;
    background-color: #fff
  }
}

@media screen and (max-width:930px) {
  body.lpMenu .b-hdr-menu-btn__txt {
    opacity: 0
  }
}

@media screen and (max-width:930px) {
  body.lpMenu [class*='b-hdr--lp--'] .b-hdr__menu {
    top: 0;
    opacity: 1;
    -webkit-transition: opacity .45s ease;
    transition: opacity .45s ease
  }
}

@media screen and (max-width:930px) {
  body.lpMenu [class*='b-hdr--lp--'] .b-hdr__menu__list__itm__link {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: opacity .45s ease, -webkit-transform .45s ease;
    transition: opacity .45s ease, -webkit-transform .45s ease;
    transition: opacity .45s ease, transform .45s ease;
    transition: opacity .45s ease, transform .45s ease, -webkit-transform .45s ease
  }
}

@media screen and (max-width:930px) {
  body.lpMenu [class*='b-hdr--lp--'] .b-hdr__menu__list__itm:nth-child(1) .b-hdr__menu__list__itm__link {
    -webkit-transition-delay: .05s;
    transition-delay: .05s
  }
}

@media screen and (max-width:930px) {
  body.lpMenu [class*='b-hdr--lp--'] .b-hdr__menu__list__itm:nth-child(2) .b-hdr__menu__list__itm__link {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
  }
}

@media screen and (max-width:930px) {
  body.lpMenu [class*='b-hdr--lp--'] .b-hdr__menu__list__itm:nth-child(3) .b-hdr__menu__list__itm__link {
    -webkit-transition-delay: .15000000000000002s;
    transition-delay: .15000000000000002s
  }
}

@media screen and (max-width:930px) {
  body.lpMenu [class*='b-hdr--lp--'] .b-hdr__menu__list__itm:nth-child(4) .b-hdr__menu__list__itm__link {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
  }
}

.b-menu {
  top: -100%;
  z-index: 9998;
  width: 100%;
  background-color: #fff
}

@media screen and (min-width:931px) {
  .b-menu {
    right: 0;
    opacity: 0;
    -webkit-transition: top 0s linear .5s, opacity .425s ease;
    transition: top 0s linear .5s, opacity .425s ease
  }
}

@media screen and (max-width:930px) {
  .b-menu {
    overflow: auto;
    position: fixed;
    right: -100%;
    z-index: 9999;
    height: 100%;
    padding-top: 72px !important;
    -webkit-overflow-scrolling: touch
  }
}

.b-menu.display {
  top: 0
}

@media screen and (min-width:931px) {
  .b-menu.display {
    opacity: 1;
    -webkit-transition: opacity .425s ease;
    transition: opacity .425s ease
  }
}

@media screen and (min-width:931px) {
  .b-menu .b-menu__list {
    position: relative;
    width: 100%;
    border-top: 1px solid #e1e1e1
  }
}

@media screen and (min-width:931px) {
  .b-menu .b-menu__list__itm__link {
    border-right: 1px solid #e1e1e1
  }
}

.b-menu [class*='b-menu__list__itm--']:not([class*='--to-lineup']):not([class*='--brand']) .b-menu__list__itm__link {
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media screen and (min-width:931px) {
  .b-menu [class*='b-menu__list__itm--']:not([class*='--to-lineup']):not([class*='--brand']) .b-menu__list__itm__link {
    width: 300px;
    height: 63px;
    padding-right: 36px;
    padding-left: 87px;
    background-position: 30px 50%;
    background-size: 45px;
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease
  }
}

@media screen and (max-width:930px) {
  .b-menu [class*='b-menu__list__itm--']:not([class*='--to-lineup']):not([class*='--brand']) .b-menu__list__itm__link {
    height: 81px;
    padding-left: 72px;
    background-position: -3px 50%;
    background-size: 60px
  }
}

.b-menu [class*='b-menu__list__itm--']:not([class*='--to-lineup']):not([class*='--after-parts']):not([class*='--brand']) .b-menu__list__itm__link {
  cursor: default
}

@media screen and (max-width:930px) {
  .b-menu [class*='b-menu__list__itm--']:not([class*='--to-lineup']):not([class*='--after-parts']):not([class*='--brand']) .b-menu__list__itm__link {
    position: relative
  }

  .b-menu [class*='b-menu__list__itm--']:not([class*='--to-lineup']):not([class*='--after-parts']):not([class*='--brand']) .b-menu__list__itm__link::before,
  .b-menu [class*='b-menu__list__itm--']:not([class*='--to-lineup']):not([class*='--after-parts']):not([class*='--brand']) .b-menu__list__itm__link::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    background-color: #111
  }

  .b-menu [class*='b-menu__list__itm--']:not([class*='--to-lineup']):not([class*='--after-parts']):not([class*='--brand']) .b-menu__list__itm__link::before {
    top: 30px;
    right: 5px;
    width: 1px;
    height: 11px;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
  }

  .b-menu [class*='b-menu__list__itm--']:not([class*='--to-lineup']):not([class*='--after-parts']):not([class*='--brand']) .b-menu__list__itm__link::after {
    top: 35px;
    right: 0;
    width: 11px;
    height: 1px
  }
}

@media screen and (min-width:931px) {
  .b-menu [class*='b-menu__list__itm--']:not([class*='--to-lineup']):not([class*='--after-parts']):not([class*='--brand']) .b-menu__list__itm__link.current {
    background-color: #f1f2f3
  }
}

@media screen and (max-width:930px) {
  .b-menu [class*='b-menu__list__itm--'].open .b-menu__list__itm__link::before {
    opacity: 0
  }
}

.b-menu .b-menu__list__itm--kitchen .b-menu__list__itm__link {
  background-image: url("/assets/images/common/products/kitchen/ico-illust-01.svg")
}

.b-menu .b-menu__list__itm--air-light .b-menu__list__itm__link {
  background-image: url("/assets/images/common/products/air-light/ico-illust-01.svg")
}

.b-menu .b-menu__list__itm--clean-laundry .b-menu__list__itm__link {
  background-image: url("/assets/images/common/products/clean-laundry/ico-illust-01.svg")
}

.b-menu .b-menu__list__itm--beauty-health .b-menu__list__itm__link {
  background-image: url("/assets/images/common/products/beauty-health/ico-illust-01.svg")
}

.b-menu .b-menu__list__itm--audio-visual .b-menu__list__itm__link {
  background-image: url("/assets/images/common/products/audio-visual/ico-illust-01.svg")
}

.b-menu .b-menu__list__itm--after-parts .b-menu__list__itm__link {
  position: relative;
  background-image: url("/assets/images/common/products/after-parts/ico-illust-01.svg")
}

.b-menu .b-menu__list__itm--after-parts .b-menu__list__itm__link::after {
  content: '';
  position: absolute;
  top: 50%;
  z-index: 1
}

.b-menu .b-menu__list__itm--after-parts .b-menu__list__itm__link::after display block {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}

@media screen and (min-width:931px) {
  .b-menu .b-menu__list__itm--after-parts .b-menu__list__itm__link::after {
    right: 30px;
    width: 8px;
    height: 5px;
    margin-top: -4px;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20viewBox%3D%220%200%208%205%22%3E%3Cpath%20d%3D%22M4%205%200%20.8.8%200%204%203.3%207.2%200l.8.8L4%205Z%22%20style%3D%22fill%3A%23111%22%2F%3E%3C%2Fsvg%3E');
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }

  .b-menu .b-menu__list__itm--after-parts .b-menu__list__itm__link:hover {
    background-color: #f1f2f3
  }
}

@media screen and (max-width:930px) {
  .b-menu .b-menu__list__itm--after-parts .b-menu__list__itm__link {
    position: relative
  }

  .b-menu .b-menu__list__itm--after-parts .b-menu__list__itm__link::after {
    right: 0;
    width: 7px;
    height: 10px;
    margin-top: -5px;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20viewBox%3D%220%200%207%2010%22%3E%3Cpath%20d%3D%22M.6%2010%200%209.1%205.3%205%200%20.8.6%200%207%205%20.6%2010Z%22%20style%3D%22fill%3A%23111%22%2F%3E%3C%2Fsvg%3E')
  }
}

@media screen and (max-width:930px) {
  .b-menu .b-menu__list__itm--to-lineup {
    padding-top: 26px;
    padding-bottom: 50px
  }
}

@media screen and (max-width:930px) {
  .b-menu .b-menu__list__itm--to-lineup .b-menu__list__itm__link {
    display: inline-block
  }
}

@media screen and (min-width:931px) {
  .b-menu .b-menu__list__itm--brand {
    line-height: 0
  }
}

@media screen and (min-width:931px) {
  .b-menu .b-menu__list__itm--brand .b-menu__list__itm__link {
    width: 300px;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
  }

  .b-menu .b-menu__list__itm--brand .b-menu__list__itm__link:hover {
    opacity: .6
  }
}

@media screen and (max-width:930px) {
  .b-menu .b-menu__list__itm--brand .b-menu__list__itm__link {
    line-height: 0
  }
}

.b-menu .b-menu__nav__list__itm__link__txt--ja {
  margin-top: 8px;
  font-family: 'TazuganeGothicStdN-Book', sans-serif;
  font-size: 14px;
  line-height: 1.285714285714286;
  letter-spacing: .12em;
  font-weight: 400
}

.b-menu .b-menu__nav__list__itm__link__txt--en {
  margin-top: -8px;
  font-family: 'HelveticaNowText-Regular', 'TazuganeGothicStdN-Book', sans-serif;
  font-size: 10px;
  line-height: 3;
  letter-spacing: .09em;
  font-weight: 500
}

@media screen and (min-width:931px) {
  .b-menu [class*='b-menu__list__itm__products--']:not([class*='--wrap']) {
    position: absolute;
    top: 0;
    left: 301px;
    width: calc(100% - 300px);
    padding: 48px 60px;
    background-color: #fff;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@media screen and (max-width:930px) {
  .b-menu [class*='b-menu__list__itm__products--']:not([class*='--wrap']) {
    padding-right: 3rem;
    padding-left: 3rem;
    background-color: #f1f2f3
  }
}

@media screen and (min-width:931px) {
  .b-menu [class*='b-menu__list__itm__products--']:not([class*='--wrap']):not(.current) {
    overflow: hidden;
    z-index: 1;
    height: 100%;
    opacity: 0;
    -webkit-transition-delay: .25s;
    transition-delay: .25s
  }
}

@media screen and (min-width:931px) {
  .b-menu [class*='b-menu__list__itm__products--']:not([class*='--wrap']).current {
    overflow: auto;
    z-index: 2;
    opacity: 1
  }
}

.b-menu .b-menu__list__itm__products__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (min-width:931px) {
  .b-menu .b-menu__list__itm__products__list {
    width: 774px
  }
}

@media screen and (max-width:930px) {
  .b-menu .b-menu__list__itm__products__list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 20px
  }
}

@media screen and (min-width:931px) {
  .b-menu .b-menu__list__itm__products__list__itm {
    width: calc(130px + 3rem + 2.8rem + 13.2rem);
    margin-top: 12px
  }
}

@media screen and (max-width:930px) {
  .b-menu .b-menu__list__itm__products__list__itm {
    width: 15rem;
    margin-top: 15px
  }
}

.b-menu .b-menu__list__itm__products__list__itm__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (min-width:931px) {
  .b-menu .b-menu__list__itm__products__list__itm__link {
    font-size: 12px
  }
}

@media screen and (min-width:931px) {
  .b-menu .b-menu__list__itm__products__list__itm__link {
    line-height: 1.5
  }
}

@media screen and (min-width:931px) {
  .b-menu .b-menu__list__itm__products__list__itm__link {
    letter-spacing: .03em
  }
}

@media screen and (min-width:931px) {
  .b-menu .b-menu__list__itm__products__list__itm__link {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .b-menu .b-menu__list__itm__products__list__itm__link {
    font-size: 11px
  }
}

@media screen and (max-width:930px) {
  .b-menu .b-menu__list__itm__products__list__itm__link {
    line-height: 1.636363636363636
  }
}

@media screen and (max-width:930px) {
  .b-menu .b-menu__list__itm__products__list__itm__link {
    letter-spacing: .03em
  }
}

@media screen and (max-width:930px) {
  .b-menu .b-menu__list__itm__products__list__itm__link {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  .b-menu .b-menu__list__itm__products__list__itm__link {
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease
  }

  .b-menu .b-menu__list__itm__products__list__itm__link:hover {
    opacity: .6
  }
}

@media screen and (min-width:931px) {
  .b-menu .b-menu__list__itm__products__list__itm__link__img {
    width: 54px;
    height: 54px
  }
}

@media screen and (max-width:930px) {
  .b-menu .b-menu__list__itm__products__list__itm__link__img {
    width: 63px;
    height: 63px
  }
}

@media screen and (min-width:931px) {
  .b-menu .b-menu__list__itm__products__list__itm__link__txt {
    width: calc(100% - 54px);
    padding: 0 8px
  }
}

@media screen and (max-width:930px) {
  .b-menu .b-menu__list__itm__products__list__itm__link__txt {
    width: calc(100% - 63px);
    padding-left: 5px
  }
}

.b-menu .b-menu__list__itm__products__lineup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (min-width:931px) {
  .b-menu .b-menu__list__itm__products__lineup {
    margin-top: 30px
  }
}

@media screen and (max-width:930px) {
  .b-menu .b-menu__list__itm__products__lineup {
    display: none
  }
}

@media screen and (min-width:931px) {
  .b-menu .b-menu__list__itm__products__lineup__link {
    width: 17.8rem
  }
}

@media screen and (min-width:931px) {
  .b-menu .b-menu__list__itm__products__lineup__link+.b-menu__list__itm__products__lineup__link {
    margin-left: 45px
  }
}

@media screen and (min-width:931px) {
  .b-menu .b-menu__cnt {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: auto;
    position: relative;
    -webkit-transform: translateZ(0)
  }
}

@media screen and (max-width:930px) {
  .b-menu .b-menu__cnt {
    -webkit-overflow-scrolling: touch
  }
}

@media screen and (min-width:931px) {
  .b-menu [class*="b-menu__cnt__itm--"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    padding: 48px 60px 0 60px;
    background-color: #fff;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
  }
}

@media screen and (min-width:931px) {
  .b-menu [class*="b-menu__cnt__itm--"]:not(.current) {
    overflow: hidden;
    z-index: 1;
    height: 100%;
    opacity: 0;
    -webkit-transition-delay: .25s;
    transition-delay: .25s
  }
}

@media screen and (min-width:931px) {
  .b-menu [class*="b-menu__cnt__itm--"].current {
    z-index: 2;
    opacity: 1
  }
}

.b-menu .b-menu__cnt__itm__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (min-width:931px) {
  .b-menu .b-menu__cnt__itm__list {
    width: 774px
  }
}

@media screen and (min-width:931px) {
  .b-menu .b-menu__cnt__itm__list__itm {
    width: 258px;
    margin-top: 12px
  }
}

.b-menu .b-menu__cnt__itm__list__itm__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (min-width:931px) {
  .b-menu .b-menu__cnt__itm__list__itm__link {
    font-size: 12px
  }
}

@media screen and (min-width:931px) {
  .b-menu .b-menu__cnt__itm__list__itm__link {
    line-height: 1.5
  }
}

@media screen and (min-width:931px) {
  .b-menu .b-menu__cnt__itm__list__itm__link {
    letter-spacing: .03em
  }
}

@media screen and (min-width:931px) {
  .b-menu .b-menu__cnt__itm__list__itm__link {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  .b-menu .b-menu__cnt__itm__list__itm__link {
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease
  }

  .b-menu .b-menu__cnt__itm__list__itm__link:hover {
    opacity: .6
  }
}

@media screen and (min-width:931px) {
  .b-menu .b-menu__cnt__itm__list__itm__link__img {
    width: 54px;
    height: 54px
  }
}

@media screen and (min-width:931px) {
  .b-menu .b-menu__cnt__itm__list__itm__link__txt {
    width: calc(100% - 54px);
    padding: 0 8px
  }
}

.b-menu .b-menu__cnt__itm__lineup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (min-width:931px) {
  .b-menu .b-menu__cnt__itm__lineup {
    margin-top: 30px
  }
}

@media screen and (min-width:931px) {
  .b-menu .b-menu__cnt__itm__lineup__link+.b-menu__cnt__itm__lineup__link {
    margin-left: 45px
  }
}

@media screen and (min-width:931px) {
  .b-menu [class*='b-menu__btn--'] {
    display: none
  }
}

@media screen and (max-width:930px) {
  .b-menu [class*='b-menu__btn--'] {
    position: absolute;
    top: 10px;
    z-index: 1;
    width: 50px;
    height: 50px
  }

  .b-menu [class*='b-menu__btn--']::before {
    content: '';
    position: absolute;
    z-index: 1;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
  }
}

@media screen and (max-width:930px) {
  .b-menu .b-menu__btn--back {
    left: 3rem;
    margin-left: -20px
  }

  .b-menu .b-menu__btn--back::before {
    top: 22px;
    left: 15px;
    width: 20px;
    height: 7px;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20viewBox%3D%220%200%2020%207%22%3E%3Cpath%20d%3D%22M20%203.5%2013%200v3H0v1h13v3l7-3.5Z%22%2F%3E%3C%2Fsvg%3E');
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
}

@media screen and (max-width:930px) {
  .b-menu .b-menu__btn--close {
    right: 3rem;
    margin-right: -20px
  }

  .b-menu .b-menu__btn--close::before {
    top: 20px;
    left: 20px;
    width: 10px;
    height: 10px;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20viewBox%3D%220%200%2011%2011%22%3E%3Cpath%20d%3D%22M11%201.2%209.8%200%205.5%204.3%201.2%200%200%201.2l4.3%204.3L0%209.8%201.2%2011l4.3-4.3L9.8%2011%2011%209.8%206.7%205.5%2011%201.2Z%22%2F%3E%3C%2Fsvg%3E')
  }
}

@media screen and (max-width:930px) {
  body.openedMenuSecondary .b-menu {
    top: 0;
    right: 0;
    -webkit-transition: right .55s cubic-bezier(.87, 0, .13, 1);
    transition: right .55s cubic-bezier(.87, 0, .13, 1)
  }
}

@media screen and (max-width:930px) {
  body.returnedMenuSecondary .b-menu {
    top: 0;
    right: -100%;
    -webkit-transition: right .55s cubic-bezier(.87, 0, .13, 1);
    transition: right .55s cubic-bezier(.87, 0, .13, 1)
  }
}

@media screen and (max-width:930px) {
  body.closedMenuSecondary .b-menu {
    right: 100%
  }
}

@media screen and (min-width:931px) {
  body:not(.headerSticky) .b-menu {
    position: absolute
  }
}

@media screen and (min-width:931px) {
  body.headerSticky .b-menu {
    position: fixed
  }
}

@media screen and (min-width:931px) {

  [class*='b-sitemap--']:not([class*='--inr']),
  .b-sitemap {
    width: 100%;
    overflow: hidden
  }
}

@media screen and (min-width:931px) {

  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap--inr,
  .b-sitemap .b-sitemap--inr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 1080px;
    padding: 81px 61px
  }
}

@media screen and (max-width:930px) {

  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap--inr,
  .b-sitemap .b-sitemap--inr {
    padding: 22px 0 75px
  }
}

@media screen and (min-width:931px) {

  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col:not(:first-child),
  .b-sitemap .b-sitemap__col:not(:first-child) {
    margin-left: 7rem
  }
}

@media screen and (min-width:931px) {

  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col__list,
  .b-sitemap .b-sitemap__col__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media screen and (min-width:931px) {

  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col:nth-child(1) .b-sitemap__col__list__itm,
  .b-sitemap .b-sitemap__col:nth-child(1) .b-sitemap__col__list__itm {
    width: 120px
  }
}

@media screen and (min-width:931px) {

  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col:nth-child(2) .b-sitemap__col__list__itm,
  .b-sitemap .b-sitemap__col:nth-child(2) .b-sitemap__col__list__itm {
    width: 164px
  }
}

@media screen and (min-width:931px) {

  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col:nth-child(3) .b-sitemap__col__list__itm:nth-child(1),
  .b-sitemap .b-sitemap__col:nth-child(3) .b-sitemap__col__list__itm:nth-child(1) {
    width: 120px
  }
}

@media screen and (min-width:931px) {

  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col:nth-child(3) .b-sitemap__col__list__itm:nth-child(2),
  .b-sitemap .b-sitemap__col:nth-child(3) .b-sitemap__col__list__itm:nth-child(2) {
    width: 150px
  }
}

@media screen and (min-width:931px) {

  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col:nth-child(4) .b-sitemap__col__list__itm,
  .b-sitemap .b-sitemap__col:nth-child(4) .b-sitemap__col__list__itm {
    width: 180px
  }
}

@media screen and (max-width:930px) {

  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col__ttl,
  .b-sitemap .b-sitemap__col__ttl {
    border-bottom: 1px solid #e1e1e1
  }
}

@media screen and (min-width:931px) {

  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col__list--wrap,
  .b-sitemap .b-sitemap__col__list--wrap {
    height: auto !important
  }
}

@media screen and (max-width:930px) {

  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col__list__itm,
  .b-sitemap .b-sitemap__col__list__itm {
    border-bottom: 1px solid #e1e1e1
  }
}

[class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col:nth-child(1) .b-sitemap__col__list__itm__list__itm__link,
.b-sitemap .b-sitemap__col:nth-child(1) .b-sitemap__col__list__itm__list__itm__link,
[class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col__ttl__txt,
.b-sitemap .b-sitemap__col__ttl__txt {
  display: block;
  font-family: 'TazuganeGothicStdN-Medium', sans-serif
}

@media screen and (min-width:931px) {

  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col:nth-child(1) .b-sitemap__col__list__itm__list__itm__link,
  .b-sitemap .b-sitemap__col:nth-child(1) .b-sitemap__col__list__itm__list__itm__link,
  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col__ttl__txt,
  .b-sitemap .b-sitemap__col__ttl__txt {
    font-size: 14px
  }
}

@media screen and (min-width:931px) {

  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col:nth-child(1) .b-sitemap__col__list__itm__list__itm__link,
  .b-sitemap .b-sitemap__col:nth-child(1) .b-sitemap__col__list__itm__list__itm__link,
  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col__ttl__txt,
  .b-sitemap .b-sitemap__col__ttl__txt {
    line-height: 1.857142857142857
  }
}

@media screen and (min-width:931px) {

  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col:nth-child(1) .b-sitemap__col__list__itm__list__itm__link,
  .b-sitemap .b-sitemap__col:nth-child(1) .b-sitemap__col__list__itm__list__itm__link,
  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col__ttl__txt,
  .b-sitemap .b-sitemap__col__ttl__txt {
    letter-spacing: .09em
  }
}

@media screen and (min-width:931px) {

  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col:nth-child(1) .b-sitemap__col__list__itm__list__itm__link,
  .b-sitemap .b-sitemap__col:nth-child(1) .b-sitemap__col__list__itm__list__itm__link,
  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col__ttl__txt,
  .b-sitemap .b-sitemap__col__ttl__txt {
    font-weight: 600
  }
}

@media screen and (max-width:930px) {

  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col:nth-child(1) .b-sitemap__col__list__itm__list__itm__link,
  .b-sitemap .b-sitemap__col:nth-child(1) .b-sitemap__col__list__itm__list__itm__link,
  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col__ttl__txt,
  .b-sitemap .b-sitemap__col__ttl__txt {
    font-size: 14px
  }
}

@media screen and (max-width:930px) {

  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col:nth-child(1) .b-sitemap__col__list__itm__list__itm__link,
  .b-sitemap .b-sitemap__col:nth-child(1) .b-sitemap__col__list__itm__list__itm__link,
  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col__ttl__txt,
  .b-sitemap .b-sitemap__col__ttl__txt {
    line-height: 1.857142857142857
  }
}

@media screen and (max-width:930px) {

  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col:nth-child(1) .b-sitemap__col__list__itm__list__itm__link,
  .b-sitemap .b-sitemap__col:nth-child(1) .b-sitemap__col__list__itm__list__itm__link,
  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col__ttl__txt,
  .b-sitemap .b-sitemap__col__ttl__txt {
    letter-spacing: .08em
  }
}

@media screen and (max-width:930px) {

  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col:nth-child(1) .b-sitemap__col__list__itm__list__itm__link,
  .b-sitemap .b-sitemap__col:nth-child(1) .b-sitemap__col__list__itm__list__itm__link,
  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col__ttl__txt,
  .b-sitemap .b-sitemap__col__ttl__txt {
    font-weight: 600
  }
}

@media screen and (min-width:931px) {

  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col:nth-child(1) .b-sitemap__col__list__itm__list__itm__link,
  .b-sitemap .b-sitemap__col:nth-child(1) .b-sitemap__col__list__itm__list__itm__link,
  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col__ttl__txt,
  .b-sitemap .b-sitemap__col__ttl__txt {
    padding: 5px
  }
}

@media screen and (max-width:930px) {

  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col:nth-child(1) .b-sitemap__col__list__itm__list__itm__link,
  .b-sitemap .b-sitemap__col:nth-child(1) .b-sitemap__col__list__itm__list__itm__link,
  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col__ttl__txt,
  .b-sitemap .b-sitemap__col__ttl__txt {
    padding: 17px 0
  }
}

@media screen and (min-width:931px) {

  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col:nth-child(1) .b-sitemap__col__list__itm__list__itm__link,
  .b-sitemap .b-sitemap__col:nth-child(1) .b-sitemap__col__list__itm__list__itm__link {
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
  }

  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col:nth-child(1) .b-sitemap__col__list__itm__list__itm__link:hover,
  .b-sitemap .b-sitemap__col:nth-child(1) .b-sitemap__col__list__itm__list__itm__link:hover {
    opacity: .6
  }
}

@media screen and (max-width:930px) {

  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col__ttl__txt,
  .b-sitemap .b-sitemap__col__ttl__txt {
    display: block;
    position: relative
  }

  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col__ttl__txt::before,
  .b-sitemap .b-sitemap__col__ttl__txt::before,
  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col__ttl__txt::after,
  .b-sitemap .b-sitemap__col__ttl__txt::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    background-color: #111
  }

  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col__ttl__txt::before,
  .b-sitemap .b-sitemap__col__ttl__txt::before {
    top: 32px;
    right: 20px;
    width: 9px;
    height: 1px
  }

  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col__ttl__txt::after,
  .b-sitemap .b-sitemap__col__ttl__txt::after {
    top: 28px;
    right: 24px;
    width: 1px;
    height: 9px;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
  }
}

@media screen and (max-width:930px) {

  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col.open .b-sitemap__col__ttl__txt::after,
  .b-sitemap .b-sitemap__col.open .b-sitemap__col__ttl__txt::after {
    opacity: 0
  }
}

@media screen and (max-width:930px) {

  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col:nth-child(1) .b-sitemap__col__list__itm__list__itm__link,
  .b-sitemap .b-sitemap__col:nth-child(1) .b-sitemap__col__list__itm__list__itm__link {
    position: relative
  }

  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col:nth-child(1) .b-sitemap__col__list__itm__list__itm__link::after,
  .b-sitemap .b-sitemap__col:nth-child(1) .b-sitemap__col__list__itm__list__itm__link::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 1;
    width: 7px;
    height: 10px;
    margin-top: -5px;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20viewBox%3D%220%200%207%2010%22%3E%3Cpath%20d%3D%22M.6%2010%200%209.1%205.3%205%200%20.8.6%200%207%205%20.6%2010Z%22%20style%3D%22fill%3A%23111%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
  }
}

[class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col:not(:nth-child(1)) .b-sitemap__col__list__itm__list__itm__link,
.b-sitemap .b-sitemap__col:not(:nth-child(1)) .b-sitemap__col__list__itm__list__itm__link {
  color: #808080;
  font-family: 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (min-width:931px) {

  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col:not(:nth-child(1)) .b-sitemap__col__list__itm__list__itm__link,
  .b-sitemap .b-sitemap__col:not(:nth-child(1)) .b-sitemap__col__list__itm__list__itm__link {
    font-size: 12px
  }
}

@media screen and (min-width:931px) {

  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col:not(:nth-child(1)) .b-sitemap__col__list__itm__list__itm__link,
  .b-sitemap .b-sitemap__col:not(:nth-child(1)) .b-sitemap__col__list__itm__list__itm__link {
    line-height: 1.5
  }
}

@media screen and (min-width:931px) {

  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col:not(:nth-child(1)) .b-sitemap__col__list__itm__list__itm__link,
  .b-sitemap .b-sitemap__col:not(:nth-child(1)) .b-sitemap__col__list__itm__list__itm__link {
    letter-spacing: .1em
  }
}

@media screen and (min-width:931px) {

  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col:not(:nth-child(1)) .b-sitemap__col__list__itm__list__itm__link,
  .b-sitemap .b-sitemap__col:not(:nth-child(1)) .b-sitemap__col__list__itm__list__itm__link {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {

  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col:not(:nth-child(1)) .b-sitemap__col__list__itm__list__itm__link,
  .b-sitemap .b-sitemap__col:not(:nth-child(1)) .b-sitemap__col__list__itm__list__itm__link {
    font-size: 12px
  }
}

@media screen and (max-width:930px) {

  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col:not(:nth-child(1)) .b-sitemap__col__list__itm__list__itm__link,
  .b-sitemap .b-sitemap__col:not(:nth-child(1)) .b-sitemap__col__list__itm__list__itm__link {
    line-height: 2.166666666666667
  }
}

@media screen and (max-width:930px) {

  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col:not(:nth-child(1)) .b-sitemap__col__list__itm__list__itm__link,
  .b-sitemap .b-sitemap__col:not(:nth-child(1)) .b-sitemap__col__list__itm__list__itm__link {
    letter-spacing: .08em
  }
}

@media screen and (max-width:930px) {

  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col:not(:nth-child(1)) .b-sitemap__col__list__itm__list__itm__link,
  .b-sitemap .b-sitemap__col:not(:nth-child(1)) .b-sitemap__col__list__itm__list__itm__link {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {

  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col:not(:nth-child(1)) .b-sitemap__col__list__itm__list__itm__link,
  .b-sitemap .b-sitemap__col:not(:nth-child(1)) .b-sitemap__col__list__itm__list__itm__link {
    padding: 5px;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
  }

  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col:not(:nth-child(1)) .b-sitemap__col__list__itm__list__itm__link:hover,
  .b-sitemap .b-sitemap__col:not(:nth-child(1)) .b-sitemap__col__list__itm__list__itm__link:hover {
    opacity: .6
  }
}

@media screen and (max-width:930px) {

  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col:not(:nth-child(1)) .b-sitemap__col__list__itm__list__itm__link,
  .b-sitemap .b-sitemap__col:not(:nth-child(1)) .b-sitemap__col__list__itm__list__itm__link {
    padding: 20px 10px
  }
}

@media screen and (min-width:931px) {

  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col__ttl+.b-sitemap__col__list--wrap,
  .b-sitemap .b-sitemap__col__ttl+.b-sitemap__col__list--wrap {
    margin-top: 11px
  }
}

@media screen and (min-width:931px) {

  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col__list__itm+.b-sitemap__col__list__itm,
  .b-sitemap .b-sitemap__col__list__itm+.b-sitemap__col__list__itm {
    margin-left: 20px
  }
}

@media screen and (min-width:931px) {

  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col:nth-child(1) .b-sitemap__col__list__itm__list__itm+.b-sitemap__col__list__itm__list__itm,
  .b-sitemap .b-sitemap__col:nth-child(1) .b-sitemap__col__list__itm__list__itm+.b-sitemap__col__list__itm__list__itm {
    margin-top: 12px
  }
}

@media screen and (max-width:930px) {

  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col:nth-child(1) .b-sitemap__col__list__itm__list__itm+.b-sitemap__col__list__itm__list__itm,
  .b-sitemap .b-sitemap__col:nth-child(1) .b-sitemap__col__list__itm__list__itm+.b-sitemap__col__list__itm__list__itm {
    border-top: 1px solid #e1e1e1
  }
}

@media screen and (min-width:931px) {

  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col:not(:nth-child(1)) .b-sitemap__col__list__itm__list__itm+.b-sitemap__col__list__itm__list__itm,
  .b-sitemap .b-sitemap__col:not(:nth-child(1)) .b-sitemap__col__list__itm__list__itm+.b-sitemap__col__list__itm__list__itm {
    margin-top: 8px
  }
}

@media screen and (max-width:930px) {

  [class*='b-sitemap--']:not([class*='--inr']) .b-sitemap__col:not(:nth-child(1)) .b-sitemap__col__list__itm__list__itm+.b-sitemap__col__list__itm__list__itm,
  .b-sitemap .b-sitemap__col:not(:nth-child(1)) .b-sitemap__col__list__itm__list__itm+.b-sitemap__col__list__itm__list__itm {
    border-top: 1px solid #e1e1e1
  }
}

.b-sitemap {
  border-top: 1px solid #e1e1e1
}

@media screen and (min-width:931px) {
  .b-sitemap {
    margin-top: 180px
  }
}

@media screen and (max-width:930px) {
  .b-sitemap {
    margin-top: 90px
  }
}

@media screen and (max-width:930px) {
  [data-accordion-ctnr] {
    overflow: hidden
  }
}

@media screen and (max-width:930px) {
  [data-accordion-ctnr] [data-accordion-target] {
    height: 0;
    opacity: 0;
    -webkit-transition-property: height, opacity;
    transition-property: height, opacity;
    -webkit-transition-duration: .325s;
    transition-duration: .325s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
  }
}

@media screen and (max-width:930px) {
  [data-accordion-ctnr].open [data-accordion-target] {
    opacity: 1
  }
}

[data-module*='AccordionSecond'] [data-accordion-second-ctnr] {
  overflow: hidden
}

[data-module*='AccordionSecond'] [data-accordion-second-ctnr] [data-accordion-second-target] {
  height: 0;
  opacity: 0;
  -webkit-transition-property: height, opacity;
  transition-property: height, opacity;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .425s;
  transition-duration: .425s
}

[data-module*='AccordionSecond'] [data-accordion-second-ctnr].open [data-accordion-second-target] {
  opacity: 1
}

[data-module*='Inview']:not([data-order-in-view]) {
  opacity: 0;
  -webkit-transform: translateY(72px);
  transform: translateY(72px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: cubic-bezier(0, 0, .2, 1);
  transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

[data-module*='Inview']:not([data-order-in-view]) [data-slide-fade-in-target] {
  position: relative
}

[data-module*='Inview']:not([data-order-in-view]) [data-slide-fade-in-target]::before {
  content: '';
  display: block;
  position: absolute;
  opacity: 1;
  width: 100%;
  height: 100%;
  background-color: #fff
}

[data-module*='Inview']:not([data-order-in-view]).on:not([data-order-in-view]) {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

[data-module*='Inview']:not([data-order-in-view]).on:not([data-order-in-view]) [data-slide-fade-in-target]::before {
  -webkit-animation-name: box-animation;
  animation-name: box-animation;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-timing-function: cubic-bezier(.8, 0, .2, 1);
  animation-timing-function: cubic-bezier(.8, 0, .2, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

[data-module*='Inview'][data-order-in-view] [data-order-in-view-target-1],
[data-module*='Inview'][data-order-in-view] [data-order-in-view-target-2] {
  -webkit-transform: translateY(72px);
  transform: translateY(72px)
}

[data-module*='Inview'][data-order-in-view].on[data-order-in-view] [data-order-in-view-target-1] {
  -webkit-animation-name: ORDER_IN_VIEW_ANIM;
  animation-name: ORDER_IN_VIEW_ANIM;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
  animation-timing-function: cubic-bezier(0, 0, .2, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

[data-module*='Inview'][data-order-in-view].on[data-order-in-view] [data-order-in-view-target-2] {
  -webkit-animation-name: ORDER_IN_VIEW_ANIM;
  animation-name: ORDER_IN_VIEW_ANIM;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
  animation-timing-function: cubic-bezier(0, 0, .2, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

@media screen and (min-width:931px) {
  .cf-anchor .cf-anchor__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media screen and (min-width:931px) {
  .cf-anchor .cf-anchor__list__itm {
    width: 33.333%;
    border-right: 1px solid #e1e1e1
  }
}

@media screen and (max-width:930px) {
  .cf-anchor .cf-anchor__list__itm {
    border-bottom: 1px solid #e1e1e1
  }
}

@media screen and (min-width:931px) {
  .cf-anchor .cf-anchor__list__itm:nth-child(3n + 1) {
    border-left: 1px solid #e1e1e1
  }
}

@media screen and (min-width:931px) {
  .cf-anchor .cf-anchor__list__itm:nth-child(n + 4) {
    margin-top: 30px
  }
}

@media screen and (max-width:930px) {
  .cf-anchor .cf-anchor__list__itm:first-child {
    border-top: 1px solid #e1e1e1
  }
}

.cf-anchor .cf-anchor__list__itm__link {
  width: 100%;
  font-size: 0
}

@media screen and (min-width:931px) {
  .cf-anchor .cf-anchor__list__itm__link {
    padding-top: 18px;
    padding-bottom: 16px;
    text-align: center;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
  }

  .cf-anchor .cf-anchor__list__itm__link:hover {
    opacity: .6
  }
}

@media screen and (max-width:930px) {
  .cf-anchor .cf-anchor__list__itm__link {
    padding-top: 22px;
    padding-bottom: 20px
  }
}

.cf-anchor .cf-anchor__list__itm__link__txt {
  display: inline-block;
  position: relative;
  font-family: 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (min-width:931px) {
  .cf-anchor .cf-anchor__list__itm__link__txt {
    font-size: 14px
  }
}

@media screen and (min-width:931px) {
  .cf-anchor .cf-anchor__list__itm__link__txt {
    line-height: 1.714285714285714
  }
}

@media screen and (min-width:931px) {
  .cf-anchor .cf-anchor__list__itm__link__txt {
    letter-spacing: .09em
  }
}

@media screen and (min-width:931px) {
  .cf-anchor .cf-anchor__list__itm__link__txt {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .cf-anchor .cf-anchor__list__itm__link__txt {
    font-size: 12px
  }
}

@media screen and (max-width:930px) {
  .cf-anchor .cf-anchor__list__itm__link__txt {
    line-height: 1.5
  }
}

@media screen and (max-width:930px) {
  .cf-anchor .cf-anchor__list__itm__link__txt {
    letter-spacing: .09em
  }
}

@media screen and (max-width:930px) {
  .cf-anchor .cf-anchor__list__itm__link__txt {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  .cf-anchor .cf-anchor__list__itm__link__txt {
    padding-right: 26px
  }
}

@media screen and (max-width:930px) {
  .cf-anchor .cf-anchor__list__itm__link__txt {
    width: 100%
  }
}

.cf-anchor .cf-anchor__list__itm__link__txt::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 8px;
  height: 5px;
  margin-top: -2px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20viewBox%3D%220%200%208%205%22%3E%3Cpath%20d%3D%22M4%205%200%20.8.8%200%204%203.3%207.2%200l.8.8L4%205Z%22%20style%3D%22fill%3A%23111%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}

@media screen and (min-width:931px) {
  .cf-anchor .cf-anchor__list__itm__link__txt::after {
    right: 0
  }
}

@media screen and (max-width:930px) {
  .cf-anchor .cf-anchor__list__itm__link__txt::after {
    right: 18px
  }
}

@media screen and (min-width:931px) {

  .cf-cntr,
  .cf-cntr--news-detail {
    margin-top: 87px;
    padding-top: 90px
  }
}

@media screen and (max-width:930px) {

  .cf-cntr,
  .cf-cntr--news-detail {
    margin-top: 15px;
    padding-top: 71px
  }
}

@media screen and (min-width:931px) {
  .cf-cntr--news {
    margin-top: 85px;
    padding-top: 88px
  }
}

@media screen and (max-width:930px) {
  .cf-cntr--news {
    margin-top: 15px;
    padding-top: 71px
  }
}

@media screen and (min-width:931px) {

  .cf-sec-ttl+[class*='cf-mod--'],
  [class*='cf-mod--']+[class*='cf-mod--'],
  table+[class*='cf-mod--'] {
    margin-top: 53px;
    padding-top: 53px
  }
}

@media screen and (max-width:930px) {

  .cf-sec-ttl+[class*='cf-mod--'],
  [class*='cf-mod--']+[class*='cf-mod--'],
  table+[class*='cf-mod--'] {
    margin-top: 37px;
    padding-top: 36px
  }
}

.cf-pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.cf-pager [class *='cf-pager__itm--arrow--'] {
  position: relative
}

@media screen and (min-width:931px) {
  .cf-pager [class *='cf-pager__itm--arrow--'] {
    width: 39px;
    height: 39px;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
  }

  .cf-pager [class *='cf-pager__itm--arrow--']:hover {
    opacity: .6;
    cursor: pointer
  }
}

@media screen and (max-width:930px) {
  .cf-pager [class *='cf-pager__itm--arrow--'] {
    width: 3.9rem;
    height: 3.9rem
  }
}

.cf-pager [class *='cf-pager__itm--arrow--']::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 10px;
  height: 6px;
  margin-top: -3px;
  margin-left: -5px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%208%205%22%20width%3D%228%22%20height%3D%225%22%3E%3Cpath%20d%3D%22M4%205L0%20.8.8%200%204%203.3%207.2%200l.8.8L4%205z%22%20fill%3D%22%23808080%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.cf-pager__itm--arrow--prev::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.cf-pager__itm--arrow--next::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.cf-pager__itm--btn {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #808080;
  font-family: 'HelveticaNowText-Medium', 'TazuganeGothicStdN-Medium', sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: .09em;
  font-weight: 600
}

.cf-pager__itm--btn:not(.current) {
  border: 1px solid #e1e1e1
}

.cf-pager__itm--btn.current {
  background-color: #111;
  color: #fff
}

@media screen and (min-width:931px) {
  .cf-pager__itm--btn {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
  }

  .cf-pager__itm--btn:hover {
    opacity: .6
  }
}

.cf-pager__itm--btn:not(:first-child) {
  margin-left: 1.2rem
}

@media screen and (min-width:931px) {

  .cf-pager__itm--arrow--prev+.cf-pager__itm--btn,
  .cf-pager__itm--btn+.cf-pager__itm--arrow--next {
    margin-left: 1.6rem
  }
}

@media screen and (max-width:930px) {

  .cf-pager__itm--arrow--prev+.cf-pager__itm--btn,
  .cf-pager__itm--btn+.cf-pager__itm--arrow--next {
    margin-left: 1.3rem
  }
}

@media screen and (min-width:931px) {
  .cf-cntr--news .cf-pager {
    margin-top: 90px
  }
}

@media screen and (max-width:930px) {
  .cf-cntr--news .cf-pager {
    margin-top: 45px
  }
}

.cf-parts__ttl--h2 {
  font-family: 'TazuganeGothicStdN-Medium', sans-serif
}

@media screen and (min-width:931px) {
  .cf-parts__ttl--h2 {
    font-size: 36px
  }
}

@media screen and (min-width:931px) {
  .cf-parts__ttl--h2 {
    line-height: 1.25
  }
}

@media screen and (min-width:931px) {
  .cf-parts__ttl--h2 {
    letter-spacing: .12em
  }
}

@media screen and (min-width:931px) {
  .cf-parts__ttl--h2 {
    font-weight: 600
  }
}

@media screen and (max-width:930px) {
  .cf-parts__ttl--h2 {
    font-size: 30px
  }
}

@media screen and (max-width:930px) {
  .cf-parts__ttl--h2 {
    line-height: 1.5
  }
}

@media screen and (max-width:930px) {
  .cf-parts__ttl--h2 {
    letter-spacing: .12em
  }
}

@media screen and (max-width:930px) {
  .cf-parts__ttl--h2 {
    font-weight: 600
  }
}

.cf-parts__ttl--h3 {
  font-family: 'TazuganeGothicStdN-Medium', sans-serif
}

@media screen and (min-width:931px) {
  .cf-parts__ttl--h3 {
    font-size: 30px
  }
}

@media screen and (min-width:931px) {
  .cf-parts__ttl--h3 {
    line-height: 1.5
  }
}

@media screen and (min-width:931px) {
  .cf-parts__ttl--h3 {
    letter-spacing: .12em
  }
}

@media screen and (min-width:931px) {
  .cf-parts__ttl--h3 {
    font-weight: 600
  }
}

@media screen and (max-width:930px) {
  .cf-parts__ttl--h3 {
    font-size: 24px
  }
}

@media screen and (max-width:930px) {
  .cf-parts__ttl--h3 {
    line-height: 1.375
  }
}

@media screen and (max-width:930px) {
  .cf-parts__ttl--h3 {
    letter-spacing: .12em
  }
}

@media screen and (max-width:930px) {
  .cf-parts__ttl--h3 {
    font-weight: 600
  }
}

.cf-parts__ttl--h4 {
  font-family: 'TazuganeGothicStdN-Medium', sans-serif
}

@media screen and (min-width:931px) {
  .cf-parts__ttl--h4 {
    font-size: 24px
  }
}

@media screen and (min-width:931px) {
  .cf-parts__ttl--h4 {
    line-height: 1.5
  }
}

@media screen and (min-width:931px) {
  .cf-parts__ttl--h4 {
    letter-spacing: .12em
  }
}

@media screen and (min-width:931px) {
  .cf-parts__ttl--h4 {
    font-weight: 600
  }
}

@media screen and (max-width:930px) {
  .cf-parts__ttl--h4 {
    font-size: 18px
  }
}

@media screen and (max-width:930px) {
  .cf-parts__ttl--h4 {
    line-height: 1.5
  }
}

@media screen and (max-width:930px) {
  .cf-parts__ttl--h4 {
    letter-spacing: .12em
  }
}

@media screen and (max-width:930px) {
  .cf-parts__ttl--h4 {
    font-weight: 600
  }
}

.cf-parts__ttl--h5 {
  font-family: 'TazuganeGothicStdN-Medium', sans-serif
}

@media screen and (min-width:931px) {
  .cf-parts__ttl--h5 {
    font-size: 18px
  }
}

@media screen and (min-width:931px) {
  .cf-parts__ttl--h5 {
    line-height: 1.5
  }
}

@media screen and (min-width:931px) {
  .cf-parts__ttl--h5 {
    letter-spacing: .12em
  }
}

@media screen and (min-width:931px) {
  .cf-parts__ttl--h5 {
    font-weight: 600
  }
}

@media screen and (max-width:930px) {
  .cf-parts__ttl--h5 {
    font-size: 15px
  }
}

@media screen and (max-width:930px) {
  .cf-parts__ttl--h5 {
    line-height: 1.6
  }
}

@media screen and (max-width:930px) {
  .cf-parts__ttl--h5 {
    letter-spacing: .12em
  }
}

@media screen and (max-width:930px) {
  .cf-parts__ttl--h5 {
    font-weight: 600
  }
}

.cf-parts__img {
  display: block
}

.cf-ttl .cf-parts .cf-parts__para,
.cf-sec-ttl .cf-parts .cf-parts__para,
.cf-mod--1col-img .cf-parts .cf-parts__para,
.cf-mod--1col-youtube .cf-parts .cf-parts__para,
.cf-mod--1col-panel .cf-parts .cf-parts__para,
.cf-mod--news .cf-parts .cf-parts__para,
.cf-parts--1col-txt-box .cf-parts__para {
  font-family: 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (min-width:931px) {

  .cf-ttl .cf-parts .cf-parts__para,
  .cf-sec-ttl .cf-parts .cf-parts__para,
  .cf-mod--1col-img .cf-parts .cf-parts__para,
  .cf-mod--1col-youtube .cf-parts .cf-parts__para,
  .cf-mod--1col-panel .cf-parts .cf-parts__para,
  .cf-mod--news .cf-parts .cf-parts__para,
  .cf-parts--1col-txt-box .cf-parts__para {
    font-size: 14px
  }
}

@media screen and (min-width:931px) {

  .cf-ttl .cf-parts .cf-parts__para,
  .cf-sec-ttl .cf-parts .cf-parts__para,
  .cf-mod--1col-img .cf-parts .cf-parts__para,
  .cf-mod--1col-youtube .cf-parts .cf-parts__para,
  .cf-mod--1col-panel .cf-parts .cf-parts__para,
  .cf-mod--news .cf-parts .cf-parts__para,
  .cf-parts--1col-txt-box .cf-parts__para {
    line-height: 2.357142857142857
  }
}

@media screen and (min-width:931px) {

  .cf-ttl .cf-parts .cf-parts__para,
  .cf-sec-ttl .cf-parts .cf-parts__para,
  .cf-mod--1col-img .cf-parts .cf-parts__para,
  .cf-mod--1col-youtube .cf-parts .cf-parts__para,
  .cf-mod--1col-panel .cf-parts .cf-parts__para,
  .cf-mod--news .cf-parts .cf-parts__para,
  .cf-parts--1col-txt-box .cf-parts__para {
    letter-spacing: .06em
  }
}

@media screen and (min-width:931px) {

  .cf-ttl .cf-parts .cf-parts__para,
  .cf-sec-ttl .cf-parts .cf-parts__para,
  .cf-mod--1col-img .cf-parts .cf-parts__para,
  .cf-mod--1col-youtube .cf-parts .cf-parts__para,
  .cf-mod--1col-panel .cf-parts .cf-parts__para,
  .cf-mod--news .cf-parts .cf-parts__para,
  .cf-parts--1col-txt-box .cf-parts__para {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {

  .cf-ttl .cf-parts .cf-parts__para,
  .cf-sec-ttl .cf-parts .cf-parts__para,
  .cf-mod--1col-img .cf-parts .cf-parts__para,
  .cf-mod--1col-youtube .cf-parts .cf-parts__para,
  .cf-mod--1col-panel .cf-parts .cf-parts__para,
  .cf-mod--news .cf-parts .cf-parts__para,
  .cf-parts--1col-txt-box .cf-parts__para {
    font-size: 12px
  }
}

@media screen and (max-width:930px) {

  .cf-ttl .cf-parts .cf-parts__para,
  .cf-sec-ttl .cf-parts .cf-parts__para,
  .cf-mod--1col-img .cf-parts .cf-parts__para,
  .cf-mod--1col-youtube .cf-parts .cf-parts__para,
  .cf-mod--1col-panel .cf-parts .cf-parts__para,
  .cf-mod--news .cf-parts .cf-parts__para,
  .cf-parts--1col-txt-box .cf-parts__para {
    line-height: 2
  }
}

@media screen and (max-width:930px) {

  .cf-ttl .cf-parts .cf-parts__para,
  .cf-sec-ttl .cf-parts .cf-parts__para,
  .cf-mod--1col-img .cf-parts .cf-parts__para,
  .cf-mod--1col-youtube .cf-parts .cf-parts__para,
  .cf-mod--1col-panel .cf-parts .cf-parts__para,
  .cf-mod--news .cf-parts .cf-parts__para,
  .cf-parts--1col-txt-box .cf-parts__para {
    letter-spacing: .06em
  }
}

@media screen and (max-width:930px) {

  .cf-ttl .cf-parts .cf-parts__para,
  .cf-sec-ttl .cf-parts .cf-parts__para,
  .cf-mod--1col-img .cf-parts .cf-parts__para,
  .cf-mod--1col-youtube .cf-parts .cf-parts__para,
  .cf-mod--1col-panel .cf-parts .cf-parts__para,
  .cf-mod--news .cf-parts .cf-parts__para,
  .cf-parts--1col-txt-box .cf-parts__para {
    font-weight: 400
  }
}

.cf-mod--2col-img-txt-a .cf-parts .cf-parts__para,
.cf-mod--2col-img-txt-b .cf-parts .cf-parts__para,
.cf-mod--3col-img-txt-normal .cf-parts .cf-parts__para,
.cf-mod--3col-btn .cf-parts .cf-parts__para,
.cf-mod--2col-btn-panel .cf-parts .cf-parts__para,
.cf-mod--3col-btn-panel .cf-parts .cf-parts__para {
  font-family: 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (min-width:931px) {

  .cf-mod--2col-img-txt-a .cf-parts .cf-parts__para,
  .cf-mod--2col-img-txt-b .cf-parts .cf-parts__para,
  .cf-mod--3col-img-txt-normal .cf-parts .cf-parts__para,
  .cf-mod--3col-btn .cf-parts .cf-parts__para,
  .cf-mod--2col-btn-panel .cf-parts .cf-parts__para,
  .cf-mod--3col-btn-panel .cf-parts .cf-parts__para {
    font-size: 12px
  }
}

@media screen and (min-width:931px) {

  .cf-mod--2col-img-txt-a .cf-parts .cf-parts__para,
  .cf-mod--2col-img-txt-b .cf-parts .cf-parts__para,
  .cf-mod--3col-img-txt-normal .cf-parts .cf-parts__para,
  .cf-mod--3col-btn .cf-parts .cf-parts__para,
  .cf-mod--2col-btn-panel .cf-parts .cf-parts__para,
  .cf-mod--3col-btn-panel .cf-parts .cf-parts__para {
    line-height: 2
  }
}

@media screen and (min-width:931px) {

  .cf-mod--2col-img-txt-a .cf-parts .cf-parts__para,
  .cf-mod--2col-img-txt-b .cf-parts .cf-parts__para,
  .cf-mod--3col-img-txt-normal .cf-parts .cf-parts__para,
  .cf-mod--3col-btn .cf-parts .cf-parts__para,
  .cf-mod--2col-btn-panel .cf-parts .cf-parts__para,
  .cf-mod--3col-btn-panel .cf-parts .cf-parts__para {
    letter-spacing: .06em
  }
}

@media screen and (min-width:931px) {

  .cf-mod--2col-img-txt-a .cf-parts .cf-parts__para,
  .cf-mod--2col-img-txt-b .cf-parts .cf-parts__para,
  .cf-mod--3col-img-txt-normal .cf-parts .cf-parts__para,
  .cf-mod--3col-btn .cf-parts .cf-parts__para,
  .cf-mod--2col-btn-panel .cf-parts .cf-parts__para,
  .cf-mod--3col-btn-panel .cf-parts .cf-parts__para {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {

  .cf-mod--2col-img-txt-a .cf-parts .cf-parts__para,
  .cf-mod--2col-img-txt-b .cf-parts .cf-parts__para,
  .cf-mod--3col-img-txt-normal .cf-parts .cf-parts__para,
  .cf-mod--3col-btn .cf-parts .cf-parts__para,
  .cf-mod--2col-btn-panel .cf-parts .cf-parts__para,
  .cf-mod--3col-btn-panel .cf-parts .cf-parts__para {
    font-size: 12px
  }
}

@media screen and (max-width:930px) {

  .cf-mod--2col-img-txt-a .cf-parts .cf-parts__para,
  .cf-mod--2col-img-txt-b .cf-parts .cf-parts__para,
  .cf-mod--3col-img-txt-normal .cf-parts .cf-parts__para,
  .cf-mod--3col-btn .cf-parts .cf-parts__para,
  .cf-mod--2col-btn-panel .cf-parts .cf-parts__para,
  .cf-mod--3col-btn-panel .cf-parts .cf-parts__para {
    line-height: 2
  }
}

@media screen and (max-width:930px) {

  .cf-mod--2col-img-txt-a .cf-parts .cf-parts__para,
  .cf-mod--2col-img-txt-b .cf-parts .cf-parts__para,
  .cf-mod--3col-img-txt-normal .cf-parts .cf-parts__para,
  .cf-mod--3col-btn .cf-parts .cf-parts__para,
  .cf-mod--2col-btn-panel .cf-parts .cf-parts__para,
  .cf-mod--3col-btn-panel .cf-parts .cf-parts__para {
    letter-spacing: .06em
  }
}

@media screen and (max-width:930px) {

  .cf-mod--2col-img-txt-a .cf-parts .cf-parts__para,
  .cf-mod--2col-img-txt-b .cf-parts .cf-parts__para,
  .cf-mod--3col-img-txt-normal .cf-parts .cf-parts__para,
  .cf-mod--3col-btn .cf-parts .cf-parts__para,
  .cf-mod--2col-btn-panel .cf-parts .cf-parts__para,
  .cf-mod--3col-btn-panel .cf-parts .cf-parts__para {
    font-weight: 400
  }
}

.cf-ttl .cf-parts .cf-parts__note,
.cf-sec-ttl .cf-parts .cf-parts__note,
.cf-mod--1col-img .cf-parts .cf-parts__note,
.cf-mod--1col-youtube .cf-parts .cf-parts__note,
.cf-mod--2col-img-txt-a .cf-parts .cf-parts__note,
.cf-mod--2col-img-txt-b .cf-parts .cf-parts__note,
.cf-mod--3col-img-txt-normal .cf-parts .cf-parts__note,
.cf-parts--1col-txt-box .cf-parts__note {
  font-family: 'TazuganeGothicStdN-Book', sans-serif;
  color: #808080
}

@media screen and (min-width:931px) {

  .cf-ttl .cf-parts .cf-parts__note,
  .cf-sec-ttl .cf-parts .cf-parts__note,
  .cf-mod--1col-img .cf-parts .cf-parts__note,
  .cf-mod--1col-youtube .cf-parts .cf-parts__note,
  .cf-mod--2col-img-txt-a .cf-parts .cf-parts__note,
  .cf-mod--2col-img-txt-b .cf-parts .cf-parts__note,
  .cf-mod--3col-img-txt-normal .cf-parts .cf-parts__note,
  .cf-parts--1col-txt-box .cf-parts__note {
    font-size: 12px
  }
}

@media screen and (min-width:931px) {

  .cf-ttl .cf-parts .cf-parts__note,
  .cf-sec-ttl .cf-parts .cf-parts__note,
  .cf-mod--1col-img .cf-parts .cf-parts__note,
  .cf-mod--1col-youtube .cf-parts .cf-parts__note,
  .cf-mod--2col-img-txt-a .cf-parts .cf-parts__note,
  .cf-mod--2col-img-txt-b .cf-parts .cf-parts__note,
  .cf-mod--3col-img-txt-normal .cf-parts .cf-parts__note,
  .cf-parts--1col-txt-box .cf-parts__note {
    line-height: 2
  }
}

@media screen and (min-width:931px) {

  .cf-ttl .cf-parts .cf-parts__note,
  .cf-sec-ttl .cf-parts .cf-parts__note,
  .cf-mod--1col-img .cf-parts .cf-parts__note,
  .cf-mod--1col-youtube .cf-parts .cf-parts__note,
  .cf-mod--2col-img-txt-a .cf-parts .cf-parts__note,
  .cf-mod--2col-img-txt-b .cf-parts .cf-parts__note,
  .cf-mod--3col-img-txt-normal .cf-parts .cf-parts__note,
  .cf-parts--1col-txt-box .cf-parts__note {
    letter-spacing: .06em
  }
}

@media screen and (min-width:931px) {

  .cf-ttl .cf-parts .cf-parts__note,
  .cf-sec-ttl .cf-parts .cf-parts__note,
  .cf-mod--1col-img .cf-parts .cf-parts__note,
  .cf-mod--1col-youtube .cf-parts .cf-parts__note,
  .cf-mod--2col-img-txt-a .cf-parts .cf-parts__note,
  .cf-mod--2col-img-txt-b .cf-parts .cf-parts__note,
  .cf-mod--3col-img-txt-normal .cf-parts .cf-parts__note,
  .cf-parts--1col-txt-box .cf-parts__note {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {

  .cf-ttl .cf-parts .cf-parts__note,
  .cf-sec-ttl .cf-parts .cf-parts__note,
  .cf-mod--1col-img .cf-parts .cf-parts__note,
  .cf-mod--1col-youtube .cf-parts .cf-parts__note,
  .cf-mod--2col-img-txt-a .cf-parts .cf-parts__note,
  .cf-mod--2col-img-txt-b .cf-parts .cf-parts__note,
  .cf-mod--3col-img-txt-normal .cf-parts .cf-parts__note,
  .cf-parts--1col-txt-box .cf-parts__note {
    font-size: 10px
  }
}

@media screen and (max-width:930px) {

  .cf-ttl .cf-parts .cf-parts__note,
  .cf-sec-ttl .cf-parts .cf-parts__note,
  .cf-mod--1col-img .cf-parts .cf-parts__note,
  .cf-mod--1col-youtube .cf-parts .cf-parts__note,
  .cf-mod--2col-img-txt-a .cf-parts .cf-parts__note,
  .cf-mod--2col-img-txt-b .cf-parts .cf-parts__note,
  .cf-mod--3col-img-txt-normal .cf-parts .cf-parts__note,
  .cf-parts--1col-txt-box .cf-parts__note {
    line-height: 1.8
  }
}

@media screen and (max-width:930px) {

  .cf-ttl .cf-parts .cf-parts__note,
  .cf-sec-ttl .cf-parts .cf-parts__note,
  .cf-mod--1col-img .cf-parts .cf-parts__note,
  .cf-mod--1col-youtube .cf-parts .cf-parts__note,
  .cf-mod--2col-img-txt-a .cf-parts .cf-parts__note,
  .cf-mod--2col-img-txt-b .cf-parts .cf-parts__note,
  .cf-mod--3col-img-txt-normal .cf-parts .cf-parts__note,
  .cf-parts--1col-txt-box .cf-parts__note {
    letter-spacing: .06em
  }
}

@media screen and (max-width:930px) {

  .cf-ttl .cf-parts .cf-parts__note,
  .cf-sec-ttl .cf-parts .cf-parts__note,
  .cf-mod--1col-img .cf-parts .cf-parts__note,
  .cf-mod--1col-youtube .cf-parts .cf-parts__note,
  .cf-mod--2col-img-txt-a .cf-parts .cf-parts__note,
  .cf-mod--2col-img-txt-b .cf-parts .cf-parts__note,
  .cf-mod--3col-img-txt-normal .cf-parts .cf-parts__note,
  .cf-parts--1col-txt-box .cf-parts__note {
    font-weight: 400
  }
}

.cf-ttl .cf-parts__para a,
.cf-sec-ttl .cf-parts__para a,
.cf-mod--1col-img .cf-parts__para a,
.cf-mod--1col-youtube .cf-parts__para a,
.cf-mod--2col-img-txt-a .cf-parts__para a,
.cf-mod--2col-img-txt-b .cf-parts__para a,
.cf-mod--3col-img-txt-normal .cf-parts__para a,
.cf-mod--news .cf-parts__para a,
.cf-mod--contact .cf-parts__para a,
.cf-parts--1col-txt-box .cf-parts__para a {
  color: #4ba53a;
  display: inline-block;
  text-decoration: underline
}

.b-hdr__usu__nav__2nd__global__itm__link[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"]),
.cf-ttl .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"]),
.cf-sec-ttl .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"]),
.cf-mod--1col-img .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"]),
.cf-mod--1col-youtube .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"]),
.cf-mod--2col-img-txt-a .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"]),
.cf-mod--2col-img-txt-b .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"]),
.cf-mod--3col-img-txt-normal .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"]),
.cf-mod--news .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"]),
.cf-mod--contact .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"]),
.cf-parts--1col-txt-box .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"]) {
  position: relative
}

@media screen and (min-width:931px) {

  .b-hdr__usu__nav__2nd__global__itm__link[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"]),
  .cf-ttl .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"]),
  .cf-sec-ttl .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"]),
  .cf-mod--1col-img .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"]),
  .cf-mod--1col-youtube .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"]),
  .cf-mod--2col-img-txt-a .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"]),
  .cf-mod--2col-img-txt-b .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"]),
  .cf-mod--3col-img-txt-normal .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"]),
  .cf-mod--news .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"]),
  .cf-mod--contact .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"]),
  .cf-parts--1col-txt-box .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"]) {
    padding-right: 10px
  }
}

@media screen and (max-width:930px) {

  .b-hdr__usu__nav__2nd__global__itm__link[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"]),
  .cf-ttl .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"]),
  .cf-sec-ttl .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"]),
  .cf-mod--1col-img .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"]),
  .cf-mod--1col-youtube .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"]),
  .cf-mod--2col-img-txt-a .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"]),
  .cf-mod--2col-img-txt-b .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"]),
  .cf-mod--3col-img-txt-normal .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"]),
  .cf-mod--news .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"]),
  .cf-mod--contact .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"]),
  .cf-parts--1col-txt-box .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"]) {
    padding-right: 12px
  }
}

.b-hdr__usu__nav__2nd__global__itm__link[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
.cf-ttl .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
.cf-sec-ttl .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
.cf-mod--1col-img .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
.cf-mod--1col-youtube .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
.cf-mod--2col-img-txt-a .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
.cf-mod--2col-img-txt-b .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
.cf-mod--3col-img-txt-normal .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
.cf-mod--news .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
.cf-mod--contact .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
.cf-parts--1col-txt-box .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20version%3D%221.1%22%20viewBox%3D%220%200%207%207%22%3E%3Cdefs%3E%3Cstyle%3E.st1%7Bfill%3Anone%3Bstroke%3A%234ba53a%3Bstroke-miterlimit%3A3.7%3Bstroke-width%3A.9px%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M1.7%200h4.8v4.8H1.7V0Z%22%20style%3D%22fill%3Anone%22%2F%3E%3Cpath%20d%3D%22M2.2.5H6v3.8H2.2V.5Z%22%20class%3D%22st1%22%2F%3E%3Cpath%20d%3D%22M.5%201.2V6h4.8%22%20class%3D%22st1%22%2F%3E%3C%2Fsvg%3E')
}

@media screen and (min-width:931px) {

  .b-hdr__usu__nav__2nd__global__itm__link[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
  .cf-ttl .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
  .cf-sec-ttl .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
  .cf-mod--1col-img .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
  .cf-mod--1col-youtube .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
  .cf-mod--2col-img-txt-a .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
  .cf-mod--2col-img-txt-b .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
  .cf-mod--3col-img-txt-normal .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
  .cf-mod--news .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
  .cf-mod--contact .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
  .cf-parts--1col-txt-box .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after {
    top: 41%
  }
}

@media screen and (max-width:930px) {

  .b-hdr__usu__nav__2nd__global__itm__link[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
  .cf-ttl .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
  .cf-sec-ttl .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
  .cf-mod--1col-img .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
  .cf-mod--1col-youtube .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
  .cf-mod--2col-img-txt-a .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
  .cf-mod--2col-img-txt-b .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
  .cf-mod--3col-img-txt-normal .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
  .cf-mod--news .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
  .cf-mod--contact .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
  .cf-parts--1col-txt-box .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after {
    top: 49%
  }
}

@media screen and (min-width:931px) {

  .b-hdr__usu__nav__2nd__global__itm__link[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
  .cf-ttl .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
  .cf-sec-ttl .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
  .cf-mod--1col-img .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
  .cf-mod--1col-youtube .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
  .cf-mod--2col-img-txt-a .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
  .cf-mod--2col-img-txt-b .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
  .cf-mod--3col-img-txt-normal .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
  .cf-mod--news .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
  .cf-mod--contact .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
  .cf-parts--1col-txt-box .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after {
    width: 6px;
    height: 6px
  }
}

@media screen and (max-width:930px) {

  .b-hdr__usu__nav__2nd__global__itm__link[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
  .cf-ttl .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
  .cf-sec-ttl .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
  .cf-mod--1col-img .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
  .cf-mod--1col-youtube .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
  .cf-mod--2col-img-txt-a .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
  .cf-mod--2col-img-txt-b .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
  .cf-mod--3col-img-txt-normal .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
  .cf-mod--news .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
  .cf-mod--contact .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after,
  .cf-parts--1col-txt-box .cf-parts__para a[target='_blank']:not([href*=".pdf"]):not([href*=".doc"]):not([href*=".docx"]):not([href*=".xls"]):not([href*=".xlsx"])::after {
    width: 10px;
    height: 10px
  }
}

.b-hdr__usu__nav__2nd__global__itm__link[href*=".pdf"],
.cf-ttl .cf-parts__para a[href*=".pdf"],
.cf-sec-ttl .cf-parts__para a[href*=".pdf"],
.cf-mod--1col-img .cf-parts__para a[href*=".pdf"],
.cf-mod--1col-youtube .cf-parts__para a[href*=".pdf"],
.cf-mod--2col-img-txt-a .cf-parts__para a[href*=".pdf"],
.cf-mod--2col-img-txt-b .cf-parts__para a[href*=".pdf"],
.cf-mod--3col-img-txt-normal .cf-parts__para a[href*=".pdf"],
.cf-mod--news .cf-parts__para a[href*=".pdf"],
.cf-mod--contact .cf-parts__para a[href*=".pdf"],
.cf-parts--1col-txt-box .cf-parts__para a[href*=".pdf"] {
  position: relative
}

@media screen and (min-width:931px) {

  .b-hdr__usu__nav__2nd__global__itm__link[href*=".pdf"] .cf-ttl .cf-parts__para a[href*=".pdf"],
  .cf-sec-ttl .cf-parts__para a[href*=".pdf"],
  .cf-mod--1col-img .cf-parts__para a[href*=".pdf"],
  .cf-mod--1col-youtube .cf-parts__para a[href*=".pdf"],
  .cf-mod--2col-img-txt-a .cf-parts__para a[href*=".pdf"],
  .cf-mod--2col-img-txt-b .cf-parts__para a[href*=".pdf"],
  .cf-mod--3col-img-txt-normal .cf-parts__para a[href*=".pdf"],
  .cf-mod--news .cf-parts__para a[href*=".pdf"],
  .cf-mod--contact .cf-parts__para a[href*=".pdf"],
  .cf-parts--1col-txt-box .cf-parts__para a[href*=".pdf"] {
    padding-right: 18px
  }
}

@media screen and (max-width:930px) {

  .b-hdr__usu__nav__2nd__global__itm__link[href*=".pdf"],
  .cf-ttl .cf-parts__para a[href*=".pdf"],
  .cf-sec-ttl .cf-parts__para a[href*=".pdf"],
  .cf-mod--1col-img .cf-parts__para a[href*=".pdf"],
  .cf-mod--1col-youtube .cf-parts__para a[href*=".pdf"],
  .cf-mod--2col-img-txt-a .cf-parts__para a[href*=".pdf"],
  .cf-mod--2col-img-txt-b .cf-parts__para a[href*=".pdf"],
  .cf-mod--3col-img-txt-normal .cf-parts__para a[href*=".pdf"],
  .cf-mod--news .cf-parts__para a[href*=".pdf"],
  .cf-mod--contact .cf-parts__para a[href*=".pdf"],
  .cf-parts--1col-txt-box .cf-parts__para a[href*=".pdf"] {
    padding-right: 13px
  }
}

.b-hdr__usu__nav__2nd__global__itm__link[href*=".pdf"]::after,
.cf-ttl .cf-parts__para a[href*=".pdf"]::after,
.cf-sec-ttl .cf-parts__para a[href*=".pdf"]::after,
.cf-mod--1col-img .cf-parts__para a[href*=".pdf"]::after,
.cf-mod--1col-youtube .cf-parts__para a[href*=".pdf"]::after,
.cf-mod--2col-img-txt-a .cf-parts__para a[href*=".pdf"]::after,
.cf-mod--2col-img-txt-b .cf-parts__para a[href*=".pdf"]::after,
.cf-mod--3col-img-txt-normal .cf-parts__para a[href*=".pdf"]::after,
.cf-mod--news .cf-parts__para a[href*=".pdf"]::after,
.cf-mod--contact .cf-parts__para a[href*=".pdf"]::after,
.cf-parts--1col-txt-box .cf-parts__para a[href*=".pdf"]::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 49%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  background-image: url("/assets/images/common/ico-link-pdf-01.png")
}

.b-hdr__usu__nav__2nd__global__itm__link[href*=".pdf"]::after {
  top: 38%;
}

@media screen and (min-width:931px) {

  .b-hdr__usu__nav__2nd__global__itm__link[href*=".pdf"]::after,
  .cf-ttl .cf-parts__para a[href*=".pdf"]::after,
  .cf-sec-ttl .cf-parts__para a[href*=".pdf"]::after,
  .cf-mod--1col-img .cf-parts__para a[href*=".pdf"]::after,
  .cf-mod--1col-youtube .cf-parts__para a[href*=".pdf"]::after,
  .cf-mod--2col-img-txt-a .cf-parts__para a[href*=".pdf"]::after,
  .cf-mod--2col-img-txt-b .cf-parts__para a[href*=".pdf"]::after,
  .cf-mod--3col-img-txt-normal .cf-parts__para a[href*=".pdf"]::after,
  .cf-mod--news .cf-parts__para a[href*=".pdf"]::after,
  .cf-mod--contact .cf-parts__para a[href*=".pdf"]::after,
  .cf-parts--1col-txt-box .cf-parts__para a[href*=".pdf"]::after {
    width: 14px;
    height: 17px
  }
}

@media screen and (max-width:930px) {

  .b-hdr__usu__nav__2nd__global__itm__link[href*=".pdf"]::after,
  .cf-ttl .cf-parts__para a[href*=".pdf"]::after,
  .cf-sec-ttl .cf-parts__para a[href*=".pdf"]::after,
  .cf-mod--1col-img .cf-parts__para a[href*=".pdf"]::after,
  .cf-mod--1col-youtube .cf-parts__para a[href*=".pdf"]::after,
  .cf-mod--2col-img-txt-a .cf-parts__para a[href*=".pdf"]::after,
  .cf-mod--2col-img-txt-b .cf-parts__para a[href*=".pdf"]::after,
  .cf-mod--3col-img-txt-normal .cf-parts__para a[href*=".pdf"]::after,
  .cf-mod--news .cf-parts__para a[href*=".pdf"]::after,
  .cf-mod--contact .cf-parts__para a[href*=".pdf"]::after,
  .cf-parts--1col-txt-box .cf-parts__para a[href*=".pdf"]::after {
    width: 10px;
    height: 13px
  }
}

.cf-ttl .cf-parts__para a[href*=".doc"],
.cf-sec-ttl .cf-parts__para a[href*=".doc"],
.cf-mod--1col-img .cf-parts__para a[href*=".doc"],
.cf-mod--1col-youtube .cf-parts__para a[href*=".doc"],
.cf-mod--2col-img-txt-a .cf-parts__para a[href*=".doc"],
.cf-mod--2col-img-txt-b .cf-parts__para a[href*=".doc"],
.cf-mod--3col-img-txt-normal .cf-parts__para a[href*=".doc"],
.cf-mod--news .cf-parts__para a[href*=".doc"],
.cf-mod--contact .cf-parts__para a[href*=".doc"],
.cf-parts--1col-txt-box .cf-parts__para a[href*=".doc"],
.cf-ttl .cf-parts__para a[href*=".docx"],
.cf-sec-ttl .cf-parts__para a[href*=".docx"],
.cf-mod--1col-img .cf-parts__para a[href*=".docx"],
.cf-mod--1col-youtube .cf-parts__para a[href*=".docx"],
.cf-mod--2col-img-txt-a .cf-parts__para a[href*=".docx"],
.cf-mod--2col-img-txt-b .cf-parts__para a[href*=".docx"],
.cf-mod--3col-img-txt-normal .cf-parts__para a[href*=".docx"],
.cf-mod--news .cf-parts__para a[href*=".docx"],
.cf-mod--contact .cf-parts__para a[href*=".docx"],
.cf-parts--1col-txt-box .cf-parts__para a[href*=".docx"] {
  position: relative
}

@media screen and (min-width:931px) {

  .cf-ttl .cf-parts__para a[href*=".doc"],
  .cf-sec-ttl .cf-parts__para a[href*=".doc"],
  .cf-mod--1col-img .cf-parts__para a[href*=".doc"],
  .cf-mod--1col-youtube .cf-parts__para a[href*=".doc"],
  .cf-mod--2col-img-txt-a .cf-parts__para a[href*=".doc"],
  .cf-mod--2col-img-txt-b .cf-parts__para a[href*=".doc"],
  .cf-mod--3col-img-txt-normal .cf-parts__para a[href*=".doc"],
  .cf-mod--news .cf-parts__para a[href*=".doc"],
  .cf-mod--contact .cf-parts__para a[href*=".doc"],
  .cf-parts--1col-txt-box .cf-parts__para a[href*=".doc"],
  .cf-ttl .cf-parts__para a[href*=".docx"],
  .cf-sec-ttl .cf-parts__para a[href*=".docx"],
  .cf-mod--1col-img .cf-parts__para a[href*=".docx"],
  .cf-mod--1col-youtube .cf-parts__para a[href*=".docx"],
  .cf-mod--2col-img-txt-a .cf-parts__para a[href*=".docx"],
  .cf-mod--2col-img-txt-b .cf-parts__para a[href*=".docx"],
  .cf-mod--3col-img-txt-normal .cf-parts__para a[href*=".docx"],
  .cf-mod--news .cf-parts__para a[href*=".docx"],
  .cf-mod--contact .cf-parts__para a[href*=".docx"],
  .cf-parts--1col-txt-box .cf-parts__para a[href*=".docx"] {
    padding-right: 18px
  }
}

@media screen and (max-width:930px) {

  .cf-ttl .cf-parts__para a[href*=".doc"],
  .cf-sec-ttl .cf-parts__para a[href*=".doc"],
  .cf-mod--1col-img .cf-parts__para a[href*=".doc"],
  .cf-mod--1col-youtube .cf-parts__para a[href*=".doc"],
  .cf-mod--2col-img-txt-a .cf-parts__para a[href*=".doc"],
  .cf-mod--2col-img-txt-b .cf-parts__para a[href*=".doc"],
  .cf-mod--3col-img-txt-normal .cf-parts__para a[href*=".doc"],
  .cf-mod--news .cf-parts__para a[href*=".doc"],
  .cf-mod--contact .cf-parts__para a[href*=".doc"],
  .cf-parts--1col-txt-box .cf-parts__para a[href*=".doc"],
  .cf-ttl .cf-parts__para a[href*=".docx"],
  .cf-sec-ttl .cf-parts__para a[href*=".docx"],
  .cf-mod--1col-img .cf-parts__para a[href*=".docx"],
  .cf-mod--1col-youtube .cf-parts__para a[href*=".docx"],
  .cf-mod--2col-img-txt-a .cf-parts__para a[href*=".docx"],
  .cf-mod--2col-img-txt-b .cf-parts__para a[href*=".docx"],
  .cf-mod--3col-img-txt-normal .cf-parts__para a[href*=".docx"],
  .cf-mod--news .cf-parts__para a[href*=".docx"],
  .cf-mod--contact .cf-parts__para a[href*=".docx"],
  .cf-parts--1col-txt-box .cf-parts__para a[href*=".docx"] {
    padding-right: 13px
  }
}

.cf-ttl .cf-parts__para a[href*=".doc"]::after,
.cf-sec-ttl .cf-parts__para a[href*=".doc"]::after,
.cf-mod--1col-img .cf-parts__para a[href*=".doc"]::after,
.cf-mod--1col-youtube .cf-parts__para a[href*=".doc"]::after,
.cf-mod--2col-img-txt-a .cf-parts__para a[href*=".doc"]::after,
.cf-mod--2col-img-txt-b .cf-parts__para a[href*=".doc"]::after,
.cf-mod--3col-img-txt-normal .cf-parts__para a[href*=".doc"]::after,
.cf-mod--news .cf-parts__para a[href*=".doc"]::after,
.cf-mod--contact .cf-parts__para a[href*=".doc"]::after,
.cf-parts--1col-txt-box .cf-parts__para a[href*=".doc"]::after,
.cf-ttl .cf-parts__para a[href*=".docx"]::after,
.cf-sec-ttl .cf-parts__para a[href*=".docx"]::after,
.cf-mod--1col-img .cf-parts__para a[href*=".docx"]::after,
.cf-mod--1col-youtube .cf-parts__para a[href*=".docx"]::after,
.cf-mod--2col-img-txt-a .cf-parts__para a[href*=".docx"]::after,
.cf-mod--2col-img-txt-b .cf-parts__para a[href*=".docx"]::after,
.cf-mod--3col-img-txt-normal .cf-parts__para a[href*=".docx"]::after,
.cf-mod--news .cf-parts__para a[href*=".docx"]::after,
.cf-mod--contact .cf-parts__para a[href*=".docx"]::after,
.cf-parts--1col-txt-box .cf-parts__para a[href*=".docx"]::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 49%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  background-image: url("/assets/images/common/ico-link-word-01.png")
}

@media screen and (min-width:931px) {

  .cf-ttl .cf-parts__para a[href*=".doc"]::after,
  .cf-sec-ttl .cf-parts__para a[href*=".doc"]::after,
  .cf-mod--1col-img .cf-parts__para a[href*=".doc"]::after,
  .cf-mod--1col-youtube .cf-parts__para a[href*=".doc"]::after,
  .cf-mod--2col-img-txt-a .cf-parts__para a[href*=".doc"]::after,
  .cf-mod--2col-img-txt-b .cf-parts__para a[href*=".doc"]::after,
  .cf-mod--3col-img-txt-normal .cf-parts__para a[href*=".doc"]::after,
  .cf-mod--news .cf-parts__para a[href*=".doc"]::after,
  .cf-mod--contact .cf-parts__para a[href*=".doc"]::after,
  .cf-parts--1col-txt-box .cf-parts__para a[href*=".doc"]::after,
  .cf-ttl .cf-parts__para a[href*=".docx"]::after,
  .cf-sec-ttl .cf-parts__para a[href*=".docx"]::after,
  .cf-mod--1col-img .cf-parts__para a[href*=".docx"]::after,
  .cf-mod--1col-youtube .cf-parts__para a[href*=".docx"]::after,
  .cf-mod--2col-img-txt-a .cf-parts__para a[href*=".docx"]::after,
  .cf-mod--2col-img-txt-b .cf-parts__para a[href*=".docx"]::after,
  .cf-mod--3col-img-txt-normal .cf-parts__para a[href*=".docx"]::after,
  .cf-mod--news .cf-parts__para a[href*=".docx"]::after,
  .cf-mod--contact .cf-parts__para a[href*=".docx"]::after,
  .cf-parts--1col-txt-box .cf-parts__para a[href*=".docx"]::after {
    width: 14px;
    height: 17px
  }
}

@media screen and (max-width:930px) {

  .cf-ttl .cf-parts__para a[href*=".doc"]::after,
  .cf-sec-ttl .cf-parts__para a[href*=".doc"]::after,
  .cf-mod--1col-img .cf-parts__para a[href*=".doc"]::after,
  .cf-mod--1col-youtube .cf-parts__para a[href*=".doc"]::after,
  .cf-mod--2col-img-txt-a .cf-parts__para a[href*=".doc"]::after,
  .cf-mod--2col-img-txt-b .cf-parts__para a[href*=".doc"]::after,
  .cf-mod--3col-img-txt-normal .cf-parts__para a[href*=".doc"]::after,
  .cf-mod--news .cf-parts__para a[href*=".doc"]::after,
  .cf-mod--contact .cf-parts__para a[href*=".doc"]::after,
  .cf-parts--1col-txt-box .cf-parts__para a[href*=".doc"]::after,
  .cf-ttl .cf-parts__para a[href*=".docx"]::after,
  .cf-sec-ttl .cf-parts__para a[href*=".docx"]::after,
  .cf-mod--1col-img .cf-parts__para a[href*=".docx"]::after,
  .cf-mod--1col-youtube .cf-parts__para a[href*=".docx"]::after,
  .cf-mod--2col-img-txt-a .cf-parts__para a[href*=".docx"]::after,
  .cf-mod--2col-img-txt-b .cf-parts__para a[href*=".docx"]::after,
  .cf-mod--3col-img-txt-normal .cf-parts__para a[href*=".docx"]::after,
  .cf-mod--news .cf-parts__para a[href*=".docx"]::after,
  .cf-mod--contact .cf-parts__para a[href*=".docx"]::after,
  .cf-parts--1col-txt-box .cf-parts__para a[href*=".docx"]::after {
    width: 10px;
    height: 13px
  }
}

.cf-ttl .cf-parts__para a[href*=".xls"],
.cf-sec-ttl .cf-parts__para a[href*=".xls"],
.cf-mod--1col-img .cf-parts__para a[href*=".xls"],
.cf-mod--1col-youtube .cf-parts__para a[href*=".xls"],
.cf-mod--2col-img-txt-a .cf-parts__para a[href*=".xls"],
.cf-mod--2col-img-txt-b .cf-parts__para a[href*=".xls"],
.cf-mod--3col-img-txt-normal .cf-parts__para a[href*=".xls"],
.cf-mod--news .cf-parts__para a[href*=".xls"],
.cf-mod--contact .cf-parts__para a[href*=".xls"],
.cf-parts--1col-txt-box .cf-parts__para a[href*=".xls"],
.cf-ttl .cf-parts__para a[href*=".xlsx"],
.cf-sec-ttl .cf-parts__para a[href*=".xlsx"],
.cf-mod--1col-img .cf-parts__para a[href*=".xlsx"],
.cf-mod--1col-youtube .cf-parts__para a[href*=".xlsx"],
.cf-mod--2col-img-txt-a .cf-parts__para a[href*=".xlsx"],
.cf-mod--2col-img-txt-b .cf-parts__para a[href*=".xlsx"],
.cf-mod--3col-img-txt-normal .cf-parts__para a[href*=".xlsx"],
.cf-mod--news .cf-parts__para a[href*=".xlsx"],
.cf-mod--contact .cf-parts__para a[href*=".xlsx"],
.cf-parts--1col-txt-box .cf-parts__para a[href*=".xlsx"] {
  position: relative
}

@media screen and (min-width:931px) {

  .cf-ttl .cf-parts__para a[href*=".xls"],
  .cf-sec-ttl .cf-parts__para a[href*=".xls"],
  .cf-mod--1col-img .cf-parts__para a[href*=".xls"],
  .cf-mod--1col-youtube .cf-parts__para a[href*=".xls"],
  .cf-mod--2col-img-txt-a .cf-parts__para a[href*=".xls"],
  .cf-mod--2col-img-txt-b .cf-parts__para a[href*=".xls"],
  .cf-mod--3col-img-txt-normal .cf-parts__para a[href*=".xls"],
  .cf-mod--news .cf-parts__para a[href*=".xls"],
  .cf-mod--contact .cf-parts__para a[href*=".xls"],
  .cf-parts--1col-txt-box .cf-parts__para a[href*=".xls"],
  .cf-ttl .cf-parts__para a[href*=".xlsx"],
  .cf-sec-ttl .cf-parts__para a[href*=".xlsx"],
  .cf-mod--1col-img .cf-parts__para a[href*=".xlsx"],
  .cf-mod--1col-youtube .cf-parts__para a[href*=".xlsx"],
  .cf-mod--2col-img-txt-a .cf-parts__para a[href*=".xlsx"],
  .cf-mod--2col-img-txt-b .cf-parts__para a[href*=".xlsx"],
  .cf-mod--3col-img-txt-normal .cf-parts__para a[href*=".xlsx"],
  .cf-mod--news .cf-parts__para a[href*=".xlsx"],
  .cf-mod--contact .cf-parts__para a[href*=".xlsx"],
  .cf-parts--1col-txt-box .cf-parts__para a[href*=".xlsx"] {
    padding-right: 18px
  }
}

@media screen and (max-width:930px) {

  .cf-ttl .cf-parts__para a[href*=".xls"],
  .cf-sec-ttl .cf-parts__para a[href*=".xls"],
  .cf-mod--1col-img .cf-parts__para a[href*=".xls"],
  .cf-mod--1col-youtube .cf-parts__para a[href*=".xls"],
  .cf-mod--2col-img-txt-a .cf-parts__para a[href*=".xls"],
  .cf-mod--2col-img-txt-b .cf-parts__para a[href*=".xls"],
  .cf-mod--3col-img-txt-normal .cf-parts__para a[href*=".xls"],
  .cf-mod--news .cf-parts__para a[href*=".xls"],
  .cf-mod--contact .cf-parts__para a[href*=".xls"],
  .cf-parts--1col-txt-box .cf-parts__para a[href*=".xls"],
  .cf-ttl .cf-parts__para a[href*=".xlsx"],
  .cf-sec-ttl .cf-parts__para a[href*=".xlsx"],
  .cf-mod--1col-img .cf-parts__para a[href*=".xlsx"],
  .cf-mod--1col-youtube .cf-parts__para a[href*=".xlsx"],
  .cf-mod--2col-img-txt-a .cf-parts__para a[href*=".xlsx"],
  .cf-mod--2col-img-txt-b .cf-parts__para a[href*=".xlsx"],
  .cf-mod--3col-img-txt-normal .cf-parts__para a[href*=".xlsx"],
  .cf-mod--news .cf-parts__para a[href*=".xlsx"],
  .cf-mod--contact .cf-parts__para a[href*=".xlsx"],
  .cf-parts--1col-txt-box .cf-parts__para a[href*=".xlsx"] {
    padding-right: 13px
  }
}

.cf-ttl .cf-parts__para a[href*=".xls"]::after,
.cf-sec-ttl .cf-parts__para a[href*=".xls"]::after,
.cf-mod--1col-img .cf-parts__para a[href*=".xls"]::after,
.cf-mod--1col-youtube .cf-parts__para a[href*=".xls"]::after,
.cf-mod--2col-img-txt-a .cf-parts__para a[href*=".xls"]::after,
.cf-mod--2col-img-txt-b .cf-parts__para a[href*=".xls"]::after,
.cf-mod--3col-img-txt-normal .cf-parts__para a[href*=".xls"]::after,
.cf-mod--news .cf-parts__para a[href*=".xls"]::after,
.cf-mod--contact .cf-parts__para a[href*=".xls"]::after,
.cf-parts--1col-txt-box .cf-parts__para a[href*=".xls"]::after,
.cf-ttl .cf-parts__para a[href*=".xlsx"]::after,
.cf-sec-ttl .cf-parts__para a[href*=".xlsx"]::after,
.cf-mod--1col-img .cf-parts__para a[href*=".xlsx"]::after,
.cf-mod--1col-youtube .cf-parts__para a[href*=".xlsx"]::after,
.cf-mod--2col-img-txt-a .cf-parts__para a[href*=".xlsx"]::after,
.cf-mod--2col-img-txt-b .cf-parts__para a[href*=".xlsx"]::after,
.cf-mod--3col-img-txt-normal .cf-parts__para a[href*=".xlsx"]::after,
.cf-mod--news .cf-parts__para a[href*=".xlsx"]::after,
.cf-mod--contact .cf-parts__para a[href*=".xlsx"]::after,
.cf-parts--1col-txt-box .cf-parts__para a[href*=".xlsx"]::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 49%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  background-image: url("/assets/images/common/ico-link-excel-01.png")
}

@media screen and (min-width:931px) {

  .cf-ttl .cf-parts__para a[href*=".xls"]::after,
  .cf-sec-ttl .cf-parts__para a[href*=".xls"]::after,
  .cf-mod--1col-img .cf-parts__para a[href*=".xls"]::after,
  .cf-mod--1col-youtube .cf-parts__para a[href*=".xls"]::after,
  .cf-mod--2col-img-txt-a .cf-parts__para a[href*=".xls"]::after,
  .cf-mod--2col-img-txt-b .cf-parts__para a[href*=".xls"]::after,
  .cf-mod--3col-img-txt-normal .cf-parts__para a[href*=".xls"]::after,
  .cf-mod--news .cf-parts__para a[href*=".xls"]::after,
  .cf-mod--contact .cf-parts__para a[href*=".xls"]::after,
  .cf-parts--1col-txt-box .cf-parts__para a[href*=".xls"]::after,
  .cf-ttl .cf-parts__para a[href*=".xlsx"]::after,
  .cf-sec-ttl .cf-parts__para a[href*=".xlsx"]::after,
  .cf-mod--1col-img .cf-parts__para a[href*=".xlsx"]::after,
  .cf-mod--1col-youtube .cf-parts__para a[href*=".xlsx"]::after,
  .cf-mod--2col-img-txt-a .cf-parts__para a[href*=".xlsx"]::after,
  .cf-mod--2col-img-txt-b .cf-parts__para a[href*=".xlsx"]::after,
  .cf-mod--3col-img-txt-normal .cf-parts__para a[href*=".xlsx"]::after,
  .cf-mod--news .cf-parts__para a[href*=".xlsx"]::after,
  .cf-mod--contact .cf-parts__para a[href*=".xlsx"]::after,
  .cf-parts--1col-txt-box .cf-parts__para a[href*=".xlsx"]::after {
    width: 14px;
    height: 17px
  }
}

@media screen and (max-width:930px) {

  .cf-ttl .cf-parts__para a[href*=".xls"]::after,
  .cf-sec-ttl .cf-parts__para a[href*=".xls"]::after,
  .cf-mod--1col-img .cf-parts__para a[href*=".xls"]::after,
  .cf-mod--1col-youtube .cf-parts__para a[href*=".xls"]::after,
  .cf-mod--2col-img-txt-a .cf-parts__para a[href*=".xls"]::after,
  .cf-mod--2col-img-txt-b .cf-parts__para a[href*=".xls"]::after,
  .cf-mod--3col-img-txt-normal .cf-parts__para a[href*=".xls"]::after,
  .cf-mod--news .cf-parts__para a[href*=".xls"]::after,
  .cf-mod--contact .cf-parts__para a[href*=".xls"]::after,
  .cf-parts--1col-txt-box .cf-parts__para a[href*=".xls"]::after,
  .cf-ttl .cf-parts__para a[href*=".xlsx"]::after,
  .cf-sec-ttl .cf-parts__para a[href*=".xlsx"]::after,
  .cf-mod--1col-img .cf-parts__para a[href*=".xlsx"]::after,
  .cf-mod--1col-youtube .cf-parts__para a[href*=".xlsx"]::after,
  .cf-mod--2col-img-txt-a .cf-parts__para a[href*=".xlsx"]::after,
  .cf-mod--2col-img-txt-b .cf-parts__para a[href*=".xlsx"]::after,
  .cf-mod--3col-img-txt-normal .cf-parts__para a[href*=".xlsx"]::after,
  .cf-mod--news .cf-parts__para a[href*=".xlsx"]::after,
  .cf-mod--contact .cf-parts__para a[href*=".xlsx"]::after,
  .cf-parts--1col-txt-box .cf-parts__para a[href*=".xlsx"]::after {
    width: 10px;
    height: 13px
  }
}

@media screen and (min-width:931px) {

  .cf-ttl .cf-parts .cf-parts__para+.cf-parts__note,
  .cf-sec-ttl .cf-parts .cf-parts__para+.cf-parts__note,
  .cf-mod--1col-img .cf-parts .cf-parts__para+.cf-parts__note,
  .cf-mod--1col-youtube .cf-parts .cf-parts__para+.cf-parts__note,
  .cf-parts--1col-txt-box .cf-parts__para+.cf-parts__note {
    margin-top: 9px
  }
}

@media screen and (max-width:930px) {

  .cf-ttl .cf-parts .cf-parts__para+.cf-parts__note,
  .cf-sec-ttl .cf-parts .cf-parts__para+.cf-parts__note,
  .cf-mod--1col-img .cf-parts .cf-parts__para+.cf-parts__note,
  .cf-mod--1col-youtube .cf-parts .cf-parts__para+.cf-parts__note,
  .cf-parts--1col-txt-box .cf-parts__para+.cf-parts__note {
    margin-top: 7px
  }
}

@media screen and (min-width:931px) {

  .cf-mod--2col-img-txt-a .cf-parts .cf-parts__para+.cf-parts__note,
  .cf-mod--2col-img-txt-b .cf-parts .cf-parts__para+.cf-parts__note,
  .cf-mod--3col-img-txt-normal .cf-parts .cf-parts__para+.cf-parts__note {
    margin-top: 11px
  }
}

@media screen and (max-width:930px) {

  .cf-mod--2col-img-txt-a .cf-parts .cf-parts__para+.cf-parts__note,
  .cf-mod--2col-img-txt-b .cf-parts .cf-parts__para+.cf-parts__note,
  .cf-mod--3col-img-txt-normal .cf-parts .cf-parts__para+.cf-parts__note {
    margin-top: 7px
  }
}

@media screen and (min-width:931px) {

  .cf-mod--1col-img .cf-parts+.cf-parts,
  .cf-mod--1col-youtube .cf-parts+.cf-parts {
    margin-top: 53px
  }
}

@media screen and (max-width:930px) {

  .cf-mod--1col-img .cf-parts+.cf-parts,
  .cf-mod--1col-youtube .cf-parts+.cf-parts {
    margin-top: 56px
  }
}

.cf-mod--1col-img .cf-parts .cf-parts__img__cap,
.cf-mod--1col-youtube .cf-parts .cf-parts__img__cap {
  font-family: 'TazuganeGothicStdN-Book', sans-serif;
  color: #808080
}

@media screen and (min-width:931px) {

  .cf-mod--1col-img .cf-parts .cf-parts__img__cap,
  .cf-mod--1col-youtube .cf-parts .cf-parts__img__cap {
    font-size: 12px
  }
}

@media screen and (min-width:931px) {

  .cf-mod--1col-img .cf-parts .cf-parts__img__cap,
  .cf-mod--1col-youtube .cf-parts .cf-parts__img__cap {
    line-height: 2
  }
}

@media screen and (min-width:931px) {

  .cf-mod--1col-img .cf-parts .cf-parts__img__cap,
  .cf-mod--1col-youtube .cf-parts .cf-parts__img__cap {
    letter-spacing: .06em
  }
}

@media screen and (min-width:931px) {

  .cf-mod--1col-img .cf-parts .cf-parts__img__cap,
  .cf-mod--1col-youtube .cf-parts .cf-parts__img__cap {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {

  .cf-mod--1col-img .cf-parts .cf-parts__img__cap,
  .cf-mod--1col-youtube .cf-parts .cf-parts__img__cap {
    font-size: 10px
  }
}

@media screen and (max-width:930px) {

  .cf-mod--1col-img .cf-parts .cf-parts__img__cap,
  .cf-mod--1col-youtube .cf-parts .cf-parts__img__cap {
    line-height: 1.8
  }
}

@media screen and (max-width:930px) {

  .cf-mod--1col-img .cf-parts .cf-parts__img__cap,
  .cf-mod--1col-youtube .cf-parts .cf-parts__img__cap {
    letter-spacing: .06em
  }
}

@media screen and (max-width:930px) {

  .cf-mod--1col-img .cf-parts .cf-parts__img__cap,
  .cf-mod--1col-youtube .cf-parts .cf-parts__img__cap {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {

  .cf-mod--1col-img .cf-parts .cf-parts--inr+.cf-parts--inr,
  .cf-mod--1col-youtube .cf-parts .cf-parts--inr+.cf-parts--inr {
    margin-top: 30px
  }
}

@media screen and (max-width:930px) {

  .cf-mod--1col-img .cf-parts .cf-parts--inr+.cf-parts--inr,
  .cf-mod--1col-youtube .cf-parts .cf-parts--inr+.cf-parts--inr {
    margin-top: 19px
  }
}

@media screen and (min-width:931px) {

  .cf-sec-ttl .cf-parts__ttl--h3+.cf-parts__para,
  .cf-sec-ttl .cf-parts__ttl--h3+.cf-parts__note {
    margin-top: 10px
  }
}

@media screen and (max-width:930px) {

  .cf-sec-ttl .cf-parts__ttl--h3+.cf-parts__para,
  .cf-sec-ttl .cf-parts__ttl--h3+.cf-parts__note {
    margin-top: 15px
  }
}

@media screen and (min-width:931px) {

  .cf-mod--1col-panel .cf-parts .cf-parts__ttl--h4+.cf-parts__para,
  .cf-parts--1col-txt-box .cf-parts__ttl--h4+.cf-parts__para,
  .cf-mod--1col-panel .cf-parts .cf-parts__ttl--h5+.cf-parts__para,
  .cf-parts--1col-txt-box .cf-parts__ttl--h5+.cf-parts__para,
  .cf-mod--1col-panel .cf-parts .cf-parts__ttl--h4+.cf-parts__note,
  .cf-parts--1col-txt-box .cf-parts__ttl--h4+.cf-parts__note,
  .cf-mod--1col-panel .cf-parts .cf-parts__ttl--h5+.cf-parts__note,
  .cf-parts--1col-txt-box .cf-parts__ttl--h5+.cf-parts__note {
    margin-top: 30px
  }
}

@media screen and (max-width:930px) {

  .cf-mod--1col-panel .cf-parts .cf-parts__ttl--h4+.cf-parts__para,
  .cf-parts--1col-txt-box .cf-parts__ttl--h4+.cf-parts__para,
  .cf-mod--1col-panel .cf-parts .cf-parts__ttl--h5+.cf-parts__para,
  .cf-parts--1col-txt-box .cf-parts__ttl--h5+.cf-parts__para,
  .cf-mod--1col-panel .cf-parts .cf-parts__ttl--h4+.cf-parts__note,
  .cf-parts--1col-txt-box .cf-parts__ttl--h4+.cf-parts__note,
  .cf-mod--1col-panel .cf-parts .cf-parts__ttl--h5+.cf-parts__note,
  .cf-parts--1col-txt-box .cf-parts__ttl--h5+.cf-parts__note {
    margin-top: 13px
  }
}

@media screen and (min-width:931px) {
  .cf-parts__ttl--h4+.cf-parts__ttl--h5 {
    margin-top: 12px
  }
}

@media screen and (max-width:930px) {
  .cf-parts__ttl--h4+.cf-parts__ttl--h5 {
    margin-top: 17px
  }
}

@media screen and (min-width:931px) {

  .cf-mod--2col-img-txt-b .cf-parts .cf-parts__img+.cf-parts__para,
  .cf-mod--3col-img-txt-normal .cf-parts .cf-parts__img+.cf-parts__para {
    margin-top: 18px
  }
}

@media screen and (max-width:930px) {

  .cf-mod--2col-img-txt-b .cf-parts .cf-parts__img+.cf-parts__para,
  .cf-mod--3col-img-txt-normal .cf-parts .cf-parts__img+.cf-parts__para {
    margin-top: 11px
  }
}

@media screen and (min-width:931px) {

  .cf-mod--2col-img-txt-b .cf-parts .cf-parts__img+.cf-parts__note,
  .cf-mod--3col-img-txt-normal .cf-parts .cf-parts__img+.cf-parts__note {
    margin-top: 11px
  }
}

@media screen and (max-width:930px) {

  .cf-mod--2col-img-txt-b .cf-parts .cf-parts__img+.cf-parts__note,
  .cf-mod--3col-img-txt-normal .cf-parts .cf-parts__img+.cf-parts__note {
    margin-top: 6px
  }
}

@media screen and (max-width:930px) {

  .cf-mod--2col-img-txt-b .cf-parts .cf-parts--inr--card+.cf-parts--inr--card,
  .cf-mod--3col-img-txt-normal .cf-parts .cf-parts--inr--card+.cf-parts--inr--card {
    margin-top: 23px
  }
}

@media screen and (max-width:930px) {

  .cf-mod--2col-btn-panel .cf-parts .cf-parts--inr--card+.cf-parts--inr--card,
  .cf-mod--3col-btn-panel .cf-parts .cf-parts--inr--card+.cf-parts--inr--card {
    margin-top: 18px
  }
}

@media screen and (min-width:931px) {

  .cf-mod--1col-img .cf-parts--1col-txt-box+.cf-parts,
  .cf-mod--1col-youtube .cf-parts--1col-txt-box+.cf-parts,
  .cf-mod--1col-panel .cf-parts--1col-txt-box+.cf-parts,
  .cf-mod--2col-img-txt-a .cf-parts--1col-txt-box+.cf-parts,
  .cf-mod--news .cf-parts--1col-txt-box+.cf-parts {
    margin-top: 83px
  }
}

@media screen and (min-width:931px) {

  .cf-mod--2col-img-txt-b .cf-parts--1col-txt-box+.cf-parts,
  .cf-mod--3col-img-txt-normal .cf-parts--1col-txt-box+.cf-parts,
  .cf-mod--3col-btn .cf-parts--1col-txt-box+.cf-parts,
  .cf-mod--2col-btn-panel .cf-parts--1col-txt-box+.cf-parts,
  .cf-mod--3col-btn-panel .cf-parts--1col-txt-box+.cf-parts {
    margin-top: 53px
  }
}

@media screen and (max-width:930px) {

  .cf-mod--1col-img .cf-parts--1col-txt-box+.cf-parts,
  .cf-mod--1col-youtube .cf-parts--1col-txt-box+.cf-parts,
  .cf-mod--1col-panel .cf-parts--1col-txt-box+.cf-parts,
  .cf-mod--news .cf-parts--1col-txt-box+.cf-parts {
    margin-top: 5.2rem
  }
}

@media screen and (max-width:930px) {

  .cf-mod--2col-img-txt-a .cf-parts--1col-txt-box+.cf-parts,
  .cf-mod--2col-img-txt-b .cf-parts--1col-txt-box+.cf-parts,
  .cf-mod--3col-img-txt-normal .cf-parts--1col-txt-box+.cf-parts,
  .cf-mod--3col-btn .cf-parts--1col-txt-box+.cf-parts,
  .cf-mod--2col-btn-panel .cf-parts--1col-txt-box+.cf-parts,
  .cf-mod--3col-btn-panel .cf-parts--1col-txt-box+.cf-parts {
    margin-top: 4rem
  }
}

@media screen and (min-width:931px) {

  .cf-mod--2col-btn-panel .cf-parts .cf-parts__ttl--h5+.cf-parts__para,
  .cf-mod--3col-btn-panel .cf-parts .cf-parts__ttl--h5+.cf-parts__para {
    margin-top: 8px
  }
}

@media screen and (max-width:930px) {

  .cf-mod--2col-btn-panel .cf-parts .cf-parts__ttl--h5+.cf-parts__para,
  .cf-mod--3col-btn-panel .cf-parts .cf-parts__ttl--h5+.cf-parts__para {
    margin-top: 5px
  }
}

@media screen and (min-width:931px) {

  .cf-mod--1col-panel .cf-parts+.cf-parts,
  .cf-mod--contact .cf-parts+.cf-parts {
    margin-top: 59px
  }
}

@media screen and (min-width:931px) {

  .cf-mod--2col-img-txt-b .cf-parts+.cf-parts,
  .cf-mod--3col-img-txt-normal .cf-parts+.cf-parts {
    margin-top: 5.4rem
  }
}

@media screen and (min-width:931px) {

  .cf-mod--2col-btn-panel .cf-parts+.cf-parts,
  .cf-mod--3col-btn-panel .cf-parts+.cf-parts {
    margin-top: 5.9rem
  }
}

@media screen and (max-width:930px) {

  .cf-mod--1col-panel .cf-parts+.cf-parts,
  .cf-mod--contact .cf-parts+.cf-parts {
    margin-top: 30px
  }
}

@media screen and (max-width:930px) {

  .cf-mod--3col-img-txt-normal .cf-parts+.cf-parts,
  .cf-mod--2col-img-txt-b .cf-parts+.cf-parts {
    margin-top: 23px
  }
}

@media screen and (max-width:930px) {

  .cf-mod--3col-btn .cf-parts+.cf-parts,
  .cf-mod--2col-btn-panel .cf-parts+.cf-parts,
  .cf-mod--3col-btn-panel .cf-parts+.cf-parts {
    margin-top: 18px
  }
}

@media screen and (min-width:931px) {
  .cf-parts--1col-txt-box+.cf-parts--1col-txt-box {
    margin-top: 77px
  }
}

@media screen and (max-width:930px) {
  .cf-parts--1col-txt-box+.cf-parts--1col-txt-box {
    margin-top: 47px
  }
}

.cf-ttl .cf-parts__shoulder {
  font-family: 'HelveticaNowText-Bold', 'TazuganeGothicStdN-Medium', sans-serif
}

@media screen and (min-width:931px) {
  .cf-ttl .cf-parts__shoulder {
    font-size: 24px
  }
}

@media screen and (min-width:931px) {
  .cf-ttl .cf-parts__shoulder {
    line-height: 1.5
  }
}

@media screen and (min-width:931px) {
  .cf-ttl .cf-parts__shoulder {
    letter-spacing: .03em
  }
}

@media screen and (min-width:931px) {
  .cf-ttl .cf-parts__shoulder {
    font-weight: 700
  }
}

@media screen and (max-width:930px) {
  .cf-ttl .cf-parts__shoulder {
    font-size: 20px
  }
}

@media screen and (max-width:930px) {
  .cf-ttl .cf-parts__shoulder {
    line-height: 3.75
  }
}

@media screen and (max-width:930px) {
  .cf-ttl .cf-parts__shoulder {
    letter-spacing: .03em
  }
}

@media screen and (max-width:930px) {
  .cf-ttl .cf-parts__shoulder {
    font-weight: 700
  }
}

@media screen and (min-width:931px) {
  .cf-ttl .cf-parts__shoulder {
    margin-top: 6px
  }
}

@media screen and (max-width:930px) {
  .cf-ttl .cf-parts__shoulder {
    margin-top: -17px
  }
}

@media screen and (min-width:931px) {

  .cf-ttl .cf-parts__para,
  .cf-ttl .cf-parts__ttl--h2+.cf-parts__note,
  .cf-ttl .cf-parts__shoulder+.cf-parts__note {
    margin-top: 35px
  }
}

@media screen and (max-width:930px) {

  .cf-ttl .cf-parts__para,
  .cf-ttl .cf-parts__ttl--h2+.cf-parts__note,
  .cf-ttl .cf-parts__shoulder+.cf-parts__note {
    margin-top: -5px
  }
}

.cf-ttl .cf-parts__img--wrap {
  width: 100%;
  max-width: 1680px;
  margin-right: auto;
  margin-left: auto
}

@media screen and (min-width:1681px) {
  .cf-ttl .cf-parts__img--wrap {
    padding-left: calc((1680px - 1080px) / 2)
  }
}

@media screen and (min-width:990px) and (max-width:1680px) {
  .cf-ttl .cf-parts__img--wrap {
    padding-left: calc((100% - 108rem) / 2)
  }
}

@media screen and (min-width:931px) {
  .cf-ttl .cf-parts__img--wrap {
    margin-top: 82px
  }
}

@media screen and (max-width:930px) {
  .cf-ttl .cf-parts__img--wrap {
    margin-top: 56px
  }
}

@media screen and (min-width:931px) {
  .cf-mod--1col-img .cf-parts .cf-parts__img--wrap+.cf-parts__img__cap {
    margin-top: 6px
  }
}

@media screen and (max-width:930px) {
  .cf-mod--1col-img .cf-parts .cf-parts__img--wrap+.cf-parts__img__cap {
    margin-top: 14px
  }
}

@media screen and (max-width:930px) {

  .cf-cntr:not([class*='--news']) .cf-mod--1col-img .cf-parts .cf-parts__img--wrap,
  .cf-cntr:not([class*='--news']) .cf-mod--1col-youtube .cf-parts .cf-parts__youtube {
    margin-right: -3rem;
    margin-left: -3rem
  }
}

@media screen and (max-width:930px) {
  .cf-cntr:not([class*='--news']) .cf-mod--1col-youtube .cf-parts .cf-parts__youtube {
    padding-top: 66.96428571428571%
  }
}

@media screen and (min-width:931px) {
  [class*='cf-cntr--news'] .cf-mod--1col-img .cf-parts .cf-parts__img--wrap {
    width: 84rem
  }
}

@media screen and (max-width:930px) {
  [class*='cf-cntr--news'] .cf-mod--1col-img .cf-parts .cf-parts__img--wrap {
    width: 100%
  }
}

@media screen and (min-width:931px) {
  [class*='cf-cntr--news'] .cf-mod--1col-youtube .cf-parts .cf-parts--inr {
    width: 84rem
  }
}

@media screen and (max-width:930px) {
  [class*='cf-cntr--news'] .cf-mod--1col-youtube .cf-parts .cf-parts__youtube {
    width: 100%;
    padding-top: 56.25%
  }
}

.cf-mod--1col-youtube .cf-parts .cf-parts__youtube {
  position: relative
}

@media screen and (min-width:931px) {
  .cf-mod--1col-youtube .cf-parts .cf-parts__youtube {
    width: 100%;
    padding-top: 56.25%
  }
}

.cf-mod--1col-youtube .cf-parts__youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%
}

@media screen and (min-width:931px) {
  .cf-mod--1col-youtube .cf-parts__youtube+.cf-parts__img__cap {
    margin-top: 6px
  }
}

@media screen and (max-width:930px) {
  .cf-mod--1col-youtube .cf-parts__youtube+.cf-parts__img__cap {
    margin-top: 14px
  }
}

.cf-mod--1col-panel .cf-parts {
  border: solid 1px #e1e1e1
}

@media screen and (min-width:931px) {
  .cf-mod--1col-panel .cf-parts {
    padding: 81px 60px 88px
  }
}

@media screen and (max-width:930px) {
  .cf-mod--1col-panel .cf-parts {
    padding: 55px 24px 60px
  }
}

@media screen and (min-width:931px) {
  .cf-mod--1col-panel .cf-parts .cf-parts__img {
    margin-top: 47px
  }
}

@media screen and (max-width:930px) {
  .cf-mod--1col-panel .cf-parts .cf-parts__img {
    margin-top: 39px
  }
}

@media screen and (min-width:931px) {
  .cf-mod--2col-img-txt-a .cf-parts+.cf-parts {
    margin-top: 90px
  }
}

@media screen and (max-width:930px) {
  .cf-mod--2col-img-txt-a .cf-parts+.cf-parts {
    margin-top: 39px
  }
}

@media screen and (min-width:931px) {
  .cf-mod--2col-img-txt-a .cf-parts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media screen and (min-width:931px) {
  .cf-mod--2col-img-txt-a .cf-parts .cf-parts--inr:nth-child(1) {
    width: calc(100% - 45.4rem - 90px)
  }
}

@media screen and (min-width:931px) {
  .cf-mod--2col-img-txt-a .cf-parts .cf-parts--inr:nth-child(2) {
    width: 45.4rem
  }
}

@media screen and (max-width:930px) {
  .cf-mod--2col-img-txt-a .cf-parts .cf-parts--inr+.cf-parts--inr .cf-parts__img {
    margin-top: 20px
  }
}

@media screen and (min-width:931px) {

  .cf-mod--2col-img-txt-a .cf-parts .cf-parts__ttl--h4+.cf-parts__para,
  .cf-mod--2col-img-txt-a .cf-parts .cf-parts__ttl--h4+.cf-parts__note {
    margin-top: 23px
  }
}

@media screen and (max-width:930px) {

  .cf-mod--2col-img-txt-a .cf-parts .cf-parts__ttl--h4+.cf-parts__para,
  .cf-mod--2col-img-txt-a .cf-parts .cf-parts__ttl--h4+.cf-parts__note {
    margin-top: 3px
  }
}

@media screen and (min-width:931px) {
  .cf-mod--2col-img-txt-b .cf-parts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media screen and (min-width:931px) {
  .cf-mod--2col-img-txt-b .cf-parts .cf-parts--inr--card {
    width: 52.5rem
  }
}

@media screen and (min-width:931px) {
  .cf-mod--2col-img-txt-b .cf-parts .cf-parts--inr--card:nth-child(n+3) {
    margin-top: 53px
  }
}

@media screen and (min-width:931px) {
  .cf-mod--3col-img-txt-normal .cf-parts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media screen and (min-width:931px) {
  .cf-mod--3col-img-txt-normal .cf-parts .cf-parts--inr--card {
    width: 34rem
  }
}

@media screen and (min-width:931px) {
  .cf-mod--3col-img-txt-normal .cf-parts .cf-parts--inr--card:not(:nth-child(3n+1)) {
    margin-left: 2.8rem
  }
}

@media screen and (min-width:931px) {
  .cf-mod--3col-img-txt-normal .cf-parts .cf-parts--inr--card:nth-child(n+4) {
    margin-top: 56px
  }
}

@media screen and (min-width:931px) {
  .cf-mod--3col-btn .cf-parts+.cf-parts {
    margin-top: 3rem
  }
}

@media screen and (min-width:931px) {
  .cf-mod--3col-btn .cf-parts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1080px
  }
}

@media screen and (min-width:1441px) {
  .cf-mod--3col-btn .cf-parts .cf-parts--inr--btn {
    width: 340px
  }
}

@media screen and (min-width:930px) and (max-width:1440px) {
  .cf-mod--3col-btn .cf-parts .cf-parts--inr--btn {
    width: 34rem
  }
}

@media screen and (max-width:930px) {
  .cf-mod--3col-btn .cf-parts .cf-parts--inr--btn {
    width: 100%
  }
}

@media screen and (min-width:1441px) {
  .cf-mod--3col-btn .cf-parts .cf-parts--inr--btn:not(:nth-child(3n+1)) {
    margin-left: 30px
  }
}

@media screen and (min-width:930px) and (max-width:1440px) {
  .cf-mod--3col-btn .cf-parts .cf-parts--inr--btn:not(:nth-child(3n+1)) {
    margin-left: 3rem
  }
}

@media screen and (max-width:930px) {
  .cf-mod--3col-btn .cf-parts .cf-parts--inr--btn:not(:first-child) {
    margin-top: 18px
  }
}

@media screen and (min-width:1441px) {
  .cf-mod--3col-btn .cf-parts .cf-parts--inr--btn:nth-child(n+4) {
    margin-top: 30px
  }
}

@media screen and (min-width:930px) and (max-width:1440px) {
  .cf-mod--3col-btn .cf-parts .cf-parts--inr--btn:nth-child(n+4) {
    margin-top: 3rem
  }
}

.cf-mod--3col-btn .cf-parts .cf-parts__link {
  height: 60px;
  text-align: center;
  font-family: 'TazuganeGothicStdN-Book', sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border: 1px solid #e1e1e1;
  border-radius: 999px
}

@media screen and (min-width:931px) {
  .cf-mod--3col-btn .cf-parts .cf-parts__link {
    font-size: 14px
  }
}

@media screen and (min-width:931px) {
  .cf-mod--3col-btn .cf-parts .cf-parts__link {
    line-height: 1.5
  }
}

@media screen and (min-width:931px) {
  .cf-mod--3col-btn .cf-parts .cf-parts__link {
    letter-spacing: .12em
  }
}

@media screen and (min-width:931px) {
  .cf-mod--3col-btn .cf-parts .cf-parts__link {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .cf-mod--3col-btn .cf-parts .cf-parts__link {
    font-size: 12px
  }
}

@media screen and (max-width:930px) {
  .cf-mod--3col-btn .cf-parts .cf-parts__link {
    line-height: 1.5
  }
}

@media screen and (max-width:930px) {
  .cf-mod--3col-btn .cf-parts .cf-parts__link {
    letter-spacing: .12em
  }
}

@media screen and (max-width:930px) {
  .cf-mod--3col-btn .cf-parts .cf-parts__link {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  .cf-mod--3col-btn .cf-parts .cf-parts__link {
    padding-top: 2px;
    padding-right: 50px;
    padding-left: 50px;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
  }

  .cf-mod--3col-btn .cf-parts .cf-parts__link:hover {
    border-color: #111
  }
}

@media screen and (max-width:930px) {
  .cf-mod--3col-btn .cf-parts .cf-parts__link {
    padding-top: 1px;
    padding-right: 40px;
    padding-left: 40px
  }
}

.cf-mod--3col-btn .cf-parts .cf-parts__link::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1
}

@media screen and (min-width:931px) {
  .cf-mod--3col-btn .cf-parts .cf-parts__link::after {
    right: 30px
  }
}

@media screen and (max-width:930px) {
  .cf-mod--3col-btn .cf-parts .cf-parts__link::after {
    right: 16px
  }
}

.cf-mod--3col-btn .cf-parts .cf-parts__link:not([target='_blank'])::after {
  top: 48%;
  width: 10px;
  height: 6px;
  margin-top: -3px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20viewBox%3D%220%200%208%205%22%3E%3Cpath%20d%3D%22M4%205%200%20.8.8%200%204%203.3%207.2%200l.8.8L4%205Z%22%20style%3D%22fill%3A%23111%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.cf-mod--3col-btn .cf-parts .cf-parts__link[target='_blank']::after {
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%207%207%22%20width%3D%227%22%20height%3D%227%22%20style%3D%22enable-background%3Anew%200%200%207%207%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%3E.st1%7Bfill%3Anone%3Bstroke%3A%23111%3Bstroke-width%3A.9231%3Bstroke-miterlimit%3A3.6923%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M1274.2%203175.3h4.8v4.8h-4.8v-4.8z%22%20style%3D%22fill%3Anone%22%20transform%3D%22translate(-1272.5%20-3175.328)%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M1274.7%203175.8h3.8v3.8h-3.8v-3.8z%22%20transform%3D%22translate(-1272.5%20-3175.328)%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M1273%203176.5v4.8h4.8%22%20transform%3D%22translate(-1272.5%20-3175.328)%22%2F%3E%3C%2Fsvg%3E")
}

@media screen and (min-width:931px) {
  .cf-mod--3col-btn .cf-parts .cf-parts__link[target='_blank']::after {
    top: 45%
  }
}

@media screen and (max-width:930px) {
  .cf-mod--3col-btn .cf-parts .cf-parts__link[target='_blank']::after {
    top: 44%
  }
}

@media screen and (min-width:931px) {
  .cf-mod--3col-btn .cf-parts .cf-parts__link[target='_blank']::after {
    width: 6px;
    height: 6px
  }
}

@media screen and (max-width:930px) {
  .cf-mod--3col-btn .cf-parts .cf-parts__link[target='_blank']::after {
    width: 10px;
    height: 10px
  }
}

@media screen and (min-width:931px) {

  .cf-mod--2col-btn-panel .cf-parts,
  .cf-mod--3col-btn-panel .cf-parts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.cf-mod--2col-btn-panel .cf-parts .cf-parts__link,
.cf-mod--3col-btn-panel .cf-parts .cf-parts__link {
  position: relative;
  border: solid 1px #e1e1e1;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
  height: 100%
}

@media screen and (min-width:931px) {

  .cf-mod--2col-btn-panel .cf-parts .cf-parts__link,
  .cf-mod--3col-btn-panel .cf-parts .cf-parts__link {
    padding-bottom: 27px
  }
}

@media screen and (max-width:930px) {

  .cf-mod--2col-btn-panel .cf-parts .cf-parts__link,
  .cf-mod--3col-btn-panel .cf-parts .cf-parts__link {
    padding-bottom: 18px
  }
}

.cf-mod--2col-btn-panel .cf-parts .cf-parts__link::before,
.cf-mod--3col-btn-panel .cf-parts .cf-parts__link::before,
.cf-mod--2col-btn-panel .cf-parts .cf-parts__link::after,
.cf-mod--3col-btn-panel .cf-parts .cf-parts__link::after {
  content: '';
  display: block;
  position: absolute
}

.cf-mod--2col-btn-panel .cf-parts .cf-parts__link::before,
.cf-mod--3col-btn-panel .cf-parts .cf-parts__link::before {
  z-index: 2;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20viewBox%3D%220%200%208%205%22%3E%3Cpath%20d%3D%22M4%205%200%20.8.8%200%204%203.3%207.2%200l.8.8L4%205Z%22%20style%3D%22fill%3A%23111%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 10px;
  height: 6px
}

@media screen and (min-width:931px) {

  .cf-mod--2col-btn-panel .cf-parts .cf-parts__link::before,
  .cf-mod--3col-btn-panel .cf-parts .cf-parts__link::before {
    right: 16px;
    bottom: 19px
  }
}

@media screen and (max-width:930px) {

  .cf-mod--2col-btn-panel .cf-parts .cf-parts__link::before,
  .cf-mod--3col-btn-panel .cf-parts .cf-parts__link::before {
    right: 15px;
    bottom: 17px
  }
}

.cf-mod--2col-btn-panel .cf-parts .cf-parts__link::after,
.cf-mod--3col-btn-panel .cf-parts .cf-parts__link::after {
  right: 0;
  bottom: 0;
  z-index: 1;
  border: solid 1px #e1e1e1;
  background-color: #fff;
  margin-right: -1px;
  margin-bottom: -1px
}

@media screen and (min-width:931px) {

  .cf-mod--2col-btn-panel .cf-parts .cf-parts__link::after,
  .cf-mod--3col-btn-panel .cf-parts .cf-parts__link::after {
    width: 45px;
    height: 45px
  }
}

@media screen and (max-width:930px) {

  .cf-mod--2col-btn-panel .cf-parts .cf-parts__link::after,
  .cf-mod--3col-btn-panel .cf-parts .cf-parts__link::after {
    width: 42px;
    height: 42px
  }
}

@media screen and (min-width:931px) {

  .cf-mod--2col-btn-panel .cf-parts .cf-parts__link:hover,
  .cf-mod--3col-btn-panel .cf-parts .cf-parts__link:hover {
    opacity: .6
  }
}

.cf-mod--2col-btn-panel .cf-parts .cf-parts__img,
.cf-mod--3col-btn-panel .cf-parts .cf-parts__img {
  display: block;
  width: 100%;
  height: auto
}

@media screen and (min-width:931px) {

  .cf-mod--2col-btn-panel .cf-parts .cf-parts__ttl--h5,
  .cf-mod--3col-btn-panel .cf-parts .cf-parts__ttl--h5,
  .cf-mod--2col-btn-panel .cf-parts .cf-parts__para,
  .cf-mod--3col-btn-panel .cf-parts .cf-parts__para {
    padding-right: 74px;
    padding-left: 27px
  }
}

@media screen and (max-width:930px) {

  .cf-mod--2col-btn-panel .cf-parts .cf-parts__ttl--h5,
  .cf-mod--3col-btn-panel .cf-parts .cf-parts__ttl--h5,
  .cf-mod--2col-btn-panel .cf-parts .cf-parts__para,
  .cf-mod--3col-btn-panel .cf-parts .cf-parts__para {
    padding-right: 60px;
    padding-left: 16px
  }
}

@media screen and (min-width:931px) {

  .cf-mod--2col-btn-panel .cf-parts .cf-parts__img+.cf-parts__ttl--h5,
  .cf-mod--3col-btn-panel .cf-parts .cf-parts__img+.cf-parts__ttl--h5 {
    margin-top: 29px
  }
}

@media screen and (max-width:930px) {

  .cf-mod--2col-btn-panel .cf-parts .cf-parts__img+.cf-parts__ttl--h5,
  .cf-mod--3col-btn-panel .cf-parts .cf-parts__img+.cf-parts__ttl--h5 {
    margin-top: 17px
  }
}

@media screen and (min-width:931px) {

  .cf-mod--2col-btn-panel .cf-parts .cf-parts__img+.cf-parts__para,
  .cf-mod--3col-btn-panel .cf-parts .cf-parts__img+.cf-parts__para {
    margin-top: 3px
  }
}

@media screen and (max-width:930px) {

  .cf-mod--2col-btn-panel .cf-parts .cf-parts__img+.cf-parts__para,
  .cf-mod--3col-btn-panel .cf-parts .cf-parts__img+.cf-parts__para {
    margin-top: 5px
  }
}

@media screen and (min-width:931px) {
  .cf-mod--2col-btn-panel .cf-parts {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media screen and (min-width:931px) {
  .cf-mod--2col-btn-panel .cf-parts .cf-parts--inr--card {
    width: 52.5rem
  }
}

@media screen and (max-width:930px) {
  .cf-mod--2col-btn-panel .cf-parts .cf-parts--inr--card {
    width: 100%
  }
}

@media screen and (min-width:931px) {
  .cf-mod--2col-btn-panel .cf-parts .cf-parts--inr--card:nth-child(n+3) {
    margin-top: 59px
  }
}

@media screen and (min-width:931px) {
  .cf-mod--3col-btn-panel .cf-parts .cf-parts--inr--card {
    width: 34rem
  }
}

@media screen and (max-width:930px) {
  .cf-mod--3col-btn-panel .cf-parts .cf-parts--inr--card {
    width: 100%
  }
}

@media screen and (min-width:931px) {
  .cf-mod--3col-btn-panel .cf-parts .cf-parts--inr--card:not(:nth-child(3n+1)) {
    margin-left: 2.8rem
  }
}

@media screen and (min-width:931px) {
  .cf-mod--3col-btn-panel .cf-parts .cf-parts--inr--card:nth-child(n+4) {
    margin-top: 59px
  }
}

@media screen and (min-width:931px) {
  .cf-mod--news .cf-parts+.cf-parts {
    margin-top: 82px
  }
}

@media screen and (max-width:930px) {
  .cf-mod--news .cf-parts+.cf-parts {
    margin-top: 41px
  }
}

.cf-mod--contact .cf-parts {
  background-image: url("/assets/images/common/ico-contact-01.svg");
  background-repeat: no-repeat;
  background-size: 74px;
  background-color: #f1f2f3
}

@media screen and (min-width:931px) {
  .cf-mod--contact .cf-parts {
    background-position: 50px 76px;
    padding: 70px 75px 73px 169px
  }
}

@media screen and (max-width:930px) {
  .cf-mod--contact .cf-parts {
    background-position: center 45px;
    padding-top: 139px;
    padding-bottom: 45px;
    padding-right: 3rem;
    padding-left: 3rem
  }
}

@media screen and (min-width:931px) {
  .cf-mod--contact .cf-parts .cf-parts--inr:nth-child(2) {
    width: 276px
  }
}

@media screen and (max-width:930px) {
  .cf-mod--contact .cf-parts .cf-parts--inr:nth-child(2) {
    width: 100%
  }
}

@media screen and (min-width:931px) {
  .cf-mod--contact .cf-parts .cf-parts--inr:nth-child(1)+.cf-parts--inr:nth-child(2) {
    margin-top: 40px
  }
}

@media screen and (max-width:930px) {
  .cf-mod--contact .cf-parts .cf-parts--inr:nth-child(1)+.cf-parts--inr:nth-child(2) {
    margin-top: 32px
  }
}

@media screen and (max-width:930px) {
  .cf-mod--contact .cf-parts .cf-parts__ttl--h4 {
    font-size: 22px
  }
}

@media screen and (max-width:930px) {
  .cf-mod--contact .cf-parts .cf-parts__ttl--h4 {
    line-height: 1.454545454545455
  }
}

@media screen and (max-width:930px) {
  .cf-mod--contact .cf-parts .cf-parts__ttl--h4 {
    letter-spacing: .12em
  }
}

@media screen and (max-width:930px) {
  .cf-mod--contact .cf-parts .cf-parts__ttl--h4 {
    font-weight: 600
  }
}

.cf-mod--contact .cf-parts .cf-parts__shoulder,
.cf-mod--contact .cf-parts .cf-parts__para {
  font-family: 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (min-width:931px) {

  .cf-mod--contact .cf-parts .cf-parts__shoulder,
  .cf-mod--contact .cf-parts .cf-parts__para {
    font-size: 14px
  }
}

@media screen and (min-width:931px) {

  .cf-mod--contact .cf-parts .cf-parts__shoulder,
  .cf-mod--contact .cf-parts .cf-parts__para {
    line-height: 1.714285714285714
  }
}

@media screen and (min-width:931px) {

  .cf-mod--contact .cf-parts .cf-parts__shoulder,
  .cf-mod--contact .cf-parts .cf-parts__para {
    letter-spacing: .06em
  }
}

@media screen and (min-width:931px) {

  .cf-mod--contact .cf-parts .cf-parts__shoulder,
  .cf-mod--contact .cf-parts .cf-parts__para {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {

  .cf-mod--contact .cf-parts .cf-parts__shoulder,
  .cf-mod--contact .cf-parts .cf-parts__para {
    font-size: 12px
  }
}

@media screen and (max-width:930px) {

  .cf-mod--contact .cf-parts .cf-parts__shoulder,
  .cf-mod--contact .cf-parts .cf-parts__para {
    line-height: 2
  }
}

@media screen and (max-width:930px) {

  .cf-mod--contact .cf-parts .cf-parts__shoulder,
  .cf-mod--contact .cf-parts .cf-parts__para {
    letter-spacing: .06em
  }
}

@media screen and (max-width:930px) {

  .cf-mod--contact .cf-parts .cf-parts__shoulder,
  .cf-mod--contact .cf-parts .cf-parts__para {
    font-weight: 400
  }
}

.cf-mod--contact .cf-parts .cf-parts__note {
  font-family: 'TazuganeGothicStdN-Book', sans-serif;
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: .06em;
  font-weight: 400
}

@media screen and (min-width:931px) {
  .cf-mod--contact .cf-parts .cf-parts__ttl--h4+.cf-parts__shoulder {
    margin-top: 7px
  }
}

@media screen and (max-width:930px) {
  .cf-mod--contact .cf-parts .cf-parts__ttl--h4+.cf-parts__shoulder {
    margin-top: 9px
  }
}

@media screen and (min-width:931px) {

  .cf-mod--contact .cf-parts .cf-parts__ttl--h4+.cf-parts__para,
  .cf-mod--contact .cf-parts .cf-parts__shoulder+.cf-parts__para,
  .cf-mod--contact .cf-parts .cf-parts__ttl--h4+.cf-parts__note,
  .cf-mod--contact .cf-parts .cf-parts__shoulder+.cf-parts__note {
    margin-top: 32px
  }
}

@media screen and (max-width:930px) {

  .cf-mod--contact .cf-parts .cf-parts__ttl--h4+.cf-parts__para,
  .cf-mod--contact .cf-parts .cf-parts__shoulder+.cf-parts__para,
  .cf-mod--contact .cf-parts .cf-parts__ttl--h4+.cf-parts__note,
  .cf-mod--contact .cf-parts .cf-parts__shoulder+.cf-parts__note {
    margin-top: 29px
  }
}

@media screen and (min-width:931px) {
  .cf-mod--contact .cf-parts .cf-parts__para+.cf-parts__para {
    margin-top: 22px
  }
}

@media screen and (max-width:930px) {
  .cf-mod--contact .cf-parts .cf-parts__para+.cf-parts__para {
    margin-top: 23px
  }
}

@media screen and (min-width:931px) {

  .cf-mod--contact .cf-parts .cf-parts__para+.cf-parts__note,
  .cf-mod--contact .cf-parts .cf-parts__note+.cf-parts__note {
    margin-top: 27px
  }
}

@media screen and (max-width:930px) {

  .cf-mod--contact .cf-parts .cf-parts__para+.cf-parts__note,
  .cf-mod--contact .cf-parts .cf-parts__note+.cf-parts__note {
    margin-top: 15px
  }
}

.cf-cntr--news-detail .cf-ttl .cf-parts__ttl--h2 {
  font-family: 'TazuganeGothicStdN-Medium', sans-serif
}

@media screen and (min-width:931px) {
  .cf-cntr--news-detail .cf-ttl .cf-parts__ttl--h2 {
    font-size: 36px
  }
}

@media screen and (min-width:931px) {
  .cf-cntr--news-detail .cf-ttl .cf-parts__ttl--h2 {
    line-height: 1.5
  }
}

@media screen and (min-width:931px) {
  .cf-cntr--news-detail .cf-ttl .cf-parts__ttl--h2 {
    letter-spacing: .12em
  }
}

@media screen and (min-width:931px) {
  .cf-cntr--news-detail .cf-ttl .cf-parts__ttl--h2 {
    font-weight: 600
  }
}

.cf-cntr--news-detail .cf-ttl .cf-parts__date {
  font-family: 'HelveticaNowText-Regular', 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (min-width:931px) {
  .cf-cntr--news-detail .cf-ttl .cf-parts__date {
    font-size: 14px
  }
}

@media screen and (min-width:931px) {
  .cf-cntr--news-detail .cf-ttl .cf-parts__date {
    line-height: 2.571428571428572
  }
}

@media screen and (min-width:931px) {
  .cf-cntr--news-detail .cf-ttl .cf-parts__date {
    letter-spacing: .12em
  }
}

@media screen and (min-width:931px) {
  .cf-cntr--news-detail .cf-ttl .cf-parts__date {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .cf-cntr--news-detail .cf-ttl .cf-parts__date {
    font-size: 12px
  }
}

@media screen and (max-width:930px) {
  .cf-cntr--news-detail .cf-ttl .cf-parts__date {
    line-height: 2
  }
}

@media screen and (max-width:930px) {
  .cf-cntr--news-detail .cf-ttl .cf-parts__date {
    letter-spacing: .12em
  }
}

@media screen and (max-width:930px) {
  .cf-cntr--news-detail .cf-ttl .cf-parts__date {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  .cf-cntr--news-detail .cf-ttl .cf-parts__date {
    margin-top: 8px
  }
}

@media screen and (max-width:930px) {
  .cf-cntr--news-detail .cf-ttl .cf-parts__date {
    margin-top: 11px
  }
}

.cf-cntr--news-detail .cf-ttl .cf-parts__share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (min-width:931px) {
  .cf-cntr--news-detail .cf-ttl .cf-parts__share {
    margin-top: 22px
  }
}

@media screen and (max-width:930px) {
  .cf-cntr--news-detail .cf-ttl .cf-parts__share {
    margin-top: 19px
  }
}

.cf-cntr--news-detail .cf-ttl .cf-parts__share__ttl {
  color: #808080;
  font-family: 'HelveticaNowText-Regular', 'TazuganeGothicStdN-Book', sans-serif;
  font-size: 12px;
  line-height: 2;
  letter-spacing: .06em;
  font-weight: 400
}

.cf-cntr--news-detail .cf-ttl [class *='cf-parts__share__ico--'] {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}

@media screen and (min-width:931px) {
  .cf-cntr--news-detail .cf-ttl [class *='cf-parts__share__ico--'] {
    margin-left: 28px;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
  }

  .cf-cntr--news-detail .cf-ttl [class *='cf-parts__share__ico--']:hover {
    opacity: .6
  }
}

@media screen and (max-width:930px) {
  .cf-cntr--news-detail .cf-ttl [class *='cf-parts__share__ico--'] {
    margin-left: 24px
  }
}

.cf-cntr--news-detail .cf-ttl .cf-parts__share__ico--facebook {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021%2021%22%20width%3D%2221%22%20height%3D%2221%22%3E%3Cpath%20d%3D%22M21%2010.5C21%204.7%2016.2%200%2010.4%200S0%204.8%200%2010.6c0%205.2%203.8%209.6%208.9%2010.4v-7.4H6.2v-3.1h2.7V8.2c0-2.7%201.6-4.1%204-4.1.8%200%201.6.1%202.4.2v2.6H14c-.8-.1-1.6.5-1.7%201.3v2.3h2.9l-.5%203.1h-2.4V21c5-.8%208.7-5.3%208.7-10.5z%22%20fill%3D%22%231877f2%22%2F%3E%3C%2Fsvg%3E");
  width: 25px;
  height: 25px
}

.cf-cntr--news-detail .cf-ttl .cf-parts__share__ico--twitter {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2019%22%20width%3D%2223%22%20height%3D%2219%22%3E%3Cpath%20d%3D%22M7.2%2019c7.4.1%2013.4-6%2013.4-13.5v-.2-.6c1-.7%201.8-1.5%202.4-2.5-.9.4-1.8.6-2.7.8%201-.6%201.7-1.5%202.1-2.7-.9.6-1.9%201-3%201.2-1.8-1.9-4.8-2-6.7-.2-1.2%201.2-1.7%202.9-1.4%204.6-3.8-.2-7.3-2-9.7-5-1.3%202.2-.6%205%201.5%206.4-.8%200-1.5-.3-2.2-.6v.1c0%202.3%201.6%204.3%203.8%204.7-.7.2-1.4.2-2.1.1.6%202%202.4%203.3%204.4%203.3-2%201.6-4.5%202.3-7%202C2.2%2018.2%204.7%2019%207.2%2019%22%20fill%3D%22%231da1f2%22%2F%3E%3C%2Fsvg%3E");
  width: 23px;
  height: 19px
}

.cf-cntr--news-detail .cf-ttl .cf-parts__share__ico--line {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2024%2023%22%20width%3D%2224%22%20height%3D%2223%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%3E.st1%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_1536%22%3E%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_807%22%20d%3D%22M24%209.8C24%204.4%2018.6%200%2012%200S0%204.4%200%209.8c0%204.8%204.3%208.9%2010%209.7.4.1.9.3%201.1.6.1.4.1.7%200%201.1%200%200-.1.9-.2%201-.1.3-.2%201.2%201%20.7%203.5-1.8%206.7-4.2%209.4-7C23%2014.2%2024%2012.1%2024%209.8%22%20fill%3D%22%2300b900%22%2F%3E%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_1535%22%20transform%3D%22translate(3.979%207.221)%22%3E%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_808%22%20class%3D%22st1%22%20d%3D%22M5.6%200h-.9c-.1%200-.2.1-.2.2v5.3c0%20.1.1.2.2.2h.8c.1%200%20.2-.1.2-.2V.2c.1-.1%200-.2-.1-.2%22%2F%3E%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_809%22%20class%3D%22st1%22%20d%3D%22M11.4%200h-.8c-.1%200-.2.1-.2.2v3.1L7.9.1h-1c-.2-.1-.3%200-.3.1v5.3c0%20.1.1.2.2.2h.8c.1%200%20.2-.1.2-.2V2.3l2.4%203.3.1.1h.9c.1%200%20.2-.1.2-.2V.2c.2-.1.1-.3%200-.2%22%2F%3E%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_810%22%20class%3D%22st1%22%20d%3D%22M3.6%204.4H1.3V.2C1.3.1%201.2%200%201%200H.2C.1%200%200%20.1%200%20.2v5.4s.1.1.2.1h3.4c.1%200%20.2-.1.2-.2v-.9c0-.1-.1-.2-.2-.2%22%2F%3E%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_811%22%20class%3D%22st1%22%20d%3D%22M16%201.3c.1%200%20.2-.1.2-.2V.2c.1-.1%200-.2-.2-.2h-3.4c-.1%200-.1%200-.2.1%200%200-.1.1-.1.2v5.3c0%20.1%200%20.1.1.2%200%200%20.1.1.2.1H16c.1%200%20.2-.1.2-.2V4.6c0-.1-.1-.2-.2-.2h-2.3v-.9H16c.1%200%20.2-.1.2-.2v-.9c0-.1-.1-.2-.2-.2h-2.3v-.9H16z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  width: 24px;
  height: 23px
}

.cf-cntr--news-detail .cf-ttl .cf-parts__point {
  color: #4ba53a;
  font-family: 'TazuganeGothicStdN-Medium', sans-serif;
  border: 1px solid #4ba53a
}

@media screen and (min-width:931px) {
  .cf-cntr--news-detail .cf-ttl .cf-parts__point {
    font-size: 18px
  }
}

@media screen and (min-width:931px) {
  .cf-cntr--news-detail .cf-ttl .cf-parts__point {
    line-height: 2
  }
}

@media screen and (min-width:931px) {
  .cf-cntr--news-detail .cf-ttl .cf-parts__point {
    letter-spacing: .12em
  }
}

@media screen and (min-width:931px) {
  .cf-cntr--news-detail .cf-ttl .cf-parts__point {
    font-weight: 600
  }
}

@media screen and (max-width:930px) {
  .cf-cntr--news-detail .cf-ttl .cf-parts__point {
    font-size: 15px
  }
}

@media screen and (max-width:930px) {
  .cf-cntr--news-detail .cf-ttl .cf-parts__point {
    line-height: 1.6
  }
}

@media screen and (max-width:930px) {
  .cf-cntr--news-detail .cf-ttl .cf-parts__point {
    letter-spacing: .06em
  }
}

@media screen and (max-width:930px) {
  .cf-cntr--news-detail .cf-ttl .cf-parts__point {
    font-weight: 600
  }
}

@media screen and (min-width:931px) {
  .cf-cntr--news-detail .cf-ttl .cf-parts__point {
    margin-top: 60px;
    padding: 29px 37px 25px 37px
  }
}

@media screen and (max-width:930px) {
  .cf-cntr--news-detail .cf-ttl .cf-parts__point {
    margin-top: 90px;
    padding: 20px 23px 16px 23px
  }
}

@media screen and (min-width:931px) {

  .cf-ttl+.cf-anchor,
  .cf-ttl+.cf-sec-ttl,
  .cf-ttl+[class*='cf-mod--'],
  .cf-ttl+table,
  .cf-anchor+.cf-sec-ttl,
  .cf-anchor+[class*='cf-mod--'],
  .cf-anchor+table,
  table+.cf-sec-ttl {
    margin-top: 90px;
    padding-top: 90px
  }
}

@media screen and (max-width:930px) {

  .cf-ttl+.cf-anchor,
  .cf-ttl+.cf-sec-ttl,
  .cf-ttl+[class*='cf-mod--'],
  .cf-ttl+table,
  .cf-anchor+.cf-sec-ttl,
  .cf-anchor+[class*='cf-mod--'],
  .cf-anchor+table,
  table+.cf-sec-ttl {
    margin-top: 19px;
    padding-top: 71px
  }
}

.cf-cntr strong,
[class*='cf-cntr--'] strong {
  font-family: 'HelveticaNowText-Bold', 'TazuganeGothicStdN-Medium', sans-serif
}

@media screen and (min-width:931px) {
  .cf-cntr--news .cf-sec {
    margin-top: 76px;
    padding-top: 76px
  }
}

@media screen and (max-width:930px) {
  .cf-cntr--news .cf-sec {
    margin-top: 31px;
    padding-top: 36px
  }
}

.cf-tab .cf-tab__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

@media screen and (min-width:931px) {
  .cf-tab .cf-tab__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media screen and (max-width:930px) {
  .cf-tab .cf-tab__list {
    padding-left: 3rem;
    overflow-x: auto;
    word-break: keep-all;
    white-space: nowrap;
    font-size: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none
  }

  .cf-tab .cf-tab__list::-webkit-scrollbar {
    display: none
  }
}

@media screen and (min-width:931px) {
  .cf-tab .cf-tab__list__itm+.cf-tab__list__itm {
    margin-right: 29px
  }
}

@media screen and (max-width:930px) {
  .cf-tab .cf-tab__list__itm+.cf-tab__list__itm {
    margin-right: 20px
  }
}

@media screen and (min-width:931px) {
  .cf-tab .cf-tab__list__itm {
    margin-top: 15px
  }
}

@media screen and (min-width:931px) {
  .cf-tab .cf-tab__list__itm:first-child {
    margin-right: 29px
  }
}

@media screen and (max-width:930px) {
  .cf-tab .cf-tab__list__itm:first-child {
    margin-right: 20px
  }
}

.cf-tab .cf-tab__list__itm:last-child {
  margin-right: 0
}

@media screen and (max-width:930px) {
  .cf-tab .cf-tab__list__itm:last-child {
    padding-right: 3rem
  }
}

.cf-tab .cf-tab__list__itm:not(.current) .cf-tab__list__itm__link {
  color: #808080
}

.cf-tab .cf-tab__list__itm.current .cf-tab__list__itm__link {
  position: relative;
  color: #111
}

.cf-tab .cf-tab__list__itm.current .cf-tab__list__itm__link::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
  z-index: 1;
  background-color: #111;
  width: 100%;
  height: 1px
}

@media screen and (min-width:931px) {
  .cf-tab .cf-tab__list__itm {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
  }

  .cf-tab .cf-tab__list__itm:hover {
    opacity: .6
  }
}

.cf-tab .cf-tab__list__itm__link {
  font-family: 'TazuganeGothicStdN-Book', sans-serif;
  font-size: 14px;
  line-height: 2.571428571428572;
  letter-spacing: .09em;
  font-weight: 400
}

.cf-cntr table {
  table-layout: fixed
}

@media screen and (min-width:931px) {
  .cf-cntr table {
    margin-top: 60px;
    display: table
  }
}

@media screen and (max-width:930px) {
  .cf-cntr table {
    padding-left: 3rem;
    margin-top: 60px;
    display: block;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none
  }

  .cf-cntr table::-webkit-scrollbar {
    display: none
  }
}

@media screen and (max-width:930px) {
  .cf-cntr table tbody {
    display: table;
    min-width: 990px;
    position: relative
  }

  .cf-cntr table tbody::before {
    position: absolute;
    top: 0;
    left: 100%;
    width: 3rem;
    height: 1px;
    content: ''
  }
}

.cf-cntr table th,
.cf-cntr table td {
  font-family: 'TazuganeGothicStdN-Book', sans-serif;
  border: 1px solid #e1e1e1;
  word-wrap: break-word;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media screen and (max-width:930px) {

  .cf-cntr table th,
  .cf-cntr table td {
    font-size: 14px
  }
}

@media screen and (max-width:930px) {

  .cf-cntr table th,
  .cf-cntr table td {
    line-height: 1.5
  }
}

@media screen and (max-width:930px) {

  .cf-cntr table th,
  .cf-cntr table td {
    letter-spacing: .06em
  }
}

@media screen and (max-width:930px) {

  .cf-cntr table th,
  .cf-cntr table td {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {

  .cf-cntr table th,
  .cf-cntr table td {
    padding: 22px 25px
  }
}

@media screen and (max-width:930px) {

  .cf-cntr table th,
  .cf-cntr table td {
    padding: 23px
  }
}

.cf-cntr table th {
  background-color: #f1f2f3
}

@media screen and (min-width:931px) {
  .cf-cntr table th {
    font-size: 14px
  }
}

@media screen and (min-width:931px) {
  .cf-cntr table th {
    line-height: 1.5
  }
}

@media screen and (min-width:931px) {
  .cf-cntr table th {
    letter-spacing: .12em
  }
}

@media screen and (min-width:931px) {
  .cf-cntr table th {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  .cf-cntr table td {
    font-size: 14px
  }
}

@media screen and (min-width:931px) {
  .cf-cntr table td {
    line-height: 1.5
  }
}

@media screen and (min-width:931px) {
  .cf-cntr table td {
    letter-spacing: .06em
  }
}

@media screen and (min-width:931px) {
  .cf-cntr table td {
    font-weight: 400
  }
}

.u-d-none {
  display: none !important
}

@media screen and (min-width:931px) {
  .u-d-none--pc {
    display: none !important
  }
}

@media screen and (max-width:930px) {
  .u-d-none--sp {
    display: none !important
  }
}

/**
 * Swiper 6.8.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 3, 2021
 */

@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical>.swiper-pagination-progressbar,
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

[data-module*='LogoBottomSticky'] {
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}

[data-module*='LogoBottomSticky'].off {
  opacity: 0
}

[data-yt-player]:not(.mv-mov) {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 56.25%
}

[data-yt-player]:not(.mv-mov) [data-yt-id],
[data-yt-player]:not(.mv-mov) [data-video-thumb] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

[data-yt-player]:not(.mv-mov) [data-yt-id] {
  z-index: 1
}

[data-yt-player]:not(.mv-mov) [data-video-thumb] {
  z-index: 2;
  -webkit-transition: opacity .45s ease .3s;
  transition: opacity .45s ease .3s
}

@media screen and (min-width:931px) {
  [data-yt-player]:not(.mv-mov) [data-video-thumb] {
    cursor: pointer
  }
}

[data-yt-player]:not(.mv-mov) [data-video-thumb]::before,
[data-yt-player]:not(.mv-mov) [data-video-thumb]::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1
}

[data-yt-player]:not(.mv-mov) [data-video-thumb]::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2033%22%20width%3D%2248%22%20height%3D%2233%22%3E%3Cpath%20d%3D%22M48%2016.5L0%2033V0l48%2016.5z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}

@media screen and (min-width:931px) {
  [data-yt-player]:not(.mv-mov) [data-video-thumb]::before {
    width: 1.458333333333333vw;
    height: 1.041666666666667vw;
    margin-top: -.4861111111111111vw;
    margin-left: -.6944444444444444vw
  }
}

@media screen and (max-width:930px) {
  [data-yt-player]:not(.mv-mov) [data-video-thumb]::before {
    width: 5.333333333333334vw;
    height: 3.2vw;
    margin-top: -1.6vw;
    margin-left: -2.666666666666667vw
  }
}

[data-yt-player]:not(.mv-mov) [data-video-thumb]::after {
  border-radius: 50%;
  border: 1px solid #fff
}

@media screen and (min-width:931px) {
  [data-yt-player]:not(.mv-mov) [data-video-thumb]::after {
    width: 8.333333333333332vw;
    height: 8.333333333333332vw;
    margin-top: -4.166666666666666vw;
    margin-left: -4.166666666666666vw;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .45s;
    transition-duration: .45s;
    -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    transition-timing-function: cubic-bezier(.075, .82, .165, 1)
  }
}

@media screen and (max-width:930px) {
  [data-yt-player]:not(.mv-mov) [data-video-thumb]::after {
    width: 32vw;
    height: 32vw;
    margin-top: -16vw;
    margin-left: -16vw
  }
}

@media screen and (min-width:931px) {
  [data-yt-player]:not(.mv-mov) [data-video-thumb]:hover::after {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}

[data-yt-player]:not(.mv-mov) .youtube__cnt__mov__thumb__img {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  margin-top: -1px;
  margin-left: -1px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center
}

[data-yt-player]:not(.mv-mov).play [data-video-thumb] {
  opacity: 0;
  pointer-events: none
}

.p-front-page .brand-line {
  display: block;
  background-color: #f1f2f3
}

@media screen and (min-width:931px) {
  .p-front-page .brand-line {
    padding-top: 18rem
  }
}

@media screen and (max-width:930px) {
  .p-front-page .brand-line {
    padding-top: 8.6rem
  }
}

.p-front-page .brand-line::after {
  content: '';
  display: block;
  height: 1px;
  background-color: #e1e1e1;
  margin-right: auto;
  margin-left: auto
}

@media screen and (min-width:931px) {
  .p-front-page .brand-line::after {
    width: 108rem;
    margin-top: 10.9rem
  }
}

@media screen and (max-width:930px) {
  .p-front-page .brand-line::after {
    width: 31.5rem;
    margin-top: 9rem
  }
}

@media screen and (min-width:931px) {
  .p-front-page .brand-line .brand-line__ttl+.brand-line__list {
    margin-top: 87px
  }
}

@media screen and (max-width:930px) {
  .p-front-page .brand-line .brand-line__ttl+.brand-line__list {
    margin-top: 43px
  }
}

.p-front-page .brand-line .brand-line__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (min-width:931px) {
  .p-front-page .brand-line .brand-line__list__itm {
    width: 48.333333333333336%
  }
}

@media screen and (max-width:930px) {
  .p-front-page .brand-line .brand-line__list__itm {
    width: 100%
  }
}

@media screen and (min-width:931px) {
  .p-front-page .brand-line .brand-line__list__itm__link {
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
  }

  .p-front-page .brand-line .brand-line__list__itm__link:hover {
    opacity: .6
  }
}

@media screen and (min-width:931px) {
  .p-front-page .brand-line .brand-line__list__itm__link__img+.brand-line__list__itm__link__txt {
    margin-top: 21px
  }
}

@media screen and (max-width:930px) {
  .p-front-page .brand-line .brand-line__list__itm__link__img+.brand-line__list__itm__link__txt {
    margin-top: 1rem
  }
}

.p-front-page .brand-line .brand-line__list__itm__link__txt {
  font-family: 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (min-width:931px) {
  .p-front-page .brand-line .brand-line__list__itm__link__txt {
    font-size: 14px
  }
}

@media screen and (min-width:931px) {
  .p-front-page .brand-line .brand-line__list__itm__link__txt {
    line-height: 1
  }
}

@media screen and (min-width:931px) {
  .p-front-page .brand-line .brand-line__list__itm__link__txt {
    letter-spacing: .06em
  }
}

@media screen and (min-width:931px) {
  .p-front-page .brand-line .brand-line__list__itm__link__txt {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .p-front-page .brand-line .brand-line__list__itm__link__txt {
    font-size: 14px
  }
}

@media screen and (max-width:930px) {
  .p-front-page .brand-line .brand-line__list__itm__link__txt {
    line-height: 1.714285714285714
  }
}

@media screen and (max-width:930px) {
  .p-front-page .brand-line .brand-line__list__itm__link__txt {
    letter-spacing: .03em
  }
}

@media screen and (max-width:930px) {
  .p-front-page .brand-line .brand-line__list__itm__link__txt {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .p-front-page .brand-line .brand-line__list__itm+.brand-line__list__itm {
    margin-top: 41px
  }
}

@media screen and (min-width:931px) {
  .p-front-page .brand-line .brand-line__list+.brand-line__product {
    margin-top: 9rem
  }
}

@media screen and (max-width:930px) {
  .p-front-page .brand-line .brand-line__list+.brand-line__product {
    margin-top: 5.5rem
  }
}

@media screen and (min-width:931px) {
  .p-front-page .brand-line .brand-line__product+.brand-line__link--wrap {
    margin-top: 7rem
  }
}

@media screen and (max-width:930px) {
  .p-front-page .brand-line .brand-line__product+.brand-line__link--wrap {
    margin-top: 4.6rem
  }
}

.p-front-page .brand-line .brand-line__link--wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

@media screen and (min-width:931px) {
  .p-front-page .brand-line .brand-line__link--wrap {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}

@media screen and (max-width:930px) {
  .p-front-page .brand-line .brand-line__link--wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media screen and (min-width:931px) {
  .p-front-page .brand-message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
}

@media screen and (min-width:931px) {

  .p-front-page .brand-message .brand-message__visulal,
  .p-front-page .brand-message .brand-message__stmt {
    width: 50%
  }
}

@media screen and (min-width:931px) {
  .p-front-page .brand-message .brand-message__visulal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6rem 0
  }
}

@media screen and (max-width:930px) {
  .p-front-page .brand-message .brand-message__visulal {
    padding-top: 3.6rem
  }
}

.p-front-page .brand-message .brand-message__visulal__img {
  display: block
}

@media screen and (min-width:931px) {
  .p-front-page .brand-message .brand-message__visulal__img {
    width: 42rem
  }
}

@media screen and (max-width:930px) {
  .p-front-page .brand-message .brand-message__visulal__img {
    width: 23rem;
    margin: 0 auto
  }
}

.p-front-page .brand-message .brand-message__stmt {
  position: relative
}

@media screen and (min-width:931px) {
  .p-front-page .brand-message .brand-message__stmt--inr {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 100%;
    max-width: 570px;
    padding: 0 50px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
}

@media screen and (max-width:930px) {
  .p-front-page .brand-message .brand-message__stmt--inr {
    padding-top: 4.3rem;
    padding-bottom: 9rem
  }
}

@media screen and (max-width:930px) {
  .p-front-page .brand-message .brand-message__stmt__ttl {
    padding-left: 3.6rem
  }
}

.p-front-page .brand-message .brand-message__stmt__txt {
  font-family: 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (min-width:931px) {
  .p-front-page .brand-message .brand-message__stmt__txt {
    font-size: 14px
  }
}

@media screen and (min-width:931px) {
  .p-front-page .brand-message .brand-message__stmt__txt {
    line-height: 2.357142857142857
  }
}

@media screen and (min-width:931px) {
  .p-front-page .brand-message .brand-message__stmt__txt {
    letter-spacing: .06em
  }
}

@media screen and (min-width:931px) {
  .p-front-page .brand-message .brand-message__stmt__txt {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .p-front-page .brand-message .brand-message__stmt__txt {
    font-size: 12px
  }
}

@media screen and (max-width:930px) {
  .p-front-page .brand-message .brand-message__stmt__txt {
    line-height: 2
  }
}

@media screen and (max-width:930px) {
  .p-front-page .brand-message .brand-message__stmt__txt {
    letter-spacing: .06em
  }
}

@media screen and (max-width:930px) {
  .p-front-page .brand-message .brand-message__stmt__txt {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  .p-front-page .brand-message .brand-message__stmt__txt {
    margin-top: 31px
  }
}

@media screen and (max-width:930px) {
  .p-front-page .brand-message .brand-message__stmt__txt {
    margin-top: 2.4rem
  }
}

.p-front-page .brand-message .brand-message__stmt__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (min-width:931px) {
  .p-front-page .brand-message .brand-message__stmt__link {
    margin-top: 26px
  }
}

@media screen and (max-width:930px) {
  .p-front-page .brand-message .brand-message__stmt__link {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 39px
  }
}

.p-front-page .lifestyle {
  display: block;
  background-color: #f1f2f3
}

@media screen and (min-width:931px) {
  .p-front-page .lifestyle {
    padding-top: 11.8rem;
    padding-bottom: 10.5rem
  }
}

@media screen and (max-width:930px) {
  .p-front-page .lifestyle {
    padding-top: 8.6rem;
    padding-bottom: 5.2rem
  }
}

@media screen and (min-width:931px) {
  .p-front-page .lifestyle .lifestyle__ttl__pic {
    width: 380px;
    height: 66px
  }
}

@media screen and (max-width:930px) {
  .p-front-page .lifestyle .lifestyle__ttl__pic {
    width: 23rem;
    height: 11.3rem
  }
}

@media screen and (min-width:931px) {
  .p-front-page .lifestyle .lifestyle__ttl+.lifestyle__lead {
    margin-top: 38px
  }
}

@media screen and (max-width:930px) {
  .p-front-page .lifestyle .lifestyle__ttl+.lifestyle__lead {
    margin-top: 2.5rem
  }
}

.p-front-page .lifestyle .lifestyle__lead {
  font-family: 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (min-width:931px) {
  .p-front-page .lifestyle .lifestyle__lead {
    font-size: 14px
  }
}

@media screen and (min-width:931px) {
  .p-front-page .lifestyle .lifestyle__lead {
    line-height: 2.142857142857143
  }
}

@media screen and (min-width:931px) {
  .p-front-page .lifestyle .lifestyle__lead {
    letter-spacing: .06em
  }
}

@media screen and (min-width:931px) {
  .p-front-page .lifestyle .lifestyle__lead {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .p-front-page .lifestyle .lifestyle__lead {
    font-size: 12px
  }
}

@media screen and (max-width:930px) {
  .p-front-page .lifestyle .lifestyle__lead {
    line-height: 2
  }
}

@media screen and (max-width:930px) {
  .p-front-page .lifestyle .lifestyle__lead {
    letter-spacing: .06em
  }
}

@media screen and (max-width:930px) {
  .p-front-page .lifestyle .lifestyle__lead {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  .p-front-page .lifestyle .lifestyle__lead+.lifestyle__list--ctr {
    margin-top: 5.2rem
  }
}

@media screen and (max-width:930px) {
  .p-front-page .lifestyle .lifestyle__lead+.lifestyle__list--ctr {
    margin-top: 3.9rem
  }
}

@media screen and (min-width:931px) {
  .p-front-page .lifestyle .lifestyle__list--ctr {
    max-width: 1680px;
    margin-right: auto;
    margin-left: auto
  }
}

@media screen and (min-width:931px) {
  .p-front-page .lifestyle .lifestyle__list--wrap {
    padding-bottom: 4.1rem
  }
}

@media screen and (min-width:931px) {
  .p-front-page .lifestyle .lifestyle__list__itm {
    width: 34.6rem;
    padding: 0 2.3rem
  }
}

@media screen and (max-width:930px) {
  .p-front-page .lifestyle .lifestyle__list__itm+.lifestyle__list__itm {
    margin-top: 5.3rem
  }
}

@media screen and (min-width:931px) {
  .p-front-page .lifestyle .lifestyle__list__itm__link {
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
  }

  .p-front-page .lifestyle .lifestyle__list__itm__link:hover {
    opacity: .6
  }
}

.p-front-page .lifestyle .lifestyle__list__itm__link__pic {
  display: block
}

@media screen and (min-width:931px) {
  .p-front-page .lifestyle .lifestyle__list__itm__link__pic {
    width: 100%
  }
}

.p-front-page .lifestyle .lifestyle__list__itm__link__pic__img {
  display: block
}

@media screen and (min-width:931px) {
  .p-front-page .lifestyle .lifestyle__list__itm__link__pic+.lifestyle__list__itm__link__ttl {
    margin-top: 1.8rem
  }
}

@media screen and (max-width:930px) {
  .p-front-page .lifestyle .lifestyle__list__itm__link__pic+.lifestyle__list__itm__link__ttl {
    margin-top: 2.2rem;
    margin-left: 3rem
  }
}

.p-front-page .lifestyle .lifestyle__list__itm__link__ttl {
  font-family: 'TazuganeGothicStdN-Medium', sans-serif
}

@media screen and (min-width:931px) {
  .p-front-page .lifestyle .lifestyle__list__itm__link__ttl {
    font-size: 18px
  }
}

@media screen and (min-width:931px) {
  .p-front-page .lifestyle .lifestyle__list__itm__link__ttl {
    line-height: 1.833333333333333
  }
}

@media screen and (min-width:931px) {
  .p-front-page .lifestyle .lifestyle__list__itm__link__ttl {
    letter-spacing: .06em
  }
}

@media screen and (min-width:931px) {
  .p-front-page .lifestyle .lifestyle__list__itm__link__ttl {
    font-weight: 600
  }
}

@media screen and (max-width:930px) {
  .p-front-page .lifestyle .lifestyle__list__itm__link__ttl {
    font-size: 18px
  }
}

@media screen and (max-width:930px) {
  .p-front-page .lifestyle .lifestyle__list__itm__link__ttl {
    line-height: 1.833333333333333
  }
}

@media screen and (max-width:930px) {
  .p-front-page .lifestyle .lifestyle__list__itm__link__ttl {
    letter-spacing: .06em
  }
}

@media screen and (max-width:930px) {
  .p-front-page .lifestyle .lifestyle__list__itm__link__ttl {
    font-weight: 600
  }
}

@media screen and (min-width:931px) {
  .p-front-page .lifestyle .lifestyle__list__itm__link__ttl+.lifestyle__list__itm__link__para {
    margin-top: 1.7rem
  }
}

.p-front-page .lifestyle .lifestyle__list__itm__link__para {
  font-family: 'TazuganeGothicStdN-Medium', sans-serif;
  color: #808080
}

@media screen and (min-width:931px) {
  .p-front-page .lifestyle .lifestyle__list__itm__link__para {
    font-size: 14px
  }
}

@media screen and (min-width:931px) {
  .p-front-page .lifestyle .lifestyle__list__itm__link__para {
    line-height: 1.714285714285714
  }
}

@media screen and (min-width:931px) {
  .p-front-page .lifestyle .lifestyle__list__itm__link__para {
    letter-spacing: .06em
  }
}

@media screen and (min-width:931px) {
  .p-front-page .lifestyle .lifestyle__list__itm__link__para {
    font-weight: 600
  }
}

@media screen and (max-width:930px) {
  .p-front-page .lifestyle .swiper-wrapper {
    display: block
  }
}

@media screen and (min-width:931px) {
  .p-front-page .lifestyle .swiper-slide {
    margin: 0 !important
  }
}

.p-front-page .lifestyle .swiper-pagination {
  position: static
}

@media screen and (max-width:930px) {
  .p-front-page .lifestyle .swiper-pagination {
    margin-top: 28px
  }
}

.p-front-page .lifestyle .swiper-pagination-bullet {
  position: relative;
  margin: 0;
  opacity: 1;
  background: none
}

@media screen and (min-width:931px) {
  .p-front-page .lifestyle .swiper-pagination-bullet {
    width: 36px;
    height: 36px
  }
}

@media screen and (max-width:930px) {
  .p-front-page .lifestyle .swiper-pagination-bullet {
    width: 10px;
    height: 10px
  }
}

.p-front-page .lifestyle .swiper-pagination-bullet::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  border-radius: 50%;
  background-color: #e1e1e1;
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease
}

@media screen and (min-width:931px) {
  .p-front-page .lifestyle .swiper-pagination-bullet::after {
    width: 6px;
    height: 6px;
    margin-top: -3px;
    margin-left: -3px
  }
}

@media screen and (max-width:930px) {
  .p-front-page .lifestyle .swiper-pagination-bullet::after {
    width: 4px;
    height: 4px;
    margin-top: -2px;
    margin-left: -2px
  }
}

.p-front-page .lifestyle .swiper-pagination-bullet-active::after {
  background-color: #111
}

@media screen and (min-width:931px) {
  .p-front-page .mv .mv--inr {
    position: relative
  }
}

.p-front-page .mv .mv__sldr__list {
  position: relative;
  width: 100%
}

@media screen and (min-width:931px) {
  .p-front-page .mv .mv__sldr__list {
    padding-top: 50%
  }
}

@media screen and (max-width:930px) {
  .p-front-page .mv .mv__sldr__list {
    padding-top: 100%
  }
}

.p-front-page .mv .mv__sldr__list__itm {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .66s;
  transition-duration: .66s
}

@media screen and (min-width:931px) {
  .p-front-page .mv .mv__sldr__list__itm {
    overflow: hidden;
    height: 100%
  }
}

@media screen and (max-width:930px) {
  .p-front-page .mv .mv__sldr__list__itm__pic--wrap {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%
  }
}

.p-front-page .mv .mv__sldr__list__itm__pic {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 2s;
  transition-delay: 2s
}

@media screen and (min-width:931px) {
  .p-front-page .mv .mv__sldr__list__itm__pic {
    bottom: 0
  }
}

@media screen and (max-width:930px) {
  .p-front-page .mv .mv__sldr__list__itm__pic {
    left: 0
  }
}

.p-front-page .mv .mv__sldr__list__itm__box {
  display: block;
  background-color: #fff
}

@media screen and (min-width:931px) {
  .p-front-page .mv .mv__sldr__list__itm__box {
    position: absolute;
    left: 60px;
    bottom: 53px;
    z-index: 1;
    width: 27rem;
    height: 27rem;
    opacity: 0;
    -webkit-transition-property: bottom, opacity;
    transition-property: bottom, opacity;
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 1s;
    transition-delay: 1s
  }
}

@media screen and (max-width:930px) {
  .p-front-page .mv .mv__sldr__list__itm__box {
    position: relative;
    width: 100%;
    height: calc(130px + 3rem + 2.8rem)
  }
}

.p-front-page .mv .mv__sldr__list__itm__box--inr {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%
}

@media screen and (min-width:931px) {
  .p-front-page .mv .mv__sldr__list__itm__box--inr {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 28px;
    padding-left: 30px
  }
}

@media screen and (max-width:930px) {
  .p-front-page .mv .mv__sldr__list__itm__box--inr {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 2.8rem;
    padding-left: 3rem
  }
}

.p-front-page .mv .mv__sldr__list__itm__box__top {
  display: block
}

@media screen and (min-width:931px) {
  .p-front-page .mv .mv__sldr__list__itm__box__top {
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
  }
}

.p-front-page .mv .mv__sldr__list__itm__box__btm {
  display: block
}

.p-front-page .mv .mv__sldr__list__itm__box__top__label {
  display: inline-block;
  margin-top: 12px;
  padding: 4px 12px;
  color: #000;
  vertical-align: top;
  font-family: 'HelveticaNowText-Medium', 'TazuganeGothicStdN-Medium', sans-serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: .09em;
  font-weight: 600;
  opacity: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  -webkit-transition-property: margin-top, opacity;
  transition-property: margin-top, opacity;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: cubic-bezier(0, .2, 0, 1);
  transition-timing-function: cubic-bezier(0, .2, 0, 1)
}

.p-front-page .mv .mv__sldr__list__itm__box__top__txt {
  display: block;
  font-family: 'TazuganeGothicStdN-Medium', sans-serif;
  opacity: 0;
  -webkit-transition-property: margin-top, opacity;
  transition-property: margin-top, opacity;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: cubic-bezier(0, .2, 0, 1);
  transition-timing-function: cubic-bezier(0, .2, 0, 1)
}

@media screen and (max-width:930px) {
  .p-front-page .mv .mv__sldr__list__itm__box__top__txt {
    font-size: 14px
  }
}

@media screen and (max-width:930px) {
  .p-front-page .mv .mv__sldr__list__itm__box__top__txt {
    line-height: 1.571428571428571
  }
}

@media screen and (max-width:930px) {
  .p-front-page .mv .mv__sldr__list__itm__box__top__txt {
    letter-spacing: .09em
  }
}

@media screen and (max-width:930px) {
  .p-front-page .mv .mv__sldr__list__itm__box__top__txt {
    font-weight: 600
  }
}

@media screen and (min-width:1441px) {
  .p-front-page .mv .mv__sldr__list__itm__box__top__txt {
    font-size: 14px
  }
}

@media screen and (min-width:930px) and (max-width:1440px) {
  .p-front-page .mv .mv__sldr__list__itm__box__top__txt {
    font-size: 1.4rem
  }
}

@media screen and (min-width:931px) {
  .p-front-page .mv .mv__sldr__list__itm__box__top__txt {
    line-height: 2.142857142857143;
    letter-spacing: .09em;
    font-weight: 600;
    margin-top: 28px
  }
}

@media screen and (max-width:930px) {
  .p-front-page .mv .mv__sldr__list__itm__box__top__txt {
    margin-top: 26px
  }
}

.p-front-page .mv [class*='mv__sldr__list__itm__box__btm__num--'] {
  display: block;
  position: absolute;
  z-index: 1;
  font-family: 'HelveticaNowText-Regular', 'TazuganeGothicStdN-Book', sans-serif;
  font-size: 10px;
  line-height: 2.6;
  letter-spacing: .06em;
  font-weight: 400
}

@media screen and (min-width:931px) {
  .p-front-page .mv [class*='mv__sldr__list__itm__box__btm__num--'] {
    bottom: 21px
  }
}

@media screen and (max-width:930px) {
  .p-front-page .mv [class*='mv__sldr__list__itm__box__btm__num--'] {
    bottom: calc(2.8rem - 10px)
  }
}

.p-front-page .mv .mv__sldr__list__itm__box__btm__num--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (min-width:931px) {
  .p-front-page .mv .mv__sldr__list__itm__box__btm__num--current {
    left: 30px
  }
}

@media screen and (max-width:930px) {
  .p-front-page .mv .mv__sldr__list__itm__box__btm__num--current {
    left: 3rem
  }
}

.p-front-page .mv .mv__sldr__list__itm__box__btm__num--total {
  padding-left: 42px
}

.p-front-page .mv .mv__sldr__list__itm__box__btm__num--total::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 28px;
  z-index: 1;
  width: 1px;
  height: 9px;
  margin-top: -5px;
  background-color: #000;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-transform-origin: center;
  transform-origin: center
}

.p-front-page .mv .mv__sldr__list__itm__box__btm__arrow {
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  width: 45px;
  height: 5px
}

@media screen and (min-width:931px) {
  .p-front-page .mv .mv__sldr__list__itm__box__btm__arrow {
    right: 30px;
    bottom: 30px
  }
}

@media screen and (max-width:930px) {
  .p-front-page .mv .mv__sldr__list__itm__box__btm__arrow {
    right: 3rem;
    bottom: 2.8rem
  }
}

.p-front-page .mv .mv__sldr__list__itm__box__btm__arrow::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2045%205%22%20width%3D%2245%22%20height%3D%225%22%3E%3Cpath%20d%3D%22M45%202.5L40.4%200v2.2H0v1h40.4V5z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: contain
}

.p-front-page .mv .mv__sldr__list__itm.current {
  z-index: 1;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.p-front-page .mv .mv__sldr__list__itm.current .mv__sldr__list__itm__pic {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.p-front-page .mv .mv__sldr__list__itm.fadeMvBox .mv__sldr__list__itm__box__top__label,
.p-front-page .mv .mv__sldr__list__itm.fadeMvBox .mv__sldr__list__itm__box__top__txt {
  opacity: 1
}

.p-front-page .mv .mv__sldr__list__itm.fadeMvBox .mv__sldr__list__itm__box__top__label {
  margin-top: 0;
  -webkit-transition-duration: .7s;
  transition-duration: .7s;
  -webkit-transition-timing-function: cubic-bezier(0, .6, .5, 1);
  transition-timing-function: cubic-bezier(0, .6, .5, 1)
}

.p-front-page .mv .mv__sldr__list__itm.fadeMvBox .mv__sldr__list__itm__box__top__txt {
  -webkit-transition-duration: .7s;
  transition-duration: .7s;
  -webkit-transition-timing-function: cubic-bezier(0, .6, .5, 1);
  transition-timing-function: cubic-bezier(0, .6, .5, 1)
}

@media screen and (min-width:931px) {
  .p-front-page .mv .mv__sldr__list__itm.fadeMvBox .mv__sldr__list__itm__box__top__txt {
    margin-top: 16px
  }
}

@media screen and (max-width:930px) {
  .p-front-page .mv .mv__sldr__list__itm.fadeMvBox .mv__sldr__list__itm__box__top__txt {
    margin-top: 14px
  }
}

@media screen and (min-width:931px) {
  .p-front-page .mv [class*='mv__sldr__arrow--'] {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 5.4rem;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: opacity .25s ease, background-color .25s ease;
    transition: opacity .25s ease, background-color .25s ease
  }

  .p-front-page .mv [class*='mv__sldr__arrow--']:hover {
    background-color: rgba(255, 255, 255, 0.3)
  }
}

@media screen and (min-width:931px) {
  .p-front-page .mv [class*='mv__sldr__arrow--']::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 7px;
    height: 19px;
    margin-top: -10px;
    margin-left: -3px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%207%2019%22%20width%3D%227%22%20height%3D%2219%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23111%22%20d%3D%22m.9%2019-.9-.5%205.7-9L0%20.5.9%200%207%209.5z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
  }
}

@media screen and (max-width:930px) {
  .p-front-page .mv [class*='mv__sldr__arrow--'] {
    display: none
  }
}

@media screen and (min-width:931px) {
  .p-front-page .mv .mv__sldr__arrow--prev {
    left: 0
  }
}

@media screen and (min-width:931px) {
  .p-front-page .mv .mv__sldr__arrow--prev::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
}

@media screen and (min-width:931px) {
  .p-front-page .mv .mv__sldr__arrow--next {
    right: 0
  }
}

@-webkit-keyframes box-btm-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(12px);
    transform: translateY(12px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes box-btm-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(12px);
    transform: translateY(12px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@media screen and (min-width:931px) {
  .p-front-page .mv--inr:hover [class*='mv__sldr__arrow--'] {
    opacity: 1
  }
}

@media screen and (min-width:931px) {
  .p-front-page .mv__sldr__list__itm__box:hover .mv__sldr__list__itm__box__top {
    opacity: .6
  }
}

.p-front-page .mv__sldr__list__itm:hover .mv__sldr__list__itm__box__btm__arrow::before {
  -webkit-animation: ARROW-MOVE-01 .6s cubic-bezier(.6, 0, 0, 1);
  animation: ARROW-MOVE-01 .6s cubic-bezier(.6, 0, 0, 1)
}

@media screen and (min-width:931px) {
  .p-front-page .mv.generated .mv__sldr__list__itm__box {
    bottom: 65px;
    opacity: 1
  }
}

.p-front-page .mv.init .mv__sldr__list__itm.fadeMvBox .mv__sldr__list__itm__box__top__label {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s
}

.p-front-page .mv.init .mv__sldr__list__itm.fadeMvBox .mv__sldr__list__itm__box__top__txt {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s
}

.p-front-page .mv.init [class*='mv__sldr__list__itm__box__btm__num--'],
.p-front-page .mv.init .mv__sldr__list__itm__box__btm__arrow {
  opacity: 0;
  -webkit-animation: box-btm-fade-in .7s cubic-bezier(0, .6, .5, 1) 1.8s forwards;
  animation: box-btm-fade-in .7s cubic-bezier(0, .6, .5, 1) 1.8s forwards
}

.p-front-page .mv .mv__sldr__list__itm.fadeMvBox .mv__sldr__list__itm__box__top__label {
  -webkit-transition-delay: 1s;
  transition-delay: 1s
}

.p-front-page .mv .mv__sldr__list__itm.fadeMvBox .mv__sldr__list__itm__box__top__txt {
  -webkit-transition-delay: 1s;
  transition-delay: 1s
}

.p-front-page .mv .mv__sldr__list__itm:not(.fadeMvBox) .mv__sldr__list__itm__box__top__label {
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}

.p-front-page .mv .mv__sldr__list__itm:not(.fadeMvBox) .mv__sldr__list__itm__box__top__txt {
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}

.p-front-page .news {
  background-color: #f1f2f3
}

@media screen and (min-width:931px) {
  .p-front-page .news {
    padding-top: 12rem;
    padding-bottom: 18rem
  }
}

@media screen and (max-width:930px) {
  .p-front-page .news {
    padding-top: 8.6rem;
    padding-bottom: 9rem
  }
}

@media screen and (min-width:931px) {
  .p-front-page .news .news__list {
    margin-top: 8.2rem
  }
}

@media screen and (max-width:930px) {
  .p-front-page .news .news__list {
    margin-top: 4.9rem
  }
}

.p-front-page .news .news__utility {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (min-width:931px) {
  .p-front-page .news .news__utility {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 39px
  }
}

@media screen and (max-width:930px) {
  .p-front-page .news .news__utility {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 51px
  }
}

@media screen and (min-width:931px) {
  .p-front-page .news .news__utility__toList {
    margin-left: 58px
  }
}

@media screen and (max-width:930px) {
  .p-front-page .news .news__utility__important {
    margin-top: 22px
  }
}

.p-front-page .pickup {
  display: block;
  background-color: #f1f2f3
}

@media screen and (min-width:931px) {
  .p-front-page .pickup {
    padding-top: 11.9rem
  }
}

@media screen and (max-width:930px) {
  .p-front-page .pickup {
    padding-top: 280px;
  }
}

.p-front-page .pickup::after {
  content: '';
  display: block;
  height: 1px;
  background-color: #e1e1e1;
  margin: 0 auto
}

@media screen and (min-width:931px) {
  .p-front-page .pickup::after {
    width: 108rem;
    margin-top: 10.4rem
  }
}

@media screen and (max-width:930px) {
  .p-front-page .pickup::after {
    width: 31.5rem;
    margin-top: 8.7rem
  }
}

@media screen and (min-width:931px) {
  .p-front-page .pickup .pickup__ttl__pic {
    width: 183px;
    height: 67px
  }
}

@media screen and (max-width:930px) {
  .p-front-page .pickup .pickup__ttl__pic {
    width: 20rem;
    height: 6.9rem
  }
}

@media screen and (min-width:931px) {
  .p-front-page .pickup .pickup__ttl+.pickup__list--ctr {
    margin-top: 8.5rem
  }
}

@media screen and (max-width:930px) {
  .p-front-page .pickup .pickup__ttl+.pickup__list--ctr {
    margin-top: 4.7rem
  }
}

@media screen and (min-width:931px) {
  .p-front-page .pickup .pickup__list--ctr {
    max-width: 1680px;
    margin-right: auto;
    margin-left: auto
  }
}

@media screen and (min-width:931px) {
  .p-front-page .pickup .pickup__list--wrap {
    padding-bottom: 4.8rem
  }
}

@media screen and (min-width:931px) {
  .p-front-page .pickup .pickup__list__itm {
    width: 34.6rem;
    padding: 0 2.3rem
  }
}

@media screen and (max-width:930px) {
  .p-front-page .pickup .pickup__list__itm {
    width: 31.5rem;
    padding: 0 .7rem
  }
}

@media screen and (min-width:931px) {
  .p-front-page .pickup .pickup__list__itm__link {
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
  }

  .p-front-page .pickup .pickup__list__itm__link:hover {
    opacity: .6
  }
}

.p-front-page .pickup .pickup__list__itm__link__img {
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

@media screen and (min-width:931px) {
  .p-front-page .pickup .pickup__list__itm__link__img+.pickup__list__itm__link__ttl {
    margin-top: 1.9rem
  }
}

@media screen and (max-width:930px) {
  .p-front-page .pickup .pickup__list__itm__link__img+.pickup__list__itm__link__ttl {
    margin-top: .9rem
  }
}

.p-front-page .pickup .pickup__list__itm__link__ttl {
  font-family: 'TazuganeGothicStdN-Medium', sans-serif
}

@media screen and (min-width:931px) {
  .p-front-page .pickup .pickup__list__itm__link__ttl {
    font-size: 14px
  }
}

@media screen and (min-width:931px) {
  .p-front-page .pickup .pickup__list__itm__link__ttl {
    line-height: 1.714285714285714
  }
}

@media screen and (min-width:931px) {
  .p-front-page .pickup .pickup__list__itm__link__ttl {
    letter-spacing: .06em
  }
}

@media screen and (min-width:931px) {
  .p-front-page .pickup .pickup__list__itm__link__ttl {
    font-weight: 600
  }
}

@media screen and (max-width:930px) {
  .p-front-page .pickup .pickup__list__itm__link__ttl {
    font-size: 13px
  }
}

@media screen and (max-width:930px) {
  .p-front-page .pickup .pickup__list__itm__link__ttl {
    line-height: 1.846153846153846
  }
}

@media screen and (max-width:930px) {
  .p-front-page .pickup .pickup__list__itm__link__ttl {
    letter-spacing: .06em
  }
}

@media screen and (max-width:930px) {
  .p-front-page .pickup .pickup__list__itm__link__ttl {
    font-weight: 600
  }
}

@media screen and (min-width:931px) {
  .p-front-page .pickup .pickup__list__itm__link__ttl+.pickup__list__itm__link__para {
    margin-top: .7rem
  }
}

@media screen and (max-width:930px) {
  .p-front-page .pickup .pickup__list__itm__link__ttl+.pickup__list__itm__link__para {
    margin-top: .2rem
  }
}

.p-front-page .pickup .pickup__list__itm__link__para {
  display: block;
  font-family: 'TazuganeGothicStdN-Book', sans-serif;
  color: #808080
}

@media screen and (min-width:931px) {
  .p-front-page .pickup .pickup__list__itm__link__para {
    font-size: 14px
  }
}

@media screen and (min-width:931px) {
  .p-front-page .pickup .pickup__list__itm__link__para {
    line-height: 1.714285714285714
  }
}

@media screen and (min-width:931px) {
  .p-front-page .pickup .pickup__list__itm__link__para {
    letter-spacing: .06em
  }
}

@media screen and (min-width:931px) {
  .p-front-page .pickup .pickup__list__itm__link__para {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .p-front-page .pickup .pickup__list__itm__link__para {
    font-size: 12px
  }
}

@media screen and (max-width:930px) {
  .p-front-page .pickup .pickup__list__itm__link__para {
    line-height: 2
  }
}

@media screen and (max-width:930px) {
  .p-front-page .pickup .pickup__list__itm__link__para {
    letter-spacing: .06em
  }
}

@media screen and (max-width:930px) {
  .p-front-page .pickup .pickup__list__itm__link__para {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  .p-front-page .pickup .swiper-slide {
    margin: 0 !important
  }
}

.p-front-page .pickup .swiper-pagination {
  position: static
}

@media screen and (max-width:930px) {
  .p-front-page .pickup .swiper-pagination {
    margin-top: 28px
  }
}

.p-front-page .pickup .swiper-pagination-bullet {
  position: relative;
  margin: 0;
  opacity: 1;
  background: none
}

@media screen and (min-width:931px) {
  .p-front-page .pickup .swiper-pagination-bullet {
    width: 36px;
    height: 36px
  }
}

@media screen and (max-width:930px) {
  .p-front-page .pickup .swiper-pagination-bullet {
    width: 10px;
    height: 10px
  }
}

.p-front-page .pickup .swiper-pagination-bullet::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  border-radius: 50%;
  background-color: #e1e1e1;
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease
}

@media screen and (min-width:931px) {
  .p-front-page .pickup .swiper-pagination-bullet::after {
    width: 6px;
    height: 6px;
    margin-top: -3px;
    margin-left: -3px
  }
}

@media screen and (max-width:930px) {
  .p-front-page .pickup .swiper-pagination-bullet::after {
    width: 4px;
    height: 4px;
    margin-top: -2px;
    margin-left: -2px
  }
}

.p-front-page .pickup .swiper-pagination-bullet-active::after {
  background-color: #111
}

.p-front-page .product-lineup {
  display: block;
  background-color: #fff
}

@media screen and (min-width:931px) {
  .p-front-page .product-lineup {
    padding-top: 11.5rem;
    padding-bottom: 12rem
  }
}

@media screen and (max-width:930px) {
  .p-front-page .product-lineup {
    padding-top: 8.8rem;
    padding-bottom: 9rem
  }
}

@media screen and (min-width:931px) {
  .p-front-page .product-lineup .product-lineup__ttl+.product-lineup__category {
    margin-top: 88px
  }
}

@media screen and (max-width:930px) {
  .p-front-page .product-lineup .product-lineup__ttl+.product-lineup__category {
    margin-top: 4.6rem
  }
}

@media screen and (min-width:931px) {
  .p-front-page .product-lineup .product-lineup__category--kitchen .product-lineup__category__ttl {
    width: 132px;
    height: 18px
  }
}

@media screen and (max-width:930px) {
  .p-front-page .product-lineup .product-lineup__category--kitchen .product-lineup__category__ttl {
    width: 13.7rem;
    height: 1.8rem
  }
}

@media screen and (min-width:931px) {
  .p-front-page .product-lineup .product-lineup__category--air-light .product-lineup__category__ttl {
    width: 223px;
    height: 19px
  }
}

@media screen and (max-width:930px) {
  .p-front-page .product-lineup .product-lineup__category--air-light .product-lineup__category__ttl {
    width: 23.2rem;
    height: 2.1rem
  }
}

@media screen and (min-width:931px) {
  .p-front-page .product-lineup .product-lineup__category--clean-laundry .product-lineup__category__ttl {
    width: 282px;
    height: 19px
  }
}

@media screen and (max-width:930px) {
  .p-front-page .product-lineup .product-lineup__category--clean-laundry .product-lineup__category__ttl {
    width: 29rem;
    height: 2rem
  }
}

@media screen and (min-width:931px) {
  .p-front-page .product-lineup .product-lineup__category--clean-laundry .product-lineup__category__ttl {
    width: 282px;
    height: 19px
  }
}

@media screen and (max-width:930px) {
  .p-front-page .product-lineup .product-lineup__category--clean-laundry .product-lineup__category__ttl {
    width: 28.7rem;
    height: 2rem
  }
}

@media screen and (min-width:931px) {
  .p-front-page .product-lineup .product-lineup__category--beauty-health .product-lineup__category__ttl {
    width: 276px;
    height: 19px
  }
}

@media screen and (max-width:930px) {
  .p-front-page .product-lineup .product-lineup__category--beauty-health .product-lineup__category__ttl {
    width: 28.7rem;
    height: 2rem
  }
}

@media screen and (min-width:931px) {
  .p-front-page .product-lineup .product-lineup__category--audio-visual .product-lineup__category__ttl {
    width: 261px;
    height: 17px
  }
}

@media screen and (max-width:930px) {
  .p-front-page .product-lineup .product-lineup__category--audio-visual .product-lineup__category__ttl {
    width: 28.7rem;
    height: 2rem
  }
}

@media screen and (min-width:931px) {
  .p-front-page .product-lineup .product-lineup__category__ttl+.product-lineup__category__list {
    margin-top: 5rem
  }
}

@media screen and (max-width:930px) {
  .p-front-page .product-lineup .product-lineup__category__ttl+.product-lineup__category__list {
    margin-top: 4.3rem
  }
}

.p-front-page .product-lineup .product-lineup__category__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (max-width:930px) {
  .p-front-page .product-lineup .product-lineup__category__list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media screen and (min-width:931px) {
  .p-front-page .product-lineup .product-lineup__category__list__itm {
    width: 24.3rem
  }

  .p-front-page .product-lineup .product-lineup__category__list__itm:not(:nth-child(4n+1)) {
    margin-left: 3.6rem
  }

  .p-front-page .product-lineup .product-lineup__category__list__itm:nth-child(n+5) {
    margin-top: 3.6rem
  }
}

@media screen and (max-width:930px) {
  .p-front-page .product-lineup .product-lineup__category__list__itm {
    width: 15rem
  }

  .p-front-page .product-lineup .product-lineup__category__list__itm:nth-child(n+3) {
    margin-top: 1.5rem
  }
}

.p-front-page .product-lineup .product-lineup__category__list__itm__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (min-width:931px) {
  .p-front-page .product-lineup .product-lineup__category__list__itm__link {
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
  }

  .p-front-page .product-lineup .product-lineup__category__list__itm__link:hover {
    opacity: .6
  }
}

@media screen and (min-width:931px) {
  .p-front-page .product-lineup .product-lineup__category__product__img--wrap {
    width: 63px;
    height: 63px
  }
}

@media screen and (max-width:930px) {
  .p-front-page .product-lineup .product-lineup__category__product__img--wrap {
    width: 6.3rem;
    height: 6.3rem
  }
}

.p-front-page .product-lineup .product-lineup__category__product__name {
  font-family: 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (min-width:931px) {
  .p-front-page .product-lineup .product-lineup__category__product__name {
    font-size: 14px
  }
}

@media screen and (min-width:931px) {
  .p-front-page .product-lineup .product-lineup__category__product__name {
    line-height: 1.571428571428571
  }
}

@media screen and (min-width:931px) {
  .p-front-page .product-lineup .product-lineup__category__product__name {
    letter-spacing: .06em
  }
}

@media screen and (min-width:931px) {
  .p-front-page .product-lineup .product-lineup__category__product__name {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .p-front-page .product-lineup .product-lineup__category__product__name {
    font-size: 11px
  }
}

@media screen and (max-width:930px) {
  .p-front-page .product-lineup .product-lineup__category__product__name {
    line-height: 1.636363636363636
  }
}

@media screen and (max-width:930px) {
  .p-front-page .product-lineup .product-lineup__category__product__name {
    letter-spacing: .06em
  }
}

@media screen and (max-width:930px) {
  .p-front-page .product-lineup .product-lineup__category__product__name {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  .p-front-page .product-lineup .product-lineup__category__product__name {
    width: calc(100% - 63px);
    padding-left: 12px
  }
}

@media screen and (max-width:930px) {
  .p-front-page .product-lineup .product-lineup__category__product__name {
    width: calc(100% - 6.3rem);
    padding-left: .5rem
  }
}

@media screen and (min-width:931px) {
  .p-front-page .product-lineup [class*='product-lineup__category--']+[class*='product-lineup__category--'] {
    margin-top: 9rem
  }
}

@media screen and (max-width:930px) {
  .p-front-page .product-lineup [class*='product-lineup__category--']+[class*='product-lineup__category--'] {
    margin-top: 5.8rem
  }
}

@media screen and (min-width:931px) {
  .p-front-page .product-lineup .product-lineup__category+.product-lineup__link--wrap {
    margin-top: 8rem
  }
}

@media screen and (max-width:930px) {
  .p-front-page .product-lineup .product-lineup__category+.product-lineup__link--wrap {
    margin-top: 4.9rem
  }
}

.p-front-page .product-lineup .product-lineup__link--wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

@media screen and (min-width:931px) {
  .p-front-page .product-lineup .product-lineup__link--wrap {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}

@media screen and (max-width:930px) {
  .p-front-page .product-lineup .product-lineup__link--wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

[class*='p-brand-lineup--'] .kv {
  width: 100%
}

@media screen and (min-width:931px) {
  [class*='p-brand-lineup--'] .introduce {
    padding-top: 18rem
  }
}

@media screen and (max-width:930px) {
  [class*='p-brand-lineup--'] .introduce {
    padding-top: 13.5rem
  }
}

[class*='p-brand-lineup--'] .introduce .introduce--inr {
  position: relative;
  border-bottom-style: solid;
  border-bottom-width: 1px
}

@media screen and (max-width:930px) {
  [class*='p-brand-lineup--'] .introduce .introduce--inr {
    padding-bottom: 9rem
  }
}

[class*='p-brand-lineup--'] .introduce .introduce__lead {
  font-family: 'TazuganeGothicStdN-Book', sans-serif;
  font-size: 14px;
  line-height: 2.571428571428572;
  letter-spacing: .12em;
  font-weight: 400
}

@media screen and (min-width:931px) {
  [class*='p-brand-lineup--'] .introduce .introduce__lead {
    margin-top: 7.8rem
  }
}

@media screen and (max-width:930px) {
  [class*='p-brand-lineup--'] .introduce .introduce__lead {
    margin-top: 6.2rem
  }
}

[class*='p-brand-lineup--'] .introduce .introduce__img {
  display: block
}

@media screen and (min-width:931px) {
  [class*='p-brand-lineup--'] .introduce .introduce__img {
    margin-top: -31.7rem;
    margin-left: 65.1rem;
    width: 33.5rem;
    height: 42rem
  }
}

@media screen and (max-width:930px) {
  [class*='p-brand-lineup--'] .introduce .introduce__img {
    width: 24.7rem;
    height: 30.9rem;
    margin-top: 48px;
    margin-right: auto;
    margin-left: auto
  }
}

[class*='p-brand-lineup--'] .introduce .introduce__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

@media screen and (min-width:931px) {
  [class*='p-brand-lineup--'] .introduce .introduce__link {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: -6.5rem
  }
}

@media screen and (max-width:930px) {
  [class*='p-brand-lineup--'] .introduce .introduce__link {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 4.7rem
  }
}

.p-brand-lineup--premium .introduce {
  color: #fff
}

@media screen and (min-width:931px) {
  .p-brand-lineup--premium .introduce__hdg {
    width: 711px
  }
}

@media screen and (max-width:930px) {
  .p-brand-lineup--premium .introduce__hdg {
    width: 234px
  }
}

.p-brand-lineup--premium .introduce--inr {
  border-bottom-color: #555
}

@media screen and (min-width:931px) {
  .p-brand-lineup--premium .introduce--inr {
    height: 69.3rem
  }
}

@media screen and (min-width:931px) {
  .p-brand-lineup--simple .introduce__hdg {
    width: 816px
  }
}

@media screen and (max-width:930px) {
  .p-brand-lineup--simple .introduce__hdg {
    width: 259px
  }
}

.p-brand-lineup--simple .introduce--inr {
  border-color: #e1e1e1
}

@media screen and (min-width:931px) {
  .p-brand-lineup--simple .introduce--inr {
    height: 70.2rem
  }
}

@media screen and (min-width:931px) {
  [class*='p-brand-lineup--'] .product-list {
    padding-top: 114px;
    padding-bottom: 176px
  }
}

@media screen and (max-width:930px) {
  [class*='p-brand-lineup--'] .product-list {
    padding-top: 7.6rem;
    padding-bottom: 8.3rem
  }
}

@media screen and (min-width:931px) {
  [class*='p-brand-lineup--'] [class*='product-list__category--']+[class*='product-list__category--'] {
    margin-top: 109px
  }
}

@media screen and (max-width:930px) {
  [class*='p-brand-lineup--'] [class*='product-list__category--']+[class*='product-list__category--'] {
    margin-top: 7.6rem
  }
}

@media screen and (max-width:930px) {
  [class*='p-brand-lineup--'] [class*='product-list__category--']:not(:last-child)::after {
    content: '';
    display: block;
    height: 1px;
    background-color: #e1e1e1;
    margin-right: auto;
    margin-left: auto;
    width: 31.5rem;
    margin-top: 82px
  }
}

[class*='p-brand-lineup--'] .product-list__category__ttl__txt--ja,
[class*='p-brand-lineup--'] .product-list__category__ttl__slash {
  font-family: 'TazuganeGothicStdN-Medium', sans-serif
}

@media screen and (min-width:931px) {

  [class*='p-brand-lineup--'] .product-list__category__ttl__txt--ja,
  [class*='p-brand-lineup--'] .product-list__category__ttl__slash {
    font-size: 24px
  }
}

@media screen and (min-width:931px) {

  [class*='p-brand-lineup--'] .product-list__category__ttl__txt--ja,
  [class*='p-brand-lineup--'] .product-list__category__ttl__slash {
    line-height: 1.5
  }
}

@media screen and (min-width:931px) {

  [class*='p-brand-lineup--'] .product-list__category__ttl__txt--ja,
  [class*='p-brand-lineup--'] .product-list__category__ttl__slash {
    letter-spacing: .09em
  }
}

@media screen and (min-width:931px) {

  [class*='p-brand-lineup--'] .product-list__category__ttl__txt--ja,
  [class*='p-brand-lineup--'] .product-list__category__ttl__slash {
    font-weight: 600
  }
}

@media screen and (max-width:930px) {

  [class*='p-brand-lineup--'] .product-list__category__ttl__txt--ja,
  [class*='p-brand-lineup--'] .product-list__category__ttl__slash {
    font-size: 18px
  }
}

@media screen and (max-width:930px) {

  [class*='p-brand-lineup--'] .product-list__category__ttl__txt--ja,
  [class*='p-brand-lineup--'] .product-list__category__ttl__slash {
    line-height: 2.333333333333333
  }
}

@media screen and (max-width:930px) {

  [class*='p-brand-lineup--'] .product-list__category__ttl__txt--ja,
  [class*='p-brand-lineup--'] .product-list__category__ttl__slash {
    letter-spacing: .09em
  }
}

@media screen and (max-width:930px) {

  [class*='p-brand-lineup--'] .product-list__category__ttl__txt--ja,
  [class*='p-brand-lineup--'] .product-list__category__ttl__slash {
    font-weight: 600
  }
}

[class*='p-brand-lineup--'] .product-list__category__ttl__txt--en {
  font-family: 'HelveticaNowText-Medium', 'TazuganeGothicStdN-Medium', sans-serif
}

@media screen and (min-width:931px) {
  [class*='p-brand-lineup--'] .product-list__category__ttl__txt--en {
    font-size: 24px
  }
}

@media screen and (min-width:931px) {
  [class*='p-brand-lineup--'] .product-list__category__ttl__txt--en {
    line-height: 1.5
  }
}

@media screen and (min-width:931px) {
  [class*='p-brand-lineup--'] .product-list__category__ttl__txt--en {
    letter-spacing: .09em
  }
}

@media screen and (min-width:931px) {
  [class*='p-brand-lineup--'] .product-list__category__ttl__txt--en {
    font-weight: 600
  }
}

@media screen and (max-width:930px) {
  [class*='p-brand-lineup--'] .product-list__category__ttl__txt--en {
    font-size: 18px
  }
}

@media screen and (max-width:930px) {
  [class*='p-brand-lineup--'] .product-list__category__ttl__txt--en {
    line-height: 2.333333333333333
  }
}

@media screen and (max-width:930px) {
  [class*='p-brand-lineup--'] .product-list__category__ttl__txt--en {
    letter-spacing: .09em
  }
}

@media screen and (max-width:930px) {
  [class*='p-brand-lineup--'] .product-list__category__ttl__txt--en {
    font-weight: 600
  }
}

[class*='p-brand-lineup--'] .lineup {
  color: #fff
}

@media screen and (min-width:931px) {
  [class*='p-brand-lineup--'] .lineup .lineup--inr {
    padding-top: 11.5rem;
    padding-bottom: 18rem
  }
}

@media screen and (max-width:930px) {
  [class*='p-brand-lineup--'] .lineup .lineup--inr {
    padding-top: 86px;
    padding-bottom: 120px
  }
}

[class*='p-brand-lineup--'] .lineup .lineup__ttl__ja,
[class*='p-brand-lineup--'] .lineup .lineup__ttl__en {
  display: block
}

[class*='p-brand-lineup--'] .lineup .lineup__ttl__ja {
  font-family: 'TazuganeGothicStdN-Medium', sans-serif
}

@media screen and (min-width:931px) {
  [class*='p-brand-lineup--'] .lineup .lineup__ttl__ja {
    font-size: 24px
  }
}

@media screen and (min-width:931px) {
  [class*='p-brand-lineup--'] .lineup .lineup__ttl__ja {
    line-height: 1.5
  }
}

@media screen and (min-width:931px) {
  [class*='p-brand-lineup--'] .lineup .lineup__ttl__ja {
    letter-spacing: .12em
  }
}

@media screen and (min-width:931px) {
  [class*='p-brand-lineup--'] .lineup .lineup__ttl__ja {
    font-weight: 500
  }
}

@media screen and (max-width:930px) {
  [class*='p-brand-lineup--'] .lineup .lineup__ttl__ja {
    font-size: 32px
  }
}

@media screen and (max-width:930px) {
  [class*='p-brand-lineup--'] .lineup .lineup__ttl__ja {
    line-height: 1.3125
  }
}

@media screen and (max-width:930px) {
  [class*='p-brand-lineup--'] .lineup .lineup__ttl__ja {
    letter-spacing: .12em
  }
}

@media screen and (max-width:930px) {
  [class*='p-brand-lineup--'] .lineup .lineup__ttl__ja {
    font-weight: 500
  }
}

[class*='p-brand-lineup--'] .lineup .lineup__ttl__en {
  font-family: 'HelveticaNowText-Bold', 'TazuganeGothicStdN-Medium', sans-serif
}

@media screen and (min-width:931px) {
  [class*='p-brand-lineup--'] .lineup .lineup__ttl__en {
    font-size: 18px
  }
}

@media screen and (min-width:931px) {
  [class*='p-brand-lineup--'] .lineup .lineup__ttl__en {
    line-height: 2
  }
}

@media screen and (min-width:931px) {
  [class*='p-brand-lineup--'] .lineup .lineup__ttl__en {
    letter-spacing: .12em
  }
}

@media screen and (min-width:931px) {
  [class*='p-brand-lineup--'] .lineup .lineup__ttl__en {
    font-weight: 700
  }
}

@media screen and (max-width:930px) {
  [class*='p-brand-lineup--'] .lineup .lineup__ttl__en {
    font-size: 21px
  }
}

@media screen and (max-width:930px) {
  [class*='p-brand-lineup--'] .lineup .lineup__ttl__en {
    line-height: 1.714285714285714
  }
}

@media screen and (max-width:930px) {
  [class*='p-brand-lineup--'] .lineup .lineup__ttl__en {
    letter-spacing: .12em
  }
}

@media screen and (max-width:930px) {
  [class*='p-brand-lineup--'] .lineup .lineup__ttl__en {
    font-weight: 700
  }
}

@media screen and (min-width:931px) {
  [class*='p-brand-lineup--'] .lineup .lineup__list {
    margin-top: 5.6rem
  }
}

@media screen and (max-width:930px) {
  [class*='p-brand-lineup--'] .lineup .lineup__list {
    margin-top: 5.7rem
  }
}

@media screen and (min-width:931px) {
  [class*='p-brand-lineup--'] .lineup .lineup__list__itm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #323232
  }
}

@media screen and (min-width:931px) {
  [class*='p-brand-lineup--'] .lineup .lineup__list__itm+.lineup__list__itm {
    margin-top: 3rem
  }
}

@media screen and (max-width:930px) {
  [class*='p-brand-lineup--'] .lineup .lineup__list__itm+.lineup__list__itm {
    margin-top: 7rem
  }
}

@media screen and (min-width:931px) {

  [class*='p-brand-lineup--'] .lineup .lineup__list__itm__img,
  [class*='p-brand-lineup--'] .lineup .lineup__list__itm__cnt {
    width: 50%
  }
}

@media screen and (max-width:930px) {

  [class*='p-brand-lineup--'] .lineup .lineup__list__itm__img,
  [class*='p-brand-lineup--'] .lineup .lineup__list__itm__cnt {
    width: 100%
  }
}

@media screen and (min-width:931px) {
  [class*='p-brand-lineup--'] .lineup .lineup__list__itm__cnt {
    padding: 0 6rem
  }
}

[class*='p-brand-lineup--'] .lineup .lineup__list__itm__cnt__ttl {
  font-family: 'TazuganeGothicStdN-Medium', sans-serif
}

@media screen and (min-width:931px) {
  [class*='p-brand-lineup--'] .lineup .lineup__list__itm__cnt__ttl {
    font-size: 18px
  }
}

@media screen and (min-width:931px) {
  [class*='p-brand-lineup--'] .lineup .lineup__list__itm__cnt__ttl {
    line-height: 1.666666666666667
  }
}

@media screen and (min-width:931px) {
  [class*='p-brand-lineup--'] .lineup .lineup__list__itm__cnt__ttl {
    letter-spacing: .12em
  }
}

@media screen and (min-width:931px) {
  [class*='p-brand-lineup--'] .lineup .lineup__list__itm__cnt__ttl {
    font-weight: 500
  }
}

@media screen and (max-width:930px) {
  [class*='p-brand-lineup--'] .lineup .lineup__list__itm__cnt__ttl {
    font-size: 18px
  }
}

@media screen and (max-width:930px) {
  [class*='p-brand-lineup--'] .lineup .lineup__list__itm__cnt__ttl {
    line-height: 1.5
  }
}

@media screen and (max-width:930px) {
  [class*='p-brand-lineup--'] .lineup .lineup__list__itm__cnt__ttl {
    letter-spacing: .12em
  }
}

@media screen and (max-width:930px) {
  [class*='p-brand-lineup--'] .lineup .lineup__list__itm__cnt__ttl {
    font-weight: 500
  }
}

@media screen and (max-width:930px) {
  [class*='p-brand-lineup--'] .lineup .lineup__list__itm__cnt__ttl {
    margin-top: 2rem
  }
}

[class*='p-brand-lineup--'] .lineup .lineup__list__itm__cnt__txt {
  font-family: 'TazuganeGothicStdN-Book', sans-serif;
  font-size: 12px;
  line-height: 2;
  letter-spacing: .03em;
  font-weight: 400
}

@media screen and (min-width:931px) {
  [class*='p-brand-lineup--'] .lineup .lineup__list__itm__cnt__txt {
    margin-top: 12px
  }
}

@media screen and (max-width:930px) {
  [class*='p-brand-lineup--'] .lineup .lineup__list__itm__cnt__txt {
    margin-top: 1px
  }
}

[class*='p-brand-lineup--'] .lineup .lineup__list__itm__cnt__txt__note {
  font-family: 'TazuganeGothicStdN-Book', sans-serif;
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: .03em;
  font-weight: 400;
  display: block
}

[class*='p-brand-lineup--'] .lineup .lineup__list__itm:nth-child(1) .lineup__list__itm__cnt__to-itm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (min-width:931px) {
  [class*='p-brand-lineup--'] .lineup .lineup__list__itm:nth-child(1) .lineup__list__itm__cnt__to-itm {
    margin-top: 19px
  }
}

@media screen and (max-width:930px) {
  [class*='p-brand-lineup--'] .lineup .lineup__list__itm:nth-child(1) .lineup__list__itm__cnt__to-itm {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 18px
  }
}

@media screen and (min-width:931px) {
  [class*='p-brand-lineup--'] .lineup .lineup__list__itm:nth-child(1) .lineup__list__itm__cnt__to-itm__link+.lineup__list__itm__cnt__to-itm__link {
    margin-left: 30px
  }
}

@media screen and (min-width:931px) {
  [class*='p-brand-lineup--'] .lineup .lineup__list__itm:nth-child(2) .lineup__list__itm__cnt__to-itm {
    margin-top: 13px
  }
}

@media screen and (max-width:930px) {
  [class*='p-brand-lineup--'] .lineup .lineup__list__itm:nth-child(2) .lineup__list__itm__cnt__to-itm {
    margin-top: 10px
  }
}

[class*='p-brand-lineup--'] .lineup .lineup__list__itm:nth-child(2) .lineup__list__itm__cnt__to-itm__link {
  position: relative
}

@media screen and (min-width:931px) {
  [class*='p-brand-lineup--'] .lineup .lineup__list__itm:nth-child(2) .lineup__list__itm__cnt__to-itm__link {
    overflow: hidden;
    width: 88px;
    height: 33px
  }
}

@media screen and (max-width:930px) {
  [class*='p-brand-lineup--'] .lineup .lineup__list__itm:nth-child(2) .lineup__list__itm__cnt__to-itm__link {
    width: 100px;
    height: 24px
  }
}

[class*='p-brand-lineup--'] .lineup .lineup__list__itm:nth-child(2) .lineup__list__itm__cnt__to-itm__link__arrow {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px
}

[class*='p-brand-lineup--'] .lineup .lineup__list__itm:nth-child(2) .lineup__list__itm__cnt__to-itm__link__arrow::before,
[class*='p-brand-lineup--'] .lineup .lineup__list__itm:nth-child(2) .lineup__list__itm__cnt__to-itm__link__arrow::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1
}

[class*='p-brand-lineup--'] .lineup .lineup__list__itm:nth-child(2) .lineup__list__itm__cnt__to-itm__link__arrow::before {
  left: 0;
  height: 100%;
  background-color: #fff
}

@media screen and (min-width:931px) {
  [class*='p-brand-lineup--'] .lineup .lineup__list__itm:nth-child(2) .lineup__list__itm__cnt__to-itm__link__arrow::before {
    width: calc(100% - 5px)
  }
}

@media screen and (max-width:930px) {
  [class*='p-brand-lineup--'] .lineup .lineup__list__itm:nth-child(2) .lineup__list__itm__cnt__to-itm__link__arrow::before {
    width: calc(100% - 7px)
  }
}

[class*='p-brand-lineup--'] .lineup .lineup__list__itm:nth-child(2) .lineup__list__itm__cnt__to-itm__link__arrow::after {
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%228%22%3E%3Cpath%20d%3D%22M8%204%200%208V0Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E")
}

@media screen and (min-width:931px) {
  [class*='p-brand-lineup--'] .lineup .lineup__list__itm:nth-child(2) .lineup__list__itm__cnt__to-itm__link__arrow::after {
    width: 5px;
    height: 5px;
    margin-top: -2px
  }
}

@media screen and (max-width:930px) {
  [class*='p-brand-lineup--'] .lineup .lineup__list__itm:nth-child(2) .lineup__list__itm__cnt__to-itm__link__arrow::after {
    width: 7px;
    height: 7px;
    margin-top: -3px
  }
}

@media screen and (min-width:931px) {
  [class*='p-brand-lineup--'] .lineup .lineup__list__itm:nth-child(2) .lineup__list__itm__cnt__to-itm__link:hover .lineup__list__itm__cnt__to-itm__link__arrow {
    -webkit-animation-name: ARROW_ANIM;
    animation-name: ARROW_ANIM;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-timing-function: cubic-bezier(.6, 0, 0, 1);
    animation-timing-function: cubic-bezier(.6, 0, 0, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
  }
}

[class*='p-brand-lineup--'] .bnr .bnr__link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (min-width:931px) {
  [class*='p-brand-lineup--'] .bnr .bnr__link {
    cursor: pointer
  }
}

@media screen and (max-width:930px) {
  [class*='p-brand-lineup--'] .bnr .bnr__link {
    height: 21.1rem
  }
}

@media screen and (min-width:931px) {

  [class*='p-brand-lineup--'] .bnr .bnr__link__copy,
  [class*='p-brand-lineup--'] .bnr .bnr__link__img {
    width: 50%
  }
}

[class*='p-brand-lineup--'] .bnr .bnr__link__copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width:930px) {
  [class*='p-brand-lineup--'] .bnr .bnr__link__copy {
    width: 100%
  }
}

@media screen and (min-width:931px) {
  [class*='p-brand-lineup--'] .bnr .bnr__link__copy__logo {
    width: 10.4rem;
    height: 13.2rem;
    margin-left: -2.6rem
  }
}

@media screen and (max-width:930px) {
  [class*='p-brand-lineup--'] .bnr .bnr__link__copy__logo {
    width: 7.7rem;
    height: 9.9rem
  }
}

[class*='p-brand-lineup--'] .bnr .bnr__link__copy__txt {
  margin-left: 2rem
}

@media screen and (min-width:931px) {
  [class*='p-brand-lineup--'] .bnr .bnr__link__img {
    overflow: hidden
  }
}

[class*='p-brand-lineup--'] .bnr .bnr__link__img--inr {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

@media screen and (min-width:931px) {
  [class*='p-brand-lineup--'] .bnr .bnr__link__img--inr {
    height: 36rem;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
  }
}

@media screen and (max-width:930px) {
  [class*='p-brand-lineup--'] .bnr .bnr__link__img--inr {
    height: 26.5rem
  }
}

[class*='p-brand-lineup--'] .bnr .bnr__link__arrow {
  overflow: hidden;
  position: absolute;
  z-index: 1
}

@media screen and (min-width:931px) {
  [class*='p-brand-lineup--'] .bnr .bnr__link__arrow {
    width: 9rem;
    right: 50%;
    bottom: 2.5rem;
    margin-right: 3rem
  }
}

@media screen and (max-width:930px) {
  [class*='p-brand-lineup--'] .bnr .bnr__link__arrow {
    width: 3rem;
    right: 3rem;
    bottom: 2.8rem
  }
}

[class*='p-brand-lineup--'] .bnr .bnr__link__arrow--inr {
  display: block;
  position: relative
}

@media screen and (min-width:931px) {
  [class*='p-brand-lineup--'] .bnr .bnr__link__arrow--inr {
    width: 120%;
    padding-top: 10.416666666666668%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-property: width transform;
    transition-property: width transform;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-timing-function: cubic-bezier(.36, .33, 0, 1);
    transition-timing-function: cubic-bezier(.36, .33, 0, 1)
  }
}

@media screen and (max-width:930px) {
  [class*='p-brand-lineup--'] .bnr .bnr__link__arrow--inr {
    width: 100%;
    padding-top: 26.666666666666668%
  }
}

[class*='p-brand-lineup--'] .bnr .bnr__link__arrow--inr:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 100%;
  height: 1px
}

[class*='p-brand-lineup--'] .bnr .bnr__link:hover .bnr__link__img--inr {
  -webkit-transform: scale(1.04);
  transform: scale(1.04)
}

[class*='p-brand-lineup--'] .bnr .bnr__link:hover .bnr__link__arrow--inr {
  width: 100%;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-duration: .45s;
  transition-duration: .45s;
  -webkit-transition-timing-function: cubic-bezier(.36, .33, 0, 1);
  transition-timing-function: cubic-bezier(.36, .33, 0, 1);
  -webkit-animation-name: ARROW_ANIM;
  animation-name: ARROW_ANIM;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.p-brand-lineup--premium .bnr__link {
  background-color: #fff
}

@media screen and (min-width:931px) {
  .p-brand-lineup--premium .bnr__link__copy__txt {
    width: 24.6rem
  }
}

@media screen and (max-width:930px) {
  .p-brand-lineup--premium .bnr__link__copy__txt {
    width: 18.7rem
  }
}

.p-brand-lineup--premium .bnr__link__arrow--inr:after {
  background-color: #111
}

.p-brand-lineup--premium .bnr__link__arrow--inr:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%228%22%3E%3Cpath%20d%3D%22M8%204%200%208V0Z%22%20fill%3D%22%23111%22%2F%3E%3C%2Fsvg%3E")
}

.p-brand-lineup--simple .bnr__link {
  background-color: #3a3a3f
}

@media screen and (min-width:931px) {
  .p-brand-lineup--simple .bnr__link__copy__txt {
    width: 21.3rem
  }
}

@media screen and (max-width:930px) {
  .p-brand-lineup--simple .bnr__link__copy__txt {
    width: 16.1rem
  }
}

.p-brand-lineup--simple .bnr__link__arrow--inr:after {
  background-color: #fff
}

.p-brand-lineup--simple .bnr__link__arrow--inr:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%228%22%3E%3Cpath%20d%3D%22M8%204%200%208V0Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E")
}

.p-brand-lineup--premium {
  background-color: #3a3a3f
}

.p-brand-lineup--simple {
  background-color: #f1f2f3
}

@media screen and (min-width:931px) {
  .p-brand .anchor {
    padding-top: 7.9rem
  }
}

@media screen and (max-width:930px) {
  .p-brand .anchor {
    padding-top: 9rem
  }
}

@media screen and (min-width:931px) {
  .p-brand .anchor__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media screen and (min-width:931px) {
  .p-brand .anchor__list__itm {
    width: auto
  }
}

@media screen and (max-width:930px) {
  .p-brand .anchor__list__itm {
    border-bottom: 1px solid #e1e1e1
  }
}

@media screen and (max-width:930px) {
  .p-brand .anchor__list__itm:first-child {
    border-top: 1px solid #e1e1e1
  }
}

@media screen and (min-width:931px) {
  .p-brand .anchor__list__itm+.anchor__list__itm {
    margin-left: 34px
  }
}

.p-brand .anchor__list__itm__link {
  width: 100%;
  font-size: 0
}

@media screen and (min-width:931px) {
  .p-brand .anchor__list__itm__link {
    padding-top: 18px;
    padding-bottom: 16px;
    padding-left: 28px;
    padding-right: 28px;
    text-align: center;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
  }

  .p-brand .anchor__list__itm__link:hover {
    opacity: .6
  }
}

@media screen and (max-width:930px) {
  .p-brand .anchor__list__itm__link {
    padding-top: 22px;
    padding-bottom: 20px
  }
}

.p-brand .anchor__list__itm__link__txt {
  display: inline-block;
  position: relative;
  font-family: 'HelveticaNowText-Medium', 'TazuganeGothicStdN-Medium', sans-serif
}

@media screen and (min-width:931px) {
  .p-brand .anchor__list__itm__link__txt {
    font-size: 14px
  }
}

@media screen and (min-width:931px) {
  .p-brand .anchor__list__itm__link__txt {
    line-height: 1.714285714285714
  }
}

@media screen and (min-width:931px) {
  .p-brand .anchor__list__itm__link__txt {
    letter-spacing: .03em
  }
}

@media screen and (min-width:931px) {
  .p-brand .anchor__list__itm__link__txt {
    font-weight: 700
  }
}

@media screen and (max-width:930px) {
  .p-brand .anchor__list__itm__link__txt {
    font-size: 12px
  }
}

@media screen and (max-width:930px) {
  .p-brand .anchor__list__itm__link__txt {
    line-height: 1.5
  }
}

@media screen and (max-width:930px) {
  .p-brand .anchor__list__itm__link__txt {
    letter-spacing: .03em
  }
}

@media screen and (max-width:930px) {
  .p-brand .anchor__list__itm__link__txt {
    font-weight: 700
  }
}

@media screen and (min-width:931px) {
  .p-brand .anchor__list__itm__link__txt {
    padding-right: 26px
  }
}

@media screen and (max-width:930px) {
  .p-brand .anchor__list__itm__link__txt {
    width: 100%
  }
}

.p-brand .anchor__list__itm__link__txt::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 8px;
  height: 5px;
  margin-top: -2px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20viewBox%3D%220%200%208%205%22%3E%3Cpath%20d%3D%22M4%205%200%20.8.8%200%204%203.3%207.2%200l.8.8L4%205Z%22%20style%3D%22fill%3A%23111%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}

@media screen and (min-width:931px) {
  .p-brand .anchor__list__itm__link__txt::after {
    right: 0
  }
}

@media screen and (max-width:930px) {
  .p-brand .anchor__list__itm__link__txt::after {
    right: 18px
  }
}

@media screen and (min-width:931px) {
  .p-brand #brand-promise {
    margin-top: 12.8rem;
    padding-top: 12.8rem
  }
}

@media screen and (max-width:930px) {
  .p-brand #brand-promise {
    margin-top: 4.9rem;
    padding-top: 4rem
  }
}

@media screen and (min-width:931px) {
  .p-brand .brand-promise__ttl+.brand-promise__stmt {
    margin-top: 97px
  }
}

@media screen and (max-width:930px) {
  .p-brand .brand-promise__ttl+.brand-promise__stmt {
    margin-top: 35px
  }
}

.p-brand .brand-promise__stmt__txt,
.p-brand .brand-promise__stmt__copy__intro {
  font-family: 'TazuganeGothicStdN-Medium', sans-serif;
  font-size: 14px;
  line-height: 2.357142857142857;
  letter-spacing: .06em;
  font-weight: 600
}

@media screen and (min-width:931px) {
  .p-brand .brand-promise__stmt__txt+.brand-promise__stmt__txt {
    margin-top: 20px
  }
}

@media screen and (max-width:930px) {
  .p-brand .brand-promise__stmt__txt+.brand-promise__stmt__txt {
    margin-top: 14px
  }
}

@media screen and (min-width:931px) {
  .p-brand .brand-promise__stmt__txt+.brand-promise__stmt__copy {
    margin-top: 39px
  }
}

@media screen and (max-width:930px) {
  .p-brand .brand-promise__stmt__txt+.brand-promise__stmt__copy {
    margin-top: 14px
  }
}

@media screen and (min-width:931px) {
  .p-brand .brand-promise__stmt__copy__strong {
    width: 375px
  }
}

@media screen and (max-width:930px) {
  .p-brand .brand-promise__stmt__copy__strong {
    width: 297px
  }
}

@media screen and (min-width:931px) {
  .p-brand .brand-promise__stmt__copy__intro+.brand-promise__stmt__copy__strong {
    margin-top: 44px
  }
}

@media screen and (max-width:930px) {
  .p-brand .brand-promise__stmt__copy__intro+.brand-promise__stmt__copy__strong {
    margin-top: 33px
  }
}

@media screen and (min-width:931px) {
  .p-brand .brand-promise__stmt__copy__logo {
    width: 177px
  }
}

@media screen and (max-width:930px) {
  .p-brand .brand-promise__stmt__copy__logo {
    width: 159px
  }
}

@media screen and (min-width:931px) {
  .p-brand .brand-promise__stmt__copy__strong+.brand-promise__stmt__copy__logo {
    margin-top: 19px
  }
}

@media screen and (max-width:930px) {
  .p-brand .brand-promise__stmt__copy__strong+.brand-promise__stmt__copy__logo {
    margin-top: 14px
  }
}

@media screen and (min-width:931px) {
  .p-brand #from-tsubame-sanjo {
    margin-top: 13.3rem;
    padding-top: 13.3rem;
    padding-bottom: 26.3rem
  }
}

@media screen and (max-width:930px) {
  .p-brand #from-tsubame-sanjo {
    margin-top: 4rem;
    padding-top: 4rem;
    padding-bottom: 17.5rem
  }
}

@media screen and (min-width:931px) {
  .p-brand .from-tsubame-sanjo__ttl+.from-tsubame-sanjo__img--wrap {
    margin-top: 17.3rem
  }
}

@media screen and (max-width:930px) {
  .p-brand .from-tsubame-sanjo__ttl+.from-tsubame-sanjo__img--wrap {
    margin-top: 7.8rem
  }
}

@media screen and (min-width:931px) {
  .p-brand .from-tsubame-sanjo__img--wrap+.from-tsubame-sanjo__txt {
    margin-top: 4rem
  }
}

@media screen and (max-width:930px) {
  .p-brand .from-tsubame-sanjo__img--wrap+.from-tsubame-sanjo__txt {
    margin-top: 3.7rem
  }
}

@media screen and (min-width:931px) {
  .p-brand #logo-design {
    margin-top: 13.4rem;
    padding-top: 13.4rem
  }
}

@media screen and (max-width:930px) {
  .p-brand #logo-design {
    margin-top: 7.7rem;
    padding-top: 7.6rem
  }
}

@media screen and (min-width:931px) {
  .p-brand .logo-design__ttl+.logo-design__main {
    margin-top: 11.9rem
  }
}

@media screen and (max-width:930px) {
  .p-brand .logo-design__ttl+.logo-design__main {
    margin-top: 6.2rem
  }
}

.p-brand .logo-design__main {
  overflow: hidden
}

.p-brand .logo-design__main__video {
  margin-left: -1rem;
  -webkit-filter: drop-shadow(0 0 rgba(0, 0, 0, 0));
  filter: drop-shadow(0 0 rgba(0, 0, 0, 0));
  outline: none;
  border: none
}

@media screen and (min-width:931px) {
  .p-brand .logo-design__main__video {
    width: 110rem
  }
}

@media screen and (max-width:930px) {
  .p-brand .logo-design__main__video {
    width: 39.5rem
  }
}

@media screen and (min-width:931px) {
  .p-brand .logo-design__main+.logo-design__txt {
    margin-top: 11rem
  }
}

@media screen and (max-width:930px) {
  .p-brand .logo-design__main+.logo-design__txt {
    margin-top: 6.2rem
  }
}

@media screen and (min-width:931px) {
  .p-brand .logo-design__txt+.logo-design__img--wrap {
    margin-top: 17.5rem
  }
}

@media screen and (max-width:930px) {
  .p-brand .logo-design__txt+.logo-design__img--wrap {
    margin-top: 8.2rem
  }
}

@media screen and (min-width:931px) {
  .p-brand .logo-design__img--wrap+.logo-design__color {
    margin-top: 17.5rem
  }
}

@media screen and (max-width:930px) {
  .p-brand .logo-design__img--wrap+.logo-design__color {
    margin-top: 7rem
  }
}

.p-brand .logo-design__color__itm--tsubame-black .logo-desgin__color__bar {
  background-color: #000
}

.p-brand .logo-design__color__itm--white .logo-desgin__color__bar {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media screen and (min-width:931px) {
  .p-brand .logo-design__color+.logo-design__img--wrap {
    margin-top: 17.1rem
  }
}

@media screen and (max-width:930px) {
  .p-brand .logo-design__color+.logo-design__img--wrap {
    margin-top: 8.5rem
  }
}

@media screen and (min-width:931px) {
  .p-brand .mv-mov {
    position: relative;
    width: 100%
  }
}

.p-brand .mv-mov.ytLoaded .mv-mov--inr {
  opacity: 1
}

.p-brand .mv-mov:not(.play) .mv-mov__player {
  pointer-events: none
}

.p-brand .mv-mov.play .mv-mov__thumb {
  opacity: 0;
  height: 0
}

.p-brand .mv-mov.play .mv-mov__player {
  z-index: 19999;
  opacity: 1
}

@media screen and (max-width:930px) {
  .p-brand .mv-mov.play .mv-mov__player {
    height: calc(var(--vh, 1vh) * 100)
  }
}

.p-brand .mv-mov--inr {
  opacity: 0;
  -webkit-transition: opacity .8s ease;
  transition: opacity .8s ease;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0
}

@media screen and (min-width:931px) {
  .p-brand .mv-mov--inr {
    padding-top: 56.25%
  }
}

@media screen and (max-width:930px) {
  .p-brand .mv-mov--inr {
    padding-top: 100%
  }
}

.p-brand .mv-mov--inr .mv-mov__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.p-brand .mv-mov--inr .mv-mov__thumb {
  overflow: hidden;
  z-index: 1
}

@media screen and (min-width:931px) {
  .p-brand .mv-mov--inr .mv-mov__thumb {
    -webkit-transition: height 0s linear, opacity .8s ease;
    transition: height 0s linear, opacity .8s ease
  }
}

.p-brand .mv-mov__thumb__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  background-color: #111;
  opacity: .09
}

@media screen and (min-width:931px) {
  .p-brand .mv-mov__thumb__video {
    width: 100%
  }
}

@media screen and (max-width:930px) {
  .p-brand .mv-mov__thumb__video {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%
  }
}

.p-brand .mv-mov__thumb__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20
}

@media screen and (min-width:931px) {
  .p-brand .mv-mov__thumb__play-btn {
    width: 19.2rem;
    height: 19.2rem;
    margin-top: -9.6rem;
    margin-left: -9.6rem
  }
}

@media screen and (max-width:930px) {
  .p-brand .mv-mov__thumb__play-btn {
    width: 12rem;
    height: 12rem;
    margin-top: -6rem;
    margin-left: -6rem
  }
}

.p-brand .mv-mov__thumb__play-btn--sp {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 21
}

@media screen and (min-width:931px) {
  .p-brand .mv-mov__thumb__play-btn--sp {
    display: none
  }
}

@media screen and (max-width:930px) {
  .p-brand .mv-mov__thumb__play-btn--sp {
    width: 100%;
    height: 100%
  }
}

.p-brand .mv-mov__thumb__play-btn--inr {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.p-brand .mv-mov__thumb__play-btn--inr::before,
.p-brand .mv-mov__thumb__play-btn--inr::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}

.p-brand .mv-mov__thumb__play-btn--inr::before {
  top: 50%;
  left: 50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2033%22%20width%3D%2248%22%20height%3D%2233%22%3E%3Cpath%20d%3D%22M48%2016.5L0%2033V0l48%2016.5z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E")
}

@media screen and (min-width:931px) {
  .p-brand .mv-mov__thumb__play-btn--inr::before {
    width: 17.708333333333336%;
    height: 12.5%;
    margin-top: -6.25%;
    margin-left: -8.854166666666668%
  }
}

@media screen and (max-width:930px) {
  .p-brand .mv-mov__thumb__play-btn--inr::before {
    width: 16.666666666666664%;
    height: 10%;
    margin-top: -5.833333333333333%;
    margin-left: -5.833333333333333%
  }
}

.p-brand .mv-mov__thumb__play-btn--inr::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  -webkit-transition-property: border-width, -webkit-transform;
  transition-property: border-width, -webkit-transform;
  transition-property: transform, border-width;
  transition-property: transform, border-width, -webkit-transform;
  -webkit-transition-duration: .45s;
  transition-duration: .45s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1)
}

@media screen and (min-width:931px) {
  .p-brand .mv-mov__thumb__play-btn:hover {
    cursor: pointer
  }

  .p-brand .mv-mov__thumb__play-btn:hover .mv-mov__thumb__play-btn--inr::after {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}

.p-brand .mv-mov__player {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  width: 100%
}

@media screen and (min-width:931px) {
  .p-brand .mv-mov__player {
    height: 100vh
  }
}

@media screen and (max-width:930px) {
  .p-brand .mv-mov__player {
    height: calc(var(--vh, 1vh) * 100)
  }
}

body.playYoutube {
  overflow: hidden
}

@media screen and (min-width:931px) {
  .p-brand #two-brand-lines {
    margin-top: 13.2rem;
    padding-top: 13.2rem
  }
}

@media screen and (max-width:930px) {
  .p-brand #two-brand-lines {
    margin-top: 8.5rem;
    padding-top: 8.4rem
  }
}

@media screen and (min-width:931px) {
  .p-brand .two-brand-lines__ttl+.two-brand-lines__img--wrap {
    margin-top: 17.2rem
  }
}

@media screen and (max-width:930px) {
  .p-brand .two-brand-lines__ttl+.two-brand-lines__img--wrap {
    margin-top: 7.2rem
  }
}

@media screen and (min-width:931px) {
  .p-brand .two-brand-lines__img--wrap+.two-brand-lines__txt {
    margin-top: 3.9rem
  }
}

@media screen and (max-width:930px) {
  .p-brand .two-brand-lines__img--wrap+.two-brand-lines__txt {
    margin-top: 3.7rem
  }
}

@media screen and (min-width:931px) {
  .p-brand .two-brand-lines__txt+.two-brand-lines__hinomaru {
    margin-top: 17.4rem
  }
}

@media screen and (max-width:930px) {
  .p-brand .two-brand-lines__txt+.two-brand-lines__hinomaru {
    margin-top: 8.4rem
  }
}

@media screen and (min-width:931px) {
  .p-brand .two-brand-lines__hinomaru {
    width: 100%
  }
}

@media screen and (max-width:930px) {
  .p-brand .two-brand-lines__hinomaru {
    width: 37.5rem;
    margin-left: -3rem
  }
}

@media screen and (min-width:931px) {
  .p-brand .two-brand-lines__hinomaru+.two-brand-lines__color {
    margin-top: 17rem
  }
}

@media screen and (max-width:930px) {
  .p-brand .two-brand-lines__hinomaru+.two-brand-lines__color {
    margin-top: 8.4rem
  }
}

.p-brand .two-brand-lines__color__itm--takumi-gold .logo-desgin__color__bar {
  background-color: #a79654
}

.p-brand .two-brand-lines__color__itm--takumi-black .logo-desgin__color__bar {
  background-color: #3a3a3f
}

.p-brand .two-brand-lines__color__itm--kando-silver .logo-desgin__color__bar {
  background-color: #93a5af
}

.p-brand .two-brand-lines__color__itm--kando-white .logo-desgin__color__bar {
  background-color: #f1f2f3
}

.p-brand .two-brand-lines__color__itm--tsubame-red .logo-desgin__color__bar {
  background-color: #ff3200
}

@media screen and (min-width:931px) {
  .p-brand .two-brand-lines__color+.two-brand-lines__img--wrap {
    margin-top: 17rem
  }
}

@media screen and (max-width:930px) {
  .p-brand .two-brand-lines__color+.two-brand-lines__img--wrap {
    margin-top: 8.2rem
  }
}

@media screen and (min-width:931px) {
  .p-brand .two-brand-lines__link {
    width: 176px
  }
}

@media screen and (max-width:930px) {
  .p-brand .two-brand-lines__link {
    width: 18rem;
    margin: 5rem auto 0
  }
}

@media screen and (min-width:931px) {
  .p-brand .two-brand-lines__img--wrap+.two-brand-lines__link {
    margin-top: 5.5rem
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .concept {
    padding-top: 16.3rem
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .concept {
    padding-top: 7.8rem
  }
}

.p-lp-asukasteamrecipe .concept--inr {
  position: relative
}

.p-lp-asukasteamrecipe .concept__ttl {
  font-family: 'TazuganeGothicStdN-Medium', sans-serif
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .concept__ttl {
    font-size: 36px
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .concept__ttl {
    line-height: 1.777777777777778
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .concept__ttl {
    letter-spacing: .15em
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .concept__ttl {
    font-weight: 600
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .concept__ttl {
    font-size: 32px
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .concept__ttl {
    line-height: 1.8125
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .concept__ttl {
    letter-spacing: .15em
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .concept__ttl {
    font-weight: 600
  }
}

.p-lp-asukasteamrecipe .concept__lead__txt {
  font-family: 'TazuganeGothicStdN-Book', sans-serif;
  font-size: 14px;
  line-height: 2.571428571428572;
  letter-spacing: .12em;
  font-weight: 400
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .concept__ttl+.concept__lead {
    margin-top: 40px
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .concept__ttl+.concept__lead {
    margin-top: 40px
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .concept__lead__txt+.concept__lead__txt {
    margin-top: 22px
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .concept__lead__txt+.concept__lead__txt {
    margin-top: 19px
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .concept__lead+.concept__profile--wrp {
    margin-top: 51px
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .concept__lead+.concept__profile--wrp {
    margin-top: 5.5rem
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .concept__profile--wrp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}

.p-lp-asukasteamrecipe .concept__profile__txt {
  font-family: 'TazuganeGothicStdN-Book', sans-serif;
  font-size: 12px;
  line-height: 2;
  letter-spacing: .1em;
  font-weight: 400;
  color: #808080
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .concept__profile__txt {
    width: 488px
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .concept__profile__txt {
    width: 100%
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .concept__profile__txt__ttl+.concept__profile__txt__desc {
    margin-top: 4px
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .concept__profile__txt__ttl+.concept__profile__txt__desc {
    margin-top: 10px
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .concept__profile__img {
    position: absolute;
    z-index: 1;
    width: 46.8rem;
    right: 0;
    bottom: 0
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .concept__profile__img {
    width: 100%
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .concept__profile__txt+.concept__profile__img {
    margin-bottom: 2.5rem
  }
}

.p-lp-asukasteamrecipe .features {
  overflow: hidden;
  background-color: #f1f2f3
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .features {
    padding-top: 120px;
    padding-bottom: 135px
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .features {
    padding-top: 9rem;
    padding-bottom: 7.5rem
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .features__list--ctr--primary {
    max-width: 1680px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 8.2rem
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .features__list--ctr--primary {
    margin-top: 6rem
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .features__list--ctr--primary .features__list {
    margin-left: -2.7rem
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .features__list--ctr--primary .features__list {
    display: block
  }
}

.p-lp-asukasteamrecipe .features__list--ctr--primary .features__list__itm {
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .features__list--ctr--primary .features__list__itm {
    width: 45rem;
    padding: 0 2.7rem
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .features__list--ctr--primary .features__list__itm {
    width: 31.5rem
  }
}

.p-lp-asukasteamrecipe .features__list--ctr--primary .features__list__itm__ttl,
.p-lp-asukasteamrecipe .features__list--ctr--primary .features__list__itm__txt {
  margin-right: auto;
  margin-left: auto
}

@media screen and (min-width:931px) {

  .p-lp-asukasteamrecipe .features__list--ctr--primary .features__list__itm__ttl,
  .p-lp-asukasteamrecipe .features__list--ctr--primary .features__list__itm__txt {
    width: 39rem
  }
}

@media screen and (max-width:930px) {

  .p-lp-asukasteamrecipe .features__list--ctr--primary .features__list__itm__ttl,
  .p-lp-asukasteamrecipe .features__list--ctr--primary .features__list__itm__txt {
    width: 28rem
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .features__list--ctr--primary .features__list__itm:nth-child(1)+.features__list__itm:nth-child(2) {
    margin-top: 11.1rem
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .features__list--ctr--primary .features__list__itm:nth-child(2)+.features__list__itm:nth-child(3) {
    margin-top: 9.1rem
  }
}

.p-lp-asukasteamrecipe .features__list--ctr--primary .features__list__itm__ttl {
  margin-top: 4rem;
  font-family: 'TazuganeGothicStdN-Medium', sans-serif
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .features__list--ctr--primary .features__list__itm__ttl {
    font-size: 18px
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .features__list--ctr--primary .features__list__itm__ttl {
    line-height: 1.666666666666667
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .features__list--ctr--primary .features__list__itm__ttl {
    letter-spacing: .1em
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .features__list--ctr--primary .features__list__itm__ttl {
    font-weight: 500
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .features__list--ctr--primary .features__list__itm__ttl {
    font-size: 14px
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .features__list--ctr--primary .features__list__itm__ttl {
    line-height: 1.714285714285714
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .features__list--ctr--primary .features__list__itm__ttl {
    letter-spacing: .1em
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .features__list--ctr--primary .features__list__itm__ttl {
    font-weight: 500
  }
}

.p-lp-asukasteamrecipe .features__list--ctr--primary .features__list__itm__txt {
  color: #808080;
  font-family: 'TazuganeGothicStdN-Book', sans-serif;
  font-size: 12px;
  line-height: 2;
  letter-spacing: .1em;
  font-weight: 400
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .features__list--ctr--primary .features__list__itm__txt {
    margin-top: 10px
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .features__list--ctr--primary .features__list__itm__txt {
    margin-top: 5px
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .features__list--ctr--primary .features__list__pagination {
    margin-top: 57px
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .features__list--ctr--primary .features__list__pagination {
    display: none
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .features__list--ctr--secondary {
    margin-top: 10.7rem
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .features__list--ctr--secondary {
    margin-top: 15.2rem
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .features__list--ctr--secondary .features__list {
    margin-left: 2rem
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .features__list--ctr--secondary .features__list__itm {
    width: 29rem
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .features__list--ctr--secondary .features__list__itm {
    width: 27.4rem;
    padding-right: 2.7rem;
    padding-left: 2.7rem
  }
}

.p-lp-asukasteamrecipe .features__list--ctr--secondary .features__list__itm__ttl {
  font-family: 'TazuganeGothicStdN-Medium', sans-serif
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .features__list--ctr--secondary .features__list__itm__ttl {
    font-size: 14px
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .features__list--ctr--secondary .features__list__itm__ttl {
    line-height: 1.642857142857143
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .features__list--ctr--secondary .features__list__itm__ttl {
    letter-spacing: .1em
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .features__list--ctr--secondary .features__list__itm__ttl {
    font-weight: 500
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .features__list--ctr--secondary .features__list__itm__ttl {
    font-size: 12px
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .features__list--ctr--secondary .features__list__itm__ttl {
    line-height: 2
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .features__list--ctr--secondary .features__list__itm__ttl {
    letter-spacing: .1em
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .features__list--ctr--secondary .features__list__itm__ttl {
    font-weight: 500
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .features__list--ctr--secondary .features__list__itm__ttl {
    margin-top: 3.2rem
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .features__list--ctr--secondary .features__list__itm__ttl {
    margin-top: 2.5rem
  }
}

.p-lp-asukasteamrecipe .features__list--ctr--secondary .features__list__itm__txt {
  color: #808080;
  font-family: 'TazuganeGothicStdN-Book', sans-serif;
  font-size: 12px;
  line-height: 1.833333333333333;
  letter-spacing: .1em;
  font-weight: 400
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .features__list--ctr--secondary .features__list__itm__txt {
    margin-top: 11px
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .features__list--ctr--secondary .features__list__itm__txt {
    margin-top: 2px
  }
}

.p-lp-asukasteamrecipe .features__list--ctr--secondary .features__list__itm .features__list__itm__visual {
  position: relative
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .features__list--ctr--secondary .features__list__itm .features__list__itm__visual {
    padding-top: 14.6rem
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .features__list--ctr--secondary .features__list__itm .features__list__itm__visual {
    padding-top: 12rem
  }
}

.p-lp-asukasteamrecipe .features__list--ctr--secondary .features__list__itm .features__list__itm__visual::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  font-size: 10px;
  line-height: 1;
  letter-spacing: .3em;
  font-weight: 400;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .features__list--ctr--secondary .features__list__itm .features__list__itm__visual::before {
    padding-bottom: 9.3rem
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .features__list--ctr--secondary .features__list__itm .features__list__itm__visual::before {
    width: 22rem;
    height: 4.9rem;
    padding-bottom: 8.2rem;
    background-image: url("/assets/images/lp/asukasteamrecipe/features-mark-01.svg")
  }
}

.p-lp-asukasteamrecipe .features__list--ctr--secondary .features__list__itm:nth-child(1) .features__list__itm__visual {
  position: relative
}

.p-lp-asukasteamrecipe .features__list--ctr--secondary .features__list__itm:nth-child(1) .features__list__itm__visual::before {
  content: 'CONVENIENT'
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .features__list--ctr--secondary .features__list__itm:nth-child(1) .features__list__itm__visual::before {
    width: 28.9rem;
    height: 6.3rem;
    background-image: url("/assets/images/lp/asukasteamrecipe/features-mark-01.svg")
  }
}

.p-lp-asukasteamrecipe .features__list--ctr--secondary .features__list__itm:nth-child(2) .features__list__itm__visual {
  position: relative
}

.p-lp-asukasteamrecipe .features__list--ctr--secondary .features__list__itm:nth-child(2) .features__list__itm__visual::before {
  content: 'EASY CLEAN'
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .features__list--ctr--secondary .features__list__itm:nth-child(2) .features__list__itm__visual::before {
    width: 62.8rem;
    height: 6.3rem;
    background-image: url("/assets/images/lp/asukasteamrecipe/features-mark-02.svg")
  }
}

.p-lp-asukasteamrecipe .features__list--ctr--secondary .features__list__itm:nth-child(3) .features__list__itm__visual {
  position: relative
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .features__list--ctr--secondary .features__list__itm:nth-child(3) .features__list__itm__visual::before {
    content: 'EASY CLEAN'
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .features__list--ctr--secondary .features__list__itm:nth-child(1)+.features__list__itm:nth-child(2) {
    margin-left: 16.3rem
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .features__list--ctr--secondary .features__list__itm:nth-child(2)+.features__list__itm:nth-child(3) {
    margin-left: 4.5rem
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .features__list--ctr--secondary .features__list__pagination {
    display: none
  }
}

.p-lp-asukasteamrecipe .features .swiper-container,
.p-lp-asukasteamrecipe .features .swiper-wrapper {
  overflow: visible
}

.p-lp-asukasteamrecipe .features .swiper-pagination {
  position: static
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .features .swiper-pagination {
    margin-top: 28px
  }
}

.p-lp-asukasteamrecipe .features .swiper-pagination-bullet {
  position: relative;
  margin: 0;
  opacity: 1;
  background: none
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .features .swiper-pagination-bullet {
    width: 36px;
    height: 36px
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .features .swiper-pagination-bullet {
    width: 10px;
    height: 10px
  }
}

.p-lp-asukasteamrecipe .features .swiper-pagination-bullet::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  border-radius: 50%;
  background-color: #e1e1e1;
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .features .swiper-pagination-bullet::after {
    width: 6px;
    height: 6px;
    margin-top: -3px;
    margin-left: -3px
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .features .swiper-pagination-bullet::after {
    width: 4px;
    height: 4px;
    margin-top: -2px;
    margin-left: -2px
  }
}

.p-lp-asukasteamrecipe .features .swiper-pagination-bullet-active::after {
  background-color: #111
}

.p-lp-asukasteamrecipe .mv {
  position: relative
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .mv {
    padding-bottom: 4.2rem
  }
}

.p-lp-asukasteamrecipe .mv__mov {
  position: relative;
  overflow: hidden;
  width: 100%
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .mv__mov {
    height: 100vh
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .mv__mov {
    height: calc(var(--vh, 1vh) * 100)
  }
}

.p-lp-asukasteamrecipe .mv__mov::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%208%205%22%20width%3D%228%22%20height%3D%225%22%3E%3Cpath%20d%3D%22M4%205L0%20.8.8%200%204%203.3%207.2%200l.8.8L4%205z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-animation: ARROW_FLOATING_ANIM 1s ease-in-out infinite;
  animation: ARROW_FLOATING_ANIM 1s ease-in-out infinite
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .mv__mov::after {
    width: 15px;
    height: 9px;
    bottom: 30px
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .mv__mov::after {
    width: 18px;
    height: 10px;
    bottom: 30px
  }
}

.p-lp-asukasteamrecipe .mv__mov__video {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.p-lp-asukasteamrecipe .mv__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .mv__ttl {
    width: auto
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .mv__ttl {
    width: 30.7rem
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .mv__ttl .mv__ttl__img {
    width: auto;
    height: 66vh
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .spec {
    padding-top: 11.5rem;
    padding-bottom: 12.2rem
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .spec {
    padding-top: 9.8rem;
    padding-bottom: 9rem
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt__ttl {
    font-size: 18px
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt__ttl {
    line-height: 2
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt__ttl {
    letter-spacing: .06em
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt__ttl {
    font-weight: 600
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt__ttl {
    font-size: 18px
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt__ttl {
    line-height: 2
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt__ttl {
    letter-spacing: .09em
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt__ttl {
    font-weight: 600
  }
}

.p-lp-asukasteamrecipe .spec .spec__cnt__ttl__ja,
.p-lp-asukasteamrecipe .spec .spec__cnt__ttl__slash {
  font-family: 'TazuganeGothicStdN-Medium', sans-serif
}

.p-lp-asukasteamrecipe .spec .spec__cnt__ttl__en {
  font-family: 'HelveticaNowText-Medium', 'TazuganeGothicStdN-Medium', sans-serif
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt__ttl+.spec__cnt--inr {
    margin-top: 41px
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt__ttl+.spec__cnt--inr {
    margin-top: 3.2rem
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .spec [class*='spec__cnt--']+[class*='spec__cnt--'] {
    margin-top: 11rem
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .spec [class*='spec__cnt--']+[class*='spec__cnt--'] {
    margin-top: 7.7rem
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .spec .spec__ttl+.spec__cnt--design {
    margin-top: 7rem
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .spec .spec__ttl+.spec__cnt--design {
    margin-top: 5rem
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt--design .spec__cnt--inr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt--design .spec__cnt__img {
    width: 48.61111111111111%
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt--design .spec__cnt__img {
    display: block;
    line-height: 0
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt--design .spec__cnt__img+.spec__cnt__img {
    margin-top: 3rem
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt--mode-dial .spec__cnt__pic {
    border: 1px solid #e1e1e1
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt--mode-dial .spec__cnt__pic {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt--specification .spec__cnt--inr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt--specification .spec__cnt__list {
    width: 52.5rem;
    border-top: 1px solid #e1e1e1
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt--specification .spec__cnt__list:first-child {
    border-top: 1px solid #e1e1e1
  }
}

.p-lp-asukasteamrecipe .spec .spec__cnt--specification .spec__cnt__list__itm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #e1e1e1
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt--specification .spec__cnt__list__itm {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt--specification .spec__cnt__list__itm {
    padding-top: 18px;
    padding-bottom: 18px
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt--specification .spec__cnt__list:not(:first-child) .spec__cnt__list__itm {
    height: 75px
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt--specification .spec__cnt__list:not(:first-child) .spec__cnt__list__itm .spec__cnt__list__itm__txt {
    font-size: 14px
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt--specification .spec__cnt__list:not(:first-child) .spec__cnt__list__itm .spec__cnt__list__itm__txt {
    line-height: 2.357142857142857
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt--specification .spec__cnt__list:not(:first-child) .spec__cnt__list__itm .spec__cnt__list__itm__txt {
    letter-spacing: .12em
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt--specification .spec__cnt__list:not(:first-child) .spec__cnt__list__itm .spec__cnt__list__itm__txt {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt--specification .spec__cnt__list:first-child .spec__cnt__list__itm:not(:last-child) {
    height: 75px
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt--specification .spec__cnt__list:first-child .spec__cnt__list__itm:not(:last-child) .spec__cnt__list__itm__txt {
    font-size: 14px
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt--specification .spec__cnt__list:first-child .spec__cnt__list__itm:not(:last-child) .spec__cnt__list__itm__txt {
    line-height: 2.357142857142857
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt--specification .spec__cnt__list:first-child .spec__cnt__list__itm:not(:last-child) .spec__cnt__list__itm__txt {
    letter-spacing: .12em
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt--specification .spec__cnt__list:first-child .spec__cnt__list__itm:not(:last-child) .spec__cnt__list__itm__txt {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt--specification .spec__cnt__list:first-child .spec__cnt__list__itm:last-child {
    height: 150px
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt--specification .spec__cnt__list:first-child .spec__cnt__list__itm:last-child .spec__cnt__list__itm__ttl {
    margin-top: -79px
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt--specification .spec__cnt__list:first-child .spec__cnt__list__itm:last-child .spec__cnt__list__itm__txt {
    font-size: 14px
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt--specification .spec__cnt__list:first-child .spec__cnt__list__itm:last-child .spec__cnt__list__itm__txt {
    line-height: 2.857142857142857
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt--specification .spec__cnt__list:first-child .spec__cnt__list__itm:last-child .spec__cnt__list__itm__txt {
    letter-spacing: .12em
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt--specification .spec__cnt__list:first-child .spec__cnt__list__itm:last-child .spec__cnt__list__itm__txt {
    font-weight: 400
  }
}

.p-lp-asukasteamrecipe .spec .spec__cnt--specification .spec__cnt__list__itm__ttl,
.p-lp-asukasteamrecipe .spec .spec__cnt--specification .spec__cnt__list__itm__txt {
  word-wrap: break-word;
  overflow-wrap: break-word
}

.p-lp-asukasteamrecipe .spec .spec__cnt--specification .spec__cnt__list__itm__ttl {
  font-family: 'TazuganeGothicStdN-Medium', sans-serif
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt--specification .spec__cnt__list__itm__ttl {
    font-size: 14px
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt--specification .spec__cnt__list__itm__ttl {
    line-height: 1.428571428571429
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt--specification .spec__cnt__list__itm__ttl {
    letter-spacing: .12em
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt--specification .spec__cnt__list__itm__ttl {
    font-weight: 600
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt--specification .spec__cnt__list__itm__ttl {
    font-size: 12px
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt--specification .spec__cnt__list__itm__ttl {
    line-height: 1.833333333333333
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt--specification .spec__cnt__list__itm__ttl {
    letter-spacing: .12em
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt--specification .spec__cnt__list__itm__ttl {
    font-weight: 600
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt--specification .spec__cnt__list__itm__ttl {
    width: 41.904761904761905%;
    padding-right: 4rem
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt--specification .spec__cnt__list__itm__ttl {
    width: 15.8rem;
    padding-right: 1rem
  }
}

.p-lp-asukasteamrecipe .spec .spec__cnt--specification .spec__cnt__list__itm__txt {
  font-family: 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt--specification .spec__cnt__list__itm__txt {
    font-size: 12px
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt--specification .spec__cnt__list__itm__txt {
    line-height: 1.833333333333333
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt--specification .spec__cnt__list__itm__txt {
    letter-spacing: .12em
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt--specification .spec__cnt__list__itm__txt {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt--specification .spec__cnt__list__itm__txt {
    width: 58.0952380952381%
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .spec .spec__cnt--specification .spec__cnt__list__itm__txt {
    width: 15.7rem
  }
}

.p-lp-asukasteamrecipe .steam-recipe {
  -webkit-box-sizing: initial;
  box-sizing: initial;
  background-repeat: no-repeat;
  overflow: hidden
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe {
    max-width: 1680px;
    margin-top: 12rem;
    margin-right: auto;
    margin-left: auto;
    padding-top: 12rem;
    padding-bottom: 10.8rem;
    background-image: url("/assets/images/lp/asukasteamrecipe/steam-recipe-bg-01-pc.png");
    background-position: center 12rem;
    background-size: 100% auto
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe {
    width: 100%;
    padding-top: 5.7rem;
    padding-bottom: 12.5rem;
    background-image: url("/assets/images/lp/asukasteamrecipe/steam-recipe-bg-01-sp.png");
    background-position: center 5.8rem;
    background-size: 63.7rem auto
  }
}

.p-lp-asukasteamrecipe .steam-recipe--inr {
  position: relative
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe--inr {
    width: 83.33333333333334%;
    margin-right: auto;
    margin-left: auto
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__list {
    padding-top: 15rem
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__list {
    padding-top: 13.6rem
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm {
    width: 90%;
    margin-right: auto;
    margin-left: auto
  }
}

.p-lp-asukasteamrecipe .steam-recipe__list__itm--inr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm--inr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(6) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(6) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(6) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(6) .steam-recipe__list__itm--inr {
    width: 37.03703703703704%
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(6) .steam-recipe__list__itm--inr:nth-child(1) {
    margin-right: 5.555555555555555%;
    margin-left: 10.648148148148149%
  }
}

.p-lp-asukasteamrecipe .steam-recipe__list__itm__thumb {
  position: relative;
  z-index: 1;
  min-height: 0%;
  line-height: 0
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm__thumb:not([data-id=""]):hover {
    cursor: pointer
  }

  .p-lp-asukasteamrecipe .steam-recipe__list__itm__thumb:not([data-id=""]):hover .steam-recipe__list__itm__thumb__btn--inr::before {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}

.p-lp-asukasteamrecipe .steam-recipe__list__itm__thumb__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm__thumb__btn {
    overflow: visible
  }
}

.p-lp-asukasteamrecipe .steam-recipe__list__itm__thumb__btn--inr {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.p-lp-asukasteamrecipe .steam-recipe__list__itm__thumb__btn--inr::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: .25s ease;
  transition: .25s ease
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm__thumb__btn--inr::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2094.2%2094.2%22%20width%3D%2294%22%20height%3D%2294%22%20style%3D%22enable-background%3Anew%200%200%2094.2%2094.2%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%3E.st1%7Bfill%3A%23fff%3Bstroke%3A%23fff%3Bstroke-width%3A.4%7D%3C%2Fstyle%3E%3Cg%20transform%3D%22translate(-453.771%20-4434.78)%22%3E%3Cg%20transform%3D%22translate(87.268%202027.282)%22%3E%3Cg%20transform%3D%22translate(-310.883%20226.344)%22%3E%3Cpath%20d%3D%22M731.8%202275.4c-7.9%200-15.7-2.3-22.3-6.7-6.4-4.3-11.4-10.3-14.4-17.3-5.2-12.2-3.9-26.3%203.7-37.3%204.3-6.3%2010.4-11.3%2017.5-14.2%2012.4-5.2%2026.6-3.8%2037.7%203.6%206.4%204.3%2011.4%2010.3%2014.4%2017.3%205.2%2012.2%203.9%2026.3-3.7%2037.3-4.3%206.3-10.4%2011.3-17.5%2014.2-4.8%202-10.1%203.1-15.4%203.1zm-6.6-49v19.3l17.2-9.6-17.2-9.7z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate(-1959.744%203985.231)%22%3E%3Cg%20transform%3D%22translate(-99%20-154)%22%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M2515.7%20646c1.2.1%202%201.1%201.9%202.3%200%20.1%200%20.3-.1.4l-.3%202%203.1.5-.1.9-7.4-1.1.5-3c.1-1.3%201-2.2%202.4-2zm-.2%201c-.9-.1-1.4.4-1.5%201.2l-.3%202%202.6.4.3-2c.2-.7-.2-1.3-.9-1.5%200-.1-.1-.1-.2-.1z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22m2522.9%20638.1.8.3-1.7%204.5-7-2.5.3-.9%206.2%202.2%201.4-3.6z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22m2526%20629.9-1.7%202.6%201.4%201.8-.6.9-4.8-6.3.6-.9%207.8%201.5-.6.9-2.1-.5zm-.9-.2-2.9-.6-.8-.2.5.6%201.8%202.3%201.4-2.1z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22m2530.3%20617.1%201.1%205%202.2%202.1-.7.7-2.2-2.1-5.2-1%20.8-.8%203.5.8.6.2-.2-.6-.9-3.4%201-.9z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22m2545.5%20607.6.9%207.8-1%20.5-5.7-5.5%201-.5%203.9%203.9.8.8-.2-1.2-.7-5.5%201-.3z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22m2550.6%20606%20.9-.3%202.1%207.1-.9.3-2.1-7.1z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M2563.5%20607.4c.2%202.2-.7%203.8-3%204l-2.5.3-.8-7.3%202.7-.3c2.2-.3%203.4%201%203.6%203.3zm-1%20.1c-.2-1.9-1.1-2.7-2.8-2.6l-1.5.2.6%205.6%201.5-.2c1.8-.1%202.5-1.1%202.2-3z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22m2573.7%20610.8-.1.8-5.3-.6.8-7.3%205.2.5-.1.8-4.3-.4-.2%202.3%203.9.4-.1.8-3.9-.4-.3%202.5%204.4.6z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M2578.8%20609c.5-1.9%202.4-3%204.3-2.6s3.1%202.3%202.6%204.2c-.1.2-.1.4-.2.6-.7%202.1-2.6%203.2-4.6%202.5-2-.6-2.9-2.6-2.1-4.7zm5.7%201.9c.6-1.7%200-3.1-1.4-3.6s-2.8.3-3.4%202c-.6%201.7%200%203.2%201.4%203.6%201.4.5%202.8-.3%203.4-2z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E")
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm__thumb__btn--inr::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2052%2052%22%20width%3D%2252%22%20height%3D%2252%22%20style%3D%22enable-background%3Anew%200%200%2052%2052%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M26%2052c-5.2%200-10.2-1.5-14.5-4.4-4.2-2.9-7.5-6.8-9.4-11.5C-1.4%2028-.5%2018.8%204.5%2011.5%207.3%207.3%2011.2%204%2015.9%202.1%2024-1.4%2033.3-.5%2040.5%204.5c4.2%202.8%207.4%206.8%209.4%2011.4%203.4%208.1%202.5%2017.4-2.4%2024.7-2.8%204.2-6.8%207.5-11.4%209.4-3.2%201.3-6.6%202-10.1%202zm-4.3-32.4v12.8L32.9%2026l-11.2-6.4z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fsvg%3E")
  }
}

.p-lp-asukasteamrecipe .steam-recipe__list__itm__thumb__video {
  position: relative;
  background-color: #fff
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm__thumb__video {
    width: 100%;
    border-radius: 20px
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm__thumb__video {
    width: 100%
  }
}

.p-lp-asukasteamrecipe .steam-recipe__list__itm__thumb__video__img {
  opacity: .5
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm__thumb__video__img {
    border-radius: 20px
  }
}

.p-lp-asukasteamrecipe .steam-recipe__list__itm__thumb__video__comming-soon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  font-family: 'HelveticaNowText-Regular', 'TazuganeGothicStdN-Book', sans-serif;
  color: #111;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm__thumb__video__comming-soon {
    font-size: 12px
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm__thumb__video__comming-soon {
    line-height: 1.5
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm__thumb__video__comming-soon {
    letter-spacing: .09em
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm__thumb__video__comming-soon {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm__thumb__video__comming-soon {
    width: 10rem;
    height: 10rem;
    margin-top: -5rem;
    margin-left: -5rem;
    padding-top: .2rem
  }
}

.p-lp-asukasteamrecipe .steam-recipe__list__itm__txt {
  position: relative
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm__txt {
    width: 100%;
    padding-bottom: 36.25%;
    height: 0
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm__txt--inr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }
}

.p-lp-asukasteamrecipe .steam-recipe__list__itm__txt__ttl__mark,
.p-lp-asukasteamrecipe .steam-recipe__list__itm__txt__ttl__num,
.p-lp-asukasteamrecipe .steam-recipe__list__itm__txt__ttl__txt,
.p-lp-asukasteamrecipe .steam-recipe__list__itm__txt__desc {
  position: relative;
  z-index: 1
}

.p-lp-asukasteamrecipe .steam-recipe__list__itm__txt__ttl__mark {
  font-family: 'HelveticaNowText-Regular', 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm__txt__ttl__mark {
    font-size: 36px
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm__txt__ttl__mark {
    line-height: 1.611111111111111
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm__txt__ttl__mark {
    letter-spacing: 0
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm__txt__ttl__mark {
    font-weight: 400
  }
}

.p-lp-asukasteamrecipe .steam-recipe__list__itm__txt__ttl__num {
  font-family: 'HelveticaNowText-Regular', 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm__txt__ttl__num {
    font-size: 60px
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm__txt__ttl__num {
    line-height: 1.466666666666667
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm__txt__ttl__num {
    letter-spacing: 0
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm__txt__ttl__num {
    font-weight: 400
  }
}

.p-lp-asukasteamrecipe .steam-recipe__list__itm__txt__ttl__txt {
  font-family: 'TazuganeGothicStdN-Medium', sans-serif
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm__txt__ttl__txt {
    font-size: 27px
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm__txt__ttl__txt {
    line-height: 1.518518518518519
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm__txt__ttl__txt {
    letter-spacing: .12em
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm__txt__ttl__txt {
    font-weight: 600
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm__txt__ttl__txt {
    margin-left: 1.5rem
  }
}

.p-lp-asukasteamrecipe .steam-recipe__list__itm__txt__desc {
  display: block;
  font-family: 'TazuganeGothicStdN-Book', sans-serif;
  font-size: 12px;
  line-height: 2;
  letter-spacing: .12em;
  font-weight: 400;
  color: #808080
}

@media screen and (min-width:931px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(2) .steam-recipe__list__itm--inr,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(4) .steam-recipe__list__itm--inr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
}

.p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(6) .steam-recipe__list__itm--inr,
.p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(7) .steam-recipe__list__itm--inr,
.p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(8) .steam-recipe__list__itm--inr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(1) .steam-recipe__list__itm__thumb {
    width: 46.2962962962963%;
    height: 50%
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(1) .steam-recipe__list__itm__thumb__btn {
    width: 18.8%;
    padding-top: 18.8%;
    margin-top: -9.4%;
    margin-left: -9.4%
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(2) .steam-recipe__list__itm__thumb {
    width: 67.5925925925926%;
    height: 50%
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(2) .steam-recipe__list__itm__thumb {
    width: 106.66666666666667%
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(2) .steam-recipe__list__itm__thumb__btn {
    width: 12.876712328767123%;
    padding-top: 12.876712328767123%;
    margin-top: -6.438356164383562%;
    margin-left: -6.438356164383562%
  }
}

@media screen and (min-width:931px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(3) .steam-recipe__list__itm__thumb,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(4) .steam-recipe__list__itm__thumb,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(5) .steam-recipe__list__itm__thumb {
    width: 62.03703703703704%;
    height: 50%
  }
}

@media screen and (min-width:931px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(3) .steam-recipe__list__itm__thumb__btn,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(4) .steam-recipe__list__itm__thumb__btn,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(5) .steam-recipe__list__itm__thumb__btn {
    width: 14.029850746268657%;
    padding-top: 14.029850746268657%;
    margin-top: -7.014925373134329%;
    margin-left: -7.014925373134329%
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(6) .steam-recipe__list__itm__thumb {
    width: 100%
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(6) .steam-recipe__list__itm__thumb__btn {
    width: 23.5%;
    padding-top: 23.5%;
    margin-top: -11.75%;
    margin-left: -11.75%
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(7) .steam-recipe__list__itm__thumb {
    width: 37.03703703703704%;
    height: 50%
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(7) .steam-recipe__list__itm__thumb__btn {
    width: 23.5%;
    padding-top: 23.5%;
    margin-top: -11.75%;
    margin-left: -11.75%
  }
}

@media screen and (max-width:930px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(1) .steam-recipe__list__itm__thumb,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(6) .steam-recipe__list__itm__thumb,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(7) .steam-recipe__list__itm__thumb {
    width: 28rem;
    margin: 0 auto
  }
}

@media screen and (max-width:930px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(1) .steam-recipe__list__itm__thumb__btn,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(6) .steam-recipe__list__itm__thumb__btn,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(7) .steam-recipe__list__itm__thumb__btn {
    width: 5.2rem;
    padding-top: 5.2rem;
    margin-top: -2.6rem;
    margin-left: -2.6rem
  }
}

@media screen and (max-width:930px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(2) .steam-recipe__list__itm__thumb,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(3) .steam-recipe__list__itm__thumb,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(4) .steam-recipe__list__itm__thumb,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(5) .steam-recipe__list__itm__thumb {
    width: 34.5rem
  }
}

@media screen and (max-width:930px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(2) .steam-recipe__list__itm__thumb__video,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(3) .steam-recipe__list__itm__thumb__video,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(4) .steam-recipe__list__itm__thumb__video,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(5) .steam-recipe__list__itm__thumb__video,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(2) .steam-recipe__list__itm__thumb__video__img,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(3) .steam-recipe__list__itm__thumb__video__img,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(4) .steam-recipe__list__itm__thumb__video__img,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(5) .steam-recipe__list__itm__thumb__video__img {
    width: 40rem
  }
}

@media screen and (max-width:930px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(2) .steam-recipe__list__itm__thumb__btn,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(3) .steam-recipe__list__itm__thumb__btn,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(4) .steam-recipe__list__itm__thumb__btn,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(5) .steam-recipe__list__itm__thumb__btn {
    width: 6.5rem;
    padding-top: 6.5rem;
    margin-top: -3.2rem;
    margin-left: -3.2rem
  }
}

@media screen and (max-width:930px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(1) .steam-recipe__list__itm__thumb__video,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(6) .steam-recipe__list__itm__thumb__video,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(7) .steam-recipe__list__itm__thumb__video,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(1) .steam-recipe__list__itm__thumb__video__img,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(6) .steam-recipe__list__itm__thumb__video__img,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(7) .steam-recipe__list__itm__thumb__video__img {
    border-radius: 1rem
  }
}

@media screen and (max-width:930px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(2) .steam-recipe__list__itm__thumb__video,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(4) .steam-recipe__list__itm__thumb__video,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(2) .steam-recipe__list__itm__thumb__video__img,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(4) .steam-recipe__list__itm__thumb__video__img {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem
  }
}

@media screen and (max-width:930px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(3) .steam-recipe__list__itm__thumb__video,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(5) .steam-recipe__list__itm__thumb__video,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(3) .steam-recipe__list__itm__thumb__video__img,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(5) .steam-recipe__list__itm__thumb__video__img {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem
  }
}

@media screen and (min-width:931px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(1) .steam-recipe__list__itm__thumb__video__comming-soon,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(2) .steam-recipe__list__itm__thumb__video__comming-soon,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(3) .steam-recipe__list__itm__thumb__video__comming-soon,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(4) .steam-recipe__list__itm__thumb__video__comming-soon,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(5) .steam-recipe__list__itm__thumb__video__comming-soon {
    width: 12rem;
    height: 12rem;
    margin-top: -6rem;
    margin-left: -6rem;
    padding-top: .2rem
  }
}

@media screen and (min-width:931px) and (min-width:931px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(1) .steam-recipe__list__itm__thumb__video__comming-soon,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(2) .steam-recipe__list__itm__thumb__video__comming-soon,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(3) .steam-recipe__list__itm__thumb__video__comming-soon,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(4) .steam-recipe__list__itm__thumb__video__comming-soon,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(5) .steam-recipe__list__itm__thumb__video__comming-soon {
    font-size: 14px
  }
}

@media screen and (min-width:931px) and (min-width:931px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(1) .steam-recipe__list__itm__thumb__video__comming-soon,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(2) .steam-recipe__list__itm__thumb__video__comming-soon,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(3) .steam-recipe__list__itm__thumb__video__comming-soon,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(4) .steam-recipe__list__itm__thumb__video__comming-soon,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(5) .steam-recipe__list__itm__thumb__video__comming-soon {
    line-height: 1.5
  }
}

@media screen and (min-width:931px) and (min-width:931px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(1) .steam-recipe__list__itm__thumb__video__comming-soon,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(2) .steam-recipe__list__itm__thumb__video__comming-soon,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(3) .steam-recipe__list__itm__thumb__video__comming-soon,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(4) .steam-recipe__list__itm__thumb__video__comming-soon,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(5) .steam-recipe__list__itm__thumb__video__comming-soon {
    letter-spacing: .09em
  }
}

@media screen and (min-width:931px) and (min-width:931px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(1) .steam-recipe__list__itm__thumb__video__comming-soon,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(2) .steam-recipe__list__itm__thumb__video__comming-soon,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(3) .steam-recipe__list__itm__thumb__video__comming-soon,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(4) .steam-recipe__list__itm__thumb__video__comming-soon,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(5) .steam-recipe__list__itm__thumb__video__comming-soon {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(6) .steam-recipe__list__itm__thumb__video__comming-soon,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(7) .steam-recipe__list__itm__thumb__video__comming-soon {
    width: 10rem;
    height: 10rem;
    padding-top: .3rem;
    margin-top: -5rem;
    margin-left: -5rem
  }
}

@media screen and (min-width:931px) and (min-width:931px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(6) .steam-recipe__list__itm__thumb__video__comming-soon,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(7) .steam-recipe__list__itm__thumb__video__comming-soon {
    font-size: 12px
  }
}

@media screen and (min-width:931px) and (min-width:931px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(6) .steam-recipe__list__itm__thumb__video__comming-soon,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(7) .steam-recipe__list__itm__thumb__video__comming-soon {
    line-height: 1.5
  }
}

@media screen and (min-width:931px) and (min-width:931px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(6) .steam-recipe__list__itm__thumb__video__comming-soon,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(7) .steam-recipe__list__itm__thumb__video__comming-soon {
    letter-spacing: .09em
  }
}

@media screen and (min-width:931px) and (min-width:931px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(6) .steam-recipe__list__itm__thumb__video__comming-soon,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(7) .steam-recipe__list__itm__thumb__video__comming-soon {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(2) {
    margin-left: 5.555555555555555%
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(3) {
    margin-left: .666667%
  }
}

@media screen and (max-width:930px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(2) .steam-recipe__list__itm__thumb,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(4) .steam-recipe__list__itm__thumb {
    margin-left: 3rem
  }
}

@media screen and (max-width:930px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(3) .steam-recipe__list__itm__thumb,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(5) .steam-recipe__list__itm__thumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 3rem
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(2) {
    margin-top: 25%
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(2) {
    margin-top: 26.2rem
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(3) {
    margin-top: 11.416666666666666%
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(3) {
    margin-top: 24rem
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(4) {
    margin-top: 11.166666666666666%
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(4) {
    margin-top: 23.8rem
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(5) {
    margin-top: 11.083333333333334%
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(5) {
    margin-top: 23.8rem
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(6) {
    margin-top: 15%
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(6) .steam-recipe__list__itm--inr:nth-child(1) {
    margin-top: 24rem
  }

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(6) .steam-recipe__list__itm--inr:nth-child(2) {
    margin-top: 5.5rem
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(7) {
    margin-top: 14.75%
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(7) {
    margin-top: 27.77777777777778%
  }
}

@media screen and (min-width:931px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(1) .steam-recipe__list__itm__txt__ttl__mark,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(2) .steam-recipe__list__itm__txt__ttl__mark,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(3) .steam-recipe__list__itm__txt__ttl__mark,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(4) .steam-recipe__list__itm__txt__ttl__mark,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(5) .steam-recipe__list__itm__txt__ttl__mark {
    font-size: 50px
  }
}

@media screen and (min-width:931px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(1) .steam-recipe__list__itm__txt__ttl__mark,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(2) .steam-recipe__list__itm__txt__ttl__mark,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(3) .steam-recipe__list__itm__txt__ttl__mark,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(4) .steam-recipe__list__itm__txt__ttl__mark,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(5) .steam-recipe__list__itm__txt__ttl__mark {
    line-height: 1.7
  }
}

@media screen and (min-width:931px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(1) .steam-recipe__list__itm__txt__ttl__mark,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(2) .steam-recipe__list__itm__txt__ttl__mark,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(3) .steam-recipe__list__itm__txt__ttl__mark,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(4) .steam-recipe__list__itm__txt__ttl__mark,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(5) .steam-recipe__list__itm__txt__ttl__mark {
    letter-spacing: 0
  }
}

@media screen and (min-width:931px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(1) .steam-recipe__list__itm__txt__ttl__mark,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(2) .steam-recipe__list__itm__txt__ttl__mark,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(3) .steam-recipe__list__itm__txt__ttl__mark,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(4) .steam-recipe__list__itm__txt__ttl__mark,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(5) .steam-recipe__list__itm__txt__ttl__mark {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(1) .steam-recipe__list__itm__txt__ttl__num,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(2) .steam-recipe__list__itm__txt__ttl__num,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(3) .steam-recipe__list__itm__txt__ttl__num,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(4) .steam-recipe__list__itm__txt__ttl__num,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(5) .steam-recipe__list__itm__txt__ttl__num {
    font-size: 76px
  }
}

@media screen and (min-width:931px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(1) .steam-recipe__list__itm__txt__ttl__num,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(2) .steam-recipe__list__itm__txt__ttl__num,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(3) .steam-recipe__list__itm__txt__ttl__num,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(4) .steam-recipe__list__itm__txt__ttl__num,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(5) .steam-recipe__list__itm__txt__ttl__num {
    line-height: 1.697368421052632
  }
}

@media screen and (min-width:931px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(1) .steam-recipe__list__itm__txt__ttl__num,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(2) .steam-recipe__list__itm__txt__ttl__num,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(3) .steam-recipe__list__itm__txt__ttl__num,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(4) .steam-recipe__list__itm__txt__ttl__num,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(5) .steam-recipe__list__itm__txt__ttl__num {
    letter-spacing: 0
  }
}

@media screen and (min-width:931px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(1) .steam-recipe__list__itm__txt__ttl__num,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(2) .steam-recipe__list__itm__txt__ttl__num,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(3) .steam-recipe__list__itm__txt__ttl__num,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(4) .steam-recipe__list__itm__txt__ttl__num,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(5) .steam-recipe__list__itm__txt__ttl__num {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(1) .steam-recipe__list__itm__txt__ttl__txt,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(2) .steam-recipe__list__itm__txt__ttl__txt,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(3) .steam-recipe__list__itm__txt__ttl__txt,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(4) .steam-recipe__list__itm__txt__ttl__txt,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(5) .steam-recipe__list__itm__txt__ttl__txt {
    font-size: 30px
  }
}

@media screen and (min-width:931px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(1) .steam-recipe__list__itm__txt__ttl__txt,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(2) .steam-recipe__list__itm__txt__ttl__txt,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(3) .steam-recipe__list__itm__txt__ttl__txt,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(4) .steam-recipe__list__itm__txt__ttl__txt,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(5) .steam-recipe__list__itm__txt__ttl__txt {
    line-height: 1.5
  }
}

@media screen and (min-width:931px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(1) .steam-recipe__list__itm__txt__ttl__txt,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(2) .steam-recipe__list__itm__txt__ttl__txt,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(3) .steam-recipe__list__itm__txt__ttl__txt,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(4) .steam-recipe__list__itm__txt__ttl__txt,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(5) .steam-recipe__list__itm__txt__ttl__txt {
    letter-spacing: .12em
  }
}

@media screen and (min-width:931px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(1) .steam-recipe__list__itm__txt__ttl__txt,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(2) .steam-recipe__list__itm__txt__ttl__txt,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(3) .steam-recipe__list__itm__txt__ttl__txt,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(4) .steam-recipe__list__itm__txt__ttl__txt,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(5) .steam-recipe__list__itm__txt__ttl__txt {
    font-weight: 600
  }
}

@media screen and (min-width:931px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(1) .steam-recipe__list__itm__txt__ttl__txt,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(2) .steam-recipe__list__itm__txt__ttl__txt,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(3) .steam-recipe__list__itm__txt__ttl__txt,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(4) .steam-recipe__list__itm__txt__ttl__txt,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(5) .steam-recipe__list__itm__txt__ttl__txt {
    display: block;
    margin-top: -15px
  }
}

@media screen and (min-width:931px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(1) .steam-recipe__list__itm__txt__desc,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(2) .steam-recipe__list__itm__txt__desc,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(3) .steam-recipe__list__itm__txt__desc,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(4) .steam-recipe__list__itm__txt__desc,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(5) .steam-recipe__list__itm__txt__desc {
    margin-top: 4px
  }
}

.p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(6) .steam-recipe__list__itm__txt__ttl,
.p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(7) .steam-recipe__list__itm__txt__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (min-width:931px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(6) .steam-recipe__list__itm__txt__ttl__mark,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(7) .steam-recipe__list__itm__txt__ttl__mark {
    font-size: 38px
  }
}

@media screen and (min-width:931px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(6) .steam-recipe__list__itm__txt__ttl__mark,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(7) .steam-recipe__list__itm__txt__ttl__mark {
    line-height: 1.684210526315789
  }
}

@media screen and (min-width:931px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(6) .steam-recipe__list__itm__txt__ttl__mark,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(7) .steam-recipe__list__itm__txt__ttl__mark {
    letter-spacing: 0
  }
}

@media screen and (min-width:931px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(6) .steam-recipe__list__itm__txt__ttl__mark,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(7) .steam-recipe__list__itm__txt__ttl__mark {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(6) .steam-recipe__list__itm__txt__ttl__mark,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(7) .steam-recipe__list__itm__txt__ttl__mark {
    margin-top: 1rem
  }
}

@media screen and (min-width:931px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(6) .steam-recipe__list__itm__txt__ttl__num,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(7) .steam-recipe__list__itm__txt__ttl__num {
    font-size: 46px
  }
}

@media screen and (min-width:931px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(6) .steam-recipe__list__itm__txt__ttl__num,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(7) .steam-recipe__list__itm__txt__ttl__num {
    line-height: 2.130434782608696
  }
}

@media screen and (min-width:931px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(6) .steam-recipe__list__itm__txt__ttl__num,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(7) .steam-recipe__list__itm__txt__ttl__num {
    letter-spacing: 0
  }
}

@media screen and (min-width:931px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(6) .steam-recipe__list__itm__txt__ttl__num,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(7) .steam-recipe__list__itm__txt__ttl__num {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(6) .steam-recipe__list__itm__txt__ttl__txt,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(7) .steam-recipe__list__itm__txt__ttl__txt {
    font-size: 28px
  }
}

@media screen and (min-width:931px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(6) .steam-recipe__list__itm__txt__ttl__txt,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(7) .steam-recipe__list__itm__txt__ttl__txt {
    line-height: 1.357142857142857
  }
}

@media screen and (min-width:931px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(6) .steam-recipe__list__itm__txt__ttl__txt,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(7) .steam-recipe__list__itm__txt__ttl__txt {
    letter-spacing: .12em
  }
}

@media screen and (min-width:931px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(6) .steam-recipe__list__itm__txt__ttl__txt,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(7) .steam-recipe__list__itm__txt__ttl__txt {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(6) .steam-recipe__list__itm__txt__ttl__txt,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(7) .steam-recipe__list__itm__txt__ttl__txt {
    margin-top: 6px;
    margin-left: 20px
  }
}

@media screen and (max-width:930px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(6) .steam-recipe__list__itm__txt__ttl__txt,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(7) .steam-recipe__list__itm__txt__ttl__txt {
    margin-top: 1.5rem
  }
}

@media screen and (min-width:931px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(6) .steam-recipe__list__itm__txt__desc,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(7) .steam-recipe__list__itm__txt__desc {
    margin-top: -15px
  }
}

@media screen and (max-width:930px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(6) .steam-recipe__list__itm__txt__desc,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(7) .steam-recipe__list__itm__txt__desc {
    margin-top: -9px
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(1) .steam-recipe__list__itm__txt {
    margin-left: 4.5rem;
    margin-top: 1.5rem
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(1) .steam-recipe__list__itm__txt__ttl__txt {
    margin-left: 1.5rem
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(2) .steam-recipe__list__itm__txt {
    margin-left: 4.5rem;
    margin-top: 2.2rem
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(3) .steam-recipe__list__itm__txt {
    margin-left: 11.5rem;
    margin-top: 2.5rem
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(4) .steam-recipe__list__itm__txt {
    margin-left: 4.7rem;
    margin-top: 2rem
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(5) .steam-recipe__list__itm__txt {
    margin-left: 14rem;
    margin-top: 2rem
  }
}

@media screen and (max-width:930px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(6) .steam-recipe__list__itm__txt,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(7) .steam-recipe__list__itm__txt {
    margin-left: 4.5rem;
    margin-top: 1rem
  }
}

@media screen and (max-width:930px) {

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(6) .steam-recipe__list__itm__txt__ttl__txt,
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(7) .steam-recipe__list__itm__txt__ttl__txt {
    margin-left: 1.5rem
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(1) .steam-recipe__list__itm__txt {
    padding-left: 7.407407407407407%
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(2) .steam-recipe__list__itm__txt {
    padding-right: 10.185185185185185%;
    padding-top: 8.24074074074074%
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(3) .steam-recipe__list__itm__txt {
    padding-left: 5.37037037037037%;
    padding-top: 12.037037037037036%
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(4) .steam-recipe__list__itm__txt {
    padding-right: 6.944444444444445%;
    padding-top: 6.481481481481481%
  }

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(4) .steam-recipe__list__itm__txt::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    background: #fff;
    width: 88%;
    height: 53%;
    top: 24%;
    left: -5%
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(5) .steam-recipe__list__itm__txt {
    padding-left: 5.37037037037037%;
    padding-top: 6.851851851851852%
  }

  .p-lp-asukasteamrecipe .steam-recipe__list__itm:nth-child(5) .steam-recipe__list__itm__txt::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    background: #fff;
    width: 88%;
    height: 53%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__dl {
    margin-top: -16.944444444444446%
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__dl {
    margin-top: 20rem
  }
}

.p-lp-asukasteamrecipe .steam-recipe__dl--inr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.p-lp-asukasteamrecipe .steam-recipe__dl--inr::before {
  content: '';
  position: absolute;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__dl--inr::before {
    width: 59rem;
    height: 53.2rem;
    top: 1rem;
    right: -6rem;
    background-image: url("/assets/images/lp/asukasteamrecipe/steam-recipe-bg-02-pc.svg")
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__dl--inr::before {
    width: 39.8rem;
    height: 20.8rem;
    top: 6.7rem;
    left: -4.5rem;
    background-image: url("/assets/images/lp/asukasteamrecipe/steam-recipe-bg-02-sp.svg")
  }
}

.p-lp-asukasteamrecipe .steam-recipe__dl__link {
  position: relative;
  z-index: 1
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__dl__link {
    width: 36.666666666666664%
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__dl__link {
    width: 39.8rem
  }
}

.p-lp-asukasteamrecipe .steam-recipe__dl__img {
  display: block
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__dl__img {
    width: 50.75757575757576%;
    margin-left: 33.83838383838384%;
    -webkit-transform: rotate(11deg);
    transform: rotate(11deg)
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__dl__img {
    width: 16rem;
    margin-left: 14.3rem;
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg)
  }
}

.p-lp-asukasteamrecipe .steam-recipe__dl__link__ttl {
  position: relative;
  display: block;
  font-family: 'TazuganeGothicStdN-Medium', sans-serif
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__dl__link__ttl {
    font-size: 24px
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__dl__link__ttl {
    line-height: 1.5
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__dl__link__ttl {
    letter-spacing: .12em
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__dl__link__ttl {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__dl__link__ttl {
    font-size: 23px
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__dl__link__ttl {
    line-height: 1.565217391304348
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__dl__link__ttl {
    letter-spacing: .12em
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__dl__link__ttl {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__dl__link__ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__dl__link__ttl::after {
    content: '';
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2024%2023%22%20width%3D%2222%22%20height%3D%2222%22%20style%3D%22enable-background%3Anew%200%200%2024%2023%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%3E.st0%7Bfill%3Anone%3Bstroke%3A%23000%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%7D%3C%2Fstyle%3E%3Cg%20transform%3D%22translate(-10148.502%20-8637.117)%22%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M10171.5%208653.6v4.3c0%20.7-.6%201.2-1.3%201.2h-19.4c-.7%200-1.3-.5-1.3-1.2v-4.3%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22m10166.9%208646.7-6.3%205.7-6.3-5.7%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M10160.5%208637.1v14.4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    z-index: 1;
    width: 22px;
    height: 22px;
    left: 309px
  }
}

.p-lp-asukasteamrecipe .steam-recipe__dl__link__desc {
  position: relative;
  display: block;
  font-family: 'TazuganeGothicStdN-Book', sans-serif;
  color: #808080
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__dl__link__desc {
    font-size: 14px
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__dl__link__desc {
    line-height: 2
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__dl__link__desc {
    letter-spacing: .12em
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__dl__link__desc {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__dl__link__desc {
    font-size: 12px
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__dl__link__desc {
    line-height: 2
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__dl__link__desc {
    letter-spacing: .12em
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__dl__link__desc {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__dl__link__desc::after {
    content: '';
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2024%2023%22%20width%3D%2222%22%20height%3D%2222%22%20style%3D%22enable-background%3Anew%200%200%2024%2023%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%3E.st0%7Bfill%3Anone%3Bstroke%3A%23000%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%7D%3C%2Fstyle%3E%3Cg%20transform%3D%22translate(-10148.502%20-8637.117)%22%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M10171.5%208653.6v4.3c0%20.7-.6%201.2-1.3%201.2h-19.4c-.7%200-1.3-.5-1.3-1.2v-4.3%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22m10166.9%208646.7-6.3%205.7-6.3-5.7%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M10160.5%208637.1v14.4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    width: 31px;
    height: 31px;
    top: 66px;
    right: 0
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__dl__img+.steam-recipe__dl__link__ttl {
    margin-top: 6.1rem
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__dl__img+.steam-recipe__dl__link__ttl {
    margin-top: 3.5rem
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__dl__link__ttl+.steam-recipe__dl__link__desc {
    margin-top: 24px
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__dl__link__ttl+.steam-recipe__dl__link__desc {
    margin-top: 5px
  }
}

.p-lp-asukasteamrecipe .steam-recipe__yt-stage {
  position: fixed;
  z-index: -10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(241, 242, 243, 0.95);
  opacity: 0;
  -webkit-transition: .25s ease;
  transition: .25s ease
}

.p-lp-asukasteamrecipe .steam-recipe__yt-stage.openedModal {
  z-index: 9999;
  opacity: 1
}

.p-lp-asukasteamrecipe .steam-recipe__yt-stage__player {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__yt-stage__player {
    width: 900px;
    height: 506px
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__yt-stage__player {
    width: 100%;
    height: 21rem
  }
}

.p-lp-asukasteamrecipe .steam-recipe__yt-stage__player iframe {
  width: 100%;
  height: 100%
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__yt-stage__player__close:hover {
    cursor: pointer
  }
}

.p-lp-asukasteamrecipe .steam-recipe__yt-stage__player__close::before {
  content: 'CLOSE';
  position: absolute;
  z-index: 1;
  font-family: 'HelveticaNowText-Regular', 'TazuganeGothicStdN-Book', sans-serif;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: .09em;
  font-weight: 400
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__yt-stage__player__close::before {
    top: -28px;
    right: 14px
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__yt-stage__player__close::before {
    top: -3rem;
    right: 3.9rem
  }
}

.p-lp-asukasteamrecipe .steam-recipe__yt-stage__player__close::after {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20viewBox%3D%220%200%2011%2011%22%3E%3Cpath%20d%3D%22M11%201.2%209.8%200%205.5%204.3%201.2%200%200%201.2l4.3%204.3L0%209.8%201.2%2011l4.3-4.3L9.8%2011%2011%209.8%206.7%205.5%2011%201.2Z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .steam-recipe__yt-stage__player__close::after {
    width: 9px;
    height: 9px;
    top: -22px;
    right: 0
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .steam-recipe__yt-stage__player__close::after {
    width: .9rem;
    height: .9rem;
    top: -2.4rem;
    right: 2rem
  }
}

body.openedModal {
  overflow: hidden
}

.p-lp-asukasteamrecipe .to-store {
  color: #fff
}

.p-lp-asukasteamrecipe .to-store__link {
  overflow: hidden;
  position: relative
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .to-store__link {
    height: 54rem
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .to-store__link {
    height: 66.6rem
  }
}

.p-lp-asukasteamrecipe .to-store__link--inr,
.p-lp-asukasteamrecipe .to-store__link__cnt,
.p-lp-asukasteamrecipe .to-store__link__bg {
  display: block
}

.p-lp-asukasteamrecipe .to-store__link--inr {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 1;
  height: 100%
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .to-store__link--inr {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .to-store__link--inr {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 40px;
    padding-bottom: 40px
  }
}

.p-lp-asukasteamrecipe .to-store__link__cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.p-lp-asukasteamrecipe .to-store__link__cnt__ttl__ja,
.p-lp-asukasteamrecipe .to-store__link__cnt__ttl__en {
  display: block
}

.p-lp-asukasteamrecipe .to-store__link__cnt__ttl__ja {
  font-family: 'TazuganeGothicStdN-Medium', sans-serif;
  font-size: 24px;
  line-height: 1.375;
  letter-spacing: .12em;
  font-weight: 600
}

.p-lp-asukasteamrecipe .to-store__link__cnt__ttl__en {
  font-family: 'HelveticaNowText-Regular', 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .to-store__link__cnt__ttl__en {
    font-size: 11px
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .to-store__link__cnt__ttl__en {
    line-height: 2.363636363636364
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .to-store__link__cnt__ttl__en {
    letter-spacing: .12em
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .to-store__link__cnt__ttl__en {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .to-store__link__cnt__ttl__en {
    font-size: 12px
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .to-store__link__cnt__ttl__en {
    line-height: 2.333333333333333
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .to-store__link__cnt__ttl__en {
    letter-spacing: .12em
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .to-store__link__cnt__ttl__en {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .to-store__link__cnt__ttl__en {
    margin-top: -7px
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .to-store__link__cnt__ttl__en {
    margin-top: -5px
  }
}

.p-lp-asukasteamrecipe .to-store__link__cnt__txt {
  font-family: 'TazuganeGothicStdN-Book', sans-serif
}

.p-lp-asukasteamrecipe .to-store__link__cnt__txt:not(:last-child) {
  font-size: 14px;
  line-height: 2;
  letter-spacing: .12em;
  font-weight: 400
}

.p-lp-asukasteamrecipe .to-store__link__cnt__txt:last-child {
  position: relative
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .to-store__link__cnt__txt:last-child {
    font-size: 13px
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .to-store__link__cnt__txt:last-child {
    line-height: 2.153846153846154
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .to-store__link__cnt__txt:last-child {
    letter-spacing: .12em
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .to-store__link__cnt__txt:last-child {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .to-store__link__cnt__txt:last-child {
    font-size: 14px
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .to-store__link__cnt__txt:last-child {
    line-height: 2.142857142857143
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .to-store__link__cnt__txt:last-child {
    letter-spacing: .12em
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .to-store__link__cnt__txt:last-child {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .to-store__link__cnt__txt:last-child {
    margin-top: 16px;
    padding-right: 37px
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .to-store__link__cnt__txt:last-child {
    margin-top: 15px;
    padding-right: 27px
  }
}

.p-lp-asukasteamrecipe .to-store__link__cnt__txt:last-child::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 16px;
  height: 13px;
  margin-top: -7px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2013%22%20width%3D%2216%22%20height%3D%2213%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M0%200v9.4h12.3V0H0zm11.3%208.3H1V1h10.3v7.3z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M16%2013H1.1v-1H15V1h1z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .to-store__link__cnt__ttl+.to-store__link__cnt__txt {
    margin-top: 21px
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .to-store__link__cnt__ttl+.to-store__link__cnt__txt {
    margin-top: 14px
  }
}

.p-lp-asukasteamrecipe .to-store__link__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .to-store__link__bg {
    background-image: url("/assets/images/lp/asukasteamrecipe/to-store-img-01-pc.jpg");
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease
  }
}

@media screen and (max-width:930px) {
  .p-lp-asukasteamrecipe .to-store__link__bg {
    background-image: url("/assets/images/lp/asukasteamrecipe/to-store-img-01-sp.jpg")
  }
}

@media screen and (min-width:931px) {
  .p-lp-asukasteamrecipe .to-store__link:hover .to-store__link__bg {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }
}

.p-lp-refrigerator {
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal
}

.p-lp-refrigerator img {
  display: block
}

.p-lp-refrigerator sup {
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-size: 64.28571428571429%
}

.p-lp-refrigerator [data-module*='Inview'] {
  -webkit-transform: translateY(2rem);
  transform: translateY(2rem);
  -webkit-transition-duration: 1s;
  transition-duration: 1s
}

@media screen and (min-width:931px) {
  .p-lp-refrigerator [class*='eyecatch_'][class*='__cnt__ttl'] {
    font-size: 36px
  }
}

@media screen and (min-width:931px) {
  .p-lp-refrigerator [class*='eyecatch_'][class*='__cnt__ttl'] {
    line-height: 1.666666666666667
  }
}

@media screen and (min-width:931px) {
  .p-lp-refrigerator [class*='eyecatch_'][class*='__cnt__ttl'] {
    letter-spacing: .03em
  }
}

@media screen and (min-width:931px) {
  .p-lp-refrigerator [class*='eyecatch_'][class*='__cnt__ttl'] {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .p-lp-refrigerator [class*='eyecatch_'][class*='__cnt__ttl'] {
    font-size: 21px
  }
}

@media screen and (max-width:930px) {
  .p-lp-refrigerator [class*='eyecatch_'][class*='__cnt__ttl'] {
    line-height: 1.904761904761905
  }
}

@media screen and (max-width:930px) {
  .p-lp-refrigerator [class*='eyecatch_'][class*='__cnt__ttl'] {
    letter-spacing: .03em
  }
}

@media screen and (max-width:930px) {
  .p-lp-refrigerator [class*='eyecatch_'][class*='__cnt__ttl'] {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  .p-lp-refrigerator [class*='eyecatch_'][class*='__cnt__txt'] {
    font-size: 14px
  }
}

@media screen and (min-width:931px) {
  .p-lp-refrigerator [class*='eyecatch_'][class*='__cnt__txt'] {
    line-height: 2.142857142857143
  }
}

@media screen and (min-width:931px) {
  .p-lp-refrigerator [class*='eyecatch_'][class*='__cnt__txt'] {
    letter-spacing: .09em
  }
}

@media screen and (min-width:931px) {
  .p-lp-refrigerator [class*='eyecatch_'][class*='__cnt__txt'] {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .p-lp-refrigerator [class*='eyecatch_'][class*='__cnt__txt'] {
    font-size: 12px
  }
}

@media screen and (max-width:930px) {
  .p-lp-refrigerator [class*='eyecatch_'][class*='__cnt__txt'] {
    line-height: 1.75
  }
}

@media screen and (max-width:930px) {
  .p-lp-refrigerator [class*='eyecatch_'][class*='__cnt__txt'] {
    letter-spacing: .09em
  }
}

@media screen and (max-width:930px) {
  .p-lp-refrigerator [class*='eyecatch_'][class*='__cnt__txt'] {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  .p-lp-refrigerator [class*='eyecatch_'][class*='__cnt__ttl']+[class*='eyecatch_'][class*='__cnt__txt'] {
    margin-top: .9rem
  }
}

@media screen and (max-width:930px) {
  .p-lp-refrigerator [class*='eyecatch_'][class*='__cnt__ttl']+[class*='eyecatch_'][class*='__cnt__txt'] {
    margin-top: 1.8rem
  }
}

.p-lp-refrigerator .wide_and_short {
  background-color: #f1f2f3
}

.p-lp-refrigerator .touch_and_view {
  color: #fff;
  background-color: #2b2b2e
}

.mv .mv__cnt {
  width: 100%
}

@media screen and (min-width:931px) {
  .mv .mv__cnt {
    height: 100vh
  }
}

@media screen and (max-width:930px) {
  .mv .mv__cnt {
    height: 174.4vw
  }
}

.mv .mv__cnt--inr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 1s;
  transition-delay: 1s
}

.mv .mv__cnt--inr.on {
  z-index: 1;
  opacity: 1;
  -webkit-transition-delay: 0;
  transition-delay: 0
}

.mv [class*='mv__cnt__itm--'] {
  overflow: hidden
}

@media screen and (min-width:931px) {
  .mv [class*='mv__cnt__itm--'] {
    width: 50%;
    height: 100%
  }
}

@media screen and (max-width:930px) {
  .mv [class*='mv__cnt__itm--'] {
    width: 100%;
    height: 50%
  }
}

.mv .mv__cnt__itm__pic {
  width: 100%;
  height: 100%
}

.mv .mv__cnt__itm__pic__img {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  margin-top: -1px;
  margin-left: -1px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center
}

.mv .mv__anchor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%
}

@media screen and (min-width:931px) {
  .mv .mv__anchor {
    height: 100vh
  }
}

@media screen and (max-width:930px) {
  .mv .mv__anchor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 174.4vw
  }
}

@media screen and (min-width:931px) {
  .mv [class*='mv__anchor--inr--'] {
    width: 50%;
    height: 100%
  }
}

@media screen and (max-width:930px) {
  .mv [class*='mv__anchor--inr--'] {
    width: 100%;
    height: 50%
  }
}

.mv .mv__anchor__trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  height: 100%
}

.mv .mv__anchor__trigger--inr {
  display: inline-block;
  position: relative;
  color: #fff;
  font-family: 'TazuganeGothicStdN-Medium', sans-serif
}

@media screen and (min-width:931px) {
  .mv .mv__anchor__trigger--inr {
    font-size: 18px
  }
}

@media screen and (min-width:931px) {
  .mv .mv__anchor__trigger--inr {
    line-height: 2.277777777777778
  }
}

@media screen and (min-width:931px) {
  .mv .mv__anchor__trigger--inr {
    letter-spacing: .09em
  }
}

@media screen and (min-width:931px) {
  .mv .mv__anchor__trigger--inr {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .mv .mv__anchor__trigger--inr {
    font-size: 12px
  }
}

@media screen and (max-width:930px) {
  .mv .mv__anchor__trigger--inr {
    line-height: 1.916666666666667
  }
}

@media screen and (max-width:930px) {
  .mv .mv__anchor__trigger--inr {
    letter-spacing: .09em
  }
}

@media screen and (max-width:930px) {
  .mv .mv__anchor__trigger--inr {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  .mv .mv__anchor__trigger--inr {
    padding-top: 2rem;
    padding-right: 3rem;
    padding-bottom: 2rem;
    padding-left: 3rem;
    cursor: pointer
  }
}

@media screen and (max-width:930px) {
  .mv .mv__anchor__trigger--inr {
    padding-top: 2.4rem;
    padding-right: 3rem;
    padding-bottom: 2.4rem;
    padding-left: 3rem
  }
}

.mv .mv__anchor__trigger--inr::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  background-image: url("/assets/images/common/ico-arrow-07.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

@media screen and (min-width:931px) {
  .mv .mv__anchor__trigger--inr::after {
    right: .9rem;
    bottom: calc(2rem + 17px);
    width: 1.3rem;
    height: .8rem
  }
}

@media screen and (max-width:930px) {
  .mv .mv__anchor__trigger--inr::after {
    right: 1.3rem;
    bottom: calc(2rem + 13px);
    width: 1rem;
    height: .6rem
  }
}

@media screen and (min-width:931px) {
  [class*='heading--']:not([class*='--inr']) {
    padding-top: 27rem
  }
}

@media screen and (max-width:930px) {
  [class*='heading--']:not([class*='--inr']) {
    padding-top: 9rem
  }
}

[class*='heading--']:not([class*='--inr']) .heading--inr {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0
}

@media screen and (min-width:931px) {
  [class*='heading--']:not([class*='--inr']) .heading--inr {
    padding-top: calc(37.5% - 1px)
  }
}

@media screen and (max-width:930px) {
  [class*='heading--']:not([class*='--inr']) .heading--inr {
    padding-top: calc(56.266666666666666% - 1px);
    padding-right: 3rem;
    padding-left: 3rem
  }
}

[class*='heading--']:not([class*='--inr']) .heading__cnt,
[class*='heading--']:not([class*='--inr']) .heading__pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

[class*='heading--']:not([class*='--inr']) .heading__cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  color: #fff
}

@media screen and (max-width:930px) {
  [class*='heading--']:not([class*='--inr']) .heading__cnt--inr {
    width: 31.5rem
  }
}

[class*='heading--']:not([class*='--inr']) .heading__cnt__ttl {
  width: 100%
}

@media screen and (min-width:931px) {
  [class*='heading--']:not([class*='--inr']) .heading__cnt__ttl__img {
    width: 18rem
  }
}

@media screen and (max-width:930px) {
  [class*='heading--']:not([class*='--inr']) .heading__cnt__ttl__img {
    width: 10.5rem
  }
}

[class*='heading--']:not([class*='--inr']) .heading__cnt__ttl__ja,
[class*='heading--']:not([class*='--inr']) .heading__cnt__ttl__en {
  display: block
}

[class*='heading--']:not([class*='--inr']) .heading__cnt__ttl__ja {
  font-family: 'TazuganeGothicStdN-Medium', sans-serif
}

@media screen and (min-width:931px) {
  [class*='heading--']:not([class*='--inr']) .heading__cnt__ttl__ja {
    font-size: 36px
  }
}

@media screen and (min-width:931px) {
  [class*='heading--']:not([class*='--inr']) .heading__cnt__ttl__ja {
    line-height: 1.555555555555556
  }
}

@media screen and (min-width:931px) {
  [class*='heading--']:not([class*='--inr']) .heading__cnt__ttl__ja {
    letter-spacing: .04em
  }
}

@media screen and (min-width:931px) {
  [class*='heading--']:not([class*='--inr']) .heading__cnt__ttl__ja {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  [class*='heading--']:not([class*='--inr']) .heading__cnt__ttl__ja {
    font-size: 20px
  }
}

@media screen and (max-width:930px) {
  [class*='heading--']:not([class*='--inr']) .heading__cnt__ttl__ja {
    line-height: 1.05
  }
}

@media screen and (max-width:930px) {
  [class*='heading--']:not([class*='--inr']) .heading__cnt__ttl__ja {
    letter-spacing: .03em
  }
}

@media screen and (max-width:930px) {
  [class*='heading--']:not([class*='--inr']) .heading__cnt__ttl__ja {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  [class*='heading--']:not([class*='--inr']) .heading__cnt__ttl__ja {
    margin-top: 1.1rem
  }
}

@media screen and (max-width:930px) {
  [class*='heading--']:not([class*='--inr']) .heading__cnt__ttl__ja {
    margin-top: 1rem
  }
}

[class*='heading--']:not([class*='--inr']) .heading__cnt__ttl__en {
  font-family: 'HelveticaNowText-Bold', 'TazuganeGothicStdN-Medium', sans-serif
}

@media screen and (min-width:931px) {
  [class*='heading--']:not([class*='--inr']) .heading__cnt__ttl__en {
    font-size: 21px
  }
}

@media screen and (min-width:931px) {
  [class*='heading--']:not([class*='--inr']) .heading__cnt__ttl__en {
    line-height: 2.047619047619047
  }
}

@media screen and (min-width:931px) {
  [class*='heading--']:not([class*='--inr']) .heading__cnt__ttl__en {
    letter-spacing: .053em
  }
}

@media screen and (min-width:931px) {
  [class*='heading--']:not([class*='--inr']) .heading__cnt__ttl__en {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  [class*='heading--']:not([class*='--inr']) .heading__cnt__ttl__en {
    font-size: 12px
  }
}

@media screen and (max-width:930px) {
  [class*='heading--']:not([class*='--inr']) .heading__cnt__ttl__en {
    line-height: 1.333333333333333
  }
}

@media screen and (max-width:930px) {
  [class*='heading--']:not([class*='--inr']) .heading__cnt__ttl__en {
    letter-spacing: .09em
  }
}

@media screen and (max-width:930px) {
  [class*='heading--']:not([class*='--inr']) .heading__cnt__ttl__en {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  [class*='heading--']:not([class*='--inr']) .heading__cnt__ttl__en {
    margin-top: -.9rem
  }
}

@media screen and (max-width:930px) {
  [class*='heading--']:not([class*='--inr']) .heading__cnt__ttl__en {
    margin-top: .6rem
  }
}

[class*='heading--']:not([class*='--inr']) .heading__pic {
  z-index: 0
}

[class*='introduction--']:not([class*='--inr']) {
  font-family: 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (min-width:931px) {
  [class*='introduction--']:not([class*='--inr']) {
    padding-top: 25.6rem;
    padding-bottom: 25rem
  }
}

@media screen and (max-width:930px) {
  [class*='introduction--']:not([class*='--inr']) {
    padding-top: 12.2rem;
    padding-bottom: 12.8rem
  }
}

@media screen and (min-width:931px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__copy {
    font-size: 54px
  }
}

@media screen and (min-width:931px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__copy {
    line-height: 1.740740740740741
  }
}

@media screen and (min-width:931px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__copy {
    letter-spacing: .09em
  }
}

@media screen and (min-width:931px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__copy {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__copy {
    font-size: 30px
  }
}

@media screen and (max-width:930px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__copy {
    line-height: 1.8
  }
}

@media screen and (max-width:930px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__copy {
    letter-spacing: .09em
  }
}

@media screen and (max-width:930px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__copy {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__copy {
    margin-left: 3rem
  }
}

[class*='introduction--']:not([class*='--inr']) .introduction__stmt {
  font-size: 14px;
  line-height: 2.571428571428572;
  letter-spacing: .09em;
  font-weight: 400
}

@media screen and (min-width:931px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__stmt {
    margin-top: 5.5rem
  }
}

@media screen and (max-width:930px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__stmt {
    margin-top: 4.7rem
  }
}

[class*='introduction--']:not([class*='--inr']) .introduction__mov,
[class*='introduction--']:not([class*='--inr']) .introduction__fader {
  overflow: hidden;
  position: relative;
  height: 0
}

@media screen and (min-width:931px) {

  [class*='introduction--']:not([class*='--inr']) .introduction__mov,
  [class*='introduction--']:not([class*='--inr']) .introduction__fader {
    width: 100%;
    margin-top: 13.8rem
  }
}

@media screen and (max-width:930px) {

  [class*='introduction--']:not([class*='--inr']) .introduction__mov,
  [class*='introduction--']:not([class*='--inr']) .introduction__fader {
    margin-top: 6rem
  }
}

@media screen and (min-width:931px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__mov {
    padding-top: calc(64.28571428571429% - 1px)
  }
}

@media screen and (max-width:930px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__mov {
    padding-top: calc(53.86666666666666% - 1px)
  }
}

[class*='introduction--']:not([class*='--inr']) .introduction__mov__video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  margin-top: -1px;
  margin-left: -1px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center
}

@media screen and (min-width:931px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__fader {
    padding-top: calc(56.244218316373725% - 1px)
  }
}

@media screen and (max-width:930px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__fader {
    padding-top: calc(47.199999999999996% - 1px)
  }
}

[class*='introduction--']:not([class*='--inr']) .introduction__fader__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 1s;
  transition-delay: 1s
}

[class*='introduction--']:not([class*='--inr']) .introduction__fader__img.on {
  z-index: 1;
  opacity: 1;
  -webkit-transition-delay: 0;
  transition-delay: 0
}

@media screen and (min-width:931px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 14rem
  }
}

@media screen and (max-width:930px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__desc {
    margin-top: 10.9rem
  }
}

[class*='introduction--']:not([class*='--inr']) .introduction__desc__ttl {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

@media screen and (min-width:931px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__desc__ttl__img {
    width: 18rem;
    margin-top: 8px
  }
}

@media screen and (max-width:930px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__desc__ttl__img {
    width: 14rem
  }
}

[class*='introduction--']:not([class*='--inr']) .introduction__desc__ttl__ja,
[class*='introduction--']:not([class*='--inr']) .introduction__desc__ttl__en {
  display: block
}

@media screen and (max-width:930px) {

  [class*='introduction--']:not([class*='--inr']) .introduction__desc__ttl__ja,
  [class*='introduction--']:not([class*='--inr']) .introduction__desc__ttl__en {
    white-space: nowrap
  }
}

[class*='introduction--']:not([class*='--inr']) .introduction__desc__ttl__ja {
  font-family: 'TazuganeGothicStdN-Medium', sans-serif
}

@media screen and (min-width:931px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__desc__ttl__ja {
    font-size: 36px
  }
}

@media screen and (min-width:931px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__desc__ttl__ja {
    line-height: 1.555555555555556
  }
}

@media screen and (min-width:931px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__desc__ttl__ja {
    letter-spacing: .04em
  }
}

@media screen and (min-width:931px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__desc__ttl__ja {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__desc__ttl__ja {
    font-size: 28px
  }
}

@media screen and (max-width:930px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__desc__ttl__ja {
    line-height: 1.285714285714286
  }
}

@media screen and (max-width:930px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__desc__ttl__ja {
    letter-spacing: .03em
  }
}

@media screen and (max-width:930px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__desc__ttl__ja {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__desc__ttl__ja {
    margin-top: 1.1rem
  }
}

@media screen and (max-width:930px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__desc__ttl__ja {
    margin-top: 1.4rem
  }
}

[class*='introduction--']:not([class*='--inr']) .introduction__desc__ttl__en {
  font-family: 'HelveticaNowText-Bold', 'TazuganeGothicStdN-Medium', sans-serif
}

@media screen and (min-width:931px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__desc__ttl__en {
    font-size: 21px
  }
}

@media screen and (min-width:931px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__desc__ttl__en {
    line-height: 2.047619047619047
  }
}

@media screen and (min-width:931px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__desc__ttl__en {
    letter-spacing: .053em
  }
}

@media screen and (min-width:931px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__desc__ttl__en {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__desc__ttl__en {
    font-size: 16px
  }
}

@media screen and (max-width:930px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__desc__ttl__en {
    line-height: 2.25
  }
}

@media screen and (max-width:930px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__desc__ttl__en {
    letter-spacing: .09em
  }
}

@media screen and (max-width:930px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__desc__ttl__en {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__desc__ttl__en {
    margin-top: -.7rem
  }
}

@media screen and (max-width:930px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__desc__ttl__en {
    margin-top: -.4rem
  }
}

[class*='introduction--']:not([class*='--inr']) .introduction__desc__txt {
  white-space: nowrap
}

@media screen and (min-width:931px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__desc__txt {
    font-size: 14px
  }
}

@media screen and (min-width:931px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__desc__txt {
    line-height: 2.142857142857143
  }
}

@media screen and (min-width:931px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__desc__txt {
    letter-spacing: .09em
  }
}

@media screen and (min-width:931px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__desc__txt {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__desc__txt {
    font-size: 14px
  }
}

@media screen and (max-width:930px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__desc__txt {
    line-height: 1.928571428571429
  }
}

@media screen and (max-width:930px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__desc__txt {
    letter-spacing: .03em
  }
}

@media screen and (max-width:930px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__desc__txt {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__desc__txt {
    width: 55rem;
    margin-top: -.2rem
  }
}

@media screen and (max-width:930px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__desc__txt {
    margin-top: 4.2rem
  }
}

[class*='introduction--']:not([class*='--inr']) .introduction__desc__txt__note {
  display: block;
  color: #898989
}

@media screen and (min-width:931px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__desc__txt__note {
    font-size: 10px
  }
}

@media screen and (min-width:931px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__desc__txt__note {
    line-height: 3
  }
}

@media screen and (min-width:931px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__desc__txt__note {
    letter-spacing: .09em
  }
}

@media screen and (min-width:931px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__desc__txt__note {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__desc__txt__note {
    font-size: 10px
  }
}

@media screen and (max-width:930px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__desc__txt__note {
    line-height: 1.8
  }
}

@media screen and (max-width:930px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__desc__txt__note {
    letter-spacing: .09em
  }
}

@media screen and (max-width:930px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__desc__txt__note {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__desc__txt__note {
    margin-top: 1rem
  }
}

@media screen and (max-width:930px) {
  [class*='introduction--']:not([class*='--inr']) .introduction__desc__txt__note {
    margin-top: 1.9rem
  }
}

[class*='eyecatch_01--'] {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  color: #fff;
  font-family: 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (min-width:931px) {
  [class*='eyecatch_01--'] {
    padding-top: calc(56.25% - 1px)
  }
}

@media screen and (max-width:930px) {
  [class*='eyecatch_01--'] {
    padding-top: calc(172.53333333333333% - 1px)
  }
}

[class*='eyecatch_01--'] .eyecatch_01__copy,
[class*='eyecatch_01--'] .eyecatch_01__fader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

[class*='eyecatch_01--'] .eyecatch_01__copy {
  z-index: 1
}

@media screen and (min-width:931px) {
  [class*='eyecatch_01--'] .eyecatch_01__copy {
    font-size: 48px
  }
}

@media screen and (min-width:931px) {
  [class*='eyecatch_01--'] .eyecatch_01__copy {
    line-height: 1.958333333333333
  }
}

@media screen and (min-width:931px) {
  [class*='eyecatch_01--'] .eyecatch_01__copy {
    letter-spacing: .09em
  }
}

@media screen and (min-width:931px) {
  [class*='eyecatch_01--'] .eyecatch_01__copy {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  [class*='eyecatch_01--'] .eyecatch_01__copy {
    font-size: 24px
  }
}

@media screen and (max-width:930px) {
  [class*='eyecatch_01--'] .eyecatch_01__copy {
    line-height: 1.875
  }
}

@media screen and (max-width:930px) {
  [class*='eyecatch_01--'] .eyecatch_01__copy {
    letter-spacing: .09em
  }
}

@media screen and (max-width:930px) {
  [class*='eyecatch_01--'] .eyecatch_01__copy {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  [class*='eyecatch_01--'] .eyecatch_01__copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 6rem
  }
}

@media screen and (max-width:930px) {
  [class*='eyecatch_01--'] .eyecatch_01__copy {
    padding-top: 3.2rem;
    padding-left: 3rem
  }
}

[class*='eyecatch_01--'] .eyecatch_01__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease
}

@media screen and (min-width:931px) {
  [class*='eyecatch_01--'] .eyecatch_01__btn {
    width: 8.333333333333332vw;
    margin-top: -.4166666666666667vw;
    margin-left: 14.722222222222223vw
  }
}

@media screen and (max-width:930px) {
  [class*='eyecatch_01--'] .eyecatch_01__btn {
    width: 23.733333333333334vw
  }
}

[class*='eyecatch_01--'] .eyecatch_01__btn__puls {
  position: relative;
  border: 1px solid #fff;
  border-radius: 50%
}

@media screen and (min-width:931px) {
  [class*='eyecatch_01--'] .eyecatch_01__btn__puls {
    width: 3.888888888888889vw;
    height: 3.888888888888889vw;
    cursor: pointer
  }
}

@media screen and (max-width:930px) {
  [class*='eyecatch_01--'] .eyecatch_01__btn__puls {
    width: 11.200000000000001vw;
    height: 11.200000000000001vw
  }
}

[class*='eyecatch_01--'] .eyecatch_01__btn__puls::before,
[class*='eyecatch_01--'] .eyecatch_01__btn__puls::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-animation: PULSATE 1.8s linear infinite;
  animation: PULSATE 1.8s linear infinite
}

[class*='eyecatch_01--'] .eyecatch_01__btn__puls::after {
  -webkit-animation-delay: .45s;
  animation-delay: .45s
}

[class*='eyecatch_01--'] .eyecatch_01__btn__puls--inr {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media screen and (min-width:931px) {
  [class*='eyecatch_01--'] .eyecatch_01__btn__puls--inr {
    width: 2.777777777777778vw;
    height: 2.777777777777778vw
  }
}

@media screen and (max-width:930px) {
  [class*='eyecatch_01--'] .eyecatch_01__btn__puls--inr {
    width: 8.533333333333333vw;
    height: 8.533333333333333vw
  }
}

@media screen and (min-width:931px) {
  [class*='eyecatch_01--'] .eyecatch_01__btn__img {
    margin-top: .7638888888888888vw
  }
}

@media screen and (max-width:930px) {
  [class*='eyecatch_01--'] .eyecatch_01__btn__img {
    margin-top: 6.666666666666667vw
  }
}

[class*='eyecatch_01--'] .eyecatch_01__fader {
  z-index: 0
}

[class*='eyecatch_01--'] .eyecatch_01__fader__pic {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 1s;
  transition-delay: 1s
}

[class*='eyecatch_01--'] .eyecatch_01__fader__pic.on {
  z-index: 1;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

[class*='eyecatch_01--'] .eyecatch_01__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%
}

[class*='eyecatch_01--'] .eyecatch_01__bg__pic {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%
}

[class*='eyecatch_01--'] .eyecatch_01__bg__pic:last-child {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease
}

.eyecatch_01--touch_and_view.touchClicked .eyecatch_01__btn {
  opacity: 0
}

.eyecatch_01--touch_and_view.touchClicked .eyecatch_01__bg__pic:last-child {
  opacity: 1
}

[class*='eyecatch_02--'] {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  color: #fff;
  font-family: 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (min-width:931px) {
  [class*='eyecatch_02--'] {
    padding-top: calc(56.25% - 1px)
  }
}

[class*='eyecatch_02--'] .eyecatch_02__cnt,
[class*='eyecatch_02--'] .eyecatch_02__imgs {
  position: absolute;
  top: 0;
  width: 100%
}

[class*='eyecatch_02--'] .eyecatch_02__imgs {
  left: 0;
  height: 100%
}

[class*='eyecatch_02--'] .eyecatch_02__cnt {
  z-index: 1
}

@media screen and (min-width:931px) {
  [class*='eyecatch_02--'] .eyecatch_02__cnt--inr {
    padding-top: 5rem;
    padding-left: 6rem
  }
}

@media screen and (max-width:930px) {
  [class*='eyecatch_02--'] .eyecatch_02__cnt--inr {
    padding-top: 3.2rem;
    padding-left: 3rem
  }
}

[class*='eyecatch_02--'] .eyecatch_02__imgs {
  z-index: 0
}

[class*='eyecatch_02--'] .eyecatch_02__imgs__pic {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease
}

[class*='eyecatch_02--'] .eyecatch_02__imgs__pic.on {
  z-index: 1;
  opacity: 1
}

@media screen and (max-width:930px) {
  .eyecatch_02--wide_and_short {
    padding-top: calc(172.53333333333333% - 1px)
  }
}

@media screen and (min-width:931px) {
  .eyecatch_02--wide_and_short .eyecatch_02__cnt {
    left: 0;
    height: 100%
  }
}

.eyecatch_02--wide_and_short .eyecatch_02__heights {
  position: absolute;
  z-index: 2
}

@media screen and (min-width:931px) {
  .eyecatch_02--wide_and_short .eyecatch_02__heights {
    top: 50%;
    left: 50%;
    margin-left: 27rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}

@media screen and (max-width:930px) {
  .eyecatch_02--wide_and_short .eyecatch_02__heights {
    bottom: 3.2rem;
    left: 3rem
  }
}

.eyecatch_02--wide_and_short .eyecatch_02__heights__hdg {
  font-family: 'TazuganeGothicStdN-Book', sans-serif;
  font-size: 14px;
  line-height: 2.357142857142857;
  letter-spacing: .03em;
  font-weight: 400
}

.eyecatch_02--wide_and_short .eyecatch_02__heights__triggers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (min-width:931px) {
  .eyecatch_02--wide_and_short .eyecatch_02__heights__triggers {
    margin-top: -4px
  }
}

@media screen and (max-width:930px) {
  .eyecatch_02--wide_and_short .eyecatch_02__heights__triggers {
    margin-top: -2px
  }
}

.eyecatch_02--wide_and_short .eyecatch_02__heights__triggers__txt {
  position: relative;
  font-size: 14px;
  line-height: 2.357142857142857;
  letter-spacing: .03em;
  font-weight: 400;
  cursor: pointer
}

.eyecatch_02--wide_and_short .eyecatch_02__heights__triggers__txt::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: #fff;
  bottom: 5px
}

.eyecatch_02--wide_and_short .eyecatch_02__heights__triggers__txt.on {
  font-family: 'HelveticaNowText-Bold', 'TazuganeGothicStdN-Medium', sans-serif
}

.eyecatch_02--wide_and_short .eyecatch_02__heights__triggers__txt.on::after {
  height: 2px
}

.eyecatch_02--wide_and_short .eyecatch_02__heights__triggers__txt:not(.on) {
  font-family: 'HelveticaNowText-Regular', 'TazuganeGothicStdN-Book', sans-serif
}

.eyecatch_02--wide_and_short .eyecatch_02__heights__triggers__txt:not(.on)::after {
  height: 1px
}

.eyecatch_02--wide_and_short .eyecatch_02__heights__triggers__txt+.eyecatch_02__heights__triggers__txt {
  margin-left: 20px
}

.eyecatch_02--wide_and_short .eyecatch_02__note {
  position: absolute;
  z-index: 1;
  font-family: 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (min-width:931px) {
  .eyecatch_02--wide_and_short .eyecatch_02__note {
    font-size: 10px
  }
}

@media screen and (min-width:931px) {
  .eyecatch_02--wide_and_short .eyecatch_02__note {
    line-height: 3
  }
}

@media screen and (min-width:931px) {
  .eyecatch_02--wide_and_short .eyecatch_02__note {
    letter-spacing: .09em
  }
}

@media screen and (min-width:931px) {
  .eyecatch_02--wide_and_short .eyecatch_02__note {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .eyecatch_02--wide_and_short .eyecatch_02__note {
    font-size: 10px
  }
}

@media screen and (max-width:930px) {
  .eyecatch_02--wide_and_short .eyecatch_02__note {
    line-height: 1.8
  }
}

@media screen and (max-width:930px) {
  .eyecatch_02--wide_and_short .eyecatch_02__note {
    letter-spacing: .09em
  }
}

@media screen and (max-width:930px) {
  .eyecatch_02--wide_and_short .eyecatch_02__note {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  .eyecatch_02--wide_and_short .eyecatch_02__note {
    right: 6rem;
    bottom: 1rem
  }
}

@media screen and (max-width:930px) {
  .eyecatch_02--wide_and_short .eyecatch_02__note {
    bottom: .7rem;
    left: 3rem
  }
}

.eyecatch_02--wide_and_short .eyecatch_02__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%
}

.eyecatch_02--touch_and_view {
  position: relative
}

@media screen and (max-width:930px) {
  .eyecatch_02--touch_and_view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: calc(345.06666666666666% - 1px)
  }
}

@media screen and (min-width:931px) {
  .eyecatch_02--touch_and_view .eyecatch_02__cnt {
    width: 50%
  }
}

@media screen and (max-width:930px) {
  .eyecatch_02--touch_and_view .eyecatch_02__cnt {
    width: 100%;
    height: 50%;
    left: 0
  }
}

@media screen and (min-width:931px) {
  .eyecatch_02--touch_and_view .eyecatch_02__cnt:first-child {
    left: 0
  }
}

@media screen and (max-width:930px) {
  .eyecatch_02--touch_and_view .eyecatch_02__cnt:first-child {
    top: 0
  }
}

@media screen and (min-width:931px) {
  .eyecatch_02--touch_and_view .eyecatch_02__cnt:last-child {
    left: 50%
  }
}

@media screen and (max-width:930px) {
  .eyecatch_02--touch_and_view .eyecatch_02__cnt:last-child {
    top: 50%
  }
}

.eyecatch_02--touch_and_view .eyecatch_02__cnt--inr {
  position: relative;
  z-index: 1
}

.eyecatch_02--touch_and_view .eyecatch_02__fader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%
}

.eyecatch_02--touch_and_view .eyecatch_02__fader__pic {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 1s;
  transition-delay: 1s
}

.eyecatch_02--touch_and_view .eyecatch_02__fader__pic.on {
  z-index: 1;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

[class*='eyecatch_03--'] {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  color: #fff;
  font-family: 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (min-width:931px) {
  [class*='eyecatch_03--'] {
    padding-top: calc(56.25% - 1px)
  }
}

@media screen and (max-width:930px) {
  [class*='eyecatch_03--'] {
    padding-top: calc(172.53333333333333% - 1px)
  }
}

[class*='eyecatch_03--'] .eyecatch_03__cnt,
[class*='eyecatch_03--'] .eyecatch_03__imgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

[class*='eyecatch_03--'] .eyecatch_03__cnt {
  z-index: 1
}

@media screen and (min-width:931px) {
  [class*='eyecatch_03--'] .eyecatch_03__cnt--inr {
    padding-top: 6.5rem;
    padding-left: 6rem
  }
}

@media screen and (max-width:930px) {
  [class*='eyecatch_03--'] .eyecatch_03__cnt--inr {
    padding-top: 3.2rem;
    padding-left: 3rem
  }
}

@media screen and (min-width:931px) {
  [class*='eyecatch_03--'] .eyecatch_03__floats {
    position: absolute;
    bottom: 0;
    left: 6rem;
    z-index: 2;
    padding-bottom: .9rem
  }
}

@media screen and (max-width:930px) {

  [class*='eyecatch_03--'] .eyecatch_03__floats__txt,
  [class*='eyecatch_03--'] .eyecatch_03__floats__note {
    font-size: 10px
  }
}

@media screen and (max-width:930px) {

  [class*='eyecatch_03--'] .eyecatch_03__floats__txt,
  [class*='eyecatch_03--'] .eyecatch_03__floats__note {
    line-height: 1.8
  }
}

@media screen and (max-width:930px) {

  [class*='eyecatch_03--'] .eyecatch_03__floats__txt,
  [class*='eyecatch_03--'] .eyecatch_03__floats__note {
    letter-spacing: .09em
  }
}

@media screen and (max-width:930px) {

  [class*='eyecatch_03--'] .eyecatch_03__floats__txt,
  [class*='eyecatch_03--'] .eyecatch_03__floats__note {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {

  [class*='eyecatch_03--'] .eyecatch_03__floats__txt,
  [class*='eyecatch_03--'] .eyecatch_03__floats__note {
    position: absolute;
    z-index: 1;
    left: 3rem
  }
}

[class*='eyecatch_03--'] .eyecatch_03__floats__txt {
  font-family: 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (min-width:931px) {
  [class*='eyecatch_03--'] .eyecatch_03__floats__txt {
    font-size: 14px
  }
}

@media screen and (min-width:931px) {
  [class*='eyecatch_03--'] .eyecatch_03__floats__txt {
    line-height: 2.357142857142857
  }
}

@media screen and (min-width:931px) {
  [class*='eyecatch_03--'] .eyecatch_03__floats__txt {
    letter-spacing: .03em
  }
}

@media screen and (min-width:931px) {
  [class*='eyecatch_03--'] .eyecatch_03__floats__txt {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  [class*='eyecatch_03--'] .eyecatch_03__floats__txt {
    bottom: 1.4rem
  }
}

[class*='eyecatch_03--'] .eyecatch_03__floats__note {
  font-family: 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (min-width:931px) {
  [class*='eyecatch_03--'] .eyecatch_03__floats__note {
    font-size: 10px
  }
}

@media screen and (min-width:931px) {
  [class*='eyecatch_03--'] .eyecatch_03__floats__note {
    line-height: 3
  }
}

@media screen and (min-width:931px) {
  [class*='eyecatch_03--'] .eyecatch_03__floats__note {
    letter-spacing: .09em
  }
}

@media screen and (min-width:931px) {
  [class*='eyecatch_03--'] .eyecatch_03__floats__note {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  [class*='eyecatch_03--'] .eyecatch_03__floats__note {
    margin-top: -2px
  }
}

@media screen and (max-width:930px) {
  [class*='eyecatch_03--'] .eyecatch_03__floats__note {
    top: 16.6rem
  }
}

[class*='eyecatch_03--'] .eyecatch_03__apng__pic {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%
}

[class*='eyecatch_03--'] .eyecatch_03__imgs {
  z-index: 0
}

[class*='eyecatch_03--'] .eyecatch_03__imgs__pic {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease
}

[class*='eyecatch_03--'] .eyecatch_03__imgs__pic.on {
  z-index: 1;
  opacity: 1
}

[class*='eyecatch_03--'] .eyecatch_03__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%
}

[class*='eyecatch_03--'] .eyecatch_03__fader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%
}

[class*='eyecatch_03--'] .eyecatch_03__fader__pic {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 1s;
  transition-delay: 1s
}

[class*='eyecatch_03--'] .eyecatch_03__fader__pic.on {
  z-index: 1;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

[class*='eyecatch_04--'] {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  color: #fff;
  font-family: 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (min-width:931px) {
  [class*='eyecatch_04--'] {
    padding-top: calc(56.25% - 1px)
  }
}

@media screen and (max-width:930px) {
  [class*='eyecatch_04--'] {
    padding-top: calc(172.53333333333333% - 1px)
  }
}

[class*='eyecatch_04--'] .eyecatch_04__cnt,
[class*='eyecatch_04--'] .eyecatch_04__imgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

[class*='eyecatch_04--'] .eyecatch_04__cnt {
  z-index: 1
}

@media screen and (min-width:931px) {
  [class*='eyecatch_04--'] .eyecatch_04__cnt--inr {
    padding-top: 6.5rem;
    padding-left: 6rem
  }
}

@media screen and (max-width:930px) {
  [class*='eyecatch_04--'] .eyecatch_04__cnt--inr {
    padding-top: 3.2rem;
    padding-left: 3rem
  }
}

@media screen and (min-width:931px) {
  [class*='eyecatch_04--'] .eyecatch_04__floats {
    position: absolute;
    bottom: 0;
    left: 6rem;
    z-index: 2;
    padding-bottom: .9rem
  }
}

@media screen and (max-width:930px) {
  [class*='eyecatch_04--'] .eyecatch_04__floats {
    left: 3rem;
    padding-bottom: .9rem
  }
}

[class*='eyecatch_04--'] .eyecatch_04__floats__txt {
  font-family: 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (min-width:931px) {
  [class*='eyecatch_04--'] .eyecatch_04__floats__txt {
    font-size: 14px
  }
}

@media screen and (min-width:931px) {
  [class*='eyecatch_04--'] .eyecatch_04__floats__txt {
    line-height: 2.357142857142857
  }
}

@media screen and (min-width:931px) {
  [class*='eyecatch_04--'] .eyecatch_04__floats__txt {
    letter-spacing: .03em
  }
}

@media screen and (min-width:931px) {
  [class*='eyecatch_04--'] .eyecatch_04__floats__txt {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  [class*='eyecatch_04--'] .eyecatch_04__floats__txt {
    font-size: 10px
  }
}

@media screen and (max-width:930px) {
  [class*='eyecatch_04--'] .eyecatch_04__floats__txt {
    line-height: 1.8
  }
}

@media screen and (max-width:930px) {
  [class*='eyecatch_04--'] .eyecatch_04__floats__txt {
    letter-spacing: .09em
  }
}

@media screen and (max-width:930px) {
  [class*='eyecatch_04--'] .eyecatch_04__floats__txt {
    font-weight: 400
  }
}

[class*='eyecatch_04--'] .eyecatch_04__floats__note {
  font-family: 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (min-width:931px) {
  [class*='eyecatch_04--'] .eyecatch_04__floats__note {
    font-size: 10px
  }
}

@media screen and (min-width:931px) {
  [class*='eyecatch_04--'] .eyecatch_04__floats__note {
    line-height: 3
  }
}

@media screen and (min-width:931px) {
  [class*='eyecatch_04--'] .eyecatch_04__floats__note {
    letter-spacing: .09em
  }
}

@media screen and (min-width:931px) {
  [class*='eyecatch_04--'] .eyecatch_04__floats__note {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  [class*='eyecatch_04--'] .eyecatch_04__floats__note {
    font-size: 10px
  }
}

@media screen and (max-width:930px) {
  [class*='eyecatch_04--'] .eyecatch_04__floats__note {
    line-height: 1.8
  }
}

@media screen and (max-width:930px) {
  [class*='eyecatch_04--'] .eyecatch_04__floats__note {
    letter-spacing: .09em
  }
}

@media screen and (max-width:930px) {
  [class*='eyecatch_04--'] .eyecatch_04__floats__note {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  [class*='eyecatch_04--'] .eyecatch_04__floats__note {
    margin-top: -2px
  }
}

@media screen and (max-width:930px) {
  [class*='eyecatch_04--'] .eyecatch_04__floats__note {
    position: absolute;
    top: 16.6rem;
    left: 3rem;
    z-index: 1
  }
}

[class*='eyecatch_04--'] .eyecatch_04__swipe {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 1s ease .2s;
  transition: opacity 1s ease .2s
}

@media screen and (min-width:931px) {
  [class*='eyecatch_04--'] .eyecatch_04__swipe {
    width: 40.416666666666664vw;
    margin-left: 1.597222222222222vw
  }
}

@media screen and (max-width:930px) {
  [class*='eyecatch_04--'] .eyecatch_04__swipe {
    width: 64.8vw;
    margin-top: 8vw;
    margin-left: 7.466666666666668vw
  }
}

[class*='eyecatch_04--'] .eyecatch_04__swipe__txt,
[class*='eyecatch_04--'] .eyecatch_04__swipe__dot {
  overflow: hidden;
  position: relative;
  height: 0;
  margin-right: auto;
  margin-left: auto
}

[class*='eyecatch_04--'] .eyecatch_04__swipe__dot__img,
[class*='eyecatch_04--'] .eyecatch_04__swipe__txt__img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%
}

@media screen and (min-width:931px) {
  [class*='eyecatch_04--'] .eyecatch_04__swipe__txt {
    left: -.9722222222222222vw;
    width: 17.15277777777778vw;
    padding-top: 6.111111111111111vw
  }
}

@media screen and (max-width:930px) {
  [class*='eyecatch_04--'] .eyecatch_04__swipe__txt {
    left: -7.466666666666668vw;
    width: 29.333333333333332vw;
    padding-top: 10.666666666666668vw
  }
}

[class*='eyecatch_04--'] .eyecatch_04__swipe__dot {
  width: 100%
}

@media screen and (min-width:931px) {
  [class*='eyecatch_04--'] .eyecatch_04__swipe__dot {
    margin-top: 2.083333333333333vw;
    padding-top: 2.083333333333333vw
  }
}

@media screen and (max-width:930px) {
  [class*='eyecatch_04--'] .eyecatch_04__swipe__dot {
    margin-top: 4.8vw;
    padding-top: 4vw
  }
}

[class*='eyecatch_04--'] .eyecatch_04__swipe__btn {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: left 1s ease;
  transition: left 1s ease
}

@media screen and (min-width:931px) {
  [class*='eyecatch_04--'] .eyecatch_04__swipe__btn {
    width: 6.319444444444445vw;
    height: 6.319444444444445vw;
    margin-bottom: -2.083333333333333vw;
    margin-left: -6.25vw;
    -webkit-animation: RIGHT_ATTENTION_PC 2.2s ease infinite;
    animation: RIGHT_ATTENTION_PC 2.2s ease infinite
  }
}

@media screen and (max-width:930px) {
  [class*='eyecatch_04--'] .eyecatch_04__swipe__btn {
    width: 12.266666666666666vw;
    height: 12.266666666666666vw;
    margin-bottom: -3.733333333333334vw;
    margin-left: -12vw;
    -webkit-animation: RIGHT_ATTENTION_SP 2.2s ease infinite;
    animation: RIGHT_ATTENTION_SP 2.2s ease infinite
  }
}

[class*='eyecatch_04--'] .eyecatch_04__swipe__btn__puls {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%
}

@media screen and (min-width:931px) {
  [class*='eyecatch_04--'] .eyecatch_04__swipe__btn__puls {
    cursor: pointer
  }
}

[class*='eyecatch_04--'] .eyecatch_04__swipe__btn__puls::before,
[class*='eyecatch_04--'] .eyecatch_04__swipe__btn__puls::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-animation: PULSATE 1.8s linear infinite;
  animation: PULSATE 1.8s linear infinite
}

[class*='eyecatch_04--'] .eyecatch_04__swipe__btn__puls::after {
  -webkit-animation-delay: .45s;
  animation-delay: .45s
}

[class*='eyecatch_04--'] .eyecatch_04__swipe__btn__puls--inr {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media screen and (min-width:931px) {
  [class*='eyecatch_04--'] .eyecatch_04__swipe__btn__puls--inr {
    width: 4.930555555555555vw;
    height: 4.930555555555555vw
  }
}

@media screen and (max-width:930px) {
  [class*='eyecatch_04--'] .eyecatch_04__swipe__btn__puls--inr {
    width: 8.799999999999999vw;
    height: 8.799999999999999vw
  }
}

[class*='eyecatch_04--'] .eyecatch_04__swipe__btn__puls__arrow {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  height: 0
}

@media screen and (min-width:931px) {
  [class*='eyecatch_04--'] .eyecatch_04__swipe__btn__puls__arrow {
    width: .8333333333333334vw;
    margin-top: -.7638888888888888vw;
    margin-left: -.20833333333333334vw;
    padding-top: 1.527777777777778vw
  }
}

@media screen and (max-width:930px) {
  [class*='eyecatch_04--'] .eyecatch_04__swipe__btn__puls__arrow {
    width: 1.333333333333333vw;
    margin-top: -1.333333333333333vw;
    margin-left: -.5333333333333333vw;
    padding-top: 2.666666666666667vw
  }
}

[class*='eyecatch_04--'] .eyecatch_04__swipe__btn__puls__arrow__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%
}

[class*='eyecatch_04--'] .eyecatch_04__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%
}

[class*='eyecatch_04--'] .eyecatch_04__bg__pic {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%
}

[class*='eyecatch_04--'] .eyecatch_04__bg__pic:last-child {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease
}

@media screen and (min-width:931px) {

  .eyecatch_04--wide_and_short.openSlid .eyecatch_04__swipe,
  .eyecatch_04--wide_and_short.openSlid .eyecatch_04__bg__pic:last-child {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
  }
}

@media screen and (max-width:930px) {

  .eyecatch_04--wide_and_short.openSlid .eyecatch_04__swipe,
  .eyecatch_04--wide_and_short.openSlid .eyecatch_04__bg__pic:last-child {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
  }
}

.eyecatch_04--wide_and_short.openSlid .eyecatch_04__swipe {
  opacity: 0;
  pointer-events: none
}

.eyecatch_04--wide_and_short.openSlid .eyecatch_04__swipe__btn {
  -webkit-animation-play-state: paused;
  animation-play-state: paused
}

@media screen and (min-width:931px) {
  .eyecatch_04--wide_and_short.openSlid .eyecatch_04__swipe__btn {
    left: 43.541666666666664vw
  }
}

@media screen and (max-width:930px) {
  .eyecatch_04--wide_and_short.openSlid .eyecatch_04__swipe__btn {
    left: 68.8vw
  }
}

.eyecatch_04--wide_and_short.openSlid .eyecatch_04__bg__pic:last-child {
  opacity: 1
}

@media screen and (min-width:931px) {
  [class*='to_store--']:not([class*='--inr']) {
    margin-top: 16.5rem
  }
}

@media screen and (max-width:930px) {
  [class*='to_store--']:not([class*='--inr']) {
    margin-top: 8.4rem
  }
}

[class*='to_store--']:not([class*='--inr']) .to_store--inr {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0
}

@media screen and (min-width:931px) {
  [class*='to_store--']:not([class*='--inr']) .to_store--inr {
    padding-top: calc(37.5% - 1px)
  }
}

@media screen and (max-width:930px) {
  [class*='to_store--']:not([class*='--inr']) .to_store--inr {
    padding-top: calc(172.53333333333333% - 1px);
    padding-right: 3rem;
    padding-left: 3rem
  }
}

[class*='to_store--']:not([class*='--inr']) .to_store__cnt,
[class*='to_store--']:not([class*='--inr']) .to_store__pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

[class*='to_store--']:not([class*='--inr']) .to_store__cnt {
  z-index: 1;
  color: #fff
}

@media screen and (min-width:931px) {
  [class*='to_store--']:not([class*='--inr']) .to_store__cnt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
}

@media screen and (min-width:931px) {
  [class*='to_store--']:not([class*='--inr']) .to_store__cnt--inr {
    padding-right: 4.4rem;
    padding-left: 4.4rem
  }
}

@media screen and (max-width:930px) {
  [class*='to_store--']:not([class*='--inr']) .to_store__cnt--inr {
    width: 31.5rem;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5.8rem
  }
}

[class*='to_store--']:not([class*='--inr']) .to_store__cnt__ttl,
[class*='to_store--']:not([class*='--inr']) .to_store__cnt__txts {
  width: 100%
}

[class*='to_store--']:not([class*='--inr']) .to_store__cnt__ttl__ja,
[class*='to_store--']:not([class*='--inr']) .to_store__cnt__ttl__en {
  display: block
}

[class*='to_store--']:not([class*='--inr']) .to_store__cnt__ttl__ja {
  font-family: 'TazuganeGothicStdN-Medium', sans-serif;
  font-size: 24px;
  line-height: 1.375;
  letter-spacing: .03em;
  font-weight: 400
}

@media screen and (min-width:931px) {
  [class*='to_store--']:not([class*='--inr']) .to_store__cnt__ttl__ja {
    margin-top: -1.2rem
  }
}

[class*='to_store--']:not([class*='--inr']) .to_store__cnt__ttl__en {
  font-family: 'HelveticaNowText-Regular', 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (min-width:931px) {
  [class*='to_store--']:not([class*='--inr']) .to_store__cnt__ttl__en {
    font-size: 11px
  }
}

@media screen and (min-width:931px) {
  [class*='to_store--']:not([class*='--inr']) .to_store__cnt__ttl__en {
    line-height: 2.363636363636364
  }
}

@media screen and (min-width:931px) {
  [class*='to_store--']:not([class*='--inr']) .to_store__cnt__ttl__en {
    letter-spacing: .06em
  }
}

@media screen and (min-width:931px) {
  [class*='to_store--']:not([class*='--inr']) .to_store__cnt__ttl__en {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  [class*='to_store--']:not([class*='--inr']) .to_store__cnt__ttl__en {
    font-size: 12px
  }
}

@media screen and (max-width:930px) {
  [class*='to_store--']:not([class*='--inr']) .to_store__cnt__ttl__en {
    line-height: 2.333333333333333
  }
}

@media screen and (max-width:930px) {
  [class*='to_store--']:not([class*='--inr']) .to_store__cnt__ttl__en {
    letter-spacing: .06em
  }
}

@media screen and (max-width:930px) {
  [class*='to_store--']:not([class*='--inr']) .to_store__cnt__ttl__en {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  [class*='to_store--']:not([class*='--inr']) .to_store__cnt__ttl__en {
    margin-top: .4rem
  }
}

@media screen and (max-width:930px) {
  [class*='to_store--']:not([class*='--inr']) .to_store__cnt__ttl__en {
    margin-top: -.3rem
  }
}

[class*='to_store--']:not([class*='--inr']) .to_store__cnt__txts {
  font-family: 'TazuganeGothicStdN-Book', sans-serif;
  font-size: 14px;
  line-height: 2;
  letter-spacing: .06em;
  font-weight: 400
}

@media screen and (min-width:931px) {
  [class*='to_store--']:not([class*='--inr']) .to_store__cnt__txts {
    margin-top: 2.5rem
  }
}

@media screen and (max-width:930px) {
  [class*='to_store--']:not([class*='--inr']) .to_store__cnt__txts {
    margin-top: 1.3rem
  }
}

@media screen and (min-width:931px) {
  [class*='to_store--']:not([class*='--inr']) .to_store__cnt__link {
    width: 27.77777777777778%;
    margin-top: 2.4rem
  }
}

@media screen and (max-width:930px) {
  [class*='to_store--']:not([class*='--inr']) .to_store__cnt__link {
    position: absolute;
    bottom: 5.2rem;
    left: 50%;
    z-index: 1;
    width: 31.5rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

[class*='to_store--']:not([class*='--inr']) .to_store__pic {
  z-index: 0
}

@media screen and (min-width:931px) {
  .other_lineup .other__lineup--inr {
    padding-top: 18rem;
    padding-bottom: 18.2rem
  }
}

@media screen and (max-width:930px) {
  .other_lineup .other__lineup--inr {
    padding-top: 13.3rem;
    padding-bottom: 13rem
  }
}

.other_lineup .other_lineup__ttl__ja,
.other_lineup .other_lineup__ttl__en {
  display: block
}

.other_lineup .other_lineup__ttl__ja {
  font-family: 'TazuganeGothicStdN-Medium', sans-serif
}

@media screen and (min-width:931px) {
  .other_lineup .other_lineup__ttl__ja {
    font-size: 36px
  }
}

@media screen and (min-width:931px) {
  .other_lineup .other_lineup__ttl__ja {
    line-height: 1
  }
}

@media screen and (min-width:931px) {
  .other_lineup .other_lineup__ttl__ja {
    letter-spacing: .03em
  }
}

@media screen and (min-width:931px) {
  .other_lineup .other_lineup__ttl__ja {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .other_lineup .other_lineup__ttl__ja {
    font-size: 21px
  }
}

@media screen and (max-width:930px) {
  .other_lineup .other_lineup__ttl__ja {
    line-height: 1.714285714285714
  }
}

@media screen and (max-width:930px) {
  .other_lineup .other_lineup__ttl__ja {
    letter-spacing: .03em
  }
}

@media screen and (max-width:930px) {
  .other_lineup .other_lineup__ttl__ja {
    font-weight: 400
  }
}

.other_lineup .other_lineup__ttl__en {
  font-family: 'HelveticaNowText-Medium', 'TazuganeGothicStdN-Medium', sans-serif
}

@media screen and (min-width:931px) {
  .other_lineup .other_lineup__ttl__en {
    font-size: 24px
  }
}

@media screen and (min-width:931px) {
  .other_lineup .other_lineup__ttl__en {
    line-height: 1.5
  }
}

@media screen and (min-width:931px) {
  .other_lineup .other_lineup__ttl__en {
    letter-spacing: .03em
  }
}

@media screen and (min-width:931px) {
  .other_lineup .other_lineup__ttl__en {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .other_lineup .other_lineup__ttl__en {
    font-size: 15px
  }
}

@media screen and (max-width:930px) {
  .other_lineup .other_lineup__ttl__en {
    line-height: 2.4
  }
}

@media screen and (max-width:930px) {
  .other_lineup .other_lineup__ttl__en {
    letter-spacing: .03em
  }
}

@media screen and (max-width:930px) {
  .other_lineup .other_lineup__ttl__en {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  .other_lineup .other_lineup__ttl__en {
    margin-top: .9rem
  }
}

@media screen and (max-width:930px) {
  .other_lineup .other_lineup__ttl__en {
    margin-top: -.7rem
  }
}

@media screen and (min-width:931px) {
  .other_lineup .other_lineup__product_list {
    margin-top: 6rem
  }
}

@media screen and (max-width:930px) {
  .other_lineup .other_lineup__product_list {
    margin-top: 3.6rem
  }
}

.sticky_kando_simple_logo {
  position: fixed;
  z-index: 9999
}

@media screen and (min-width:931px) {
  .sticky_kando_simple_logo {
    right: 2.3rem;
    bottom: 4.3rem;
    width: 7.9rem;
    height: 12.2rem
  }
}

@media screen and (max-width:930px) {
  .sticky_kando_simple_logo {
    right: 1.9rem;
    bottom: 3rem;
    width: 5.8rem;
    height: 9rem
  }
}

.sticky_kando_simple_logo .sticky_kando_simple_logo__link__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: auto;
  height: 100%
}

@media screen and (min-width:931px) {
  .sticky_kando_simple_logo .sticky_kando_simple_logo__link__img {
    margin-left: -1rem
  }
}

@media screen and (max-width:930px) {
  .sticky_kando_simple_logo .sticky_kando_simple_logo__link__img {
    margin-left: -.7rem
  }
}

.c-curry-bread-container {
  color: #fff;
  font-family: 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (min-width:931px) {
  .c-curry-bread-container {
    width: 15.694444444444445vw;
    padding-top: 2.840277777777778vw
  }
}

@media screen and (max-width:930px) {
  .c-curry-bread-container {
    width: 53.333333333333336vw
  }
}

.c-curry-bread-container .c-curry-bread-head-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

@media screen and (min-width:931px) {
  .c-curry-bread-container .c-curry-bread-head-container {
    margin-left: 2.5vw
  }
}

@media screen and (max-width:930px) {
  .c-curry-bread-container .c-curry-bread-head-container {
    padding-top: 0
  }
}

@media screen and (min-width:931px) {
  .c-curry-bread-container .c-curry-bread-head-container .c-curry-bread-head-logo {
    width: 2.631944444444444vw
  }
}

@media screen and (max-width:930px) {
  .c-curry-bread-container .c-curry-bread-head-container .c-curry-bread-head-logo {
    width: 8.877333333333333vw
  }
}

@media screen and (min-width:931px) {
  .c-curry-bread-container .c-curry-bread-head-container .c-curry-bread-head-ttl {
    margin-left: .5555555555555556vw;
    padding-top: .2777777777777778vw;
    font-size: 1.25vw;
    line-height: 1.25vw;
    letter-spacing: .25em;
    font-weight: 300
  }
}

@media screen and (max-width:930px) {
  .c-curry-bread-container .c-curry-bread-head-container .c-curry-bread-head-ttl {
    margin-left: 2.666666666666667vw;
    padding-top: 1.066666666666667vw;
    font-size: 3.733333333333334vw;
    line-height: 3.733333333333334vw;
    letter-spacing: .25em;
    font-weight: 300
  }
}

@media screen and (min-width:931px) {
  .c-curry-bread-container .c-curry-bread-txt {
    margin-top: 1.854166666666667vw;
    font-size: .8333333333333334vw;
    line-height: 1.666666666666667vw;
    letter-spacing: .118em;
    font-weight: 300
  }
}

@media screen and (max-width:930px) {
  .c-curry-bread-container .c-curry-bread-txt {
    margin-top: 8vw;
    font-size: 2.666666666666667vw;
    line-height: 5.333333333333334vw;
    letter-spacing: .118em;
    font-weight: 300
  }
}

.c-toast-container {
  color: #fff;
  font-family: 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (min-width:931px) {
  .c-toast-container {
    width: 16.319444444444446vw;
    margin-left: 6.25vw
  }
}

@media screen and (max-width:930px) {
  .c-toast-container {
    width: 59.46666666666667vw
  }
}

@media screen and (min-width:931px) {
  .c-toast-container .c-toast-head-container {
    display: block;
    margin-left: 2.291666666666667vw
  }
}

@media screen and (max-width:930px) {
  .c-toast-container .c-toast-head-container {
    display: block
  }
}

.c-toast-container .c-toast-head-container .c-toast-head-logo-ttl-wrapper-toast {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

@media screen and (min-width:931px) {
  .c-toast-container .c-toast-head-container .c-toast-head-logo-ttl-wrapper-toast .c-toast-head-logo-toast {
    width: 1.731944444444445vw
  }
}

@media screen and (max-width:930px) {
  .c-toast-container .c-toast-head-container .c-toast-head-logo-ttl-wrapper-toast .c-toast-head-logo-toast {
    width: 5.882666666666666vw
  }
}

@media screen and (min-width:931px) {
  .c-toast-container .c-toast-head-container .c-toast-head-logo-ttl-wrapper-toast .c-toast-head-ttl-toast {
    margin-left: 1.111111111111111vw;
    padding-top: .4166666666666667vw;
    font-size: 1.25vw;
    line-height: 1.25vw;
    letter-spacing: .17em;
    font-weight: 300
  }
}

@media screen and (max-width:930px) {
  .c-toast-container .c-toast-head-container .c-toast-head-logo-ttl-wrapper-toast .c-toast-head-ttl-toast {
    margin-left: 3.466666666666666vw;
    padding-top: 1.6vw;
    font-size: 3.733333333333334vw;
    line-height: 3.733333333333334vw;
    letter-spacing: .17em;
    font-weight: 300
  }
}

.c-toast-container .c-toast-head-container .c-toast-head-logo-ttl-wrapper-cheesetoast {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

@media screen and (min-width:931px) {
  .c-toast-container .c-toast-head-container .c-toast-head-logo-ttl-wrapper-cheesetoast {
    margin-top: .6944444444444444vw
  }
}

@media screen and (max-width:930px) {
  .c-toast-container .c-toast-head-container .c-toast-head-logo-ttl-wrapper-cheesetoast {
    margin-top: 2.666666666666667vw
  }
}

@media screen and (min-width:931px) {
  .c-toast-container .c-toast-head-container .c-toast-head-logo-ttl-wrapper-cheesetoast .c-toast-head-logo-cheesetoast {
    width: 1.731944444444445vw
  }
}

@media screen and (max-width:930px) {
  .c-toast-container .c-toast-head-container .c-toast-head-logo-ttl-wrapper-cheesetoast .c-toast-head-logo-cheesetoast {
    width: 5.882666666666666vw
  }
}

@media screen and (min-width:931px) {
  .c-toast-container .c-toast-head-container .c-toast-head-logo-ttl-wrapper-cheesetoast .c-toast-head-ttl-cheesetoast {
    margin-left: .8333333333333334vw;
    padding-top: .4166666666666667vw;
    font-size: 1.25vw;
    line-height: 1.25vw;
    letter-spacing: .17em;
    font-weight: 300
  }
}

@media screen and (max-width:930px) {
  .c-toast-container .c-toast-head-container .c-toast-head-logo-ttl-wrapper-cheesetoast .c-toast-head-ttl-cheesetoast {
    margin-left: 2.933333333333333vw;
    padding-top: 1.6vw;
    font-size: 3.733333333333334vw;
    line-height: 3.733333333333334vw;
    letter-spacing: .17em;
    font-weight: 300
  }
}

@media screen and (min-width:931px) {
  .c-toast-container .c-toast-txt {
    margin-top: 1.715277777777778vw;
    font-size: .8333333333333334vw;
    line-height: 1.666666666666667vw;
    letter-spacing: .118em;
    font-weight: 300
  }
}

@media screen and (max-width:930px) {
  .c-toast-container .c-toast-txt {
    margin-top: 7.52vw;
    font-size: 2.666666666666667vw;
    line-height: 5.333333333333334vw;
    letter-spacing: .118em;
    font-weight: 300
  }
}

.c-croissant-container {
  color: #fff;
  font-family: 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (min-width:931px) {
  .c-croissant-container {
    width: 16.73611111111111vw;
    margin-left: 6.25vw;
    padding-top: 3.125vw
  }
}

@media screen and (max-width:930px) {
  .c-croissant-container {
    width: 55.56266666666667vw
  }
}

.c-croissant-container .c-croissant-head-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

@media screen and (min-width:931px) {
  .c-croissant-container .c-croissant-head-container {
    margin-left: 2.291666666666667vw
  }
}

@media screen and (max-width:930px) {
  .c-croissant-container .c-croissant-head-container {
    padding-top: 0
  }
}

@media screen and (min-width:931px) {
  .c-croissant-container .c-croissant-head-container .c-croissant-head-logo {
    width: 2.490972222222222vw
  }
}

@media screen and (max-width:930px) {
  .c-croissant-container .c-croissant-head-container .c-croissant-head-logo {
    width: 8.458666666666666vw
  }
}

@media screen and (min-width:931px) {
  .c-croissant-container .c-croissant-head-container .c-croissant-head-ttl {
    margin-left: .6944444444444444vw;
    height: 1.25vw;
    font-size: 1.25vw;
    line-height: 1.25vw;
    letter-spacing: .25em;
    font-weight: 300
  }
}

@media screen and (max-width:930px) {
  .c-croissant-container .c-croissant-head-container .c-croissant-head-ttl {
    margin-left: 2.666666666666667vw;
    height: 3.733333333333334vw;
    font-size: 3.733333333333334vw;
    line-height: 3.733333333333334vw;
    letter-spacing: .25em;
    font-weight: 300
  }
}

@media screen and (min-width:931px) {
  .c-croissant-container .c-croissant-txt {
    margin-top: 2.013888888888889vw;
    font-size: .8333333333333334vw;
    line-height: 1.666666666666667vw;
    letter-spacing: .118em;
    font-weight: 300
  }
}

@media screen and (max-width:930px) {
  .c-croissant-container .c-croissant-txt {
    margin-top: 8.799999999999999vw;
    font-size: 2.666666666666667vw;
    line-height: 5.333333333333334vw;
    letter-spacing: .118em;
    font-weight: 300
  }
}

.c-baggette-container {
  color: #fff;
  font-family: 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (min-width:931px) {
  .c-baggette-container {
    width: 15.694444444444445vw;
    margin-left: 6.25vw;
    padding-top: 3.125vw
  }
}

@media screen and (max-width:930px) {
  .c-baggette-container {
    width: 53.86666666666666vw
  }
}

.c-baggette-container .c-baggette-head-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

@media screen and (min-width:931px) {
  .c-baggette-container .c-baggette-head-container {
    margin-left: 1.319444444444444vw
  }
}

@media screen and (max-width:930px) {
  .c-baggette-container .c-baggette-head-container {
    padding-top: 0
  }
}

@media screen and (min-width:931px) {
  .c-baggette-container .c-baggette-head-container .c-baggette-head-logo {
    padding-top: .1388888888888889vw;
    width: 2.490972222222222vw
  }
}

@media screen and (max-width:930px) {
  .c-baggette-container .c-baggette-head-container .c-baggette-head-logo {
    width: 11.090666666666667vw
  }
}

@media screen and (min-width:931px) {
  .c-baggette-container .c-baggette-head-container .c-baggette-head-ttl {
    margin-left: .6944444444444444vw;
    height: 1.25vw;
    font-size: 1.25vw;
    line-height: 1.25vw;
    letter-spacing: .25em;
    font-weight: 300
  }
}

@media screen and (max-width:930px) {
  .c-baggette-container .c-baggette-head-container .c-baggette-head-ttl {
    margin-left: 2.666666666666667vw;
    height: 3.733333333333334vw;
    font-size: 3.733333333333334vw;
    line-height: 3.733333333333334vw;
    letter-spacing: .25em;
    font-weight: 300
  }
}

@media screen and (min-width:931px) {
  .c-baggette-container .c-baggette-txt {
    margin-top: 2.013888888888889vw;
    font-size: .8333333333333334vw;
    line-height: 1.666666666666667vw;
    letter-spacing: .118em;
    font-weight: 300
  }
}

@media screen and (max-width:930px) {
  .c-baggette-container .c-baggette-txt {
    margin-top: 8.799999999999999vw;
    font-size: 2.666666666666667vw;
    line-height: 5.333333333333334vw;
    letter-spacing: .118em;
    font-weight: 300
  }
}

.p-lp-toaster .closing {
  position: relative
}

@media screen and (min-width:931px) {
  .p-lp-toaster .closing {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 56.25%
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster .closing__overview {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .closing__overview__eyecatch-text .c-toaster-eyecatch {
    padding-top: 2.6rem
  }

  .p-lp-toaster .closing__overview__eyecatch-text .c-toaster-eyecatch-title--lv2 {
    font-size: 24px;
    line-height: 1.875;
    letter-spacing: .09em;
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster .closing__overview__eyecatch-text+.closing__overview__sign {
    margin-top: 2rem
  }
}

@media screen and (min-width:1060px) and (max-width:1440px) {
  .p-lp-toaster .closing__overview__eyecatch-text+.closing__overview__sign {
    margin-top: 1.388888888888889vw
  }
}

@media screen and (min-width:930px) and (max-width:1060px) {
  .p-lp-toaster .closing__overview__eyecatch-text+.closing__overview__sign {
    margin-top: -1.2vw
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster .closing__overview__sign {
    padding-left: 6rem
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .closing__overview__sign {
    padding-left: 3rem;
    margin-top: 2.9rem
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster .closing__overview__sign__img {
    width: 18rem
  }
}

@media screen and (min-width:930px) and (max-width:1440px) {
  .p-lp-toaster .closing__overview__sign__img {
    width: 12.5vw
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .closing__overview__sign__img {
    width: 11.5rem
  }
}

.p-lp-toaster .closing__bg {
  width: 100%;
  height: auto
}

@media screen and (min-width:931px) {
  .p-lp-toaster .closing__bg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    aspect-ratio: 2880/1620
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .closing__bg {
    aspect-ratio: 750/1294
  }
}

.p-lp-toaster .closing__profile {
  z-index: 10
}

@media screen and (min-width:931px) {
  .p-lp-toaster .closing__profile {
    position: absolute;
    bottom: 4.9rem;
    left: 6rem
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .closing__profile {
    position: absolute;
    bottom: 3.6rem;
    left: 3rem
  }
}

.p-lp-toaster .closing__profile__name {
  display: inline-block;
  vertical-align: bottom;
  color: #fff
}

@media screen and (min-width:931px) {
  .p-lp-toaster .closing__profile__name {
    font-size: 18px
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster .closing__profile__name {
    line-height: 1.666666666666667
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster .closing__profile__name {
    letter-spacing: .09em
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster .closing__profile__name {
    font-weight: 600
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .closing__profile__name {
    font-size: 10px
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .closing__profile__name {
    line-height: 1.8
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .closing__profile__name {
    letter-spacing: .09em
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .closing__profile__name {
    font-weight: 600
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster .closing__profile__name {
    font-family: 'TazuganeGothicStdN-Medium', sans-serif
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .closing__profile__name {
    font-family: 'TazuganeGothicStdN-Book', sans-serif
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster .closing__profile__name+.closing__profile__position {
    margin-left: 1.7rem
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .closing__profile__name+.closing__profile__position {
    margin-left: .6rem
  }
}

.p-lp-toaster .closing__profile__position {
  display: inline-block;
  vertical-align: bottom;
  color: #fff
}

@media screen and (min-width:931px) {
  .p-lp-toaster .closing__profile__position {
    font-size: 14px
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster .closing__profile__position {
    line-height: 2.142857142857143
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster .closing__profile__position {
    letter-spacing: .09em
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster .closing__profile__position {
    font-weight: 600
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .closing__profile__position {
    font-size: 10px
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .closing__profile__position {
    line-height: 1.8
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .closing__profile__position {
    letter-spacing: .09em
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .closing__profile__position {
    font-weight: 600
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster .closing__profile__position {
    font-family: 'TazuganeGothicStdN-Medium', sans-serif
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .closing__profile__position {
    font-family: 'TazuganeGothicStdN-Book', sans-serif
  }
}

.p-lp-toaster .closing__profile__lead {
  color: #fff;
  font-family: 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (min-width:931px) {
  .p-lp-toaster .closing__profile__lead {
    font-size: 14px
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster .closing__profile__lead {
    line-height: 2.142857142857143
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster .closing__profile__lead {
    letter-spacing: .09em
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster .closing__profile__lead {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .closing__profile__lead {
    font-size: 10px
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .closing__profile__lead {
    line-height: 1.8
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .closing__profile__lead {
    letter-spacing: .09em
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .closing__profile__lead {
    font-weight: 600
  }
}

.p-lp-toaster {
  background-color: #000
}

@media screen and (min-width:931px) {
  .eyecatch-01-takumi-brain {
    overflow: hidden;
    aspect-ratio: 1440/810
  }
}

@media screen and (min-width:931px) {
  .eyecatch-01-takumi-brain-container {
    position: relative;
    height: 56.25vw
  }
}

@media screen and (max-width:930px) {
  .eyecatch-01-takumi-brain-container {
    background-color: #1b0d07
  }
}

@media screen and (min-width:931px) {
  .eyecatch-01-takumi-brain-container>.c-toaster-eyecatch {
    z-index: 999;
    position: absolute
  }
}

@media screen and (max-width:930px) {
  .eyecatch-01-takumi-brain-container .eyecatch-01-takumi-brain-elements {
    position: relative;
    height: 213.33333333333334vw
  }
}

.eyecatch-01-takumi-brain-container .eyecatch-01-takumi-brain-elements>video {
  position: absolute
}

@media screen and (max-width:930px) {
  .eyecatch-01-takumi-brain-container .eyecatch-01-takumi-brain-elements>video {
    top: 6.666666666666667vw
  }
}

.eyecatch-01-takumi-brain-container .eyecatch-01-takumi-brain-elements .eyecatch-01-takumi-brain-temperture-graph {
  widjth: 100%;
  height: auto
}

@media screen and (min-width:931px) {
  .eyecatch-01-takumi-brain-container .eyecatch-01-takumi-brain-elements .eyecatch-01-takumi-brain-temperture-graph {
    aspect-ratio: 1354/792;
    position: absolute;
    z-index: 1;
    width: 48.541666666666664vw;
    bottom: 5.694444444444445vw;
    left: 4.166666666666666vw
  }
}

@media screen and (max-width:930px) {
  .eyecatch-01-takumi-brain-container .eyecatch-01-takumi-brain-elements .eyecatch-01-takumi-brain-temperture-graph {
    aspect-ratio: 668/824;
    position: absolute;
    width: 89.06666666666668vw;
    top: 90.66666666666666vw;
    margin-left: 4vw
  }
}

@media screen and (min-width:931px) {
  .eyecatch-01-takumi-brain-container .eyecatch-01-takumi-brain-elements .eyecatch-01-takumi-brain-logo__wrpr {
    z-index: 999;
    position: absolute;
    width: 13.256944444444446vw;
    bottom: 2.777777777777778vw;
    right: 4.166666666666666vw
  }
}

@media screen and (max-width:930px) {
  .eyecatch-01-takumi-brain-container .eyecatch-01-takumi-brain-elements .eyecatch-01-takumi-brain-logo__wrpr {
    position: absolute;
    z-index: 1;
    width: 62.10666666666667vw;
    margin-left: 8vw;
    top: 5.333333333333334vw
  }
}

.eyecatch-01-takumi-brain-container .eyecatch-01-takumi-brain-elements .eyecatch-01-takumi-brain-logo__wrpr .eyecatch-01-takumi-brain-logo__img {
  width: 100%;
  height: auto
}

@media screen and (min-width:931px) {
  .eyecatch-01-takumi-brain-container .eyecatch-01-takumi-brain-elements .eyecatch-01-takumi-brain-logo__wrpr .eyecatch-01-takumi-brain-logo__img {
    aspect-ratio: 190.9/201.05
  }
}

@media screen and (max-width:930px) {
  .eyecatch-01-takumi-brain-container .eyecatch-01-takumi-brain-elements .eyecatch-01-takumi-brain-logo__wrpr .eyecatch-01-takumi-brain-logo__img {
    aspect-ratio: 232.9/59
  }
}

.eyecatch-01-takumi-brain-container .eyecatch-01-takumi-brain-elements .eyecatch-01-takumi-brain-logo__video {
  width: 100%
}

@media screen and (min-width:931px) {
  .eyecatch-02-temperture-container {
    background: -webkit-gradient(linear, left top, right top, from(#0f0f11), color-stop(50%, #0f0f11), color-stop(50%, #050400), to(#050400));
    background: -webkit-linear-gradient(left, #0f0f11 0%, #0f0f11 50%, #050400 50%, #050400 100%);
    background: linear-gradient(90deg, #0f0f11 0%, #0f0f11 50%, #050400 50%, #050400 100%)
  }
}

.eyecatch-02-temperture-container .eyecatch-02-temperture-txt-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.eyecatch-02-temperture-container .eyecatch-02-temperture-txt-container .eyecatch-02-temperture-left-txt {
  width: 50vw
}

.eyecatch-02-temperture-container .eyecatch-02-temperture-txt-container .eyecatch-02-temperture-right-txt {
  width: 50vw
}

.eyecatch-02-temperture-container .eyecatch-02-temperture-img-container {
  margin-top: 5.277777777777778vw
}

@media screen and (min-width:931px) {
  .eyecatch-02-temperture-container .eyecatch-02-temperture-img-container {
    aspect-ratio: 2880/1130;
    width: 100%;
    height: auto
  }
}

.eyecatch-02-temperture-container .eyecatch-02-temperture-container-top {
  background-color: #0f0f11
}

.eyecatch-02-temperture-container .eyecatch-02-temperture-container-top .eyecatch-02-top-01 {
  margin-top: 23.200000000000003vw
}

@media screen and (max-width:930px) {
  .eyecatch-02-temperture-container .eyecatch-02-temperture-container-top .eyecatch-02-top-01 {
    aspect-ratio: 750/836;
    width: 100%;
    height: auto
  }
}

.eyecatch-02-temperture-container .eyecatch-02-temperture-container-bottom {
  background-color: #000
}

.eyecatch-02-temperture-container .eyecatch-02-temperture-container-bottom .eyecatch-02-bottom-01 {
  margin-top: 23.200000000000003vw
}

@media screen and (max-width:930px) {
  .eyecatch-02-temperture-container .eyecatch-02-temperture-container-bottom .eyecatch-02-bottom-01 {
    aspect-ratio: 750/836;
    width: 100%;
    height: auto
  }
}

.eyecatch-03-bread-mode {
  display: block
}

@media screen and (min-width:931px) {
  .eyecatch-03-bread-mode {
    padding-top: 5.416666666666667vw;
    margin-top: -5.416666666666667vw
  }
}

@media screen and (max-width:930px) {
  .eyecatch-03-bread-mode {
    padding-top: 22.400000000000002vw;
    margin-top: -22.400000000000002vw
  }
}

.eyecatch-03-bread-mode .eyecatch-03-bread-mode-container {
  position: relative
}

@media screen and (min-width:931px) {
  .eyecatch-03-bread-mode .eyecatch-03-bread-mode-container {
    aspect-ratio: 1440/810
  }
}

@media screen and (max-width:930px) {
  .eyecatch-03-bread-mode .eyecatch-03-bread-mode-container {
    aspect-ratio: 375/647;
    overflow: hidden
  }
}

.eyecatch-03-bread-mode .eyecatch-03-bread-mode-container .eyecatch-03-bread-mode-note {
  position: absolute;
  color: #fff;
  font-family: 'TazuganeGothicStdN-Book', sans-serif;
  opacity: .5
}

@media screen and (min-width:931px) {
  .eyecatch-03-bread-mode .eyecatch-03-bread-mode-container .eyecatch-03-bread-mode-note {
    bottom: 1.25vw;
    left: 4.166666666666666vw
  }
}

@media screen and (max-width:930px) {
  .eyecatch-03-bread-mode .eyecatch-03-bread-mode-container .eyecatch-03-bread-mode-note {
    font-size: 2.666666666666667vw;
    line-height: 6.4vw;
    letter-spacing: .1em;
    font-weight: 400;
    z-index: 999;
    bottom: 6.4vw;
    left: 7.733333333333333vw
  }
}

@media screen and (min-width:931px) and (min-width:931px) {
  .eyecatch-03-bread-mode .eyecatch-03-bread-mode-container .eyecatch-03-bread-mode-note {
    font-size: 12px
  }
}

@media screen and (min-width:931px) and (min-width:931px) {
  .eyecatch-03-bread-mode .eyecatch-03-bread-mode-container .eyecatch-03-bread-mode-note {
    line-height: 2
  }
}

@media screen and (min-width:931px) and (min-width:931px) {
  .eyecatch-03-bread-mode .eyecatch-03-bread-mode-container .eyecatch-03-bread-mode-note {
    letter-spacing: .09em
  }
}

@media screen and (min-width:931px) and (min-width:931px) {
  .eyecatch-03-bread-mode .eyecatch-03-bread-mode-container .eyecatch-03-bread-mode-note {
    font-weight: 400
  }
}

.eyecatch-03-bread-mode .eyecatch-03-bread-mode-container .eyecatch-03-bread-mode-container-img {
  z-index: 1;
  position: absolute
}

.eyecatch-03-bread-mode .eyecatch-03-bread-mode-container .eyecatch-03-bread-mode-container-txt {
  z-index: 999;
  position: absolute
}

.eyecatch-03-bread-mode .eyecatch-03-bread-mode-container .eyecatch-03-bread-mode-discriptions {
  position: absolute
}

@media screen and (min-width:931px) {
  .eyecatch-03-bread-mode .eyecatch-03-bread-mode-container .eyecatch-03-bread-mode-discriptions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    bottom: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%
  }
}

@media screen and (max-width:930px) {
  .eyecatch-03-bread-mode .eyecatch-03-bread-mode-container .eyecatch-03-bread-mode-discriptions {
    left: 1%;
    bottom: -525%
  }
}

.eyecatch-03-bread-mode .eyecatch-03-bread-mode-container .eyecatch-03-bread-mode-discriptions .eyecatch-03-bread-mode-discriptions-curry {
  display: none;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.eyecatch-03-bread-mode .eyecatch-03-bread-mode-container .eyecatch-03-bread-mode-discriptions .eyecatch-03-bread-mode-discriptions-toast {
  display: none;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.eyecatch-03-bread-mode .eyecatch-03-bread-mode-container .eyecatch-03-bread-mode-discriptions .eyecatch-03-bread-mode-discriptions-croissant {
  display: none;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.eyecatch-03-bread-mode .eyecatch-03-bread-mode-container .eyecatch-03-bread-mode-discriptions .eyecatch-03-bread-mode-discriptions-baggette {
  display: none;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.eyecatch-03-bread-mode .eyecatch-03-bread-mode-container .eyecatch-03-background {
  aspect-ratio: 2880/1620;
  width: 100%;
  height: auto
}

.eyecatch-03-bread-mode .eyecatch-03-bread-mode-container .swiper-wrapper {
  position: relative;
  width: 306.7253333333333vw
}

.eyecatch-03-bread-mode .eyecatch-03-bread-mode-container .swiper-wrapper .arrow-back-shadow-right {
  position: absolute;
  z-index: 1;
  -webkit-transform: translate(400%, 0%);
  transform: translate(400%, 0%);
  width: 20vw;
  height: 172.53333333333333vw;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5));
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.eyecatch-03-bread-mode .eyecatch-03-bread-mode-container .swiper-wrapper .arrow-back-shadow-left {
  position: absolute;
  z-index: 1;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  width: 20vw;
  height: 172.53333333333333vw;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0));
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.eyecatch-03-bread-mode .eyecatch-03-bread-mode-container .swiper-wrapper .arrow {
  z-index: 999;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(8%, -50%);
  transform: translate(8%, -50%);
  top: 50%
}

.eyecatch-03-bread-mode .eyecatch-03-bread-mode-container .swiper-wrapper .arrow .arrow-right {
  width: 12vw;
  pointer-events: auto;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.eyecatch-03-bread-mode .eyecatch-03-bread-mode-container .swiper-wrapper .arrow .arrow-left {
  margin-left: 63.733333333333334vw;
  width: 12vw;
  pointer-events: auto;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.eyecatch-03-bread-mode .eyecatch-03-bread-mode-container .swiper-wrapper .back {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease
}

@media screen and (min-width:931px) {
  .p-lp-toaster .eyecatch_04_best_croissant--inr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
}

.p-lp-toaster .eyecatch_04_best_croissant__area_01,
.p-lp-toaster .eyecatch_04_best_croissant__area_02 {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%
}

@media screen and (min-width:931px) {

  .p-lp-toaster .eyecatch_04_best_croissant__area_01,
  .p-lp-toaster .eyecatch_04_best_croissant__area_02 {
    width: 50%
  }
}

@media screen and (max-width:930px) {

  .p-lp-toaster .eyecatch_04_best_croissant__area_01,
  .p-lp-toaster .eyecatch_04_best_croissant__area_02 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 172.53333333333333%
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster .eyecatch_04_best_croissant__area_01 {
    background-image: url("/assets/images/lp/toaster/bg-eyecatch_04_best_croissant-area-01-01-pc.jpg")
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .eyecatch_04_best_croissant__area_01 {
    background-image: url("/assets/images/lp/toaster/bg-eyecatch_04_best_croissant-area-01-01-sp.jpg")
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster .eyecatch_04_best_croissant__area_02 {
    background-image: url("/assets/images/lp/toaster/bg-eyecatch_04_best_croissant-area-02-01-pc.jpg")
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .eyecatch_04_best_croissant__area_02 {
    background-image: url("/assets/images/lp/toaster/bg-eyecatch_04_best_croissant-area-02-01-sp.jpg")
  }
}

.p-lp-toaster .eyecatch_04_best_croissant__area_01__ttl {
  color: #fff;
  font-family: 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (min-width:931px) {
  .p-lp-toaster .eyecatch_04_best_croissant__area_01__ttl {
    padding-top: 4.3rem;
    padding-left: 6rem;
    padding-right: 2.4rem;
    font-size: 48px;
    line-height: 1.708;
    letter-spacing: .09em;
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .eyecatch_04_best_croissant__area_01__ttl {
    position: absolute;
    z-index: 1;
    top: 3rem;
    left: 3rem;
    font-size: 24px;
    line-height: 1.875;
    letter-spacing: .09em;
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster .eyecatch_04_best_croissant__area_02__ttl {
    padding-top: 4.9rem;
    padding-left: 7.2rem;
    padding-right: 2.4rem;
    color: #fff;
    font-family: 'TazuganeGothicStdN-Book', sans-serif;
    font-size: 36px;
    line-height: 1.667;
    letter-spacing: .09em;
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .eyecatch_04_best_croissant__area_02__ttl {
    font-size: 21px;
    line-height: 1.905;
    letter-spacing: .09em;
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .eyecatch_04_best_croissant__area_02__eyecatch-text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster .eyecatch_04_best_croissant__area_02__bottom_txt {
    position: relative;
    padding-top: 35.138888888888886vw;
    padding-left: 5vw
  }
}

.p-lp-toaster .eyecatch_04_best_croissant__area_02__bottom_txt--wrap {
  position: relative
}

.p-lp-toaster .eyecatch_04_best_croissant__area_02__compare__txt {
  display: inline-block;
  color: #fff;
  font-family: 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (max-width:930px) {
  .p-lp-toaster .eyecatch_04_best_croissant__area_02__compare__txt {
    font-size: 12px
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .eyecatch_04_best_croissant__area_02__compare__txt {
    line-height: 1.5
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .eyecatch_04_best_croissant__area_02__compare__txt {
    letter-spacing: .09em
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .eyecatch_04_best_croissant__area_02__compare__txt {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster .eyecatch_04_best_croissant__area_02__compare__txt {
    position: absolute;
    z-index: 1;
    font-size: .9722222222222222vw;
    line-height: 1;
    letter-spacing: .09em;
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster .eyecatch_04_best_croissant__area_02__compare__txt--normal+.eyecatch_04_best_croissant__area_02__compare__txt--takumi {
    margin-left: 4.513888888888888vw
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster .eyecatch_04_best_croissant__area_02__compare__txt--normal {
    left: 0
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .eyecatch_04_best_croissant__area_02__compare__txt--normal {
    left: 4rem
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster .eyecatch_04_best_croissant__area_02__compare__txt--takumi {
    left: calc(50% - 5vw)
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .eyecatch_04_best_croissant__area_02__compare__txt--takumi {
    right: 4.2rem
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster .eyecatch_04_best_croissant__area_02__lead {
    margin-top: 4.097222222222222vw;
    padding-bottom: 5.347222222222222vw;
    padding-right: 2.638888888888889vw;
    color: #fff;
    font-family: 'TazuganeGothicStdN-Book', sans-serif
  }
}

@media screen and (min-width:931px) and (min-width:931px) {
  .p-lp-toaster .eyecatch_04_best_croissant__area_02__lead {
    font-size: 12px
  }
}

@media screen and (min-width:931px) and (min-width:931px) {
  .p-lp-toaster .eyecatch_04_best_croissant__area_02__lead {
    line-height: 2
  }
}

@media screen and (min-width:931px) and (min-width:931px) {
  .p-lp-toaster .eyecatch_04_best_croissant__area_02__lead {
    letter-spacing: .09em
  }
}

@media screen and (min-width:931px) and (min-width:931px) {
  .p-lp-toaster .eyecatch_04_best_croissant__area_02__lead {
    font-weight: 400
  }
}

.p-lp-toaster .eyecatch_05_frozen_bread {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0
}

@media screen and (min-width:931px) {
  .p-lp-toaster .eyecatch_05_frozen_bread {
    padding-top: 56.25%
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .eyecatch_05_frozen_bread {
    padding-top: 172.53333333333333%
  }
}

.p-lp-toaster .eyecatch_05_frozen_bread__overview,
.p-lp-toaster .eyecatch_05_frozen_bread__fader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.p-lp-toaster .eyecatch_05_frozen_bread__overview {
  z-index: 1
}

.p-lp-toaster .eyecatch_05_frozen_bread__fader {
  z-index: 0
}

.p-lp-toaster .eyecatch_05_frozen_bread__fader__pic {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 1s;
  transition-delay: 1s
}

@media screen and (min-width:931px) {
  .p-lp-toaster .eyecatch_05_frozen_bread__fader__pic {
    aspect-ratio: 2880/1620
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .eyecatch_05_frozen_bread__fader__pic {
    aspect-ratio: 750/1296
  }
}

.p-lp-toaster .eyecatch_05_frozen_bread__fader__pic.on {
  z-index: 1;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.c-toaster-eyecatch {
  color: #fff;
  font-family: 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (min-width:931px) {
  .c-toaster-eyecatch {
    padding: 5rem 0 0 6rem
  }
}

@media screen and (max-width:930px) {
  .c-toaster-eyecatch {
    padding: 3.1rem 0 0 3rem
  }
}

@media screen and (min-width:931px) {
  .c-toaster-eyecatch .c-toaster-eyecatch-title--lv1 {
    font-size: 48px;
    line-height: 1.708;
    letter-spacing: .09em;
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .c-toaster-eyecatch .c-toaster-eyecatch-title--lv1 {
    font-size: 24px;
    line-height: 1.875;
    letter-spacing: .09em;
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  .c-toaster-eyecatch .c-toaster-eyecatch-title--lv2 {
    font-size: 36px;
    line-height: 1.667;
    letter-spacing: .09em;
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .c-toaster-eyecatch .c-toaster-eyecatch-title--lv2 {
    font-size: 21px;
    line-height: 1.905;
    letter-spacing: .09em;
    font-weight: 400
  }
}

.c-toaster-eyecatch .c-toaster-eyecatch-title--lv2>sup {
  vertical-align: super
}

@media screen and (min-width:931px) {
  .c-toaster-eyecatch .c-toaster-eyecatch-title--lv2>sup {
    font-size: 20px
  }
}

@media screen and (max-width:930px) {
  .c-toaster-eyecatch .c-toaster-eyecatch-title--lv2>sup {
    font-size: 10px
  }
}

@media screen and (min-width:931px) {
  .c-toaster-eyecatch .c-toaster-eyecatch-title--lv3 {
    font-size: 36px;
    line-height: 1.667;
    letter-spacing: .09em;
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .c-toaster-eyecatch .c-toaster-eyecatch-title--lv3 {
    font-size: 21px;
    line-height: 1.571;
    letter-spacing: .09em;
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  .c-toaster-eyecatch .c-toaster-eyecatch-text-lead--lv1 {
    padding-top: 4px;
    font-size: 14px;
    line-height: 2.143;
    letter-spacing: .09em;
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .c-toaster-eyecatch .c-toaster-eyecatch-text-lead--lv1 {
    padding-top: 16px;
    font-size: 12px;
    line-height: 1.75;
    letter-spacing: .09em;
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  .c-toaster-eyecatch .c-toaster-eyecatch-text-lead--lv2 {
    padding-top: 7px;
    font-size: 14px;
    line-height: 2.143;
    letter-spacing: .09em;
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .c-toaster-eyecatch .c-toaster-eyecatch-text-lead--lv2 {
    padding-top: 18px;
    font-size: 12px;
    line-height: 1.75;
    letter-spacing: .09em;
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  .c-toaster-eyecatch .c-toaster-eyecatch-text-lead--lv3 {
    padding-top: 45px;
    font-size: 14px;
    line-height: 2.143;
    letter-spacing: .09em;
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .c-toaster-eyecatch .c-toaster-eyecatch-text-lead--lv3 {
    padding-top: 39px;
    font-size: 12px;
    line-height: 1.75;
    letter-spacing: .09em;
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .c-toaster-eyecatch [class*='c-toaster-eyecatch-text-lead--'] {
    width: 31.5rem
  }
}

.p-lp-toaster .mv-wrapper {
  position: relative
}

@media screen and (min-width:931px) {
  .p-lp-toaster .mv-wrapper .mv-mov {
    position: relative;
    width: 100%
  }
}

.p-lp-toaster .mv-wrapper .mv-mov.ytLoaded .mv-mov--inr {
  opacity: 1
}

.p-lp-toaster .mv-wrapper .mv-mov:not(.play) .mv-mov__player {
  pointer-events: none
}

.p-lp-toaster .mv-wrapper .mv-mov.play .mv-mov__thumb {
  opacity: 0;
  height: 0
}

.p-lp-toaster .mv-wrapper .mv-mov.play .mv-mov__player {
  z-index: 19999;
  opacity: 1
}

@media screen and (max-width:930px) {
  .p-lp-toaster .mv-wrapper .mv-mov.play .mv-mov__player {
    height: calc(var(--vh, 1vh) * 100)
  }
}

.p-lp-toaster .mv-wrapper .mv-mov--inr {
  opacity: 0;
  -webkit-transition: opacity .8s ease;
  transition: opacity .8s ease;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0
}

@media screen and (min-width:931px) {
  .p-lp-toaster .mv-wrapper .mv-mov--inr {
    padding-top: 56.25%
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .mv-wrapper .mv-mov--inr {
    padding-top: 172.53333333333333vw
  }
}

.p-lp-toaster .mv-wrapper .mv-mov--inr .mv-mov__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.p-lp-toaster .mv-wrapper .mv-mov--inr .mv-mov__thumb {
  overflow: hidden;
  z-index: 1
}

@media screen and (min-width:931px) {
  .p-lp-toaster .mv-wrapper .mv-mov--inr .mv-mov__thumb {
    -webkit-transition: height 0s linear, opacity .8s ease;
    transition: height 0s linear, opacity .8s ease
  }
}

.p-lp-toaster .mv-wrapper .mv-mov__thumb__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  background-color: #111;
  opacity: .09
}

.p-lp-toaster .mv-wrapper .mv-mov__thumb__img {
  width: 100%;
  height: auto
}

@media screen and (min-width:931px) {
  .p-lp-toaster .mv-wrapper .mv-mov__thumb__img {
    aspect-ratio: 2880/1620
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .mv-wrapper .mv-mov__thumb__img {
    aspect-ratio: 750/1294;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%
  }
}

.p-lp-toaster .mv-wrapper .mv-mov__thumb__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20
}

@media screen and (min-width:931px) {
  .p-lp-toaster .mv-wrapper .mv-mov__thumb__play-btn {
    width: 19.2rem;
    height: 19.2rem;
    margin-top: -9.6rem;
    margin-left: -9.6rem
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .mv-wrapper .mv-mov__thumb__play-btn {
    width: 12rem;
    height: 12rem;
    margin-top: -6rem;
    margin-left: -6rem
  }
}

.p-lp-toaster .mv-wrapper .mv-mov__thumb__play-btn--sp {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 21
}

@media screen and (min-width:931px) {
  .p-lp-toaster .mv-wrapper .mv-mov__thumb__play-btn--sp {
    display: none
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .mv-wrapper .mv-mov__thumb__play-btn--sp {
    width: 100%;
    height: 100%
  }
}

.p-lp-toaster .mv-wrapper .mv-mov__thumb__play-btn--inr {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.p-lp-toaster .mv-wrapper .mv-mov__thumb__play-btn--inr::before,
.p-lp-toaster .mv-wrapper .mv-mov__thumb__play-btn--inr::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}

.p-lp-toaster .mv-wrapper .mv-mov__thumb__play-btn--inr::before {
  top: 50%;
  left: 50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2033%22%20width%3D%2248%22%20height%3D%2233%22%3E%3Cpath%20d%3D%22M48%2016.5L0%2033V0l48%2016.5z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E")
}

@media screen and (min-width:931px) {
  .p-lp-toaster .mv-wrapper .mv-mov__thumb__play-btn--inr::before {
    width: 17.708333333333336%;
    height: 12.5%;
    margin-top: -6.25%;
    margin-left: -8.854166666666668%
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .mv-wrapper .mv-mov__thumb__play-btn--inr::before {
    width: 16.666666666666664%;
    height: 10%;
    margin-top: -5.833333333333333%;
    margin-left: -5.833333333333333%
  }
}

.p-lp-toaster .mv-wrapper .mv-mov__thumb__play-btn--inr::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  -webkit-transition-property: border-width, -webkit-transform;
  transition-property: border-width, -webkit-transform;
  transition-property: transform, border-width;
  transition-property: transform, border-width, -webkit-transform;
  -webkit-transition-duration: .45s;
  transition-duration: .45s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1)
}

@media screen and (min-width:931px) {
  .p-lp-toaster .mv-wrapper .mv-mov__thumb__play-btn:hover {
    cursor: pointer
  }

  .p-lp-toaster .mv-wrapper .mv-mov__thumb__play-btn:hover .mv-mov__thumb__play-btn--inr::after {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}

.p-lp-toaster .mv-wrapper .mv-mov__player {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  width: 100%
}

@media screen and (min-width:931px) {
  .p-lp-toaster .mv-wrapper .mv-mov__player {
    height: 100vh
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .mv-wrapper .mv-mov__player {
    height: calc(var(--vh, 1vh) * 100)
  }
}

.p-lp-toaster .mv-wrapper .mv-product-name-container {
  position: absolute;
  z-index: 100
}

@media screen and (min-width:931px) {
  .p-lp-toaster .mv-wrapper .mv-product-name-container {
    top: 30.2rem;
    left: 17.3rem
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .mv-wrapper .mv-product-name-container {
    bottom: 3rem;
    left: 2.9rem
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster .mv-wrapper .mv-product-name-container .mv-product-name-colab {
    width: 27.5rem
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .mv-wrapper .mv-product-name-container .mv-product-name-colab {
    width: 13.5rem
  }
}

.p-lp-toaster .mv-wrapper .mv-product-name-container .mv-product-name {
  color: #fff;
  font-family: 'TazuganeGothicStdN-Medium', sans-serif
}

@media screen and (min-width:931px) {
  .p-lp-toaster .mv-wrapper .mv-product-name-container .mv-product-name {
    font-size: 36px
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster .mv-wrapper .mv-product-name-container .mv-product-name {
    line-height: 1
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster .mv-wrapper .mv-product-name-container .mv-product-name {
    letter-spacing: .04em
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster .mv-wrapper .mv-product-name-container .mv-product-name {
    font-weight: 600
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .mv-wrapper .mv-product-name-container .mv-product-name {
    font-size: 20px
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .mv-wrapper .mv-product-name-container .mv-product-name {
    line-height: 1.05
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .mv-wrapper .mv-product-name-container .mv-product-name {
    letter-spacing: .03em
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .mv-wrapper .mv-product-name-container .mv-product-name {
    font-weight: 600
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster .mv-wrapper .mv-product-name-container .mv-product-name {
    margin-top: 2.9rem;
    margin-left: -.1rem
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .mv-wrapper .mv-product-name-container .mv-product-name {
    margin-top: 2rem
  }
}

.p-lp-toaster .mv-wrapper .mv-product-name-container .mv-product-name__sub {
  color: #fff;
  font-family: 'HelveticaNowText-Medium', 'TazuganeGothicStdN-Medium', sans-serif
}

@media screen and (min-width:931px) {
  .p-lp-toaster .mv-wrapper .mv-product-name-container .mv-product-name__sub {
    font-size: 21px
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster .mv-wrapper .mv-product-name-container .mv-product-name__sub {
    line-height: 2.047619047619047
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster .mv-wrapper .mv-product-name-container .mv-product-name__sub {
    letter-spacing: .053em
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster .mv-wrapper .mv-product-name-container .mv-product-name__sub {
    font-weight: 600
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .mv-wrapper .mv-product-name-container .mv-product-name__sub {
    font-size: 12px
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .mv-wrapper .mv-product-name-container .mv-product-name__sub {
    line-height: 1.333333333333333
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .mv-wrapper .mv-product-name-container .mv-product-name__sub {
    letter-spacing: .09em
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .mv-wrapper .mv-product-name-container .mv-product-name__sub {
    font-weight: 600
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster .mv-wrapper .mv-product-name-container .mv-product-name__sub {
    margin-top: 1rem
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .mv-wrapper .mv-product-name-container .mv-product-name__sub {
    margin-top: .77rem
  }
}

body.playYoutube {
  overflow: hidden
}

.p-lp-toaster picture {
  line-height: 0
}

.p-lp-toaster .shizuru_cut {
  position: relative
}

.p-lp-toaster .shizuru_cut__mov {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0
}

@media screen and (min-width:931px) {
  .p-lp-toaster .shizuru_cut__mov {
    padding-top: 56.25%
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .shizuru_cut__mov {
    height: 64.7rem;
    max-height: 810px
  }
}

.p-lp-toaster .shizuru_cut__mov__video {
  position: absolute;
  z-index: 1
}

@media screen and (min-width:931px) {
  .p-lp-toaster .shizuru_cut__mov__video {
    top: 0;
    left: 0;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    margin-top: -1px;
    margin-left: -1px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .shizuru_cut__mov__video {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
}

.p-lp-toaster .shizuru_cut__overlay {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0
}

@media screen and (min-width:931px) {
  .p-lp-toaster .shizuru_cut__overlay {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .15
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .shizuru_cut__overlay {
    width: 100%;
    height: 37.5rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, #000, rgba(0, 0, 0, 0));
    background: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
    opacity: .48
  }
}

.p-lp-toaster .shizuru_cut--inr {
  position: absolute;
  z-index: 10
}

@media screen and (min-width:931px) {
  .p-lp-toaster .shizuru_cut--inr {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 6rem
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .shizuru_cut--inr {
    top: 3.2rem;
    left: 3rem
  }
}

.p-lp-toaster .shizuru_cut__ttl {
  color: #fff;
  font-family: 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (min-width:931px) {
  .p-lp-toaster .shizuru_cut__ttl {
    font-size: 48px
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster .shizuru_cut__ttl {
    line-height: 1.958333333333333
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster .shizuru_cut__ttl {
    letter-spacing: .09em
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster .shizuru_cut__ttl {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .shizuru_cut__ttl {
    font-size: 24px
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .shizuru_cut__ttl {
    line-height: 1.875
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .shizuru_cut__ttl {
    letter-spacing: .09em
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .shizuru_cut__ttl {
    font-weight: 400
  }
}

.p-lp-toaster .takumi_cut {
  position: relative
}

.p-lp-toaster .takumi_cut__mov {
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 0
}

@media screen and (min-width:931px) {
  .p-lp-toaster .takumi_cut__mov {
    padding-top: 37.5%
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .takumi_cut__mov {
    height: 49.7rem;
    max-height: 540px
  }
}

.p-lp-toaster .takumi_cut__mov__video {
  position: absolute;
  z-index: 1
}

@media screen and (min-width:931px) {
  .p-lp-toaster .takumi_cut__mov__video {
    top: 0;
    left: 0;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    margin-top: -1px;
    margin-left: -1px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .takumi_cut__mov__video {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
}

.p-lp-toaster .takumi_cut__overlay {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0
}

@media screen and (min-width:931px) {
  .p-lp-toaster .takumi_cut__overlay {
    width: 56.52777777777778%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#000), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, #000, rgba(0, 0, 0, 0));
    background: linear-gradient(to right, #000, rgba(0, 0, 0, 0))
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .takumi_cut__overlay {
    width: 100%;
    height: 21.8rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, #000, rgba(0, 0, 0, 0));
    background: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
    opacity: .48
  }
}

.p-lp-toaster .takumi_cut--inr {
  position: absolute;
  z-index: 10
}

@media screen and (min-width:931px) {
  .p-lp-toaster .takumi_cut--inr {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 12.1rem
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .takumi_cut--inr {
    top: 3rem;
    left: 3rem
  }
}

.p-lp-toaster .takumi_cut__ttl {
  color: #fff;
  font-family: 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (min-width:931px) {
  .p-lp-toaster .takumi_cut__ttl {
    font-size: 36px
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster .takumi_cut__ttl {
    line-height: 2.027777777777778
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster .takumi_cut__ttl {
    letter-spacing: .09em
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster .takumi_cut__ttl {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .takumi_cut__ttl {
    font-size: 24px
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .takumi_cut__ttl {
    line-height: 1.875
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .takumi_cut__ttl {
    letter-spacing: .09em
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .takumi_cut__ttl {
    font-weight: 400
  }
}

.takumi_modal .takumi_modal__detail {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 10000;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity .5s ease, left 0s linear .5s;
  transition: opacity .5s ease, left 0s linear .5s
}

@media screen and (max-width:930px) {
  .takumi_modal .takumi_modal__detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.takumi_modal .takumi_modal__detail.on {
  left: 0;
  opacity: 1;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease
}

.takumi_modal .takumi_modal__detail__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%
}

@media screen and (min-width:931px) {
  .takumi_modal .takumi_modal__detail__overlay {
    background-color: rgba(0, 0, 0, 0.7)
  }
}

@media screen and (max-width:930px) {
  .takumi_modal .takumi_modal__detail__overlay {
    background-color: rgba(0, 0, 0, 0.7)
  }
}

.takumi_modal .takumi_modal__detail__container {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media screen and (min-width:931px) {
  .takumi_modal .takumi_modal__detail__container {
    width: 81.6rem
  }
}

@media screen and (max-width:930px) {
  .takumi_modal .takumi_modal__detail__container {
    width: 31.4rem;
    padding-top: 5.7rem;
    padding-bottom: 5.7rem
  }
}

.takumi_modal .takumi_modal__detail__container__overlay,
.takumi_modal .takumi_modal__detail__container__itm__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%
}

.takumi_modal .takumi_modal__detail__container__itm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease
}

@media screen and (min-width:931px) {
  .takumi_modal .takumi_modal__detail__container__itm {
    max-height: calc(100% - 15rem)
  }
}

@media screen and (max-width:930px) {
  .takumi_modal .takumi_modal__detail__container__itm {
    height: calc(100vh - 11.6rem)
  }
}

.takumi_modal .takumi_modal__detail__container__itm.on {
  z-index: 2;
  opacity: 1
}

.takumi_modal .takumi_modal__detail__container__itm--inr {
  overflow: auto;
  position: relative;
  width: 100%;
  height: auto;
  max-height: 100%;
  background-color: #fff
}

@media screen and (min-width:931px) {
  .takumi_modal .takumi_modal__detail__container__itm--inr {
    padding-top: 7.7rem;
    padding-right: 7rem;
    padding-bottom: 7rem;
    padding-left: 7rem
  }
}

@media screen and (max-width:930px) {
  .takumi_modal .takumi_modal__detail__container__itm--inr {
    padding-top: 4.9rem;
    padding-right: 3rem;
    padding-bottom: 3.9rem;
    padding-left: 3rem
  }
}

.takumi_modal .takumi_modal__detail__container__itm__close {
  position: absolute;
  z-index: 1
}

@media screen and (min-width:931px) {
  .takumi_modal .takumi_modal__detail__container__itm__close {
    top: 2rem;
    right: 2rem;
    width: 2.2rem;
    height: 2.2rem;
    cursor: pointer
  }
}

@media screen and (max-width:930px) {
  .takumi_modal .takumi_modal__detail__container__itm__close {
    top: 1.5rem;
    right: 1.5rem;
    width: 1.5rem;
    height: 1.5rem
  }
}

.takumi_modal .takumi_modal__detail__container__itm__ttl {
  color: #111;
  white-space: nowrap;
  font-family: 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (min-width:931px) {
  .takumi_modal .takumi_modal__detail__container__itm__list__itm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media screen and (min-width:931px) {
  .takumi_modal .takumi_modal__detail__container__itm__list__itm+.takumi_modal__detail__container__itm__list__itm {
    margin-top: 4.5rem
  }
}

@media screen and (max-width:930px) {
  .takumi_modal .takumi_modal__detail__container__itm__list__itm+.takumi_modal__detail__container__itm__list__itm {
    margin-top: 3.5rem
  }
}

@media screen and (min-width:931px) {
  .takumi_modal .takumi_modal__detail__container__itm__list__itm__cnt {
    width: 55.62130177514793%
  }
}

.takumi_modal .takumi_modal__detail__container__itm__list__itm__cnt__ttl {
  color: #111;
  white-space: nowrap;
  font-family: 'TazuganeGothicStdN-Book', sans-serif;
  overflow-wrap: break-all
}

.takumi_modal .takumi_modal__detail__container__itm__list__itm__cnt__ttl>sup {
  vertical-align: super
}

@media screen and (min-width:931px) {
  .takumi_modal .takumi_modal__detail__container__itm__list__itm__cnt__ttl>sup {
    font-size: 10px
  }
}

@media screen and (max-width:930px) {
  .takumi_modal .takumi_modal__detail__container__itm__list__itm__cnt__ttl>sup {
    font-size: 8px
  }
}

.takumi_modal .takumi_modal__detail__container__itm__list__itm__cnt__sent {
  color: #111;
  font-family: 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (min-width:931px) {
  .takumi_modal .takumi_modal__detail__container__itm__list__itm__cnt__sent {
    font-size: 14px
  }
}

@media screen and (min-width:931px) {
  .takumi_modal .takumi_modal__detail__container__itm__list__itm__cnt__sent {
    line-height: 1.928571428571429
  }
}

@media screen and (min-width:931px) {
  .takumi_modal .takumi_modal__detail__container__itm__list__itm__cnt__sent {
    letter-spacing: .09em
  }
}

@media screen and (min-width:931px) {
  .takumi_modal .takumi_modal__detail__container__itm__list__itm__cnt__sent {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .takumi_modal .takumi_modal__detail__container__itm__list__itm__cnt__sent {
    font-size: 12px
  }
}

@media screen and (max-width:930px) {
  .takumi_modal .takumi_modal__detail__container__itm__list__itm__cnt__sent {
    line-height: 1.75
  }
}

@media screen and (max-width:930px) {
  .takumi_modal .takumi_modal__detail__container__itm__list__itm__cnt__sent {
    letter-spacing: .09em
  }
}

@media screen and (max-width:930px) {
  .takumi_modal .takumi_modal__detail__container__itm__list__itm__cnt__sent {
    font-weight: 400
  }
}

.takumi_modal .takumi_modal__detail__container__itm__list__itm__cnt__note,
.takumi_modal [class*='takumi_modal__detail__container__itm__list__itm__cnt__note--'] {
  font-family: 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (min-width:931px) {

  .takumi_modal .takumi_modal__detail__container__itm__list__itm__cnt__note,
  .takumi_modal [class*='takumi_modal__detail__container__itm__list__itm__cnt__note--'] {
    font-size: 10px
  }
}

@media screen and (min-width:931px) {

  .takumi_modal .takumi_modal__detail__container__itm__list__itm__cnt__note,
  .takumi_modal [class*='takumi_modal__detail__container__itm__list__itm__cnt__note--'] {
    line-height: 2.1
  }
}

@media screen and (min-width:931px) {

  .takumi_modal .takumi_modal__detail__container__itm__list__itm__cnt__note,
  .takumi_modal [class*='takumi_modal__detail__container__itm__list__itm__cnt__note--'] {
    letter-spacing: .03em
  }
}

@media screen and (min-width:931px) {

  .takumi_modal .takumi_modal__detail__container__itm__list__itm__cnt__note,
  .takumi_modal [class*='takumi_modal__detail__container__itm__list__itm__cnt__note--'] {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {

  .takumi_modal .takumi_modal__detail__container__itm__list__itm__cnt__note,
  .takumi_modal [class*='takumi_modal__detail__container__itm__list__itm__cnt__note--'] {
    font-size: 9px
  }
}

@media screen and (max-width:930px) {

  .takumi_modal .takumi_modal__detail__container__itm__list__itm__cnt__note,
  .takumi_modal [class*='takumi_modal__detail__container__itm__list__itm__cnt__note--'] {
    line-height: 1.555555555555556
  }
}

@media screen and (max-width:930px) {

  .takumi_modal .takumi_modal__detail__container__itm__list__itm__cnt__note,
  .takumi_modal [class*='takumi_modal__detail__container__itm__list__itm__cnt__note--'] {
    letter-spacing: .03em
  }
}

@media screen and (max-width:930px) {

  .takumi_modal .takumi_modal__detail__container__itm__list__itm__cnt__note,
  .takumi_modal [class*='takumi_modal__detail__container__itm__list__itm__cnt__note--'] {
    font-weight: 400
  }
}

.takumi_modal .takumi_modal__detail__container__itm__list__itm__cnt__note,
.takumi_modal .takumi_modal__detail__container__itm__list__itm__cnt__note--gray {
  color: #8c8c8c
}

.takumi_modal .takumi_modal__detail__container__itm__list__itm__cnt__note--black {
  color: #111
}

.takumi_modal .takumi_modal__detail__container__itm__list__itm__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  margin-top: -1px;
  margin-left: -1px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center
}

@media screen and (min-width:931px) {
  .modal--takumibrain .takumi_modal__detail__container {
    width: 33.263888888888886vw !important
  }
}

@media screen and (min-width:931px) {
  .modal--takumibrain .takumi_modal__detail__container__itm__list__itm {
    display: block !important
  }
}

@media screen and (min-width:931px) {
  .modal--takumibrain .takumi_modal__detail__container__itm__list__itm__cnt {
    width: 100% !important
  }
}

.modal--takumibrain .takumi_modal__detail__container__itm__list__itm__img--wrpr {
  position: relative;
  height: 0
}

@media screen and (min-width:931px) {
  .modal--takumibrain .takumi_modal__detail__container__itm__list__itm__img--wrpr {
    width: 15.555555555555555vw;
    aspect-ratio: 1/1;
    height: auto;
    padding-top: 26.627218934911244%;
    margin-top: 2.5rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%
  }
}

@media screen and (max-width:930px) {
  .modal--takumibrain .takumi_modal__detail__container__itm__list__itm__img--wrpr {
    width: 45.33333333333333vw;
    aspect-ratio: 1/1;
    height: auto;
    margin-top: 2.5rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%
  }
}

@media screen and (min-width:931px) {
  .modal--takumibrain .takumi_modal__detail__container__itm__ttl {
    font-size: 36px
  }
}

@media screen and (min-width:931px) {
  .modal--takumibrain .takumi_modal__detail__container__itm__ttl {
    line-height: 1.666666666666667
  }
}

@media screen and (min-width:931px) {
  .modal--takumibrain .takumi_modal__detail__container__itm__ttl {
    letter-spacing: .06em
  }
}

@media screen and (min-width:931px) {
  .modal--takumibrain .takumi_modal__detail__container__itm__ttl {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .modal--takumibrain .takumi_modal__detail__container__itm__ttl {
    font-size: 21px
  }
}

@media screen and (max-width:930px) {
  .modal--takumibrain .takumi_modal__detail__container__itm__ttl {
    line-height: 1.571428571428571
  }
}

@media screen and (max-width:930px) {
  .modal--takumibrain .takumi_modal__detail__container__itm__ttl {
    letter-spacing: .09em
  }
}

@media screen and (max-width:930px) {
  .modal--takumibrain .takumi_modal__detail__container__itm__ttl {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  .modal--takumibrain .takumi_modal__detail__container__itm__list {
    margin-top: 4.5rem
  }
}

@media screen and (max-width:930px) {
  .modal--takumibrain .takumi_modal__detail__container__itm__list {
    margin-top: 2.5rem
  }
}

.modal--takumibrain .takumi_modal__detail__container__itm__list__itm__cnt__ttl {
  color: #111;
  white-space: normal !important;
  font-family: 'TazuganeGothicStdN-Book', sans-serif;
  overflow-wrap: break-all
}

@media screen and (min-width:931px) {
  .modal--takumibrain .takumi_modal__detail__container__itm__list__itm__cnt__ttl {
    font-size: 14px
  }
}

@media screen and (min-width:931px) {
  .modal--takumibrain .takumi_modal__detail__container__itm__list__itm__cnt__ttl {
    line-height: 2.142857142857143
  }
}

@media screen and (min-width:931px) {
  .modal--takumibrain .takumi_modal__detail__container__itm__list__itm__cnt__ttl {
    letter-spacing: .18em
  }
}

@media screen and (min-width:931px) {
  .modal--takumibrain .takumi_modal__detail__container__itm__list__itm__cnt__ttl {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .modal--takumibrain .takumi_modal__detail__container__itm__list__itm__cnt__ttl {
    font-size: 12px
  }
}

@media screen and (max-width:930px) {
  .modal--takumibrain .takumi_modal__detail__container__itm__list__itm__cnt__ttl {
    line-height: 1.75
  }
}

@media screen and (max-width:930px) {
  .modal--takumibrain .takumi_modal__detail__container__itm__list__itm__cnt__ttl {
    letter-spacing: .17em
  }
}

@media screen and (max-width:930px) {
  .modal--takumibrain .takumi_modal__detail__container__itm__list__itm__cnt__ttl {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  .modal--takumibrain .takumi_modal__detail__container__itm__list__itm__cnt__ttl {
    margin-top: -1.1rem
  }
}

@media screen and (min-width:931px) {
  .modal--takumibrain .takumi_modal__detail__container__itm__list__itm__cnt__sent {
    margin-top: 2rem
  }
}

@media screen and (max-width:930px) {
  .modal--takumibrain .takumi_modal__detail__container__itm__list__itm__cnt__sent {
    margin-top: 1.1rem
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster-teaser .mv {
    padding-bottom: 4.2rem
  }
}

.p-lp-toaster-teaser .mv__img {
  width: 100%;
  background: no-repeat;
  background-size: cover
}

@media screen and (min-width:931px) {
  .p-lp-toaster-teaser .mv__img {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100vh;
    background-position: right;
    background-image: url("/assets/images/lp/toaster/img-teaser-mv-01-pc.jpg")
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster-teaser .mv__img {
    width: 37.5rem;
    height: 37.5rem;
    background-position: center;
    background-image: url("/assets/images/lp/toaster/img-teaser-mv-01-sp.jpg")
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster-teaser .mv__img+.mv--inr {
    margin-top: 3.6rem
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster-teaser .mv--inr {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
  }
}

.p-lp-toaster-teaser .mv__ttl {
  font-family: 'HelveticaNowText-Medium', 'TazuganeGothicStdN-Medium', sans-serif
}

@media screen and (min-width:931px) {
  .p-lp-toaster-teaser .mv__ttl {
    font-size: 36px
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster-teaser .mv__ttl {
    line-height: 1.611111111111111
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster-teaser .mv__ttl {
    letter-spacing: .12em
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster-teaser .mv__ttl {
    font-weight: 600
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster-teaser .mv__ttl {
    font-size: 21px
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster-teaser .mv__ttl {
    line-height: 1.619047619047619
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster-teaser .mv__ttl {
    letter-spacing: .12em
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster-teaser .mv__ttl {
    font-weight: 600
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster-teaser .mv__ttl {
    color: #fff
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster-teaser .mv__ttl {
    color: #111;
    text-align: center
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster-teaser .mv__ttl+.mv__lead {
    margin-top: 22px
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster-teaser .mv__ttl+.mv__lead {
    margin-top: 10px
  }
}

.p-lp-toaster-teaser .mv__lead {
  display: block;
  font-family: 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (min-width:931px) {
  .p-lp-toaster-teaser .mv__lead {
    font-size: 14px
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster-teaser .mv__lead {
    line-height: 1.714285714285714
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster-teaser .mv__lead {
    letter-spacing: .09em
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster-teaser .mv__lead {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster-teaser .mv__lead {
    font-size: 12px
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster-teaser .mv__lead {
    line-height: 1.75
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster-teaser .mv__lead {
    letter-spacing: .09em
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster-teaser .mv__lead {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster-teaser .mv__lead {
    color: #fff
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster-teaser .mv__lead {
    color: #111;
    text-align: center
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster-teaser .mv__lead+.mv__reserve-btn {
    margin-top: 3.5rem
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster-teaser .mv__lead+.mv__reserve-btn {
    margin-top: 2.4rem
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster-teaser .mv__reserve-btn {
    width: 426px
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster-teaser .mv__reserve-btn {
    width: 100%;
    max-width: 315px;
    margin: 0 auto
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster-teaser .mv__reserve-btn .c-link-btn--external::before {
    right: 25px
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster-teaser .mv__reserve-btn .c-link-btn--external::before {
    right: 21px
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster-teaser .mv__reserve-btn .c-link-btn--external:hover {
    opacity: .8
  }
}

.p-lp-toaster-teaser .mv__reserve-btn__txt {
  font-family: 'TazuganeGothicStdN-Book', sans-serif;
  color: #fff
}

@media screen and (min-width:931px) {
  .p-lp-toaster-teaser .mv__reserve-btn__txt {
    font-size: 14px
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster-teaser .mv__reserve-btn__txt {
    line-height: 1.5
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster-teaser .mv__reserve-btn__txt {
    letter-spacing: .09em
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster-teaser .mv__reserve-btn__txt {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster-teaser .mv__reserve-btn__txt {
    font-size: 14px
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster-teaser .mv__reserve-btn__txt {
    line-height: 1.285714285714286
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster-teaser .mv__reserve-btn__txt {
    letter-spacing: .09em
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster-teaser .mv__reserve-btn__txt {
    font-weight: 400
  }
}

.p-lp-toaster .to_store--inr {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0
}

@media screen and (min-width:931px) {
  .p-lp-toaster .to_store--inr {
    padding-top: 37.5%
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .to_store--inr {
    padding-top: 172.53333333333333%;
    padding-right: 3rem;
    padding-left: 3rem
  }
}

.p-lp-toaster .to_store__cnt,
.p-lp-toaster .to_store__pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.p-lp-toaster .to_store__cnt {
  z-index: 1;
  color: #fff
}

@media screen and (min-width:931px) {
  .p-lp-toaster .to_store__cnt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster .to_store__cnt--inr {
    padding-right: 4.4rem;
    padding-left: 4.4rem
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .to_store__cnt--inr {
    width: 31.5rem;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5.8rem
  }
}

.p-lp-toaster .to_store__cnt__ttl,
.p-lp-toaster .to_store__cnt__txts {
  width: 100%
}

.p-lp-toaster .to_store__cnt__ttl__ja,
.p-lp-toaster .to_store__cnt__ttl__en {
  display: block
}

.p-lp-toaster .to_store__cnt__ttl__ja {
  font-family: 'TazuganeGothicStdN-Medium', sans-serif;
  font-size: 24px;
  line-height: 1.375;
  letter-spacing: .03em;
  font-weight: 400
}

@media screen and (min-width:931px) {
  .p-lp-toaster .to_store__cnt__ttl__ja {
    margin-top: -1.2rem
  }
}

.p-lp-toaster .to_store__cnt__ttl__en {
  font-family: 'HelveticaNowText-Regular', 'TazuganeGothicStdN-Book', sans-serif
}

@media screen and (min-width:931px) {
  .p-lp-toaster .to_store__cnt__ttl__en {
    font-size: 11px
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster .to_store__cnt__ttl__en {
    line-height: 2.363636363636364
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster .to_store__cnt__ttl__en {
    letter-spacing: .06em
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster .to_store__cnt__ttl__en {
    font-weight: 400
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .to_store__cnt__ttl__en {
    font-size: 12px
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .to_store__cnt__ttl__en {
    line-height: 2.333333333333333
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .to_store__cnt__ttl__en {
    letter-spacing: .06em
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .to_store__cnt__ttl__en {
    font-weight: 400
  }
}

@media screen and (min-width:931px) {
  .p-lp-toaster .to_store__cnt__ttl__en {
    margin-top: .4rem
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .to_store__cnt__ttl__en {
    margin-top: -.3rem
  }
}

.p-lp-toaster .to_store__cnt__txts {
  font-family: 'TazuganeGothicStdN-Book', sans-serif;
  font-size: 14px;
  line-height: 2.142857142857143;
  letter-spacing: .03em;
  font-weight: 400
}

@media screen and (min-width:931px) {
  .p-lp-toaster .to_store__cnt__txts {
    margin-top: 2.5rem
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .to_store__cnt__txts {
    margin-top: 1.3rem
  }
}

.p-lp-toaster .to_store__cnt__link {
  padding-left: 0;
  padding-right: 0
}

@media screen and (min-width:931px) {
  .p-lp-toaster .to_store__cnt__link {
    width: 30rem;
    margin-top: 2.4rem
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .to_store__cnt__link {
    position: absolute;
    bottom: 5.2rem;
    left: 50%;
    z-index: 1;
    width: 31.5rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

.p-lp-toaster .to_store__pic {
  z-index: 0;
  width: 100%;
  height: auto
}

@media screen and (min-width:931px) {
  .p-lp-toaster .to_store__pic {
    aspect-ratio: 2880/1080
  }
}

@media screen and (max-width:930px) {
  .p-lp-toaster .to_store__pic {
    aspect-ratio: 750/1294
  }
}