@charset "UTF-8";
/*
	Theme Name: XXX
	Author: em.inc
	Version:
*/
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* default setting */
body {
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #000;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

p,
h1,
h2,
h3,
h4 {
  /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  p,
  h1,
  h2,
  h3,
  h4,
  li,
  a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

main {
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

a {
  color: #148df0;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  a {
    -webkit-transition: 200ms;
    transition: 200ms;
  }
}

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

p {
  font-size: 14px;
  line-height: 2;
}

@media print, screen and (min-width: 769px) {
  p {
    font-size: 16px;
  }
}

input:-ms-input-placeholder {
  color: #a3a3a3;
}

/* 共通ヘッダー */
.brandSiteHeader {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.-noLink {
  pointer-events: none;
}

@media print, screen and (max-width: 768px) {
  img {
    height: auto;
    vertical-align: top;
    width: 100%;
  }
  .pc {
    display: none !important;
  }
  main {
    margin-top: 60px;
    padding-top: 0;
    -webkit-transition: margin-top 200ms ease 0s;
    transition: margin-top 200ms ease 0s;
  }
  main.-open, main.-scrolled {
    margin-top: 60px;
  }
  .top main {
    margin-top: 70px;
  }
  .top main.-open, .top main.-scrolled {
    margin-top: 60px;
  }
}

@media print, screen and (min-width: 769px) {
  img {
    vertical-align: top;
  }
  .sp {
    display: none !important;
  }
  header {
    min-width: 1214px;
  }
  footer {
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    min-width: 1214px;
  }
}

/* blocks */
/* Arrow */
@media print, screen and (min-width: 769px) {
  .Arrow {
    background-color: #e7e7e7;
    height: 12px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 66px;
  }
  .Arrow::before {
    -webkit-animation-duration: 2000ms;
    animation-duration: 2000ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: topScroll;
    animation-name: topScroll;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    background-color: #067761;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 98%;
    z-index: 0;
  }
  .Arrow .Arrow__img {
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 102%;
    z-index: 9;
  }
}

@-webkit-keyframes topScroll {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes topScroll {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

/* Article */
.Article {
  margin: 35px 0 100px;
}

.Article .Article__figure img {
  width: 100%;
}

.Article .Article__title {
  color: #067761;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.07em;
  letter-spacing: 0.3px;
  line-height: 30px;
  padding: 47px 0 32px;
  text-align: center;
}

.Article .Article__titleUnder {
  border-bottom: 2px solid #ffbb00;
}

.Article .Article__dl {
  margin: 32px 0 17px;
}

.Article .Article__term,
.Article h3,
.Article dt {
  background-color: #fff;
  color: #067761;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 23px;
  margin: -2px 0 0;
  margin-top: 0;
  padding: 0 0 0;
  position: relative;
  z-index: 11;
}

.Article .Article__text,
.Article p,
.Article dd,
.Article li {
  background-color: #fff;
  color: #787877;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 23px;
  margin: 0 0 3em;
  margin-top: 0;
  padding: 0 0 0;
  position: relative;
  z-index: 11;
}

.Article .Article__link,
.Article a {
  color: #787877;
  word-break: break-all;
}

@media print, screen and (min-width: 769px) {
  .Article {
    margin: 0 auto 200px;
    width: 710px;
  }
  .Article .Article__title {
    font-size: 25px;
    line-height: 44px;
    margin: 0 0 50px;
    padding: 95px 0 32px;
  }
  .Article .Article__titleUnder {
    border-bottom: 3px solid #ffbb00;
  }
  .Article .Article__dl {
    margin: 58px 0 0;
  }
  .Article .Article__term,
  .Article h3,
  .Article dt {
    font-size: 15px;
    line-height: 30px;
  }
  .Article .Article__text,
  .Article p,
  .Article dd,
  .Article li {
    font-size: 15px;
    line-height: 30px;
  }
  .Article .Article__link:hover,
  .Article a:hover {
    text-decoration: underline;
  }
}

/* Bnr */
.Bnr .Bnr__list {
  padding: 0;
}

.Bnr .Bnr__item {
  margin: 0 0 20px;
}

.Bnr .Bnr__link {
  display: block;
}

.Bnr .Bnr__img {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .Bnr .Bnr__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 60px;
  }
  .Bnr .Bnr__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    margin: 0 3.7% 0 0;
    max-width: 33.33%;
  }
  .Bnr .Bnr__item:last-child {
    margin-right: 0;
  }
  .Bnr .Bnr__link:hover {
    -webkit-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.14);
  }
}

/* NaiveMv */
.BodyWash {
  margin-top: -100px;
}

.BodyWash .BodyWash__inner {
  padding: 17px 0 90px;
}

.BodyWash .BodyWash__text {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
  text-align: center;
}

.BodyWash .BodyWash__pointList {
  margin-top: -22px;
}

.BodyWash .BodyWash__pointItem {
  margin-bottom: -5px;
  margin-left: 6px;
  width: 85%;
}

.BodyWash .BodyWash__pointFigure {
  margin-bottom: 5px;
}

.BodyWash .BodyWash__pointFigure img {
  width: 100%;
}

.BodyWash .BodyWash__pointText {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding-left: 13%;
}

.BodyWash .BodyWash__pointText.-small {
  display: block;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.05em;
}

.BodyWash .BodyWash__pointText.-note {
  display: block;
  font-size: 10px;
  font-weight: normal;
}

@media print, screen and (min-width: 769px) {
  .BodyWash {
    margin-top: -230px;
  }
  .BodyWash .BodyWash__inner {
    padding: 116px 0 90px;
  }
  .BodyWash .BodyWash__text {
    font-size: 22px;
    margin-bottom: 44px;
  }
  .BodyWash .BodyWash__point {
    margin-left: -110px;
    width: 1070px;
  }
  .BodyWash .BodyWash__pointList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -10px;
  }
  .BodyWash .BodyWash__pointItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47.6%;
    flex: 0 0 47.6%;
    margin: 0 10px 11px;
  }
  .BodyWash .BodyWash__pointText {
    font-size: 23px;
    padding-left: 11%;
  }
  .BodyWash .BodyWash__pointText.-small {
    font-size: 16px;
  }
}

/* NaiveMv */
.BodyWashLead {
  text-align: center;
}

.BodyWashLead .BodyWashLead__inner {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  display: inline-block;
  margin-bottom: 39px;
  margin-left: 36px;
  margin-right: 36px;
}

.BodyWashLead .BodyWashLead__inner.-green {
  border-left: 2px solid #067761;
  border-right: 2px solid #067761;
  margin: 0;
  margin-top: 23px;
}

.BodyWashLead .BodyWashLead__text {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 11px 8px;
  text-align: center;
}

.BodyWashLead .BodyWashLead__text.-green {
  color: #067761;
  font-size: 13px;
  padding: 11px 20px;
}

.BodyWashLead .BodyWashLead__frameTop {
  position: relative;
}

.BodyWashLead .BodyWashLead__frameTop:before {
  background-color: #fff;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 8px;
}

.BodyWashLead .BodyWashLead__frameTop:after {
  background-color: #fff;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  right: 0;
  top: 0;
  width: 8px;
}

.BodyWashLead .BodyWashLead__frameTop.-green:before {
  background-color: #067761;
}

.BodyWashLead .BodyWashLead__frameTop.-green:after {
  background-color: #067761;
}

.BodyWashLead .BodyWashLead__frameBottom {
  position: relative;
}

.BodyWashLead .BodyWashLead__frameBottom:before {
  background-color: #fff;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: -2px;
  width: 8px;
}

.BodyWashLead .BodyWashLead__frameBottom:after {
  background-color: #fff;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  right: 0;
  top: -2px;
  width: 8px;
}

.BodyWashLead .BodyWashLead__frameBottom.-green:before {
  background-color: #067761;
}

.BodyWashLead .BodyWashLead__frameBottom.-green:after {
  background-color: #067761;
}

@media print, screen and (min-width: 769px) {
  .BodyWashLead .BodyWashLead__inner {
    margin-bottom: 116px;
  }
  .BodyWashLead .BodyWashLead__inner.-green {
    margin-bottom: 61px;
  }
  .BodyWashLead .BodyWashLead__text {
    font-size: 33px;
    padding: 15px 69px;
  }
  .BodyWashLead .BodyWashLead__text.-green {
    font-size: 25px;
    padding: 15px 69px;
  }
  .BodyWashLead .BodyWashLead__frameTop {
    position: relative;
  }
  .BodyWashLead .BodyWashLead__frameTop:before {
    height: 2px;
    left: 0;
    top: 0;
    width: 13px;
  }
  .BodyWashLead .BodyWashLead__frameTop:after {
    height: 2px;
    right: 0;
    top: 0%;
    width: 13px;
  }
  .BodyWashLead .BodyWashLead__frameBottom {
    position: relative;
  }
  .BodyWashLead .BodyWashLead__frameBottom:before {
    height: 2px;
    left: 0;
    top: -2px;
    width: 13px;
  }
  .BodyWashLead .BodyWashLead__frameBottom:after {
    height: 2px;
    right: 0;
    top: -2px;
    width: 13px;
  }
}

/* NaiveMv */
.BodyWashMovie .BodyWashMovie__inner {
  margin-bottom: 40px;
}

.BodyWashMovie .BodyWashMovie__title {
  color: #787877;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
}

.BodyWashMovie .BodyWashMovie__titleTop {
  display: inline-block;
  font-size: 14px;
  line-height: 1.3;
  position: relative;
}

.BodyWashMovie .BodyWashMovie__titleTop::before {
  background: #ffbb00;
  border-radius: 3px;
  content: '';
  display: block;
  height: 100%;
  left: -10px;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  width: 2px;
}

.BodyWashMovie .BodyWashMovie__titleTop::after {
  background: #ffbb00;
  border-radius: 3px;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: -10px;
  top: 0;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  width: 2px;
}

.BodyWashMovie .BodyWashMovie__titleBottom {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0;
}

.BodyWashMovie .BodyWashMovie__modal {
  padding: 0 15px;
}

.BodyWashMovie .BodyWashMovie__link {
  display: block;
}

.BodyWashMovie .BodyWashMovie__link img {
  width: 100%;
}

.BodyWashMovie .BodyWashMovie__textWrap {
  margin-top: 10px;
  padding: 0 15px;
}

.BodyWashMovie .BodyWashMovie__text {
  color: #787877;
  display: block;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 1.5;
}

.BodyWashMovie .BodyWashMovie__item {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: #787877;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 1.5;
}

.BodyWashMovie .BodyWashMovie__itemTitle {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 56px;
  flex: 0 0 56px;
  position: relative;
}

.BodyWashMovie .BodyWashMovie__itemTitle::before {
  content: "：";
  font-size: 11px;
  position: absolute;
  right: 0;
  top: 0;
}

@media print, screen and (min-width: 769px) {
  .BodyWashMovie .BodyWashMovie__inner {
    margin: 0 auto;
    max-width: 1200px;
  }
  .BodyWashMovie .BodyWashMovie__title {
    line-height: 2;
    margin: -30px 0 35px;
  }
  .BodyWashMovie .BodyWashMovie__titleTop {
    font-size: 26px;
    letter-spacing: 0.05em;
  }
  .BodyWashMovie .BodyWashMovie__titleTop::before {
    border-radius: 3px;
    height: 60px;
    left: -10px;
    top: 10px;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
    width: 4px;
  }
  .BodyWashMovie .BodyWashMovie__titleTop::after {
    border-radius: 3px;
    height: 60px;
    right: -10px;
    top: 10px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    width: 4px;
  }
  .BodyWashMovie .BodyWashMovie__titleBottom {
    font-size: 21px;
  }
  .BodyWashMovie .BodyWashMovie__modal {
    padding: 0;
  }
  .BodyWashMovie .BodyWashMovie__link {
    margin: 0 auto;
    max-width: 1300px;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .BodyWashMovie .BodyWashMovie__link:hover {
    opacity: 0.8;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .BodyWashMovie .BodyWashMovie__textWrap {
    margin: 24px 0 0 auto;
    padding: 0;
    width: 566px;
  }
  .BodyWashMovie .BodyWashMovie__text {
    font-size: 14px;
  }
  .BodyWashMovie .BodyWashMovie__item {
    font-size: 14px;
  }
  .BodyWashMovie .BodyWashMovie__itemTitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 69px;
    flex: 0 0 69px;
    position: relative;
  }
  .BodyWashMovie .BodyWashMovie__itemTitle::before {
    font-size: 14px;
  }
  .BodyWashMovie .BodyWashMovie__itemDefinition {
    white-space: nowrap;
  }
}

/* Btn1 */
.Btn1 {
  margin-left: auto;
  margin-right: auto;
}

.Btn1 .Btn1__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-align: center;
  -webkit-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
  width: 100%;
}

.Btn1 .Btn1__link:after {
  -webkit-animation-duration: 1200ms;
  animation-duration: 1200ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: btnArrow;
  animation-name: btnArrow;
  -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  background-image: url("../images/btn_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 17px;
  margin-left: 11px;
  width: 19px;
}

.Btn1 .Btn1__text {
  color: #067761;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1;
}

.Btn1.-bgGreen .Btn1__link {
  z-index: 9;
}

.Btn1.-bgGreen .Btn1__link:after {
  background-image: url("../images/btn_arrow_white.svg");
}

.Btn1.-bgGreen .Btn1__text {
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  .Btn1 {
    position: relative;
    z-index: 1;
  }
  .Btn1 .Btn1__link {
    border-radius: 30px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    height: 60px;
    margin: 0 auto;
    width: 478px;
  }
  .Btn1 .Btn1__link:after {
    height: 18px;
    width: 18px;
  }
  .Btn1 .Btn1__link:hover {
    -webkit-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.14);
  }
  .Btn1 .Btn1__text {
    font-family: "Hiragino Maru Gothic ProN" , meiryo ,"メイリオ", sans-serif !important;
    font-size: 19px;
    font-weight: 900 !important;
  }
  .Btn1.-tal {
    width: auto;
  }
  .Btn1.-tal .Btn1__link {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 5px;
    width: auto;
  }
  .Btn1.-tal .Btn1__link:hover {
    -webkit-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
    opacity: .7;
  }
  .Btn1.-widthAuto {
    width: auto;
  }
  .Btn1.-widthAuto .Btn1__link {
    margin-right: 5px;
    width: auto;
  }
  .Btn1.-fz16 .Btn1__text {
    font-size: 16px;
  }
}

@-webkit-keyframes btnArrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes btnArrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

/* Cast */
.Cast {
  padding: 20px 0;
}

.Cast .Cast__title {
  color: #067761;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 28px;
  margin: 0 0 30px;
  text-align: center;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .Cast {
    padding: 47px 0 26px;
  }
  .Cast .Cast__title {
    font-size: 30px;
    left: 44px;
    margin: 0 0 50px;
  }
}

/* CastPerson */
.CastPerson {
  padding: 0 0 50px;
}

.CastPerson .CastPerson__figure {
  margin: 0 0 27px;
}

.CastPerson .CastPerson__name {
  color: #067761;
  margin: 0 0 21px;
  text-align: center;
}

.CastPerson .CastPerson__nameJp {
  display: block;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 20px;
}

.CastPerson .CastPerson__nameEn {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.8;
  line-height: 12px;
  margin: 8px 0 0;
}

.CastPerson .CastPerson__text {
  color: #787877;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}

@media print, screen and (min-width: 769px) {
  .CastPerson {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    padding: 0 0 40px;
    width: 950px;
  }
  .CastPerson .CastPerson__figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 454px;
    flex: 0 0 454px;
    max-width: 454px;
  }
  .CastPerson .CastPerson__img {
    width: 100%;
  }
  .CastPerson .CastPerson__wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-left: 75px;
  }
  .CastPerson .CastPerson__name {
    text-align: left;
  }
  .CastPerson .CastPerson__nameJp {
    font-size: 17px;
    line-height: 26px;
  }
  .CastPerson .CastPerson__nameEn {
    font-size: 13px;
    line-height: 24px;
  }
  .CastPerson .CastPerson__text {
    font-size: 14px;
    line-height: 26px;
  }
}

/* Datail */
.Datail {
  border-bottom: 1px solid #e8e8e8;
  margin: 0 0 24px;
  padding: 0 0 40px;
}

.Datail.-bddark {
  border-bottom: 1px solid #c2c2c2;
}

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

.Datail .Detail__pointText {
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: -6px;
  padding: 6px 23px;
}

.Datail .Detail__pointText.-pink {
  background-color: #e8406d;
}

.Datail .Detail__pointText.-pink2 {
  background-color: #eb789c;
}

.Datail .Detail__pointText.-green {
  background-color: #009f87;
}

.Datail .Detail__pointText.-green2 {
  background-color: #089950;
}

.Datail .Detail__pointText.-blue {
  background-color: #0a55a6;
}

.Datail .Detail__pointText.-blue2 {
  background-color: #1874ad;
  padding: 0px 12px;
}

.Datail .Detail__pointText.-orange {
  background-color: #ed6b00;
  padding: 0px 15px;
}

.Datail .Detail__pointText.-orange2 {
  background-color: #ee762a;
}

.Datail .Detail__pointText.-small {
  display: block;
  font-size: 9px;
  line-height: 1;
  margin-bottom: -33px;
}

.Datail .Detail__graphFigure {
  margin: -26px auto 0;
  width: 71%;
}

.Datail .Detail__graphFigure.-oilin {
  margin-bottom: 0.8rem;
}

.Datail .Detail__graphFigure.-pure {
  margin: -26px auto 30px;
}

.Datail .Datail__figure {
  margin: 0 -36px;
  padding: 0 0 23px;
}

.Datail .Datail__figure.-new {
  position: relative;
}

