@charset "utf-8";

/* ======================================================
 * EY.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Page Component
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Page Component
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- ec-button ----- */
  .ec-heading {
    position: relative;
    padding-right: 100px;
  }
  .heading-ec-button {
    position: absolute;
    display: inline-block;
    width: 88px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .ec-button {
    display: inline-block;
    max-width: 300px;
    min-width: 88px;
    margin-top: 10px;
  }
  .ec-button_link {
    display: inline-block;
    padding: 5px 25px 7px;
    background-color: #fff;
    border: 2px solid #418fde;
    border-radius: 6px;
    color: #418fde!important;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .ec-button_link:hover {
    background-color: #daebfc;
  }
  
  
    /* ----- ey-hero-layout ----- */
  .ey-hero-layout {
    position: relative;
    width: 100%;
  }
  .hero_detail .hero_detail_inner {
    display: flex;
    align-items: baseline;
    padding: 0 41px;
    margin-top: 30px;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .hero_detail .hero_detail_inner .hero_detail_logo {
    width: 284px;
    flex-shrink: 0;
  }
  .hero_detail .hero_detail_inner .hero_detail_txt {
    margin-left: 32px;
  }
  .hero_detail .hero_detail_inner .hero_detail_txt .hero_detail_txt_lead {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.84;
  }
  .hero_detail .hero_detail_inner .hero_detail_txt .hero_detail_txt_sub {
    margin-top: 0.7em;
    font-size: 1.8rem;
    letter-spacing: 2px;
  }
    /* ----- ey-news-box ----- */
  .ey-news-box {
    display: flex;
    justify-content: center;
    padding: 13px 0 22px;
    margin-top: 72px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
  }
  .ey-news-box_title {
    font-size: 3.6rem;
    font-weight: 500;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
  }
  .ey-news-box_detail {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    font-size: 1.8rem;
  }
  .ey-news-box_detail .ey-news-box_lead {
    margin-left: 1.7em;
  }
    /* ----- ey-anchor-navi ----- */
  .ey-anchor-navi-wrap {
    margin-top: 3.8em;
  }
  .ey-anchor-navi {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -33px -15px 0;
  }
  .ey-anchor-navi > li {
    margin-right: 33px;
    margin-bottom: 15px;
  }
  .ey-anchor-navi > li .ey-anchor-navi_link {
    padding-left: 1.5em;
    display: inline-block;
    position: relative;
    color: #333;
    font-weight: bold;
  }
  .ey-anchor-navi > li .ey-anchor-navi_link:hover {
    text-decoration: underline;
  }
  .ey-anchor-navi > li .ey-anchor-navi_link::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #ceaf87;
    border-bottom: 2px solid #ceaf87;
    top: 5px;
    left: 2px;
    transform: rotate(45deg);
  }
    /* ----- .ey-heading_lv2 ----- */
  .ey-heading_lv2{
    margin-top: 78px;
    border-bottom: 2px solid #221815;
    padding-bottom: 7px;
  }
  .ey-anchor-navi-wrap + section > .ey-heading_lv2:first-child{
    margin-top: 70px;
  }
  .ey-heading_lv2 .heading_icon {
    display: inline-block;
    height: 24px;
    padding: 3px 9px;
    color: #fff;
    background-color: #b38d60;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1;
  }
  .ey-heading_lv2 .heading_title{
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 1.3;
    color: #221815;
  }
  .ey-heading_lv2 .heading_title .caption{
    display: inline-block;
    margin: 0 0 0 30px;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.0rem;
    font-weight: 400;
    vertical-align: top;
    line-height: 2.4;
    color: #221815;
  }
  .ey-heading_lv2 .heading_title .sub-text{
    display: inline-block;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 3.0rem;
    font-weight: 500;
    line-height: 1.5;
    color: #221815;
  }
  
    /* ----- ey-product ----- */
  .ey-product .ey-product_head {
    margin-top: 30px;
  }
  .ey-product .ey-product_head .ey-product_head_inner {
    display: flex;
    justify-content: space-between;
  }
  .ey-product_item + .ey-product_item {
    margin-left: 6px;
  }
  .ey-product_item .ey-product_figure {
    position: relative;
  }
  .ey-product_item .ey-product_figure + .ey-product_figure {
    margin-top: 6px;
  }
  .ey-product_item .ey-product_figure .ey-product_figure_caption {
    position: absolute;
    font-size: 2.2rem;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.6;
  }
  .ey-product_item .ey-product_figure .ey-product_figure_caption.type-text-color01 {
    color: #fff;
  }
  .ey-product_figure_caption.type--left-top {
    top: 11px;
    left: 19px;
  }
  .ey-product_figure_caption.type--left-bottom {
    bottom: 11px;
    left: 19px;
  }
  .ey-product_figure_caption.type--right-top {
    top: 11px;
    right: 19px;
    text-align: right;
  }
  .ey-product_body {
    margin-top: 60px;
  }
  .ey-product_body > section:first-child > *:first-child {
    margin-top: 0 !important;
  }
  .ey-product_body_inner {
    display: flex;
    justify-content: space-between;
    margin-top: 3.375em;
  }
  .ey-product_detail {
    width: 66%;
    margin-right: 32px;
  }
  .ey-product_detail-v2 {
    flex-shrink: 0;
    margin-right: 32px;
  }
  .ey-product_detail-v3 {
    flex-shrink: 0;
    min-width: calc(((100% - (36px * 2)) / 3) + 62px);
  }
  .ey-product_list-wrap {
    margin-top: .875em;
  }
  .ey-product_description_list {
    display: flex;
  }
  .ey-product_description_list + .ey-product_description_list {
    margin-top: .5em;
  }
  .ey-product_description_list > dt {
    position: relative;
    flex-shrink: 0;
  }
  .ey-product_description_list > dt::after {
    position: absolute;
    content: "：";
    top: -1px;
    right: -21px;
  }
  .ey-product_description_list > dd {
    padding-left: 1.7em;
  }
  .ey-product_description_list > dd .text--small {
    font-size: 1.4rem;
  }
  .ey-product_note_list > li {
    position: relative;
    padding-left: 1.0em;
    font-size: 1.4rem;
    line-height: 1.35;
  }
  .ey-product_note_list .ey-product_note_list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .ey-product_text {
    margin-top: .625em;
  }
  .ey-product_heading {
    display: flex;
    align-items: flex-end;
    margin: 0 0 1.0em;
    padding-bottom: .7em;
    border-bottom: 1px solid #969696;
  }
  .ey-product_heading + * {
    margin-top: 0 !important;
  }
  .ey-product_title {
    font-size: 2rem;
    font-weight: 500;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.6;
  }
  .ey-product_title .text--strong {
    font-size: 2.6rem;
  }
  .ey-product_heading .ec-button_link {
    height: 32px;
    margin: 0px 0 4px 31px;
  }
  .ey-product_image_wrap {
    display: flex;
    flex-flow: row wrap;
  }
  .ey-product_image_wrap > .ey-product_image {
    width: calc((100% - (36px * 1)) / 2);
    margin-left: 36px;
  }
  .ey-product_image_wrap > .ey-product_image:nth-child(2n+1) {
    margin-left: 0;
  }
  .ey-product_image_wrap > .ey-product_image:nth-child(n+3) {
    margin-top: 1.25em;
  }
  .ey-product_sticky > .ey-product_sticky_head {
    position: relative;
  }
  .ey-product_image > .ey-product_image_figure {
    text-align: center;
  }
  .ey-product_image > .ey-product_image_figure > .ey-product_image_figure_caption {
    margin-top: .5em;
  }
  .ey-product_sticky > .ey-product_sticky_head + .ey-product_sticky_body {
    margin-top: 6px;
  }
  .ey-product_sticky .ey-product_sticky_title {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 2.2rem;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.6;
  }
  .ey-product_sticky .ey-product_sticky_detail {
    display: none;
  }
  .ey-product_sticky .ey-product_sticky_column {
    display: flex;
    flex-flow: row wrap;
  }
  .ey-product_sticky .ey-product_sticky_column > .ey-product_sticky_column_item {
    width: calc((100% - (7px * 1)) / 2);
    margin-left: 7px;
  }
  .ey-product_sticky .ey-product_sticky_column > .ey-product_sticky_column_item:nth-child(2n+1) {
    margin-left: 0;
  }
  .ey-product_sticky .ey-product_sticky_column > .ey-product_sticky_column_item:nth-child(n+3) {
    margin-top: 6px;
  }
  .ey-product_option_wrap {
    display: flex;
    margin-top: 1.6em;
  }
  .ey-product_option_wrap > .ey-product_option {
    width: calc((100% - (36px * 2)) / 3);
    margin-right: 62px;
  }
  .ey-product_option > .ey-product_option_title {
    margin: 0 0 .6em;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.0rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
  }
  .ey-product_option > .ey-product_option_figure {
    text-align: center;
  }
  .ey-product_option > .ey-product_option_figure > .ey-product_option_figure_caption {
    margin: .375em 0 0;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
  }
  /*.column-layout*/
  .column-layout.ey-v1[data-row-pc="3"] > * {
    width: calc((100% - 10px) / 3);
    margin-left: 5px;
  }
  /* for IE11 & Edge */
  [data-browser="ie11"] .column-layout.ey-v1[data-row-pc="3"] > * { width: calc(((100% - 10px) / 3) - 0.1px); }
  [data-browser="edge"] .column-layout.ey-v1[data-row-pc="3"] > * { width: calc(((100% - 10px) / 3) - 0.1px); }
  
  .image-set.ey-v2 .image_inner,
  .image-set.ey-v1 .image_inner{
    position: relative
  }
  .image-set.ey-v1 .image_inner .ey-text-title-v2{
    position: absolute;
    top: 6.35%;
    left: 10%;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.2rem;
    line-height: 1.6;
    color: #221815;
    text-align: left;
  }
  .image-set.ey-v2 .image_inner .ey-text-title-v2{
    position: absolute;
    top: 6.35%;
    left: 3.33%;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.2rem;
    line-height: 1.6;
    color: #221815;
    text-align: left;
  }
  .image-set.ey-v2 .image_inner .ey-text-title-v3{
    position: absolute;
    top: 80.5%;
    left: 5%;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.2rem;
    line-height: 1.6;
    color: #221815;
    text-align: left;
  }
  .image-set.ey-v2 .image_inner .ey-text-box{
    position: absolute;
    top: 66.7%;
    right: 8.66%;
    width: 22.5%;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.2rem;
    line-height: 1.6;
    color: #221815;
    text-align: center;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */

@media only screen and (min-width: 1081px) and (max-width: 1240px) {
}
@media only screen and (min-width: 851px) and (max-width: 1080px) {
}
@media only screen and (min-width: 768px) and (max-width: 850px) {
}

/***
@media screen and (min-width: 768px) and (max-width: 960px) {
}
@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
***/


/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ----- ec-button ----- */
  .ec-heading {
    position: relative;
    padding-right: 80px;
  }
  .heading-lv1 {
    margin-bottom: 0;
  }
  .heading-lv1 .heading_title {
    font-size: 1.9rem;
    line-height: 1.6;
  }
  .heading-ec-button {
    position: absolute;
    display: inline-block;
    width: 70px;
    right: 0;
    top: 0;
  }
  .ec-button {
    margin-top: 17px;
    text-align: center;
  }
  .ec-button_link {
    display: inline-block;
    padding: 2px 19px;
    background-color: #fff;
    border: 2px solid #418fde;
    border-radius: 5px;
    color: #418fde!important;
    font-weight: bold;
    font-size: 1.4rem;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  /* -----ey-main-layout----- */
  .ey-hero-layout {
    margin-top: .9em !important;
    margin-left: -15px;
    margin-right: -15px; 
  }
  .hero_detail {
    display: flex;
    justify-content: center;
    margin-top: 21px;
  }
  .hero_detail_logo {
    width: 50%;
    margin: 0 auto;
    text-align: center;
  }
  .hero_detail_txt {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .hero_detail_txt .hero_detail_txt_lead {
    margin-top: 1.1em;
    font-size: 1.7rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1.8px;
    line-height: 1.4;
  }
  .hero_detail_txt .hero_detail_txt_sub {
    margin-top: 1.2em;
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.7;
    letter-spacing: 1.8px;
  }
  /* ----- ey-news-box ----- */
  .ey-news-box {
    padding: 8px 0 13px;
    margin-top: 37px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
  }
  .ey-news-box_title {
    font-size: 2.3rem;
    font-weight: 500;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
  }
  .ey-news-box_detail {
    font-size: 1.5rem;
  }
  .ey-news-box_date {
    margin-top: .4em;
  }
  .ey-news-box_lead {
    margin-top: .4em;
  }
  /* ----- ey-anchor-navi ----- */
  .ey-anchor-navi-wrap {
    margin-top: 26px;
  }
  .ey-anchor-navi > li .ey-anchor-navi_link {
    position: relative;
    display: inline-block;
    padding-left: 1.5em;
    color: #333;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .ey-anchor-navi > li .ey-anchor-navi_link::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    border-right: 2px solid #ceaf87;
    border-bottom: 2px solid #ceaf87;
    top: 3px;
    left: 2px;
    transform: rotate(45deg);
  }
  .ey-anchor-navi > li + li {
    margin-top: 13px;
  }
  /* ----- .ey-heading_lv2 ----- */
  .ey-heading_lv2 {
    margin-top: 49px;
    border-bottom: 2px solid #221815;
    padding-bottom: 13px;
  }
  .ey-heading_lv2 .heading_icon {
    display: inline-block;
    height: 23px;
    padding: 1px 10px 2px;
    margin-bottom: 7px;
    color: #fff;
    background-color: #b38d60;
    font-size: 1.4rem;
    font-weight: 500;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .ey-heading_lv2 .heading_title{
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.3rem;
    font-weight: 500;
    line-height: 1.1;
    color: #221815;
  }
  .ey-heading_lv2 .heading_title .caption{
    display: inline-block;
    margin: 0 0 0 20px;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    vertical-align: bottom;
    line-height: 1.5;
    color: #221815;
  }
  .ey-heading_lv2 .heading_title .sub-text{
    display: inline-block;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.2;
    color: #221815;
  }
  .ey-heading_lv2 .heading_title .sub-text + .caption{
    margin-left: 0;
  }
  /* ----- ey-product ----- */
  .ey-product {
    margin-top: 20px;
  }
  .ey-product_item + .ey-product_item {
    margin-top: 25px;
  }
  .ey-product_figure + .ey-product_figure {
    margin-top: 25px;
  }
  .ey-product_figure .ey-product_figure_caption {
    margin-top: .6em;
    font-size: 1.6rem;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .ey-product_note_list > li {
    position: relative;
    padding-left: 1.0em;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .ey-product_note_list .ey-product_note_list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .ey-product_text {
    margin-top: .7em;
  }
  /* ----- ey-product_heading ----- */
  .ey-product_heading {
    padding-bottom: .7em;
    margin-top: 1.9em;
    margin-bottom: .8em;
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid #969696;
  }
  .ey-product_heading + * {
    margin-top: 0 !important;
  }
  .ey-product_heading .ec-button_link {
    margin-left: 20px;
  }
  .ey-product_title {
    font-size: 1.6rem;
    font-weight: 500;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .ey-product_title .text--strong {
    font-size: 2rem;
  }
  .ey-product_list-wrap {
    margin-top: 1.85em;
  }
  .ey-product_description_list {
    display: flex;
  }
  .ey-product_description_list + .ey-product_description_list {
    margin-top: .7em;
  }
  .ey-product_description_list > dt {
    position: relative;
    flex-shrink: 0;
  }
  .ey-product_description_list > dt::after {
    position: absolute;
    content: "：";
    top: -1px;
    right: -18px;
  }
  .ey-product_description_list > dd {
   padding-left: 1.6em; 
  }
  .ey-product_image_wrap {
    display: flex;
    flex-flow: row wrap;
    margin: 1.1em 0 0;
  }
  .ey-product_image {
    margin-top: 15px;
    text-align: center;
  }
  .ey-product_image_wrap > .ey-product_image {
    width: calc((100% - (15px * 1)) / 2);
    margin-top: 0;
    margin-left: 15px;
  }
  .ey-product_image_wrap > .ey-product_image:nth-child(2n+1) {
    margin-left: 0;
  }
  .ey-product_image_wrap > .ey-product_image:nth-child(n+3) {
    margin-top: 15px;
  }
  .ey-product_image > .ey-product_image_figure {
    text-align: center;
  }
  .ey-product_image > .ey-product_image_figure > .ey-product_image_figure_caption {
    margin-top: .65em;
  }
  .ey-product_sticky > .ey-product_sticky_head + .ey-product_sticky_body {
    margin-top: 2.1em;
  }
  .ey-product_sticky .ey-product_sticky_title {
    margin: 0 0 .75em;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .ey-product_sticky .ey-product_sticky_image {
    display: none;
  }
  .ey-product_sticky .ey-product_sticky_item + .ey-product_sticky_item {
    margin-top: 1.8em;
  }
  .ey-product_sticky .ey-product_sticky_item > .ey-product_sticky_item_title {
    margin: 0 0 .86em;
  }
  .ey-product_sticky .ey-product_sticky_item > .ey-product_sticky_item_title > img {
    height: 24px;
  }
  .ey-product_sticky .ey-product_sticky_item > .ey-product_sticky_item_figure {
    text-align: center;
  }
  .ey-product_sticky .ey-product_sticky_item > .ey-product_sticky_item_figure > .ey-product_sticky_item_figure_caption {
    margin: .5em 0 0;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.4;
  }
  .ey-product_sticky .ey-product_sticky_caption {
    margin: 1.8em auto 0;
    width: 85%;
  }
  .ey-product_sticky .ey-product_sticky_column > .ey-product_sticky_column_item + .ey-product_sticky_column_item {
    margin-top: 1.8em;
  }
  .ey-product_option_wrap {
    margin-top: 2.3em;
  }
  .ey-product_option_wrap > .ey-product_option + .ey-product_option {
    margin-top: 2.5em;
  }
  .ey-product_option > .ey-product_option_title {
    margin: 0 0 .75em;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
  }
  .ey-product_option > .ey-product_option_figure {
    text-align: center;
  }
  .ey-product_option > .ey-product_option_figure > .ey-product_option_figure_caption {
    margin: .5em 0 0;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    line-height: 1.6;
  }
  /*.column-layout*/
  .column-layout > .column_item{
    margin-top: 4px;
  }
  .image-set.ey-v2 .image_inner,
  .image-set.ey-v1 .image_inner{
    position: relative
  }
  .image-set.ey-v1 .image_inner.img--left{
    text-align: left;
  }
  .image-set.ey-v1 .image_inner.img--right{
    text-align: right;
  }
  .image-set.ey-v1 .image_inner img{
    width: calc((100% - 15px)/2);
  }
  .image-set.ey-v1 .image_inner .ey-text-title-v2{
    position: absolute;
    top: 50%;
    left: calc((100% - 15px)/2 + 15px);
    width: calc((100% - 15px)/2);
    transform: translateY(-50%);
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    line-height: 1.4;
    color: #221815;
    text-align: left;
  }
  .image-set.ey-v1 .image_inner.img--right .ey-text-title-v2{
    left: 0;
  }
  .image-set.ey-v2 .image_inner .ey-text-title-v2,
  .image-set.ey-v2 .image_inner .ey-text-title-v3{
    margin-top: 10px;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    line-height: 1.4;
    color: #221815;
    text-align: left;
  }
  .image-set.ey-v2 .image_inner .ey-text-box{
    position: absolute;
    top: 59%;
    right: 3.62%;
    width: 35.6%;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
    line-height: 1.2;
    color: #221815;
    text-align: center;
  }
  
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * SP Media Queries
====================================================== */
@media only screen and (min-width: 361px) and (max-width: 400px) {
}
@media only screen and (min-width: 341px) and (max-width: 360px) {
}
@media only screen and (max-width: 340px) {
}
/***
@media only screen and (min-width: 320px) and (max-width: 767px) {
}
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 320px) {
}
***/



/* ======================================================
 * Print
====================================================== */
@media print {
}