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

* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-size: 100%;
}

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

table td,
table th {
  vertical-align: top;
}

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

img {
  border: 0px;
  vertical-align: top;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

blockquote,
q {
  quotes: none;
}

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

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

html {
  overflow-y: scroll;
}

/*smartphone*/

/*------------------------------------------------------------------------------*/

html {
  -webkit-text-size-adjust: none;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

img {
  max-width: 100%;
  height: auto;
}

/*base*/

/*------------------------------------------------------------------------------*/

body {
  font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ",
    Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳＰゴシック",
    "MSPGothic", sans-serif;
  color: #181818;
  font-weight: 500;
  font-size: 75%;
  line-height: 1.7;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ",
      Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "ＭＳＰゴシック", "MSPGothic", sans-serif;
  }
}

a {
  text-decoration: none;
}

.press {
  transition: 0.2s;
}

.press.is-press {
  opacity: 0.8;
}

.font-yumin {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "游ゴシック体", "游ゴシック",
    "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳＰゴシック", "MSPGothic", sans-serif !important;
  font-weight: normal;
}

.font-pdsc {
  font-family: "Playfair Display SC", "游ゴシック体", "游ゴシック", "Yu Gothic",
    YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳＰゴシック", "MSPGothic", sans-serif !important;
}

.font-yan {
  font-family: "Yantramanav", "游ゴシック体", "游ゴシック", "Yu Gothic",
    YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳＰゴシック", "MSPGothic", sans-serif !important;
}

.nowrap {
  white-space: nowrap;
}

.block-title {
  line-height: 48px;
  font-size: 48px;
  font-family: "Playfair Display SC", "游ゴシック体", "游ゴシック", "Yu Gothic",
    YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳＰゴシック", "MSPGothic", sans-serif !important;
  color: #181818;
  letter-spacing: 3px;
}

.block-title.center {
  display: block;
  width: 100%;
  text-align: center;
}

.block-sub-title {
  line-height: 24px;
  font-size: 14px;
}

.block-sub-title.center {
  display: block;
  width: 100%;
  text-align: center;
}

.sub-title {
  font-family: "Playfair Display SC", "游ゴシック体", "游ゴシック", "Yu Gothic",
    YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳＰゴシック", "MSPGothic", sans-serif !important;
  letter-spacing: 2px;
}

.top-block {
  margin-top: 60px;
  position: relative;
  width: 100%;
  /*  max-height: 800px;*/
  overflow: hidden;
  /*  background-color: black;*/
}

.top-block .logo {
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 100;
}

.top-block .logo a {
  display: inline-block;
}

.top-block .logo img {
  width: 67px;
  height: auto;
}

.top-block .content-bg {
  width: 100%;
  text-align: center;
}

.top-block .content-bg img {
  max-width: none;
  width: 100%;
  height: 100%;
}

.top-block .content-bg .sp-show {
  display: none;
}

.sp-menu-block {
  display: none;
}

.header_wrapper {
  position: relative;
}

#header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  padding-left: 20px;
  width: 100%;
  height: 60px;
  z-index: 10000;
  background: #fff;
  transition: background-color 0.1s;
  box-shadow: 0px 0px 7px 0px rgba(56, 56, 56, 0.2);
}

#header .logo {
  display: flex;
  align-items: center;
  width: 60px;
/*  pointer-events: none;*/
  transition: opacity 0.1s;
}

#header .logo a {
  display: inline-block;
}

#header .logo img {
  width: 50px;
  height: auto;
}

#header .sp-button {
  display: none;
}

#header .menu {
  display: flex;
  justify-content: space-around;
  height: 100%;
}

#header .menu li {
  display: flex;
  align-items: center;
  padding: 0 12px;
  height: 100%;
}

#header .menu li a {
  display: block;
  padding: 3px 2px;
  height: 30px;
  font-size: 14px;
  line-height: 24px;
}

#header .menu li a:hover {
  color: #c60057;
}

#header .menu li.is-active::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 35px;
  height: 1px;
  background-color: #c60057;
}

/*
header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
}

header.is-fixed .logo {
  opacity: 1;
  pointer-events: auto;
}
*/

#header .menu #menu-top.act > a,
#header .menu .has_submenu.act > a,
#header .menu .has_submenu.act > li a {
  color: #c60057;
}

.submenu {
  opacity: 0;
  max-height: 0;
  background: url(../img/submenu_back.png) no-repeat top center;
  background-size: cover;
  position: absolute;
  top: 60px;
  left: 0;
  width: calc(100% - 200px);
  margin: 0 100px;
  border-radius: 0 0 12px 12px;
  box-shadow: inset 0px 12px 12px -12px rgba(56, 56, 56, 0.2);
  transition: 0.3s;
  overflow: hidden;
}

#header .menu .has_submenu:hover .submenu {
  padding: 30px 0;
  opacity: 1;
  max-height: 9999px;
}

#header .menu .submenu ul {
  display: flex;
  justify-content: center;
}

#header .menu .submenu li {
  margin: 0 18px;
  position: relative;
}

#header .menu .submenu li::before {
  position: absolute;
  content: '';
  right: -18px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: calc(100% - 8px);
  background: #555;
}

#header .menu .submenu li:last-child::before {
  display: none;
}


#header .menu .submenu li a {
  font-size: 17px;
  letter-spacing: 0.1em;
  height: auto;
}

a.icon_outlink {
  padding-right: 18px !important;
  background: url(../img/icon-link-b.png) no-repeat right center;
  background-size: 12px auto;
}

#menu_close {
  display: none;
}

.style-block {
  position: relative;
  overflow: hidden;
/*  padding-top: 20px;*/
}

.style-block::before,
.style-block::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left top;
}

.style-block::before {
  top: -50vw;
  left: 0;
  background-image: url(../img/style-bg.jpg);
}

.style-block::after {
  top: calc(100% - 21.25vw);
  left: 0;
  background-image: url(../img/style-bg2.jpg);
}

.style-block .block-title {
  position: absolute;
  left: 0;
  top: 10.5vw;
  z-index: 10;
  font-size: 30px;
  opacity: 0;
  transition: 0.6s;
  transition-timing-function: ease-out;
}

.style-block .block-title.is-show {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, 0);
}

.style-block .block-title img {
  margin: 0 auto 15px;
  width: 204px;
  display: block;
}

.title_cool {
  margin: 0 auto;
  width: 192px;
  position: relative !important;
  left: 240px;
}

.title_casual {
  margin: 0 auto;
  width: 245px;
  position: relative !important;
  left: -290px;
}

.style-container {
  position: relative;
  padding-top: calc(11.25vw - 20px);
}

.style-img-list {
  position: relative;
  width: 100%;
  z-index: 10;
  margin-top: 310px;
}

.modal-content-style {
  position: relative;
  width: 100%;
  z-index: 10;
}

.style-img-list > ul,
.modal-content-style > ul {
  position: relative;
  width: 100%;
  pointer-events: none;
}

.style-img-list > ul:first-child,
.modal-content-style > ul:first-child {
  margin-bottom: 125px;
  height: 38vw;
}

.style-img-list > ul:nth-child(2),
.modal-content-style > ul:nth-child(2) {
  margin-bottom: 4.5vw;
  height: 43vw;
}

/*
.style-img-list > ul:first-child, .modal-content-style > ul:first-child {
  height: 38vw;
}
.style-img-list > ul:nth-child(2), .modal-content-style > ul:nth-child(2) {
  height: 35.62vw;
}
.style-img-list > ul:nth-child(3), .modal-content-style > ul:nth-child(3) {
  height: 72.62vw;
}*/

.style-img-list > ul > li,
.modal-content-style > ul > li {
  display: block;
  position: absolute;
  pointer-events: auto;
}

.style-img-list > ul > li a,
.modal-content-style > ul > li a {
  display: block;
  position: relative;
  overflow: hidden;
  height: 26.875vw;
}

.style-img-list > ul > li a div,
.modal-content-style > ul > li a div {
  width: 100%;
  height: 100%;
  transform-origin: center;
  transition: 0.6s;
  transition-timing-function: ease-out;
}

.style-img-list > ul > li a img,
.modal-content-style > ul > li a img {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  max-width: none;
  height: 100%;
}

.style-img-list > ul > li a .icon,
.modal-content-style > ul > li a .icon {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 25px;
  height: 25px;
  opacity: 0.5;
  transition: 0.6s;
}

.style-img-list > ul > li a .icon::before,
.style-img-list > ul > li a .icon::after,
.modal-content-style > ul > li a .icon::before,
.modal-content-style > ul > li a .icon::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 1px;
  background-color: white;
}

.style-img-list > ul > li a .icon::after,
.modal-content-style > ul > li a .icon::after {
  transform: rotate(90deg);
}

.style-img-list > ul > li .description,
.modal-content-style > ul > li .description {
  padding: 5px;
}

.style-img-list > ul > li .description li,
.modal-content-style > ul > li .description li {
  font-size: 10px;
  line-height: 16px;
}

.style-img-list > ul > li .description li:first-child,
.modal-content-style > ul > li .description li:first-child {
  font-size: 14px;
  line-height: 20px;
}

.style-img-list > ul > li.img1,
.modal-content-style > ul > li.img1 {
  top: 2vw;
  left: 0;
  width: 30%;
  transform: translate(-100px, 100px);
}

