@charset "utf-8";
/* ==================================================== */
/* common */
/* ==================================================== */
/*
Theme Name: Cheki Press
Theme URI: http://instax.jp/
Author: 富士フイルム株式会社
Author URI: http://fujifilm.jp/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

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,
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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
}
html {
  font-size: 62.5%;
}
body {
  color: #262626;
  font-family: YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック",
    "ヒラギノ角ゴ ProN W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ＭＳ ゴシック", Osaka, sans-serif !important;
  font-size: 1.6rem;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-font-feature-settings: "normal";
  letter-spacing: 0.05em;
}
article,
aside,
details,
figcaption,
figure,
hgroup,
menu,
nav,
section {
  display: block;
}
p {
  line-height: 1.6em;
}
ul {
  list-style: none;
}
a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: 0 0;
  text-decoration: none;
  color: inherit;
  transition-duration: 0.2s;
  transition-property: background-color, color;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
select {
  vertical-align: middle;
}
address {
  font-style: normal;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}


::selection {
  background: #c92229;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  body {
    padding-top: 60px;
    font-size: 1.5rem;
  }
}

/* ==================================================== */
/* helper */
/* ==================================================== */
.hp_mt10 {
  margin-top: 10px;
}
.hp_mt20 {
  margin-top: 20px;
}
.hp_fs80 {
  font-size: 80%;
}

/* ==================================================== */
/* parts */
/* ==================================================== */

/* heading --------------------------------------------- */
.bl_heading_gray {
  margin-bottom: 4rem;
}
.el_heading_en {
  font-family: "Roboto", sans-serif;
  letter-spacing: -0.025em;
  font-feature-settings: "palt";
}
.el_heading_cen {
  text-align: center;
}
.bl_heading_gray .el_heading_en,
.bl_heading_gray .el_heading_jp {
  display: block;
  text-align: center;
}
.bl_heading_arrow {
  position: relative;
}
.bl_heading_arrow:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -61px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 31px 18px 0 18px;
  border-color: #ffffff transparent transparent transparent;
}
.ly_products .bl_heading_arrow:after {
  bottom: -31px;
}
.el_heading_gray .el_heading_en {
  color: #cccccc;
}
.el_heading_gray .el_heading_jp {
  font-size: 30%;
  margin-top: 0.6em;
  letter-spacing: 0.1em;
}
.el_heading_yellowBlloon {
  color: #ffd940;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  font-size: 2rem;
}
.el_heading_yellowBlloon:before,
.el_heading_yellowBlloon:after {
  content: "";
  width: 2px;
  height: 1.2em;
  display: inline-block;
  background: #ffd940;
  border-radius: 2px;
}
.el_heading_yellowBlloon:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-right: 1em;
}
.el_heading_yellowBlloon:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 1em;
}
.el_heading_top_catch {
  font-size: 2rem;
  line-height: 1.5em;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .bl_heading_gray {
    margin-bottom: 2rem;
  }
  .bl_heading_arrow:after {
    border-width: 16px 9px 0 9px;
    bottom: -35px;
  }
  .ly_products .bl_heading_arrow:after {
    bottom: -16px;
  }
  .el_heading_top_catch {
    font-size: 1.3rem;
    margin-top: 6px;
  }
  .el_heading_yellowBlloon {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }
}
/* size */
.el_heading_large {
  font-size: 10rem;
}
.el_heading_midium {
  font-size: 6.6rem;
}
.el_heading_small {
  font-size: 5.6rem;
}
.el_heading_ssmall {
  font-size: 2.4rem;
  line-height: 1.25;
}
.el_txt_w_light {
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .el_heading_large {
    font-size: 6rem;
  }
  .el_heading_midium {
    font-size: 4rem;
  }
  .el_heading_small {
    font-size: 3rem;
  }
  .el_heading_ssmall {
    font-size: 2.6rem;
  }
  .ly_products .el_heading_ssmall {
    font-size: 1.8rem;
  }
  .el_txt_w_light {
    font-weight: 400;
  }
}