.Datail .Datail__figure.-new::before {
  background-image: url("../images/icon_new.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 50px;
  left: 20%;
  position: absolute;
  top: 25px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
}

.Datail .Datail__figure.-handsoap {
  padding: 26px 0 23px;
}

.Datail .Datail__figure.-cleansing2 {
  padding: 0 0 10px;
}

.Datail .Detail__linkWrap {
  margin-top: 16px;
}

.Datail .Detail__link {
  color: #067761;
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.Datail .Detail__linkText {
  position: relative;
}

.Datail .Detail__linkText:before {
  /* 角の丸み */
  background: #067761;
  /* 高さ */
  border-radius: 50%;
  bottom: 0;
  content: "";
  display: block;
  /* 横幅 */
  height: 15px;
  margin: auto;
  position: absolute;
  right: -21px;
  top: 0px;
  width: 15px;
}

.Datail .Detail__linkText:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 6px;
  margin: auto;
  position: absolute;
  right: -15.5px;
  top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
}

.Datail .Datail__lead1 {
  color: #067761;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.07em;
  margin: 33px 0 9px;
  text-align: center;
}

.Datail .Datail__lead1.-lead2 {
  padding: 0 0 0 60px;
  position: relative;
}

.Datail .Datail__leadInner {
  position: relative;
}

.Datail .Datail__leadText {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/top-news.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  height: 80px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: -77px;
  padding: 0 0 11px;
  position: absolute;
  top: -23px;
  width: 77px;
}

.Datail .Datail__btn {
  margin: 25px 0 0;
}

.Datail .Datail__banner {
  margin: 34px -20px 34px -19px;
}

.Datail .Datail__bannerLink {
  display: block;
}

.Datail .Datail__banner {
  vertical-align: top;
}

.Datail:first-child {
  margin-top: -14px;
}

.Datail.-noBd {
  border-bottom: none;
}

.Datail.-mb {
  margin: 0 0 85px;
}

.Datail.-mb0 {
  margin-bottom: 0;
}

.Datail.-mt0 {
  margin-top: 0;
}

.Datail.-pb0 {
  padding-bottom: 0;
}

@media print, screen and (min-width: 769px) {
  .Datail {
    margin: 0 0 71px;
    overflow: hidden;
    padding: 0 0 76px;
  }
  .Datail .Datail__title {
    margin-bottom: 34px;
    padding: 0;
    text-align: left;
  }
  .Datail .Datail__wapper1 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .Datail .Datail__wapper2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 436px;
    flex: 0 0 436px;
    margin-left: 58px;
    max-width: 436px;
    width: 436px;
  }
  .Datail .Datail__figure {
    -ms-flex-preferred-size: calc(100% - 436px - 58px);
    flex-basis: calc(100% - 436px - 58px);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin: 0;
    max-width: calc(100% - 436px - 58px);
    padding: 0;
    width: calc(100% - 436px - 58px);
  }
  .Datail .Datail__figure.-mb {
    margin-bottom: 15px;
  }
  .Datail .Datail__figure.-new::before {
    height: 95px;
    left: 22%;
    top: -53px;
    width: 95px;
  }
  .Datail .Datail__figure.-handsoap {
    padding: 0;
  }
  .Datail .Detail__linkWrap {
    margin-top: 16px;
  }
  .Datail .Detail__link {
    font-size: 16px;
    text-align: left;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .Datail .Detail__link:hover {
    opacity: 0.7;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .Datail .Detail__linkText {
    position: relative;
  }
  .Datail .Detail__linkText:before {
    /* 角の丸み */
    background: #067761;
    /* 高さ */
    border-radius: 50%;
    bottom: 0;
    content: "";
    display: block;
    /* 横幅 */
    height: 20px;
    margin: auto;
    position: absolute;
    right: -30px;
    top: 0px;
    width: 20px;
  }
  .Datail .Detail__linkText:after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 5px;
    margin: auto;
    position: absolute;
    right: -21.5px;
    top: 0px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px;
  }
  .Datail .Datail__img {
    max-width: 675px;
    width: 100%;
  }
  .Datail .Detail__point {
    text-align: left;
  }
  .Datail .Detail__pointText {
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 8px;
    padding: 9px 32px;
  }
  .Datail .Detail__pointText.-blue2, .Datail .Detail__pointText.-orange {
    padding: 0;
    text-align: center;
    width: 193px;
  }
  .Datail .Detail__pointText.-small {
    font-size: 12px;
    margin-bottom: -53px;
  }
  .Datail .Detail__graphFigure {
    margin: -6px 0 12px;
    width: 66%;
  }
  .Datail .Detail__graphFigure.-oilin {
    margin-bottom: 0;
  }
  .Datail .Detail__graphFigure img {
    width: 100%;
  }
  .Datail .Datail__lead1 {
    font-size: 28px;
    margin: -10px auto 50px;
  }
  .Datail .Datail__lead1.-lead2 {
    padding: 0 0 0 60px;
  }
  .Datail .Datail__leadText {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 26px;
    font-weight: 500;
    height: 110px;
    left: -121px;
    letter-spacing: 0.07em;
    padding: 0 0 14px;
    top: -34px;
    width: 120px;
  }
  .Datail .Datail__leadInner {
    position: relative;
  }
  .Datail .Datail__btn {
    padding: 0 0 0;
  }
  .Datail .Datail__banner {
    margin: 130px auto 50px;
    width: 740px;
  }
  .Datail .Datail__bannerLink:hover {
    -webkit-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.14);
  }
  .Datail.-noBd {
    border-bottom: none;
    margin: 0;
  }
  .Datail.-cleansing {
    margin-top: 60px;
  }
  .Datail.-handsoap {
    overflow: visible;
    padding-top: 30px;
  }
  .Datail.-other {
    margin-top: 60px;
  }
  .Datail.-bodyLast {
    margin-top: -40px;
    padding-top: 40px;
  }
}

/* DatailTitle */
.DatailTitle {
  color: #067761;
  margin: 0 0 34px;
  padding: 11px 0 0;
  text-align: center;
}

.DatailTitle .DatailTitle__jp {
  display: block;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 28px;
}

.DatailTitle .DatailTitle__jpSmall {
  display: block;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 17px;
  margin: 12px 0 0;
}

.DatailTitle .DatailTitle__jpSmall.-spanGray {
  margin-top: 4px;
}

.DatailTitle .DatailTitle__spanGray {
  border: 1px solid #067761;
  border-radius: 2px;
  color: #067761;
  display: inline-block;
  font-size: 10px;
  padding: 1px 6px;
}

.DatailTitle .DatailTitle__sup {
  font-size: 11px;
}

.DatailTitle.-white {
  color: #fff;
}

.DatailTitle.-mb0 {
  margin-bottom: 0;
}

.DatailTitle.-cleansing1 {
  margin-bottom: 21px;
}

.DatailTitle.-cleansing2 {
  margin-bottom: 21px;
}

@media print, screen and (min-width: 769px) {
  .DatailTitle .DatailTitle__jp {
    font-size: 30px;
    line-height: 44px;
  }
  .DatailTitle .DatailTitle__jpSmall {
    font-size: 16px;
    line-height: 30px;
    margin: 2px 0 0;
  }
  .DatailTitle .DatailTitle__spanGray {
    font-size: 14px;
  }
  .DatailTitle.-cleansing {
    margin-bottom: 10px;
  }
  .DatailTitle.-other {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .DatailTitle.-other .DatailTitle__jp {
    display: inline-block;
  }
  .DatailTitle.-other .DatailTitle__jpSmall {
    display: inline-block;
    margin: 0;
  }
  .DatailTitle.-other .DatailTitle__spanGray {
    border-radius: 4px;
    font-size: 14px;
    line-height: 1;
    margin: 0 0 0 14px;
    padding: 6px 9px;
  }
  .DatailTitle.-cleansing1 {
    margin-bottom: 10px;
  }
  .DatailTitle.-cleansing2 {
    margin-bottom: 10px;
  }
}

/* Deco */
@media print, screen and (max-width: 768px) {
  .Deco.-spNowrap {
    white-space: nowrap;
  }
}

@media print, screen and (min-width: 769px) {
  .Deco.-pcNowrap {
    white-space: nowrap;
  }
}

/* DetailBox */
.DetailBox {
  text-align: center;
}

.DetailBox.-white {
  background-color: #fff;
  border-radius: 4px;
  color: #067761;
  margin: 0 0 10px;
  padding: 12px 37px;
}

.DetailBox.-bd {
  border: 1px solid #067761;
  border-radius: 10px;
  padding: 17px 0;
}

.DetailBox.-mb0 {
  margin-bottom: 0;
}

.DetailBox.-cleansing2 {
  padding: 20px 20px 20px;
}

@media print, screen and (min-width: 769px) {
  .DetailBox.-white {
    border-radius: 8px;
    margin: 0 0 14px;
    padding: 15px 37px;
  }
  .DetailBox.-bd {
    padding: 19px 0 27px;
  }
  .DetailBox.-mbPc0 {
    margin-bottom: 0;
  }
  .DetailBox.-pcFlex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .DetailBox.-cleansing2 {
    padding: 29px 26px 20px;
  }
}

/* DetailBtn */
.DetailBtn {
  border-bottom: 1px solid #ebedf0;
  border-top: 1px solid #ebedf0;
  padding: 4px 0;
}

@media print, screen and (min-width: 769px) {
  .DetailBtn {
    font-size: 16px;
  }
}

/* DetailList */
.DetailList {
  padding: 0 0 0 19px;
  text-align: left;
}

.DetailList .DetailText.-item {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
  margin: 0 0 20px;
  position: relative;
}

.DetailList .DetailText.-item::before {
  background-color: #067761;
  border-radius: 50%;
  content: '';
  display: block;
  height: 8px;
  left: -18px;
  position: absolute;
  top: 6px;
  width: 8px;
}

.DetailList .DetailText.-item:last-child {
  margin-bottom: 0;
}

.DetailList .DetailText.-item.-bold {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  letter-spacing: 0.07em;
}

.DetailList.-top {
  margin: 10px -20px 0 0;
  padding: 0;
}

.DetailList.-top .-item {
  line-height: 20px;
  margin: 0 0 10px;
}

.DetailList.-top .-item:last-child {
  margin-bottom: 9px;
}

.DetailList.-cleansing {
  margin-bottom: 27px;
}

.DetailList.-other {
  margin-top: 11px;
}

.DetailList .DetailText__newAroma {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: -0.2px;
  line-height: 1.7;
  margin: 0 0 6px 0;
  padding: 0 5px;
  position: relative;
}

.DetailList .DetailText__newAroma.-pink {
  background-color: #E8406D;
}

.DetailList .DetailText__newAroma.-pink::after {
  border: 6px solid transparent;
  border-top: 6px solid #E8406D;
  content: '';
  height: 0;
  left: 9px;
  position: absolute;
  top: 100%;
  width: 0;
}

.DetailList .DetailText__newAroma.-lightGreen {
  background-color: #009F87;
  position: relative;
}

.DetailList .DetailText__newAroma.-lightGreen::after {
  border: 6px solid transparent;
  border-top: 6px solid #009F87;
  content: '';
  height: 0;
  left: 9px;
  position: absolute;
  top: 100%;
  width: 0;
}

.DetailList .DetailText__newAroma.-lightPink {
  background-color: #EB789C;
  position: relative;
}

.DetailList .DetailText__newAroma.-lightPink::after {
  border: 6px solid transparent;
  border-top: 6px solid #EB789C;
  content: '';
  height: 0;
  left: 9px;
  position: absolute;
  top: 100%;
  width: 0;
}

@media print, screen and (min-width: 769px) {
  .DetailList {
    margin: 0;
    padding: 0;
  }
  .DetailList .DetailText {
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg);
  }
  .DetailList .DetailText.-item {
    margin-bottom: 20;
    padding: 0 0 0 17px;
  }
  .DetailList .DetailText.-item::before {
    height: 8px;
    left: -2px;
    top: 11px;
    width: 8px;
  }
  .DetailList .DetailText.-item:last-child {
    margin-bottom: 0;
  }
  .DetailList.-top {
    margin: 10px 0 0 10px;
    padding: 0;
  }
  .DetailList.-top .DetailText.-item {
    line-height: 24px;
    margin-bottom: 7px;
    padding-left: 0;
  }
  .DetailList.-top .DetailText.-item::before {
    left: -15px;
    top: 9px;
  }
  .DetailList.-top .DetailText.-item:last-child {
    margin-bottom: 10px;
  }
  .DetailList.-cleansing {
    margin-bottom: 36px;
  }
  .DetailList.-cleansing .DetailText.-item {
    margin-bottom: 10px;
  }
  .DetailList .DetailText__newAroma {
    font-size: 15px;
    margin-left: -1px;
    padding: 0 5px;
  }
  .DetailList .DetailText__newAroma.-pink {
    background-color: #E8406D;
    position: relative;
  }
  .DetailList .DetailText__newAroma.-pink::after {
    border: 6px solid transparent;
    border-top: 6px solid #E8406D;
    content: '';
    height: 0;
    left: 9px;
    left: 10px;
    position: absolute;
    top: 100%;
    width: 0;
  }
  .DetailList .DetailText__newAroma.-lightGreen {
    background-color: #009F87;
    position: relative;
  }
  .DetailList .DetailText__newAroma.-lightGreen::after {
    border: 6px solid transparent;
    border-top: 6px solid #009F87;
    content: '';
    height: 0;
    left: 9px;
    left: 10px;
    position: absolute;
    top: 100%;
    width: 0;
  }
  .DetailList .DetailText__newAroma.-lightPink {
    background-color: #EB789C;
    position: relative;
  }
  .DetailList .DetailText__newAroma.-lightPink::after {
    border: 6px solid transparent;
    border-top: 6px solid #EB789C;
    content: '';
    height: 0;
    left: 9px;
    left: 10px;
    position: absolute;
    top: 100%;
    width: 0;
  }
}

/* DetailText */
.DetailText {
  color: #067761;
}

.DetailText.-text1 {
  font-size: 13px;
  line-height: 22px;
  margin: 0 0 33px;
}

.DetailText.-text2 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  letter-spacing: 0.1em;
  line-height: 22px;
}

.DetailText.-text2.-lh {
  line-height: 17px;
}

.DetailText.-text2.-body1 {
  font-size: 14px;
  margin-bottom: 25px;
}

.DetailText.-text2.-cleansing {
  font-size: 14px;
  margin-bottom: 23px;
}

.DetailText.-text2.-body2 {
  margin-bottom: 12px;
}

.DetailText.-text2.-fontBlack {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 800;
  letter-spacing: 0.07em;
}

.DetailText.-text2.-tal {
  text-align: left;
}

.DetailText.-text3 {
  font-size: 11px;
  line-height: 13px;
  margin: 16px 0 0;
  padding: 0 0 0 11px;
  text-indent: -11px;
}

.DetailText.-text3.-mb {
  margin-bottom: 34px;
}

.DetailText.-text3.-mb2 {
  margin-bottom: 34px;
}

.DetailText.-text3.-note {
  color: #787877;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.227272727272727;
  margin-bottom: 68px;
  margin-top: 41px;
}

.DetailText.-text4 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.07em;
}

.DetailText.-text4.-mb {
  margin-bottom: 13px;
}

.DetailText.-text4.-lh2 {
  line-height: 24px;
}

.DetailText.-text5 {
  font-size: 10px;
}

.DetailText.-colorGray {
  color: #787877 !important;
}

.DetailText.-plus {
  margin-bottom: 19px;
  position: relative;
}

.DetailText.-plus::after {
  background-image: url("../../product/images/detail-plus-g.svg");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -12px;
  content: '';
  display: block;
  height: 8px;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 8px;
}

.DetailText .DetailText__span {
  font-size: 10px;
}

.DetailText .DetailText__span.-light {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 300;
}

.DetailText .DetailText__sub {
  font-size: 50%;
  position: relative;
  top: -0.6em;
}

.DetailText.-mb1 {
  margin-bottom: 90px;
}

.DetailText.-note {
  display: inline-block;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.6;
  padding-left: 2.3em;
  text-indent: -2.3em;
}

@media print, screen and (min-width: 769px) {
  .DetailText.-text1 {
    font-size: 16px;
    line-height: 31px;
    margin: 0 0 50px;
  }
  .DetailText.-text1.-body1 {
    margin-bottom: 11px;
  }
  .DetailText.-text1.-body2 {
    margin-bottom: 43px;
  }
  .DetailText.-text1.-mb {
    margin-bottom: 43px;
  }
  .DetailText.-text2 {
    font-size: 16px;
    line-height: 31px;
  }
  .DetailText.-text2.-lh {
    line-height: 17px;
  }
  .DetailText.-text2.-lh25 {
    line-height: 25px;
  }
  .DetailText.-text2.-body2 {
    margin-bottom: 0;
  }
  .DetailText.-text2.-fz16 {
    font-size: 16px;
  }
  .DetailText.-text2.-mtM {
    margin-top: -9px;
  }
  .DetailText.-text2.-cleansing {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.07em;
  }
  .DetailText.-text2.-cleansing2 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 16px;
    font-weight: 400;
  }
  .DetailText.-text3 {
    font-size: 12px;
    margin-top: 10px;
  }
  .DetailText.-text3.-tar {
    text-align: right;
  }
  .DetailText.-text3.-pcSmall {
    font-size: 11px;
    line-height: 19px;
    margin: 0;
    text-indent: 0;
  }
  .DetailText.-text3.-mb {
    margin-bottom: 48px;
  }
  .DetailText.-text3.-mb2 {
    margin-bottom: 12px;
  }
  .DetailText.-text3.-mt11 {
    margin-top: 11px;
  }
  .DetailText.-text3.-note {
    font-size: 11px;
    line-height: 19px;
    margin-bottom: 68px;
    margin-left: auto;
    margin-top: 34px;
    padding-left: 0;
    position: relative;
    text-align: left;
    text-indent: 0;
    width: 250px;
  }
  .DetailText .DetailText__noteSpan {
    left: -22px;
    position: absolute;
    top: 0;
  }
  .DetailText.-text4 {
    font-size: 20px;
  }
  .DetailText.-text4.-mb {
    margin-bottom: 20px;
  }
  .DetailText.-text5 {
    font-size: 10px;
  }
  .DetailText.-plus {
    margin-bottom: 30px;
  }
  .DetailText.-plus::after {
    bottom: -17px;
    height: 11px;
    width: 11px;
  }
  .DetailText .DetailText__span {
    font-size: 12px;
  }
  .DetailText .DetailText__sub {
    font-size: 10px;
    top: -0.5em;
  }
  .DetailText.-note {
    font-size: 11px;
    font-weight: normal;
    line-height: 1.6;
  }
}

.-bgGreen .DetailText {
  color: #fff;
}

.-white .DetailText {
  color: #067761;
}

/* DetailTop */
.DetailTop {
  padding: 58px 0 27px;
}