.style-img-list > ul > li.img2,
.modal-content-style > ul > li.img2 {
  top: 5vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 30%;
  transform: translateY(100px);
}

.style-img-list > ul > li.img3,
.modal-content-style > ul > li.img3 {
  top: 8vw;
  right: 0;
  width: 30%;
  transform: translate(100px, 100px);
}

.style-img-list > ul > li.img4,
.modal-content-style > ul > li.img4 {
  top: 8vw;
  left: 0;
  width: 30%;
  transform: translate(-100px, 100px);
}

.style-img-list > ul > li.img5,
.modal-content-style > ul > li.img5 {
  top: 5vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 30%;
  transform: translateY(100px);
}

.style-img-list > ul > li.img6,
.modal-content-style > ul > li.img6 {
  top: 11vw;
  right: 0;
  width: 30%;
  transform: translate(100px, 100px);
}

.style-img-list > ul > li {
  opacity: 0;
  pointer-events: none;
  transition: 0.6s;
}

.style-img-list > ul > li a:hover div {
  transform: scale(1.05);
}

.style-img-list > ul > li a:hover .icon {
  transform: rotate(360deg);
}

.style-img-list > ul > li.is-show {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, 0);
}

.style-img-list > ul > li p b {
  font-size: 12px;
  font-weight: normal;
}

.style-img-list > ul > li h4 {
  margin: 7px 0 0 4px;
  font-size: 24px;
  line-height: 1.2;
}

.style-img-list > ul > li.img1 h4 {
  color: #945a35;
}

.style-img-list > ul > li.img2 h4 {
  color: #7d6b48;
}

.style-img-list > ul > li.img3 h4 {
  color: #945a35;
}

.style-img-list > ul > li.img4 h4 {
  color: #804c37;
}

.style-img-list > ul > li.img5 h4 {
  color: #a8453b;
}

.style-img-list > ul > li.img6 h4 {
  color: #89654c;
}

.style-img-list > ul > li p {
  margin: 7px 0 0 4px;
  font-size: 10px;
  line-height: 1.2;
}

.style-img-list > ul > li p br {
  display: none;
}

.movie-area .thumb {
  display: block;
  position: relative;
  cursor: pointer;
  background-color: black;
  z-index: 1000;
}

.movie-area .thumb::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/icon-play.png);
  background-size: 18%;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.movie-area .thumb img {
  opacity: 0.8;
  transition: 0.4s;
}

.movie-area .thumb .hover-block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.movie-area .thumb .hover-block .message {
  padding: 0 10px;
  position: absolute;
  top: 1.4vw;
  left: 0;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  color: white;
  transition: 0.4s;
  transform: translateY(-20px);
}

.movie-area .thumb .hover-block .name {
  position: absolute;
  bottom: 1.4vw;
  left: 0;
  width: 100%;
  text-align: center;
  color: white;
  transition: 0.4s;
  transform: translateY(20px);
}

.movie-area .thumb .hover-block .name p {
  font-size: 18px;
  line-height: 20px;
}

.movie-area .thumb .hover-block .name p:last-child {
  margin-top: 6px;
  font-weight: bold;
}

.movie-area .thumb .description-block {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 70px;
  background-color: #f0f0f0;
}

.movie-area .thumb .description-block .text {
  width: 100%;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
}

.movie-area .thumb:hover img {
  opacity: 0.3;
}

.movie-area .thumb:hover .hover-block {
  opacity: 0.7;
}

.movie-area .thumb:hover .hover-block .message,
.movie-area .thumb:hover .hover-block .name {
  transform: translateY(0);
}

.movie-area .movie-embed {
  display: none;
}

.concept-movie-block {
  position: relative;
  padding: 50px 0;
  background-color: #001843;
}

.concept-movie-block .content-bg {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.concept-movie-block .content-bg::before {
  display: block;
  content: "";
  position: absolute;
  top: -27vw;
  right: 0;
  width: 1235px;
  height: 857px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url(../img/concept-movie-bg.jpg);
}

.concept-movie-block .block-title {
  position: absolute;
  left: 15%;
  bottom: calc(100% - 5px);
  padding-top: 70px;
  color: #001843;
  z-index: 10;
}

.concept-movie-block .movie-area {
  margin: 0 auto;
  width: 90%;
  max-width: 1120px;
  background-color: black;
  z-index: 10;
}

.voice-block {
  opacity: 0;
  background-color: white;
  padding: 0 0 110px;
  transition: opacity 0.2s;
}

.voice-block .block-title {
  margin: 60px 0 70px;
  font-size: 30px;  
}

.voice-block .block-title > span {
  font-size: 20px;
}

.voice-block .block-title em {
  font-size: 50px;
  font-weight: bold;
  display: block;
  font-style: normal;
}

.voice-block .block-title em span {
  font-size: 38px;
}

.voice-block .block-sub-title {
  margin: 45px 0 40px;
  font-size: 24px;
  font-weight: bold;
}

.voice-block.is-show {
  opacity: 1;
}

.voice-block .new-slider-dot {
  margin-top: 45px;
}

.voice-slider {
  position: relative;
}

#voice-success-slider-dot {
  margin-bottom: 75px;
}

#voice-success-slider-dot .slick-dots {
  top: 1px;
}

@media screen and (max-width: 690px) {
  #voice-success-slider-dot {
    margin-bottom: 60px;
  }
}

.communication-block {
  overflow: hidden;
  padding: 90px 0 50px;
  width: 100vw;
  background-color: #f0f0f0;
}

.communication-block .block-title {
  margin: 0 auto 12px;
  max-width: 70vw;
  width: 1120px;
}

.communication-block .communication-slider {
  position: relative;
  width: 105vw;
}

.communication-block .movie-area {
  margin-left: 2.5vw;
  margin-right: 2.5vw;
  width: 30vw;
}

.communication-block .movie-area.center {
  margin-top: 75px;
}

.communication-block .movie-area.bottom {
  margin-top: 120px;
}

.communication-block .movie-area .thumb::after {
  background-position: top calc(50% - 35px) center;
}

.product-block {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background-color: #fff;
}

.product-block .block-title {
  position: relative;
  z-index: 10;
}

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

  .product-block {
    padding: 30px 0 70px;
  }

}

/* .product-block::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  background-position: left top;
} */

/* .product-block::after {
  top: 0;
  left: 0;
  height: 100%;
  background: url(../img/style2022/product-bg.png) no-repeat 0 0;
  background-size: auto 100%;
} */

.product-item {
  padding: 20px 0 0;
}

.product-item.bleach .product_note {
  margin: -38px 0 50px;
}

.product-item.bleach .product_note dl {
  display: block;
}

.product-item.bleach .product_note dt {
  margin: 0 0 5px;
}

/*
.product-item:first-of-type {
  background: url(../img/style2022/product-bg.png) no-repeat 0 0;
  background-size: 100% 100%;
}

.product-item:last-of-type {
  background: url(../img/style2022/product-bg3.png) no-repeat 0 0;
  background-size: 100% 100%;
}

@media screen and (max-width: 690px) {
  .product-item:first-of-type {
    background: url(../img/style2022/product-bg-sp.png) no-repeat 0 0;
    background-size: 100% 100%;
  }
  .product-item:last-of-type {
    background: url(../img/style2022/product-bg3-sp.png) no-repeat 0 0;
    background-size: 100% 100%;
  }
}
*/
/* .product-item::after {
  top: 0;
  left: 0;
  height: 100%;
  background: url(../img/style2022/product-bg.png) no-repeat 0 0;
  background-size: auto 100%;
}
 */

.product-block .sp-show {
  display: none;
}

.product-block .two-column {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
}

.product-block .image-area {
  padding: 4.5vw 20px 0;
  width: 45vw;
  text-align: center;
}

.product-block .image-area .left {
  margin-right: 10vw;
  margin-bottom: 5vw;
  text-align: right;
}

.product-block .image-area .right {
  text-align: right;
}

.product-block .image-area img {
  max-width: 40vw;
  width: 550px;
}

.product-block .detail-area {
  padding: 4.5vw 5vw 0;
  width: 45vw;
}

.product-block .detail-area.center {
  padding: 11.25vw 10vw 0;
}

.product-block .detail-area .title {
  display: block;
  margin-bottom: 48px;
  font-size: 30px;
  line-height: 42px;
  font-weight: bold;
}

.product-block .detail-area .title.center {
  text-align: center;
}

.product-block .detail-area .sub-title {
  display: block;
  margin-bottom: 45px;
  font-size: 24px;
  text-align: center;
}

.product-block .detail-area .text {
  margin-bottom: 45px;
  max-width: 560px;
}

.product-block .detail-area .text.center {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.product-block .detail-area .text li {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 24px;
}

.product-block .detail-area .text li::before {
  display: block;
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 10px;
  height: 3px;
  background-color: black;
}

.product-block .link-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid black;
  width: 25vw;
  min-width: 240px;
  height: 60px;
  font-size: 18px;
  color: white;
  background-color: black;
  transition: 0.2s;
}

.product-block .link-button.center {
  margin: 0 auto;
}

.product-block .link-button:hover {
  color: black;
  background-color: white;
}

.product-block .link-button::after {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  width: 17px;
  height: 12px;
  background-image: url(../img/arrow_white.png);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: 0.2s;
}


.product-block .link-button .icon::after {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  width: 12px;
  height: 12px;
  background-image: url(../img/arrow_white.png);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: 0.2s;
}