/* section --------------------------------------------- */
.ly_sec_wrap_v_large {
  padding-top: 12rem;
  padding-bottom: 12rem;
  box-sizing: border-box;
}
.ly_sec_wrap_v_midium {
  padding-top: 8rem;
  padding-bottom: 8rem;
  box-sizing: border-box;
}
.ly_sec_wrap_v_small {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  box-sizing: border-box;
}
.ly_sec_wrap_v_ssmall {
  padding-top: 4rem;
  box-sizing: border-box;
}
.ly_sec_wrap_v_esmall {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.ly_sec_wrap_w_large {
  max-width: 1280px;
  margin: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}
.ly_sec_wrap_w_midium {
  max-width: 1120px;
  padding-left: 4rem;
  padding-right: 4rem;
  margin: auto;
}
.ly_sec_wrap_w_small {
  max-width: 900px;
  padding-left: 4rem;
  padding-right: 4rem;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .ly_sec_wrap_v_large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .ly_sec_wrap_v_midium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .ly_sec_wrap_v_small {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .ly_sec_wrap_v_ssmall {
    padding-top: 2rem;
  }
  .ly_sec_wrap_w_large {
    max-width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .ly_sec_wrap_w_midium {
    max-width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .ly_sec_wrap_w_small {
    max-width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
/* ==================================================== */
/* top page */
/* ==================================================== */

/* mainVisual ------------------------------------------*/
.sec_mainVisualArea {
  padding-bottom: 6rem;
}
.bl_mainVisualSlide_item img {
  width: 100%;
}
.ly_mainVisualSlide {
  opacity: 0;
  transition: opacity 0.3s linear;
}
.ly_mainVisualSlide.slick-initialized {
  opacity: 1;
}

.ly_mainVisualSlide .slick-prev,
.ly_mainVisualSlide .slick-next {
  width: 50px;
  height: 50px;
}
.ly_mainVisualSlide .slick-prev:before,
.ly_mainVisualSlide .slick-next:before {
  width: 20px;
  height: 20px;
  border-width: 4px;
  border-radius: 2px;
}
.ly_catchArea {
  margin-bottom: 6rem;
  text-align: center;
}
.ly_catchArea img {
  max-width: 400px;
}

@media only screen and (max-width: 768px) {
  .sec_mainVisualArea {
    padding-bottom: 4rem;
  }
  .ly_mainVisualSlide .slick-prev,
  .ly_mainVisualSlide .slick-next {
    width: 25px;
    height: 25px;
  }
  .ly_mainVisualSlide .slick-prev:before,
  .ly_mainVisualSlide .slick-next:before {
    width: 10px;
    height: 10px;
    border-width: 4px;
    border-radius: 2px;
  }
  .ly_mainVisualSlide.slick-dotted.slick-slider {
    margin-bottom: 1.5rem;
  }
  .ly_mainVisualSlide .slick-dots li button:before {
    width: 7px;
    height: 7px;
  }
  .ly_mainVisualSlide .slick-dots li {
    margin: 0 6px;
  }
  .ly_mainVisualSlide .slick-dots {
    bottom: -3rem;
  }
  .ly_catchArea {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin-bottom: 3rem;
  }
  .ly_catchArea img {
    max-width: 80vw;
  }
}
/* products ------------------------------------------*/
.ly_products_wrap {
  display: flex;
  justify-content: space-between;
}
.ly_products_top,
.ly_products_list {
  text-align: center;
}
.ly_products_txt {
  font-size: 2rem;
  margin-right: 4rem;
}
.ly_products_txt * + * {
  margin-top: 6rem;
}
.ly_produts_right .ly_products_txt {
  text-align: right;
  margin-left: 4rem;
  margin-right: 0;
}
.ly_products_img {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex: 1 1 auto;
}
.ly_products_img a {
  transition: ease 0.2s;
  position: relative;
}
.ly_products_img a:hover {
  opacity: 0.8;
}
.ly_produts_orange .ly_products_img {
  max-width: 680px;
}
.ly_produts_green .ly_products_img {
  max-width: 650px;
}

.ly_produts_green .ly_products_img a:nth-of-type(2) {	margin: 0 10px;}
.ly_produts_pink .ly_products_img {
  max-width: 750px;
}
.ly_produts_purple .ly_products_img {
  max-width: 650px;
}
.ly_produts_pink .ly_products_img a:nth-child(1) {
  top: 0;
}
.ly_produts_pink .ly_products_img a:nth-child(2) {
  bottom: -50px;
}

.ly_produts_orange {
  background: #ffd940;
}
.ly_produts_green {
  background: #40c3c3;
}
.ly_produts_pink {
  background: #f266bf;
}
.ly_produts_purple {
  background: #685bc7;
}
.ly_produts_orange .el_heading_large {
  color: #ff8026;
}
.ly_produts_green .el_heading_large {
  color: #077085;
}
.ly_produts_pink .el_heading_large {
  color: #6d1414;
}
.ly_produts_purple .el_heading_large {
  color: #001e62;
}

.ly_produts_orange .bl_heading_arrow:after {
  border-color: #ffd940 transparent transparent transparent;
}
.ly_produts_green .bl_heading_arrow:after {
  border-color: #40c3c3 transparent transparent transparent;
}
.ly_produts_pink .bl_heading_arrow:after {
  border-color: #f266bf transparent transparent transparent;
}
.ly_produts_purple .bl_heading_arrow:after {
  border-color: #685bc7 transparent transparent transparent;
}
.ly_produts_orange .el_heading_large + .ly_3col_block {
  margin-top: 8rem;
}
.ly_produts_green .el_heading_large + .ly_3col_block {
  margin-top: 8rem;
}
.ly_produts_pink .el_heading_large + .ly_3col_block {
  margin-top: 4rem;
}
.ly_produts_purple .el_heading_large + .ly_accessoriesSlide {
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .ly_products_wrap {
    flex-direction: column;
    position: relative;
    padding-bottom: 12rem;
  }
  .ly_products_txt {
    font-size: 1.5rem;
    text-align: center;
    order: 1;
    margin-right: 0;
  }
  .ly_products_img {
    order: 2;
    margin-top: 2rem;
  }
  .ly_products_img img {
    max-height: 135px;
  }
  .ly_produts_right .ly_products_txt {
    text-align: center;
    margin-left: 0;
  }
  .ly_products_txt * + * {
    margin-top: 3rem;
  }

  .ly_produts_orange .ly_products_top .el_heading_large + .ly_3col_block {
    margin-top: 4rem;
  }
  .ly_produts_green .ly_products_top .el_heading_large + .ly_3col_block {
    margin-top: 4rem;
  }
  .ly_produts_pink .ly_products_top .el_heading_large + .ly_3col_block {
    margin-top: 2rem;
  }
  .ly_produts_purple .ly_products_top .el_heading_large + .ly_accessoriesSlide {
    margin-top: 0;
  }
}

/* news ------------------------------------------*/
.bl_newsList_item {
  border-top: 2px dotted #eee;
}
.ly_newsList_wrap {
  border-bottom: 2px dotted #eee;
  margin-top: -2px;
}
.bl_newsList_item a,
.bl_newsList_item div {
  padding: 4rem;
  display: block;
}
.bl_newsList_item a:hover {
  opacity: 0.8;
}
.bl_newsList_item span {
  /* display: block; */
  line-height: 1.5;
  margin-left: 5px;
}
.bl_newsList_item span + span {
  margin-top: 1.5rem;
}
.bl_newsBtn {
  padding: 2rem 0;
  margin-top: 2rem;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .bl_newsList_item a,
  .bl_newsList_item div {
    padding: 3rem 2rem;
    font-size: 1.3rem;
  }
  .bl_newsBtn {
    font-size: 1.3rem;
    padding: 1rem 0;
    margin-top: 1rem;
  }
}

/* recommend ------------------------------------------*/
.sec_recommendArea {
  background: #00677f;
  color: white;
  text-align: center;
}
.ly_recommendArea_inner + .ly_recommendArea_inner {
  margin-top: 12rem;
}
.ly_card_li {
  display: flex;
  justify-content: space-around;
}
.bl_cardList {
  flex: 1 1 25%;
  margin-right: 4rem;
  text-align: left;
}
.bl_cardList:last-child {
  margin-right: 0;
}
.bl_cardList span {
  margin-top: 1.5rem;
  display: inline-block;
  line-height: 1.5;
  font-size: 1.6rem;
}
.bl_cardList a:hover span {
  text-decoration: underline;
}
.ly_bnr_li {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}
.bl_bnrList {
  margin-right: 4rem;
}
.bl_bnrList:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 767px) {
  .ly_recommendArea_inner a img {
    transition-duration: 0.2s;
  }
  .ly_recommendArea_inner a:hover img {
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.5);
    opacity: 1;
    -webkit-animation: flash 1s;
    animation: flash 1s;
  }
  .ly_recommendArea_inner a:active img {
    box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.5);
  }
}

@media only screen and (max-width: 768px) {
  .ly_recommendArea_inner + .ly_recommendArea_inner {
    margin-top: 6rem;
  }
  .ly_card_li {
    flex-wrap: wrap;
  }
  .bl_cardList {
    flex-basis: calc(50% - 1.5rem);
    margin-right: 1.5rem;
    margin-bottom: 2rem;
  }
  .bl_cardList:nth-child(2n) {
    margin-right: 0;
  }
  .bl_cardList span {
    font-size: 1.3rem;
    margin-top: 1rem;
  }
  .ly_bnr_li {
    display: block;
  }
  .bl_bnrList {
    margin-right: 0;
    margin-bottom: 6rem;
  }
  .bl_bnrList:last-child {
    margin-bottom: 0;
  }
  .ly_recommendArea_inner a:hover img {
    opacity: 1;
    -webkit-animation: flash 1s;
    animation: flash 1s;
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}

/* social ------------------------------------------*/
.ly_instagramSlide {
  display: flex;
  justify-content: space-between;
}
.bl_instagram_item {
  flex: 0 1 300px;
}
.ly_instagram_wrapper {
  padding: 0 20px;
}
.ly_instagram_wrapper .slick-prev,
.ly_instagram_wrapper .slick-next {
  z-index: 999;
  width: 30px;
  height: 30px;
  background: #aaa;
  border-radius: 15px;
}
.ly_instagram_wrapper .slick-prev:before,
.ly_instagram_wrapper .slick-next:before {
  width: 8px;
  height: 8px;
  border-color: #fff;
  border-width: 3px;
  border-radius: 2px;
  opacity: 1;
}
.ly_instagram_wrapper .slick-prev {
  left: -10px;
}
.ly_instagram_wrapper .slick-next {
  right: -10px;
}
.ly_instagram_wrapper .slick-dots {
  bottom: -1.5rem;
}

/* ==================================================== */
/* products page */
/* ==================================================== */

/* icon ------------------------------------------*/
.bl_ico_p_left,
.bl_ico_p_cen {
  display: inline-block;
  position: relative;
}
.bl_ico_p_left .el_ico_large {
  left: -4rem;
  top: -4rem;
  position: absolute;
}
.bl_ico_p_cen .el_ico_large {
  margin: 0 auto 2rem;
}
.el_ico_large {
  font-size: 10px;
  width: 8em;
  height: 8em;
  border-radius: 4em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.el_ico_midium {
  font-size: 5.75px;
  width: 8em;
  height: 8em;
  border-radius: 4em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  letter-spacing: 0;
}
.el_ico_large span {
  font-size: 1.6em;
}
.el_ico_large.el_ico_mini span {
  font-size: 1.9em;
}
.el_ico_midium span {
  font-size: 1.6em;
  text-align: center;
}
.el_ico_midium.el_ico_mini span {
  font-size: 2em;
}
.el_ico_analog {
  color: #262626;
  background: #fff;
  border: 2px solid #262626;
  box-sizing: border-box;
}
.el_ico_midium.el_ico_analog,
.el_ico_midium.el_ico_digital {
  border-width: 1.5px;
}
.el_ico_hybrid {
  color: white;
  background: #262626;
}
.el_ico_digital {
  color: #262626;
  background: #ccc;
  border: 2px solid #262626;
  box-sizing: border-box;
}

.el_ico_mini {
  color: white;
  background: #ffbd40;
}
.el_ico_sq {
  color: white;
  background: #ff4d33;
}
.el_ico_wide {
  color: white;
  background: #685bc7;
}
.el_ico_pack {
  color: #262626;
  background: #fff;
  border: 2px solid #262626;
  box-sizing: border-box;
}
.el_ico_midium .el_ico_packnum {
  font-size: 260%;
}
.el_ico_mini:after,
.el_ico_sq:after,
.el_ico_wide:after {
  content: "";
  display: inline-block;
  border: 2px solid black;
  background: rgba(255, 255, 255, 0.502);
  margin-top: 0.4em;
}
.el_ico_mini:after {
  width: 1.4em;
  height: 2em;
}
.el_ico_sq:after {
  width: 2em;
  height: 2em;
}
.el_ico_wide:after {
  width: 3.2em;
  height: 2em;
}
.el_ico_midium.el_ico_mini:after,
.el_ico_midium.el_ico_sq:after,
.el_ico_midium.el_ico_wide:after {
  content: "";
  display: inline-block;
  border: 1.5px solid black;
  background: rgba(255, 255, 255, 0.502);
  margin-top: 0.4em;
}
@media only screen and (max-width: 768px) {
  .bl_ico_p_cen .el_ico_large {
    margin: 0 auto 1rem;
  }
  .bl_ico_p_left .el_ico_large {
    left: -2rem;
    top: -2rem;
  }
  .el_ico_large {
    font-size: 5px;
  }
  .el_ico_large.el_ico_analog,
  .el_ico_large.el_ico_digital {
    border-width: 1.5px;
  }
  .el_ico_large.el_ico_mini:after,
  .el_ico_large.el_ico_sq:after,
  .el_ico_large.el_ico_wide:after {
    border: 1.5px solid black;
  }

  .el_ico_midium {
    font-size: 5px;
  }
  .el_ico_analog,
  .el_ico_hybrid,
  .el_ico_digital {
    letter-spacing: -0.2em;
  }
  .el_ico_pack {
    border: 1px solid #262626;
    letter-spacing: -0.1em;
  }
}

/* 3col ------------------------------------------*/
.ly_3col_block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ly_3col_block.ly_3col_block_v_start {
  align-items: flex-start;
}
.bl_3col_block_item {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 33.3333%;
  max-width: 380px;
  text-align: center;
  margin-right: 4rem;
}
.ly_3col_block img {
  max-height: 220px;
}
.bl_3col_block_item:last-child {
  margin-right: 0;
}
.ly_products .bl_img_wrap {
  margin-bottom: 6rem;
}
.ly_products .ly_filmSlide .bl_img_wrap {
  margin-bottom: 8rem;
}
.ly_products .el_heading_ssmall {
  margin-bottom: 1.5rem;
}
.ly_products_top .el_txt_w_light {
  font-size: 1.6rem;
}
.bl_img_wrap img {
  margin: auto;
}
.bl_3col_block_item_col {
  display: block;
  transition-duration: 0.2s;
}
.bl_3col_block_item_col:hover {
  opacity: 0.8;
}
.bl_3col_block_item_col:hover {
  color: #cc1400;
}

@media only screen and (max-width: 768px) {
  .bl_3col_block_item {
    flex: 0 1 50%;
    max-width: 100%;
    margin-right: 2rem;
  }
  .ly_products_top .bl_img_wrap {
    margin-bottom: 4rem;
  }
  .ly_products_top .ly_filmSlide .bl_img_wrap {
    margin-bottom: 6rem;
  }
  .bl_3col_block_item .bl_img_wrap img {
    max-height: 140px;
    max-width: 130px;
  }
  .ly_filmSlide .bl_3col_block_item {
    margin-right: 0;
  }
  .ly_filmSlide .bl_3col_block_item .bl_img_wrap img {
    max-width: 100%;
  }
  .ly_products_top .el_txt_w_light {
    font-size: 1.3rem;
  }
}
/* accessories slide ------------------------------------------*/
.ly_accessoriesSlide {
  max-width: 1200px;
  margin: auto;
}
.bl_accessoriesSlide_item .bl_img_wrap {
  padding: 4rem;
  margin-bottom: 0;
}
.bl_accessoriesSlide_item .bl_img_wrap img {
  max-height: 240px;
}
.bl_accessoriesSlide_item:not(.slick-current) .bl_txt_wrap {
  opacity: 0;
  transition: all 0.2s;
}
.bl_accessoriesSlide_item:not(.slick-current) .bl_img_wrap {
  opacity: 0.5;
  transform: scale(0.8);
  transition: all 0.2s;
}
.ly_accessoriesSlide .slick-prev,
.ly_accessoriesSlide .slick-next {
  width: 50px;
  height: 50px;
  top: 35%;
}
.ly_accessoriesSlide .slick-next {
  left: 0;
  right: -35%;
}
.ly_accessoriesSlide .slick-prev {
  left: -35%;
  right: 0;
}
.ly_accessoriesSlide .slick-prev:before,
.ly_accessoriesSlide .slick-next:before {
  width: 20px;
  height: 20px;
  border-width: 4px;
  border-radius: 2px;
}

@media only screen and (max-width: 768px) {
  .ly_accessoriesSlide .slick-next {
    left: 0;
    right: -50%;
  }
  .ly_accessoriesSlide .slick-prev {
    left: -50%;
    right: 0;
  }
  .bl_accessoriesSlide_item .bl_img_wrap {
    padding: 2rem;
  }
  .ly_accessoriesSlide .slick-prev,
  .ly_accessoriesSlide .slick-next {
    width: 14px;
    height: 14px;
  }
  .bl_accessoriesSlide_item .bl_img_wrap img {
    max-height: 180px;
  }
}

/* film ------------------------------------------*/
.bl_img_inner {
  position: relative;
}
.bl_size_txt {
  color: white;
  font-size: 14px;
  letter-spacing: -0.025em;
  position: relative;
  z-index: 0;
}
.bl_size_txt span {
  display: inline-block;
  z-index: 1;
  line-height: 1.25;
}
.bl_size_txt:before,
.bl_size_txt:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .bl_size_txt {
    font-size: 10px;
  }
}
/* width --------------------------- */
.bl_size_w {
  display: flex;
  width: 100%;
  position: absolute;
  bottom: -5.5rem;
  align-items: center;
  justify-content: center;
}
.bl_size_w_inner {
  bottom: -3rem;
  left: 5%;
  width: 90%;
}
.bl_size_w span:before,
.bl_size_w span:after {
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-bottom: dotted 1px white;
  z-index: -2;
}
.bl_size_w span:before {
  left: 0;
}
.bl_size_w span:after {
  right: 0;
}
.bl_size_w_outer span:before,
.bl_size_w_outer span:after {
  width: calc((100% / 2) - 2.5em);
}
.bl_size_w_inner span:before,
.bl_size_w_inner span:after {
  width: calc((100% / 2) - 2.5em);
}
.bl_size_w:before,
.bl_size_w:after {
  top: 0;
  bottom: 0;
}
.bl_size_w:before {
  border-width: 5.5px 10px 5.5px 0;
  border-color: transparent #ffffff transparent transparent;
  left: 0;
}
.bl_size_w:after {
  border-width: 5.5px 0 5.5px 10px;
  border-color: transparent transparent transparent #ffffff;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .bl_size_w {
    bottom: -3.9rem;
  }
  .bl_size_w_inner {
    bottom: -2.2rem;
    left: 9%;
    width: 83%;
  }
  .bl_size_w:before {
    border-width: 3px 5px 3px 0;
  }
  .bl_size_w:after {
    border-width: 3px 0 3px 5px;
  }
}
/* height --------------------------- */
.bl_size_h {
  display: flex;
  height: 100%;
  position: absolute;
  left: -6.5rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bl_size_h_inner {
  left: -3.5rem;
  height: 73%;
  top: 9%;
}
.bl_size_h span:before,
.bl_size_h span:after {
  content: "";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  border-left: dotted 1px white;
  z-index: -2;
}
.bl_size_h span:before {
  top: 0;
}
.bl_size_h span:after {
  bottom: 0;
}
.bl_size_h_outer span:before,
.bl_size_h_outer span:after {
  height: 36%;
}
.bl_size_h_inner span:before,
.bl_size_h_inner span:after {
  height: 34%;
}
.bl_size_h:before,
.bl_size_h:after {
  left: 0;
  right: 0;
}
.bl_size_h:before {
  border-width: 0 5.5px 10px 5.5px;
  border-color: transparent transparent #ffffff transparent;
  top: 0;
}
.bl_size_h:after {
  border-width: 10px 5.5px 0 5.5px;
  border-color: #ffffff transparent transparent transparent;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .bl_size_h {
    left: -4.5rem;
  }
  .bl_size_h_inner {
    left: -2.5rem;
  }
  .bl_size_h:before {
    border-width: 0 3px 5px 3px;
  }
  .bl_size_h:after {
    border-width: 5px 3px 0 3px;
  }
}

/* breadclumbs ------------------------------------------*/
.ly_breadclumbs_list {
  padding: 1rem 4rem;
  font-size: 1.4rem;
}
.bl_breadclumbsList {
  display: inline;
  position: relative;
  padding-right: 2em;
}
.bl_breadclumbsList:not(:last-child):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.8em;
  margin: auto;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: 2.5px solid #cccccc;
  border-right: 2.5px solid #cccccc;
  border-radius: 2.5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bl_breadclumbsList a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .ly_breadclumbs_list {
    font-size: 1rem;
    padding: 1rem 8rem 1rem 2rem;
    line-height: 1.5em;
  }
  .bl_breadclumbsList:not(:last-child):after {
    right: 0.7em;
    margin: auto;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-top: 2.5px solid #cccccc;
    border-right: 2.5px solid #cccccc;
    border-radius: 2.5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

/* product list ------------------------------------------*/
.ly_product_list_ttl,
.ly_howto_list_ttl {
  padding: 80px 2rem 30px;
  text-align: center;
}
.el_heading_gray + .ly_product_list_ttl,
.el_heading_gray + .ly_howto_list_ttl {
  padding: 0 2rem 0;
  margin-top: 4rem;
}

.ly_product_list_ttl .el_heading_ssmall,
.ly_howto_list_ttl .el_heading_ssmall {
  font-size: 3.2rem;
}
.ly_product_list_ttl .el_heading_ssmall + p,
.ly_howto_list_ttl .el_heading_ssmall + p {
  margin-top: 1rem;
}
.el_heading_list_border {
  border-bottom: 1px solid #262626;
  text-align: left;
  max-width: 1180px;
  margin: auto;
  margin-bottom: 4rem;
  line-height: 1.5em;
  font-size: 2.6rem;
}
.ly_product_list_subttl .el_heading_ssmall,
.ly_howto_list_subttl .el_heading_ssmall {
  margin-bottom: 1rem;
}
.ly_product_list_outer,
.ly_howto_list_outer {
  padding: 100px 2rem;
  background: #eeeeee;
}
.sec_supportArea {
  margin-bottom: 100px;
}
.ly_support_list_outer {
  padding: 0 2rem 100px;
  background: #eeeeee;
  margin-bottom: 10px;
}
.ly_support_list_outer .ly_product_list_ttl {
  padding: 100px 0 60px;
}
.ly_product_list_inner:not(:last-child) {
  margin-bottom: 100px;
}
.ly_product_list,
.ly_howto_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
}
.ly_product_list {
  margin-bottom: -40px;
}
.ly_product_list:after,
.ly_howto_list:after {
  display: block;
  content: "";
  width: 33.3333%;
  max-width: 380px;
}
.ly_productList_item,
.ly_howtoList_item {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 33.3333%;
  max-width: 380px;
  padding: 10px;
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}
.ly_productList_item:nth-child(3n) {
  margin-right: 0;
}

.ly_productList_item.no_btn::after {
  content: "";
  display: block;
  flex: 1 0 46px;
}
.el_productList_heading {
  font-size: 2.1rem;
  margin-bottom: 0.8rem;
  letter-spacing: 0;
  line-height: 1.2em;
}
.ly_product_list .bl_link_wrap {
  text-align: right;
}
.ly_product_list .bl_link_wrap .el_txtLink {
  display: block;
}
.ly_product_list .el_boxbtn {
  font-size: 1.6rem;
  width: 100%;
  min-width: auto;
}
.ly_product_list .bl_link_wrap > * + * {
  margin-top: 5px;
}
.ly_product_list .bl_img_wrap {
  background: white;
  position: relative;
  margin-bottom: 1rem;
}
.ly_product_list .bl_img_wrap a {
  display: inline-block;
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 5rem 0;
}
.ly_product_list .bl_img_wrap a img {
  width: auto;
  margin: 0;
  max-height: 160px;
  transition: ease 0.2s;
}
.ly_product_list .bl_img_wrap a:hover img {
  transform: scale(1.1);
}
@media all and (-ms-high-contrast: none) {
  .ly_product_list .bl_img_wrap {
    height: 240px;
  }
}
.ly_product_list.ly_product_list_high .bl_img_wrap {
  padding-top: 1rem;
}
.ly_product_list.ly_product_list_high .bl_img_wrap img {
  max-height: 180px;
}
.bl_ico_wrap {
  position: absolute;
  display: flex;
  top: 10px;
  left: 10px;
}
.bl_ico_wrap_pack {
  position: absolute;
  display: flex;
  top: 10px;
  right: 10px;
}

.bl_ico_wrap > * + * {
  margin-left: 5px;
}
.bl_ico_wrap_pack > * + * {
  margin-left: 5px;
}
.ly_product_list .el_txtLink {
  line-height: 1.75em;
}
.bl_colorimg_wrap {
  position: absolute;
  display: flex;
  top: 10px;
  right: 10px;
}
.el_color_item {
  width: 18px;
  height: 18px;
  display: inline-block;
}
.el_color_item + .el_color_item {
  margin-left: 4px;
}

@media only screen and (max-width: 768px) {
  .el_heading_list_border {
    border-bottom: 1px solid #262626;
    margin: auto 25px;
    margin-bottom: 2rem;
    font-size: 2.2rem;
  }
  .ly_product_list_ttl,
  .ly_howto_list_ttl {
    padding: 60px 25px 20px;
    text-align: center;
  }
  .ly_product_list_ttl .el_heading_ssmall,
  .ly_howto_list_ttl .el_heading_ssmall {
    font-size: 2.4rem;
  }
  .ly_product_list_ttl .el_heading_ssmall + p,
  .ly_howto_list_ttl .el_heading_ssmall + p {
    margin-top: 1rem;
  }
  .ly_product_list_outer,
  .ly_howto_list_outer {
    padding: 60px 0;
    min-width: auto;
  }
  .sec_supportArea {
    margin-bottom: 50px;
  }
  .ly_support_list_outer {
    padding: 0 0 50px;
    background: #eeeeee;
    margin-bottom: 10px;
  }
  .ly_support_list_outer .ly_product_list_ttl {
    padding: 60px 0 30px;
  }
  .el_productList_heading {
    font-size: 2rem;
  }
  .ly_product_list,
  .ly_howto_list {
    display: block;
    margin-bottom: 0;
  }
  .ly_product_list,
  .ly_howto_list {
    padding-left: 25px;
    padding-right: 25px;
  }
  .ly_product_list_inner:not(:last-child),
  .ly_howto_list_inner:not(:last-child) {
    margin-bottom: 60px;
  }
  .ly_productList_item,
  .ly_howtoList_item {
    margin: auto;
    border-bottom: dotted 1px #aaa;
    padding: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .ly_productList_item:nth-child(3n),
  .ly_howtoList_item:nth-child(3n) {
    margin-right: auto;
  }
  .ly_productList_item:last-child,
  .ly_howtoList_item:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .el_color_item {
    width: 16px;
    height: 16px;
    display: inline-block;
  }
  .ly_product_list .el_boxbtn {
    font-size: 1.5rem;
  }

  .ly_product_list .bl_img_wrap a {
    min-height: 215px;
    padding: 2rem 0 0;
    height: auto;
  }
  .ly_product_list .bl_link_wrap > * + * {
    margin-top: 5px;
  }
  .ly_product_list .bl_img_wrap img {
    max-height: 140px;
  }
  .ly_product_list.ly_sp_2col,
  .ly_howto_list.ly_sp_2col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ly_product_list.ly_sp_2col .ly_productList_item,
  .ly_howto_list.ly_sp_2col .ly_howtoList_item {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(50% - 5px);
    margin: initial;
    padding-bottom: 20px;
    margin-bottom: 0;
    border-bottom: 0;
    display: flex;
    flex-direction: column;
  }
  .ly_product_list.ly_sp_2col .ly_productList_item:nth-child(n + 3) {
    border-top: 1px solid #aaa;
    padding-top: 15px;
  }
  .ly_productList_item.no_btn::after {
    flex: 1 0 33px;
  }
  .ly_productList_item.no_btn:nth-of-type(2n+1)::after {  display: none;}

  .ly_product_list.ly_sp_2col .bl_img_wrap a {
    min-height: 105px;
    padding-top: 1rem;
    margin-bottom: 0.5rem;
  }
  .ly_product_list.ly_sp_2col .bl_img_wrap img {
    max-height: 80px;
  }
  .ly_product_list.ly_sp_2col .el_productList_heading {
    font-size: 1.2rem;
  }
  .ly_product_list.ly_sp_2col .bl_ico_wrap {
    top: 5px;
    left: 5px;
  }
  .ly_product_list.ly_sp_2col .bl_ico_wrap_pack {
    top: 5px;
    right: 5px;
  }
  .ly_product_list.ly_sp_2col .bl_ico_wrap_pack > * + * {
    margin-left: 2.5px;
  }
  .ly_product_list.ly_sp_2col .el_ico_midium {
    font-size: 4px;
  }
  .ly_product_list.ly_sp_2col .el_boxbtn {
    font-size: 1rem;
  }
}
.ly_filmSlide_sub {
  display: none;
}
.ly_filmSlide_sub .slick-track {
  transform: unset !important;
}
@media only screen and (max-width: 768px) {
  .ly_filmSlide_sub {
    display: flex;
    margin-top: 3rem;
  }
  .bl_filmSlide_sub_item {
    background: #c959a0;
    flex: 1 1 33%;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.3rem;
    margin-right: 4px;
    position: relative;
    flex-direction: row-reverse;
    vertical-align: middle;
  }
  .bl_filmSlide_sub_item:last-child {
    margin-right: 0;
  }
  .bl_filmSlide_sub_item p {
    opacity: 0.75;
  }
  .bl_filmSlide_sub_item:after {
    content: "";
    display: inline-block;
    font-size: 6px;
    border-width: 1.5px;
    margin-top: 0;
    margin-right: 0.8em;
  }
  .bl_filmSlide_sub_item.current:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 10px 6px;
  }
  .bl_filmSlide_sub_item.current p {
    opacity: 1;
  }
  .bl_filmSlide_sub_item.el_ico_mini.current {
    background: #ffbd40;
  }
  .bl_filmSlide_sub_item.el_ico_sq.current {
    background: #ff4d33;
  }
  .bl_filmSlide_sub_item.el_ico_wide.current {
    background: #685bc7;
  }
  .bl_filmSlide_sub_item.el_ico_mini.current:before {
    border-color: transparent transparent #ffbd40 transparent;
  }
  .bl_filmSlide_sub_item.el_ico_sq.current:before {
    border-color: transparent transparent #ff4d33 transparent;
  }
  .bl_filmSlide_sub_item.el_ico_wide.current:before {
    border-color: transparent transparent #685bc7 transparent;
  }
}

/* ==================================================== */
/* product detail page */
/* ==================================================== */

.ly_productsDetail,
.ly_howtoDetail {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}
.ly_productsDetail .bl_img_wrap,
.ly_howtoDetail .bl_img_wrap {
  flex-basis: calc(50% - 1.5rem);
  max-width: calc(50% - 1.5rem);
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  padding: 0 4rem;
}
.ly_productsDetail .bl_img_wrap img {
  max-height: 350px;
  width: auto;
}
.ly_productsDetail .bl_img_wrap__vertical img {
  max-height: 380px;
  width: auto;
}
.ly_howtoDetail .bl_img_wrap img {
  max-width: 500px;
  width: 100%;
}
.ly_productsDetail .bl_txt_wrap,
.ly_howtoDetail .bl_txt_wrap {
  flex-basis: calc(50% - 1.5rem);
  flex-grow: 0;
  flex-shrink: 0;
  max-width: calc(50% - 1.5rem);
}
.el_heading_detail {
  font-size: 6rem;
  margin-bottom: 15px;
}
.el_heading_detail .en {
  letter-spacing: -0.025em;
  font-feature-settings: "palt";
  font-family: "Roboto", sans-serif;
  display: inline-block;
}
.el_heading_detail .jp {
  font-size: 80%;
}
.el_heading_detail .jp.s_50 {
  font-size: 50%;
}
.bl_productsAttr {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bl_productsAttr .bl_ico_wrap,
.bl_productsAttr .bl_colorimg_wrap,
.bl_productsAttr .bl_ico_wrap_pack {
  position: initial;
}
.bl_productsAttr .el_ico_midium {
  font-size: 7.5px;
}
.bl_detailTtl_wrap {
  margin-bottom: 6rem;
}
.bl_detailTxt_wrap {
  margin-bottom: 6rem;
}
.bl_detailTxt_wrap p {
  font-size: 2rem;
}
.bl_detailbtn_wrap {
  margin-bottom: 3rem;
}
.bl_detailbtn_wrap .bl_link_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.bl_detailbtn_wrap .bl_anime_wrap {
  flex-basis: calc(50% - 0.5rem);
  flex-grow: 0;
  flex-shrink: 0;
}
.bl_detailbtn_wrap .el_boxbtn {
  min-width: 100%;
  width: 100%;
  font-size: 1.6rem;
}
.bl_detailbtn_wrap {
  text-align: right;
}
.ly_colorVariSlide {
  max-width: 2000px;
  margin: auto;
}
.ly_colorVariSlide2or3 {
  display: flex;
  justify-content: center;
}
.ly_product_list_outer + .ly_sec_wrap_v_midium .bl_boxbtn_wrap {
  margin-top: 0;
}
.ly_product_list_outer + .ly_sec_wrap_v_midium .ly_colorVari + .bl_boxbtn_wrap {
  margin-top: 60px;
}
.bl_colorVariSlide_item .bl_img_wrap,
.bl_colorVariSlide2or3_item .bl_img_wrap {
  padding: 4rem;
  margin-bottom: 0;
}
.bl_colorVariSlide_item .bl_img_wrap img,
.bl_colorVariSlide2or3_item .bl_img_wrap img {
  max-height: 240px;
}
.large .bl_colorVariSlide_item .bl_img_wrap img {
  max-height: 600px;
}
.large .bl_colorVariSlide2or3_item .bl_img_wrap img {
  max-height: 350px;
}
.bl_colorVariSlide_item .bl_txt_wrap,
.bl_colorVariSlide2or3_item .bl_txt_wrap {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
.bl_colorVariSlide_item:not(.slick-current) .bl_txt_wrap {
  opacity: 0;
  transition: all 0.2s;
}
.bl_colorVariSlide_item:not(.slick-current) .bl_img_wrap {
  opacity: 0.5;
  transform: scale(0.8);
  transition: all 0.2s;
}

.ly_colorVariSlide .slick-prev,
.ly_colorVariSlide .slick-next,
.ly_colorVariSlide2or3 .slick-prev,
.ly_colorVariSlide2or3 .slick-next {
  width: 50px;
  height: 50px;
  top: 50%;
}
.ly_colorVariSlide .slick-next,
.ly_colorVariSlide2or3 .slick-next {
  left: 0;
  right: -35%;
}
.ly_colorVariSlide .slick-prev,
.ly_colorVariSlide2or3 .slick-prev {
  left: -35%;
  right: 0;
}
.ly_colorVariSlide .slick-prev:before,
.ly_colorVariSlide .slick-next:before,
.ly_colorVariSlide2or3 .slick-prev:before,
.ly_colorVariSlide2or3 .slick-next:before {
  width: 12px;
  height: 12px;
  border-width: 4px;
  border-radius: 2px;
  border-color: #ffbd40;
}

.bl_dl_type-underline dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.bl_dl_type-underline dl dt {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 25%;
  max-width: 25%;
  padding-right: 2rem;
}

.bl_dl_type-underline dl dd {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 75%;
  max-width: 75%;
}

.bl_dl_type-underline dl p {
  border-bottom: 1px solid #8c8c8c;
  padding: 0 1rem 1rem 1rem;
}

.bl_ul_type-disc {
  margin-left: 1.2em;
  font-weight: 400;
}
.bl_ul_type-disc li {
  list-style-type: disc;
  line-height: 1.3;
  margin-bottom: 0.5em;
}
.el_qirNote {
  list-style: none;
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}

@media only screen and (max-width: 768px) {
  .ly_productsDetail {
    display: block;
    padding-left: 25px;
    padding-right: 25px;
  }
  .ly_productsDetail .bl_img_wrap {
    max-width: 100%;
    margin-bottom: 0;
  }
  .ly_productsDetail .bl_txt_wrap {
    max-width: 100%;
  }
  .ly_productsDetail .bl_img_wrap img {
    max-height: 50vw;
  }
  .el_heading_detail {
    font-size: 4rem;
  }
  .bl_productsAttr {
    margin-top: 2rem;
  }
  .bl_productsAttr .el_ico_midium {
    font-size: 5px;
  }
  .bl_detailTtl_wrap {
    margin-bottom: 2rem;
  }
  .bl_detailTxt_wrap p {
    font-size: 1.5rem;
  }
  .bl_detailTxt_wrap {
    margin-bottom: 3rem;
  }
  .bl_detailbtn_wrap .bl_link_wrap {
    display: block;
  }
  .bl_detailbtn_wrap .bl_anime_wrap {
    margin-bottom: 5px;
  }
  .bl_detailbtn_wrap .bl_anime_wrap:last-child {
    margin-bottom: 0;
  }
  .el_heading_cen.el_heading_ssmall {
    font-size: 2.4rem;
  }
  .ly_colorVariSlide,
  .ly_colorVariSlide2or3 {
    margin: 4rem 0;
  }
  .ly_colorVariSlide .slick-next,
  .ly_colorVariSlide2or3 .slick-next {
    left: 0;
    right: -80%;
  }
  .ly_colorVariSlide .slick-prev,
  .ly_colorVariSlide2or3 .slick-prev {
    left: -80%;
    right: 0;
  }
  .bl_colorVariSlide_item .bl_img_wrap,
  .bl_colorVariSlide2or3_item .bl_img_wrap {
    padding: 2rem;
  }
  .ly_colorVariSlide .slick-prev,
  .ly_colorVariSlide .slick-next {
    width: 14px;
    height: 14px;
  }
  .bl_colorVariSlide_item .bl_img_wrap img,
  .bl_colorVariSlide2or3_item .bl_img_wrap img {
    max-height: 33vw;
  }
  .bl_dl_type-underline dl dt {
    flex-basis: 50%;
    max-width: 50%;
    padding-right: 1rem;
  }

  .bl_dl_type-underline dl dd {
    flex-basis: 50%;
    max-width: 50%;
  }
  .bl_dl_type-underline dl p {
    padding: 0 0.5rem 0.5rem 0.5rem;
  }
}
/* sns ------------------------------------------*/
.bl_snsbtn {
  display: flex;
  width: 100%;
  list-style: none;
  margin: 0;
}
.bl_snsbtn li {
  color: white;
  flex: 1 1 auto;
  margin-right: 5px;
  text-align: center;
  box-sizing: border-box;
}
.bl_snsbtn li:last-child {
  margin-right: 0;
}
.bl_snsbtn li a {
  text-align: center;
  cursor: pointer;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-transition: 0.3s all ease;
  -transition: 0.3s all ease;
  transition: 0.3s all ease;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  font-size: 18px;
}
.bl_snsbtn li.fb a {
  background-color: #1877f2;
  border: 1px solid #1877f2;
  text-decoration: none;
}
.bl_snsbtn li.tw a {
  background-color: #000;
  border: 1px solid #000;
  text-decoration: none;
}
.bl_snsbtn li.tw a .icon-twitter:before {
  content:"　";
  background-image: url(/ssi/assets/img_cmn/icon_sns_twitter_white.svg);
  background-size:80%;
  background-repeat: no-repeat;
  background-position: center;
}
.bl_snsbtn li.ht a {
  background-color: #00a4de;
  border: 1px solid #00a4de;
  text-decoration: none;
}
.bl_snsbtn li.pk a {
  background-color: #ee4257;
  border: 1px solid #ee4257;
  text-decoration: none;
}
.bl_snsbtn li.ln a {
  background-color: #06c755;
  border: 1px solid #06c755;
  text-decoration: none;
}

.bl_snsbtn li.fb a:hover {
  background-color: #fff;
  color: #1877f2;
}
.bl_snsbtn li.tw a:hover {
  background-color: #fff;
  color: #000;
}
.bl_snsbtn li.tw a:hover .icon-twitter:before {
  content:"　";
  background-image: url(/ssi/assets/img_cmn/icon_sns_twitter.svg);
  background-size:80%;
  background-repeat: no-repeat;
  background-position: center;
}
.bl_snsbtn li.ht a:hover {
  background-color: #fff;
  color: #00a4de;
}
.bl_snsbtn li.pk a:hover {
  background-color: #fff;
  color: #ee4257;
}
.bl_snsbtn li.ln a:hover {
  background-color: #fff;
  color: #06c755;
}

@media only screen and (max-width: 768px) {
  .bl_snsbtn li {
    margin-right: 2px;
  }
  .bl_snsbtn li a {
    height: 22px;
    font-size: 13px;
  }
}

.el_heading_cen.el_heading_ssmall {
  font-size: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .el_heading_cen.el_heading_ssmall {
    font-size: 2.4rem;
  }
}

/* ==================================================== */
/* recommendArea */
/* ==================================================== */
aside .ly_recommendArea_inner {
  padding: 10rem 2rem;
}
@media only screen and (max-width: 768px) {
  aside .ly_recommendArea_inner {
    padding: 6rem 0;
  }
  aside .ly_recommendArea_inner .bl_bnrList {
    margin-bottom: 3rem;
  }
  aside .ly_recommendArea_inner .bl_bnrList:last-child {
    margin-bottom: 0;
  }
  .ly_howtoDetail {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .bl_boxbtn_wrap.bl_sp_2col {
    width: 50%;
  }
}

/* ==================================================== */
/* how to page */
/* ==================================================== */

/* anchor link */
.uni_idea_nav .bl_anime_wrap {
  flex: 1 1 25%;
}
.uni_idea_nav .el_boxbtn {
  min-width: auto;
  width: 100%;
}
.uni_idea_nav .bl_anime_wrap:before {
  background: #ffd940;
}
.uni_idea_nav .bl_anime_wrap.active:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media only screen and (max-width: 768px) {
  .uni_idea_nav {
    flex-wrap: wrap;
    width: 100%;
  }
  .uni_idea_nav a {
    font-size: 1em;
    padding: 17px 20px 17px 20px;
  }
  .uni_idea_nav {
    margin: 0px 5px 10px 5px;
    flex: auto;
  }
  .uni_idea_nav.bl_boxbtn_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .uni_idea_nav .bl_anime_wrap {
    flex: 1 1 100%;
  }
  .uni_idea_nav .bl_sp_2col {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(50% - 2.5px);
    width: calc(50% - 2.5px);
  }
}
/* tag color */
.sec_howtoArea .all,
.el_howto_tags.all {
  background: #262626 !important;
}
.sec_howtoArea .memory,
.el_howto_tags.memory {
  background: #ffbd40 !important;
}
.sec_howtoArea .decorate,
.el_howto_tags.decorate {
  background: #40c3c3 !important;
}
.sec_howtoArea .gift,
.el_howto_tags.gift {
  background: #f266bf !important;
}
.sec_howtoArea .other,
.el_howto_tags.other {
  background: #685bc7 !important;
}

.ly_howtoList_item,
.bl_howtoList_other_item {
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
}
.ly_howtoList_item:hover,
.bl_howtoList_other_item:hover {
  box-shadow: 0 0 8px rgb(0 0 0 / 50%);
}

.el_howto_heading,
.el_howtoList_heading {
  font-size: 20px;
  letter-spacing: normal;
  line-height: 1.2;
  text-align: left;
}
.ly_howtoList_item .el_howto_heading,
.ly_howtoList_item .el_howtoList_heading {
  margin-top: 10px;
}
.ly_howtoList_item .bl_howto_info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.el_howto_tags {
  font-size: 1rem;
  padding: 0.2em 0.6em;
  line-height: 1.5;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.el_howto_level_star {
  line-height: 2;
  white-space: nowrap;
}
.ly_howtoList_item .el_howto_level_star {
  font-size: 1.2rem;
}
.el_howto_level_star .el_star_off {
  color: #bebebe;
}
@media only screen and (max-width: 768px) {
  .ly_howto_list.ly_sp_2col .ly_howtoList_item:nth-child(n + 3) {
    padding-top: 10px;
  }
  .ly_howtoList_item .bl_howto_info {
    margin-bottom: 5px;
  }
  .ly_howtoList_item .el_howto_level_star {
    text-align: right;
    font-size: 2.5vw;
  }
  .ly_howtoList_item .el_howto_tags {
    font-size: 2vw;
    padding: 0.2em 0.6em;
    line-height: 1;
  }
  .ly_howtoList_item .el_howto_heading,
  .ly_howtoList_item .el_howtoList_heading {
    font-size: 1.3rem;
  }
  .ly_howtoList_item:hover {
    box-shadow: none;
  }
}

.ly_howtoDetail_outer {
  position: relative;
  margin-bottom: 100px;
  padding: 100px 2rem;
  background: #eeeeee;
}
.ly_howtoDetail_outer:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 31px 18px 0 18px;
  border-color: #eeeeee transparent transparent transparent;
}
.bl_howtoDetailTtl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.bl_howtoDetailTtl_wrap {
  margin-bottom: 6rem;
}
.bl_howtoDetailTtl_wrap .el_howto_heading {
  font-size: 3.4rem;
  line-height: 1.25;
}
.bl_howtoDetailTtl .el_howto_tags {
  font-size: 1.3rem;
}
.bl_howtoDetailTtl .el_howto_level_star {
  font-size: 1.6rem;
  margin: 30px 0;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .ly_howtoDetail_outer {
    margin-bottom: 70px;
    padding: 0;
  }
  .ly_howtoDetail_outer:after {
    bottom: -15px;
    border-width: 20px 11px 0 11px;
  }
  .bl_howtoDetailTtl .el_howto_tags {
    font-size: 1rem;
  }
  .bl_howtoDetailTtl_wrap .el_howto_heading {
    font-size: 2.6rem;
  }
  .bl_howtoDetailTtl_wrap {
    margin-bottom: 3rem;
  }
  .ly_howtoDetail .bl_img_wrap,
  .ly_howtoDetail .bl_txt_wrap {
    width: 100%;
    max-width: 100%;
  }
  .ly_howtoDetail .bl_txt_wrap {
    padding: 4rem 25px;
  }
  .bl_howtoDetailTtl .el_howto_level_star {
    font-size: 1.3rem;
    margin: 20px 0;
  }
  .bl_heading_gray .el_heading_others.el_heading_jp {
    font-size: 2.5rem;
  }
}

.ly_howtoStep {
  max-width: 1200px;
  padding: 0 100px;
  margin: auto;
  margin-bottom: 40px;
}
.bl_howtoStep_item {
  display: flex;
  justify-content: space-between;
}
.bl_howtoStep_item .bl_img_wrap {
  flex: 1 1 auto;
  max-width: 380px;
}
.bl_howtoStep_item .bl_img_wrap img {
  width: 100%;
}
.bl_howtoStep_item .bl_txt_wrap {
  flex: 1 1 580px;
  margin-left: 60px;
  max-width: 580px;
}
.bl_howtoStep_item .el_heading_en {
  color: #cccccc;
  font-size: 6.6rem;
  margin-bottom: 30px;
}
.bl_howtoStep_item p {
  font-size: 1.9rem;
}
@media only screen and (max-width: 768px) {
  .ly_howtoStep {
    padding: 0 25px;
    margin-bottom: 20px;
  }
  .bl_howtoStep_item .bl_img_wrap {
    flex: 1 1 50%;
    max-width: 50%;
  }
  .bl_howtoStep_item .bl_txt_wrap {
    flex: 1 1 50%;
    max-width: 50%;
    margin-left: 20px;
  }
  .bl_howtoStep_item .el_heading_en {
    font-size: 3rem;
    margin-bottom: 10px;
  }
  .bl_howtoStep_item p {
    font-size: 1.3rem;
  }
}

.bl_howtoList_other {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bl_howtoList_other_item {
  width: 50%;
  padding: 15px;
  overflow: hidden;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
}
.bl_howtoList_other_item a {
  display: flex;
}
.bl_howtoList_other .bl_img_wrap {
  flex: 1 1 33%;
}
.bl_howtoList_other .bl_txt_wrap {
  display: flex;
  margin-left: 30px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 1 66%;
}
.bl_howtoList_other .el_howto_tags {
  font-size: 1.3rem;
}
.bl_howtoList_other .el_howto_level_star {
  font-size: 1.3rem;
  margin: 11px 0px 19px 0px;
}
@media only screen and (max-width: 768px) {
  .bl_howtoList_other {
    display: block;
  }
  .bl_howtoList_other_item {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  .bl_howtoList_other_item:last-child {
    margin-bottom: 0;
  }
  .bl_howtoList_other_item:hover {
    box-shadow: none;
  }
  .bl_howtoList_other .bl_txt_wrap {
    margin-left: 15px;
  }
  .bl_howtoList_other .el_howto_heading,
  .bl_howtoList_other .el_howtoList_heading {
    font-size: 1.3rem;
  }
  .bl_howtoList_other .el_howto_tags {
    font-size: 2.5vw;
  }
  .bl_howtoList_other .el_howto_level_star {
    margin: 5px 0px 12px 0px;
    font-size: 2.5vw;
  }
}
@media only screen and (max-width: 768px) {
.sp_ly_flexwrap{
	flex-wrap: wrap;
}
.sp_ly_flexwrap .bl_3col_block_item{
	flex: 1 1 calc(50% - 2rem);
}
}

.ly_product_list_notes {
  padding: 50px 2rem 30px;
  text-align: left;
  max-width: 1200px;
  margin: auto;
}
.ly_product_list_notes p{
  margin-left: 1.5em;
  text-indent: -1.5em;
  font-weight: 500;
  font-size: 13px;
}