.DetailTop .DetailTop__figure {
  left: 50%;
  max-width: 375px;
  position: absolute;
  top: -53px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

.DetailTop .DetailTop__title {
  color: #fff;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 30px;
  margin: 0 0 23px;
  text-align: center;
}

.DetailTop .DetailTop__title.-green {
  color: #067761;
}

.DetailTop .DetailTop__wrapperItem.-item1 {
  margin-bottom: 43px;
  position: relative;
}

.DetailTop .DetailTop__wrapperItem.-item1::after {
  background-image: url("../../product/images/detail-plus.svg");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -30px;
  content: '';
  display: block;
  height: 15px;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 15px;
}

.DetailTop.-face {
  padding-top: 70px;
}

.DetailTop.-face2 {
  padding-top: 44px;
}

.DetailTop .DetailTop__text {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
}

.DetailTop .DetailTop__soapImage img {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .DetailTop {
    margin: auto;
    width: 950px;
  }
  .DetailTop .DetailTop__figure {
    max-width: 100%;
    top: -295px;
    width: 950px;
  }
  .DetailTop .DetailTop__img {
    width: 100%;
  }
  .DetailTop .DetailTop__title {
    font-size: 28px;
    line-height: 44px;
    margin-bottom: 45px;
  }
  .DetailTop .DetailTop__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .DetailTop .DetailTop__wrapperItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 438px;
    flex: 0 0 438px;
    max-width: 438px;
  }
  .DetailTop .DetailTop__wrapperItem .-mbPc0 {
    margin-bottom: 0;
  }
  .DetailTop .DetailTop__wrapperItem.-item1 {
    margin-bottom: 0;
  }
  .DetailTop .DetailTop__wrapperItem.-item1 .DetailText {
    font-size: 18px;
  }
  .DetailTop .DetailTop__wrapperItem.-item1 .DetailText__span {
    font-size: 13px;
  }
  .DetailTop .DetailTop__wrapperItem.-item1::after {
    bottom: 50%;
    height: 20px;
    left: auto;
    right: -45px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    width: 20px;
  }
  .DetailTop .DetailTop__wrapperItem.-item2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 74px;
  }
  .DetailTop .DetailTop__wrapperItem.-item2 .DetailText {
    font-size: 24px;
  }
  .DetailTop .DetailTop__wrapperItem.-item2 .DetailText__span {
    font-size: 14px;
  }
  .DetailTop.-face {
    padding-top: 60px;
  }
  .DetailTop.-face2 {
    padding-top: 84px;
  }
  .DetailTop .DetailTop__soapImage {
    margin: 0 -120px;
  }
}

/* DetailTopFigure */
.DetailTopFigure {
  margin: 0 0 -150px;
  position: relative;
  z-index: 9;
}

@media print, screen and (max-width: 768px) {
  .DetailTopFigure.-body {
    margin-bottom: -160px;
    padding-top: 35px;
  }
  .DetailTopFigure.-face2 {
    margin-bottom: -120px;
  }
  .DetailTopFigure.-body2 {
    margin-bottom: -140px;
    padding-top: 48px;
  }
}

@media print, screen and (min-width: 769px) {
  .DetailTopFigure {
    margin: 0 auto -202px;
    width: 950px;
  }
  .DetailTopFigure.-body {
    margin: -32px auto -235px;
    padding-top: 0px;
  }
  .DetailTopFigure.-pcWide {
    width: 1100px;
  }
  .DetailTopFigure.-body2 {
    margin: 120px auto -210px;
    padding-top: 0px;
    width: 480px;
  }
}

/* DetailYellow */
.DetailYellow {
  border-bottom: 2px solid #ffbb00;
}

.DetailYellow.-pc {
  border-bottom: none;
}

@media print, screen and (min-width: 769px) {
  .DetailYellow {
    border-bottom: 3px solid #ffbb00;
  }
  .DetailYellow.-sp {
    border-bottom: none;
  }
  .DetailYellow.-pc {
    border-bottom: 3px solid #ffbb00;
  }
}

.EcModal.iziModal {
  width: 85% !important;
}

.EcModal .EcModal__close {
  height: 24px;
  position: absolute;
  right: 0;
  top: -42px;
  width: 24px;
}

.EcModal .EcModal__close a {
  display: block;
}

.EcModal .EcModal__close a img {
  height: 24px;
  width: 24px;
}

.EcModal .EcModal__inner {
  background-color: #fff;
  padding: 30px;
}

.EcModal .EcModal__inner.-bodySoap {
  padding: 0;
}

.EcModal .EcModal__title {
  color: #067761;
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: center;
}

.EcModal .EcModal__list {
  margin: 0 auto 30px;
  width: 59%;
}

.EcModal .EcModal__item {
  margin-bottom: 12px;
}

.EcModal .EcModal__link {
  border: 2px solid #cccccc;
  display: block;
}

.EcModal .EcModal__note {
  font-size: 10px;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .EcModal.iziModal {
    max-width: 860px !important;
  }
  .EcModal.-bodySoap {
    width: 31% !important;
  }
  .EcModal .EcModal__close {
    height: 40px;
    top: -60px;
    width: 40px;
  }
  .EcModal .EcModal__close a {
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .EcModal .EcModal__close a:hover {
    cursor: pointer;
    opacity: .7;
  }
  .EcModal .EcModal__close a img {
    height: 40px;
    width: 40px;
  }
  .EcModal .EcModal__inner {
    padding: 130px 0 150px;
  }
  .EcModal .EcModal__bodySoapImage img {
    width: 100%;
  }
  .EcModal .EcModal__title {
    font-size: 31px;
    margin-bottom: 28px;
  }
  .EcModal .EcModal__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .EcModal .EcModal__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 192px;
    flex: 0 0 192px;
    margin: 0 6px;
    margin-bottom: 0px;
    max-width: 192px;
  }
  .EcModal .EcModal__link {
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .EcModal .EcModal__link:hover {
    border: 2px solid #067761;
  }
  .EcModal .EcModal__link img {
    width: 100%;
  }
  .EcModal .EcModal__note {
    font-size: 14px;
  }
}

/* FooterLineup */
.FooterLineup {
  padding: 50px 15px 60px;
}

.FooterLineup .FooterLineup__title {
  color: #067761;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 28px;
  margin: 0 0 25px;
  text-align: center;
}

.FooterLineup .FooterLineup__item {
  margin-bottom: 15px;
}

.FooterLineup .FooterLineup__link {
  display: block;
  position: relative;
}

.FooterLineup .FooterLineup__link:after {
  background-image: url("../images/icon_link_arrow_green.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 4px;
  content: '';
  display: block;
  height: 16px;
  position: absolute;
  right: 0;
  width: 16px;
}

.FooterLineup .FooterLineup__fig {
  margin-bottom: 3px;
}

.FooterLineup .FooterLineup__fig img {
  vertical-align: top;
}

.FooterLineup .FooterLineup__name {
  color: #4d4d4d;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  letter-spacing: 0.01em;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .FooterLineup {
    padding: 70px 0 70px;
  }
  .FooterLineup .FooterLineup__title {
    font-size: 18px;
    margin: 0 0 30px;
  }
  .FooterLineup .FooterLineup__list {
    gap: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 960px;
  }
  .FooterLineup .FooterLineup__list.-four .FooterLineup__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
  }
  .FooterLineup .FooterLineup__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.5%;
    flex: 0 0 31.5%;
    max-width: 31.5%;
  }
  .FooterLineup .FooterLineup__link {
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .FooterLineup .FooterLineup__link:after {
    bottom: 5px;
    height: 20px;
    right: 0;
    width: 20px;
  }
  .FooterLineup .FooterLineup__link:hover .FooterLineup__name {
    text-decoration: underline;
  }
  .FooterLineup .FooterLineup__link:hover .FooterLineup__fig {
    -webkit-box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.1);
  }
  .FooterLineup .FooterLineup__fig {
    margin-bottom: 8px;
  }
  .FooterLineup .FooterLineup__fig img {
    width: 100%;
  }
  .FooterLineup .FooterLineup__name {
    font-size: 14px;
    letter-spacing: 0.06em;
  }
}

/* FooterSnsList */
.FooterSnsList {
  overflow: hidden;
}

.FooterSnsList .FooterSnsList__title {
  color: #fff;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .FooterSnsList .FooterSnsList__title {
    font-size: 16px;
  }
}

/* Header */
@media print, screen and (max-width: 768px) {
  .GlobalNavigation {
    padding: 25px 0 0;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    width: 100%;
  }
  .GlobalNavigation.-scrolled {
    opacity: 1;
    pointer-events: auto;
  }
  .GlobalNavigation .GlobalNavigation__item {
    margin: 18px 0 0;
    text-align: center;
  }
  .GlobalNavigation .GlobalNavigation__item.-news {
    margin-bottom: 26px;
  }
  .GlobalNavigation .GlobalNavigation__item.-news .GlobalNavigation__linkJp {
    color: #4D4D4D;
    font-size: 17px;
    line-height: 20px;
  }
  .GlobalNavigation .GlobalNavigation__item.-news .GlobalNavigation__linkEn {
    color: #067761;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.8;
    line-height: 1;
    margin: 13px 0 0;
  }
  .GlobalNavigation .GlobalNavigation__item.-news .GlobalNavigation__link.-noLink .GlobalNavigation__linkJp {
    color: #bfbfbf;
  }
  .GlobalNavigation .GlobalNavigation__item.-news .GlobalNavigation__link.-noLink .GlobalNavigation__linkEn {
    color: #a4cfc7;
  }
  .GlobalNavigation .GlobalNavigation__linkJp {
    color: #067761;
    display: block;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 1.6;
  }
  .GlobalNavigation .GlobalNavigation__mediaBr {
    display: none !important;
  }
}

@media print, screen and (min-width: 769px) {
  .GlobalNavigation {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 720px;
    padding: 0;
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg);
  }
  .GlobalNavigation .GlobalNavigation__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin: 0;
    max-width: 100%;
  }
  .GlobalNavigation .GlobalNavigation__item:first-child .GlobalNavigation__link {
    border-left: none;
  }
  .GlobalNavigation .GlobalNavigation__item:last-child .GlobalNavigation__link {
    border-right: none;
  }
  .GlobalNavigation .GlobalNavigation__item.-news .GlobalNavigation__link {
    padding: 5px 27px 5px 18px;
  }
  .GlobalNavigation .GlobalNavigation__item.-news .GlobalNavigation__link .GlobalNavigation__linkJp {
    color: #4D4D4D;
  }
  .GlobalNavigation .GlobalNavigation__item.-news .GlobalNavigation__link .GlobalNavigation__linkEn {
    color: #067761;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.8;
    line-height: 16px;
    margin-top: 8px;
    text-align: center;
  }
  .GlobalNavigation .GlobalNavigation__link {
    border-left: 1px solid #c9c9c9;
    display: block;
    padding: 5px 18px;
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg);
  }
  .GlobalNavigation .GlobalNavigation__link:hover {
    opacity: .7;
  }
  .GlobalNavigation .GlobalNavigation__link.-noLink:hover {
    opacity: 1;
  }
  .GlobalNavigation .GlobalNavigation__link.-noLink:hover .GlobalNavigation__linkJp,
  .GlobalNavigation .GlobalNavigation__link.-noLink:hover .GlobalNavigation__linkEn {
    text-decoration: none;
  }
  .GlobalNavigation .GlobalNavigation__link.-noLink .GlobalNavigation__linkJp {
    color: #bfbfbf;
  }
  .GlobalNavigation .GlobalNavigation__link.-noLink .GlobalNavigation__linkEn {
    color: #a4cfc7;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 1370px) {
  .GlobalNavigation .GlobalNavigation__link {
    padding: 5px 10px;
  }
}

@media print, screen and (min-width: 769px) {
  .GlobalNavigation .GlobalNavigation__linkJp {
    color: #067761;
    display: block;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.07em;
    letter-spacing: 0.01em;
    line-height: 18px;
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg);
  }
}

@media print, screen and (min-width: 769px) and (max-width: 1370px) {
  .GlobalNavigation .GlobalNavigation__linkJp {
    font-size: 13px;
  }
}

@media print, screen and (min-width: 769px) {
  .-scrolled .GlobalNavigation__linkJp {
    font-size: 14px;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 1300px) {
  .-scrolled .GlobalNavigation__linkJp {
    font-size: 13px;
  }
}

@media print, screen and (min-width: 769px) {
  .-scrolled .GlobalNavigation__linkEn {
    font-size: 10px;
    margin-top: 8px;
  }
  .GlobalNavigation__mediaBr {
    display: none !important;
  }
}

/* Header */
.Header {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
}

@media print, screen and (max-width: 768px) {
  .Header {
    background-color: #fff;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  .Header.-open .Header__inner, .Header.-scrolled .Header__inner {
    bottom: 0;
    height: 60px;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    z-index: 99;
  }
  .Header.-open .Header__logo, .Header.-scrolled .Header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 108px;
    flex: 0 0 108px;
  }
  .Header.-under .Header__inner {
    height: 60px;
  }
  .Header.-under .Header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 108px;
    flex: 0 0 108px;
  }
  .Header.-under.-open .Header__inner, .Header.-under.-scrolled .Header__inner {
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    z-index: 99;
  }
  .Header__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    -webkit-transition: 200ms ease 0s;
    transition: 200ms ease 0s;
    width: 100vw;
  }
  .Header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    line-height: 1;
    margin-left: 18px;
    -webkit-transition: 200ms ease 0s;
    transition: 200ms ease 0s;
  }
  .Header__logoLink {
    display: block;
  }
  .Header__logoImage {
    height: 50px;
    width: auto;
  }
  .Header__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 1;
    text-align: center;
  }
  .Header__navigation {
    background-color: #fff;
    bottom: 0;
    left: 0;
    opacity: 0;
    padding: 0 36px;
    pointer-events: none;
    position: fixed;
    top: 60px;
    -webkit-transition: all 200ms ease 0s;
    transition: all 200ms ease 0s;
    width: 100%;
    z-index: 100;
  }
  .Header__navigation.-open {
    opacity: 1;
    overflow: scroll;
    overflow-y: scroll;
    pointer-events: auto;
  }
  .Header__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72px;
    flex: 0 0 72px;
    margin-right: 15px;
  }
  .Header__ec {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    height: 36px;
  }
  .Header__ec.-open {
    display: none;
  }
  .Header__menu {
    background-image: url("../images/icon_burger_open.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    height: 36px;
  }
  .Header__menu.-open {
    background-image: url("../images/sp_menu_close_g.svg");
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23px;
    flex: 0 0 23px;
    height: 23px;
    margin-left: auto;
    margin-top: 10px;
  }
  .Header__closeSp {
    background-position: bottom;
    color: #fff;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 20px;
    margin: 110px auto 50px;
    position: relative;
    width: 85px;
    z-index: -1;
  }
  .Header__closeSp::before {
    background-image: url("../images/sp_menu_close.svg");
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 13px;
    margin-right: 15px;
    width: 13px;
  }
  .Header__closeSp::after {
    background-image: url("../images/sp_menu_bg2.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -48px;
    content: '';
    display: block;
    height: 100vh;
    left: 50%;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    z-index: -1;
  }
}

@media print, screen and (max-width: 768px) and (max-width: 350px) {
  .Header__closeSp::after {
    width: 115vw;
  }
}

@media print, screen and (min-width: 769px) {
  .Header {
    background-color: #fff;
    height: 114px;
    overflow-x: hidden;
    -webkit-transition: all 200ms ease 0s;
    transition: all 200ms ease 0s;
    width: 100%;
    z-index: 100;
  }
  .Header.-scrolled {
    height: 76px;
  }
  .Header.-scrolled .Header__inner {
    background-color: #fff;
    height: 76px;
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 99;
  }
}

@media print, screen and (min-width: 769px) and (min-width: 1300px) {
  .Header.-scrolled .Header__inner {
    padding: 0 132px;
  }
}

@media print, screen and (min-width: 769px) {
  .Header.-scrolled .Header__inner::after {
    content: '';
  }
  .Header.-scrolled .Header__logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 133px;
    flex: 0 0 133px;
  }
  .Header.-scrolled .Header__logo img {
    width: 100%;
  }
  .Header .Header__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 114px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1440px;
    min-width: 1214px;
    padding: 0 110px;
    position: relative;
    -webkit-transition: height 200ms ease 0s;
    transition: height 200ms ease 0s;
    width: 100%;
  }
  .Header .Header__inner::after {
    background-color: #fff;
    content: none;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: -1;
  }
  .Header .Header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 174px;
    flex: 0 0 174px;
    margin-right: 28px;
    max-width: 174px;
    -webkit-transition: all 200ms ease 0s;
    transition: all 200ms ease 0s;
    width: 174px;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 1330px) {
  .Header .Header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 133px;
    flex: 0 0 133px;
    max-width: 133px;
    width: 133px;
  }
}