.product-block .link-button:not(.btn_grad).icon:hover::after {
  background-image: url(../img/arrow_off.png);
}

.product-block .btn_grad {
  border: none;
  display: inline-flex;
  background: #5255a2 url(../img/btn_bg_grad.jpg) no-repeat center center/ cover;
  transition: all 0.8s ease-out;
}

.product-block .btn_grad:hover {
  color: #fff;
  background: #5255a2 url(../img/btn_bg_grad_o.jpg) no-repeat center center/
    cover;
}

.product-block .title_product_cat {
  font-size: 24px;
  font-weight: bold;
  color: #838383;
  border-left: 5px #d5d5d5 solid;
  padding-left: 1em;
  margin-bottom: 1.9em;
  line-height: 1.2em;
}

.product-block .title_product {
  margin-bottom: 25px;
  line-height: 1;
}

.product_detail {
  color: #595757;
  margin-bottom: 50px;
}

.product_detail dt {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  line-height: 1.7;
}

.product_detail dt b {
  letter-spacing: 0.2em;
  font-size: 16px;
}

.product_detail dd {
  font-size: 14px;
}

.product_detail dd sup {
  font-size: 10px;
  vertical-align: 2px;
}

.product_detail_notes {
  margin-top: 5px;
}

.product_detail_notes p {
  font-size: 12px;
  line-height: 1.4;
  text-indent: -2em;
  margin-left: 2em;
}

.link-button + .link-button {
  margin-top: 30px;
}

@media screen and (max-width: 690px) {
  .product-block .title_product_cat {
    font-size: 16px;
  }
  .product-block .title_product {
    margin-bottom: 18px;
  }
  .product_detail dt {
    line-height: 1.4;
    letter-spacing: inherit;
  }
  .product-block .btn_grad {
    padding: 15px 40px;
    background: #5255a2 url(../img/btn_bg_grad_sp.jpg) no-repeat center center/
      cover;
    height: auto;
    line-height: 1.44;
  }
  .product-block .btn_grad:hover {
    color: #fff;
    background: #5255a2 url(../img/btn_bg_grad_sp_o.jpg) no-repeat center
      center/ cover;
  }
}

.color-promaster-block {
  padding: 12.5vw 0 90px;
  background-color: white;
}

.color-promaster-block .block-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}

.color-promaster-block .block-title span {
  display: inline-block;
  width: 350px;
  letter-spacing: 2px;
}

.color-promaster-block .block-title span:first-child {
  text-align: right;
  font-size: 44px;
}

.color-promaster-block .block-title span:last-child {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}

.color-promaster-block .block-title span:last-child img {
  max-width: 350px;
}

.color-promaster-block .block-title div {
  position: relative;
  width: 160px;
  height: 100%;
  transform: rotate(45deg);
}

.color-promaster-block .block-title div::before,
.color-promaster-block .block-title div::after {
  display: block;
  content: "";
  position: absolute;
  background-color: black;
}

.color-promaster-block .block-title div::before {
  top: 50%;
  left: -60px;
  height: 1px;
  width: 240px;
}

.color-promaster-block .block-title div::after {
  top: calc(50% - 40px);
  left: 50%;
  width: 1px;
  height: 105px;
}

.color-promaster-block .instagram-list {
  margin-top: 35px;
  min-height: 200px;
}

.color-promaster-block .instagram-images {
  display: flex;
  flex-wrap: wrap;
  width: 90vw;
  margin: 0 auto;
}

.color-promaster-block .instagram-images li {
  display: block;
  width: 15vw;
}

.color-promaster-block .instagram-images li img {
  min-width: 100%;
  min-height: 100%;
}

.color-promaster-block .instagram-link {
  margin-top: 38px;
  text-align: center;
}

.color-promaster-block .instagram-link .image {
  margin-bottom: 20px;
}

.color-promaster-block .instagram-link .image img {
  width: 50px;
  height: auto;
}

.color-promaster-block .instagram-link .sub-title a {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 233px;
  height: 25px;
  font-size: 16px;
  line-height: 48px;
}

.color-promaster-block .instagram-link .sub-title a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.2s;
}

.color-promaster-block .instagram-link .sub-title a img:first-child {
  opacity: 1;
}

.color-promaster-block .instagram-link .sub-title a img:last-child {
  opacity: 0;
}

.color-promaster-block .instagram-link .sub-title a:hover img:first-child {
  opacity: 0;
}

.color-promaster-block .instagram-link .sub-title a:hover img:last-child {
  opacity: 1;
}

footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border-top: 1px solid #dadada;
  margin: 0 auto;
  padding-bottom: 30px;
  width: 90vw;
  height: 140px;
}

footer::before,
footer::after {
  display: block;
  content: "";
  position: absolute;
  top: -1px;
  width: 15px;
  height: 1px;
  background-color: black;
}

footer::before {
  left: 0;
}

footer::after {
  right: 0;
}

footer .links {
  display: flex;
  align-items: center;
  width: 45%;
}

footer .links li {
  margin-right: 30px;
  line-height: 1.4;
}

footer .links li:last-child {
  text-align: center;
}

footer .links a {
  font-size: 14px;
  display: block;
}

footer .logo {
  width: 10%;
  text-align: center;
}

footer .logo img {
  width: 67px;
  height: auto;
}

footer .copy {
  text-align: right;
  font-size: 12px;
  width: 45%;
}

footer .footer_parts {
  display: flex;
  text-align: center;
  align-items: center;
  width: calc(50% - 35px);
}

footer .footer_parts ul {
  margin-right: 10px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 20000;
}

.modal.is-show {
  opacity: 1;
  pointer-events: auto;
}

.modal .modal-container {
  width: 100%;
  height: 100%;
}

.modal .modal-close {
  position: absolute;
  display: block;
  top: 0;
  right: -40px;
  width: 20px;
  height: 20px;
}

.modal .modal-close span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  transition: 0.6s;
}

.modal .modal-close span::before,
.modal .modal-close span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: white;
}

.modal .modal-close span::before {
  transform: rotate(45deg);
}

.modal .modal-close span::after {
  transform: rotate(-45deg);
}

.modal > .modal-close {
  display: none;
}

.modal-content-style {
  width: 100%;
  height: 100%;
}

.modal-content-style > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100% !important;
}

.modal-content-style > ul > li {
  position: relative;
  top: auto !important;
  left: auto !important;
  width: 720px !important;
  transform: translate(0, 0) !important;
}

.modal-content-style > ul > li a {
  margin: 0 0 12px 0;
  width: 100%;
  height: 650px;
}

.modal-content-style > ul > li a img {
  width: 720px;
  height: 100% !important;
  pointer-events: auto;
}

.modal-content-style > ul .link {
  pointer-events: none;
  cursor: default;
}

.modal-content-style > ul .modal-close:hover span {
  transform: rotate(360deg);
}

.modal-content-style .icon {
  display: none !important;
}

.modal-content-style p,
.modal-content-style h4,
.modal-content-style .description {
  color: white;
}

.modal-content-style p {
  margin: 3px 0;
}

.modal-content-style p b {
  font-weight: normal;
}

.modal-content-style h4 {
  margin: 0;
  font-size: 24px;
  line-height: 1.4;
}

.modal-content-movie {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.modal-content-movie .block {
  position: relative;
  max-width: calc(100% - 80px);
  width: 900px;
  background-color: black;
}

.modal-content-movie .block iframe {
  max-width: 100%;
}

#modal-movie-player {
  opacity: 0;
  display: none;
  transition: opacity 0.4s;
}

#modal-movie-player.is-show {
  opacity: 1;
  display: block;
}

@media screen and (min-width: 691px) and (max-width: 1000px) {
  #header .menu li {
    margin-right: 10px;
  }
  #header .menu li a {
    font-size: 13px;
  }
  .style-img-list > ul {
    margin-bottom: 40px;
  }
  .product-block .image-area {
    padding: 6.5vw 20px 0;
    width: 48vw;
  }
  .product-block .detail-area {
    padding: 9vw 2vw 0;
    width: 48vw;
  }
  .product-block .detail-area.center {
    padding: 11.25vw 4vw 0;
  }
  .product-block .detail-area .title {
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 38px;
  }
  .product-block .detail-area .title.center {
    text-align: center;
  }
  .product-block .detail-area .sub-title {
    font-size: 22px;
  }
  .product-block .detail-area .text.center {
    font-size: 13px;
    line-height: 22px;
    text-align: center;
  }
  .product-block .detail-area .text li {
    font-size: 13px;
    line-height: 22px;
  }
  .product-block .link-button {
    font-size: 16px;
  }
  .color-promaster-block .block-title span:first-child {
    font-size: 36px;
  }
}

