@charset "utf-8";

/* ======================================================
 * psc.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
  ------------------------------------------------------ */
  /* -----homeusefile-contents----- */
  .contents > .contents-wrap > .homeusefile-contents {
    font-family: "Zen Kaku Gothic New", sans-serif!important;
  }
  .contents > .contents-wrap > .homeusefile-contents [class^="heading-lv"] .heading_title,
  .contents > .contents-wrap > .homeusefile-contents .text-lead {
    font-family: "Zen Kaku Gothic New", sans-serif!important;
  }
  /* ----- homeusefile-hero-layout ----- */
.homeusefile-hero-layout  {
  position: relative;
  }

.homeusefile-hero-layout > .hero_visual .slick-dots {
  margin-top: 5px;
  width: 100%;
  text-align: center;
}
.homeusefile-hero-layout > .hero_visual .slick-dots > li {
  width: 10px;
  height: 10px;
  display: inline-block;
}
.homeusefile-hero-layout > .hero_visual .slick-dots > li + li {
  margin-left: 18px;
}
.homeusefile-hero-layout > .hero_visual .slick-dots > li > button {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
  background-color: #ddd;
  border: none;
  border-radius: 50%;
  text-indent: -9999em;
  font-size: 0;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
  outline: none;
}
.homeusefile-hero-layout > .hero_visual .slick-dots > li > button:hover {
  cursor: pointer;
}
.homeusefile-hero-layout > .hero_visual .slick-dots > li.slick-active > button {
  background-color: #333;
}
.hero_visual_label {
  position: absolute;
  bottom: 24%;
  right: 0;
}
a.hero_visual_label_link__type {
  pointer-events: none;
  position: relative;
  overflow: hidden;
  display: block;
}
a.hero_visual_label_link__type::after {
  position: absolute;
  pointer-events: auto;
  content: "";
  bottom: 0;
  left: 0;
  width: 363px;
  height: 363px;
  border-radius: 50%;
}
a:hover.hero_visual_label_link__type::before {
  position: absolute;
  background: hsla(0,0%,100%,.3);
  content: "";
  bottom: 0;
  left: 0;
  width: 363px;
  height: 363px;
  border-radius: 50%;
  z-index: 2;
}
  a:hover.homeusefile-navi-link {
    opacity: 0.7;
  }
  /* -----homeusefile-index-heading2----- */
  .homeusefile-index-heading2 {
    margin-top: 59px;
  }
  .homeusefile-index-heading2__inner {
    background-color: #684b21;
    padding: 6px 35px 10px 35px;
    border: 2px solid #684b21;
    border-radius: 31px;
  }
  .homeusefile-index-heading2__title {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
  }
  .homeusefile-index-heading2-v2 {
    margin-top: 60px;
  }
  .homeusefile-index-heading2-v2__inner {
    background-color: #fff;
    padding: 6px 35px 10px 35px;
    border: 2px solid #684b21;
    border-radius: 31px;
  }
  .homeusefile-index-heading2-v2__title {
    color: #684b21;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
  }
  .homeusefile-index-media {
    margin-top: 30px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction:row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .homeusefile-index-lead {
    color: #684b21;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
  }
  .homeusefile-index-button-wrap {
    margin-top: 23px;
    display: flex;
  }
  .homeusefile-index-button {
    width: 100%;
  }
  .homeusefile-index-button + .homeusefile-index-button {
    margin-left: 30px;
  }
  a.homeusefile-index-button_type--blank {
    border: 2px solid #684b21;
    border-radius: 31px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 20px 13px 20px;
    text-align: center;
    color: #684b21;
    height: 100%;
  }
  .homeusefile-index-button_label {
    color: #684b21;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding-right: 22px;
  }
  .homeusefile-index-button_label::after {
    background-image: url(/sp/homeusefile/img/index_ic02.png);
    content: "";
    top: 50%;
    margin-top: -7px;
    right: 0;
    width: 14px;
    height: 14px;
    position: absolute;
  }
  a:hover.homeusefile-index-button_type--blank {
    background-color: #684b21;
  }
  a:hover.homeusefile-index-button_type--blank > .homeusefile-index-button_label {
    color: #fff;
  }
  a:hover.homeusefile-index-button_type--blank > .homeusefile-index-button_label::after {
    background-image: url(/sp/homeusefile/img/index_ic03.png);
  }
  .homeusefile-index-lead-center {
    margin-top: 1em;
    text-align: center;
    font-size: 2.2rem;
  }
  .homeusefile-index-image-set {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 2em;
  }
  [class*="column-media"] > .column_image > .homeusefile-index-image-set + .homeusefile-index-image-set {
    margin-top: 1em;
  }
  .homeusefile-index-image-set .homeusefile-index-image_inner {
    text-align: center;
  }
  [class*="column-layout"] > .column_item > .homeusefile-index-image-set .homeusefile-index-image_inner,
  [class*="column-media"][data-media-size] > .column_image > .homeusefile-index-image-set .homeusefile-index-image_inner {
    -webkit-flex: 1;
    flex: 1;
  }
  .homeusefile-index-image-set .homeusefile-index-image_inner > *:first-child,
  .homeusefile-index-image-set .homeusefile-index-image_inner > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  .homeusefile-index-image-set .homeusefile-index-image_caption {
    margin-top: .5em;
    font-size: 1.9rem;
    text-align: left;
  }
  .homeusefile-index-list-note {
    margin-top: 1.4em!important;
  }
  .homeusefile-index-list-note > li {
    position: relative;
    padding-left: 1.44em;
    font-size: 1.4rem;
    color: #555;
  }
  .homeusefile-index-list-note > li > .homeusefile-index-list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .homeusefile-index-lead-center-v2 {
    margin-top: 1.2em!important;
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.5;
    color: #684b21;
    font-weight: bold;
  }
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .hero_visual_label {
    position: absolute;
    bottom: 24%;
    right: 0;
    width: calc(228 * 100vw / 1280);
  }
  .hero_visual_label_link_list__label {
    font-size: calc(24 * 100vw / 1280);
  }
  a.hero_visual_label_link__type::after {
    bottom: 0;
    left: 0;
    width: calc(363 * 100vw / 1280);
    height: calc(363 * 100vw / 1280);
  }
  a:hover.hero_visual_label_link__type::before {
    bottom: 0;
    left: 0;
    width: calc(363 * 100vw / 1280);
    height: calc(363 * 100vw / 1280);
  }
}