@media print, screen and (min-width: 769px) {
  .Header .Header__logoLink {
    display: block;
  }
  .Header .Header__logoLink:hover {
    opacity: .7;
  }
  .Header .Header__logoLink img {
    width: 100%;
  }
  .Header .Header__logoImage {
    height: auto;
    width: 100%;
  }
  .Header .Header__title {
    display: block;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 1;
    margin-top: 30px;
    text-align: center;
  }
  .Header .Header__navigation {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    -webkit-transition: all 200ms ease 0s;
    transition: all 200ms ease 0s;
    width: 100%;
  }
  .Header .Header__navigationNav {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .Header .Header__snsList {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .Header .Header__ec {
    height: 56px;
    width: 56px;
    z-index: 1;
  }
  .Header .Header__ec:hover {
    cursor: pointer;
    opacity: .7;
  }
}

.Layout {
  position: relative;
  width: 100%;
}

.Layout.-white {
  background-color: #fff;
}

.Layout.-border-bottom {
  margin-bottom: 20px;
}

.Layout.-border-bottom .Layout__inner {
  border-bottom: 1px solid #ebedf0;
}

.Layout.-bgGreen {
  background-image: url("../images/bg_gradient.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  max-width: 2200px;
  position: relative;
}

.Layout.-bgGreen::before, .Layout.-bgGreen::after {
  background-color: #fff;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.Layout.-bgGreen::before {
  top: -1px;
}

.Layout.-bgGreen::after {
  bottom: -1px;
}

.Layout.-bgGreen.-product:before {
  display: none;
}

.Layout.-bdWave {
  position: relative;
}

.Layout.-bdWave::after, .Layout.-bdWave::before {
  background-image: url("../images/bd_wave.svg");
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 42px;
  left: 0;
  position: absolute;
  width: 100%;
}

.Layout.-bdWave::before {
  top: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.Layout.-bdWave::after {
  bottom: 0;
}

.Layout.-tvCmUnder {
  background-color: inherit;
  background-image: url("../../cm/images/cmBg_sp.svg");
  margin: -8% 0 0;
}

.Layout.-tvCmUnder::before {
  content: none;
}

@media print, screen and (max-width: 770px) {
  .Layout .Layout__inner {
    padding-left: 36px;
    padding-right: 36px;
  }
  .Layout .Layout__inner.-full {
    padding-left: 0;
    padding-right: 0;
  }
  .Layout .Layout__inner.-wide {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media print, screen and (min-width: 769px) {
  .Layout {
    min-width: 1214px;
    width: 100%;
  }
  .Layout.-border-bottom {
    margin-bottom: 30px;
  }
  .Layout.-border-bottom .Layout__inner {
    padding-bottom: 80px;
  }
  .Layout.-tvCm {
    overflow: hidden;
  }
  .Layout.-tvCmUnder {
    background-color: inherit;
    background-image: url("../../cm/images/cmBg_pc.svg");
    background-size: cover;
    margin: -11% 0 0;
  }
  .Layout.-topLineup {
    overflow: hidden;
  }
  .Layout.-topLineup .Layout__inner {
    max-width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .Layout .Layout__inner {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 auto;
    max-width: 1177px;
    min-width: 950px;
    padding-left: 130px;
    padding-right: 130px;
  }
  .Layout .Layout__inner.-full {
    padding-left: 0;
    padding-right: 0;
  }
  .Layout .Layout__inner.-full.-pcContent {
    max-width: 1177px;
    min-width: 950px;
    padding-left: 130px;
    padding-right: 130px;
  }
  .Layout .Layout__inner.-bodyWash {
    max-width: 100%;
  }
}

/* Lineup */
.Lineup .Lineup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px 0 0;
}

.Lineup .Lineup__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48.5%;
  flex: 0 0 48.5%;
  margin-bottom: 14px;
}

.Lineup .Lineup__title {
  color: #067761;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.175;
  padding: 5px 0;
  position: relative;
  text-align: center;
}

.Lineup .Lineup__title:after {
  background-image: url("../images/icon_link_arrow_green.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
}

.Lineup .Lineup__link {
  display: block;
}

.Lineup .Lineup__figure {
  margin-bottom: 6px;
}

.Lineup .Lineup__img {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .Lineup .Lineup__list {
    margin: 55px auto 0;
    max-width: 978px;
  }
  .Lineup .Lineup__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    margin: 0 54px 35px 0;
    max-width: 462px;
  }
  .Lineup .Lineup__item:nth-child(2n) {
    margin-right: 0;
  }
  .Lineup .Lineup__title {
    font-size: 23px;
    line-height: 1.08696;
    padding: 11px 0;
  }
  .Lineup .Lineup__title:after {
    height: 20px;
    width: 20px;
  }
  .Lineup .Lineup__link:hover .Lineup__title {
    text-decoration: underline;
  }
  .Lineup .Lineup__link:hover .Lineup__figure {
    -webkit-box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.1);
  }
}

/* LineupList */
@media print, screen and (max-width: 768px) {
  .LineupList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    max-width: 290px;
    position: relative;
    z-index: 10;
  }
  .LineupList .LineupList__item {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
  }
  .LineupList .LineupList__figure {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 188px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .LineupList .LineupList__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .LineupList .LineupList__text {
    color: #fff;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 15px;
    margin: 4px 0 0;
    text-align: center;
  }
}

@media print, screen and (min-width: 769px) {
  .LineupList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 23px auto 0;
    position: relative;
    width: 950px;
    z-index: 10;
  }
  .LineupList .LineupList__item {
    border-radius: 8px;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
  .LineupList .LineupList__item:hover {
    background-image: url("../images/bg_gradient.svg");
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.14);
    position: relative;
  }
  .LineupList .LineupList__figure {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 215px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .LineupList .LineupList__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 63%;
  }
  .LineupList .LineupList__text {
    color: #fff;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 20px;
    margin: 9px 0 18px;
    text-align: center;
  }
}

/* LineupListSp */
@media print, screen and (min-width: 769px) {
  .LineupListSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 10;
  }
  .LineupListSp .LineupListSp__item {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }
  .LineupListSp .LineupListSp__figure {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 188px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .LineupListSp .LineupListSp__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .LineupListSp .LineupListSp__text {
    color: #fff;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 15px;
    margin: 4px 0 0;
    text-align: center;
  }
}

/* LocalBodysoap */
.LocalBodysoap {
  /*
	==============================================================================================================================
	map SP style
	==============================================================================================================================
	*/
  /*
	==============================================================================================================================
	map PC style
	==============================================================================================================================
	*/
}

@media print, screen and (max-width: 768px) {
  .LocalBodysoap .map {
    position: relative;
  }
  .LocalBodysoap .LocalBodysoap__new {
    pointer-events: none;
    position: absolute;
    width: 12.5%;
  }
  .LocalBodysoap .LocalBodysoap__new img {
    width: 100%;
  }
  .LocalBodysoap .LocalBodysoap__new.-new1 {
    left: 46.8%;
    top: 35.2%;
  }
  .LocalBodysoap .LocalBodysoap__new.-new2 {
    left: 55.6%;
    top: 86.5%;
  }
  .LocalBodysoap #LocalBodysoap #slide {
    margin-bottom: 30px;
  }
  .LocalBodysoap #LocalBodysoap #slide ul li img {
    display: block;
    height: auto;
    width: 100%;
  }
  .LocalBodysoap #LocalBodysoap #slide .bx-wrapper {
    position: relative;
  }
  .LocalBodysoap #LocalBodysoap #slide .bx-wrapper .bx-controls-direction a {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    display: block;
    height: 22px;
    margin-top: 0;
    overflow: hidden;
    position: absolute;
    text-indent: 100%;
    top: 50%;
    transform: translate(0, -50%);
    white-space: nowrap;
    width: 20px;
  }
  .LocalBodysoap #LocalBodysoap #slide .bx-wrapper .bx-controls-direction a.bx-prev {
    background-size: 20px 22px;
    left: 10px;
  }
  .LocalBodysoap #LocalBodysoap #slide .bx-wrapper .bx-controls-direction a.bx-next {
    background-size: 20px 22px;
    right: 10px;
  }
  .LocalBodysoap #LocalBodysoap #slide .bx-wrapper .bx-pager {
    bottom: 5px;
    position: absolute;
    text-align: center;
    width: 100%;
  }
  .LocalBodysoap #LocalBodysoap #slide .bx-wrapper .bx-pager div {
    display: inline-block;
    margin: 0 5px;
  }
  .LocalBodysoap #LocalBodysoap #slide .bx-wrapper .bx-pager a {
    background-size: 16px 8px;
    display: block;
    height: 8px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 8px;
  }
  .LocalBodysoap #LocalBodysoap #slide .bx-wrapper .bx-pager a.active {
    background-position: 0 0;
  }
  .LocalBodysoap #LocalBodysoap .banner {
    text-align: center;
  }
  .LocalBodysoap #LocalBodysoap .banner + .banner {
    margin-top: 10px;
    text-align: center;
  }
  .LocalBodysoap #LocalBodysoap #twitter {
    background: -webkit-gradient(linear, left top, left bottom, from(#d8f3ff), to(#effbff));
    background: linear-gradient(180deg, #d8f3ff 0%, #effbff 100%);
    margin-top: 20px;
    padding: 15px;
    text-align: center;
  }
  .LocalBodysoap #LocalBodysoap #twitter iframe {
    margin: 0 auto;
  }
  .LocalBodysoap #sb-body-inner {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
  }
  .LocalBodysoap #sb-body-inner iframe {
    display: block;
  }
  .LocalBodysoap #LocalBodysoap .local_body_soap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #e5f4ec;
    border-top: 1px solid #fff;
    box-sizing: border-box;
    margin-top: 20px;
    padding: 5px 6px;
  }
  .LocalBodysoap #LocalBodysoap .local_body_soap .inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #e5f4ec;
    border: 1px solid #009042;
    box-sizing: border-box;
    padding: 28px 0 28px 0;
  }
  .LocalBodysoap #LocalBodysoap .local_body_soap .inner h2 img {
    height: auto;
    width: 100%;
  }
  .LocalBodysoap #LocalBodysoap .local_body_soap .inner .notes_block {
    padding: 15px 10px 0;
  }
  .LocalBodysoap #LocalBodysoap .local_body_soap .inner .notes_block .text1 {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.011em;
    line-height: 1.326;
    text-align: center;
  }
  .LocalBodysoap #LocalBodysoap .local_body_soap .inner .notes_block .text2 {
    font-size: 13px;
    letter-spacing: 0.011em;
    line-height: 1.326;
    padding-top: 10px;
    text-align: center;
  }
  .LocalBodysoap #LocalBodysoap .local_body_soap .inner .map {
    padding-top: 10px;
  }
  .LocalBodysoap #LocalBodysoap .local_body_soap .inner .map img {
    height: auto;
    width: 100%;
  }
  .LocalBodysoap #LocalBodysoap .local_body_soap .inner .map-list {
    padding: 25px 10px 0;
  }
  .LocalBodysoap #LocalBodysoap .local_body_soap .inner .map-list ul {
    font-size: 0;
  }
  .LocalBodysoap #LocalBodysoap .local_body_soap .inner .map-list ul li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #999;
    display: inline-block;
    font-size: 13px;
    line-height: 2.5;
    text-align: center;
    width: 25%;
  }
  .LocalBodysoap #LocalBodysoap .local_body_soap .inner .map-list ul li a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #009042;
    display: inline-block;
    font-size: 13px;
    line-height: 2.5;
    text-align: center;
    text-decoration: underline;
    width: 100%;
  }
  .LocalBodysoap #LocalBodysoap ul.nav {
    display: table;
    width: 100%;
  }
  .LocalBodysoap #LocalBodysoap ul.nav li {
    display: table-cell;
    width: 50%;
  }
  .LocalBodysoap #LocalBodysoap ul.nav li img {
    height: auto;
    width: 100%;
  }
  .LocalBodysoap #LocalBodysoap #lineup {
    padding-top: 0;
  }
  .LocalBodysoap #LocalBodysoap #lineup #line_slide {
    margin-bottom: 25px;
  }
  .LocalBodysoap #LocalBodysoap #lineup #line_slide li {
    margin: 0;
    text-align: center;
  }
  .LocalBodysoap #LocalBodysoap #lineup #line_slide li a {
    color: #009042;
    font-size: 12px;
    text-decoration: none;
  }
  .LocalBodysoap #LocalBodysoap #lineup #line_slide li a span {
    font-size: 10px;
  }
  .LocalBodysoap #LocalBodysoap #lineup #line_slide .bx-wrapper {
    position: relative;
  }
  .LocalBodysoap #LocalBodysoap #lineup #line_slide .bx-wrapper .bx-controls-direction a {
    display: block;
    height: 30px;
    overflow: hidden;
    position: absolute;
    text-indent: 100%;
    top: 50%;
    white-space: nowrap;
    width: 30px;
  }
  .LocalBodysoap #LocalBodysoap #lineup #line_slide .bx-wrapper .bx-controls-direction a.bx-prev {
    background-size: 30px 30px;
    left: 10px;
  }
  .LocalBodysoap #LocalBodysoap #lineup #line_slide .bx-wrapper .bx-controls-direction a.bx-next {
    background-size: 30px 30px;
    right: 10px;
  }
  .LocalBodysoap #LocalBodysoap #news {
    margin: 0 15px 20px;
  }
  .LocalBodysoap #LocalBodysoap #news h2 {
    margin-bottom: 25px;
    text-align: center;
  }
  .LocalBodysoap #LocalBodysoap #news dl {
    border-top: #ccc 1px solid;
    display: table;
    width: 100%;
  }
  .LocalBodysoap #LocalBodysoap #news dl:last-child {
    border-bottom: #ccc 1px solid;
  }
  .LocalBodysoap #LocalBodysoap #news dl dt, .LocalBodysoap #LocalBodysoap #news dl dd {
    display: table-cell;
    vertical-align: middle;
  }
  .LocalBodysoap #LocalBodysoap #news dl dt {
    color: #999;
    font-size: 12px;
    width: 15%;
  }
  .LocalBodysoap #LocalBodysoap #news dl dd {
    padding: 15px;
  }
  .LocalBodysoap #LocalBodysoap #news dl dd a {
    color: #333;
    font-size: 12px;
    text-decoration: none;
  }
  .LocalBodysoap #page02 section.concept {
    background-size: 277px 155px;
    padding-bottom: 45px;
    padding-top: 183px;
    text-align: center;
  }
  .LocalBodysoap .coming_soon {
    text-align: center;
    vertical-align: top;
  }
  .LocalBodysoap #sb-title-inner, .LocalBodysoap #sb-info-inner, .LocalBodysoap #sb-loading-inner, .LocalBodysoap div.sb-message {
    color: #fff;
    font-family: "HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 200;
  }
  .LocalBodysoap #sb-container {
    display: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    text-align: left;
    top: 0;
    visibility: hidden;
    z-index: 999;
  }
  .LocalBodysoap #sb-overlay {
    height: 100vh;
    position: relative;
    width: 100%;
  }
  .LocalBodysoap #sb-wrapper {
    position: absolute;
    visibility: hidden;
    width: 100px;
  }
  .LocalBodysoap #sb-wrapper-inner {
    border: 1px solid #303030;
    height: 100px;
    overflow: hidden;
    position: relative;
  }
  .LocalBodysoap #sb-body {
    height: 100%;
    position: relative;
  }
  .LocalBodysoap #sb-body-inner {
    height: 100%;
    position: absolute;
    width: 100%;
  }
  .LocalBodysoap #sb-player.html {
    height: 100%;
    overflow: auto;
  }
  .LocalBodysoap #sb-body img {
    border: none;
  }
  .LocalBodysoap #sb-loading {
    height: 100%;
    position: relative;
  }
  .LocalBodysoap #sb-loading-inner {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    margin-top: -12px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
  }
  .LocalBodysoap #sb-body, .LocalBodysoap #sb-loading {
    background-color: #060606;
  }
  .LocalBodysoap #sb-title, .LocalBodysoap #sb-info {
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
  }
  .LocalBodysoap #sb-title, .LocalBodysoap #sb-title-inner {
    height: 26px;
    line-height: 26px;
  }
  .LocalBodysoap #sb-title-inner {
    font-size: 16px;
  }
  .LocalBodysoap #sb-info, .LocalBodysoap #sb-info-inner {
    height: 44px;
    line-height: 44px;
  }
  .LocalBodysoap #sb-info-inner {
    font-size: 12px;
  }
  .LocalBodysoap #sb-nav {
    float: right;
    height: 44px;
    padding: 2px 0;
    width: 45%;
  }
  .LocalBodysoap #sb-nav a {
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    float: right;
    height: 44px;
    margin-left: 3px;
    width: 44px;
  }
  .LocalBodysoap #sb-nav-close {
    background-image: url("../../local_body_soap/images/modal_close.png");
  }
  .LocalBodysoap #sb-nav-next {
    display: none;
  }
  .LocalBodysoap #sb-nav-previous {
    display: none;
  }
  .LocalBodysoap #sb-counter {
    float: left;
    width: 45%;
  }
  .LocalBodysoap #sb-counter a {
    color: #fff;
    cursor: pointer;
    padding: 0 4px 0 0;
    text-decoration: none;
  }
  .LocalBodysoap #sb-counter a.sb-counter-current {
    text-decoration: underline;
  }
  .LocalBodysoap #sb-info {
    position: absolute;
    right: 0;
    top: -20px;
  }
  .LocalBodysoap div.sb-message {
    font-size: 12px;
    padding: 10px;
    text-align: center;
  }
  .LocalBodysoap div.sb-message a:link, .LocalBodysoap div.sb-message a:visited {
    color: #fff;
    text-decoration: underline;
  }
  #sb-body-inner {
    -webkit-overflow-scrolling: touch;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    overflow: auto;
  }
  #sb-body-inner iframe {
    display: block;
  }
}

@media print, screen and (min-width: 769px) {
  .LocalBodysoap {
    /*#sb-nav-play{background-image:url(play.png);}*/
    /*#sb-nav-pause{background-image:url(pause.png);}*/
  }
  .LocalBodysoap .map {
    position: relative;
  }
  .LocalBodysoap .LocalBodysoap__new {
    pointer-events: none;
    position: absolute;
  }
  .LocalBodysoap .LocalBodysoap__new img {
    width: 100%;
  }
  .LocalBodysoap .LocalBodysoap__new.-new1 {
    left: 49.3%;
    top: 37%;
    width: 48px;
  }
  .LocalBodysoap .LocalBodysoap__new.-new2 {
    left: 64.6%;
    top: 89.1%;
    width: 44px;
  }
  .LocalBodysoap #modal {
    padding: 48px;
  }
  .LocalBodysoap #modal .figure {
    margin-bottom: 33px;
    text-align: center;
  }
  .LocalBodysoap #modal .figure img {
    height: auto;
    width: 100%;
  }
  .LocalBodysoap #modal .title {
    margin-bottom: 29px;
    text-align: center;
  }
  .LocalBodysoap #modal .title img {
    height: auto;
    width: 100%;
  }
  .LocalBodysoap #modal .sales_start {
    margin: 0 0 22px;
  }
  .LocalBodysoap #modal .sales_start .inner {
    background-color: #009041;
    border-radius: 60px;
    color: #fff;
    font-size: 31px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    text-align: center;
  }
  .LocalBodysoap #modal .sales_start2 {
    margin: 0 0 22px;
  }
  .LocalBodysoap #modal .sales_start2 .inner {
    background-color: #009041;
    border-radius: 60px;
    color: #fff;
    font-size: 31px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    text-align: center;
  }
  .LocalBodysoap #modal .sales_start2 .inner.kyusyuBalloon {
    padding-right: 30px;
    position: relative;
  }
  .LocalBodysoap #modal .sales_start2 .inner.kyusyuBalloon .balloon {
    display: block;
    padding-left: 516px;
    position: absolute;
    right: 50%;
    top: -34px;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
  .LocalBodysoap #modal .soap_detail1 {
    zoom: 1;
    margin: 0 0 10px;
    text-align: center;
  }
  .LocalBodysoap #modal .soap_detail1:after {
    clear: both;
    content: "";
    display: block;
  }
  .LocalBodysoap #modal .soap_detail1 .area {
    background-color: #fff;
    border: 2px solid #009042;
    color: #009042;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin-right: 13px;
    padding: 1px 20px;
    vertical-align: middle;
  }
  .LocalBodysoap #modal .soap_detail1 .soap_detail1_name {
    color: #009042;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    vertical-align: middle;
  }
  .LocalBodysoap #modal .soap_detail1 .soap_detail1_name .material {
    font-size: 21px;
  }
  .LocalBodysoap #modal .soap_volume {
    margin-bottom: 25px;
  }
  .LocalBodysoap #modal .soap_volume p {
    color: #333;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
  }
  .LocalBodysoap #modal .soap_detail2 {
    zoom: 1;
  }
  .LocalBodysoap #modal .soap_detail2:after {
    clear: both;
    content: "";
    display: block;
  }
  .LocalBodysoap #modal .soap_detail2 .text_block {
    float: left;
    width: 70%;
  }
  .LocalBodysoap #modal .soap_detail2 .text_block .soap_detail2_title {
    color: #009041;
    font-size: 19px;
    font-weight: bold;
    line-height: 27px;
    margin-top: -3px;
  }
  .LocalBodysoap #modal .soap_detail2 .text_block .soap_detail2_text {
    color: #333;
    font-size: 15px;
    line-height: 23px;
    padding-top: 13px;
  }
  .LocalBodysoap #modal .soap_detail2 .text_block .soap_detail2_text > strong {
    font-weight: bold;
  }
  .LocalBodysoap #modal .soap_detail2 .text_block .annotation {
    color: #333;
    font-size: 15px;
    line-height: 23px;
    padding-top: 14px;
  }
  .LocalBodysoap #modal .soap_detail2 .soap_detail2_img {
    float: right;
    width: 27%;
  }
  .LocalBodysoap #modal .soap_detail2 .soap_detail2_img img {
    height: auto;
    width: 100%;
  }
  .LocalBodysoap #modal .soap_detail3 {
    margin-top: 26px;
  }
  .LocalBodysoap #modal .soap_detail3 .soap_detail2_text {
    background-color: #ededed;
    color: #333333;
    font-size: 15px;
    line-height: 2;
    padding: 21px 31px 26px;
  }
  .LocalBodysoap #modal .soap_detail3 .annotation {
    color: #333333;
    font-size: 15px;
    padding-top: 15px;
  }
  .LocalBodysoap #modal .soap_detail3 .btn {
    margin-top: 29px;
    text-align: center;
  }
  .LocalBodysoap #modal .soap_detail3 .btn a:hover {
    opacity: 0.5;
  }
}