@media screen and (max-width: 690px) {
  #wrapper {
    overflow-x: hidden;
  }
  /*
  .top-block {
    max-height: none;
    height: 759px;
  }
*/
  .top-block .logo {
    /*    position: fixed;*/
    top: 20px;
    left: 0;
    width: 100%;
    padding-left: 20px;
    text-align: left;
  }
  /*
  .top-block .logo.is-scroll {
    position: absolute;
  }
*/
  .top-block .logo img {
    width: 67px;
    height: auto;
  }
  /*
  .top-block .content-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 759px;
    text-align: center;
  }
*/
  /*
  .top-block .content-bg.is-scroll {
    position: absolute;
  }
*/
  .top-block .content-bg .sp-none {
    display: none;
  }
  .top-block .content-bg .sp-show {
    display: inline-block;
  }
  /*
  .top-block .content-bg img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: none;
    width: 690px;
    height: 759px;
    min-height: 0;
    max-height: none;
    min-width: 384px;
  }
*/
  /*
  .top-text {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding-left: 0;
    margin: 30px auto 0;
    width: calc(100% - 40px);
    max-width: 440px;
    font-size: 11px;
    line-height: 17px;
  }
  .top-text.title {
    top: 0;
    margin-top: 450px;
  }
  .top-text.title img {
    width: 75%;
  }
  .top-text-img {
    bottom: 0;
    right: 0;
    margin: 0 auto;
    width: calc(100% - 40px);
    max-width: 440px;
  }
  .top-text-img img {
    width: 100%;
    max-width: 100%;
  }
*/
  .sp-menu-block {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    padding-bottom: 10px;
    width: 100%;
    height: 100%;
    background-color: #313131;
    z-index: 30000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
  }
  .sp-menu-block.is-show {
    opacity: 1;
    pointer-events: auto;
  }
  .sp-menu-block .sp-menu-close {
    padding: 5px 20px;
    width: 100%;
    height: 60px;
    text-align: right;
  }
  .sp-menu-block .sp-menu-close a {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
  }
  .sp-menu-block .sp-menu-close a::before,
  .sp-menu-block .sp-menu-close a::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    width: 30px;
    height: 1px;
    background-color: white;
  }
  .sp-menu-block .sp-menu-close a::before {
    transform: rotate(45deg);
  }
  .sp-menu-block .sp-menu-close a::after {
    transform: rotate(-45deg);
  }
  .sp-menu-block .menu li {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .sp-menu-block .menu li a {
    display: inline-block;
    position: relative;
    padding: 8px 10px;
    height: 40px;
    font-size: 16px;
    line-height: 24px;
    color: white;
  }
  .sp-menu-block .menu li a::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    margin: 0 auto;
    width: 15px;
    height: 1px;
    background-color: white;
  }
  #header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding: 0 15px;
    transition: 0s;
  }
  #header .logo {
    transition: 0s;
    width: 35px;
  }

  #header .sp-button {
    display: block;
    position: relative;
    width: 30px;
    height: 18px;
  }
  #header .sp-button::before,
  #header .sp-button::after {
    content: "";
  }
  #header .sp-button span,
  #header .sp-button::before,
  #header .sp-button::after {
    display: block;
    position: relative;
    margin: 0 auto 7px;
    width: 30px;
    height: 1px;
    background-color: black;
  }
  #header .sp-button::after {
    margin-bottom: 0;
  }
  #header nav {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
  }

  #header.is-show {
/*    height: auto;*/
    position: inherit;
  }

  #header.is-show nav {
    position: absolute;
  }
  #header .menu {
    padding: 30px 20px; 
    background: #fff url(../img/sp_menu_back.png) no-repeat;
    background-size: 100% auto;
    display: block;
    height: auto;
  }
  #header .menu li {
    height: auto;
    padding: 0;
  }

  #header .menu li.has_submenu {
    margin: 20px 0 0;
    padding: 0;
    display: block;
  }

  #header .menu li.has_submenu > a {
    color: #b8b8b8;
    pointer-events: none;
    position: relative;
    display: flex;
  }

  #header .menu #menu-top.act > a,
  #header .menu .has_submenu.act > a,
  #header .menu .has_submenu.act > li a {
      color: #000;
  }

  #header .menu li.has_submenu > a::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    top: 0;
    bottom: 0;
    margin: auto 0 auto 20px;
    background: #b8b8b8;
    display: block;
  }

  #header .menu li a {
    padding: 0;
    height: auto;
    color: #000;
    font-size: 16px;
    line-height: inherit;
  }

  #header .menu li a.icon_outlink {
      padding-right: 0 !important;
      background: none;
  }

  #header .menu li a.icon_outlink span {
      padding-right: 18px !important;
      background: url(../img/icon-link-b.png) no-repeat right center;
      background-size: 12px auto;
  }

  #header .menu .submenu {
    padding: 0;
    display: block;
    background: none;
    position: inherit;
    top: auto;
    left: auto;
    width: auto;
    margin: 0 0 0 10px;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    max-height: inherit;
  }

  #header .menu .submenu ul {
    display: block;
    height: auto;
  }

  #header .menu #menu-other {
    margin-bottom: 50px;
  }

  #header .menu .submenu li {
    margin: 10px 0 0;
    display: block;
  }

  #header .menu .submenu li::before {
    display: none;
  }

  #header .menu .submenu li a {
    display: block;
    font-size: 14px;
    line-height: 1.4;
  }

  #menu_close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: block;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
  }
  
  #menu_close::before,
  #menu_close::after {
	  position: absolute;
	  content: '';
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  margin: auto;
	  background: #8a8a8a;
	  width: 30px;
	  height: 1px;
  }
  
  #menu_close::before {
	  transform: rotate(-45deg);	
  }
  
  #menu_close::after {
	  transform: rotate(45deg);
  }

  #header.is-fixed {
    justify-content: space-between;
    padding: 0 20px;
  }
  #header.is-fixed .logo {
    position: relative;
  }
  #header.is-close {
    height: 0;
  }
  .block-title {
    line-height: 40px;
    font-size: 40px;
  }
  .style-block .block-title {
    font-size: 20px;
  }
  .style-block .block-title img {
    width: 165px;
  }
  .style-img-list {
    margin-top: 40px;
  }
  .style-img-list .title_cool {
    margin: 0 20px 30px auto;
    width: 150px;
    left: auto;
  }
  .style-img-list .title_casual {
    margin: 0 0 30px 20px;
    width: 190px;
    left: auto;
  }
  .style-block {
    position: relative;
    overflow: hidden;
  }
  .style-block .block-title {
    position: static;
  }
  .style-block::before {
    top: 0;
    background-position: -260px -520px;
    background-size: 900px auto;
  }
  .style-block::after {
    top: calc(100% - 28vw);
    background-size: 150%;
  }
  .style-container {
    position: relative;
    padding-top: 100px;
  }
  .style-img-list {
    position: relative;
    margin-top: 50px;
    width: 100%;
    z-index: 10;
  }
  .style-img-list > ul {
    margin-bottom: 15vw !important;
    height: auto !important;
  }
  .style-img-list > ul > li {
    position: relative;
    margin-bottom: 40px;
  }
  .style-img-list > ul > li a {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    pointer-events: none;
    height: 89.32vw;
  }
  .style-img-list > ul > li a .icon {
    display: none;
  }
  .style-img-list > ul > li a:hover img {
    transform: scale(1);
  }
  .style-img-list > ul > li .description {
    padding: 5px;
  }
  .style-img-list > ul > li .description li {
    font-size: 10px;
    line-height: 16px;
    white-space: nowrap;
  }
  .style-img-list > ul > li .description li:first-child {
    font-size: 14px;
    line-height: 20px;
  }
  .style-img-list > ul > li.img1 {
    top: auto;
    left: 0;
    width: 88%;
    transform: translate(-30px, 30px);
    clear: both;
  }
  .style-img-list > ul > li.img2 {
    top: auto;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    width: 88%;
    transform: translateY(30px);
  }
  .style-img-list > ul > li.img3 {
    top: auto;
    right: 0;
    width: 88%;
    left: auto;
    margin-left: auto;
    margin-right: 0;
    transform: translate(30px, 30px);
  }
  .style-img-list > ul > li.img4 {
    top: auto;
    left: 0;
    width: 88%;
    transform: translate(-30px, 30px);
  }
  .style-img-list > ul > li.img5 {
    top: auto;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    width: 88%;
    transform: translateY(30px);
  }
  .style-img-list > ul > li.img6 {
    top: auto;
    right: 0;
    width: 88%;
    left: auto;
    margin-left: auto;
    margin-right: 0;
    transform: translate(30px, 30px);
  }
  .style-img-list > ul > li {
    opacity: 0;
    pointer-events: none;
    transition: 0.6s;
  }
  .style-img-list > ul > li.is-show {
    opacity: 1;
    pointer-events: auto;
    transform: translate(0, 0);
  }
  .style-img-list > ul > li p b {
    font-size: 12px;
  }
  .style-img-list > ul > li h4 {
    margin: 3px 0 0 5px;
    font-size: 20px;
  }
  .style-img-list > ul > li p {
    margin: 5px 0 0 5px;
    line-height: 1.6;
  }
  .style-img-list > ul > li p br {
    display: block;
  }
  .concept-movie-block {
    padding: 60px 0;
  }
  .concept-movie-block .content-bg::before {
    display: block;
    content: "";
    position: absolute;
    top: -440px;
    right: 0;
    width: 1235px;
    height: 857px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: right -400px top;
    background-image: url(../img/content-movie-bg.jpg);
  }
  .concept-movie-block .block-title {
    display: block;
    left: 0;
    width: 100%;
    bottom: calc(100% - 6px);
    padding-top: 70px;
    font-size: 36px;
    text-align: center;
  }
  .voice-block {
    padding: 0 0 60px;
  }

  .voice-block .block-title {
    margin: 50px 0;
    font-size: 24px;  
  }
  
  .voice-block .block-title > span {
    font-size: 16px;
  }
  
  .voice-block .block-title em {
    font-size: 42px;
  }
  
  .voice-block .block-title em span {
    font-size: 30px;
  }

  .voice-block .block-sub-title {
    margin: 25px 0 20px;
    padding: 0 15px;
    font-size: 16px;
  }
  .voice-block .movie-area .thumb {
    position: relative;
    padding-bottom: 128px;
  }
  .voice-block .movie-area .thumb::after {
    top: -64px;
    background-size: 36%;
  }
  .voice-block .voice-slider-success .movie-area .thumb::after {
    top: -55px;
  }
  .voice-block .movie-area .thumb .hover-block {
    position: absolute;
    width: 100%;
    height: 128px;
    padding-top: 6px;
    top: auto;
    bottom: 0;
    left: 0;
    opacity: 1;
    transition: 0s;
    transform: translateY(0);
    background-color: white;
  }
  .voice-block .movie-area .thumb .hover-block .message {
    position: static;
    top: auto;
    left: auto;
    padding: 0 2px;
    width: 100%;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    color: #181818;
    transform: translateY(0) !important;
  }
  .voice-block .movie-area .thumb .hover-block .name {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    color: #181818;
    transform: translateY(0) !important;
  }
  .voice-block .movie-area .thumb .hover-block .name p {
    font-size: 10px;
    line-height: 16px;
    margin-top: 4px;
  }
  .voice-block .movie-area .thumb .hover-block .name p:last-child {
    margin-top: 0;
    font-size: 12px;
    font-weight: normal;
  }
  .voice-block .movie-area .thumb:hover img {
    opacity: 0.8;
  }
  .voice-block .movie-area .thumb:hover .hover-block {
    opacity: 1;
  }
  .voice-block .new-slider-dot {
    margin-top: 25px;
  }
  .communication-block {
    padding: 60px 0 50px;
  }
  .communication-block .block-title {
    margin: 0 0 40px;
    max-width: 100%;
    width: 100%;
    font-size: 36px;
    text-align: center;
  }
  .communication-block .slider {
    position: relative;
  }
  .communication-block .communication-slider {
    width: 100vw;
  }
  .communication-block .new-slider-dot {
    display: none;
  }
  .communication-block .movie-area.center {
    margin-top: 0;
  }
  .communication-block .movie-area.bottom {
    margin-top: 0;
  }
  .communication-block .movie-area .thumb::after {
    background-size: 36%;
    background-position: top calc(50% - 35px) center;
  }
  .communication-block .movie-area .thumb .description-block .text {
    font-size: 14px;
  }
  .product-block .block-title {
    margin-bottom: 40px;
    font-size: 36px;
  }
  .product-block::after {
    background: none;
  }
  .product-block .sp-show {
    display: block;
  }
  .product-block .sp-none {
    display: none !important;
  }
  .product-block .two-column {
    justify-content: start;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
  }
  .product-block .two-column .order1 {
    order: 1;
  }
  .product-block .two-column .order2 {
    order: 2;
  }
  .product-block .image-area {
    margin-bottom: 50px;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .product-block .image-area .left,
  .product-block .image-area .right {
    margin: 0;
    text-align: center;
  }
  .product-block .image-area .left {
    margin-bottom: 36px;
  }
  .product-block .image-area img {
    max-width: 320px;
  }
  .product-block .image-area.sp-large {
    margin-bottom: 36px;
  }
  .product-block .image-area.sp-large img {
    max-width: calc(100% - 95px);
    width: 440px;
  }
  .product-block .detail-area {
    padding: 0;
    margin: 0 auto;
    width: calc(100% - 40px);
    max-width: 440px;
  }
  .product-block .detail-area.center {
    padding: 0;
  }
  .product-block .detail-area .title {
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 36px;
  }
  .product-block .detail-area .sub-title {
    margin-bottom: 10px;
  }
  .product-block .detail-area .text {
    margin-bottom: 36px;
  }
  .product-block .detail-area .text li::before {
    top: 10px;
    height: 2px;
  }
  .product-block .link-button {
    width: 100%;
  }
  .product-item {
    padding-top: 40px;
  }
  .color-promaster-block {
    padding: 80px 0 55px;
    background-color: white;
  }
  .color-promaster-block .block-title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
  }
  .color-promaster-block .block-title span {
    width: 155px;
  }
  .color-promaster-block .block-title span:first-child {
    display: inline-block;
    text-align: right;
    font-size: 20px;
  }
  .color-promaster-block .block-title span:last-child img {
    max-width: 155px;
  }
  .color-promaster-block .block-title div {
    width: 65px;
  }
  .color-promaster-block .block-title div::before {
    left: -60px;
    width: 170px;
  }
  .color-promaster-block .block-title div::after {
    top: calc(50% - 30px);
    height: 72px;
  }
  .color-promaster-block .instagram-images {
    width: 100vw;
  }
  .color-promaster-block .instagram-images li {
    width: calc(100% / 3);
  }
  .color-promaster-block .instagram-images li:nth-child(10),
  .color-promaster-block .instagram-images li:nth-child(11),
  .color-promaster-block .instagram-images li:nth-child(12) {
    display: none;
  }
  footer {
    display: block;
    padding: 30px 0 35px;
    width: 100%;
    height: auto;
  }
  footer::before,
  footer::after {
    display: block;
    content: "";
    position: absolute;
    top: -1px;
    width: 15px;
    height: 1px;
    background-color: black;
  }
  footer::before {
    left: 0;
  }
  footer::after {
    right: 0;
  }
  footer .links {
    justify-content: center;
    flex-wrap: wrap;
    width: auto;
  }
  footer .links li {
    margin: 0 20px 10px;
  }
  footer .links li:last-child {
    margin: 0 auto 10px;
    width: 100%;
  }
  footer .links a {
    font-size: 12px;
  }
  footer .logo {
    width: auto;
  }
  footer .copy {
    margin: 15px 0 0;
    width: auto;
    text-align: center;
  }
  footer .footer_parts {
    width: auto;
    display: block;
  }
  footer .footer_parts ul {
    margin: 0 0 15px;
  }
  .modal .modal-close {
    right: -30px;
  }
}