/***
@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) {
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* -----homeusefile-contents----- */
  .contents > .contents-wrap > .homeusefile-contents {
    font-family: "Zen Kaku Gothic New", sans-serif!important;
  }
  .contents > .contents-wrap > .homeusefile-contents [class^="heading-lv"] .heading_title,
  .contents > .contents-wrap > .homeusefile-contents .text-lead {
    font-family: "Zen Kaku Gothic New", sans-serif!important;
  }
  .homeusefile-navi-column-layout {
    padding: 0 -30px!important;
  }
  .homeusefile-hero-layout {
    margin: 0 -15px;
  }
  .homeusefile-hero-layout {
    position: relative;
  }
  .homeusefile-hero-layout > .hero_visual > .slick-list {
    width: 100%;
    overflow: hidden;
  }
  .homeusefile-hero-layout > .hero_visual .hero_visual_item > img {
    width: 100%;
  }
  .homeusefile-hero-layout > .hero_visual .slick-dots {
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  .homeusefile-hero-layout > .hero_visual .slick-dots > li {
    width: 10px;
    height: 10px;
    display: inline-block;
  }
  .homeusefile-hero-layout > .hero_visual .slick-dots > li + li {
    margin-left: 18px;
  }
  .homeusefile-hero-layout > .hero_visual .slick-dots > li > button {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0;
    background-color: #ddd;
    border: none;
    border-radius: 50%;
    text-indent: -9999em;
    font-size: 0;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    outline: none;
  }
  .homeusefile-hero-layout > .hero_visual .slick-dots > li.slick-active > button {
    background-color: #333;
  }
  .hero_visual_label {
    width: calc(71 * 100vw / 375);
    position: absolute;
    bottom: 28%;
    right: 0;
  }
  a.hero_visual_label_link__type {
    pointer-events: none;
    position: relative;
    overflow: hidden;
    display: block;
  }
  a.hero_visual_label_link__type::after {
    position: absolute;
    pointer-events: auto;
    content: "";
    bottom: 0;
    left: 0;
    width: calc(71 * 100vw / 375);
    height: calc(114 * 100vw / 375);
    border-radius: 50%;
  }
  /* -----homeusefile-index-heading2----- */
  .homeusefile-index-heading2 {
    margin-top: 45px;
  }
  .homeusefile-index-heading2__inner {
    background-color: #684b21;
    padding: 8px 13px 10px 13px;
    border: 2px solid #684b21;
    border-radius: 15px;
  }
  .homeusefile-index-heading2__title {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
  }
  .homeusefile-index-heading2-v2 {
    margin-top: 45px;
  }
  .homeusefile-index-heading2-v2__inner {
    background-color: #fff;
    padding: 6px 13px 8px 13px;
    border: 2px solid #684b21;
    border-radius: 15px;
  }
  .homeusefile-index-heading2-v2__title {
    color: #684b21;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
  }
  .homeusefile-index-media {
    margin-top: 15px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction:row-reverse;
    align-items: center;
  }
  .homeusefile-index-media__head {
    width: calc(((100% - (15px * (2 - 1))) / 2) - .1px);
    margin-left: 15px;
    flex-shrink: 0;
  }
  .homeusefile-index-media__body {
    width: 100%;
  }
  .homeusefile-index-lead {
    color: #684b21;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
  }
  .homeusefile-index-button-wrap {
    margin-top: 19px;
  }
  .homeusefile-index-button {
    width: 100%;
  }
  .homeusefile-index-button + .homeusefile-index-button {
    margin-top: 20px;
  }
  a.homeusefile-index-button_type--blank {
    border: 2px solid #684b21;
    border-radius: 31px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 20px 10px 20px;
    text-align: center;
    color: #684b21;
  }
  .homeusefile-index-button_label {
    color: #684b21;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-right: 22px;
  }
  .homeusefile-index-button_label::after {
    background-image: url(/sp/homeusefile/img/index_ic02.png);
    content: "";
    top: 50%;
    margin-top: -6px;
    right: 5px;
    width: 14px;
    height: 14px;
    position: absolute;
  }
  .homeusefile-index-lead-center {
    margin-top: 1em;
    text-align: center;
    font-size: 1.8rem;
  }
  .homeusefile-index-image-set {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 1.5em;
  }
  [class*="column-media"] > .column_image > .homeusefile-index-image-set + .homeusefile-index-image-set {
    margin-top: 1em;
  }
  .homeusefile-index-image-set .homeusefile-index-image_inner {
    text-align: center;
  }
  .homeusefile-index-image-set .homeusefile-index-image_inner > *:first-child,
  .homeusefile-index-image-set .homeusefile-index-image_inner > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  .homeusefile-index-image-set.is-multi .homeusefile-index-image_inner {
    display: inline-block;
    text-align: center;
  }
  .homeusefile-index-image-set .homeusefile-index-image_caption {
    margin-top: .5em;
    font-size: 1.6rem;
    text-align: left;
  }
  .homeusefile-index-list-note {
    margin-top: 1.5em!important;
  }
  .homeusefile-index-list-note > li {
    position: relative;
    padding-left: 1.2em;
    color: #555;
    font-size: 1.1rem;
  }
  .homeusefile-index-list-note > li > .homeusefile-index-list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .homeusefile-index-lead-center-v2 {
    margin-top: 1.2em!important;
    font-size: 1.7rem;
    line-height: 1.5;
    color: #684b21;
    font-weight: bold;
  }
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}


/* ======================================================
 * SP Media Queries
====================================================== */
@media only screen and (min-width: 320px) and (max-width: 767px) {

}
/***
@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 (min-width: 480px) and (max-width: 767px) {
}

@media only screen and (max-width: 400px) {

}

/***
@media only screen and (max-width: 320px) {
}



/* ======================================================
 * Print
====================================================== */
@media print {
}