@media print and (max-width: 650px), screen and (min-width: 769px) and (max-width: 650px) {
  .LocalBodysoap #modal .sales_start .inner {
    background-color: #009041;
    border-radius: 60px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    text-align: center;
  }
}

@media print and (max-width: 750px), screen and (min-width: 769px) and (max-width: 750px) {
  .LocalBodysoap #modal .sales_start2 .inner {
    background-color: #009041;
    border-radius: 60px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    text-align: center;
  }
  .LocalBodysoap #modal .sales_start2 .inner.kyusyuBalloon .balloon {
    padding-left: 416px;
  }
}

@media print and (max-width: 614px), screen and (min-width: 769px) and (max-width: 614px) {
  .LocalBodysoap #modal .sales_start2 .inner {
    background-color: #009041;
    border-radius: 60px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    text-align: center;
  }
  .LocalBodysoap #modal .sales_start2 .inner.kyusyuBalloon {
    padding-right: 41px;
  }
  .LocalBodysoap #modal .sales_start2 .inner.kyusyuBalloon .balloon {
    padding-left: 343px;
  }
}

@media print, screen and (min-width: 769px) {
  .LocalBodysoap #sb-title-inner, .LocalBodysoap #sb-info-inner, .LocalBodysoap #sb-loading-inner, .LocalBodysoap div.sb-message {
    color: #fff;
    font-family: "HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 200;
  }
  .LocalBodysoap #sb-container {
    display: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    text-align: left;
    top: 0;
    visibility: hidden;
    z-index: 999;
  }
  .LocalBodysoap #sb-overlay {
    height: 100%;
    position: relative;
    width: 100%;
  }
  .LocalBodysoap #sb-wrapper {
    position: absolute;
    visibility: hidden;
    width: 100px;
  }
  .LocalBodysoap #sb-wrapper-inner {
    border: 1px solid #303030;
    height: 100px;
    overflow: hidden;
    position: relative;
  }
  .LocalBodysoap #sb-body {
    height: 100%;
    position: relative;
  }
  .LocalBodysoap #sb-body-inner {
    height: 100%;
    position: absolute;
    width: 100%;
  }
  .LocalBodysoap #sb-player.html {
    height: 100%;
    overflow: auto;
  }
  .LocalBodysoap #sb-body img {
    border: none;
  }
  .LocalBodysoap #sb-loading {
    height: 100%;
    position: relative;
  }
  .LocalBodysoap #sb-loading-inner {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    margin-top: -12px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
  }
  .LocalBodysoap #sb-body, .LocalBodysoap #sb-loading {
    background-color: #060606;
  }
  .LocalBodysoap #sb-title, .LocalBodysoap #sb-info {
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
  }
  .LocalBodysoap #sb-title, .LocalBodysoap #sb-title-inner {
    height: 26px;
    line-height: 26px;
  }
  .LocalBodysoap #sb-title-inner {
    font-size: 16px;
  }
  .LocalBodysoap #sb-info, .LocalBodysoap #sb-info-inner {
    height: 44px;
    line-height: 44px;
  }
  .LocalBodysoap #sb-info-inner {
    font-size: 12px;
  }
  .LocalBodysoap #sb-nav {
    float: right;
    height: 44px;
    padding: 2px 0;
    width: 45%;
  }
  .LocalBodysoap #sb-nav a {
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    float: right;
    height: 44px;
    margin-left: 3px;
    width: 44px;
  }
  .LocalBodysoap #sb-nav-next {
    display: none;
  }
  .LocalBodysoap #sb-nav-previous {
    display: none;
  }
  .LocalBodysoap #sb-nav-play {
    /*background-image:url(play.png);*/
  }
  .LocalBodysoap #sb-nav-pause {
    /*background-image:url(pause.png);*/
  }
  .LocalBodysoap #sb-counter {
    float: left;
    width: 45%;
  }
  .LocalBodysoap #sb-counter a {
    color: #fff;
    cursor: pointer;
    padding: 0 4px 0 0;
    text-decoration: none;
  }
  .LocalBodysoap #sb-counter a.sb-counter-current {
    text-decoration: underline;
  }
  .LocalBodysoap #sb-info {
    position: absolute;
    right: 0;
    top: -30px;
  }
  .LocalBodysoap div.sb-message {
    font-size: 12px;
    padding: 10px;
    text-align: center;
  }
  .LocalBodysoap div.sb-message a:link, .LocalBodysoap div.sb-message a:visited {
    color: #fff;
    text-decoration: underline;
  }
  .LocalBodysoap #sb-title-inner, .LocalBodysoap #sb-info-inner, .LocalBodysoap #sb-loading-inner, .LocalBodysoap div.sb-message {
    color: #fff;
    font-family: "HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 200;
  }
  .LocalBodysoap #sb-container {
    display: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    text-align: left;
    top: 0;
    visibility: hidden;
    z-index: 999;
  }
  .LocalBodysoap #sb-overlay {
    height: 100%;
    position: relative;
    width: 100%;
  }
  .LocalBodysoap #sb-wrapper {
    position: absolute;
    visibility: hidden;
    width: 100px;
  }
  .LocalBodysoap #sb-wrapper-inner {
    border: 1px solid #303030;
    height: 100px;
    overflow: hidden;
    position: relative;
  }
  .LocalBodysoap #sb-body {
    height: 100%;
    position: relative;
  }
  .LocalBodysoap #sb-body-inner {
    height: 100%;
    position: absolute;
    width: 100%;
  }
  .LocalBodysoap #sb-player.html {
    height: 100%;
    overflow: auto;
  }
  .LocalBodysoap #sb-body img {
    border: none;
  }
  .LocalBodysoap #sb-loading {
    height: 100%;
    position: relative;
  }
  .LocalBodysoap #sb-loading-inner {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    margin-top: -12px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
  }
  .LocalBodysoap #sb-body, .LocalBodysoap #sb-loading {
    background-color: #060606;
  }
  .LocalBodysoap #sb-title, .LocalBodysoap #sb-info {
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
  }
  .LocalBodysoap #sb-title, .LocalBodysoap #sb-title-inner {
    height: 26px;
    line-height: 26px;
  }
  .LocalBodysoap #sb-title-inner {
    font-size: 16px;
  }
  .LocalBodysoap #sb-info, .LocalBodysoap #sb-info-inner {
    height: 44px;
    line-height: 44px;
  }
  .LocalBodysoap #sb-info-inner {
    font-size: 12px;
  }
  .LocalBodysoap #sb-nav {
    float: right;
    height: 44px;
    padding: 2px 0;
    width: 45%;
  }
  .LocalBodysoap #sb-nav a {
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    float: right;
    height: 44px;
    margin-left: 3px;
    width: 44px;
  }
  .LocalBodysoap #sb-nav-next {
    display: none;
  }
  .LocalBodysoap #sb-nav-previous {
    display: none;
  }
  .LocalBodysoap #sb-counter {
    float: left;
    width: 45%;
  }
  .LocalBodysoap #sb-counter a {
    color: #fff;
    cursor: pointer;
    padding: 0 4px 0 0;
    text-decoration: none;
  }
  .LocalBodysoap #sb-counter a.sb-counter-current {
    text-decoration: underline;
  }
  .LocalBodysoap #sb-info {
    position: absolute;
    right: 0;
    top: -30px;
  }
  .LocalBodysoap div.sb-message {
    font-size: 12px;
    padding: 10px;
    text-align: center;
  }
  .LocalBodysoap div.sb-message a:link, .LocalBodysoap div.sb-message a:visited {
    color: #fff;
    text-decoration: underline;
  }
  .LocalBodysoap #LocalBodysoap #contentsHeader {
    padding-bottom: 27px;
  }
  .LocalBodysoap #LocalBodysoap #slide {
    margin-bottom: 45px;
  }
  .LocalBodysoap #LocalBodysoap #slide .slideBody {
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .LocalBodysoap #LocalBodysoap #slide .slideBody ul li a {
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
  }
  .LocalBodysoap #LocalBodysoap #slide .slideBody ul li a:hover {
    opacity: 0.5;
  }
  .LocalBodysoap #LocalBodysoap #slide .bx-wrapper {
    width: 2850px !important;
  }
  .LocalBodysoap #LocalBodysoap #slide .bx-wrapper .bx-controls {
    margin: 0 auto;
    position: relative;
    width: 950px;
  }
  .LocalBodysoap #LocalBodysoap #slide .bx-wrapper .bx-controls .bx-controls-direction {
    position: relative;
  }
  .LocalBodysoap #LocalBodysoap #slide .bx-wrapper .bx-controls .bx-controls-direction a {
    display: block;
    height: 60px;
    overflow: hidden;
    position: absolute;
    text-indent: 100%;
    top: -244px;
    white-space: nowrap;
    width: 57px;
  }
  .LocalBodysoap #LocalBodysoap #slide .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
    left: -29px;
  }
  .LocalBodysoap #LocalBodysoap #slide .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
    right: -29px;
  }
  .LocalBodysoap #LocalBodysoap #slide .bx-wrapper .bx-controls .bx-pager {
    left: 0;
    position: absolute;
    top: -50px;
    width: 100%;
  }
  .LocalBodysoap #LocalBodysoap #slide .bx-wrapper .bx-controls .bx-pager div {
    display: inline-block;
  }
  .LocalBodysoap #LocalBodysoap #slide .bx-wrapper .bx-controls .bx-pager div a {
    display: block;
    height: 16px;
    margin: 0 5px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 16px;
  }
  .LocalBodysoap #LocalBodysoap #slide .bx-wrapper .bx-controls .bx-pager div a.active {
    background-position: 0 0;
  }
  .LocalBodysoap #LocalBodysoap .lineupSlide .inner h2 {
    margin-bottom: 65px;
  }
  .LocalBodysoap #LocalBodysoap .lineupSlide .inner ul {
    margin: 0 auto;
    width: 840px;
  }
  .LocalBodysoap #LocalBodysoap .lineupSlide .inner ul li {
    text-align: center;
  }
  .LocalBodysoap #LocalBodysoap .lineupSlide .inner ul li a {
    color: #00913E;
    font-size: 19px;
    text-decoration: none;
  }
  .LocalBodysoap #LocalBodysoap .lineupSlide .inner ul li a span {
    font-size: 16px;
  }
  .LocalBodysoap #LocalBodysoap .lineupSlide .inner .bx-wrapper {
    margin: 0 auto;
    position: relative;
  }
  .LocalBodysoap #LocalBodysoap .lineupSlide .inner .bx-wrapper .bx-controls a {
    display: block;
    height: 42px;
    overflow: hidden;
    position: absolute;
    text-indent: 100%;
    top: 146px;
    white-space: nowrap;
    width: 42px;
  }
  .LocalBodysoap #LocalBodysoap .lineupSlide .inner .bx-wrapper .bx-controls a.bx-prev {
    left: -15px;
  }
  .LocalBodysoap #LocalBodysoap .lineupSlide .inner .bx-wrapper .bx-controls a.bx-next {
    right: -15px;
  }
  .LocalBodysoap #LocalBodysoap .section .inner #newsBlock {
    zoom: 1;
    display: table;
    margin-bottom: 60px;
    width: 100%;
  }
  .LocalBodysoap #LocalBodysoap .section .inner #newsBlock:before, .LocalBodysoap #LocalBodysoap .section .inner #newsBlock:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
  }
  .LocalBodysoap #LocalBodysoap .section .inner #newsBlock:after {
    clear: both;
  }
  .LocalBodysoap #LocalBodysoap .section .inner #newsBlock .cont {
    display: table-cell;
    padding-right: 59px;
    text-align: left;
    vertical-align: middle;
    width: 500px;
    /*padding-top: 50px;*/
  }
  .LocalBodysoap #LocalBodysoap .section .inner #newsBlock .cont h2 {
    margin-bottom: 20px;
  }
  .LocalBodysoap #LocalBodysoap .section .inner #newsBlock .cont h2 a {
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
  }
  .LocalBodysoap #LocalBodysoap .section .inner #newsBlock .cont h2 a:hover {
    opacity: 0.7;
  }
  .LocalBodysoap #LocalBodysoap .section .inner #newsBlock .cont dl {
    border-top: #ccc 1px solid;
    display: table;
    width: 100%;
  }
  .LocalBodysoap #LocalBodysoap .section .inner #newsBlock .cont dl:last-child {
    border-bottom: #ccc 1px solid;
  }
  .LocalBodysoap #LocalBodysoap .section .inner #newsBlock .cont dl dt, .LocalBodysoap #LocalBodysoap .section .inner #newsBlock .cont dl dd {
    display: table-cell;
    vertical-align: middle;
  }
  .LocalBodysoap #LocalBodysoap .section .inner #newsBlock .cont dl dt {
    color: #999;
    font-size: 14px;
    width: 18%;
  }
  .LocalBodysoap #LocalBodysoap .section .inner #newsBlock .cont dl dd {
    padding: 15px;
  }
  .LocalBodysoap #LocalBodysoap .section .inner #newsBlock .cont dl dd a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
  }
  .LocalBodysoap #LocalBodysoap .section .inner #newsBlock .bannerWrap {
    display: table-cell;
    text-align: left;
    vertical-align: top;
    width: 391px;
    /*padding-top: 50px;*/
  }
  .LocalBodysoap #LocalBodysoap .section .inner #newsBlock .banner {
    width: 391px;
  }
  .LocalBodysoap #LocalBodysoap .section .inner #newsBlock .banner:first-child {
    margin-top: 0;
  }
  .LocalBodysoap #LocalBodysoap .section .inner #newsBlock .banner + .banner {
    margin-top: 12px;
  }
  .LocalBodysoap #LocalBodysoap .section .inner #newsBlock .banner img {
    vertical-align: top;
  }
  .LocalBodysoap #LocalBodysoap .section .inner #newsBlock .banner a {
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
  }
  .LocalBodysoap #LocalBodysoap .section .inner #newsBlock .banner a:hover {
    opacity: 0.5;
  }
  .LocalBodysoap #LocalBodysoap .section .inner #twitter {
    margin-bottom: 40px;
    position: relative;
  }
  .LocalBodysoap #LocalBodysoap .section .inner #twitter .wiget {
    position: absolute;
    right: 30px;
    top: 30px;
  }
  .LocalBodysoap #LocalBodysoap .local_body_soap {
    margin-bottom: 60px;
  }
  .LocalBodysoap #LocalBodysoap .local_body_soap .inner {
    background: url("../../product/images/local_body_soap_bg03.png") left bottom no-repeat, url("../../product/images/local_body_soap_bg02.png") left top no-repeat, url("../../product/images/local_body_soap_bg01.png") left top repeat-y;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    min-height: 348px;
    padding: 27px 0 26px 0;
    position: relative;
    text-align: left;
  }
  .LocalBodysoap #LocalBodysoap .local_body_soap .inner h2 {
    padding: 23px 0 0 60px;
    position: absolute;
    width: 413px;
    z-index: 3;
  }
  .LocalBodysoap #LocalBodysoap .local_body_soap .inner .notes_block {
    left: 60px;
    position: absolute;
    top: 198px;
    width: 310px;
  }
  .LocalBodysoap #LocalBodysoap .local_body_soap .inner .notes_block .text1 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.011em;
    line-height: 1.5;
  }
  .LocalBodysoap #LocalBodysoap .local_body_soap .inner .notes_block .text2 {
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 1.625;
    padding-top: 4px;
  }
  .LocalBodysoap #LocalBodysoap .local_body_soap .inner .map {
    position: absolute;
    right: 37px;
    top: 46px;
  }
  .LocalBodysoap #contentBlock {
    display: none;
  }
  .LocalBodysoap .section .inner {
    margin: 0 auto;
    text-align: left;
    width: 950px;
  }
}

/* LocalNav */
@media print, screen and (min-width: 769px) {
  .LocalNav {
    border-bottom: 1px solid #ebedf0;
    padding: 0 10%;
  }
  .LocalNav .LocalNav__list {
    gap: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .LocalNav .LocalNav__item.-current .LocalNav__link {
    border-bottom: 2px solid #067761;
  }
  .LocalNav .LocalNav__item.-current .LocalNav__link:hover {
    border-bottom: 2px solid rgba(0, 0, 0, 0);
  }
  .LocalNav .LocalNav__link {
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    color: #067761;
    display: block;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 62px;
    margin-bottom: -1px;
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg);
    -webkit-transition: 400ms;
    transition: 400ms;
  }
  .LocalNav .LocalNav__link:hover {
    border-bottom: 2px solid #067761;
  }
}