.menu_insta img {
  width: 24px;
}

.menu_twitter img {
  width: 20px;
}

#header .menu li.menu_twitter {
  margin-right: 18px;
}

#header .menu li.menu_insta a,
#header .menu li.menu_twitter a {
  display: flex;
  align-items: center;
  height: 100%;
}

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

  #header .menu li.menu_insta,
  #header .menu li.menu_twitter {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
  }

  #header .menu li.menu_insta {
    margin: 0 15px 0 calc(50% - 58px);
  }

  #header .menu li.menu_twitter {
    margin: 0 calc(50% - 58px) 0 15px;
    position: relative;
    top: -3px;
  }

  .menu_insta img {
    width: 40px;
  }
  .menu_twitter img {
    width: 40px;
  }
  .sp-menu-block .menu li.menu_insta a:after,
  .sp-menu-block .menu li.menu_twitter a:after {
    display: none;
  }
}

.movie_block {
  padding: 100px 0 90px;
  background: #f5f5f5;
  text-align: center;
}

.movie_block h3 {
  margin: 30px 0 10px 0;
  font-size: 24px;
  line-height: 2.6;
}

.movie_block h3 span {
  display: block;
  font-size: 22px;
}

.movie_block p {
  font-size: 16px;
}

.movie_block ul {
  margin: 30px 0 50px 0;
  display: flex;
  justify-content: space-between;
}

.movie_block li {
  margin: 0 0 0 80px;
  max-width: 480px;
}

.movie_block li.case1 {
  margin-top: -60px;
}

.movie_block li.case3 {
  margin-top: -120px;
}

.movie_block li:first-child {
  margin-left: 0;
}

.movie_block li figure a img {
  transition: ease-out 0.3s;
  width: 100%;
  height: auto;
}

.movie_block li figure a:hover img {
  filter: alpha(opacity=60);
  opacity: 0.6;
  transition: ease-out 0.3s;
}

.movie_block li h4 {
  margin: 0 0 10px 0;
  font-family: "Playfair Display SC", "游ゴシック体", "游ゴシック", "Yu Gothic",
    YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳＰゴシック", "MSPGothic", sans-serif !important;
  color: #181818;
  font-size: 20px;
}

.movie_block li h5 {
  margin: 10px 0;
  font-size: 16px;
}

.movie_block li p {
  margin: 0 10px;
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
}

.movie_app h4 {
  margin: 0 0 20px 0;
  font-size: 18px;
}

.movie_app h4 br {
  display: none;
}

.movie_app h5 {
  margin: 0 0 10px 0;
  padding: 0 0 20px 0;
  font-size: 16px;
  position: relative;
}

.movie_app h5 a {
  cursor: default;
  text-decoration: none !important;
  pointer-events: none;
}

.movie_app h5::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #b3afb5;
}

.movie_app .app_qr {
  margin: 0 0 10px 0;
  width: 173px;
}

.movie_app p {
  font-size: 14px;
}

.movie_app p a {
  text-decoration: underline;
  color: #3191b9;
}

