@charset "utf-8";

/* ======================================================
 * special_pc.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * - Page Component
 * - Clearfix
 * Media Queries
 * Print
====================================================== */

@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- font ----- */
  .special-compacknote-box-layout,
  .special-compacknote-column-layout,
  .special-compacknote-box-layout-v2,
  .special-compacknote-box-layout-v3 {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
  .special-point-title .point_bg,
  .special-point-title .point_label,
  .special-compack-box-layout > .box_title,
  .special-compack-box-layout .box_features .box_features_caption,
  .special-rucle-box-layout .box_lead,
  .special-rucle-box-layout .box_lead_2,
  .special-rucle-text-lead,
  .special-compacknote-heading-lv3 .heading_title,
  .special-compacknote-column-layout .column_item_title .column_item_number,
  .special-compacknote-column-layout-v2 .column_title {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .special-compare-layout .compare_before,
  .special-compare-layout .compare_after,
  .special-point-title .point_number {
    font-family: Lato;
  }
  [data-webfont="sawarabigothic"],
  [data-webfont="sawarabigothic"] [class^="heading-lv"]:not(.heading-lv1):not(.heading-lv1-v2) .heading_title,
  [data-webfont="sawarabigothic"] .special-point-title .point_label {
    font-family: "Sawarabi Gothic";
  }
  .special-gallery-layout > .gallery_thumb > .gallery_thumb_item > a.is-active::after {
    opacity: 0;
  }
  .special-gallery-layout > .gallery_thumb > .gallery_thumb_item > a:not(.is-active) img {
    opacity: .3;
  }
  .special-gallery-layout > .gallery_thumb > .gallery_thumb_item > a:not(.is-active):hover img {
    opacity: 1;
  }
  .special-gallery-layout > .gallery_thumb > .gallery_thumb_item > a img {
    -webkit-transition: opacity .2s ease-out 0s;
    transition: opacity .2s ease-out 0s;
  }
  
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- special-text-caption ----- */
  .special-text-caption {
    margin-top: .25em;
    color: #595757;
    font-size: 1.4rem;
  }
  
  /* ----- special-box-layout ----- */
  .special-box-layout {
    margin-top: 2.5em;
  }
  .special-box-layout > .box_title {
    margin-bottom: 1.25em;
  }
  .special-box-layout > .box_detail .special-compare-layout {
    margin-top: 2.0em;
  }
  .special-box-layout > .box_detail:first-child,
  .special-box-layout > .box_detail > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  
  /* ----- special-compare-layout ----- */
  .special-compare-layout {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 2.5em;
  }
  .special-compare-layout .compare_item {
    position: relative;
    width: 50%;
    padding-right: 1px;
  }
  .special-compare-layout .compare_before,
  .special-compare-layout .compare_after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 28%;
    height: 56px;
    color: #fff;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 56px;
    text-align: center;
  }
  .special-compare-layout .compare_before {
    background-color: #777;
  }
  .special-compare-layout .compare_after.color1 {
    background-color: #418fde;
  }
  .special-compare-layout .compare_after.color2 {
    background-color: #f3a251;
  }
  
  /* ----- special-point-layout ----- */
  .special-point-layout {
    margin-top: 2.5em;
  }
  .special-point-layout + .special-point-layout {
    margin-top: 1.25em;
  }
  .special-point-layout > .point_item {
    margin-top: 1.25em;
    padding: 20px 25px 35px;
    background-color: #f1f1f1;
  }
  .special-point-layout[data-row-pc]:not([data-row-pc="1"]) > .point_item {
    margin-left: 20px;
  }
  .special-point-layout[data-row-pc="2"] > .point_item {
    width: calc((100% - 20px) / 2);
  }
  .special-point-layout[data-row-pc="3"] > .point_item {
    width: calc((100% - 40px) / 3);
  }
  .special-point-layout > .point_item:first-child {
    margin-top: 0 !important;
  }
  .special-point-layout > .point_item > *:first-child,
  .special-point-layout > .point_item > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  
  /* ----- special-point-title ----- */
  .special-point-title {
    display: table;
  }
  .special-point-title.type-img {
    width: 100%;
  }
  [data-browser="ie11"] .special-point-title.type-img {
    table-layout: fixed;
  }
  .special-point-title .point_icon {
    display: table-cell;
    width: 6em;
    font-size: 1.4rem;
    vertical-align: middle;
  }
  .special-point-title.type-img .point_icon {
    width: 70px;
    padding-top: 3px;
    vertical-align: top;
  }
  .special-point-title .point_bg {
    display: block;
    width: 5.2em;
    height: 5.2em;
    padding-top: 1.1em;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    text-align: center;
  }
  .special-point-title .point_bg.color1 {
    background-color: #418fde;
  }
  .special-point-title .point_bg.color2 {
    background-color: #f3a251;
  }
  .special-point-title .point_bg.color3 {
    background-color: #e20070;
  }
  .special-point-title .point_number {
    display: block;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1;
  }
  .special-point-title .point_text {
    display: table-cell;
    width: calc(100% - 6em);
    padding-left: 15px;
    vertical-align: middle;
  }
  .special-point-title .point_label {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .special-point-title .point_label.is-medium {
    font-size: 2.4rem;
  }
  
  /* ----- special-color-icon ----- */
  .special-color-icon {
    margin: 0 -10px -.5em 0;
    letter-spacing: -.4em;
    line-height: 1;
    overflow: hidden;
  }
  .special-color-icon > li {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    letter-spacing: normal;
    vertical-align: top;
    line-height: 1;
    overflow: hidden;
  }
  .special-color-icon > .color_border {
    border: 1px solid #ddd;
  }
  .special-color-icon > li {
    margin: 0 10px .5em 0;
  }
  .special-color-icon > li img {
    width: 100%;
  }
  
  /* ----- special-gallery-layout ----- */
  .special-gallery-layout {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 860px;
    margin: 3em auto 0;
  }
  .special-gallery-layout > .gallery_visual {
    width: 85%;
  }
  .special-gallery-layout > .gallery_thumb {
    width: 14%;
  }
  .special-gallery-layout > .gallery_thumb > .gallery_thumb_item {
    margin-top: 1.25em;
  }
  .special-gallery-layout > .gallery_thumb > .gallery_thumb_item:first-child {
    margin-top: 0 !important;
  }
  .special-gallery-layout > .gallery_thumb > .gallery_thumb_item > a {
    background-color: #fff;
  }
  
  /* ----- special-compack-box-layout ----- */
  .special-compack-box-layout {
    padding: 30px 40px 25px;
    background-color: #ffedfd;
  }
  .special-compack-box-layout + .image-set {
    margin-top: 0;
  }
  .special-compack-box-layout > .box_title {
    color: #5e3498;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
  }
  .special-compack-box-layout > .box_title .is-smaller {
    color: #333;
    font-size: 1.6rem;
    font-weight: normal;
  }
  .special-compack-box-layout > .box_title + .box_detail {
    margin-top: 1.5em;
  }
  .special-compack-box-layout > .box_detail > *:first-child,
  .special-compack-box-layout > .box_detail > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  .special-compack-box-layout .box_features {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 1em;
  }
  .special-compack-box-layout .box_features > li {
    width: calc((100% - 30px) / 2);
    margin-left: 30px;
  }
  .special-compack-box-layout .box_features > li:nth-child(2n+1) {
    margin-left: 0;
  }
  .special-compack-box-layout .box_features > li:nth-child(n+3) {
    margin-top: 1em;
  }
  .special-compack-box-layout .box_features .box_features_image {
    text-align: center;
  }
  .special-compack-box-layout .box_features .box_features_caption {
    margin-top: .25em;
    color: #5e3498;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
  }
  
  
  /* ----- special-compack-column-layout ----- */
  .special-compack-column-layout {
    margin-top: 40px;
  }
  .special-compack-column-layout[data-row-pc] > .compack_column_item {
    margin-left: 0;
  }
  .special-compack-column-layout[data-row-pc="2"] > .compack_column_item {
    width: 50%;
  }
  .special-compack-column-layout > .column-layout > .column_item > .special-compack-box-layout,
  .special-compack-column-layout > .compack_column_item > .special-compack-box-layout {
    height: 100%;
  }
  .special-compack-column-layout > .compack_column_item > .special-compack-box-layout {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .special-compack-column-layout > .compack_column_item > .special-compack-box-layout > .box_title > .is-large {
    color: #171c61;
    font-size: 3.0rem;
  }
  .special-compack-column-layout > .compack_column_item > .special-compack-box-layout > .box_title > .is-medium {
    color: #171c61;
    font-size: 2.4rem;
  }
  
  /* ----- special-compacknote-heading-lv3 ----- */
  .special-compacknote-heading-lv3 {
    margin: 3.8em 0 1.5em;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
  }
  .special-compacknote-heading-lv3 .heading_title {
    color: #228cab;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .heading-lv2 + section > .special-compacknote-heading-lv3 {
    margin-top: 2.2em;
  }
  /* ----- special-compacknote-box-layout ----- */
  .special-compacknote-box-layout {
    width: 100vw;
    margin: 80px 0 0 calc(-50vw + 1200px / 2);
    padding: 40px;
    background: #e1eefb;
  }
  .special-compacknote-box-layout > .box_inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .special-compacknote-box-layout > .box_inner .box_lead {
    margin-bottom: 10px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.75;
    text-align: center;
  }
  .special-compacknote-box-layout > .box_inner .box_lead > strong {
    color: #0093b6;
  }
  /* v2 */
  .special-compacknote-box-layout-v2 {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin-top: 1.5em;
    padding: 40px 30px;
    background: #e1eefb;
  }
  .special-compacknote-box-layout-v2 .box_image {
    width: 68.1%;
    margin-right: 43px;
  }
  .special-compacknote-box-layout-v2 .box_detail {
    width: calc(40% - 43px);
    margin-top: 10px;
  }
  .special-compacknote-box-layout-v2 .box_detail_list {
    padding-left: 2.75em;
  }
  .special-compacknote-box-layout-v2 .box_detail_list > dt {
    position: relative;
    margin-top: 1.5em;
    font-weight: bold;
  }
  .special-compacknote-box-layout-v2 .box_detail_list > dt:first-child {
    margin-top: 0;
  }
  .special-compacknote-box-layout-v2 .box_detail_list > dt .box_detail_list_number {
    position: absolute;
    display: block;
    top: 0;
    left: -2.75em;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #b3755a;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  [data-browser="ie11"] .special-compacknote-box-layout-v2 .box_detail_list > dt .box_detail_list_number {
    padding-top: 2px;
  }
  /* v3 */
  .special-compacknote-box-layout-v3 {
    position: relative;
  }
  .special-compacknote-box-layout-v3 .box_lead {
    position: absolute;
    top: 30px;
    left: 30px;
    line-height: 1.75;
  }

  /* ----- special-compacknote-column-layout ----- */
  .special-compacknote-column-layout {
    margin-top: 1.75em;
  }
  .special-compacknote-column-layout[data-row-pc="3"] > * {
    width: calc((100% - 72px) / 3);
    margin-left: 36px;
  }
  .special-compacknote-column-layout .column_item_title {
    position: relative;
    padding: 7px 0 0 5.4em;
    color: #228cab;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .special-compacknote-column-layout .column_item_title .column_item_number {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    padding: 4px 9px;
    background: #228cab;
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
  }
  .special-compacknote-column-layout .column_item_image {
    margin-top: 20px;
  }
  .special-compacknote-column-layout .column_item_text {
    margin-top: 1em;
    text-align: center;
  }
  .special-compacknote-column-layout .column_item_text > .note {
    font-size: 1.2rem;
  }
  /* v2 */
  .special-compacknote-column-layout-v2 {
    display: -webkit-flex;
    display: flex;
    margin-top: 70px;
  }
  .special-compacknote-column-layout-v2 .column_title {
    margin-bottom: 15px;
    font-size: 2.4rem;
    font-weight: 500;
  }
  .special-compacknote-column-layout-v2 .column_item_left {
    width: 663px;
    margin-right: 105px;
  }
  .special-compacknote-column-layout-v2 .column_item_right {
    width: 328px;
  }
  .special-compacknote-column-layout-v2 + .table-layout {
    margin-top: 1.6em;
  }
  /* v3 */
  .special-compacknote-column-layout-v3 .column_item_image > figcaption {
    margin-top: 1em;
    font-size: 1.4rem;
    text-align: center;
  }
  /* ----- special-color-column ----- */
  .special-color-icon .color_separate {
    padding: 5px 0 0 10px;
    border-radius: 0;
    letter-spacing: normal;
    vertical-align: baseline;
  }
  /* ----- accordion-layout.type-special ----- */
  .accordion-layout.type-special .accordion_trigger {
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.25;
  }
  .accordion-layout .accordion_trigger .accordion_label {
    padding: 15px 50px 13px 30px;
  }
  .accordion-layout.type-special .accordion_trigger.is-active {
    background-color: #f1f1f1;
    border-bottom: none;
  }
  .accordion-layout.type-special .accordion_detail {
    padding: 25px 30px;
  }
  .accordion-layout.type-special .accordion_detail .column-media[data-media-size="1/3"] > .column_image[data-image="right"] {
    margin-left: 30px;
  }
  .accordion-layout.type-special .accordion_detail .column-media[data-media-size="1/3"] > .column_image[data-image="right"] > .image-set {
    align-items: center;
    height: 100%;
  }
  
  /* ----- special-rucle-heading-lv2 ----- */
  .special-rucle-heading-lv2 {
    position: relative;
    margin: 5em 0 1.5em;
    text-align: center;
  }
  .special-rucle-heading-lv2::after {
    position: absolute;
    top: 60%;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 5px;
    background-image: url(/sp/rucle/img/rucle_ex01.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    content: "";
  }
  .special-rucle-heading-lv2 .heading_title {
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 0 8px;
    background-color: #fff;
  }
  
  /* ----- special-rucle-text-lead ----- */
  .special-rucle-text-lead {
    margin: 1em 0 .75em;
    font-size: 4.2rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
  }
  
  /* ----- special-rucle-list-description ----- */
  .special-rucle-list-description {
    margin-top: 2em;
  }
  .special-rucle-list-description > dt {
    margin: 1.5em 0 1em;
  }
  .special-rucle-list-description > dt img {
    margin-top: -20px;
  }
  .special-rucle-list-description > dt:first-child,
  .special-rucle-list-description > dd > *:first-child {
    margin-top: 0 !important;
  }
  
  /* ----- special-rucle-box-layout ----- */
  .special-rucle-box-layout {
    max-width: 960px;
    margin: 3.75em auto 0;
    padding: 30px;
    border: 4px solid #b5b4b4;
    background-color: #fff;
  }
  .special-rucle-box-layout > .box_detail:first-child,
  .special-rucle-box-layout > .box_detail > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  .special-rucle-box-layout .box_lead {
    color: #595757;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -.05em;
    text-align: center;
  }
  .special-rucle-box-layout .box_lead_2 {
    color: #3e3a39;
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -.05em;
    text-align: center;
  }
  .special-rucle-box-layout .box_lead_2 > strong {
    color: #8ec43e;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .special-compare-layout::after {
    display: block;
    clear: both;
    content: "";
  }
}


/* ======================================================
 * Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .special-compacknote-box-layout {
    width: calc(100% + 80px);
    margin-left: -40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .special-rucle-list-description > dt img {
    margin-top: -17px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .special-rucle-list-description > dt img {
    margin-top: -15px;
  }
}


/* ======================================================
 * Print
====================================================== */
@media print {
}