/* MainVisual */
.MainVisual {
  overflow: hidden;
  padding-top: 0;
}

.MainVisual .MainVisual__list {
  visibility: hidden;
}

.MainVisual .MainVisual__list.slick-initialized {
  visibility: visible;
}

.MainVisual .MainVisual__slide {
  display: block;
}

.MainVisual .slick-slider * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

.MainVisual .slick-dots {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 11px;
}

.MainVisual .slick-dots li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  color: #067761;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 15px;
  font-weight: 700;
  height: 22px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.07em;
  margin: 0 8px;
  width: 22px;
}

.MainVisual .slick-dots .slick-active {
  background-color: #067761;
  color: #FFF;
}

.MainVisual .slick-arrow {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -15px;
  font-size: 0;
  height: 45.5px;
  position: absolute;
  width: 28px;
  z-index: 1;
}

.MainVisual .slick-prev {
  background-image: url("../images/slide_arrow_green_l.svg");
  left: 50%;
  -webkit-transform: translateX(-140px);
  transform: translateX(-140px);
}

.MainVisual .slick-next {
  background-image: url("../images/slide_arrow_green_r.svg");
  left: 50%;
  -webkit-transform: translateX(110px);
  transform: translateX(110px);
}

@media print, screen and (max-width: 768px) {
  .MainVisual .MainVisual__wave {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .MainVisual {
    min-width: 1214px;
    position: relative;
    width: 100%;
  }
  .MainVisual .MainVisual__list {
    position: relative;
    width: 100%;
  }
  .MainVisual .MainVisual__image {
    width: 100%;
  }
  .MainVisual .MainVisual__slide {
    width: 1020px !important;
  }
  .MainVisual .MainVisual__arrow {
    bottom: 20px;
    left: 50%;
    opacity: 1;
    position: fixed;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
    z-index: 13;
  }
  .MainVisual .MainVisual__arrow.-scrolled {
    opacity: 0;
    pointer-events: none;
  }
  .MainVisual .MainVisual__wave {
    bottom: 0;
    left: 0;
    opacity: 1;
    position: fixed;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
    width: 100%;
    z-index: 11;
  }
  .MainVisual .MainVisual__wave.-scrolled {
    opacity: 0;
    pointer-events: none;
  }
  .MainVisual .slick-dots {
    z-index: 12;
  }
  .MainVisual .slick-dots li {
    font-size: 16px;
    height: 24px;
    margin: 0 9px;
    -webkit-transition: 200ms;
    transition: 200ms;
    width: 24px;
  }
  .MainVisual .slick-dots li:hover {
    background-color: #067761;
    color: #FFF;
  }
  .MainVisual .slick-dots .slick-active:hover {
    background-color: #FFF;
    color: #067761;
  }
  .MainVisual .slick-arrow {
    height: 48px;
    -webkit-transition: 200ms;
    transition: 200ms;
    width: 36px;
  }
  .MainVisual .slick-arrow:hover {
    opacity: .7;
  }
  .MainVisual .slick-prev {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
  }
  .MainVisual .slick-next {
    -webkit-transform: translateX(115px);
    transform: translateX(115px);
  }
  .MainVisual.-open {
    margin-top: 0;
  }
}

.-scrolled .MainVisual__arrow,
.-scrolled .MainVisual__wave {
  opacity: 0;
  pointer-events: none;
}

/* ModalBody モーダルで表示されるインラインフレーム内のスタイル*/
@media print, screen and (max-width: 768px) {
  .ModalBody #modal {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
  }
  .ModalBody #modal .figure {
    margin-bottom: 9px;
    text-align: center;
  }
  .ModalBody #modal .figure img {
    height: auto;
    width: 100%;
  }
  .ModalBody #modal .title {
    margin-bottom: 14px;
    text-align: center;
  }
  .ModalBody #modal .title img {
    height: auto;
    width: 100%;
  }
  .ModalBody #modal .sales_start {
    background-color: #009041;
    border-radius: 27px;
    margin: 0 auto 15px;
  }
  .ModalBody #modal .sales_start .inner {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    text-align: center;
  }
  .ModalBody #modal .sales_start {
    color: #009042;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 15px;
    text-align: center;
  }
  .ModalBody #modal .sales_start2 {
    background-color: #009041;
    border-radius: 27px;
    margin: 0 0 22px;
    padding-right: 22px;
    text-align: center;
  }
  .ModalBody #modal .sales_start2 .inner {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    text-align: center;
  }
  .ModalBody #modal .sales_start2 .inner.kyusyuBalloon {
    padding-right: 32px;
    position: relative;
  }
  .ModalBody #modal .sales_start2 .inner.kyusyuBalloon .balloon {
    display: block;
    height: 55px;
    padding-left: 0;
    position: absolute;
    right: 0;
    top: -19px;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    width: 55px;
  }
  .ModalBody #modal .sales_start2 .inner.kyusyuBalloon .balloon img {
    height: 56px;
    width: 56px;
  }
  .ModalBody #modal .soap_detail1 {
    margin: 0 0 6px;
    text-align: center;
  }
  .ModalBody #modal .soap_detail1 .area {
    background-color: #fff;
    border: 2px solid #009042;
    color: #009042;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 19px;
    vertical-align: middle;
  }
  .ModalBody #modal .soap_detail1 .soap_detail1_name {
    color: #009042;
    font-size: 13px;
    font-weight: bold;
    padding-top: 16px;
    text-align: center;
  }
  .ModalBody #modal .soap_detail1 .soap_detail1_name .material {
    font-size: 14px;
  }
  .ModalBody #modal .soap_detail1 .soap_detail1_name .material ruby.materialsName {
    font-size: 15px;
  }
  .ModalBody #modal .soap_detail1 .soap_detail1_name .material ruby.materialsName rt {
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 1;
    position: relative;
    ruby-align: start;
    text-align: left;
    top: 0.6ex;
    -webkit-transform: translate(0, 24%);
    transform: translate(0, 24%);
  }
  .ModalBody #modal .soap_volume {
    margin-bottom: 20px;
  }
  .ModalBody #modal .soap_volume p {
    color: #333;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
  }
  .ModalBody #modal .soap_detail2 .text_block .soap_detail2_title {
    color: #009041;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.26;
  }
  .ModalBody #modal .soap_detail2 .text_block .soap_detail2_text {
    color: #333;
    font-size: 12px;
    line-height: 1.75;
    padding-top: 13px;
  }
  .ModalBody #modal .soap_detail2 .text_block .soap_detail2_text > strong {
    font-weight: bold;
  }
  .ModalBody #modal .soap_detail2 .text_block .annotation {
    color: #333;
    font-size: 12px;
    line-height: 1.75;
    padding-top: 13px;
  }
  .ModalBody #modal .soap_detail2 .soap_detail2_img {
    margin: 0 auto;
    padding-top: 12px;
    width: 46.153%;
  }
  .ModalBody #modal .soap_detail2 .soap_detail2_img img {
    height: auto;
    text-align: center;
    width: 100%;
  }
  .ModalBody #modal .soap_detail3 {
    margin-top: 18px;
  }
  .ModalBody #modal .soap_detail3 .soap_detail2_text {
    background-color: #ededed;
    color: #333333;
    font-size: 12px;
    line-height: 2;
    padding: 19px 19px 19px;
  }
  .ModalBody #modal .soap_detail3 .annotation {
    color: #333333;
    font-size: 12px;
    margin-top: 14px;
  }
  .ModalBody #modal .soap_detail3 .btn {
    background-color: #00913f;
    margin-top: 22px;
    text-align: center;
    width: 100%;
  }
  .ModalBody #modal .soap_detail3 .btn a img {
    height: auto;
    max-width: 260px;
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .ModalBody #modal {
    padding: 48px;
  }
  .ModalBody #modal .figure {
    margin-bottom: 33px;
    text-align: center;
  }
  .ModalBody #modal .figure img {
    height: auto;
    width: 100%;
  }
  .ModalBody #modal .title {
    margin-bottom: 29px;
    text-align: center;
  }
  .ModalBody #modal .title img {
    height: auto;
    width: 100%;
  }
  .ModalBody #modal .sales_start {
    margin: 0 0 22px;
  }
  .ModalBody #modal .sales_start .inner {
    background-color: #009041;
    border-radius: 60px;
    color: #fff;
    font-size: 31px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    text-align: center;
  }
  .ModalBody #modal .sales_start2 {
    margin: 0 0 22px;
  }
  .ModalBody #modal .sales_start2 .inner {
    background-color: #009041;
    border-radius: 60px;
    color: #fff;
    font-size: 31px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    text-align: center;
  }
  .ModalBody #modal .sales_start2 .inner.kyusyuBalloon {
    padding-right: 30px;
    position: relative;
  }
  .ModalBody #modal .sales_start2 .inner.kyusyuBalloon .balloon {
    display: block;
    padding-left: 516px;
    position: absolute;
    right: 50%;
    top: -34px;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
  .ModalBody #modal .soap_detail1 {
    zoom: 1;
    margin: 0 0 10px;
    text-align: center;
  }
  .ModalBody #modal .soap_detail1:after {
    clear: both;
    content: "";
    display: block;
  }
  .ModalBody #modal .soap_detail1 .area {
    background-color: #fff;
    border: 2px solid #009042;
    color: #009042;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin-right: 13px;
    padding: 1px 20px;
    vertical-align: middle;
  }
  .ModalBody #modal .soap_detail1 .soap_detail1_name {
    color: #009042;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    vertical-align: middle;
  }
  .ModalBody #modal .soap_detail1 .soap_detail1_name .material {
    font-size: 21px;
  }
  .ModalBody #modal .soap_volume {
    margin-bottom: 25px;
  }
  .ModalBody #modal .soap_volume p {
    color: #333;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
  }
  .ModalBody #modal .soap_detail2 {
    zoom: 1;
  }
  .ModalBody #modal .soap_detail2:after {
    clear: both;
    content: "";
    display: block;
  }
  .ModalBody #modal .soap_detail2 .text_block {
    float: left;
    width: 70%;
  }
  .ModalBody #modal .soap_detail2 .text_block .soap_detail2_title {
    color: #009041;
    font-size: 19px;
    font-weight: bold;
    line-height: 27px;
    margin-top: -3px;
  }
  .ModalBody #modal .soap_detail2 .text_block .soap_detail2_text {
    color: #333;
    font-size: 15px;
    line-height: 23px;
    padding-top: 13px;
  }
  .ModalBody #modal .soap_detail2 .text_block .soap_detail2_text > strong {
    font-weight: bold;
  }
  .ModalBody #modal .soap_detail2 .text_block .annotation {
    color: #333;
    font-size: 15px;
    line-height: 23px;
    padding-top: 14px;
  }
  .ModalBody #modal .soap_detail2 .soap_detail2_img {
    float: right;
    width: 27%;
  }
  .ModalBody #modal .soap_detail2 .soap_detail2_img img {
    height: auto;
    width: 100%;
  }
  .ModalBody #modal .soap_detail3 {
    margin-top: 26px;
  }
  .ModalBody #modal .soap_detail3 .soap_detail2_text {
    background-color: #ededed;
    color: #333333;
    font-size: 15px;
    line-height: 2;
    padding: 21px 31px 26px;
  }
  .ModalBody #modal .soap_detail3 .annotation {
    color: #333333;
    font-size: 15px;
    padding-top: 15px;
  }
  .ModalBody #modal .soap_detail3 .btn {
    margin-top: 29px;
    text-align: center;
  }
  .ModalBody #modal .soap_detail3 .btn a:hover {
    opacity: 0.5;
  }
}

@media print and (max-width: 650px), screen and (min-width: 769px) and (max-width: 650px) {
  .ModalBody #modal .sales_start .inner {
    background-color: #009041;
    border-radius: 60px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    text-align: center;
  }
}

@media print and (max-width: 750px), screen and (min-width: 769px) and (max-width: 750px) {
  .ModalBody #modal .sales_start2 .inner {
    background-color: #009041;
    border-radius: 60px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    text-align: center;
  }
  .ModalBody #modal .sales_start2 .inner.kyusyuBalloon .balloon {
    padding-left: 416px;
  }
}

@media print and (max-width: 614px), screen and (min-width: 769px) and (max-width: 614px) {
  .ModalBody #modal .sales_start2 .inner {
    background-color: #009041;
    border-radius: 60px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    text-align: center;
  }
  .ModalBody #modal .sales_start2 .inner.kyusyuBalloon {
    padding-right: 41px;
  }
  .ModalBody #modal .sales_start2 .inner.kyusyuBalloon .balloon {
    padding-left: 343px;
  }
}

/* NaiveMv */
.NaiveMv {
  margin-bottom: -9px;
}

.NaiveMv.-bodyWash {
  margin-top: 43px;
  z-index: 10;
}

.NaiveMv .NaiveMv__slider {
  visibility: hidden;
}

.NaiveMv .NaiveMv__slider.slick-initialized {
  visibility: visible;
}

.NaiveMv .NaiveMv__fig {
  display: block;
}

.NaiveMv .NaiveMv__img {
  vertical-align: top;
}

@media print, screen and (min-width: 769px) {
  .NaiveMv.-bodyWash {
    margin: 0 auto;
    margin-top: 78px;
    max-width: 85%;
  }
  .NaiveMv .NaiveMv__img {
    width: 100%;
  }
}

/* NewsItem */
.NewsItem {
  margin-bottom: 57px;
}

.NewsItem .NewsItem__link {
  display: block;
  position: relative;
}

.NewsItem .NewsItem__date {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/top-news.svg");
  background-repeat: no-repeat;
  background-size: contain;
  color: #067761;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 85px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: -30px;
  position: absolute;
  top: -35px;
  width: 90px;
  z-index: 9;
}

.NewsItem .NewsItem__dateYear {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.8;
  line-height: 1;
}

.NewsItem .NewsItem__dateDate {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.NewsItem .NewsItem__figure {
  position: relative;
}

.NewsItem .NewsItem__figure::after {
  background-image: url("../images/bd_wave2.svg");
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -5px;
  content: '';
  display: block;
  height: 42px;
  left: -2px;
  position: absolute;
  width: 102%;
}

.NewsItem .NewsItem__img {
  border-radius: 28px;
}

.NewsItem .NewsItem__text {
  background-color: #fff;
  color: #787877;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 23px;
  margin: -2px 0 0;
  margin-top: 0;
  padding: 0 0 0;
  position: relative;
  z-index: 11;
}

.NewsItem .NewsItem__text.-margin {
  margin-bottom: 16px;
}

.NewsItem .NewsItem__small {
  display: block;
  margin-top: 20px;
}

.NewsItem .NewsItem__textSpan.-small {
  font-size: 11px;
}

.NewsItem:last-child {
  margin-bottom: 27px;
}

.NewsItem .NewsItem__textLink {
  color: #787877;
}

.NewsItem .NewsItem__imgLink {
  display: block;
}

.NewsItem .NewsItem__underLine {
  text-decoration: underline;
}

@media print, screen and (min-width: 769px) {
  .NewsItem .NewsItem__link {
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg);
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .NewsItem .NewsItem__link * {
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .NewsItem .NewsItem__link:hover .NewsItem__text {
    color: #067761;
    text-decoration: underline;
  }
  .NewsItem .NewsItem__link:hover .NewsItem__img {
    -webkit-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.14);
  }
  .NewsItem .NewsItem__date {
    height: 101px;
    left: -45px;
    line-height: 1;
    top: -44px;
    width: 102px;
  }
  .NewsItem .NewsItem__dateYear {
    font-size: 12px;
    line-height: 1.8;
    margin-top: -10px;
  }
  .NewsItem .NewsItem__dateDate {
    font-size: 22px;
    line-height: 1;
    margin: 5px 0 0;
  }
  .NewsItem .NewsItem__figure {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  .NewsItem .NewsItem__figure::after {
    bottom: -5px;
  }
  .NewsItem .NewsItem__img {
    width: 100%;
  }
  .NewsItem .NewsItem__text {
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    padding: 7px 0 0;
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg);
  }
  .NewsItem .NewsItem__small {
    display: block;
    font-size: 12px;
  }
  .NewsItem .NewsItem__textSpan.-small {
    font-size: 13px;
  }
  .NewsItem .NewsItem__textLink:hover {
    text-decoration: underline;
  }
  .NewsItem .NewsItem__imgLink {
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .NewsItem .NewsItem__imgLink:hover {
    opacity: .7;
  }
  .NewsItem .NewsItem__imgLink:hover .NewsItem__img {
    -webkit-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.14);
  }
}

.-newsPage .NewsItem {
  border-bottom: 1px solid #ebedf0;
  margin-bottom: 50px;
  padding-bottom: 38px;
}

.-newsPage .NewsItem .NewsItem__titleWrapper {
  margin: 0 0 32px;
  padding: 0 0 0 70px;
  position: relative;
}

.-newsPage .NewsItem .NewsItem__title {
  color: #067761;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.07em;
  letter-spacing: 0.3px;
  line-height: 30px;
}

.-newsPage .NewsItem .NewsItem__titleUnder {
  border-bottom: 2px solid #ffbb00;
}

.-newsPage .NewsItem .NewsItem__date {
  height: 87px;
  left: -29px;
  top: -17px;
  width: 92px;
}

.-newsPage .NewsItem .NewsItem__figure {
  margin: 0 0 30px;
}

.-newsPage .NewsItem .NewsItem__figure::after {
  content: none;
}

.-newsPage .NewsItem .NewsItem__img {
  border-radius: 13px;
}

.-newsPage .NewsItem .NewsItem__figure2 {
  margin: 50px 0;
  text-align: center;
}

.-newsPage .NewsItem .NewsItem__img2 {
  width: 100%;
}

.-newsPage .NewsItem .NewsItem__text {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 22.5px;
}

.-newsPage .NewsItem .NewsList__btn {
  margin: 27px 0 0;
}

.-newsPage .NewsItem:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.-newsPage .NewsItem .NewsItem__articleLink {
  color: #787877;
  display: block;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.-newsPage .NewsItem .NewsItem__articleLink:hover {
  opacity: 0.7;
  -webkit-transition: 200ms;
  transition: 200ms;
}

@media print, screen and (min-width: 769px) {
  .-newsPage .NewsItem {
    margin-bottom: 99px;
    padding-bottom: 87px;
  }
  .-newsPage .NewsItem .NewsItem__wrapper {
    margin: auto;
    width: 710px;
  }
  .-newsPage .NewsItem .NewsItem__titleWrapper {
    padding: 0 0 0 126px;
  }
  .-newsPage .NewsItem .NewsItem__date {
    height: 110px;
    left: -3px;
    margin: 5px 0 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0.05deg);
    transform: translateY(-50%) rotate(0.05deg);
    width: 113px;
  }
  .-newsPage .NewsItem .NewsItem__title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 25px;
    line-height: 44px;
    margin: 0 0 50px;
  }
  .-newsPage .NewsItem .NewsItem__titleUnder {
    border-bottom: 3px solid #ffbb00;
  }
  .-newsPage .NewsItem .NewsItem__figure {
    margin: 0 0 39px;
  }
  .-newsPage .NewsItem .NewsItem__img {
    border-radius: 30px;
  }
  .-newsPage .NewsItem .NewsItem__figure2 {
    margin: 50px 70px;
  }
  .-newsPage .NewsItem .NewsItem__text {
    font-size: 15px;
    line-height: 30px;
  }
  .-newsPage .NewsItem .NewsList__btn {
    margin: 50px 0 0;
  }
}