@media screen and (max-width: 690px) {
  .movie_block {
    padding: 50px 0 40px;
  }
  .movie_block h3 {
    margin: 20px 0 0 0;
    line-height: 2.4;
  }
  .movie_block p {
  }
  .movie_block ul {
    margin: 10px 20px 20px;
    display: block;
  }
  .movie_block li {
    margin: 0 0 30px 0;
    max-width: 100%;
  }
  .movie_block li.case1 {
    margin-top: 0;
  }
  .movie_block li.case3 {
    margin-top: 0;
  }
  .movie_block li h4 {
    margin: 0 0 10px 0;
    font-size: 18px;
  }
  .movie_block li h5 {
    font-size: 14px;
  }
  .movie_block li p {
    margin: 0;
  }
  .movie_app {
    margin: 0 20px;
  }
  .movie_app h4 {
    margin: 0 0 10px 0;
  }
  .movie_app h4 br {
    display: block;
  }
  .movie_app h5 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 18px;
    position: relative;
    width: 100%;
    text-align: center;
  }
  .movie_app h5 a {
    padding: 15px 0;
    color: #fff;
    display: block;
    background: #000;
    cursor: pointer;
    pointer-events: auto;
  }
  .movie_app h5::after {
    display: none;
  }
  .movie_app .app_qr {
    display: none;
  }
  .movie_app p {
    font-size: 14px;
    text-align: left;
  }
  .movie_app p a {
    text-decoration: underline;
    color: #3191b9;
  }
}

.sns-block {
  margin: 0 auto;
  padding-bottom: 100px;
  display: flex;
  max-width: 1320px;
  justify-content: space-between;
  text-align: center;
}

.insta_column {
/*  margin: 0 auto;*/
  padding: 100px 0 0;
  width: 600px;
  text-align: center;
}

.insta_column ul {
  display: flex;
  flex-wrap: wrap;
}

.insta_column li {
  width: 33.333333%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.insta_column li:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.insta_column li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.twitter_column {
  padding: 100px 0 0;
  max-width: 600px;
  width: calc(50% - 60px);
  text-align: center;
}

.twitter_box {
  height: 600px;
}

.insta_column h2 {
  margin: 0 auto 33px;
  width: 50px;
}

.twitter_column h2 {
  margin: 0 auto 33px;
  width: 50px;
}

.twitter_column iframe {
/*  border: 1px solid #dadada !important;*/
  min-width: inherit !important;
}

@media screen and (max-width: 690px) {
  .sns-block {
    padding-bottom: 50px;
    display: block;
  }
  .insta_column {
    margin: 0;
    padding: 60px 0 0;
    width: 100%;
  }
  .twitter_column {
    margin: 0 20px;
    padding: 60px 0 0;
    width: calc(100% - 40px);
    height: auto;
    border-bottom: 1px solid rgb(207, 217, 222);
  }

  .twitter_box {
    height: 384px;
  }

  .insta_column h2 {
    margin: 0 auto 30px;
    width: 40px;
  }
  .twitter_column h2 {
    margin: 0 auto 30px;
    width: 50px;
  }
  .twitter_column iframe {
    width: 100vw !important;
    height: 384px !important;
  }
}

.app_block {
  margin: 0 0 100px 0;
  text-align: center;
  position: relative;
  z-index: 2;
}

.app_block h3 {
  font-size: 16px;
}

.app_block h4 {
  margin: 7px 0;
  font-size: 20px;
}

.app_block h4 em {
  font-size: 22px;
  font-style: normal;
}

.app_block p {
  font-size: 14px;
}

.app_block p br {
  display: none;
}

.app_block p a {
  text-decoration: underline;
  color: #3191b9;
}

.app_block h5 {
  margin: 15px 0 10px 0;
  padding: 0 0 20px 0;
  font-size: 16px;
  position: relative;
}

.app_block h5::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #b3afb5;
}

.app_block .app_qr {
  margin: 0 auto 10px;
  width: 175px;
  height: auto;
}

@media screen and (max-width: 690px) {
  .app_block {
    margin: 0 20px 14vw;
  }
  .app_block h4 {
    font-size: 18px;
  }
  .app_block h4 em {
    font-size: 22px;
    display: block;
  }
  .app_block p {
    font-size: 14px;
  }
  .app_block p br {
    display: block;
  }
  .app_block h5 {
    margin: 15px 0 10px 0;
    padding: 0;
    font-size: 18px;
    position: relative;
    width: 100%;
    text-align: center;
  }
  .app_block h5 a {
    padding: 15px 0;
    color: #fff;
    display: block;
    background: #000;
    cursor: pointer;
    pointer-events: auto;
  }
  .app_block h5::after {
    display: none;
  }
  .app_block .app_qr {
    display: none;
  }
  .app_block .app_text {
    text-align: left;
  }
}

.archives-block {
  padding: 40px 0;
  background: #f4f4f4;
  text-align: center;
}

.archives-block h2 {
  margin: 0 0 8px 0;
  font-size: 22px;
  letter-spacing: 0.05em;
  font-family: "Playfair Display SC", "游ゴシック体", "游ゴシック", "Yu Gothic",
    YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳＰゴシック", "MSPGothic", sans-serif;
  font-weight: bold;
}

.archives-block h2 span {
  font-size: 26px;
}

.archives-block p {
  margin-top: 5px;
  font-size: 16px;
  font-family: sans-serif;
}

.archives-block p a {
  padding: 0 25px 0 0;
  color: #000;
  background: url(../img/arrow_off.png) no-repeat right center;
  background-size: 15px auto;
}

.archives-block p a:hover {
  color: #c60057;
  background: url(../img/arrow_on.png) no-repeat right center;
  background-size: 15px auto;
}

@media screen and (max-width: 690px) {
  .archives-block {
    padding: 25px 0 30px;
  }
  .archives-block h2 {
    margin: 0 0 5px 0;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  .archives-block h2 span {
    font-size: 20px;
  }
}

.voice-slider-success {
  margin: 0 auto 75px;
}

@media screen and (max-width: 690px) {
  .voice-slider-success {
    margin: 0;
  }
  .voice-slider-success > div {
    width: auto;
  }
  .voice-block .voice-slider-success .movie-area .thumb {
    padding-bottom: 110px;
  }
  .voice-block .voice-slider-success .movie-area .thumb .hover-block {
    height: 110px;
  }
}

.pigment-block {
  padding: 90px 0 40px;
  text-align: center;
}

.pigment-block h2 {
  margin: 0 0 50px;
}

.pigment-block p {
  font-size: 16px;
  line-height: 1.6;
  font-family: sans-serif;
}

.pigment-block figure {
  margin: 50px 0;
  padding: 20px;
  background: #000;
}

.pigment-block figure .sp-show {
  display: none;
}

.pigment-block figure .pc-show {
  display: block;
}


@media screen and (max-width: 690px) {
  .pigment-block {
    padding: 60px 0 10px;
  }
  .pigment-block h2 {
    margin: 0 0 30px;
  }
  .pigment-block p {
    margin: 0 15px;
    line-height: 1.8;
  }
  .pigment-block figure {
    margin: 40px 0;
    padding: 20px 0;
  }
  .pigment-block figure .sp-show {
    display: block;
  }
  .pigment-block figure .pc-show {
    display: none;
  }
  .btn_black {
    margin: 0 20px;
    display: block;
  }
  .btn_black a {
    padding: 15px 0;
    width: 100%;
  }
}

@media screen and (max-width: 690px) {
  .top-block {
    margin: 50px 0 0;
  }
}

.howtomovie-block {
  padding: 106px 0;
}

.howtomovie-block h2 {
  margin-bottom: 50px;
}

.howtomovie-block > p {
  text-align: center;
  font-size: 16px;
}

.howtomovie_column {
  margin: 100px 0 0;
  display: flex;
  justify-content: center;
}

.howtomovie_column ul {
  margin-right: 40px;
  display: flex;
  justify-content: space-between;
}

.howtomovie_column ul:last-child {
  margin-right: 0;
}

.howtomovie_column li {
  margin-right: 40px;
  width: 370px;
  text-align: center;
}

.howtomovie_column li:last-child {
  margin-top: 100px;
  margin-right: 0;
}

.howtomovie_column li h3 {
  margin-bottom: 18px;
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 2px;
  font-family: "Playfair Display SC", "游ゴシック体", "游ゴシック", "Yu Gothic",
    YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳＰゴシック", "MSPGothic", sans-serif !important;
}

.howtomovie_column li h3 div {
  font-size: 14px;
  font-family: inherit;
  font-weight: normal;
}

.howtomovie_column li a {
  transition: ease-out 0.3s;
}

.howtomovie_column li a:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
  transition: ease-out 0.3s;
}

.howtomovie_name {
  margin: 20px 0 0;
  display: flex;
  justify-content: space-between;
}

.howtomovie_column_olive .howtomovie_name {
  margin-left: 50px;
  margin-right: 50px;
}

.howtomovie_column_pink .howtomovie_name {
  margin-left: 40px;
  margin-right: 25px;
}

.howtomovie_column_rose .howtomovie_name {
  margin-left: 30px;
  margin-right: 5px;
}

.howtomovie_column_mauve .howtomovie_name {
  margin-left: 40px;
  margin-right: 20px;
}

.howtomovie_name dl.only_name dd {
  margin: 20px 0 0 0;
}