/* NewsList */
.NewsList {
  margin: 45px 0 0;
}

.NewsList.-newsPage {
  margin: 32px 0 17px;
}

.NewsList.-newsPage .NewsList__item {
  margin-top: -80px;
  padding-top: 80px;
}

@media print, screen and (min-width: 769px) {
  .NewsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 58px 0 0;
  }
  .NewsList .NewsList__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    margin-right: 6%;
    max-width: 33.33%;
  }
  .NewsList .NewsList__item:last-child {
    margin-right: 0;
  }
  .NewsList.-newsPage {
    display: block;
    margin: 48px auto 0;
  }
  .NewsList.-newsPage .NewsList__item {
    margin-right: 0;
    margin-top: -96px;
    max-width: 100%;
    padding-top: 96px;
  }
}

/* Pagetop */
.Pagetop {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 200ms;
  transition: 200ms;
  z-index: 99;
}

.Pagetop.-scrolled {
  opacity: 1;
  pointer-events: auto;
}

.Pagetop.-inFooter {
  position: absolute;
}

@media print, screen and (max-width: 768px) {
  .Pagetop {
    border-radius: 50%;
    bottom: 10px;
    height: 44px;
    position: fixed;
    right: 10px;
    width: 44px;
    z-index: 98;
  }
  .Pagetop .Pagetop__link {
    display: block;
    text-align: center;
  }
  .Pagetop .Pagetop__img {
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .Pagetop {
    border-radius: 50%;
    bottom: 10px;
    height: 64px;
    position: fixed;
    right: 10px;
    width: 64px;
  }
  .Pagetop .Pagetop__img {
    width: 100%;
  }
  .Pagetop:hover {
    -webkit-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.14);
    opacity: .9;
  }
}

/* ProductAnchor */
.ProductAnchor {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px 0 0px;
  padding: 0 20px;
}

.ProductAnchor .ProductAnchor__link {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
}

@media print, screen and (min-width: 769px) {
  .ProductAnchor {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0 90px;
    padding: 0 0px;
  }
  .ProductAnchor .ProductAnchor__link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 277px;
    flex: 0 0 277px;
    max-width: 277px;
    padding: 0 30px;
  }
  .ProductAnchor .ProductAnchor__link:hover {
    opacity: .7;
  }
}

/* Section */
.Section .Section__title {
  padding: 47px 0 0;
}

.Section.-lineup {
  padding-bottom: 23px;
}

.Section.-localBodysoap {
  padding: 0 36px 70px;
}

.Section.-bnr {
  padding: 30px 0 0;
}

.Section.-detailHeading {
  padding: 0;
}

.Section.-detailHeading .Section__title {
  margin: 0 0 16px;
}

.Section.-detailHeading .Section__title.-face2 {
  margin-bottom: 30px;
}

.Section.-tvCmCast .Section__title {
  padding: 0;
}

.Section.-detailLineup {
  padding: 14px 0 34px;
}

@media print, screen and (min-width: 769px) {
  .Section.-lineup {
    padding: 85px 0 23px;
  }
  .Section.-localBodysoap {
    padding: 63px 0 0;
  }
  .Section.-detailHeading .Section__title {
    margin: 0 0 50px;
  }
  .Section.-detailHeading .Section__title.-face2 {
    margin-bottom: 48px;
  }
  .Section.-detailLineup {
    padding: 50px 0 35px;
  }
  .Section .Section__title.-productIndex {
    padding-top: 0;
  }
}

/* Sns */
.Sns {
  padding: 0px 0 60px;
}

.Sns .Sns__title {
  color: #fff;
  padding: 47px 0 0;
  text-align: center;
}

.Sns .Sns__titleJp {
  display: block;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.07em;
  letter-spacing: 0.05em;
  line-height: 32px;
}

.Sns .Sns__titleEn {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1em;
  letter-spacing: 0.15em;
  line-height: 1.8;
  line-height: 12px;
  margin: 12px 0 0;
}

.Sns .Sns__shareTitle {
  color: #fff;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .Sns {
    padding: 0px 0 85px;
  }
  .Sns .Sns__title {
    padding: 107px 0 0;
  }
  .Sns .Sns__titleJp {
    font-size: 40px;
    line-height: 44px;
  }
  .Sns .Sns__titleEn {
    font-size: 13px;
    line-height: 20px;
    margin: 14px 0 0;
  }
  .Sns .Sns__shareTitle {
    font-size: 16px;
  }
}

/* SnsBtnList */
.SnsBtnList {
  margin: 40px 0 38px;
}

.SnsBtnList .SnsBtnList__item {
  margin-bottom: 15px;
}

.SnsBtnList .SnsBtnList__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 35px;
  color: #067761;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.07em;
  letter-spacing: 0.01em;
  line-height: 1;
  margin: 0 auto;
  position: relative;
  width: 303px;
}

.SnsBtnList .SnsBtnList__link:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 50%;
  content: '';
  display: block;
  position: absolute;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.SnsBtnList .SnsBtnList__link.-twitter:after {
  background-image: url("../images/icon_x.svg");
  height: 30px;
  left: 28px;
  width: 23px;
}

.SnsBtnList .SnsBtnList__link.-insta:after {
  background-image: url("../images/icon_instagram.png");
  height: 28px;
  left: 26px;
  width: 28px;
}

@media print, screen and (min-width: 769px) {
  .SnsBtnList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 48px 0 38px;
  }
  .SnsBtnList .SnsBtnList__item {
    margin: 0 10px;
    margin-bottom: 0px;
  }
  .SnsBtnList .SnsBtnList__link {
    border-radius: 50px;
    font-size: 25px;
    height: 94px;
    width: 423px;
  }
  .SnsBtnList .SnsBtnList__link.-twitter:after {
    height: 48px;
    left: 40px;
    width: 33px;
  }
  .SnsBtnList .SnsBtnList__link.-insta:after {
    height: 42px;
    left: 44px;
    width: 42px;
  }
  .SnsBtnList .SnsBtnList__link:hover {
    -webkit-box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.1);
  }
}

/* SnsList */
.SnsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (max-width: 768px) {
  .SnsList {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 15px 0 25px;
  }
  .SnsList .SnsList__head {
    color: #4D4D4D;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin: 0 8px 0 0;
    padding-right: 20px;
    position: relative;
    top: -3px;
  }
  .SnsList .SnsList__head::after {
    background-color: #4D4D4D;
    content: '';
    display: block;
    height: 17px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
  }
  .SnsList.-top .SnsList__head {
    color: #fff;
  }
  .SnsList.-top .SnsList__head::after {
    background-color: #fff;
  }
  .SnsList .SnsList__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72px;
    flex: 0 0 72px;
    margin: 0 8px;
  }
  .SnsList .SnsList__item.-fb {
    width: 72px;
  }
}

.SnsList .SnsList__link {
  display: block;
}

.SnsList .SnsList__link img {
  width: 100%;
}

.SnsList.-new .SnsList__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
}

@media print, screen and (min-width: 769px) {
  .SnsList {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 45px;
  }
  .SnsList .SnsList__head {
    color: #4D4D4D;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin: 0 8px 0 0;
    padding-right: 20px;
    position: relative;
    top: -3px;
  }
  .SnsList .SnsList__head::after {
    background-color: #4D4D4D;
    content: '';
    display: block;
    height: 17px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
  }
  .SnsList.-top .SnsList__head {
    color: #fff;
  }
  .SnsList.-top .SnsList__head::after {
    background-color: #fff;
  }
  .SnsList .SnsList__item {
    margin-left: 12px;
  }
  .SnsList .SnsList__item.-fb {
    width: 72px;
  }
  .SnsList .SnsList__item.-tw a {
    border-radius: 4px;
    overflow: hidden;
  }
  .SnsList .SnsList__link:hover {
    opacity: .7;
  }
  .SnsList.-new {
    margin: 20px 0 25px;
  }
  .SnsList.-new .SnsList__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
  }
}

/* SnsList2 */
.SnsList2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 56px 0 42px;
}

.SnsList2 .SnsList2__head {
  color: #4D4D4D;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  position: relative;
  text-align: center;
}

.SnsList2 .SnsList2__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  margin: 0 10px;
}

.SnsList2 .SnsList2__item.-twitter {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 26px;
  flex: 0 0 26px;
}

.SnsList2 .SnsList2__link {
  display: block;
}

.SnsList2 .SnsList2__link img {
  display: block;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .SnsList2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    width: 190px;
  }
  .SnsList2 .SnsList2__head {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    font-size: 13px;
    margin-bottom: 0;
    padding-right: 5px;
    position: relative;
  }
  .SnsList2 .SnsList2__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    margin: 0 10px;
    margin: 0 6px;
    position: relative;
  }
  .SnsList2 .SnsList2__item.-twitter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26px;
    flex: 0 0 26px;
    left: -12px;
  }
  .SnsList2 .SnsList2__item.-instagram {
    left: -10px;
  }
  .SnsList2 .SnsList2__link {
    display: block;
  }
  .SnsList2 .SnsList2__link:hover {
    opacity: .7;
  }
  .SnsList2 .SnsList2__link img {
    width: 100%;
  }
}

/* Title1 */
.Title1 {
  color: #067761;
  padding: 47px 0 0;
  text-align: center;
}

.Title1 .Title1__jp {
  display: block;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 32px;
}

.Title1 .Title1__en {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.8;
  line-height: 12px;
  margin: 12px 0 0;
}

.Title1 .Title1__jpSmall {
  display: block;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  margin: 12px 0 0;
}

.Title1.-white {
  color: #fff;
}

.Title1.-face2 {
  padding-top: 33px;
}

.Title1.-pb {
  padding-bottom: 30px;
}

@media print, screen and (min-width: 769px) {
  .Title1 {
    padding: 107px 0 0;
  }
  .Title1 .Title1__jp {
    font-size: 40px;
    line-height: 44px;
  }
  .Title1 .Title1__en {
    font-size: 13px;
    line-height: 20px;
    margin: 21px 0 0;
  }
  .Title1 .Title1__jpSmall {
    font-size: 13px;
    line-height: 20px;
    margin: 21px 0 0;
  }
  .Title1.-pt {
    padding: 95px 0 0;
  }
  .Title1.-productIndex {
    padding-top: 0;
  }
  .Title1.-pb {
    padding-bottom: 60px;
  }
}

/* TopConcept */
.TopConcept {
  color: #fff;
  padding: 0 0 35px;
}

.TopConcept .TopConcept__figure {
  margin: 28px auto 30px;
  width: 98%;
}

.TopConcept .TopConcept__title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.7;
  text-align: center;
}