@media screen and (min-width: 691px) and (max-width: 1599px) {
  .howtomovie_column {
    display: block;
  }
  .howtomovie_column ul {
    justify-content: center;
  }
  .howtomovie_column ul:first-child {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 690px) {
  .howtomovie-block {
    padding: 70px 20px 50px;
  }
  .howtomovie-block h2 {
    margin-bottom: 30px;
  }
  .howtomovie-block > p {
    font-size: 14px;
  }
  .howtomovie_column {
    margin: 40px 0 0;
    display: block;
  }
  .howtomovie_column ul {
    margin: 0 0 35px;
    display: block;
  }
  .howtomovie_column li {
    margin: 0 0 35px;
    width: auto;
  }
  .howtomovie_column li:last-child {
    margin-top: 0px;
  }
  .howtomovie_column li h3 {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .howtomovie_column li h3 div {
    font-size: 14px;
  }
  .howtomovie_name {
    margin: 10px 0 0;
    display: block;
  }
  .howtomovie_column_olive .howtomovie_name,
  .howtomovie_column_pink .howtomovie_name,
  .howtomovie_column_rose .howtomovie_name,
  .howtomovie_column_mauve .howtomovie_name {
    margin-left: 0;
    margin-right: 0;
  }
  .howtomovie_name dl {
    margin-bottom: 2px;
    display: flex;
    justify-content: center;
  }
  .howtomovie_name dl.only_name dd {
    margin: 0 0 0 50px;
  }
}

.product_note {
  margin: 10px auto;
  max-width: 1430px;
  position: relative;
  z-index: 2;
}

.product_note p {
  margin: 0 0 5px;
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #333;
  display: inline-block;
  border: 1px solid #333;
}

.product_note dl {
  margin-right: 70px;
  font-size: 12px;
  display: block;
	text-align: left;
	
}

.product_note dt {
  margin: 0 2em 0 0;
  white-space: nowrap;
	text-align: left;
}

.product_note_item {
  display: inline-block;
  margin-right: 1em;
}


@media screen and (max-width: 690px) {
  .product_note {
    margin: 25px 20px 0;
    max-width: inherit;
	padding-left: 10px;
	width: 100%;
  }
  .product_note p {
    font-size: 12px;
  }
  .product_note dl {
    margin-right: 0;
    display: block;
  }
  .product_note dt {
    margin: 0;
  }
}
.attention_note {
  margin: 10px 0;
	padding-left: 100px;
  width: 50%;
  position: relative;
  z-index: 2;
}

.attention_note p {
  margin: 0 0 5px;
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #333;
  display: inline-block;
  border: 1px solid #333;
}

.attention_note dl {
  margin-right: 70px;
  font-size: 12px;
  display: block;
	text-align: left;
	
}

.attention_note dt {
  margin: 0 2em 0 0;
  white-space: nowrap;
	text-align: left;
}

.attention_note_item {
  display: inline-block;
  margin-right: 1em;
}


@media screen and (max-width: 690px) {
  .attention_note {
    margin: 25px 20px 0;
    max-width: inherit;
	padding-left: 10px;
	width: 100%;
  }
  .attention_note p {
    font-size: 12px;
  }
  .attention_note dl {
    margin-right: 0;
    display: block;
  }
  .attention_note dt {
    margin: 0;
  }
}


.style_2022 {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  text-align: center;
}

.style_header h2 {
  margin: 140px auto 45px;
  width: 638px;
}

.style_header p {
  margin-bottom: 100px;
  font-size: 20px;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.1em;
}

.style_header p br.sp {
  display: none;
}

.style_header p.note {
  margin: 0 10px 5px 0;
  text-align: right;
  font-size: 12px;
}

@media screen and (max-width: 690px) {
  .style_header h2 {
    margin: 45px 20px 20px;
    width: calc(100% - 40px);
  }
  .style_header p {
    margin: 0 20px 50px;
    font-size: 16px;
    line-height: 1.8;
  }
  .style_header p br.sp {
    display: block;
  }
  .style_header p.note {
    margin: 0 0 5px;
  }
}

.recipe {
  padding: 115px 0 60px;
  background: #000;
}

.recipe h3 {
  margin: 0 auto 30px;
  width: 632px;
}

.recipe > p {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.2em;
}

.recipe > p br.sp {
  display: none;
}

.recipe ul {
  margin: 60px auto 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 1150px;
}

.recipe li {
  margin: 0 10.8% 50px 0;
  width: calc(33.3333% - 7.2%);
  color: #fff;
}

.recipe li:nth-child(3n) {
  margin-right: 0;
}

.recipe li figure {
  position: relative;
}

.recipe li figure a::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 98px;
  height: 98px;
  background: url(../img/style2022/btn_movie.png) no-repeat;
  background-size: 98px auto;
}

.recipe li figure a {
  position: relative;
  display: block;
  transition: all 0.3s ease 0s;
}

.recipe li figure a:hover {
  opacity: 0.7;
}

.recipe li h4 {
  margin: 15px 0 8px;
  font-size: 20px;
  line-height: 1.5;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.recipe li h4 br.sp {
  display: none;
}

.recipe li h4 br.pc {
  display: block;
}

.recipe li p {
  font-size: 14px;
}

.recipe li p span {
  display: block;
  font-size: 18px;
}

.recipe li.soon a {
  pointer-events: none;
}

.recipe li.soon figure a::after {
  display: none;
}

.recipe li.soon figure a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
}

.recipe li.soon .soon_text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 198px;
}

@media screen and (max-width: 690px) {
  .recipe {
    padding: 70px 20px 50px;
  }
  .recipe h3 {
    margin: 0 0 25px;
    width: 100%;
  }
  .recipe > p {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
  .recipe > p br,
  .recipe > p br.sp {
    display: block;
  }
  .recipe ul {
    margin: 30px auto 0;
    max-width: inherit;
  }
  .recipe li {
    margin: 0 6px 20px 0;
    width: calc(33.3333% - 4px);
  }
  .recipe li figure a::after {
    width: 45px;
    height: 45px;
    background: url(../img/style2022/btn_movie.png) no-repeat;
    background-size: 45px auto;
  }
  .recipe li h4 {
    margin: 8px 0 5px;
    font-size: 10px;
    line-height: 1.6;
    height: 34px;
  }
  .recipe li h4 br.sp {
    display: block;
  }
  .recipe li h4 br.pc {
    display: none;
  }
  .recipe li p {
    font-size: 10px;
  }
  .recipe li p span {
    font-size: 10px;
  }
  .recipe li.soon .soon_text {
    width: 80%;
  }
}

.episode {
  padding: 50px 0;
  background: #f0eade;
}

.episode > h3 {
  margin: 0 auto 40px;
  width: 632px;
}

.episode > h3 div {
  margin: 0 0 15px;
  font-size: 28px;
  letter-spacing: 0.05em;
  font-family: "Playfair Display SC", "游ゴシック体", "游ゴシック", "Yu Gothic",
    YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳＰゴシック", "MSPGothic", sans-serif;
  font-weight: bold;
}

.episode > p {
  font-size: 16px;
  letter-spacing: 0.2em;
  text-align: center;
}

.episode > p br.pc {
  display: block;
}

.episode > p br.sp {
  display: none;
}

.episode ul {
  margin: 50px auto 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 1150px;
}

.episode li {
  padding: 0 0.9% 80px 0;
  width: 50%;
  display: flex;
}

.episode li figure {
  width: 52%;
  flex-shrink: 0;
}

.episode li figure a {
  display: block;
  transition: all 0.3s ease 0s;
}

.episode li figure a:hover {
  opacity: 0.7;
}

.episode li.soon figure a {
  display: block;
  pointer-events: none;
}

.episode li > div {
  width: 39%;
}

.episode li dl {
  margin: 0 0 20px;
  text-align: left;
}

.episode li dt {
  margin: 0 0 10px;
  padding: 10px 0 0 20px;
  font-size: 15px;
  color: #a78e5b;
  border-bottom: 1px solid #a78e5b;
}

.episode li dd {
  margin: 0 0 0 20px;
  color: #333;
}

.episode li dd h4 {
  margin: 0 0 5px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.episode li dd h4 br {
  display: none;
}

.episode li dd p {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2.2;
}

.episode li dd p span {
  display: block;
  font-size: 18px;
  line-height: 1.4;
}

@media screen and (max-width: 690px) {
  .episode {
    padding: 20px 20px 25px;
  }
  .episode > h3 {
    margin: 0 auto 25px;
    width: 100%;
  }
  .episode > h3 div {
    margin: 0 0 15px;
    font-size: 18px;
  }
  .episode > p {
    font-size: 13px;
    letter-spacing: 0.1em;
  }
  .episode > p br.pc {
    display: none;
  }
  .episode > p br.sp {
    display: block;
  }
  .episode ul {
    margin: 40px auto 0;
    max-width: inherit;
  }
  .episode li {
    margin: 0 20px 45px 0;
    padding: 0;
    width: calc(50% - 10px);
    display: block;
  }
  .episode li:nth-child(2n) {
    margin-right: 0;
  }
  .episode li figure {
    width: 100%;
  }
  .episode li > div {
    width: auto;
  }
  .episode li dl {
    margin: 0;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #a78e5b;
  }
  .episode li dl:last-child {
    padding-bottom: 0;
    border: none;
  }
  .episode li dt {
    margin: 0;
    padding: 10px 0 0 0;
    font-size: 12px;
    border-bottom: none;
  }
  .episode li dd {
    margin: 0;
  }
  .episode li dd h4 {
    margin: 0 -5px 2px;
    font-size: 15px;
    letter-spacing: inherit;
  }
  .episode li dd h4 br {
    display: block;
  }
  .episode li dd p {
    font-size: 12px;
    letter-spacing: inherit;
  }
  .episode li dd p span {
    display: block;
    font-size: 14px;
  }
  .episode li:nth-child(1) dl:last-child dd h4,
  .episode li:nth-child(4) dl:last-child dd h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 41px;
  }
}

/*　ポップアップバナー　*/

.modal.banner {
  background-color: transparent;
}

.modal-content-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.modal-content-banner .modal-content-banner_inner {
  text-align: center;
  position: relative;
  width: 77.33%;
  max-width: 600px;
}

.modal-content-banner .modal_img {
  width: 100%;
  height: auto;
}

.modal-overlay {
  background: rgba(0, 0, 0, 0.55);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal-content-banner .modal-close {
  background-color: #fff;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  border: 1px #808080 solid;
  right: 0;
  transform: translate(50%, -50%);
  transition: all 0.2s ease;
  cursor: pointer;
}

.modal-content-banner .modal-close:hover {
  opacity: 0.8;
}

.modal-content-banner .modal-close span {
  opacity: 1;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-25%, -50%);
}

.modal-content-banner .modal-close span::before,
.modal-content-banner .modal-close span::after {
  background-color: #000;
  width: 50%;
}

@media screen and (max-width: 690px) {
  .modal-content-banner .modal-close span::before,
  .modal-content-banner .modal-close span::after {
    background-color: #000;
  }
  .modal-content-banner .modal-close {
    width: 27px;
    height: 27px;
  }
}

.page_link {
  padding: 125px 0 25px;
  background: #f1f2f5;
}

.page_link_column {
  padding: 0 0 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.style_column .link_column {
  margin-top: 60px;
}

.pigment_column .link_column {
  margin-top: 50px;
  order: 1;
}

.other_column .link_column {
  margin-top: 80px;
}

.style_column::after {
  position: absolute;
  content: '';
  left: 10%;
  bottom: 40px;
  width: 782px;
  height: 106px;
  background: url(../img/know_how.png) no-repeat 0 bottom;
  background-size: 782px auto;
}

.page_link_column .img_box {
  width: 44%;
  height: 470px;
}

.page_link_column .img_box img {
  display: none;
}

.style_column .img_box {
  padding-right: 50px;
  background: url(../img/img_style_pc.png) no-repeat right 50px bottom;
  background-size: 650px auto;
}

.pigment_column .img_box {
  order: 2;
  padding-left: 50px;
  background: url(../img/img_pigment_pc.png) no-repeat 50px bottom;
  background-size: 650px auto;
}

.other_column .img_box {
  padding-right: 50px;
  background: url(../img/img_other_pc.png) no-repeat right 50px bottom;
  background-size: 650px auto;
}

.page_link_column .link_column {
  width: 56%;
}

.page_link_column .link_box {
  padding: 40px 50px 60px;
  max-width: 650px;
  text-align: center;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(214, 217, 226, 0.4);
}

.pigment_column .link_box {
  margin-left: auto;
}

.page_link_column .link_box h2 {
  margin: 0 0 20px;
  font-size: 42px;
  font-family: "Playfair Display SC", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳＰゴシック", "MSPGothic", sans-serif !important;
  color: #181818;
  letter-spacing: 3px;
}

.page_link_column .link_box h2 span {
  font-size: 42px;
}

.page_link_column .link_box p {
  font-size: 16px;
  margin: 0 0 40px;
}

.page_link_column .link_box .btn_bk a {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid black;
  max-width: 400px;
  height: 60px;
  font-size: 18px;
  color: white;
  background-color: black;
  transition: 0.2s;
}

.page_link_column .link_box .btn_bk a:hover {
  color: black;
  background-color: white;
}

.page_link_column .link_box .btn_bk a::after {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  width: 17px;
  height: 12px;
  background-image: url(../img/arrow_white.png);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: 0.2s;
}

.page_link_column .link_box .btn_bk a:hover::after {
  background-image: url(../img/arrow_off.png);
}

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

  .page_link {
    padding: 0 0 25px;
  }
  
  .page_link_column {
    padding: 0 0 80px;
    display: block;
  }

  .style_column {
    padding-top: 90px;
  }
  
  .style_column .link_column,
  .pigment_column .link_column,
  .other_column .link_column {
    margin-top: -60px;
  }
  
  .style_column::after {
    top: 15px;
    left: 8%;
    bottom: auto;
    width: 90%;
    height: 80px;
    background: url(../img/know_how.png) no-repeat;
    background-size: 100% auto;
    
  }

  .page_link_column .img_box {
    width: auto;
    min-width: inherit;
    height: auto
  }

  .page_link_column .img_box img {
    display: block;
  }
  
  .style_column .img_box,
  .pigment_column .img_box,
  .other_column .img_box {
    padding: 0;
    background: none;
  }
  
  .page_link_column .link_column {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
    z-index: 2;
    position: relative;
  }
  
  .page_link_column .link_box {
    padding: 25px 30px 40px;
    max-width: inherit;
  }
  
  .pigment_column .link_box {
    margin-left: auto;
  }
  
  .page_link_column .link_box h2 {
    margin: 0 0 20px;
    font-size: 28px;
    line-height: 1.1;
  }
  
  .page_link_column .link_box p {
    margin: 0 -15px 30px;
  }
  
}

.page_title {
  margin: 60px 0 0;
  padding: 0;
  background: url(../img/archive_header_back_pc.png) no-repeat center center;
  background-size: cover;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.page_title h1 {
  color: #fff;
  font-size: 60px;
  letter-spacing: 0.08em;
  font-family: 'Playfair Display SC', "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳＰゴシック","MSPGothic",sans-serif;
  text-align: center;
  line-height: 1.2;
}

.page_title .sp {
  display: none;
}

.page_title span {
  padding-left: 0.3em;
}

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

  .page_title {
    margin: 40px 0 0;
    background: url(../img/archive_header_back_sp.png) no-repeat center center;
    background-size: cover;
    height: 110px;
  }

  header.is-show + .page_title {
    margin-top: 0;
  }
  
  .page_title h1 {
    color: #fff;
    font-size: 32px;
  }

  .page_title .sp {
    display: block;
  }

  .page_title span {
    padding-left: 0;
  }

}

.path {
  margin: 15px 20px;
}

.path ol {
  display: flex;
}

.path li {
  font-size: 14px;
  position: relative;
  margin: 0 0 0 5px;
  padding: 0 0 0 20px;
}

.path li:first-child {
  margin: 0;
  padding: 0;
}

.path li::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

.path li:first-child {
  margin: 0;
}

.path li:first-child::before {
  display: none;
}

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

  .path {
    margin: 10px;
  }

  .path li {
    font-size: 12px;
    margin: 0 0 0 5px;
    padding: 0 0 0 12px;
    line-height: 1.4;
  }

  .path li::before {
    top: 5px;
    bottom: auto;
    width: 6px;
    height: 6px;
  }

}

.local_nav {
  margin: 0 auto;
  padding: 60px 0 75px;
  text-align: center;
  border-top: 1px solid #dadada;
  width: 90vw;
}

.local_nav h2 {
  margin: 0 0 20px;
  font-size: 28px;
  letter-spacing: 0.05em;
  font-family: "Playfair Display SC", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳＰゴシック", "MSPGothic", sans-serif;
  font-weight: bold;
  text-align: center;
}

.local_nav li {
  margin: 0 0 15px;
  font-size: 18px;
  text-align: center;
}

.local_nav li a {
  padding: 0 35px 0 0;
  color: #000;
  background: url(../img/arrow_off.png) no-repeat right center;
  background-size: 15px auto;
}

.local_nav li a.icon_outlink,
.local_nav li a.icon_outlink:hover {
  padding-right: 20px;
  background: url(../img/icon-link-b.png) no-repeat right center;
  background-size: 12px auto;
}

.local_nav li.act span {
  padding: 0 35px 0 0;
  color: #adadad;
  position: relative;
}

.local_nav li.act span::after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 1px;
  background: #adadad;
}

.local_nav li a:hover {
  color: #c60057;
  background: url(../img/arrow_on.png) no-repeat right center;
  background-size: 15px auto;
}

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

  .local_nav {
    padding: 60px 20px;
    width: auto;
  }

  .local_nav h2 {
    font-size: 28px;
  }

}
 
  
 
.newcolor_txt{
 margin: 30px 0 10px 4px;
	font-size: 30px;
	font-weight: bold;
  line-height: 1.2;
  background: linear-gradient(transparent 50%, #f8f66f 50%);
}
.newcolor_txt_sp{
	display: none;
}
@media screen and (max-width: 690px) {
.newcolor_txt {
  margin: 10px 0 8px 4px;
  font-size: 24px;
  line-height: 1.2;
	}
.newcolor_txt p{
  font-size: 24px;
  line-height: 1.2;
	}
.newcolor_txt_sp{
	display: block;
}
}

.btn_black {
  display: inline-block;
}

.btn_black a {
  padding: 15px 150px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  display: block;
  border: 1px solid #000;
  background: #000 url(../img/arrow_white.png) no-repeat right 20px center;
  background-size: 17px auto;
}

.link-button.btn_black a:hover {
  color: #000;
  background: #fff url(../img/arrow_off.png) no-repeat right 20px center;
  background-size: 17px auto;
}