.TopConcept .TopConcept__spanBd {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(88%, transparent), color-stop(0%, #FF9B00));
  background: linear-gradient(transparent 88%, #FF9B00 0%);
  display: inline;
  padding-bottom: 4px;
}

.TopConcept .TopConcept__titleSub {
  font-size: 11px;
  top: -20px;
}

.TopConcept .TopConcept__lead {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.07em;
  letter-spacing: 0.05em;
  line-height: 27px;
  margin: 0 0 22px;
}

.TopConcept .TopConcept__text {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 22px;
}

.TopConcept .TopConcept__text.-note {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 11px;
  font-weight: 300;
}

@media print, screen and (min-width: 769px) {
  .TopConcept {
    padding: 0;
    position: relative;
  }
  .TopConcept .TopConcept__figure {
    left: -1.6%;
    margin: 0;
    position: absolute;
    top: 26px;
    width: 396px;
    z-index: 1;
  }
  .TopConcept .TopConcept__img {
    width: 100%;
  }
  .TopConcept .TopConcept__wrapper {
    padding-left: 444px;
  }
  .TopConcept .TopConcept__title {
    font-size: 34px;
    line-height: 1.7;
    padding: 6px 0 0;
    text-align: left;
  }
  .TopConcept .TopConcept__spanBd {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(88%, transparent), color-stop(0%, #FF9B00));
    background: linear-gradient(transparent 88%, #FF9B00 0%);
    display: inline;
    padding-bottom: 5px;
  }
  .TopConcept .TopConcept__titleSub {
    bottom: 31px;
    font-size: 14px;
    top: auto;
  }
  .TopConcept .TopConcept__lead {
    font-size: 22px;
    line-height: 34px;
    margin: 47px 0 20px;
  }
  .TopConcept .TopConcept__text {
    font-size: 15px;
    line-height: 27px;
    margin: 0 0 19px;
  }
  .TopConcept .TopConcept__text.-note {
    font-size: 13px;
  }
}

/* TopLineup */
* {
  min-height: 0;
  min-width: 0;
}

@media print, screen and (max-width: 768px) {
  .TopLineup .TopLineup__series {
    padding-bottom: 27px;
    padding-top: 30px;
    position: relative;
  }
  .TopLineup .TopLineup__series:after {
    background-color: rgba(163, 163, 163, 0.4);
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 3%;
    position: absolute;
    width: 94%;
  }
  .TopLineup .TopLineup__titleArea {
    margin-bottom: 28px;
    padding-left: 36px;
    padding-right: 36px;
  }
  .TopLineup .TopLineup__titleFig {
    margin: 0 auto 20px;
  }
  .TopLineup .TopLineup__titleFig.-thenaive {
    margin-top: 10px;
    width: 136px;
  }
  .TopLineup .TopLineup__titleFig.-naive {
    width: 102px;
  }
  .TopLineup .TopLineup__titleFig.-naivepure {
    width: 80px;
  }
  .TopLineup .TopLineup__titleFig.-olive {
    width: 70px;
  }
  .TopLineup .TopLineup__titleText {
    font-size: 11px;
    line-height: 1.45455;
    margin-bottom: 10px;
    text-align: center;
  }
  .TopLineup .TopLineup__titleNote {
    color: #8a8a8a;
    font-size: 10px;
    line-height: 1.1;
    text-align: center;
  }
  .TopLineup .TopLineup__listWrap::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
  }
  .TopLineup .TopLineup__listWrapInner {
    position: relative;
  }
  .TopLineup .TopLineup__listWrapInner.-noSlickSP {
    margin-left: 13.86vw;
  }
  .TopLineup .TopLineup__listItem {
    margin: 0 4px;
    width: 69.86vw !important;
  }
  .TopLineup .TopLineup__list.-noSlick {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .TopLineup .TopLineup__list.-noSlick .TopLineup__listItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 69.86vw;
    flex: 0 0 69.86vw;
    max-width: 69.86vw;
  }
  .TopLineup .TopLineup__listItemLink {
    display: block;
    position: relative;
  }
  .TopLineup .TopLineup__listItemLink:after {
    background-image: url("../images/icon_link_arrow_green.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 5px;
    content: '';
    display: block;
    height: 16px;
    position: absolute;
    right: 0;
    width: 16px;
  }
  .TopLineup .TopLineup__itemFig {
    margin-bottom: 5px;
  }
  .TopLineup .TopLineup__listName {
    color: #067761;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.07em;
    letter-spacing: 0.01em;
    text-align: center;
  }
}

@media print, screen and (min-width: 769px) {
  .TopLineup .TopLineup__series {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: calc((100vw - 1177px) / 2);
    padding-bottom: 25px;
    padding-top: 30px;
    position: relative;
  }
  .TopLineup .TopLineup__series:after {
    background-color: rgba(163, 163, 163, 0.4);
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 1177px;
  }
  .TopLineup .TopLineup__series.-noBorder:after {
    display: none;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 1400px) {
  .TopLineup .TopLineup__series {
    margin-left: calc((100vw - 1070px) / 2);
  }
}

@media print, screen and (min-width: 769px) and (max-width: 1300px) {
  .TopLineup .TopLineup__series {
    margin-left: 130px;
  }
}

@media print, screen and (min-width: 769px) {
  .TopLineup .TopLineup__titleArea {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 304px;
    flex: 0 0 304px;
    margin-right: 40px;
    max-width: 304px;
    padding: 20px 25px 0 20px;
    width: 304px;
  }
  .TopLineup .TopLineup__titleArea.-thenaive {
    padding-top: 0;
  }
  .TopLineup .TopLineup__titleArea.-olive {
    padding-top: 0;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 1300px) {
  .TopLineup .TopLineup__titleArea {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
    width: 18%;
  }
}

@media print, screen and (min-width: 769px) {
  .TopLineup .TopLineup__titleFig {
    margin: 0 auto 26px;
  }
  .TopLineup .TopLineup__titleFig.-thenaive {
    margin-top: 0px;
    width: 180px;
  }
  .TopLineup .TopLineup__titleFig.-naive {
    width: 148px;
  }
  .TopLineup .TopLineup__titleFig.-naivepure {
    width: 116px;
  }
  .TopLineup .TopLineup__titleFig.-olive {
    width: 100px;
  }
  .TopLineup .TopLineup__titleImg {
    width: 100%;
  }
  .TopLineup .TopLineup__titleText {
    font-size: 12px;
    line-height: 1.83333;
    text-align: center;
  }
  .TopLineup .TopLineup__titleNote {
    color: #8a8a8a;
    font-size: 10px;
    line-height: 1.3;
    margin-top: 20px;
  }
  .TopLineup .TopLineup__listWrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .TopLineup .TopLineup__list.-noSlick {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .TopLineup .TopLineup__list.-noSlick .TopLineup__listItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    max-width: 400px;
  }
  .TopLineup .TopLineup__list.-naive {
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .TopLineup .TopLineup__list.-naive .TopLineup__listItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
  }
  .TopLineup .TopLineup__listItem {
    width: 400px !important;
  }
  .TopLineup .TopLineup__listItemLink {
    display: block;
    margin: 0 12px;
    position: relative;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .TopLineup .TopLineup__listItemLink:after {
    background-image: url("../images/icon_link_arrow_green.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 8px;
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    right: 0;
    width: 20px;
  }
  .TopLineup .TopLineup__listItemLink:hover .TopLineup__listName {
    text-decoration: underline;
  }
  .TopLineup .TopLineup__listItemLink:hover .TopLineup__itemFig {
    -webkit-box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.1);
  }
  .TopLineup .TopLineup__itemFig {
    margin-bottom: 8px;
  }
  .TopLineup .TopLineup__itemFig img {
    width: 100%;
  }
  .TopLineup .TopLineup__listName {
    color: #067761;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.07em;
    letter-spacing: 0.01em;
    text-align: center;
  }
}

.prev.slick-arrow {
  bottom: 45px;
  left: -140px;
  position: absolute;
}

.prev.slick-arrow img {
  height: 35px;
  width: 35px;
}

.next.slick-arrow {
  bottom: 45px;
  left: -100px;
  position: absolute;
}

.next.slick-arrow img {
  height: 35px;
  width: 35px;
}

/* TopSection */
.TopSection.-news {
  padding: 0 0 33px;
}

.TopSection.-tvCm {
  padding: 0 0 10%;
  position: relative;
}

.TopSection.-tvCm .TopSection__title {
  -webkit-transform: translateY(-33%) rotate(0.05deg);
  transform: translateY(-33%) rotate(0.05deg);
}

.TopSection.-tvCm .TopSection__content {
  position: relative;
  z-index: 9;
}

.TopSection.-tvCm .TopSection__btn {
  margin: 14% 0 0;
}

.TopSection.-series {
  padding: 19px 0 80px;
}

.TopSection.-series .TopSection__title {
  padding: 0;
}

.TopSection.-concept {
  padding: 40px 0 40px;
}

.TopSection.-concept .TopSection__title {
  padding: 0 0 30px;
}

.TopSection.-lineup {
  padding: 14px 0 23px;
}

.TopSection.-lineup .TopSection__title {
  padding-top: 0;
}

.TopSection.-bnr {
  padding: 0px 0 60px;
}

@media print, screen and (min-width: 769px) {
  .TopSection.-news {
    padding: 0;
  }
  .TopSection.-news .TopSection__title {
    padding-top: 100px;
  }
  .TopSection.-tvCm {
    padding: 55px 0 0;
  }
  .TopSection.-tvCm .TopSection__title {
    padding: 0;
    -webkit-transform: translateY(0) rotate(0.05deg);
    transform: translateY(0) rotate(0.05deg);
  }
  .TopSection.-tvCm .TopSection__content {
    position: relative;
    z-index: 9;
  }
  .TopSection.-tvCm .TopSection__btn {
    margin: 86px 0 0;
  }
  .TopSection.-series {
    padding: 58px 0 100px;
  }
  .TopSection.-series .TopSection__title {
    padding: 0;
  }
  .TopSection.-concept {
    padding: 130px 0 190px;
  }
  .TopSection.-lineup {
    margin: 0 0 -8px;
    padding: 57px 0 60px;
  }
  .TopSection.-lineup .TopSection__title {
    padding: 0 0 32px;
  }
  .TopSection.-bnr {
    padding: 0px 0 70px;
  }
}

/* TopSeries */
.TopSeries .TopSeries__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 39px 0 25px;
}

.TopSeries .TopSeries__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48.5%;
  flex: 0 0 48.5%;
  margin: 0 0 25px;
}

.TopSeries .TopSeries__link {
  color: #fff;
  display: block;
}

.TopSeries .TopSeries__img {
  width: 100%;
}

.TopSeries .TopSeries__leadTag {
  border: 1px solid #fff;
  border-radius: 12px;
  display: inline-block;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
  letter-spacing: 0.01em;
  line-height: 1;
  margin: 10px 0 0;
  padding: 5px 10px;
}

.TopSeries .TopSeries__leadTag.-item2 {
  margin-top: 10px;
}

.TopSeries .TopSeries__title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.3;
  margin: 8px 0 0;
}

.TopSeries .TopSeries__lead {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.35417;
  margin-top: 5px;
  padding-right: 30px;
  position: relative;
}

.TopSeries .TopSeries__lead:after {
  background-image: url("../images/icon_link_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 16px;
  position: absolute;
  right: 0;
  top: 8px;
  width: 16px;
}

.TopSeries .TopSeries__text {
  font-size: 10px;
  line-height: 1.13636;
  margin: 5px 0 0;
  text-align: left;
}

.TopSeries .TopSeries__note {
  color: #fff;
  font-size: 10px;
  letter-spacing: -0.01em;
  line-height: 1.5;
}

@media print, screen and (min-width: 769px) {
  .TopSeries .TopSeries__list {
    gap: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 11px 0 45px;
  }
  .TopSeries .TopSeries__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22.95%;
    flex: 0 0 22.95%;
    margin: 0;
    max-width: 22.95%;
  }
  .TopSeries .TopSeries__link {
    height: 100%;
    -webkit-transition: 200ms;
    transition: 200ms;
    z-index: 1;
  }
  .TopSeries .TopSeries__link:hover .TopSeries__title {
    text-decoration: underline;
  }
  .TopSeries .TopSeries__link:hover .TopSeries__figure {
    -webkit-box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.1);
  }
  .TopSeries .TopSeries__leadTag {
    border: 2px solid #fff;
    border-radius: 15px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.07em;
    letter-spacing: 0.03em;
    padding: 5px 12px;
  }
  .TopSeries .TopSeries__title {
    font-size: 19px;
    margin: 12px 0 0;
  }
  .TopSeries .TopSeries__lead {
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 1.69231;
    padding-right: 22px;
  }
  .TopSeries .TopSeries__lead:after {
    height: 20px;
    top: 1px;
    width: 20px;
  }
  .TopSeries .TopSeries__text {
    font-size: 10px;
    line-height: 1.3;
  }
  .TopSeries .TopSeries__note {
    font-size: 10px;
    padding-right: 25%;
    text-align: right;
  }
}

/* TopTvCm */
.TopTvCm {
  position: relative;
  z-index: 9;
}

.TopTvCm::before {
  background-image: url("../images/bg_white1.svg");
  background-position: 50%,50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  padding-top: 123%;
  position: absolute;
  top: -58%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100vw;
  z-index: -1;
}

.TopTvCm .TopTvCm__wrapper {
  padding: 2% 0px 0;
}

@media print, screen and (min-width: 769px) {
  .TopTvCm::before {
    background-image: url("../images/bg_white1_pc.svg");
    height: 0;
    left: 52%;
    min-width: 1240px;
    padding-top: 793px;
    position: absolute;
    top: -110px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
  }
  .TopTvCm .TopTvCm__wrapper {
    margin: 0 auto 0;
    max-width: 950px;
    padding: 95px 0 0;
    width: 100%;
  }
  .TopTvCm .TopTvCm__wrapper img {
    width: 100%;
  }
}

/* TvCm */
.TvCm .movie {
  outline: none;
  padding-top: 56.25%;
}

.TvCm .movie .video-js {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.TvCm .thumbnail {
  position: relative;
  z-index: 2;
}

.TvCm .thumbnail:after {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  content: '';
  display: block;
  height: 101%;
  left: 0;
  position: absolute;
  top: -1px;
  width: 101%;
}

.TvCm .thumbnail.-none:after {
  content: none;
  display: none;
}

.TvCm .thumbnail.-thumb1:after {
  background-image: url("../images/video_thumbnal-3.png");
}

.TvCm .thumbnail.-thumb2:after {
  background-image: url("../images/video_thumbnal-2.png");
}

.TvCm * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

.TvCm iframe {
  border: none;
}

@media print, screen and (min-width: 769px) {
  .TvCm .movie {
    padding-top: 534px;
    width: 950px;
  }
  .TvCm .movie .video-js {
    margin-left: auto;
    margin-right: auto;
  }
  .TvCm .thumbnail {
    margin-left: auto;
    margin-right: auto;
  }
  .TvCm .thumbnail:after {
    height: 100%;
    top: 0;
    width: 100%;
  }
  .TvCm .thumbnail:hover {
    cursor: pointer;
  }
  .TvCm.-detail .movie {
    left: 50%;
    padding-top: 502px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 894px;
  }
}

.vjs-big-play-button {
  background-color: transparent !important;
}

.vjs-big-play-button:before {
  display: none !important;
}

.bc-iframe, .bc-iframe body, .bc-player-B1mJH2Z1l_default {
  background-color: transparent;
}

/* TvCmDetail */
.TvCmDetail {
  padding: 27% 0 30px;
}

.TvCmDetail .TvCmDetail__item {
  margin-bottom: 45px;
}

.TvCmDetail .TvCmDetail__item:last-child {
  margin-bottom: 0;
}

.TvCmDetail .TvCmDetail__title {
  color: #fff;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 28px;
  margin: 0 0 34px;
  text-align: center;
}

.TvCmDetail .TvCmDetail__content {
  padding: 4% 3%;
  position: relative;
}

.TvCmDetail .TvCmDetail__content::after {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 13px;
  content: '';
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}

.TvCmDetail .TvCmDetail__inner {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
}

.TvCmDetail .TvCmDetail__coming {
  color: #067761;
  text-align: center;
}

.TvCmDetail .TvCmDetail__comingJp {
  display: block;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 19px;
}

.TvCmDetail .TvCmDetail__comingEn {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 8px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.8;
  line-height: 1;
}

@media print, screen and (min-width: 769px) {
  .TvCmDetail {
    margin: auto;
    padding: 200px 0 0;
    width: 950px;
  }
  .TvCmDetail .TvCmDetail__item {
    margin-bottom: 60px;
  }
  .TvCmDetail .TvCmDetail__title {
    font-size: 30px;
    line-height: 44px;
    margin: 0 0 50px;
  }
  .TvCmDetail .TvCmDetail__content {
    height: 569px;
    padding: 0;
  }
  .TvCmDetail .TvCmDetail__content::after {
    border-radius: 40px;
  }
  .TvCmDetail .TvCmDetail__comingJp {
    font-size: 36px;
    line-height: 50px;
  }
  .TvCmDetail .TvCmDetail__comingEn {
    font-size: 24px;
    line-height: 40px;
  }
}

/* TvCmMv */
.TvCmMv {
  margin: 37px 0 0;
}

.TvCmMv .TvCmMv__figure {
  width: 100%;
}

.TvCmMv .TvCmMv__img {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .TvCmMv {
    margin: 57px 0 0;
    min-width: 1214px;
  }
}

/* DetailYellow */
.VideoModal .VideoModal__close {
  height: 24px;
  position: absolute;
  right: 10px;
  top: -42px;
  width: 24px;
}

.VideoModal .VideoModal__close a {
  display: block;
}

.VideoModal .VideoModal__close a img {
  height: 24px;
  width: 24px;
}

.VideoModal .iziModal-content {
  height: 0;
  padding-top: 56.26% !important;
  position: relative;
  width: 100%;
}

.VideoModal .iziModal-content iframe {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .VideoModal.iziModal {
    max-width: 1200px !important;
    width: 90%;
  }
  .VideoModal .VideoModal__close {
    height: 40px;
    right: 0;
    top: -60px;
    width: 40px;
  }
  .VideoModal .VideoModal__close a {
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .VideoModal .VideoModal__close a:hover {
    cursor: pointer;
    opacity: .7;
  }
  .VideoModal .VideoModal__close a img {
    height: 40px;
    width: 40px;
  }
}

.Wave {
  overflow: hidden;
  width: 100%;
  /* sp */
  /* pc */
}

@media print, screen and (max-width: 767px) {
  .Wave {
    height: 100px;
    margin-top: -30px;
  }
}

@media print, screen and (min-width: 768px) {
  .Wave {
    height: 160px;
  }
}

.Wave .Wave__svg {
  /* sp */
  /* pc */
}

@media print, screen and (max-width: 767px) {
  .Wave .Wave__svg {
    height: 100px;
    margin-left: -50%;
    width: 200%;
  }
}

@media print, screen and (min-width: 768px) {
  .Wave .Wave__svg {
    height: 160px;
    width: 100%;
  }
}

.Wave .Wave__group1,
.Wave .Wave__group2
.Wave__path1 {
  -webkit-animation-duration: 13000ms;
  animation-duration: 13000ms;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.Wave .Wave__group1 {
  -webkit-animation-name: waveAnimation1;
  animation-name: waveAnimation1;
  -webkit-animation-timing-function: cubic-bezier(0.63, 0.22, 0.38, 0.74);
  animation-timing-function: cubic-bezier(0.63, 0.22, 0.38, 0.74);
  -webkit-transform: translate(700px, 80px) translate(-700px, -80px) translate(-100px, 50px);
  transform: translate(700px, 80px) translate(-700px, -80px) translate(-100px, 50px);
}

.Wave .Wave__group2 {
  -webkit-animation-name: waveAnimation2;
  animation-name: waveAnimation2;
  -webkit-animation-timing-function: cubic-bezier(0.63, 0.22, 0.38, 0.74);
  animation-timing-function: cubic-bezier(0.63, 0.22, 0.38, 0.74);
  -webkit-transform: translate(700px, 80px) scale(2, 1) translate(-700px, -80px);
  transform: translate(700px, 80px) scale(2, 1) translate(-700px, -80px);
}

.Wave .Wave__path1 {
  fill: #fff;
}

.Wave.-up .Wave__svg {
  -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
  transform: translate3d(0, 0, 0) scale(1, 1);
}

.Wave.-down .Wave__svg {
  -webkit-transform: translate3d(0, 0, 0) scale(-1, -1);
  transform: translate3d(0, 0, 0) scale(-1, -1);
}

.Wave.-down .Wave__group1,
.Wave.-down .Wave__group2,
.Wave.-down .Wave__path1 {
  -webkit-animation-delay: -6000ms;
  animation-delay: -6000ms;
  -webkit-animation-duration: 14000ms;
  animation-duration: 14000ms;
}

.Wave.-minus {
  margin-top: -60px;
}

.Wave.-ie {
  /* sp */
  /* pc */
}

.Wave.-ie:before {
  background-image: url("../images/bd_wave.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}

.Wave.-ie:after {
  background-color: #fff;
  bottom: 1px;
  content: '';
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}

.Wave.-ie.-up {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.Wave.-ie.-up:before {
  background-image: url("../images/bd_wave4.png");
}

.Wave.-ie.-up.-top {
  height: 124px;
}

.Wave.-ie.-up.-top:before {
  background-image: url("../images/bd_wave_ie.png");
  background-position: bottom left;
  background-size: cover;
}

.Wave.-ie.-down {
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.Wave.-ie.-down:before {
  background-image: url("../images/bd_wave3.png");
}

.Wave.-ie.-up.-ieReverse {
  -webkit-transform: scale(1, 1) rotateY(180deg);
  transform: scale(1, 1) rotateY(180deg);
}

.Wave.-ie.-down.-ieReverse {
  -webkit-transform: scale(-1, -1) rotateY(180deg);
  transform: scale(-1, -1) rotateY(180deg);
}

.Wave.-ie.-minus {
  margin-top: -60px;
}

.Wave.-ie .Wave__svg {
  display: none;
}

@media print, screen and (max-width: 767px) {
  .Wave.-ie {
    height: 100px;
  }
}

@media print, screen and (min-width: 768px) {
  .Wave.-ie {
    height: 210px;
  }
}

@-webkit-keyframes waveAnimation1 {
  0% {
    -webkit-transform: translate(700px, 80px) translate(-700px, -80px) translate(-100px, 50px);
    transform: translate(700px, 80px) translate(-700px, -80px) translate(-100px, 50px);
  }
  50% {
    -webkit-transform: translate(700px, 80px) translate(-700px, -80px) translate(-600px, 50px);
    transform: translate(700px, 80px) translate(-700px, -80px) translate(-600px, 50px);
  }
  100% {
    -webkit-transform: translate(700px, 80px) translate(-700px, -80px) translate(-100px, 50px);
    transform: translate(700px, 80px) translate(-700px, -80px) translate(-100px, 50px);
  }
}

@keyframes waveAnimation1 {
  0% {
    -webkit-transform: translate(700px, 80px) translate(-700px, -80px) translate(-100px, 50px);
    transform: translate(700px, 80px) translate(-700px, -80px) translate(-100px, 50px);
  }
  50% {
    -webkit-transform: translate(700px, 80px) translate(-700px, -80px) translate(-600px, 50px);
    transform: translate(700px, 80px) translate(-700px, -80px) translate(-600px, 50px);
  }
  100% {
    -webkit-transform: translate(700px, 80px) translate(-700px, -80px) translate(-100px, 50px);
    transform: translate(700px, 80px) translate(-700px, -80px) translate(-100px, 50px);
  }
}

@-webkit-keyframes waveAnimation2 {
  0% {
    -webkit-transform: translate(700px, 80px) scale(2, 1) translate(-700px, -80px);
    transform: translate(700px, 80px) scale(2, 1) translate(-700px, -80px);
  }
  25% {
    -webkit-transform: translate(700px, 80px) scale(2, 0.05) translate(-700px, -80px);
    transform: translate(700px, 80px) scale(2, 0.05) translate(-700px, -80px);
  }
  75% {
    -webkit-transform: translate(700px, 80px) scale(2, 1.6) translate(-700px, -80px);
    transform: translate(700px, 80px) scale(2, 1.6) translate(-700px, -80px);
  }
  100% {
    -webkit-transform: translate(700px, 80px) scale(2, 1) translate(-700px, -80px);
    transform: translate(700px, 80px) scale(2, 1) translate(-700px, -80px);
  }
}

@keyframes waveAnimation2 {
  0% {
    -webkit-transform: translate(700px, 80px) scale(2, 1) translate(-700px, -80px);
    transform: translate(700px, 80px) scale(2, 1) translate(-700px, -80px);
  }
  25% {
    -webkit-transform: translate(700px, 80px) scale(2, 0.05) translate(-700px, -80px);
    transform: translate(700px, 80px) scale(2, 0.05) translate(-700px, -80px);
  }
  75% {
    -webkit-transform: translate(700px, 80px) scale(2, 1.6) translate(-700px, -80px);
    transform: translate(700px, 80px) scale(2, 1.6) translate(-700px, -80px);
  }
  100% {
    -webkit-transform: translate(700px, 80px) scale(2, 1) translate(-700px, -80px);
    transform: translate(700px, 80px) scale(2, 1) translate(-700px, -80px);
  }
}
