@charset "UTF-8";
/* ==========================================================
 html5 elements
========================================================== */
article , aside , figure , figcaption , footer , header , nav , section {
  display: block;
}

/* ==========================================================
 reseting
========================================================== */
body , div , pre , p , blockquote , dl , dt , dd , ul , ol , li , h1 , h2 , h3 , h4 , h5 , h6 , form , fieldset , th , td , button , figure , figcaption {
  margin: 0;
  padding: 0;
}
input , textarea {
  margin: 0;
  font-size: 100%;
}
input , textarea , select {
  /*-webkit-appearance: none;*/
}
textarea {
  resize: none;
}
button {
  overflow: visible;
  cursor: pointer;
  vertical-align: top;
  font-size: 100%;
  color: inherit;
  border: none;
  background: none;
  -webkit-appearance: none;
}
label {
  cursor: pointer;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 100%;
}
fieldset , img {
  border: 0;
}
img {
  height: auto;
  vertical-align: top;
}
address , caption , code , em , th {
  font-weight: normal;
  font-style: normal;
}
ol , ul {
  list-style: none;
}
caption , th {
  text-align: left;
}
h1 , h2 , h3 , h4 , h5 , h6 , strong , em , b {
  font-size: 100%;
  font-weight: normal;
}
a , input {
  /* outline: none; -webkit-tap-highlight-color:rgba(0,0,0,0);*/
}
sup , sub {
  font-size: 63%;
}
sup {
  vertical-align: top;
}
sub {
  vertical-align: baseline;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ==========================================================
 font
========================================================== */
/*Noto SansJapanese Regular*/
@font-face {
  font-family: "Noto SansJapanese";
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format('opentype');
}
/*Noto SansJapanese Light*/
@font-face {
  font-family: "Noto SansJapanese Light";
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format('opentype');
}
/*Noto SansJapanese Medium*/
@font-face {
  font-family: "Noto SansJapanese Medium";
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format('opentype');
}
/*Noto Serif Regular*/
@font-face {
  font-family: "Noto Serif";
  src: url("/general/font/NotoSerifCJKjp-Regular.otf") format("opentype"), url("/general/font/NotoSerifCJKjp-Regular.woff") format("woff");
}

/* ==========================================================
base style
========================================================== */
html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */
}
body {
  font-family: "Noto SansJapanese Light", "Lucida Grande", "Lucida Sans Unicode","Noto SansJapanese",“游ゴシック”, YuGothic, "ヒラギノ角ゴシック ProN", Hiragino Kaku Gothic ProN , sans-serif;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #000000;
  background-color: #fff;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.js-body-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
a {
  text-decoration: none;
  color: #000000;
  outline: none;
}
a:hover {
  text-decoration: underline;
}
button {
  font-family: "Noto SansJapanese", sans-serif;
}

@media screen and (max-width: 736px) {
  a:active , a:focus {
    color: #434a75;
  }
}

.js-disabled a {
  cursor: default;
  pointer-events: none;
}
hr {
  margin: 40px 0;
  border: 1px #eee solid;
  border-width: 0 0 1px;
}
select::-ms-expand {
  display: none;
}

/* ==========================================================
 rwd switch
========================================================== */
/* pc sp
---------------------------------------------------------- */
.only-sp {
  display: none !important;
}

.only-1200 {
  display: none !important;
}

@media screen and (max-width: 1200px) {
  .only-1200 {
    display: block !important;
  }
}

@media screen and (max-width: 736px) {
  .only-pc {
    display: none !important;
  }
  .only-sp {
    display: block !important;
  }
}

/* ==========================================================
 styling
========================================================== */
.s-m-10 {
  margin: 10px !important;
}
.s-m-20 {
  margin: 20px !important;
}
.s-m-30 {
  margin: 30px !important;
}
.s-m-40 {
  margin: 40px !important;
}
.s-m-50 {
  margin: 50px !important;
}
.s-m-60 {
  margin: 60px !important;
}
.s-m-70 {
  margin: 70px !important;
}
.s-m-80 {
  margin: 80px !important;
}
.s-m-90 {
  margin: 90px !important;
}
.s-m-100 {
  margin: 100px !important;
}
.s-m-110 {
  margin: 110px !important;
}
.s-m-120 {
  margin: 120px !important;
}
.s-m-130 {
  margin: 130px !important;
}
.s-m-140 {
  margin: 140px !important;
}
.s-m-150 {
  margin: 150px !important;
}
.s-m-160 {
  margin: 160px !important;
}
.s-m-170 {
  margin: 170px !important;
}
.s-m-180 {
  margin: 180px !important;
}
.s-m-190 {
  margin: 190px !important;
}
.s-m-200 {
  margin: 200px !important;
}

.s-mt-10 {
  margin-top: 10px !important;
}
.s-mt-20 {
  margin-top: 20px !important;
}
.s-mt-30 {
  margin-top: 30px !important;
}
.s-mt-40 {
  margin-top: 40px !important;
}
.s-mt-50 {
  margin-top: 50px !important;
}
.s-mt-60 {
  margin-top: 60px !important;
}
.s-mt-70 {
  margin-top: 70px !important;
}
.s-mt-80 {
  margin-top: 80px !important;
}
.s-mt-90 {
  margin-top: 90px !important;
}
.s-mt-100 {
  margin-top: 100px !important;
}
.s-mt-110 {
  margin-top: 110px !important;
}
.s-mt-120 {
  margin-top: 120px !important;
}
.s-mt-130 {
  margin-top: 130px !important;
}
.s-mt-140 {
  margin-top: 140px !important;
}
.s-mt-150 {
  margin-top: 150px !important;
}
.s-mt-160 {
  margin-top: 160px !important;
}
.s-mt-170 {
  margin-top: 170px !important;
}
.s-mt-180 {
  margin-top: 180px !important;
}
.s-mt-190 {
  margin-top: 190px !important;
}
.s-mt-200 {
  margin-top: 200px !important;
}

.s-mb-10 {
  margin-bottom: 10px !important;
}
.s-mb-20 {
  margin-bottom: 20px !important;
}
.s-mb-30 {
  margin-bottom: 30px !important;
}
.s-mb-40 {
  margin-bottom: 40px !important;
}
.s-mb-50 {
  margin-bottom: 50px !important;
}
.s-mb-60 {
  margin-bottom: 60px !important;
}
.s-mb-70 {
  margin-bottom: 70px !important;
}
.s-mb-80 {
  margin-bottom: 80px !important;
}
.s-mb-90 {
  margin-bottom: 90px !important;
}
.s-mb-100 {
  margin-bottom: 100px !important;
}
.s-mb-110 {
  margin-bottom: 110px !important;
}
.s-mb-120 {
  margin-bottom: 120px !important;
}
.s-mb-130 {
  margin-bottom: 130px !important;
}
.s-mb-140 {
  margin-bottom: 140px !important;
}
.s-mb-150 {
  margin-bottom: 150px !important;
}
.s-mb-160 {
  margin-bottom: 160px !important;
}
.s-mb-170 {
  margin-bottom: 170px !important;
}
.s-mb-180 {
  margin-bottom: 180px !important;
}
.s-mb-190 {
  margin-bottom: 190px !important;
}
.s-mb-200 {
  margin-bottom: 200px !important;
}

.s-ml-10 {
  margin-left: 10px !important;
}
.s-ml-20 {
  margin-left: 20px !important;
}
.s-ml-30 {
  margin-left: 30px !important;
}
.s-ml-40 {
  margin-left: 40px !important;
}
.s-ml-50 {
  margin-left: 50px !important;
}
.s-ml-60 {
  margin-left: 60px !important;
}
.s-ml-70 {
  margin-left: 70px !important;
}
.s-ml-80 {
  margin-left: 80px !important;
}
.s-ml-90 {
  margin-left: 90px !important;
}
.s-ml-100 {
  margin-left: 100px !important;
}
.s-ml-110 {
  margin-left: 110px !important;
}
.s-ml-120 {
  margin-left: 120px !important;
}
.s-ml-130 {
  margin-left: 130px !important;
}
.s-ml-140 {
  margin-left: 140px !important;
}
.s-ml-150 {
  margin-left: 150px !important;
}
.s-ml-160 {
  margin-left: 160px !important;
}
.s-ml-170 {
  margin-left: 170px !important;
}
.s-ml-180 {
  margin-left: 180px !important;
}
.s-ml-190 {
  margin-left: 190px !important;
}
.s-ml-200 {
  margin-left: 200px !important;
}

.s-mr-10 {
  margin-right: 10px !important;
}
.s-mr-20 {
  margin-right: 20px !important;
}





.s-mr-30 {
  margin-right: 30px !important;
}
.s-mr-40 {
  margin-right: 40px !important;
}
.s-mr-50 {
  margin-right: 50px !important;
}
.s-mr-60 {
  margin-right: 60px !important;
}
.s-mr-70 {
  margin-right: 70px !important;
}
.s-mr-80 {
  margin-right: 80px !important;
}
.s-mr-90 {
  margin-right: 90px !important;
}
.s-mr-100 {
  margin-right: 100px !important;
}
.s-mr-110 {
  margin-right: 110px !important;
}
.s-mr-120 {
  margin-right: 120px !important;
}
.s-mr-130 {
  margin-right: 130px !important;
}
.s-mr-140 {
  margin-right: 140px !important;
}
.s-mr-150 {
  margin-right: 150px !important;
}
.s-mr-160 {
  margin-right: 160px !important;
}
.s-mr-170 {
  margin-right: 170px !important;
}
.s-mr-180 {
  margin-right: 180px !important;
}
.s-mr-190 {
  margin-right: 190px !important;
}
.s-mr-200 {
  margin-right: 200px !important;
}

.s-p-10 {
  padding: 10px !important;
}
.s-p-20 {
  padding: 20px !important;
}
.s-p-30 {
  padding: 30px !important;
}
.s-p-40 {
  padding: 40px !important;
}
.s-p-50 {
  padding: 50px !important;
}
.s-p-60 {
  padding: 60px !important;
}
.s-p-70 {
  padding: 70px !important;
}
.s-p-80 {
  padding: 80px !important;
}
.s-p-90 {
  padding: 90px !important;
}
.s-p-100 {
  padding: 100px !important;
}
.s-p-110 {
  padding: 110px !important;
}
.s-p-120 {
  padding: 120px !important;
}
.s-p-130 {
  padding: 130px !important;
}
.s-p-140 {
  padding: 140px !important;
}
.s-p-150 {
  padding: 150px !important;
}
.s-p-160 {
  padding: 160px !important;
}
.s-p-170 {
  padding: 170px !important;
}
.s-p-180 {
  padding: 180px !important;
}
.s-p-190 {
  padding: 190px !important;
}
.s-p-200 {
  padding: 200px !important;
}

.s-pt-10 {
  padding-top: 10px !important;
}
.s-pt-20 {
  padding-top: 20px !important;
}
.s-pt-30 {
  padding-top: 30px !important;
}
.s-pt-40 {
  padding-top: 40px !important;
}
.s-pt-50 {
  padding-top: 50px !important;
}
.s-pt-60 {
  padding-top: 60px !important;
}
.s-pt-70 {
  padding-top: 70px !important;
}
.s-pt-80 {
  padding-top: 80px !important;
}
.s-pt-90 {
  padding-top: 90px !important;
}
.s-pt-100 {
  padding-top: 100px !important;
}
.s-pt-110 {
  padding-top: 110px !important;
}
.s-pt-120 {
  padding-top: 120px !important;
}
.s-pt-130 {
  padding-top: 130px !important;
}
.s-pt-140 {
  padding-top: 140px !important;
}
.s-pt-150 {
  padding-top: 150px !important;
}
.s-pt-160 {
  padding-top: 160px !important;
}
.s-pt-170 {
  padding-top: 170px !important;
}
.s-pt-180 {
  padding-top: 180px !important;
}

.s-pt-190 {
  padding-top: 190px !important;
}
.s-pt-200 {
  padding-top: 200px !important;
}

.s-pb-10 {
  padding-bottom: 10px !important;
}
.s-pb-20 {
  padding-bottom: 20px !important;
}
.s-pb-30 {
  padding-bottom: 30px !important;
}
.s-pb-40 {
  padding-bottom: 40px !important;
}
.s-pb-50 {
  padding-bottom: 50px !important;
}
.s-pb-60 {
  padding-bottom: 60px !important;
}
.s-pb-70 {
  padding-bottom: 70px !important;
}
.s-pb-80 {
  padding-bottom: 80px !important;
}
.s-pb-90 {
  padding-bottom: 90px !important;
}
.s-pb-100 {
  padding-bottom: 100px !important;
}
.s-pb-110 {
  padding-bottom: 110px !important;
}
.s-pb-120 {
  padding-bottom: 120px !important;
}
.s-pb-130 {
  padding-bottom: 130px !important;
}
.s-pb-140 {
  padding-bottom: 140px !important;
}
.s-pb-150 {
  padding-bottom: 150px !important;
}
.s-pb-160 {
  padding-bottom: 160px !important;
}
.s-pb-170 {
  padding-bottom: 170px !important;
}
.s-pb-180 {
  padding-bottom: 180px !important;
}
.s-pb-190 {
  padding-bottom: 190px !important;
}
.s-pb-200 {
  padding-bottom: 200px !important;
}

.s-pl-10 {
  padding-left: 10px !important;
}
.s-pl-20 {
  padding-left: 20px !important;
}
.s-pl-30 {
  padding-left: 30px !important;
}
.s-pl-40 {
  padding-left: 40px !important;
}
.s-pl-50 {
  padding-left: 50px !important;
}
.s-pl-60 {
  padding-left: 60px !important;
}
.s-pl-70 {
  padding-left: 70px !important;
}
.s-pl-80 {
  padding-left: 80px !important;
}
.s-pl-90 {
  padding-left: 90px !important;
}
.s-pl-100 {
  padding-left: 100px !important;
}
.s-pl-110 {
  padding-left: 110px !important;
}
.s-pl-120 {
  padding-left: 120px !important;
}
.s-pl-130 {
  padding-left: 130px !important;
}
.s-pl-140 {
  padding-left: 140px !important;
}
.s-pl-150 {
  padding-left: 150px !important;
}
.s-pl-160 {
  padding-left: 160px !important;
}
.s-pl-170 {
  padding-left: 170px !important;
}
.s-pl-180 {
  padding-left: 180px !important;
}
.s-pl-190 {
  padding-left: 190px !important;
}
.s-pl-200 {
  padding-left: 200px !important;
}

.s-pr-10 {
  padding-right: 10px !important;
}
.s-pr-20 {
  padding-right: 20px !important;
}
.s-pr-30 {
  padding-right: 30px !important;
}
.s-pr-40 {
  padding-right: 40px !important;
}
.s-pr-50 {
  padding-right: 50px !important;
}
.s-pr-60 {
  padding-right: 60px !important;
}
.s-pr-70 {
  padding-right: 70px !important;
}
.s-pr-80 {
  padding-right: 80px !important;
}
.s-pr-90 {
  padding-right: 90px !important;
}
.s-pr-100 {
  padding-right: 100px !important;
}
.s-pr-110 {
  padding-right: 110px !important;
}
.s-pr-120 {
  padding-right: 120px !important;
}
.s-pr-130 {
  padding-right: 130px !important;
}
.s-pr-140 {
  padding-right: 140px !important;
}
.s-pr-150 {
  padding-right: 150px !important;
}
.s-pr-160 {
  padding-right: 160px !important;
}
.s-pr-170 {
  padding-right: 170px !important;
}
.s-pr-180 {
  padding-right: 180px !important;
}
.s-pr-190 {
  padding-right: 190px !important;
}
.s-pr-200 {
  padding-right: 200px !important;
}

@media screen and (max-width: 736px) {
  .s-m-10-sp {
    margin: 10px !important;
  }
  .s-m-20-sp {
    margin: 20px !important;
  }
  .s-m-30-sp {
    margin: 30px !important;
  }
  .s-m-40-sp {
    margin: 40px !important;
  }
  .s-m-50-sp {
    margin: 50px !important;
  }
  .s-m-60-sp {
    margin: 60px !important;
  }
  .s-m-70-sp {
    margin: 70px !important;
  }
  .s-m-80-sp {
    margin: 80px !important;
  }
  .s-m-90-sp {
    margin: 90px !important;
  }
  .s-m-100-sp {
    margin: 100px !important;
  }
  .s-m-110-sp {
    margin: 110px !important;
  }
  .s-m-120-sp {
    margin: 120px !important;
  }
  .s-m-130-sp {
    margin: 130px !important;
  }
  .s-m-140-sp {
    margin: 140px !important;
  }
  .s-m-150-sp {
    margin: 150px !important;
  }
  .s-m-160-sp {
    margin: 160px !important;
  }
  .s-m-170-sp {
    margin: 170px !important;
  }
  .s-m-180-sp {
    margin: 180px !important;
  }
  .s-m-190-sp {
    margin: 190px !important;
  }
  .s-m-200-sp {
    margin: 200px !important;
  }
  
  .s-mt-10-sp {
    margin-top: 10px !important;
  }
  .s-mt-20-sp {
    margin-top: 20px !important;
  }
  .s-mt-30-sp {
    margin-top: 30px !important;
  }
  .s-mt-40-sp {
    margin-top: 40px !important;
  }
  .s-mt-50-sp {
    margin-top: 50px !important;
  }
  .s-mt-60-sp {
    margin-top: 60px !important;
  }
  .s-mt-70-sp {
    margin-top: 70px !important;
  }
  .s-mt-80-sp {
    margin-top: 80px !important;
  }
  .s-mt-90-sp {
    margin-top: 90px !important;
  }
  .s-mt-100-sp {
    margin-top: 100px !important;
  }
  .s-mt-110-sp {
    margin-top: 110px !important;
  }
  .s-mt-120-sp {
    margin-top: 120px !important;
  }
  .s-mt-130-sp {
    margin-top: 130px !important;
  }
  .s-mt-140-sp {
    margin-top: 140px !important;
  }
  .s-mt-150-sp {
    margin-top: 150px !important;
  }
  .s-mt-160-sp {
    margin-top: 160px !important;
  }
  .s-mt-170-sp {
    margin-top: 170px !important;
  }
  .s-mt-180-sp {
    margin-top: 180px !important;
  }
  .s-mt-190-sp {
    margin-top: 190px !important;
  }
  .s-mt-200-sp {
    margin-top: 200px !important;
  }
  
  .s-mb-10-sp {
    margin-bottom: 10px !important;
  }
  .s-mb-20-sp {
    margin-bottom: 20px !important;
  }
  .s-mb-30-sp {
    margin-bottom: 30px !important;
  }
  .s-mb-40-sp {
    margin-bottom: 40px !important;
  }
  .s-mb-50-sp {
    margin-bottom: 50px !important;
  }
  .s-mb-60-sp {
    margin-bottom: 60px !important;
  }
  .s-mb-70-sp {
    margin-bottom: 70px !important;
  }
  .s-mb-80-sp {
    margin-bottom: 80px !important;
  }
  .s-mb-90-sp {
    margin-bottom: 90px !important;
  }
  .s-mb-100-sp {
    margin-bottom: 100px !important;
  }
  .s-mb-110-sp {
    margin-bottom: 110px !important;
  }
  .s-mb-120-sp {
    margin-bottom: 120px !important;
  }
  .s-mb-130-sp {
    margin-bottom: 130px !important;
  }
  .s-mb-140-sp {
    margin-bottom: 140px !important;
  }
  .s-mb-150-sp {
    margin-bottom: 150px !important;
  }
  .s-mb-160-sp {
    margin-bottom: 160px !important;
  }
  .s-mb-170-sp {
    margin-bottom: 170px !important;
  }
  .s-mb-180-sp {
    margin-bottom: 180px !important;
  }
  .s-mb-190-sp {
    margin-bottom: 190px !important;
  }
  .s-mb-200-sp {
    margin-bottom: 200px !important;
  }

  .s-ml-10-sp {
    margin-left: 10px !important;
  }
  .s-ml-20-sp {
    margin-left: 20px !important;
  }
  .s-ml-30-sp {
    margin-left: 30px !important;
  }
  .s-ml-40-sp {
    margin-left: 40px !important;
  }
  .s-ml-50-sp {
    margin-left: 50px !important;
  }
  .s-ml-60-sp {
    margin-left: 60px !important;
  }
  .s-ml-70-sp {
    margin-left: 70px !important;
  }
  .s-ml-80-sp {
    margin-left: 80px !important;
  }
  .s-ml-90-sp {
    margin-left: 90px !important;
  }
  .s-ml-100-sp {
    margin-left: 100px !important;
  }
  .s-ml-110-sp {
    margin-left: 110px !important;
  }
  .s-ml-120-sp {
    margin-left: 120px !important;
  }
  .s-ml-130-sp {
    margin-left: 130px !important;
  }
  .s-ml-140-sp {
    margin-left: 140px !important;
  }
  .s-ml-150-sp {
    margin-left: 150px !important;
  }
  .s-ml-160-sp {
    margin-left: 160px !important;
  }
  .s-ml-170-sp {
    margin-left: 170px !important;
  }
  .s-ml-180-sp {
    margin-left: 180px !important;
  }
  .s-ml-190-sp {
    margin-left: 190px !important;
  }
  .s-ml-200-sp {
    margin-left: 200px !important;
  }

  .s-mr-10-sp {
    margin-right: 10px !important;
  }
  .s-mr-20-sp {
    margin-right: 20px !important;
  }
  .s-mr-30-sp {
    margin-right: 30px !important;
  }
  .s-mr-40-sp {
    margin-right: 40px !important;
  }
  .s-mr-50-sp {
    margin-right: 50px !important;
  }
  .s-mr-60-sp {
    margin-right: 60px !important;
  }
  .s-mr-70-sp {
    margin-right: 70px !important;
  }
  .s-mr-80-sp {
    margin-right: 80px !important;
  }
  .s-mr-90-sp {
    margin-right: 90px !important;
  }
  .s-mr-100-sp {
    margin-right: 100px !important;
  }
  .s-mr-110-sp {
    margin-right: 110px !important;
  }
  .s-mr-120-sp {
    margin-right: 120px !important;
  }
  .s-mr-130-sp {
    margin-right: 130px !important;
  }
  .s-mr-140-sp {
    margin-right: 140px !important;
  }
  .s-mr-150-sp {
    margin-right: 150px !important;
  }
  .s-mr-160-sp {
    margin-right: 160px !important;
  }
  .s-mr-170-sp {
    margin-right: 170px !important;
  }
  .s-mr-180-sp {
    margin-right: 180px !important;
  }
  .s-mr-190-sp {
    margin-right: 190px !important;
  }
  .s-mr-200-sp {
    margin-right: 200px !important;
  }

  .s-p-10-sp {
    padding: 10px !important;
  }
  .s-p-20-sp {
    padding: 20px !important;
  }
  .s-p-30-sp {
    padding: 30px !important;
  }
  .s-p-40-sp {
    padding: 40px !important;
  }
  .s-p-50-sp {
    padding: 50px !important;
  }
  .s-p-60-sp {
    padding: 60px !important;
  }
  .s-p-70-sp {
    padding: 70px !important;
  }
  .s-p-80-sp {
    padding: 80px !important;
  }
  .s-p-90-sp {
    padding: 90px !important;
  }
  .s-p-100-sp {
    padding: 100px !important;
  }
  .s-p-110-sp {
    padding: 110px !important;
  }
  .s-p-120-sp {
    padding: 120px !important;
  }
  .s-p-130-sp {
    padding: 130px !important;
  }
  .s-p-140-sp {
    padding: 140px !important;
  }
  .s-p-150-sp {
    padding: 150px !important;
  }
  .s-p-160-sp {
    padding: 160px !important;
  }
  .s-p-170-sp {
    padding: 170px !important;
  }
  .s-p-180-sp {
    padding: 180px !important;
  }
  .s-p-190-sp {
    padding: 190px !important;
  }
  .s-p-200-sp {
    padding: 200px !important;
  }

  .s-pt-10-sp {
    padding-top: 10px !important;
  }
  .s-pt-20-sp {
    padding-top: 20px !important;
  }
  .s-pt-30-sp {
    padding-top: 30px !important;
  }
  .s-pt-40-sp {
    padding-top: 40px !important;
  }
  .s-pt-50-sp {
    padding-top: 50px !important;
  }
  .s-pt-60-sp {
    padding-top: 60px !important;
  }
  .s-pt-70-sp {
    padding-top: 70px !important;
  }
  .s-pt-80-sp {
    padding-top: 80px !important;
  }
  .s-pt-90-sp {
    padding-top: 90px !important;
  }
  .s-pt-100-sp {
    padding-top: 100px !important;
  }
  .s-pt-110-sp {
    padding-top: 110px !important;
  }
  .s-pt-120-sp {
    padding-top: 120px !important;
  }
  .s-pt-130-sp {
    padding-top: 130px !important;
  }
  .s-pt-140-sp {
    padding-top: 140px !important;
  }
  .s-pt-150-sp {
    padding-top: 150px !important;
  }
  .s-pt-160-sp {
    padding-top: 160px !important;
  }
  .s-pt-170-sp {
    padding-top: 170px !important;
  }
  .s-pt-180-sp {
    padding-top: 180px !important;
  }
  .s-pt-190-sp {
    padding-top: 190px !important;
  }
  .s-pt-200-sp {
    padding-top: 200px !important;
  }

  .s-pb-10-sp {
    padding-bottom: 10px !important;
  }
  .s-pb-20-sp {
    padding-bottom: 20px !important;
  }
  .s-pb-30-sp {
    padding-bottom: 30px !important;
  }
  .s-pb-40-sp {
    padding-bottom: 40px !important;
  }
  .s-pb-50-sp {
    padding-bottom: 50px !important;
  }
  .s-pb-60-sp {
    padding-bottom: 60px !important;
  }
  .s-pb-70-sp {
    padding-bottom: 70px !important;
  }
  .s-pb-80-sp {
    padding-bottom: 80px !important;
  }
  .s-pb-90-sp {
    padding-bottom: 90px !important;
  }
  .s-pb-100-sp {
    padding-bottom: 100px !important;
  }
  .s-pb-110-sp {
    padding-bottom: 110px !important;
  }
  .s-pb-120-sp {
    padding-bottom: 120px !important;
  }
  .s-pb-130-sp {
    padding-bottom: 130px !important;
  }
  .s-pb-140-sp {
    padding-bottom: 140px !important;
  }
  .s-pb-150-sp {
    padding-bottom: 150px !important;
  }
  .s-pb-160-sp {
    padding-bottom: 160px !important;
  }
  .s-pb-170-sp {
    padding-bottom: 170px !important;
  }
  .s-pb-180-sp {
    padding-bottom: 180px !important;
  }
  .s-pb-190-sp {
    padding-bottom: 190px !important;
  }
  .s-pb-200-sp {
    padding-bottom: 200px !important;
  }
  
  .s-pl-10-sp {
    padding-left: 10px !important;
  }
  .s-pl-20-sp {
    padding-left: 20px !important;
  }
  .s-pl-30-sp {
    padding-left: 30px !important;
  }
  .s-pl-40-sp {
    padding-left: 40px !important;
  }
  .s-pl-50-sp {
    padding-left: 50px !important;
  }
  .s-pl-60-sp {
    padding-left: 60px !important;
  }
  .s-pl-70-sp {
    padding-left: 70px !important;
  }
  .s-pl-80-sp {
    padding-left: 80px !important;
  }
  .s-pl-90-sp {
    padding-left: 90px !important;
  }
  .s-pl-100-sp {
    padding-left: 100px !important;
  }
  .s-pl-110-sp {
    padding-left: 110px !important;
  }
  .s-pl-120-sp {
    padding-left: 120px !important;
  }
  .s-pl-130-sp {
    padding-left: 130px !important;
  }
  .s-pl-140-sp {
    padding-left: 140px !important;
  }
  .s-pl-150-sp {
    padding-left: 150px !important;
  }
  .s-pl-160-sp {
    padding-left: 160px !important;
  }
  .s-pl-170-sp {
    padding-left: 170px !important;
  }
  .s-pl-180-sp {
    padding-left: 180px !important;
  }
  .s-pl-190-sp {
    padding-left: 190px !important;
  }
  .s-pl-200-sp {
    padding-left: 200px !important;
  }
  
  .s-pr-10-sp {
    padding-right: 10px !important;
  }
  .s-pr-20-sp {
    padding-right: 20px !important;
  }
  .s-pr-30-sp {
    padding-right: 30px !important;
  }
  .s-pr-40-sp {
    padding-right: 40px !important;
  }
  .s-pr-50-sp {
    padding-right: 50px !important;
  }
  .s-pr-60-sp {
    padding-right: 60px !important;
  }
  .s-pr-70-sp {
    padding-right: 70px !important;
  }
  .s-pr-80-sp {
    padding-right: 80px !important;
  }
  .s-pr-90-sp {
    padding-right: 90px !important;
  }
  .s-pr-100-sp {
    padding-right: 100px !important;
  }
  .s-pr-110-sp {
    padding-right: 110px !important;
  }
  .s-pr-120-sp {
    padding-right: 120px !important;
  }
  .s-pr-130-sp {
    padding-right: 130px !important;
  }
  .s-pr-140-sp {
    padding-right: 140px !important;
  }
  .s-pr-150-sp {
    padding-right: 150px !important;
  }
  .s-pr-160-sp {
    padding-right: 160px !important;
  }
  .s-pr-170-sp {
    padding-right: 170px !important;
  }
  .s-pr-180-sp {
    padding-right: 180px !important;
  }
  .s-pr-190-sp {
    padding-right: 190px !important;
  }
  .s-pr-200-sp {
    padding-right: 200px !important;
  }
}

/* ==========================================================
 layout (wrap contents)
========================================================== */
/* wrapper
---------------------------------------------------------- */
.wrapper {
  overflow: hidden;
  width: 100%;
  min-width: 1200px;
  text-align: left;
}

@media screen and (max-width: 736px) {
  .wrapper {
    min-width: 320px;
    padding-top: 104px;
  }
}

/* contents
---------------------------------------------------------- */
.contents {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 3%;
}
.contents-inner {
  position: relative;
  min-width: 1024px;
  max-width: 1200px;
  margin: 0 auto;
}
.contents-home {
  width: 100%;
  text-align: left;
}
.contents-full .contents-main {
  padding-right: 0;
}
.contents-full .contents-main::after {
  display: none;
}

@media screen and (max-width: 736px) {
  .contents {
    padding: 0;
  }
  .contents-inner {
    min-width: 100%;
  }
}

/* contents-main
---------------------------------------------------------- */
.contents-main {
  position: relative;
  padding: 0 270px 0 0;
}
.contents-main::after {
  position: absolute;
  top: 180px;
  left: calc(100% - 271px);
  display: block;
  content: "";
  width: 1px;
  height: calc(100% - 180px);
  border-right: 1px #f2f2f2 solid;
}
.contents-main-inner {
  padding: 50px 40px 115px 0;
}

@media screen and (max-width: 736px) {
  .contents-main {
    width: 100%;
    padding: 0;
  }
  .contents-main::after {
    display: none;
  }
  .contents-main-inner {
    padding: 20px 20px 30px;
  }
}

/* contents-sub
---------------------------------------------------------- */
.contents-sub {
  position: absolute;
  top: 0;
  right: 0;
  width: 270px;
}

@media screen and (max-width: 736px) {
  .contents-sub {
    position: static;
    width: 100%;
    padding: 0 20px 40px;
  }
}

/* section
---------------------------------------------------------- */
.sec-usual {
  width: 100%;
}
.sec-usual-inner {
  min-width: 1024px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 70px 40px;
}
.sec-usual.bg-gray {
  width: auto;
  margin: 0 -4%;
  padding: 0 4%;
  background-color: #f2f2f2;
}

@media screen and (max-width: 736px) {
  .sec-usual-inner {
    min-width: 100%;
    padding: 70px 0;
  }
  .sec-usual.bg-gray {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

/* layout
---------------------------------------------------------- */
.l-utility-container {
  width: 100%;
  min-width: 1024px;
  max-width: 1300px;
  margin: 0 auto;
}

/* ==========================================================
 layout (comon navigations)
========================================================== */
/* globalnavi
---------------------------------------------------------- */
.nav-global {
  order: 2;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: calc(100% - 210px - 120px);
}
.nav-global-inner {
  position: relative;
  order: 2;
  text-align: center;
  letter-spacing: -.5em;
  max-height: 51px;
}
.nav-global .nav-gloval-current {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #68D1CB;
  transition: all .25s ease-out;
  pointer-events: none;
}
.nav-global-inner > ul {
  line-height: 0;
}
.nav-global-inner > ul > * {
  line-height: 1.7;
}
.nav-global-item {
  display: inline-block;
  padding: 0 50px;
  letter-spacing: normal;
}
.nav-global-item:first-child {
  padding-left: 0;
}
.nav-global-item:last-child {
  padding-right: 0;
}
.nav-global-item-link {
  position: relative;
  display: block;
  padding: 18px 0;
  letter-spacing: .1em;
  font-family: "Noto SansJapanese Medium", sans-serif;
  font-size: 1.4rem;
  line-height: 1.1;
  /*color: #222;*/
}
.current .nav-global-item-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #68D1CB;
  transition: all .25s ease-out;
  pointer-events: none;
}
.nav-sub-item-link:before,
.nav-sub-item-link:after {
  position: absolute;
  bottom: 0;
  display: inline-block;
  content: "";
  width: 0;
  height: 3px;
  transition: all .05s ease-in-out;
  background-color: #68D1CB;
}
.nav-sub-item-link:before,
.nav-sub-item-link:after {
  height: 1px;
  background-color: #000000;
}
.nav-sub-item-link:before {
  left: 50%;
}
.nav-sub-item-link:after {
  right: 50%;
}
.nav-global-item-link:hover {
  text-decoration: none;
}
.header.is-clone .nav-global-item {
  margin: 0 25px;
}
.header.is-clone .nav-global-item-link {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 0 8px;
}
.nav-sub-item-link.is-active:before,
.nav-sub-item-link.is-active:after {
  width: 50%;
}
.cat-search .nav-global-item-search > a::before , .cat-about .nav-global-item-about > a::before , .cat-navi .nav-global-item-navi > a::before , .cat-magazine .nav-global-item-magazine > a::before , .cat-proudclub .nav-global-item-proudclub > a::before , .cat-service .nav-global-item-service > a::before {
  opacity: 1.0;
}
.l-tb .nav-global-item-link:hover:before {
  opacity: 0;
}
.l-tb .nav-global-item-link.is-active:before {
  opacity: 1;
}


@media screen and (max-width: 1100px) {
  .nav-global-item {
    padding: 0 40px;
  }
}

@media screen and (max-width: 736px) {
  .nav-global {
    display: none;
    position: fixed;
    top: 104px;
    left: 0;
    overflow-y: auto;
    width: 100%;
    height: calc(100% - 118px);
    text-align: left;
  }
  .header.is-scroll .nav-global {
    top: 60px;
    height: calc(100% - 58px);
  }
  .nav-global-inner {
    display: table;
    width: 100%;
    padding: 0 15px;
    background: #ffffff;
    text-align: left;
    overflow-y: auto;
  }
  .nav-global-item {
    display: block;
    margin: 0;
    padding: 0 25px;
    border-bottom: 1px solid #878787;
  }
  .nav-global-item-link {
    color: #000000;
  }
  .nav-global-item-link {
    padding: 18px 20px 18px 0;
    font-family: "Noto SansJapanese";
    font-size: 1.4rem;
    color: #000000;
  }
  .nav-global-item-link:before {
    position: absolute;
    top: 50%;
    right: 25px;
    left: auto;
    content: "";
    width: 10px;
    height: 1px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 1.0;
    background-color: #000000 !important;
  }
  .nav-global-item-link:after {
    position: absolute;
    top: 50%;
    right: 25px;
    content: "";
    width: 10px;
    height: 1px;
    background-color: #000000;
  }
  .nav-global-item-link.is-active:before {
    width: 10px;
    opacity: 0;
  }
  .nav-global-item-link.is-active:after,
  .nav-sub-item-link.is-active:before,
  .nav-sub-item-link.is-active:after {
    width: 10px;
  }
  .nav-global-item-link.is-cullent:before,
  .nav-global-item-link.is-cullent:after,
  .nav-sub-item-link.is-active:before,
  .nav-global-item-top .nav-global-item-link:before,
  .nav-global-item-top .nav-global-item-link:after,
  .nav-global-item-magazine .nav-global-item-link:before,
  .nav-global-item-magazine .nav-global-item-link:after {
    display: none;
  }
  .nav-global-item-search > a::before , .nav-global-item-about > a::before , .nav-global-item-magazine > a::before , .nav-global-item-navi > a::before , .nav-global-item-service > a::before {
    background-color: #fff;
  }
  .nav-global-item-service .nav-global-item-link:before , .nav-global-item-service .nav-global-item-link:after {
    display: none;
  }
  .nav-global .nav-gloval-current {
    display: none;
  }
  .current .nav-global-item-link::after {
    position: absolute;
    top: 50%;
    right: 25px;
    left: auto;
    content: "";
    width: 10px;
    height: 1px;
    background-color: #000000;
  }
  .current .nav-global-item-link.is-active:before {
    width: 10px;
    opacity: 0;
  }
  .nav-global-item:first-child {
    padding-left: 25px;
  }
    .nav-global-item:last-child {
      padding-right: 25px;
    }
}

/* sub-navigation
---------------------------------------------------------- */
.nav-sub-inner {
  order: 1;
  text-align: center;
  letter-spacing: -.5em;
  font-size: 12px;
}
.nav-sub-item {
  display: inline-block;
  position: relative;
  margin: 0 50px;
  padding: 0;
  letter-spacing: normal;
  /*font-family: "Noto SansJapanese", sans-serif;*/
  transition: all .3s ease-in-out;
}
.nav-sub-item:first-child {
  margin-left: 0;
}
.nav-sub-item:last-child {
  margin-right: 0;
}
.nav-sub-item-link {
  position: relative;
  padding-bottom: 2px;
}
.nav-sub-item-link:hover {
  text-decoration: none;
}

@media screen and (max-width: 736px) {
  .nav-sub-inner {
    display: table;
    width: 100%;
    padding: 30px 15px 0;
    background: #ffffff;
    text-align: left;
    overflow-y: auto;
  }
  .nav-sub-item {
    display: block;
    margin: 0;
    padding: 0 25px;
    border-bottom: 1px solid #878787;
    background-color: #ffffff;
    font-family: "Noto SansJapanese Light", sans-serif;
  }
  .nav-sub-item a {
    display: block;
    position: relative;
    padding: 18px 20px 18px 0;
    font-size: 1.4rem;
    color: #000000;
  }
  .nav-sub-item a:before {
    position: absolute;
    top: 50%;
    right: 25px;
    left: auto;
    content: "";
    width: 10px;
    height: 1px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 1.0;
    background-color: #000000 !important;
  }
  .nav-sub-item a:after {
    position: absolute;
    top: 50%;
    right: 25px;
    content: "";
    width: 10px;
    height: 1px;
    background-color: #000000;
  }
  .nav-sub-item-cc a::before {
    display: none;
  }
  .nav-sub-item-cc a::after {
    position: absolute;
    top: 50%;
    right: 20px;
    content: "";
    width: 14px;
    height: 11px;
    margin-top: -4px;
    background: url(/general/img/icn_link_01.png) top left no-repeat;
    background-size: 14px 11px;
  }
  .nav-sub-child-item {
    position: relative;
    display: block;
    padding: 0 20px 0 35px;
    text-decoration: none;
    font-size: 1.3rem;
    color: #222a5d;
    background-color: #fff;
    border-bottom: 1px solid #eee;
  }
  .nav-sub-item a.is-active::before,
  .nav-sub-child-item a:before {
    display: none;
  }
  .nav-sub-child-item a::after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    width: 5px;
    height: 7px;
    margin-top: -4px;
    background: url(/general/img/icn_arrow_right_black_01.png) top left no-repeat;
    background-size: 5px 7px;
  }
}

/* megamenu
---------------------------------------------------------- */
.megamenu {
  position: absolute;
  z-index: 100;
  left: 0;
  display: none;
  width: 100vw;
  background-color: #f2f2f2;
}
.header.is-clone .megamenu {
  position: fixed !important;
  top: 50px!important;
  left: 0!important;
  width: 100%!important;
}
.megamenu-inner {
  display: table;
  overflow: hidden;
  width: 100%;
  min-width: 1024px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 30px 0;
  background-color: #f2f2f2;
}
.megamenu.detail-proud .megamenu-inner {
	overflow: auto;
}
.megamenu-top {
  position: relative;
  float: left;
  width: 25%;
  height: 100%;
  text-align: center;
}
.megamenu-top > a {
  display: block;
}
.megamenu-top-image {
  display: inline-block;
  overflow: hidden;
  width: auto;
  max-width: 200px;
  border-radius: 100%;
}
.megamenu-top-image img {
  width: 100%;
  height: auto;
}
.megamenu-top-text {
  margin-top: 10px;
}
.megamenu-category {
  float: left;
  width: 75%;
  padding: 0 20px;
}
.megamenu.detail-proud .megamenu-category {
	transition: all .18s ease-out;
}
.megamenu-list {
  overflow: hidden;
  width: auto;
  margin: -20px -10px 0;
  font-size:0;
  text-align: left;
}
.megamenu-list-item {
  display:inline-block;
  vertical-align: top;
  font-size:1.4rem;
  width: 33.3%;
  margin-top: 20px;
  padding: 0 10px;
  text-align: center;
}
.megamenu-list-item > a {
  display: block;
}
.megamenu-list-item > a:hover {
  text-decoration: underline;
}
.megamenu-list-item img {
  width: 100%;
  height: auto;
}
.megamenu-list-4col .megamenu-list-item {
  width: 25%;
}
.megamenu-list-image {
	position: relative;
  overflow: hidden;
}
.is-new .megamenu-list-image::before {
	content: "NEW";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	padding: 0 10px;
	color: #fff;
	background: #f00;
}
.megamenu-list-image img {
  transition: all .18s ease-out;
}
.megamenu-list-image:hover {
  text-decoration: none;
}
.megamenu-list-image:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.megamenu-list-text {
  display: block;
  margin-top: .5em;
  text-align: left;
}
.megamenu-headline {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
/*  height: 100%;
  min-height: 100%;*/
  padding: 10px 40px 20px;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #ddd;
}
.megamenu-headline-title {
  position: relative;
  margin-bottom: 1.0em;
  padding-bottom: .5em;
  font-family: "Noto SansJapanese Light";
  font-size: 1.8rem;
}
.megamenu-headline-title::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 1px;
  margin: auto;
  background-color: rgba(255, 255, 255, .5);
}
.megamenu-headline-subtitle {
  margin-bottom: 1.35em;
  /*font-family: "Cinzel", serif;*/
  font-size: 1.6rem;
}
.megamenu-headline-subtitle > span {
  font-size: 1.8rem;
}
.megamenu-headline-button {
  display: block;
  width: 100%;
  padding: 10px 10px;
  transition: all .18s ease-out;
  font-size: 1.2rem;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .5);
}
.megamenu-headline-button:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, .1);
}
.megamenu-top-magazine {
  padding-bottom: 15px;
}
.megamenu-top-magazine .megamenu-headline-title {
  margin-bottom: .25em;
}
.megamenu-top-magazine .megamenu-headline-subtitle {
  margin-bottom: .15em;
  padding-bottom: .25em;
}
.nav-global-item-search .megamenu-headline {
  min-height: 473px;
  background-color: #c19861;
}
.nav-global-item-about .megamenu-headline {
  background-color: #222a5d;
}
.nav-global-item-magazine .megamenu-headline,
.nav-global-item-proudclub .megamenu-headline {
  background-color: #2c4e2a;
}
.nav-global-item-navi .megamenu-headline {
  background-color: #97586f;
}
.area-search-maps {
  overflow: hidden;
  width: 100%;
}
.mod-search-animation-map {
  float: left;
  width: 380px;
}
.mod-search-utility {
  overflow: hidden;
}
.mod-search-animation-map {
  padding-right: 10px;
}
.mod-search-utility {
  padding-left: 10px;
}
.mod-search-animation-map-inner {
  background-color: #e4e4e4;
}
.mod-search-animation-map-view {
  position: relative;
}
.mod-search-animation-map-view img {
  width: 100%;
}
.mod-search-animation-map-details {
  display: table;
  width: 100%;
  padding: 8px 8px 30px;
  font-size: 1.2rem;
}
.mod-search-animation-map-details .areaname {
  display: table-cell;
  width: 64px;
  padding-right: .95em;
  vertical-align: top;
  white-space: nowrap;
  font-family: "Noto SansJapanese";
}
.mod-search-animation-map-details .list-maparea {
  display: table-cell;
  overflow: hidden;
  padding: 0 0 0 2px;
  vertical-align: top;
}
.mod-search-animation-map-details .list-maparea-item {
  float: left;
  margin-right: 1.5em;
  font-size: 12px;
}
.mod-search-animation-map-details .list-maparea-item a {
  color: #000;
}
.list-search-animation-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list-search-animation-map-item {
  position: absolute;
}
.list-search-animation-map-item[data-area-name="都心"] {
  top: 37.3057%;
  left: 42.06897%;
}
.list-search-animation-map-item[data-area-name="城西・城北"] {
  top: 24.87047%;
  left: 42.06897%;
}
.list-search-animation-map-item[data-area-name="城南"] {
  top: 50.25907%;
  left: 42.06897%;
}
.list-search-animation-map-item[data-area-name="城東"] {
  top: 37.3057%;
  left: 56.37931%;
}
.list-search-animation-map-item[data-area-name="東京都すべて"] {
  top: 50.25907%;
  left: 56.37931%;
}
.list-search-animation-map-item[data-area-name="東京市部"] {
  top: 37.3057%;
  left: 26.72414%;
}
.list-search-animation-map-item[data-area-name="埼玉県"] {
  top: 6.21762%;
  left: 31.03448%;
}
.list-search-animation-map-item[data-area-name="千葉県"] {
  top: 35.23316%;
  left: 83.44828%;
}
.list-search-animation-map-item[data-area-name="神奈川県"] {
  top: 74.09326%;
  left: 21.55172%;
}
.list-search-animation-map-item[data-area-name="京都府・滋賀県・奈良県"] {
  top: 47.40933%;
  left: 55.68966%;
}
.list-search-animation-map-item[data-area-name="兵庫県"] {
  top: 40.15544%;
  left: 15.51724%;
}
.list-search-animation-map-item[data-area-name="大阪府"] {
  top: 67.09845%;
  left: 38.44828%;
}
.list-search-animation-map-item[data-area-name="名古屋"] {
  top: 48.098%;
  left: 43.448%;
}
.list-search-animation-map-item[data-area-name="仙台"] {
  top: 48.098%;
  left: 43.448%;
}
.list-search-animation-map-item[data-area-name="新潟県"] {
  top: 12.098%;
  left: 56.448%;
}
.list-search-animation-map-item[data-area-name="富山"] {
  top: 66.098%;
  left: 17.448%;
}
.list-search-animation-map-item[data-area-name="茨城県"] {
    top: 75%;
    left: 56%;
}
.list-search-animation-map-item[data-area-name="栃木県"] {
    top: 50%;
    left: 41%;
}
.list-search-animation-map-item[data-area-name="群馬県"] {
    top: 61%;
    left: 14%;
}
.list-search-animation-map-item[data-area-name="福島県"] {
    top: 9%;
    left: 60%;
}
.list-search-animation-map-item[data-area-name="広島県"] {
    top: 65.098%;
    left: 44.448%;
}
.list-search-animation-map-button {
  display: inline-block;
  width: auto;
  min-width: 50px;
  padding: 3px 5px;
  transition: all .18s ease-out;
  text-align: center;
  font-size: 1.1rem;
  color: #fff;
  background-color: #222a5d;
}
.list-search-animation-map-button:hover {
  text-decoration: none;
  opacity: .75;
}
.list-search-animation-map .list-search-animation-map-main-button {
  min-width: 65px;
}
.box-search-feature {
  padding: 15px 20px 14px;
  font-size: 1.3rem;
  border: 1px #ddd solid;
  background-color: #fff;
}
.box-search-feature-title {
  margin-bottom: .65em;
}
.box-search-feature .list-search-features-item {
  margin-bottom: 7px;
}
.box-search-line {
  margin-top: 20px;
  padding: 15px 20px 14px;
  font-size: 1.3rem;
  border: 1px #ddd solid;
  background-color: #fff;
}
.box-search-line-title {
  margin-bottom: .65em;
}
.box-search-line .list-search-route {
  margin-bottom: 10px;
}
.box-search-line .list-search-route-item {
  margin-bottom: 7px;
}
.box-search-line .btn-basic {
  min-width: 0;
  padding: 6px 15px;
}
.js-megaSearchTabContentsItem {
  display: none;
}
.js-megaSearchTabContentsItem.is-active {
  display: block;
}

.megamenu-detail-proud {
	position: relative;
}
.megamenu-detail-proud-list {
	width: 100%;
	max-width: 305px;
}
.megamenu-detail-proud-list > li {
	display: flex;
	flex-flow: row wrap;
	font-size: 15px;
}
.megamenu-detail-proud-list > li+li {
	border-top: 1px solid #dddddd;
}
.megamenu-detail-proud-list > li > a,
.megamenu-detail-proud-list > li .megamenu-detail-value-list {
	position: relative;
	display: block;
	width: 100%;
	padding: 15px 30px;
	text-align: left;
}
.megamenu-detail-proud-list > li .megamenu-detail-value-list {
	padding: 15px 0 0 30px;
}
.megamenu-detail-proud-list > li .megamenu-detail-value-list .megamenu-detail-value-list-contents {
	position: relative;
}
.megamenu-detail-proud-list > li > a::before,
.megamenu-detail-proud-list > li .megamenu-detail-value-list .megamenu-detail-value-list-contents::before {
    content: "";
    position: absolute;
    top: 48%;
    right: 20px;
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    transform: rotate(45deg) translateY(-48%);
}
.megamenu-detail-proud-list > li > a:hover::before,
.megamenu-detail-proud-list > li.is-active .megamenu-detail-value-list .megamenu-detail-value-list-contents::before {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.megamenu-detail-proud-list > li a:hover {
	text-decoration: none;
}
.megamenu-detail-proud-list > li.is-active {
	background: #68d1cb;
}
.megamenu-detail-value-list > li {
	color: #000000;
}
.megamenu-detail-proud-list > li.is-active > a,
.megamenu-detail-proud-list > li.is-active .megamenu-detail-value-list > li,
.megamenu-detail-proud-list > li.is-active .megamenu-detail-value-list > li a {
	font-family: "Noto SansJapanese";
	color: #ffffff;
}
.megamenu-detail-proud-list > li .megamenu-detail-value-list > li.megamenu-detail-value-list-title {
	padding-bottom: 10px;
	border-bottom: 1px solid #dddddd;
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
}
.megamenu-detail-proud-list > li .megamenu-detail-value-list > li.megamenu-detail-value-list-title small {
	display: block;
	font-size: 14px;
}
.megamenu-detail-proud-list > li.is-active .megamenu-detail-value-list > li.megamenu-detail-value-list-title {
	border-bottom: 1px solid #ffffff;
}
.megamenu-detail-proud-list > li .megamenu-detail-value-list > li.megamenu-detail-value-list-contents + li.megamenu-detail-value-list-contents {
	border-top: 1px solid rgba(255,255,255,.5);
}
.megamenu-detail-proud-list > li .megamenu-detail-value-list > li.megamenu-detail-value-list-contents a {
	display: block;
	padding: 15px 20px 15px;
}
.megamenu-detail-proud-list > li.value.is-active .megamenu-detail-proud-contents {
	display: none;
}
.megamenu-detail-proud-list > li.value.is-active .megamenu-detail-proud-contents.is-active {
	display: block;
}
.megamenu-detail-proud-contents {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 305px);
	padding: 25px;
	background: #68d1cb;
	z-index: 2;
}
.megamenu-detail-proud-contents.oneColumn {
	height: 100%;
}
.megamenu-detail-proud-list > li .megamenu-detail-value-list .megamenu-detail-value-list-contents.is-active,
.megamenu-detail-proud-contents.is-active:not(.title) {
	background: #78d6d0;
}
.megamenu-detail-proud-list > li.is-active .megamenu-detail-proud-contents {
	display: block;
}
.megamenu-detail-proud-contents a,
.megamenu-detail-proud-contents p {
	color: #ffffff;
	text-align: left;
}
.megamenu-detail-proud-contents a {
	display: block;
}
.megamenu-detail-proud-contents a figure {
	overflow: hidden;
}
.megamenu-detail-proud-contents img {
	transition: all .18s ease-out;
}
.megamenu-detail-proud-contents a:hover .megamenu-detail-proud-pagetitle,
.megamenu-detail-proud-contents a:hover .megamenu-detail-proud-txt {
	text-decoration: underline;
}
.megamenu-detail-proud-contents a:hover img {
	transform: scale(1.05);
}
.megamenu-detail-proud-pagetitle {
	font-size: 18px;
	font-family: "Noto SansJapanese";
	line-height: 1.5;
}
.megamenu-detail-proud-lowerWrap .megamenu-detail-proud-pagetitle {
	font-size: 13px;
}
.megamenu-detail-proud-txt {
	margin-top: 10px;
	font-size: 14px;
}
.megamenu-detail-proud-contents.oneColumn .megamenu-detail-proud-pagetitle {
	margin-top: 20px;
}
.megamenu-detail-proud-contents.twoColumn .megamenu-detail-proud-category >a,
.megamenu-detail-proud-contents.threeColumn .megamenu-detail-proud-category > a {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
.megamenu-detail-proud-contents.twoColumn .megamenu-detail-proud-category >a,
.megamenu-detail-proud-contents.threeColumn .megamenu-detail-proud-category > a {
	width: 100%;
}
.megamenu-detail-proud-contents.twoColumn .megamenu-detail-proud-category .megamenu-detail-proud-category-img,
.megamenu-detail-proud-contents.threeColumn .megamenu-detail-proud-category .megamenu-detail-proud-category-img {
	overflow: hidden;
	width: 280px;
}
.megamenu-detail-proud-contents.twoColumn .megamenu-detail-proud-category .megamenu-detail-proud-category-txt,
.megamenu-detail-proud-contents.threeColumn .megamenu-detail-proud-category .megamenu-detail-proud-category-txt {
	width: calc(100% - 280px - 20px);
}
.megamenu-detail-proud-contents.twoColumn .megamenu-detail-proud-lowerWrap,
.megamenu-detail-proud-contents.threeColumn .megamenu-detail-proud-lowerWrap {
	display: flex;
	flex-flow: row wrap;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, .5);
}
.megamenu-detail-proud-contents.twoColumn .megamenu-detail-proud-lowerWrap li:nth-child(2n),
.megamenu-detail-proud-contents.threeColumn .megamenu-detail-proud-lowerWrap li {
	margin-left: 20px;
}
.megamenu-detail-proud-contents.threeColumn .megamenu-detail-proud-lowerWrap li:first-child,
.megamenu-detail-proud-contents.threeColumn .megamenu-detail-proud-lowerWrap li:nth-child(4n) {
	margin-left: 0;
}
.megamenu-detail-proud-contents.twoColumn .megamenu-detail-proud-lowerWrap li:nth-child(n+3),
.megamenu-detail-proud-contents.threeColumn .megamenu-detail-proud-lowerWrap li:nth-child(n+4) {
	margin-top: 20px;
}
.megamenu-detail-proud-contents.twoColumn .megamenu-detail-proud-lowerWrap > li {
	width: calc(100% / 2 - 10px);
	max-width: 280px;
}
.megamenu-detail-proud-contents.threeColumn .megamenu-detail-proud-lowerWrap > li {
	width: calc(100% / 3 - 17.5px);
	max-width: 170px;
}
.megamenu-detail-proud-contents.twoColumn .megamenu-detail-proud-pagetitle,
.megamenu-detail-proud-contents.threeColumn .megamenu-detail-proud-pagetitle {
	margin-top: 0;
}
.megamenu-detail-proud-contents.twoColumn .megamenu-detail-proud-lowerWrap .megamenu-detail-proud-pagetitle,
.megamenu-detail-proud-contents.threeColumn .megamenu-detail-proud-lowerWrap .megamenu-detail-proud-pagetitle {
	margin-top: 10px;
}
.megamenu-detail-proud-contents.twoColumn .megamenu-detail-proud-txt,
.megamenu-detail-proud-contents.threeColumn .megamenu-detail-proud-txt {
	margin-top: 5px;
}


/* search megamenu contents
---------------------------------------------------------- */
.megamenu-search-utility {
  text-align: left;
}
.megamenu-search-utility .box-search-heading .btn-search {
  right: 0;
  transition: all .18s ease-out;
  border: 1px #222a5d solid;
}
.megamenu-search-utility .box-search-heading .btn-search:hover {
  opacity: 1.0;
  color: #222a5d;
  background-color: #fff;
}
.megamenu-search-utility.box-search-find {
  margin-bottom: 0;
  padding: 0;
}
.megamenu-search-utility .box-search-find-left {
  position: relative;
}
.megamenu-search-utility .box-search-find-left:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  padding-bottom: 100%;
  background-color: #e4e4e4;
}
.megamenu-search-utility .box-search-find-left:after {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  content: "";
  width: 20px;
  height: 100%;
  padding-bottom: 100%;
  background-color: #f2f2f2;
}
.megamenu-search-utility .box-search-find-left img {
  position: relative;
  z-index: 2;
}
.nav-global-child,.nav-sub-child {
  display: none;
}
.nav-global-child-item {
  border-bottom: 1px solid #eee;
}
.nav-global-child-item a {
  position: relative;
  display: block;
  padding: 16px 20px 16px 35px;
  text-decoration: none;
  font-size: 1.3rem;
  color: #222a5d;
  background-color: #fff;
}
.nav-global-child-item a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  width: 5px;
  height: 7px;
  margin-top: -4px;
  background: url(/general/img/icn_arrow_right_black_01.png) top left no-repeat;
  background-size: 5px 7px;
}
.nav-global-child-item.nav-global-accordion > a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: url(/general/img/icn_acc_plus_02.png) top left no-repeat;
  background-size: 10px 10px;
}
.nav-global-child-item.nav-global-accordion > a.is-active {
  background-color: #e9e9ef;
}
.nav-global-child-item.nav-global-accordion > a.is-active::after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  width: 10px;
  height: 1px;
  margin-top: 0;
  background: url(/general/img/icn_acc_minus_02.png) top left no-repeat;
  background-size: 10px 1px;
}
.nav-global-accordion-child {
  display: none;
}
.nav-global-accordion-child-item > a {
  position: relative;
  padding: 16px 20px 16px 35px;
  font-size: 1.3rem;
  border-bottom: 1px solid #d6d8e0;
  background-color: #f6f6f8;
}
.nav-global-accordion-child-item > a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: url(/general/img/icn_acc_plus_02.png) top left no-repeat;
  background-size: 10px 10px;
}
.nav-global-accordion-child-item > a span {
  position: relative;
  display: inline-block;
  padding-left: 35px;
}
.nav-global-accordion-child.proud .nav-global-accordion-child-item > a span {
	padding-left: 0;
}
.nav-global-accordion-child-item > a.is-active::after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  width: 10px;
  height: 1px;
  margin-top: 0;
  background: url(/general/img/icn_acc_minus_01.png) top left no-repeat;
  background-size: 10px 1px;
}
.nav-global-accordion-child-item:last-child a {
  border-bottom: none;
}
.nav-global-accordion-child-item.area > a > span:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 14px;
  height: 19px;
  margin-top: -9.5px;
  background: url(/general/img/icn_search_area_01.png) top left no-repeat;
  background-size: 14px 19px;
}
.nav-global-accordion-child-item.feature > a > span:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 18px;
  height: 17.5px;
  margin-top: -9px;
  background: url(/general/img/icn_search_feature_01.png) top left no-repeat;
  background-size: 18px 17.5px;
}
.nav-global-accordion-child-item.line > a > span:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 18px;
  height: 19px;
  margin-top: -9.5px;
  background: url(/general/img/icn_search_line_01.png) top left no-repeat;
  background-size: 18px 19px;
}
.nav-global-no-accordion-child-item a {
  position: relative;
  padding: 16px 20px 16px 70px;
  font-size: 1.3rem;
  border-bottom: 1px solid #d6d8e0;
  background-color: #f6f6f8;
}
.nav-global-accordion-child.proud .nav-global-no-accordion-child-item a {
	padding: 16px 20px 16px 35px;
}
.nav-global-no-accordion-child-item:last-child a {
  border-bottom: none;
}
.nav-global-accordion-grandchild {
  display: none;
}
.nav-global-accordion-grandchild-item a {
  position: relative;
  padding: 16px 20px 16px 35px;
  font-size: 1.3rem;
  border-bottom: 1px solid #d6d8e0;
  background-color: #f6f6f8;
}

@media screen and (max-width: 736px) {
  .megamenu-search-utility .box-search-find-left:before {
    display: none;
  }
  .megamenu-search-utility .box-search-find-left:after {
    display: none;
  }
  .nav-global-child-item a {
    color: #000000;
  }
}

/* nav-local
---------------------------------------------------------- */
.nav-local {
  padding: 50px 0 0 0;
}
.nav-local-inner {
  border-top: 1px solid #eee;
}
.nav-local-title {
  padding: 0 0 20px 20px;
  font-size: 1.3rem;
  color: #000;
}
.nav-local-item {
  position: relative;
  font-size: 1.3rem;
}
.nav-local-link {
  position: relative;
  display: block;
  padding: 17px 25px 17px 20px;
  transition: all .18s ease-out;
  line-height: 1.5;
  color: #222a5d;
  border-bottom: 1px #eee solid;
}
.nav-local-link::after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  width: 5px;
  height: 7px;
  margin-top: -4px;
  background: url(/general/img/icn_arrow_dark_blue_03.png) top left no-repeat;
  background-size: 5px 7px;
}
.nav-local-link.is-current , .nav-local-link.is-parent , .nav-local-link:hover {
  text-decoration: none;
  color: #fff;
  background-color: #68d1cb;
}
.nav-local-link.is-current::after , .nav-local-link.is-parent::after , .nav-local-link:hover::after {
  background: url(/general/img/ico_arrow_right_white_01.png) top left no-repeat;
  background-size: 5px 7px;
}
.cat-search .nav-local-link.is-current , .cat-search .nav-local-link.is-parent , .cat-search .nav-local-link:hover {
  background-color: #c19861;
}
/*.cat-navi .nav-local-link.is-current , .cat-navi .nav-local-link.is-parent , .cat-navi .nav-local-link:hover {
  background-color: #97586f;
}*/
.nav-local-child {
  background-color: #f4f4f7;
}
.nav-local-child-item {
  position: relative;
  font-size: 1.2rem;
}
.nav-local-child-link {
  position: relative;
  display: block;
  padding: 15px 30px 13px 20px;
  transition: all .18s ease-out;
  color: #222a5d;
}
.nav-local-child-link::before {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  width: 5px;
  height: 7px;
  margin-top: -4px;
  background: url(/general/img/icn_arrow_dark_blue_03.png) top left no-repeat;
  background-size: 5px 7px;
}
.nav-local-child-link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  transition: all .18s ease-out;
  background-color: #eee;
}
.nav-local-child-link.is-current , .nav-local-child-link.is-parent , .nav-local-child-link:hover {
  text-decoration: none;
  font-family: "Noto SansJapanese";
  font-weight: bold;
  font-size: 1.4rem;
  color: #222a5d;
}
.nav-local-child-link.is-current .nav-local-child-link-inner::before , .nav-local-child-link.is-parent .nav-local-child-link-inner::before , .nav-local-child-link:hover .nav-local-child-link-inner::before {
  border-color: #222a5d;
}
.nav-local-child-link-inner {
  position: relative;
  display: inline-block;
}
.nav-local-grandchild {
  border-bottom: 1px solid #eee;
  background-color: #f4f4f7;
}
.nav-local-grandchild-item {
  position: relative;
  font-size: 1.2rem;
}
.nav-local-grandchild-item:last-child .nav-local-grandchild-link:after {
  display: none;
}
.nav-local-grandchild-link {
  position: relative;
  display: block;
  padding: 15px 25px 13px 40px;
  transition: all .18s ease-out;
  color: #516d9a;
}
.nav-local-grandchild-link::before {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  width: 5px;
  height: 7px;
  margin-top: -4px;
  background: url(/general/img/icn_arrow_dark_blue_03.png) top left no-repeat;
  background-size: 5px 7px;
}
.nav-local-grandchild-link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  transition: all .18s ease-out;
  background-image: url(/general/img/bg_local_navi_dotted_01.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 4px 1px;
}
.nav-local-grandchild-link.is-current , .nav-local-grandchild-link:hover {
  text-decoration: none;
  font-weight: bold;
  color: #222a5d;
}
.nav-local-grandchild-link.is-current .nav-local-grandchild-link-inner::before , .nav-local-grandchild-link:hover .nav-local-grandchild-link-inner::before {
  border-color: #222a5d;
}
.nav-local-grandchild-link-inner {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.nav-local-grandchild-link-inner::before {
  position: absolute;
  top: .75em;
  left: 0;
  content: "";
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  transition: all .18s ease-out;
  border-bottom: 2px solid #ccc;
  border-left: 2px solid #ccc;
}
.nav-local-magazine .nav-local-link.is-current , .nav-local-magazine .nav-local-link.is-parent , .nav-local-magazine .nav-local-link:hover {
  background-color: #2c4e2a;
}
.nav-local-magazine .nav-local-child-link.is-current , .nav-local-magazine .nav-local-child-link:hover {
  color: #2c4e2a;
}
.nav-local-magazine .nav-local-child-link.is-current .nav-local-child-link-inner::before , .nav-local-magazine .nav-local-child-link:hover .nav-local-child-link-inner::before {
  border-color: #2c4e2a;
}
/*.nav-local-navi .nav-local-link.is-current , .nav-local-navi .nav-local-link.is-parent , .nav-local-navi .nav-local-link:hover {
  background-color: #97586f;
}
.nav-local-navi .nav-local-child-link.is-current , .nav-local-navi .nav-local-child-link:hover {
  color: #97586f;
}
.nav-local-navi .nav-local-child-link.is-current .nav-local-child-link-inner::before , .nav-local-navi .nav-local-child-link:hover .nav-local-child-link-inner::before {
  border-color: #97586f;
}*/
.nav-local-inner + .nav-local-title {
  margin-top: 30px;
}
.bnr-local {
  margin-top: 50px;
  padding: 0 20px 0;
}
.bnr-local-link {
  transition: all .18s ease-out;
}
.bnr-local-link:hover img {
  opacity: .7;
}
.bnr-local-image {
  width: 229px;
  margin: 0 auto 9px;
}
.bnr-local-image img {
  width: 100%;
  height: auto;
}
.bnr-local-title {
  margin-bottom: 2px;
  font-family: "Noto SansJapanese";
  font-size: 1.4rem;
  line-height: 1.5;
  color: #555;
}
.bnr-local-text {
  font-size: 1.2rem;
  color: #555;
}
@media screen and (max-width: 736px) {
  .nav-local {
    padding: 0;
  }
  .nav-local-title {
    padding: 15px 0 20px;
  }
  .nav-local-link {
    border-right: 1px #eee solid;
    border-left: 1px #eee solid;
  }
  .nav-local-link.is-current , .nav-local-link.is-parent , .nav-local-link:hover {
    margin: 0 -1px;
  }
  .nav-local-inner + .nav-local-title {
    margin-top: 0;
  }
  .bnr-local {
    padding: 0;
  }
  .bnr-local-link:hover img {
    opacity: 1.0;
  }
  .bnr-local-image {
    width: 100%;
  }
}

/* mypagebox
---------------------------------------------------------- */
.mod-mypage-box {
  position: fixed;
  z-index: 10;
  top: 95px;
  right: 20px;
  display: none;
  width: 300px;
  background: #f2f2f2;
}
.mod-mypage-box.is-fixed {
  position: fixed;
  z-index: 100;
}
.is-scroll .mod-mypage-box {
  top: 50px;
}
.mod-mypage-box-inner {
  padding: 28px 30px;
}
.mod-mypage-box-text {
  margin-bottom: 16px;
  text-align: center;
  font-size: 1.2rem;
  color: #b32c44;
  display:none !important;
}
.mod-mypage-box-titlelink {
  margin-bottom: 26px;
  background: #222a5d;
}
.mod-mypage-box-titlelink > a {
  display: block;
  padding: 8px 10px;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
}
.mod-mypage-box-titlelink > a:hover {
  transition: all .18s ease-out;
  text-decoration: none;
}
.mod-mypage-box-titlelink > a:hover:hover {
  opacity: .7;
}
.mod-mypage-box-list-item + .mod-mypage-box-list-item {
  margin-top: 12px;
}
.mod-mypage-box-list-item > a {
  position: relative;
  font-size: 1.2rem;
  color: #222a5d;
}
.mod-mypage-box-list-item > a:after {
  position: absolute;
  top: 50%;
  right: -8px;
  display: inline-block;
  content: "";
  width: 3px;
  height: 3px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #222a5d;
  border-right: 1px solid #222a5d;
}

@media screen and (max-width: 736px) {
  .mod-mypage-box {
    position: fixed;
    top: 121px;
    right: 0;
    left: 0;
    width: 100%;
  }
  .mod-mypage-box-inner {
    padding: 30px 20px;
  }
  .mod-mypage-box-text {
    margin-bottom: 20px;
    font-size: 1.3rem;
    font-weight: bold;
  }
  .mod-mypage-box-titlelink {
    margin-bottom: 25px;
  }
  .mod-mypage-box-titlelink > a {
    padding: 20px 10px;
    font-size: 1.4rem;
  }
  .mod-mypage-box-list {
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
  }
  .mod-mypage-box-list-item {
    border-top: 1px solid #eee;
    background-color: #fff;
  }
  .mod-mypage-box-list-item + .mod-mypage-box-list-item {
    margin-top: 0;
  }
  .mod-mypage-box-list-item > a {
    display: block;
    padding: 22px 35px 22px 20px;
    font-size: 1.4rem;
  }
  .mod-mypage-box-list-item > a:after {
    right: 27px;
    width: 4px;
    height: 4px;
  }
}

/* favoritebox
---------------------------------------------------------- */
.mod-favoritebox {
  position: absolute;
  z-index: 9000;
  top: 70px;
  right: 20px;
  display: none;
  width: 300px;
  min-height: 465px;
  padding: 30px 0 17px;
  background: #f9f5ef;
}
.mod-favoritebox.is-fixed {
  position: fixed;
  z-index: 100;
}
.mod-favoritebox-addbutton {
  width: 240px;
  margin: 0 auto;
  text-align: center;
}
.mod-favoritebox-addbutton > a {
  display: block;
  width: 100%;
  padding: 8px 10px;
  transition: all .18s ease-out;
  font-size: 1.2rem;
  line-height: 1.1;
  color: #fff;
  background: #c7b482;
}
.mod-favoritebox-addbutton > a:hover {
  opacity: .7;
}
.mod-favoritebox-addbutton > a:hover {
  text-decoration: none;
}
.mod-favoritebox-wrap {
  position: relative;
  background: #f9f5ef;
}
.mod-favoritebox-inner {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
}
.mod-favoritebox-inner.is-active {
  z-index: 1;
  opacity: 1;
}
.mod-favoritebox-tab {
  overflow: hidden;
  width: 240px;
  margin: 20px auto 0;
}
.mod-favoritebox-tab > li {
  float: left;
  width: 50%;
}
.mod-favoritebox-tab > li.is-active > a {
  padding-bottom: 14px;
  border-bottom: 2px solid #c7b482;
}
.mod-favoritebox-tab > li > a {
  display: block;
  padding-bottom: 15px;
  text-align: center;
  font-size: 1.2rem;
  border-bottom: 1px solid #e1e1e1;
}
.mod-favoritebox-tab > li > a:hover {
  padding-bottom: 14px;
  text-decoration: none;
  border-bottom: 2px solid #c7b482;
}
.mod-favoritebox-body {
  overflow: hidden;
  width: 300px;
  height: 225px;
  margin: 0 auto;
  padding: 0 30px 20px 30px;
  transition: all .6s;
  background: #f9f5ef;
}
.mod-favoritebox-body.type-01 {
  height: 336px;
}
.mod-favoritebox-body-item {
  position: relative;
  padding: 17px 40px 17px 0;
  border-bottom: 1px solid #e1e1e1;
}
.mod-favoritebox-body-head {
  overflow: hidden;
}
.mod-favoritebox-body-figure {
  float: left;
  width: 60px;
  height: 40px;
  margin-right: 24px;
}
.mod-favoritebox-body-figure > span {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.mod-favoritebox-body-figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mod-favoritebox-body-detail {
  overflow: hidden;
  font-size: 1.3rem;
}
.mod-favoritebox-body-bottom {
  margin-top: 17px;
  font-size: 1.1rem;
  line-height: 1.1;
}
.mod-favoritebox-body-bottom input[type="checkbox"] {
  display: none;
}
.mod-favoritebox-body-bottom input[type="checkbox"] + .check-trigger {
  position: relative;
  display: inline-block;
  padding-left: 23px;
  cursor: pointer;
  color: #58729d;
}
.mod-favoritebox-body-bottom input[type="checkbox"] + .check-trigger:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: url("/general/img/ico_checkbox_off_01.png") no-repeat;
  background-size: 14px;
}

.mod-favoritebox-body-bottom input[type="checkbox"]:checked + .check-trigger:before {
  background: url("/general/img/ico_checkbox_on_01.png") no-repeat;
}
.mod-favoritebox-body-link {
  position: relative;
  margin-right: 19px;
  padding-right: 12px;
  color: #58729d;
}
.mod-favoritebox-body-link:before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  left: auto;
  display: inline-block;
  content: "";
  width: 6px;
  height: 8px;
  margin-top: -4px;
  background: url("/general/img/ico_arrow_right_blue_01.png") no-repeat;
  background-size: 6px 8px;
}
.mod-favoritebox-body-under {
  padding: 18px 20px 0;
  border-top: 1px solid #dcd8d3;
}
.mod-favoritebox-body-detail {
  overflow: hidden;
  margin: 0 -10px;
}
.mod-favoritebox-body-detail + .mod-favoritebox-body-detail {
  margin-top: 16px;
}
.mod-favoritebox-body-detail-item {
  float: left;
  width: 50%;
  padding: 0 10px;
  font-size: 1.1rem;
}
.mod-favoritebox-body-detail-item input[type="checkbox"] {
  display: none;
}
.mod-favoritebox-body-detail-item input[type="checkbox"] + .check-trigger {
  position: relative;
  display: inline-block;
  padding-left: 23px;
  cursor: pointer;
  color: #58729d;
}
.mod-favoritebox-body-detail-item input[type="checkbox"] + .check-trigger:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: url("/general/img/ico_checkbox_off_01.png") no-repeat;
  background-size: 14px;
}
.mod-favoritebox-body-detail-item input[type="checkbox"]:checked + .check-trigger:before {
  background: url("/general/img/ico_checkbox_on_01.png") no-repeat;
}
.mod-favoritebox-body-detail-item a.is-disabled {
  cursor: default;
  opacity: .5;
}
.mod-favoritebox-button {
  display: table;
  width: 100%;
  transition: all .18s ease-out;
  text-align: center;
  background: #222a5d;
}
.mod-favoritebox-button:hover {
  opacity: .7;
}
.mod-favoritebox-button-inner {
  display: table-cell;
  padding: 8px 2px;
  vertical-align: middle;
  font-size: 1.2rem;
  line-height: 1.1;
  color: #fff;
}
.mod-favoritebox-delete {
  position: absolute;
  top: 17px;
  right: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  transition: all .18s ease-out;
  text-indent: -9999px;
  background: url("/general/img/btn_close_favorite_01.png") no-repeat;
  background-size: 8px;
}
.mod-favoritebox-delete:hover {
  opacity: .7;
}
.mod-favoritebox .mod-favoritebox-body-head .mod-favoritebox-body-detail {
  margin-right: 0;
  margin-left: 0;
}

@media screen and (max-width: 736px) {
  .mod-favoritebox {
    position: fixed;
    top: 59px;
    right: 0;
    left: 0;
    width: 100%;
    padding: 30px 20px;
  }
  .mod-favoritebox-addbutton {
    width: 100%;
  }
  .mod-favoritebox-addbutton > a {
    padding: 14px 10px;
  }
  .mod-favoritebox-inner {
    width: 100%;
  }
  .mod-favoritebox-tab {
    width: 100%;
  }
  .mod-favoritebox-tab > li > a {
    font-size: 1.4rem;
  }
  .mod-favoritebox-body {
    width: 100%;
    padding: 0 23px 0 0;
  }
  .mod-favoritebox-body-item {
    padding: 30px 55px 27px 0;
  }
  .mod-favoritebox-body-figure {
    width: 120px;
    height: 80px;
    margin-right: 16px;
  }
  .mod-favoritebox-body-detail {
    font-size: 1.4rem;
  }
  .mod-favoritebox-body-under {
    padding-right: 0;
    padding-left: 0;
  }
  .mod-favoritebox-delete {
    top: 35px;
    width: 10px;
    height: 10px;
    background-size: 10px;
  }
}

/* breadcrumb
---------------------------------------------------------- */
.nav-breadcrumb {
  padding: 0 3%;
  background-color: #ffffff;
  border-bottom: 1px solid #e2e2e2;
}
.nav-breadcrumb-inner {
  overflow: hidden;
  min-width: 1024px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5px 0;
}
.nav-breadcrumb-item {
  position: relative;
  float: left;
  margin-right: 10px;
  padding-right: 16px;
  font-size: 1.1rem;
}
.nav-breadcrumb-item::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 4px;
  height: 6px;
  margin-top: -3px;
  background: url(/general/img/icn_breadcrumb_arrow_01.png) top left no-repeat;
  background-size: 4px 6px;
}
.nav-breadcrumb-item:last-child {
  margin-right: 0;
}
.nav-breadcrumb-item:last-child::after {
  display: none;
}
.nav-breadcrumb-item a , .nav-breadcrumb-item span {
  display: inline-block;
  color: #000000;
}
.mod-modulepage-heading {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.mod-modulepage-heading .category {
  display: inline-block;
  margin-right: 5px;
  padding: 2px 5px;
  vertical-align: middle;
  font-size: 1.2rem;
  color: #fff;
  background-color: #f08300;
}
.mod-modulepage-heading .id {
  display: inline-block;
  margin-right: 5px;
  padding: 2px 5px;
  vertical-align: middle;
  font-size: 1.2rem;
  color: #fff;
  background-color: #610f7a;
}
.mod-modulepage-heading .name {
  display: inline-block;
  vertical-align: middle;
}
.mod-modulepage-heading .description {
  margin-top: 1.0em;
  font-size: 1.1rem;
  color: #555;
}
.atode {
  display: block;
  padding: 10px 10px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: lightcoral;
}

@media screen and (max-width: 736px) {
  .nav-breadcrumb-inner {
    overflow-x: auto;
    min-width: 100%;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .nav-breadcrumb-item {
    display: table-cell;
    float: none;
    margin-right: 0;
    padding-left: 10px;
    vertical-align: middle;
  }
}

/* ==========================================================
 header
========================================================== */
/* header
---------------------------------------------------------- */
.header {
  z-index: 9000;
  width: 100%;
  height: 94px!important;
  min-width: 980px;
  border-bottom: 1px solid #e2e2e2;
  background-color: #fff;
}
.header-inner {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
  padding: 10px 3% 0;
  background: #ffffff;
  transition: all .4s ease-out;
}
.header-utility {
  position: relative;
  order: 3;
  /*width: 230px;*/
  width: 180px;
  padding-bottom: 5px;
}
.header-utility .header-button-wrap {
  margin-top: 11px;
  padding-bottom: 4px;
}
.header-utility .header-button {
  float: left;
}
.header-utility .header-button.header-button-mypage {
  display: none;
}

@media screen and (max-width: 736px) {
  .header {
    position: fixed;
    z-index: 9000;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 60px!important;
    border-bottom: none;
  }
  .header-inner {
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    padding: 0;
    border-bottom: 1px solid #d4d4d4;
  }
  .header-utility {
    position: inherit;
    order: 2;
    width: 140px;
    margin-bottom: 5px;
    padding-bottom: 0;
  }
  .header-utility .header-button-wrap {
    margin-top: 0;
    padding-bottom: 0;
  }
}


/* header Logo
---------------------------------------------------------- */
.header-logo {
  display: flex;
  align-items: center;
  width: 128px;
  order: 1;
  padding-bottom: 8px;
}
.header-logo-link {
  display: block;
  transition: all .18s ease-out;
}
.header-logo-link:hover {
  opacity: .7;
}
.header-logo-link img {
  width: 131px;
  height: 29px;
 /* height: auto;*/
}
.header-logo-nomura {
  width: 210px;
}
.header-logo-nomura-sp {
  display: none;
}

@media screen and (max-width: 736px) {
  .header-logo {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    padding-bottom: 0;
  }
  .header-logo-nomura {
    display: none;
  }
  .header-logo-nomura-sp {
    display: block;
    height: 44px;
    border-bottom: 1px solid #d4d4d4;
    transition: all .4s ease-out;
  }
  .header-logo-nomura-sp a {
    float: right;
    padding: 5px 8px 0 0;
  }
  .header-logo-nomura-sp a img {
    width: 210px;
    height: 33px;
  }
  .header.is-scroll .header-logo-nomura-sp {
    margin-top: -44px;
  }
}

/* header Button
---------------------------------------------------------- */
.header-button {
  position: relative;
}
.header-button-link {
  position: relative;
  transition: all .18s ease-out;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
}
.header-button-link:hover {
  opacity: .7;
}
.header-button-link:hover {
  text-decoration: none;
}
.header-button-favorite > a {
  background: #c7b482;
}
.header-button-favorite > a.is-active:before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 5px);
  content: "";
  width: 0;
  height: 0;
  border-width: 5px 5px 0 5px;
  border-style: solid;
  border-color: #c7b482 transparent transparent transparent;
}
.header-button-unread {
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 15px;
  display: none !important;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  line-height: 18px;
  color: #fff;
  border-radius: 50%;
  background: #b52d44;
}
.header-button-mypage {
  display: block;
}
.header-button-mypage > a.is-active:before {
  position: absolute;
  bottom: -26px;
  left: calc(50% + 3px);
  content: "";
  width: 0;
  height: 0;
  border-width: 5px 5px 0 5px;
  border-style: solid;
  border-color: #222a5d transparent transparent transparent;
}
.header-button-mypage .header-button-inner:before {
  background: url("/general/img/ico_login_on_02.svg") no-repeat;
}
.header-button-inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  vertical-align: middle;
  letter-spacing: .2em;
  color: #000000;
  font-size: 1.3rem;
  /*font-family: "Noto SansJapanese", sans-serif;*/
}
.header-button-inner:before {
  align-items: center;
  content: "";
  width: 18px;
  height: 16px;
  margin: 0 6px 0 0;
  vertical-align: middle;
  background: url("/general/img/icn_login_02.png") no-repeat;
  background-size: 18px 16px;
}
.header-button-favorite .header-button-inner:before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 12px;
  margin: -2px 6px 0 0;
  vertical-align: middle;
  background: url("/general/img/ico_favorite_click_off.svg") no-repeat;
  background-size: 14px 12px;
}
.header-button-favorite > .is-faved > .header-button-inner:before {
  background-image: url("/general/img/ico_favorite_click_on.svg");
}
.header-menu-button {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 59px;
  height: 59px;
  text-align: center;
  border-left: 1px solid #eee;
  outline: none;
  background-color: #fff;
}
.header-menu-button-bar {
  position: absolute;
  right: 0;
  left: 0;
  width: 20px;
  height: 2px;
  margin: auto;
  background-color: #000;
}
.header-menu-button-bar.top {
  top: 35%;
  transform: translateY(-50%);
}
.header-menu-button-bar.mdl {
  top: 50%;
  transform: translateY(-50%);
}
.header-menu-button-bar.btm {
  top: 65%;
  transform: translateY(-50%);
}
.header-menu-button-title {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  padding-top: 36px;
  font-size: 1.0rem;
  font-weight: bold;
}
.header-menu-button.is-open .header-menu-button-bar.top {
  top: 30px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-menu-button.is-open .header-menu-button-bar.mdl {
  display: none;
}
.header-menu-button.is-open .header-menu-button-bar.btm {
  top: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-menu-button.is-open .header-menu-button-title {
  color: #fff;
}
.header-favorite-button {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 70px;
  height: 59px;
  text-align: center;
  background-color: #f9f5ef;
}
.header-favorite-button-bar {
  position: absolute;
  right: 0;
  left: 0;
  width: 14px;
  height: 2px;
  margin: auto;
  background-color: #000;
}
.header-favorite-button-bar.top {
  top: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-favorite-button-bar.btm {
  top: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-favorite-button-title {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  padding-top: 36px;
  font-size: 1.0rem;
  font-weight: bold;
}
.is-active .header-favorite-button {
  display: block;
}

@media screen and (max-width: 736px) {
  .header-button-link {
    display: block;
    width: 70px;
    height: 59px;
    padding: 0;
    color: #000;
    background-color: #fff;
  }
  .header-button-link::before {
    display: none;/*検索実装時に消す*/
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 1px;
    height: 10px;
    margin-top: -5px;
    background-color: #eee;
  }
  .header-button-link:hover {
    opacity: 1.0;
  }
  .header-button-favorite > a {
    background-color: #fff;
  }
  .header-button-favorite > a.is-active {
    background-color: #f9f5ef;
  }
  .header-button-favorite > a.is-active::before {
    border: none;
  }
  .header-button-favorite > a.is-active .header-button-inner::before {
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    width: 14px;
    height: 2px;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #000;
  }
  .header-button-favorite > a.is-active .header-button-inner::after {
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    content: "";
    width: 14px;
    height: 2px;
    margin: auto;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #000;
  }
  .header-button-unread {
    top: 15px;
    right: 8px;
    font-size: 1.0rem;
  }
  .header-button-mypage > a.is-active {
    background: #f2f2f2;
  }
  .header-button-mypage > a.is-active .header-button-inner:before {
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    width: 14px;
    height: 2px;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #000;
  }
  .header-button-mypage > a.is-active .header-button-inner:after {
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    content: "";
    width: 14px;
    height: 2px;
    margin: auto;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #000;
  }
  .header-button-mypage > a.is-active:before {
    content: normal;
  }
  .header-button-mypage .header-button-inner:before {
    position: absolute;
    top: 15px;
    right: 0;
    left: 0;
    margin: auto;
    background: url("/general/img/ico_login_01.png") no-repeat;
    background-size: 12px 12px;
  }
  .header-button-inner {
    display: block;
    padding: 37px 0 0;
    text-align: center;
    letter-spacing: .1em;
    font-size: 1.2rem;
  }
  .header-button-inner:before {
    position: absolute;
    top: 15px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .header-button-favorite .header-button-inner:before {
    position: absolute;
    top: 15px;
    right: 0;
    left: 0;
    margin: auto;
    background: url("/general/img/ico_heart_sp_01.png") no-repeat;
    background-size: 14px 12px;
  }
  .header-button-favorite > .is-faved > .header-button-inner:before {
    background-image: url("/general/img/ico_heart_01_on.png");
  }
  .header-menu-button {
    display: block;
    position: inherit;
    order: 3;
    height: 60px;
    border-left: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
  }
}

/* header button
---------------------------------------------------------- */
.header-button-wrap {
  display: flex;
  flex-flow: row wrap;
/*  justify-content: space-between;*//*検索実装時にこちらを使う*/
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-top: 15px;
}
.header-button-wrap::after {
  display: none;/*検索実装時に消す*/
  content: "";
  position: absolute;
  top: 0;
  left: 40%;
  width: 1px;
  height: 30px;
  background: #7a7a7a;
}
.header-input,
.header-button-members {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  height: 30px;
}
.header-input {
  width: 45%;
}
.header-button-members {
  /*width: 55%;*/
  width: 100%;
  transition: 0.4s ease-in-out;
}
.header-button-members:hover {
  opacity: .6;
}

@media screen and (max-width: 736px) {
  .header-button-wrap {
    justify-content: flex-end;
    margin-top: 0;
  }
  .header-input,
  .header-button-members {
    width: 50%;
    height: 59px;
  }
  .header-input {
    display: flex;
    justify-content: center;
    border-left: 1px solid #d4d4d4;
  }
  .header-button-wrap::after {
    left: 50%;
    height: 59px;
    background: #d4d4d4;
  }
  .header-button-members:hover {
    opacity: 1;
  }
}

/* header input
---------------------------------------------------------- */
.header-input-content {
  position: relative;
  width: 0;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.header-input-content.on {
  -webkit-animation-name: in-out;
  animation-name: in-out;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.header-input-content input[type=text] {
  box-sizing: border-box;
  padding: 0;
  width: 0;
  height: 30px;
  border: none;
  border-radius: 0;
  background: #ffffff;
  color: #000000;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  outline: 0;
  -webkit-transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out, padding 0.4s;
  transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out, padding 0.4s;
  -webkit-transform: translate(-102%, 0);
  transform: translate(-102%, 0);
}
.header-input-content .search {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: none;
  height: 15px;
  width: 15px;
  padding: 0;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: none;
  outline: none;
}
.header-input-content .search:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 2px solid #000000;
  border-radius: 50%;
  background: none;
  color: #000000;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.header-input-content .search::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 9px;
  width: 6px;
  height: 2px;
  background-color: #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.header-input-content.active .search {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate(-300px, -50%);
  transform: translate(-300px, -50%);
}
.header-input-content.active input[type=text] {
  box-sizing: border-box;
  padding: 0 15px 0 30px;
  width: 300px;
  height: 30px;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  background: #ffffff;
  color: #000000;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  outline: 0;
  -webkit-transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out, padding 0.4s;
  transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out, padding 0.4s;
}
.header-input-text {
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.header-input-text::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 2px solid #000000;
  border-radius: 50%;
  background: none;
  color: #000000;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.header-input-text::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 7px;
  width: 6px;
  height: 2px;
  background-color: #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.header-input-text.close:before {
  top: 50%;
  left: 0;
  width: 13px;
  height: 2px;
  border: 1px solid #000000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 0;
}
.header-input-text.close:after {
  top: 11px;
  left: 0;
  width: 13px;
  height: 2px;
}
.header-input-text span {
  margin-left: 20px;
  letter-spacing: .2em;
  color: #000000;
  font-family: "Noto SansJapanese", sans-serif;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.header-input-text span::before {
  content: "検索";
}
.header-input-text.close span::before {
  content: "閉じる";
}
.header-input-text:hover {
  opacity: .6;
}

@media screen and (max-width: 736px) {
  .header-input-text::before {
    top: 7px;
    left: calc(50% - 3px);
    transform: translateX(-50%);
  }
  .header-input-text::after {
    top: 19px;
    left: 16px;
  }
  .header-input-text.close:before,
  .header-input-text.close:after {
    top: 25px;
    left: 12px;
    width: 30px;
  }
  .header-input-text span {
    margin-left: 0;
  }
  .header-input-text span::before {
    display: block;
    margin-top: 25px;
  }
  .header-input-text.close span::before {
    opacity: 0;
  }
  .header-input-content {
    display: block;
    position: fixed;
    top: 90px;
    left: 0;
    width: 100vw;
    opacity: 0;
    pointer-events: none;
    transform: none;
  }
  .header-input-content input[type=text],
  .header-input-content.active input[type=text] {
    width: calc(100vw - 30px);
    transform: none;
    margin: 0 15px;
  }
  .header-input-content.active {
    top: 135px;
    opacity: 1;
    pointer-events: auto;
  }
  .header.is-scroll .header-input-content.active {
    top: 75px;
  }
  .header-input-content::before {
    content: "";
    display: block;
    position: fixed;
    top: 120px;
    left: 0;
    width: 100vw;
    height: 60px;
    border-top: 1px solid #d4d4d4;
    background: #ffffff;
    z-index: -1;
  }
  .header-input-content.active::before {
    top: 120px;
  }
  .header.is-scroll .header-input-content.active::before {
    top: 60px;
  }
  .header-input-content .search,
  .header-input-content.active .search {
    top: 8px;
    left: 20px;
    transform: none;
  }
  .header-input-text:hover {
    opacity: 1;
  }
}

/* header clone
---------------------------------------------------------- */
.header.is-clone {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 50px!important;
  margin: 0 auto;
  transition: top .5s;
}
.header.is-clone .header-inner {
  opacity: 0;
}
.header.is-clone .nav-global {
  opacity: 0;
}
.header.is-clone.is-active {
  top: 0 !important;
}
.header.is-clone.is-active .header-inner {
  opacity: 1;
}
.header.is-clone.is-active .nav-global {
  opacity: 1;
}
.header.is-clone .header-inner {
  display: flex;
  padding: 10px 20px 0;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: none;
}
.header.is-clone .header-utility {
  position: relative;
  padding-bottom: 7px;
  width: 100px;
}
.header.is-clone .header-utility .header-button-favorite .header-button-inner {
  background: url("/general/img/ico_favorite_click_off.svg") no-repeat center center;
  background-size: 14px 12px;
}
.header.is-clone .header-utility .header-button-favorite .is-faved .header-button-inner {
  background-image: url("/general/img/ico_favorite_click_on.svg");
}
.header.is-clone .header-utility .header-button-inner::before {
    content: "";
    width: 18px;
    height: 16px;
    margin: 0 6px 0 0;
    vertical-align: middle;
    background: url(/general/img/icn_login_02.png) no-repeat;
    background-size: 18px 16px;
    align-items: center;
}
.header.is-clone .header-utility .header-button-inner .batti {
  text-indent: 0;
}
.header-button-favorite .header.is-clone .header-utility .header-button-inner:before {
  content: normal;
}
.header.is-clone .header-utility .mod-favoritebox {
  top: 70px;
  right: 0;
}
.header.is-clone .nav-global {
  margin-left: 0;
  padding: 0;
}
.header.is-clone .header-button-wrap {
  margin-top: 0;
}
.is-page-faved .header .header-button-favorite .header-button-inner:before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 12px;
  margin: -2px 6px 0 0;
  vertical-align: middle;
  background: url(/general/img/ico_favorite_click_on.svg) no-repeat;
  background-size: 14px 12px;
}

@media screen and (max-width: 1300px) {
  .header.is-clone .nav-global-item {
    margin: 0;
  }
}
@media screen and (max-width: 736px) {
  .header.is-clone {
    display: none;
  }
  .header.is-clone .nav-global {
    z-index: -1;
    display: none !important;
    height: 0;
  }
  .is-page-faved .header .header-button-favorite .header-button-inner:before {
    position: absolute;
    top: 15px;
    right: 0;
    left: 0;
    margin: auto;
    background: url(/general/img/ico_heart_01_on.png) no-repeat;
    background-size: 14px 12px;
  }
  .is-page-faved .header .header-button-favorite .is-active .header-button-inner:before {
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    width: 14px;
    height: 2px;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #000;
  }
}


/* ==========================================================
 user footer
========================================================== */

/* mod-bg-slide(スライダー用背景)
---------------------------------------------------------- */
.mod-bg-slide {
  min-height: 200px;
  padding: 0 20px;
  background: url(/general/img/loading.gif) no-repeat center center;
}
.mod-bg-slide.is-hide {
  min-height: 0;
  background: none;
}

/* おすすめコンテンツ
---------------------------------------------------------- */
.area-recommend {
  padding: 0 3% 50px;
}
.area-recommend-inner {
  width: 100%;
  min-width: 1024px;
  max-width: 1200px;
  margin: 0 auto;
}
.area-recommend-home {
  background-color: #f2f2f2;
}

@media screen and (max-width: 736px) {
  .area-recommend {
    padding: 20px 20px 30px;
  }
  .area-recommend-inner {
    min-width: 100%;
  }
}

/* mod-recommend
---------------------------------------------------------- */
.mod-recommend {
  display: none;
  margin: 0 -20px;
  padding-bottom: 40px;
}
.area-recommend-home .mod-recommend:before , .area-recommend-home .mod-recommend:after {
  background: #f2f2f2;
}
.mod-recommend.slick-initialized {
  display: block;
}
.mod-recommend-item {
  float: left;
  overflow: hidden;
  width: 33.33%;
  margin: 0 1px;
}
.mod-recommend-item:nth-child(3n) {
  width: 33.34%;
}
.mod-recommend-item > a {
  display: block;
  overflow: hidden;
  width: 100%;
}
.mod-recommend-item > a img {
  transition: all .18s ease-out;
}
.mod-recommend-item > a:hover {
  text-decoration: none;
}
.mod-recommend-item > a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.mod-recommend-item > a:hover {
  text-decoration: underline;
}
.mod-recommend-image {
  overflow: hidden;
}
.mod-recommend-image img {
  width: 100%;
  height: auto;
  -webkit-transform: rotate(.0001deg);
  transform: rotate(.0001deg);
}
.mod-recommend-title {
  margin: 10px 10px 0;
  font-family: "Noto SansJapanese";
  font-size: 1.5rem;
}
.mod-recommend-text {
  margin-top: 5px;
  font-size: 1.4rem;
}
.mod-recommend .slick-dots {
  bottom: 0;
}
.mod-recommend .slick-dots li {
  width: 6px;
  height: 6px;
}
.mod-recommend .slick-dots li button {
  width: 7px;
  height: 7px;
  padding: 3px;
  background: #dedddd;
  border-radius: 0;
}
.mod-recommend .slick-dots li button:hover {
  background: #68d1cb;
}
.mod-recommend .slick-dots li.slick-active button {
  background: #68d1cb;
}
.mod-recommend .slick-prev {
  z-index: 1;
	top: 80px;
  left: -45px;
  width: 30px;
  height: 55px;
  background: #878787;
}
@media screen and (max-width: 736px) {
	.mod-recommend .slick-prev {
		top: calc(50% - 45px);
	}
}
.mod-recommend .slick-prev:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: inline-block;
  content: "";
  width: 9px;
  height: 17px;
  opacity: 1;
  background: url(/general/img/btn_arrow_modal_left.png) no-repeat;
  background-size: 9px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.mod-recommend .slick-next {
  z-index: 1;
	top: 80px;
  right: -45px;
  width: 30px;
  height: 55px;
  background: #878787;
}

@media screen and (max-width: 736px) {
	.mod-recommend .slick-next {
		top: calc(50% - 45px);
	}
}
.mod-recommend .slick-next:before {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%,-50%);
  display: inline-block;
  content: "";
  width: 9px;
  height: 17px;
  opacity: 1;
  background: url(/general/img/btn_arrow_modal_right.png) no-repeat;
  background-size: 9px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.mod-recommend.js-slider-recommend-navigation .slick-list {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 0;
  opacity: 0;
}

@media screen and (max-width: 736px) {
  .mod-recommend:before {
    left: -20px;
  }
  .mod-recommend:after {
    right: -20px;
  }
  .mod-recommend-title {
    font-size: 1.4rem;
  }
  .mod-recommend-text {
    font-size: 1.3rem;
  }
  .mod-recommend .slick-prev {
    left: 0;
  }
  .mod-recommend .slick-next {
    right: 0;
  }
}

/* toppage */
.l-toppage .mod-recommend:before , .l-toppage .mod-recommend:after {
}

/* 最近閲覧したページ
---------------------------------------------------------- */
.area-recently-visited {
  overflow: hidden;
  padding: 0 3% 50px;
}
.area-recently-visited-inner {
  width: 100%;
  min-width: 1024px;
  max-width: 1200px;
  margin: 0 auto;
}
.area-recently-visited-home {
  background-color: #fff;
}

@media screen and (max-width: 736px) {
  .area-recently-visited {
    padding: 20px 20px 30px;
  }
  .area-recently-visited-inner {
    min-width: 100%;
  }
}

/* mod-visited
---------------------------------------------------------- */
.mod-visited {
  display: none;
  margin: 0 -20px;
  padding-bottom: 40px;
}
.area-recently-visited-home .mod-visited:before , .area-recently-visited-home .mod-visited:after {
  background: #fff;
}
.mod-visited-item {
  float: left;
  width: 20%;
  margin: 0 1px;
  padding: 0;
}
.mod-visited-item > a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.mod-visited-item > a img {
  transition: all .18s ease-out;
}
.mod-visited-item > a:hover {
  text-decoration: none;
}
.mod-visited-item > a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.mod-visited-item > a:hover {
  text-decoration: underline;
}
.mod-visited-image {
  overflow: hidden;
}
.mod-visited-image img {
  width: 100%;
  height: auto;
}
.mod-visited-text {
  margin: 10px 10px 0;
  padding: 0 1px;
  font-family: "Noto SansJapanese";
  font-size: 1.5rem;
}
.mod-visited .slick-dots {
  bottom: 0;
}
.mod-visited .slick-dots li {
  width: 6px;
  height: 6px;
}
.mod-visited .slick-dots li button {
  width: 7px;
  height: 7px;
  padding: 3px;
  background: #dedddd;
  border-radius: 0;
}
.mod-visited .slick-dots li button:hover {
  background: #68d1cb;
}
.mod-visited .slick-dots li.slick-active button {
  background: #68d1cb;
}
.mod-visited .slick-prev {
  z-index: 1;
  /*top: calc(50% - 45px);*/
	top: 80px;
  left: -45px;
  width: 30px;
  height: 55px;
  background: #878787;
}
@media screen and (max-width: 736px) {
	.mod-visited .slick-prev {
		top: calc(50% - 45px);
	}
}
.mod-visited .slick-prev:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: inline-block;
  content: "";
  width: 9px;
  height: 17px;
  opacity: 1;
  background: url(/general/img/btn_arrow_modal_left.png) no-repeat;
  background-size: 9px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.mod-visited .slick-next {
  z-index: 1;
  /*top: calc(50% - 45px);*/
	top: 80px;
  right: -45px;
  width: 30px;
  height: 55px;
  background: #878787;
}
@media screen and (max-width: 736px) {
	.mod-visited .slick-next {
		top: calc(50% - 45px);
	}
}
.mod-visited .slick-next:before {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%,-50%);
  display: inline-block;
  content: "";
  width: 9px;
  height: 17px;
  opacity: 1;
  background: url(/general/img/btn_arrow_modal_right.png) no-repeat;
  background-size: 9px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.mod-visited.js-slider-visited-navigation .slick-list {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 0;
  opacity: 0;
}

@media screen and (max-width: 736px) {
  .mod-visited {
    margin: 0 -20px;
  }
  .mod-visited:before {
    left: -15px;
  }
  .mod-visited:after {
    right: -15px;
  }
  .mod-visited-item {
    padding: 0;
    overflow: hidden;
  }
  .mod-visited .slick-prev {
    left: 0;
  }
  .mod-visited .slick-next {
    right: 0;
  }
}


/* SNS
---------------------------------------------------------- */
.area-sns {
  position: relative;
  background: #fff;
  overflow: hidden;
  padding: 35px 3% 75px;
  border-top: 1px solid #e4e4e4;
}
.area-sns-inner {
  width: 100%;
  min-width: 1024px;
  max-width: 1200px;
  margin: 0 auto;
}
.area-sns .ttl-heading:after {
	content: none;
}
.area-sns-inner ul {
	text-align: center;
}
.area-sns-inner ul li {
	display: inline-block;
	margin: 0 50px;
	font-family: "Noto SansJapanese";
}
.area-sns-inner ul li img {
    margin: 0 0 10px;
    width: 51px;
}
@media screen and (max-width: 736px) {
  .area-sns-inner {
    min-width: 100%;
    padding: 0 20px;
  }
	.area-sns-inner ul li {
		margin: 0 25px;
	}
}


/* 関連サイト
---------------------------------------------------------- */
.area-relatedlinks {
  overflow: hidden;
  padding: 35px 3% 97px;
  border-top: 1px solid #e4e4e4;
}
.area-relatedlinks-inner {
  width: 100%;
  min-width: 1024px;
  max-width: 1200px;
  margin: 0 auto;
}
.area-relatedlinks .ttl-heading:after {
  display: none;
}

@media screen and (max-width: 736px) {
  .area-relatedlinks {
    padding: 25px 0 60px;
  }
  .area-relatedlinks-inner {
    min-width: 100%;
    padding: 0 20px;
  }
}

html[data-proud="philosophy"] #main.page-parmanent2 #footer-include-container .area-relatedlinks-home {
     background-color: #fff; 
}

/* mod-site-links
---------------------------------------------------------- */
.mod-site-links {
  overflow: hidden;
  margin: 0 -20px;
}
.mod-site-links-item {
  float: left;
  width: 25%;
  padding: 0 20px;
}
.mod-site-links-item:nth-child(n+5) {
  margin-top: 20px;
}
.mod-site-links-item > a {
  display: block;
  transition: all .18s ease-out;
}
.mod-site-links-item > a:hover {
  text-decoration: underline;
}
.mod-site-links-item figure {
  overflow: hidden;
  border: 1px solid #000000;
}
.mod-site-links-item > a:hover .mod-site-links-image img {
  transition: all .18s ease-out;
}
.mod-site-links-item > a:hover .mod-site-links-image img {
  opacity: .7;
}
.mod-site-links-image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.mod-site-links-text {
  vertical-align:baseline; 
  margin-top: 15px;
  font-size: 14px;
  font-family: "Noto Sansjapanese";
}
.mod-site-links-icn {
  padding-left: 5px;
  vertical-align: baseline;
}
.area-user-footer-home {margin-top:60px;}

@media screen and (max-width: 736px) {
  .mod-site-links {
    margin: -25px -10px 0;
  }
  .mod-site-links-item {
    width: 50%;
    margin-top: 25px;
    padding: 0 10px;
  }
  .mod-site-links-image {
    margin-bottom: 15px;
  }
}

/* ==========================================================
 footer
========================================================== */
/* conversion btn
---------------------------------------------------------- */
.btn-conversion,
.btn-conversion_list-sp {
  position: fixed;
  top: 50%;
  right: -127px;
  transform: translateY(-50%) translate3d(0, 0, 0);
  padding: 20px 15px;
  background: #68D1CB;
  border-radius: 5px 0 0 5px / 5px 0 0 5px;
  opacity: 0;
  z-index: 30;
  transition: all .3s;
  pointer-events: none;
}
.btn-conversion_list-sp {
  z-index: 29;
  pointer-events: auto;
}
.btn-conversion-wrap.is-active .btn-conversion {
  opacity: 1;
  pointer-events: auto;
}
.btn-conversion:hover {
  right: 0;
}
.btn-conversion_item {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: "Noto SansJapanese";
  color: #ffffff;
  cursor: pointer;
}
.btn-conversion_item + .btn-conversion_item {
  margin-top: 20px;
}
.btn-conversion_icon {
  margin: 0 10px 0 0;
}
.btn-conversion_icon-mansion {
  width: 26px;
  height: 21px;
  background: url(/general/img/icn_conversion_mansion.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 26px auto;
}
.btn-conversion_icon-mail {
  width: 26px;
  height: 19px;
  background: url(/general/img/icn_conversion_mail.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 26px auto;
}
.btn-conversion_text {
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .btn-conversion {
    right: -178px;
  }
  .btn-conversion_list-sp {
    pointer-events: none;
    right: -10px;
  }
  .btn-conversion-wrap.is-active .btn-conversion_list-sp {
    opacity: 1;
    pointer-events: auto;
  }
  .btn-conversion-wrap.activeSP .btn-conversion {
    right: 0;
  }
}

/* pagetop btn
---------------------------------------------------------- */
.btn-pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 33px;
  height: 33px;
  transition: all .18s ease-out;
  background: #68D1CB;
  border: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all .3s;
}
.btn-pagetop.is-active {
  opacity: 1;
  pointer-events: auto;
}
.btn-pagetop:hover {
  background: #ffffff;
  border: 2px solid #68D1CB;
}

.btn-pagetop > a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  text-indent: 100%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn-pagetop > a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 16px;
  height: 2px;
  background: #ffffff;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all .18s ease-out;
}
.btn-pagetop > a:after {
  position: absolute;
  top: 45%;
  left: 50%;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: all .18s ease-out;
}
.btn-pagetop:hover > a:before {
  background: #68d1cb;
}
.btn-pagetop:hover > a:after {
  border-top: 2px solid #68D1CB;
  border-right: 2px solid #68D1CB;
}

@media screen and (max-width: 736px) {
  .btn-pagetop {
    bottom: 70px;
    right: 15px;
  }
  .btn-pagetop > a {
    padding: 24px 0 13px;
  }
  .btn-pagetop:hover {
  background: #68D1CB;
  border: none;
  }
  .btn-pagetop > a:before {
    border-width: 1px;
  }
  .btn-pagetop:hover > a:before {
  background: #ffffff;
  }
  .btn-pagetop:hover > a:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  }
}

/* footer
---------------------------------------------------------- */
.footer {
  background: #ffffff;
}
.footer-inner {
  overflow: hidden;
  width: 100%;
  min-width: 1024px;
  max-width: 1380px;
  margin: 0 auto;
  padding: 40px 3%;
}

@media screen and (max-width: 736px) {
  .footer-inner {
    min-width: 100%;
    padding: 0;
  }
}
/* footer gloval-navi
---------------------------------------------------------- */
.footer-global-navi {
  padding: 20px 0;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.footer-global-navi-main,
.footer-global-navi-sub {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  max-width: 640px;
  margin: auto;
}
.footer-global-navi-main li,
.footer-global-navi-sub li {
  position: relative;
}
.footer-global-navi-main {
  font-size: 15px;
}
.footer-global-navi-main li+li {
  margin-left: 90px;
}
.footer-global-navi-main li a {
  position: relative;
  /*font-family: "Noto SansJapanese Medium";*/
font-family: "Noto SansJapanese", sans-serif;
}
.footer-global-navi-sub {
  margin-top: 30px;
  font-size: 13px;
}
.footer-global-navi-sub li+li {
  margin-left: 30px;
}
.footer-global-navi-sub li a,
.footer-infomation-links-item a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.footer-global-navi-main li a:before,
.footer-global-navi-main li a:after,
.footer-global-navi-sub li a:before,
.footer-global-navi-sub li a:after,
.footer-infomation-links-item a:before,
.footer-infomation-links-item a:after {
  position: absolute;
  bottom: 0;
  display: inline-block;
  content: "";
  width: 0;
  height: 1px;
  transition: all .05s ease-in-out;
  background-color: #000000;
}
.footer-global-navi-main li a:hover,
.footer-global-navi-sub li a:hover,
.footer-infomation-links-item a:hover {
  text-decoration: none;
}
.footer-global-navi-main li a:before,
.footer-global-navi-sub li a:before,
.footer-infomation-links-item a:before {
  left: 50%;
}
.footer-global-navi-main li a:after,
.footer-global-navi-sub li a:after,
.footer-infomation-links-item a:after {
  right: 50%;
}
.footer-global-navi-main li a:hover:before,
.footer-global-navi-main li a:hover:after,
.footer-global-navi-sub li a:hover:before,
.footer-global-navi-sub li a:hover:after,
.footer-infomation-links-item a:hover:before,
.footer-infomation-links-item a:hover:after {
  width: 50%;
}

@media screen and (max-width: 736px) {
  .footer-global-navi {
    padding: 0;
  }
  .footer-global-navi-main,
  .footer-global-navi-sub {
    width: 100%;
    max-width: none;
  }
  .footer-global-navi-main li {
    width: 50%;
    padding: 10px 0;
    text-align: center;
  }
  .footer-global-navi-sub li {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-global-navi-main li+li,
  .footer-global-navi-sub li+li {
    margin-left: 0;
  }
  .footer-global-navi-main li:nth-child(n+3) {
    border-top: 1px solid #e4e4e4;
  }
  .footer-global-navi-main li:nth-child(even),
  .footer-global-navi-sub li+li {
    border-left: 1px solid #e4e4e4;
  }
  .footer-global-navi-sub {
    display: flex;
    align-items: center;
    margin-top: 0;
    border-top: 1px solid #e4e4e4;
  }
  .footer-global-navi-sub li {
    width: 50%;
    padding: 10px 0;
    text-align: center;
  }
  .footer-global-navi-sub li a {
    flex-flow: column;
  }
}
@media screen and (max-width: 380px) {
  .footer-global-navi-sub li a {
    font-size: 1.1rem;
  }
  .footer-infomation-links-item a {
    flex-flow: column;
    justify-content: flex-start
  }
}

/* footer logo
---------------------------------------------------------- */
.footer-logo {
  padding: 70px 0;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .footer-logo {
    padding: 40px 0;
  }
}

/* footer links
---------------------------------------------------------- */
.footer-links {
  display: flex;
  width: 100%;
  min-width: 1024px;
  max-width: 1300px;
  margin: 0 auto;
  margin: 0 auto;
  justify-content: center;
}
.footer-links-colum {
  width: 25%;
}
.footer-links-title {
  margin-bottom: 20px;
  text-align: center;
}
.footer-links-title a {
  display: inline-block;
  font-size: 1.5rem;
  color: #fff;
}
.footer-links-title a:hover {
  text-decoration: underline;
  color: #fff;
}
.footer-links-category-item:nth-child(n+2) {
  margin-top: 16px;
}
.footer-links-category-item > a {
  font-size: 1.2rem;
  color: #a3a4a5;
}

@media screen and (max-width: 736px) {
  .footer-links {
    display: block;
    min-width: 100%;
  }
  .footer-links-colum {
    width: 100%;
  }
  .footer-links-title {
    margin-bottom: 0;
    text-align: left;
    border-bottom: 1px solid #333a59;
  }
  .footer-links-title a {
    display: block;
    padding: 20px 20px;
    font-size: 1.3rem;
  }
  .footer-links-title a:active {
    color: #5f825d;
  }
  .footer-links-category {
    display: none;
    border-bottom: 1px solid #333a59;
  }
}

/* footer infomation links
---------------------------------------------------------- */
.footer-infomation-links {
  display: block;
  overflow: hidden;
  min-width: 1024px;
  margin: 0 auto;
  padding: 14px 0;
  text-align: center;
  letter-spacing: -.5em;
  border-bottom: 1px solid #e4e4e4;
}
.footer-infomation-links-item {
  position: relative;
  display: inline-block;
  margin: 0 20px;
  letter-spacing: normal;
}
.footer-infomation-links-item a {
  font-size: 13px;
}

@media screen and (max-width: 736px) {
  .footer-infomation-links {
    position: relative;
    min-width: 100%;
    padding: 0;
    border-bottom: none;
  }
  .footer-infomation-links::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #e4e4e4;
  }
  .footer-infomation-links {
    display: flex;
    align-items: center;
  }
  .footer-infomation-links-item {
    width: 33.333%;
    margin: 0;
    text-align: center;
  }
  .footer-infomation-links-item a {
    padding: 10px 5px;
    letter-spacing: .05em;
    font-size: 1.1rem;
    color: #555;
  }
}

/* copyright
---------------------------------------------------------- */
.footer-copyright {
  padding: 15px 0;
  text-align: center;
  background-color: #fff;
}
.footer-copyright-image {
  display: inline-block;
  width: 230px;
  margin: 0 auto;
}
.footer-copyright-image img {
  width: 231px;
}
.footer-copyright-text {
  font-family: "Lucida Grande", "Lucida Sans Unicode",sans-serif;
  font-size: 1.1rem;
  font-weight: 100;
  color: #c1c1c1;
}

@media screen and (max-width: 736px) {
  .footer-copyright {
/*    padding-right: 20px;
    padding-left: 20px;*/
  }
  .footer-copyright-text {
    font-size: 1.0rem;
  }
}

/* ==========================================================
 toppage css
 - section
 -hero
 - module
========================================================== */
.l-toppage .mod-favoritebox-addbutton {
  display: none;
}

/* ==========================================================
 section
========================================================== */
/* sec-home
---------------------------------------------------------- */
.sec-home {
  overflow: hidden;
  padding: 90px 3% 80px;
}
.sec-home-inner {
  width: 100%;
  min-width: 1024px;
  max-width: 1200px;
  margin: 0 auto;
}
.sec-home.sec-home-gray {
  background: #f2f2f2;
}
.sec-home .ttl-lead-headline {
  font-size: 3.3rem;
}

@media screen and (max-width: 736px) {
  .sec-home {
    padding: 70px 0 60px;
  }
  .sec-home-inner {
    min-width: 100%;
    padding: 0 20px;
  }
  .sec-home .ttl-lead-headline {
    font-size: 2.7rem;
  }
}

/* ==========================================================
 hero
========================================================== */
/* hero-home
---------------------------------------------------------- */
.hero-home {
  position: relative;
  overflow: hidden;
  height: 500px;
}
.hero-home.is-ready {
  height: auto;
}
.hero-home.is-ready::before {
  opacity: 0;
}
.hero-home.is-ready-fin::before {
  display: none;
}
#hero-load {
  position: relative;
  z-index: 9999;
  height: 100%;
  background-color: transparent;
}
#hero-loading {
  position: absolute;
  top: 250px;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
}
/*トップのムービー、スライド領域 早急に表示*/
.hero-home .mod-home-slider-wrap .mod-home-property-slider {
  visibility: hidden;
  position: absolute;
}
.hero-home.is-ready-fin .mod-home-slider-wrap .mod-home-property-slider.slick-slider {
  visibility: visible;
  position: static;
}

/* mod-video
 ヒーローエリアで流すムービー
---------------------------------------------------------- */
.mod-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-width: 1024px;
}
#sp_top {
  display: none;
}
#videoHome {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 736px) {
  .mod-video {
    min-width: 0 !important;
  }
  #sp_top {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding-top: 66.66% !important;
    background-image: url(../img/home/top_mainimg_sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  #brightcove {
    display: none !important;
  }
}

/* mod-gallery-links
 ヒーローエリア横からスライドしてくる要素
---------------------------------------------------------- */
.mod-gallery-links {
  position: absolute;
  top: 0;
  right: -220px;
  bottom: 0;
  left: auto;
  height: 330px;
  margin: auto;
  transition: right .5s ease;
  background: #fff;
}
.mod-gallery-links-inner {
  position: relative;
}
.mod-gallery-links-button {
  position: absolute;
  top: 0;
  left: -40px;
  background: #fff;
}
.mod-gallery-links-button > a {
  display: block;
  width: 40px;
  height: 40px;
  transition: all .18s ease-out;
  text-indent: -9999px;
  background: url("/general/img/btn_open_link_01.png") no-repeat;
  background-size: 40px;
}
.mod-gallery-links-button > a:hover {
  opacity: .7;
}
.mod-gallery-links-button > a.is-active {
  background: url("/general/img/btn_close_link_01.png") no-repeat;
  background-size: 40px;
}
.mod-gallery-links-item {
  width: 220px;
}
.mod-gallery-links-item > a {
  display: flex;
  width: 100%;
  height: 110px;
  padding: 10px 0 10px 0;
  justify-content: center;
  align-items: center;
  transition: all .18s ease-out;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
}
.mod-gallery-links-item > a:hover {
  opacity: .7;
}
.mod-gallery-links-item > a:hover {
  text-decoration: none;
}
.mod-gallery-links-item > a.link01 {
  background: url("/general/img/img_home_gallery_01.jpg") no-repeat center;
  background-size: 220px 110px;
}
.mod-gallery-links-item > a.link02 {
  background: url("/general/img/img_home_gallery_02.jpg") no-repeat center;
  background-size: 220px 110px;
}
.mod-gallery-links-item > a.link03 {
  background: #222a5d;
}
.mod-gallery-links-item > a.link03 .mod-gallery-links-text {
  position: relative;
  padding-right: 15px;
}
.mod-gallery-links-item > a.link03 .mod-gallery-links-text::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 5px;
  height: 7px;
  margin-top: -3px;
  background: url(/general/img/ico_arrow_right_white_01.png) top left no-repeat;
  background-size: 5px 7px;
}
.mod-gallery-links-text {
  display: inline-block;
  vertical-align: middle;
}
.mod-gallery-links.is-active {
  right: 0;
}

@media screen and (max-width: 736px) {
  .mod-gallery-links {
    position: relative;
    right: 0;
    height: auto;
  }
  .mod-gallery-links-inner {
    overflow: hidden;
    padding: 15px 8px 35px;
  }
  .mod-gallery-links-button {
    display: none;
  }
  .mod-gallery-links-item {
    float: left;
    width: 33.3%;
    padding: 0 7px;
  }
  .mod-gallery-links-item > a {
    font-size: 1.1rem;
  }
}

/* ==========================================================
 module
========================================================== */
/* mod-search-area
---------------------------------------------------------- */
.message-area-inner {
  width: 100%;
  min-width: 1024px;
  max-width: 1300px;
  margin: 40px auto 0;
}
.message-text {
  font-family: "Noto SansJapanese Light";
  text-align: center;
}

@media screen and (max-width: 736px) {
  .message-area-inner {
    min-width: 100%;
    padding: 0 15px;
  }
}


/* mod-search-area
---------------------------------------------------------- */
.contents + .mod-search-area {
  border-top: 1px solid #e2e2e2;
}
.mod-search-area-inner {
  width: 100%;
  min-width: 1024px;
  /*max-width: 1300px;*/
  margin: 90px auto 0;
}
.mod-search-area-title {
  position: relative;
  float: left;
  width: 16.6%;
  padding: 13px 20px;
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
  background-color: #222a5d;
}
.mod-search-area-title::before {
  position: absolute;
  top: 0;
  left: -200%;
  content: "";
  width: 200%;
  height: 100%;
  background-color: #222a5d;
}
.mod-search-area .mod-search-area-inner {
  margin: 0 auto;
}
.mod-search-area .nav-search-area {
  overflow: hidden;
  width: 100%;
  max-width: inherit;
  margin: auto;
}
.nav-search-area {
  overflow: hidden;
}
.nav-search-area-item {
  float: left;
  width: 25%;
  border-right: 1px solid #e2e2e2;
}
.nav-search-area-item:nth-of-type(5),
.nav-search-area-item:nth-of-type(6),
.nav-search-area-item:nth-of-type(7){
  width: 33.3333333333%;
  border-top: 1px solid #e2e2e2;
}
body.l-toppage .mod-search-area .nav-search-area + .nav-search-area .nav-search-area-item {
  float: left;
  width: 25%;
}
body.l-toppage .mod-search-area .nav-search-area + .nav-search-area .nav-search-area-item:nth-of-type(5),
body.l-toppage .mod-search-area .nav-search-area + .nav-search-area .nav-search-area-item:nth-of-type(6),
body.l-toppage .mod-search-area .nav-search-area + .nav-search-area .nav-search-area-item:nth-of-type(7){
  width: 33.3333333333%;
}
.nav-search-area-link {
  position: relative;
  display: block;
  padding: 8px 15px 18px;
  border-top: none;
  border-right: none;
  border-bottom: none;
  transition: all .4s ease-out;
  text-align: center;
  font-size: 1.4rem;
  /*font-family: "Noto SansJapanese Medium";*/
  /*color: #000000;*/
  background-color: #ffffff;
}
.is-current .nav-search-area-link {
  color: #000000;
}
.nav-search-area-link:hover {
  text-decoration: none;
  background-color: #f9f4f0;
}
.mod-search-contents {
  background-color: #f9f4f0;
}
.mod-search-contents-heading {
  padding: 9px 10px;
  cursor: pointer;
  text-align: center;
  font-size: 1.3rem;
  color: #516d9a;
}
.mod-search-contents-heading:hover {
  text-decoration: underline;
}
.mod-search-contents-item {
  z-index: -1;
  visibility: hidden;
  height: 0;
  opacity: 0;
}
.mod-search-contents-item.is-current {
  position: relative;
  z-index: 2;
  visibility: visible;
  height: auto;
  opacity: 1;
}
.mod-search-contents-details {
  visibility: hidden;
  height: 1px;
  opacity: 0;
}
.mod-search-contents-close {
  display: none;
  margin: 0 -10px -10px;
  cursor: pointer;
  text-align: center;
  border-top: 1px solid #ddd;
  background-color: #eee;
}
.mod-search-contents-close:hover a {
  text-decoration: underline;
}
.mod-search-contents-close a {
  display: block;
  padding: 5px 10px;
  font-size: 1.3rem;
  color: #516d9a;
}
.mod-search-contents-item.is-open .mod-search-contents-details {
  visibility: visible;
  height: auto;
  transition: .8s all ease;
  opacity: 1;
}
.mod-search-contents-item.is-open .mod-search-contents-heading {
  border-top: 1px solid #ddd;
}
.mod-search-contents-item .list-search-property + .mod-bg-slide {
  margin-top: 60px;
}
.mod-search-contents-item .sec-usual {
  background-color: #fff;
}
.nav-search-area-item.is-current .nav-search-area-link {
  background-color: #f9f4f0;
}
.nav-search-area-link::before {
  display: none;
}
.nav-search-area-link::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  content: "";
  width: 7px;
  height: 5px;
  margin: auto;
  background: url(/general/img/icn_arrow_down_01.png) top left no-repeat;
  background-size: 7px 5px;
}
.mod-search-contents .list-search-features-link,
.mod-search-contents .list-search-route-link {
  color: #222a5d;
}
.mod-search-contents .box-search-find .btn-search {
  background-color: #222a5d;
  color: #ffffff;
}

@media screen and (max-width: 736px) {
  .mod-search-area-inner {
    min-width: 100%;
  }
  .mod-search-area-title {
    float: none;
    width: 100%;
    padding: 8px 10px;
    font-size: 1.2rem;
  }
  .nav-search-area {
    width: 100%;
  }
  .nav-search-area-link {
    padding: 12px 3px 18px;
    font-size: 1.4rem;
	font-family: "Noto SansJapanese", sans-serif;
  }
  .nav-search-area li:nth-of-type(5) .nav-search-area-link {
	padding: 8px 3px 13px;
    line-height: 1.2;
  }
  .mod-search-contents-heading {
    font-size: 1.2rem;
  }
  .mod-search-contents-heading {
    padding: 14px 10px;
  }
  .mod-search-contents-item .list-search-property {
    padding: 0 20px;
  }
  .mod-search-contents-item .list-search-property + .ttl-heading {
    margin-top: 70px;
  }
  .mod-search-contents-item .list-search-property + .mod-bg-slide {
    margin-top: 30px;
  }
}


/* mod-search-area//toppage
---------------------------------------------------------- */
body.l-toppage .mod-search-area-inner {
  margin: 70px auto 0;
}
body.l-toppage .mod-search-area-title {
  position: relative;
  float: left;
  width: 16.6%;
  padding: 13px 20px;
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
  background-color: #222a5d;
}
body.l-toppage .mod-search-area-title::before {
  position: absolute;
  top: 0;
  left: -200%;
  content: "";
  width: 200%;
  height: 100%;
  background-color: #222a5d;
}
body.l-toppage .mod-search-area .nav-search-area {
  max-width: 1200px;
}
body.l-toppage .mod-search-area .nav-search-area + .nav-search-area {
	display: none;
}
body.l-toppage .nav-search-area {
  overflow: hidden;
}
body.l-toppage .nav-search-area-item {
  border-right: none;
}
body.l-toppage .nav-search-area-link {
  padding: 15px;
  border-top: 1px solid #878787;
  border-right: 1px solid #878787;
  border-bottom: 1px solid #878787;
  font-size: 1.6rem;
  background-color: #ffffff;
}
body.l-toppage .nav-search-area-item:nth-of-type(5) .nav-search-area-link {
  border-top: 0;
  border-left: 1px solid #878787;
}
body.l-toppage .nav-search-area-item:nth-of-type(6) .nav-search-area-link,
body.l-toppage .nav-search-area-item:nth-of-type(7) .nav-search-area-link{
  border-top: 0;
}
body.l-toppage .mod-search-area .nav-search-area + .nav-search-area .nav-search-area-link {
  padding: 6px;
  border-top: 0;
  border-right: 1px solid #878787;
  border-bottom: 1px solid #878787;
  font-size: 1.4rem;
	background: none;
	margin-top: -1px;
}
body.l-toppage .nav-search-area-item:first-child .nav-search-area-link {
  border-left: 1px solid #878787;
}
body.l-toppage .nav-search-area-item.is-current .nav-search-area-link {
  background: #ffffff;
}
body.l-toppage .nav-search-area-item.is-current .nav-search-area-link:before,
body.l-toppage .nav-search-area-item.is-current .nav-search-area-link:after,
body.l-toppage .nav-search-area-link:before,
body.l-toppage .nav-search-area-link:after {
	content: "";
  position: absolute;
  bottom: 10px;
  display: inline-block;
  content: "";
  width: 0;
  height: 2px;
  background-color: #9F8758;
  transition: all .1s ease-in-out;
}
body.l-toppage .nav-search-area-link:before {
  left: 50%;
}
body.l-toppage .nav-search-area-link:after {
  right: 50%;
  left: auto;
}
body.l-toppage .nav-search-area-link:hover {
  text-decoration: none;
}
body.l-toppage .nav-search-area-item.is-current .nav-search-area-link:hover:before,
body.l-toppage .nav-search-area-item.is-current .nav-search-area-link:hover:after,
body.l-toppage .nav-search-area-link:hover:before,
body.l-toppage .nav-search-area-link:hover:after {
  width: 45px;
}
body.l-toppage .mod-search-contents {
  background-color: #ffffff;
}
body.l-toppage .mod-search-contents-heading {
  cursor: pointer;
  text-align: center;
  font-size: 1.3rem;
  color: #516d9a;
}
body.l-toppage .mod-search-contents-heading:hover {
  text-decoration: underline;
}
body.l-toppage .mod-search-contents-item {
  z-index: -1;
  visibility: hidden;
  height: 0;
  opacity: 0;
}
body.l-toppage .mod-search-contents-item.is-current {
  position: relative;
  z-index: 2;
  visibility: visible;
  height: auto;
  opacity: 1;
}
body.l-toppage .mod-search-contents-heading {
  padding: 9px 10px;
}
body.l-toppage .mod-search-contents-details {
  visibility: hidden;
  height: 1px;
  opacity: 0;
}
body.l-toppage .mod-search-contents-item.is-open .mod-search-contents-details {
  visibility: visible;
  height: auto;
  transition: .8s all ease;
  opacity: 1;
}
body.l-toppage .mod-search-contents-item.is-open .mod-search-contents-heading {
  border-top: 1px solid #ddd;
}
body.l-toppage .mod-search-contents-item .list-search-property + .mod-bg-slide {
  margin-top: 60px;
}
body.l-toppage .mod-search-contents-item .sec-usual {
  background-color: #fff;
}

@media screen and (max-width: 736px) {
  body.l-toppage .mod-search-area-inner {
    min-width: 100%;
    margin: 60px auto 0;
  }
  body.l-toppage .mod-search-area-title {
    float: none;
    width: 100%;
    padding: 8px 10px;
    font-size: 1.2rem;
  }
  body.l-toppage .mod-search-area .nav-search-area {
    width: 100%;
  }
  /*body.l-toppage .mod-search-area .nav-search-area > li:first-child a {
	  border-bottom: 0;
  }*/
	body.l-toppage .mod-search-area .nav-search-area + .nav-search-area {
		display: block;
		margin-top: -1px;
	}
  body.l-toppage .nav-search-area-link {
    padding: 12px 3px 12px;
    font-size: 1.4rem;
	  border-color: #9f8758;
	  color: #9f8758;
  }
  body.l-toppage .nav-search-area li:nth-of-type(5) .nav-search-area-link {
	padding: 6px 3px 5px;
    line-height: 1.3;
  }
  body.l-toppage .nav-search-area-item.is-current .nav-search-area-link:hover:before,
	body.l-toppage .nav-search-area-item.is-current .nav-search-area-link:hover:after,
  body.l-toppage .nav-search-area-link:hover:before,
  body.l-toppage .nav-search-area-link:hover:after {
    width: 0;
  }
  body.l-toppage .mod-search-contents-heading {
    font-size: 1.2rem;
  }
  body.l-toppage .mod-search-contents-heading {
    padding: 14px 10px;
  }
  body.l-toppage .mod-search-contents-item .list-search-property {
    padding: 0 20px;
  }
  body.l-toppage .mod-search-contents-item .list-search-property + .mod-bg-slide {
    margin-top: 30px;
  }
	
	body.l-toppage .nav-search-area + .nav-search-area .nav-search-area-link:after {
		content: "";
	  position: absolute;
	  right: 0;
	  display: inline-block;
	  width: 1px;
	  height: 18px;
	  background-color: #9F8758;
	}

	body.l-toppage .nav-search-area + .nav-search-area li:not(:last-child) .nav-search-area-link {
		border-right: none;
	}
	body.l-toppage .nav-search-area + .nav-search-area li:last-child .nav-search-area-link:after {
		content: none;
	}
	body.l-toppage .mod-search-area .nav-search-area + .nav-search-area .nav-search-area-link {
		padding: 15px 6px 12px 6px;
		border-color: #9F8758;
		line-height: 1;
	}
	body.l-toppage .nav-search-area-item.is-current .nav-search-area-link:after {
		content: "";
		position: absolute;
		bottom: -1px;
		right: -1px;
		display: inline-block;
		width: 1px;
		height: 1px;
		background-color: #9F8758;
	}
}


/* list-home-news
---------------------------------------------------------- */
.list-home-news {
  overflow: hidden;
  margin: -40px -20px 0;
}
.list-home-news-item {
  float: left;
  width: 50%;
  margin-top: 40px;
  padding: 0 20px;
}
.list-home-news-link {
  display: block;
  overflow: hidden;
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}
.list-home-news-link img {
  transition: all .18s ease-out;
}
.list-home-news-link:hover {
  text-decoration: none;
}
.list-home-news-link:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.list-home-news-link:hover {
  text-decoration: underline;
}
.list-home-news-link:hover .list-home-news-title {
  text-decoration: underline;
}
.list-home-news-image {
  float: left;
  overflow: hidden;
  width: 208px;
  margin-right: 40px;
}
.list-home-news-image img {
  width: 100%;
}
.list-home-news-details {
  overflow: hidden;
}
.list-home-news-heading {
  overflow: hidden;
  margin-bottom: 1.65em;
}
.list-home-news-heading .date {
  position: relative;
  float: left;
  font-size: 1.4rem;
}
.list-home-news-heading .category {
  position: relative;
  display: inline-block;
  float: left;
  margin-left: 1.0em;
  padding-left: 1.0em;
  font-size: 1.3rem;
}
.list-home-news-heading .category::after {
  position: absolute;
  top: .25em;
  left: 0;
  content: "";
  width: 1px;
  height: 1em;
  border-right: 1px solid #eee;
}
.list-home-news-heading .category-bukken {
  color: #222a5d;
}
.list-home-news-heading .category-event {
  color: #2c4e2a;
}
.list-home-news-heading .category-campaign {
  color: #b52d44;
}
.list-home-news-title {
  font-size: 1.4rem;
  color: #555;
}
.list-home-news-item:nth-last-child(1) .list-home-news-link , .list-home-news-item:nth-last-child(2) .list-home-news-link {
  border-bottom: none;
}
.list-home-news + .btn-readmore {
  margin-top: 20px;
}
.list-home-news + .btn-basic-wrap {
  margin-top: 20px;
}
.btn-readmore {
  text-align: center;
}
.btn-readmore > a {
  display: inline-block;
  min-width: 140px;
  margin: 0 auto;
  padding: 10px 10px;
  transition: all .18s ease-out;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  background-color: #222a5d;
}
.btn-readmore > a:hover {
  opacity: .7;
}
.btn-readmore > a:hover {
  text-decoration: none;
}
.mod-home-residence {
  position: relative;
  margin: 0 -3%;
  padding-bottom: 40px;
}
.mod-home-residence .slick-dots {
  bottom: -55px;
}
.mod-home-residence .slick-dots li {
  overflow: hidden;
  width: 6px;
  height: 6px;
  margin: 0 10px;
  border-radius: 50%;
}
.mod-home-residence .slick-dots li button {
  width: 6px;
  height: 6px;
  padding: 0;
  border-radius: 50%;
  background: #a5afbd;
}
.mod-home-residence .slick-dots li button:hover {
  background: #212429;
}
.mod-home-residence .slick-dots li.slick-active button {
  background: #212429;
}
.mod-home-residence .slick-prev {
  z-index: 1;
  top: 22%;
  left: 100px;
  width: 40px;
  height: 40px;
}
.mod-home-residence .slick-prev:before {
  display: inline-block;
  content: "";
  width: 40px;
  height: 40px;
  opacity: 1;
  background: url("/general/img/btn_slidearrow_left_01.png") no-repeat;
  background-size: 40px;
}
.mod-home-residence .slick-next {
  z-index: 1;
  top: 22%;
  right: 97px;
  width: 40px;
  height: 40px;
}
.mod-home-residence .slick-next:before {
  display: inline-block;
  content: "";
  width: 40px;
  height: 40px;
  opacity: 1;
  background: url("/general/img/btn_slidearrow_right_01.png") no-repeat;
  background-size: 40px;
}
.mod-home-residence .slick-list {
  overflow: visible;
}
.mod-home-residence .slick-list::before , .mod-home-residence .slick-list::after {
  display: table;
  content: "";
}
.mod-home-residence .slick-list::after {
  clear: both;
}

.list-home-residence::before , .list-home-residence::after {
  display: table;
  content: "";
}
.list-home-residence::after {
  clear: both;
}
.list-home-residence-item {
  float: left;
  width: 300px;
  border-right: 1px solid #eee;
}
.list-home-residence-link {
  display: block;
  outline: none;
}
.list-home-residence-link.is-hover , .list-home-residence-link:hover {
  transition: .2s all ease-out;
  text-decoration: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}
.list-home-residence-link.is-hover img , .list-home-residence-link:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.list-home-residence-image {
  overflow: hidden;
}
.list-home-residence-image img {
  width: 100%;
}
.list-home-residence-details {
  padding: 15px 30px 35px;
}
.list-home-residence-heading {
  position: relative;
  margin-bottom: .75em;
  font-size: 1.3rem;
}
.list-home-residence-heading .areaname {
  display: inline-block;
  vertical-align: middle;
  color: #555;
}
.list-home-residence-heading .icon {
  position: absolute;
  z-index: 2;
  top: .45em;
  right: 0;
  display: block;
  width: 14px;
  height: 12px;
}
.list-home-residence-heading .icon.icon-favorite {
  right: -5px;
  width: 24px;
  height: 22px;
  margin-top: -5px;
  transition: .4s all ease;
  background: url(/general/img/ico_favoritebox_click_off.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px 12px;
}
.list-home-residence-heading .icon.icon-favorite.is-faved {
  background: url(/general/img/ico_favoritebox_click_on.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px 12px;
}
.list-home-residence-title {
  margin-bottom: 10px;
  font-size: 1.5rem;
  color: #000;
}
.list-home-residence-title br {
  display: none;
}
.list-home-residence-title br.is-br-active {
  display: inline;
}
.list-home-residence-text {
  font-size: 1.4rem;
  color: #555;
}
.list-home-residence-item.is-new .list-home-residence-heading {
  position: relative;
}
.list-home-residence-item.is-new .list-home-residence-heading::before {
  display: inline-block;
  content: "NEW";
  margin-right: 1.25em;
  color: #c7b482;
}
.bnr-home-proudclub {
  display: table;
  width: 100%;
  margin-top: 80px;
  table-layout: fixed;
  transition: .4s all ease-in-out;
}
.bnr-home-proudclub:hover {
  text-decoration: none;
  opacity: .9;
}
.bnr-home-proudclub-image {
  display: table-cell;
  width: 400px;
}
.bnr-home-proudclub-image img {
  width: 100%;
}
.bnr-home-proudclub-details {
  display: table-cell;
  padding: 25px 30px 25px 59px;
  vertical-align: middle;
  color: #fff;
  background-color: #222a5d;
}
.bnr-home-proudclub-title {
  margin-bottom: .95em;
}
.bnr-home-proudclub-title .main {
  display: inline-block;
  padding-right: 18px;
  vertical-align: middle;
  font-family: "Cinzel", serif;
  font-size: 2.4rem;
}
.bnr-home-proudclub-title .sub {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
  font-size: 1.3rem;
}
.bnr-home-proudclub-title .sub::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 1px;
  height: 10px;
  margin-top: -5px;
  background-color: #74778b;
}
.bnr-home-proudclub-text {
  font-size: 1.4rem;
}
.bnr-home-proudclub-button {
  display: inline-block;
  margin-top: 1.0em;
  padding: 7px 20px;
  font-size: 1.2rem;
  color: #fff;
  border: 1px solid #74778b;
}
.card-article {
  display: block;
}
.card-article:hover {
  text-decoration: none;
}
.card-article-image {
  overflow: hidden;
}
.card-article-image img {
  width: 100%;
}
.card-article-details {
  padding: 15px 30px 40px;
  background-color: #fff;
}
.card-article-heading {
  position: relative;
  min-height: 12px;
  margin-bottom: .95em;
  font-size: 1.3rem;
}
.card-article-heading .members {
  position: relative;
  display: inline-block;
  padding-left: 19px;
  color: #222a5d;
}
.card-article-heading .members::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 11px;
  height: 14px;
  margin-top: -7px;
  background: url(/general/img/ico_member_01.png);
  background-size: 11px 14px;
}
.card-article-heading .icon {
  position: absolute;
  z-index: 2;
  top: .25em;
  right: 0;
  display: block;
  width: 14px;
  height: 12px;
  font-size: 1.1rem;
}
.card-article-heading .icon.icon-favorite {
  transition: .4s all ease;
  background: url(/general/img/ico_favoritebox_click_off.svg);
  background-size: 14px 12px;
}
.card-article-heading .icon.icon-favorite.is-faved {
  background: url(/general/img/ico_favoritebox_click_on.svg);
  background-size: 14px 12px;
}
.card-article-subtitle {
  margin-bottom: 10px;
  font-size: 1.3rem;
  color: #555;
}
.card-article-title {
  margin-bottom: 10px;
  font-size: 1.5rem;
}
.card-article-text {
  font-size: 1.4rem;
  color: #555;
}
.card-article.is-new .card-article-heading {
  position: relative;
}
.card-article.is-new .card-article-heading::before {
  display: inline-block;
  content: "NEW";
  margin-right: 1.25em;
  color: #c7b482;
}
.grid-column {
  margin-right: -10px;
  margin-left: -10px;
}
.grid-column::before , .grid-column::after {
  display: table;
  content: "";
}
.grid-column::after {
  clear: both;
}
.grid-column .col {
  float: left;
  padding: 0 10px;
}
.grid-column .col .card-article.is-hover , .grid-column .col .card-article:hover {
  transition: .2s all ease-out;
  box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}
.grid-column .col .card-article.is-hover img , .grid-column .col .card-article:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.grid-column-3col .col {
  width: 33.3%;
}
.grid-column-4col .col {
  width: 25%;
}
.grid-column + .grid-column {
  margin-top: 20px;
}

@media screen and (max-width: 736px) {
  .list-home-news {
    margin: 0;
  }
  .list-home-news-item {
    float: none;
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
  .list-home-news-link {
    padding-bottom: 20px;
  }
  .list-home-news-link.is-hover , .list-home-news-link:focus {
    text-decoration: underline;
  }
  .list-home-news-link.is-hover .list-home-news-title , .list-home-news-link:focus .list-home-news-title {
    text-decoration: underline;
  }
  .list-home-news-image {
    width: 120px;
    margin-right: 20px;
  }
  .list-home-news-heading {
    margin-bottom: .5em;
  }
  .list-home-news-heading .date {
    font-size: 1.3rem;
  }
  .list-home-news-heading .category {
    font-size: 1.2rem;
  }
  .list-home-news-title {
    font-size: 1.3rem;
  }
  .list-home-news-item:nth-last-child(2) .list-home-news-link {
    border-bottom: 1px solid #eee;
  }
  .mod-home-residence {
    margin: 0;
  }
  .mod-home-residence .slick-prev {
    top: 26%;
    left: 20px;
  }
  .mod-home-residence .slick-next {
    top: 26%;
    right: 20px;
  }
  .list-home-residence-link.is-hover , .list-home-residence-link:hover {
    box-shadow: none;
  }
  .list-home-residence-link.is-hover img , .list-home-residence-link:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .list-home-residence-details {
    padding: 13px 30px 35px;
  }
  .list-home-residence-title {
    font-size: 1.6rem;
  }
  .list-home-residence-text {
    font-size: 1.5rem;
  }
  .bnr-home-proudclub {
    display: block;
  }
  .bnr-home-proudclub-image {
    display: block;
    width: 100%;
  }
  .bnr-home-proudclub-details {
    display: block;
    padding: 30px 17px;
  }
  .bnr-home-proudclub-title .main {
    padding-right: 12px;
    font-size: 1.7rem;
  }
  .bnr-home-proudclub-title .sub {
    padding-left: 15px;
    font-size: 1.2rem;
  }
  .bnr-home-proudclub-text {
    font-size: 1.2rem;
  }
  .bnr-home-proudclub-button {
    font-size: 1.1rem;
  }
  .card-article-details {
    padding: 16px 16px 20px;
  }
  .card-article-heading {
    font-size: 1.1rem;
  }
  .card-article-heading .members {
    padding-left: 14px;
  }
  .card-article-heading .icon {
    font-size: 1.0rem;
  }
  .card-article-subtitle {
    font-size: 1.3rem;
  }
  .card-article-title {
    margin-bottom: .2em;
    font-size: 1.5rem;
  }
  .card-article-text {
    overflow: hidden;
    height: 3.5em;
    font-size: 1.4rem;
  }
  .card-article.is-new .card-article-heading::before {
    margin-right: .25em;
  }
  .card-article-details.sp-hide-text .card-article-title {
    margin-bottom: 0;
  }
  .card-article-details.sp-hide-text .card-article-text {
    display: none;
  }
  .grid-column .col .card-article.is-hover , .grid-column .col .card-article:hover {
    box-shadow: none;
  }
  .grid-column .col .card-article.is-hover img , .grid-column .col .card-article:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .grid-column-3col .col {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .grid-column-3col .col:last-child {
    margin-bottom: 0;
  }
  .grid-column-4col {
    margin-bottom: -20px;
  }
  .grid-column-4col .col {
    width: 50%;
    margin-bottom: 20px;
  }
}

/* main-slider
---------------------------------------------------------- */
.main-slider figure img {
  width: 100%;
  height: auto;
}
.main-slider .slick-prev,
.main-slider .slick-next {
  width: 30px;
  height: 55px;
  background: #878787!important;
  z-index: 1;
}
.main-slider .slick-prev {
  position: absolute;
  top: 50%;
  right: auto!important;
  left: 0!important;
  transform: translateY(-50%);
}
.main-slider .slick-next {
  position: absolute;
  top: 50%;
  right: 0!important;
  left: auto!important;
  transform: translateY(-50%);
}
.main-slider .slick-prev::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: inline-block;
  content: "";
  width: 9px;
  height: 17px;
  opacity: 1;
  background: url(/general/img/btn_arrow_modal_left.png) no-repeat;
  background-size: 9px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.main-slider .slick-prev:hover::before {
  left: 25%;
}
.main-slider .slick-next::before {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%,-50%);
  display: inline-block;
  content: "";
  width: 9px;
  height: 17px;
  opacity: 1;
  background: url(/general/img/btn_arrow_modal_right.png) no-repeat;
  background-size: 9px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.main-slider .slick-next:hover::before {
  right: 25%;
}
.main-slider .slick-dots {
  pointer-events: none;
}
.main-slider .slick-dots li {
  pointer-events: auto;
}
.main-slider .slick-dots li button {
  width: 9px;
  height: 9px;
  padding: 3px;
  background: #dedddd;
  border: 1px solid #ffffff;
  border-radius: 0;
  opacity: 1;
}
.main-slider .slick-dots li.slick-active button {
  background: #68d1cb;
}
.overlay-wrap .vjs-progress-control {
  display: none;
  pointer-events: none;
}

@media screen and (max-width: 736px) {
  .main-slider .slick-prev,
  .main-slider .slick-next {
    margin-top: 0;
    background: rgba(0, 0, 0, .45)!important;
    
  }
  .main-slider .slick-prev::before,
  .main-slider .slick-next::before {
    width: 7px;
    height: 13px;
    background-size: 7px;
  }
  .main-slider .slick-prev:hover::before {
    left: 50%;
  }
  .main-slider .slick-next:hover::before {
    right: 50%;
  }
}

/* box-home-wrap
---------------------------------------------------------- */
.box-home-wrap {
  padding: 55px 0 30px;
  background-color: #e8e9ee;
}
.box-home-inner {
  width: 1200px;
  margin: 0 auto;
}
/* box-home-announce */
.box-home-announce {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
}
.box-home-announce-inner {
  border: 1px #e1e1e1 solid;
  background-color: #fff;
}
.box-home-announce-left {
  display: flex;
  width: 74.58%;
  padding: 16px 24px 14px 21px;
  justify-content: space-between;
  align-items: center;
}
.box-home-announce-right {
  display: block;
  width: 23.75%;
  padding: 19px 24px 19px 19px;
  color: #222a5d;
}
.box-home-announce-right img {
  transition: all .18s ease-out;
}
.box-home-announce-right:hover {
  text-decoration: none;
}
.box-home-announce-right:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.box-home-announce-box {
  width: 686px;
}
.box-home-announce-title {
  margin-bottom: 9px;
  font-family: "Noto SansJapanese";
  font-size: 1.5rem;
  color: #222;
}
.box-home-announce-text {
  font-size: 1.3rem;
}
.box-home-announce-button {
  width: 140px;
}
.box-home-announce-button > a {
  display: block;
  width: 100%;
  padding: 9px;
  transition: all .18s ease-out;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  border: 1px #222a5d solid;
  background-color: #222a5d;
}
.box-home-announce-button > a:hover {
  text-decoration: none;
  color: #222a5d;
  background-color: #fff;
}
.box-home-announce-property {
  display: flex;
  align-items: center;
}
.box-home-announce-property-figure {
  overflow: hidden;
  width: 105px;
  margin-right: 22px;
}
.box-home-announce-property-figure img {
  width: 100%;
}
.box-home-announce-property-link > a , .box-home-announce-property-link > span {
  padding-right: 17px;
  transition: all .18s ease-out;
  font-size: 1.2rem;
  color: #516d9a;
  background: url(/general/img/icn_arrow_right_blue_01.png) right 3px center no-repeat;
}
.box-home-announce-property-link > a:hover {
  text-decoration: none;
  background: url(/img/ico_arrow_right_01_pc.png) right center no-repeat;
}

@media screen and (max-width: 736px) {
  .box-home-wrap {
    padding: 30px 20px;
  }
  .box-home-inner {
    width: 100%;
  }
  /* box-home-announce */
  .box-home-announce {
    display: block;
  }
  .box-home-announce-inner {
    border: 1px #e1e1e1 solid;
    background-color: #fff;
  }
  .box-home-announce-left {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 16px 24px 19px 21px;
  }
  .box-home-announce-right {
    width: 100%;
    padding: 19px 24px 19px 19px;
  }
  .box-home-announce-box {
    width: 100%;
    margin-bottom: 13px;
  }
  .box-home-announce-title {
    margin-bottom: 12px;
    font-size: 1.4rem;
  }
  .box-home-announce-button {
    width: 120px;
    margin: 0 auto;
  }
  .box-home-announce-button > a {
    display: block;
    width: 100%;
    padding: 9px;
    transition: all .18s ease-out;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    border: 1px #222a5d solid;
    background-color: #222a5d;
  }
  .box-home-announce-button > a:hover {
    color: #fff;
    background-color: #222a5d;
  }
  .box-home-announce-property-figure {
    width: 120px;
    margin-right: 21px;
  }
  .box-home-announce-property-link > a {
    padding-right: 14px;
    background: url(/img/ico_arrow_right_01.png) right 3px center no-repeat;
    background-size: 6px 10px;
  }
  .box-home-announce-property-link > a:hover {
    text-decoration: none;
    background: url(/img/ico_arrow_right_01.png) right 3px center no-repeat;
    background-size: 6px 10px;
  }
}

/* list-home-nav
---------------------------------------------------------- */
.list-home-nav {
  display: flex;
  flex-wrap: wrap;
  border: 1px #e1e1e1 solid;
  background-color: #fff;
}
.list-home-nav-item {
  width: 33.33%;
  border-right: 1px #eee solid;
}
.list-home-nav-item:last-child {
  border-right: none;
}
.list-home-nav-link {
  display: block;
  overflow: hidden;
  padding: 19px;
}
.list-home-nav-link:hover {
  text-decoration: none;
}
.list-home-nav-link figure {
  overflow: hidden;
}
.list-home-nav-link img {
  width: 100%;
  transition: all .18s ease-out;
}
.list-home-nav-link:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.list-home-nav-figure {
  display: inline;
  float: left;
  width: 120px;
  margin-right: 22px;
}
.list-home-nav-box {
  display: inline;
  overflow: hidden;
  margin-top: -1px;
}
.list-home-nav-name {
  margin-bottom: 3px;
  font-size: 1.2rem;
  color: #555;
}
.list-home-nav-title {
  margin-bottom: 5px;
  font-family: "Noto SansJapanese";
  font-size: 1.5rem;
}
.list-home-nav-text {
  font-size: 1.3rem;
  color: #555;
}
.card-home-main-property {
  display: table;
  width: 100%;
  background-color: #fff;
}
.card-home-main-property:hover {
  text-decoration: none;
}
.card-home-main-property-image , .card-home-main-property-details {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.card-home-main-property-image {
  overflow: hidden;
}
.card-home-main-property-image img {
  width: 100%;
  max-height: 398px;
}
.card-home-main-property-details {
  padding: 30px 60px 20px 42px;
  background-color: #fff;
}
.card-home-main-property-heading {
  position: relative;
  margin-bottom: 20px;
}
.card-home-main-property-heading .areaname {
  display: inline-block;
  vertical-align: middle;
  color: #555;
}
.card-home-main-property-heading .icon.icon-favorite {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  width: 15px;
  height: 12px;
  margin-top: -6px;
  background: url(/general/img/ico_heart_01_no.png) center no-repeat;
  background-size: 15px 12px;
}
.card-home-main-property-heading .icon.icon-favorite.is-faved {
  background: url(/general/img/ico_heart_01_on.png) center no-repeat;
  background-size: 15px 12px;
}
.card-home-main-property-title {
  margin-bottom: 32px;
  font-family: "Noto SansJapanese";
  font-size: 1.85rem;
}
.card-home-main-property-text {
  overflow: hidden;
  height: 3.4em;
  font-size: 1.4rem;
  color: #555;
}
.is-new .card-home-main-property-heading::before {
  display: inline-block;
  content: "NEW";
  margin-right: 1.25em;
  vertical-align: middle;
  color: #c7b482;
}
.mod-home-property-slider {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
.js-slider-home-property .slick-prev , .js-slider-home-property .slick-next {
  position: absolute;
  z-index: 2;
  top: 50%;
  overflow: hidden;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all .18s ease-out;
  white-space: nowrap;
  text-indent: 100%;
}
.js-slider-home-property .slick-prev::before , .js-slider-home-property .slick-next::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 40px;
  height: 40px;
  opacity: 1.0;
}
.js-slider-home-property .slick-prev:hover::before , .js-slider-home-property .slick-next:hover::before {
  opacity: .8;
}
.js-slider-home-property .slick-prev {
  left: 40px;
}
.js-slider-home-property .slick-prev::before {
  background: url(/general/img/home/bg_prev_01_pc.png) center no-repeat;
}
.js-slider-home-property .slick-next {
  right: 40px;
}
.js-slider-home-property .slick-next::before {
  background: url(/general/img/home/bg_next_01_pc.png) center no-repeat;
}
.js-slider-home-property .slick-dots {
  bottom: -34px;
  left: 0;
}
.js-slider-home-property .slick-dots li {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 8px;
  vertical-align: middle;
}
.js-slider-home-property .slick-dots li button {
  width: 6px;
  height: 6px;
  padding: 0;
  border-radius: 100%;
  background-color: #aaa;
}
.js-slider-home-property .slick-dots li.slick-active button {
  background-color: #212429;
}
.btn-search-result-reserve-wrap {
  position: relative;
}
.btn-search-result-reserve-wrap.fixed {
  position: fixed;
  bottom: 0px;
    padding: 30px 283px 30px 285px;
    background: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    transition: box-shadow .5s;
}
.box-result-special.fixed {
  padding-top: 100px;
}

@media screen and (max-width: 736px) {
  .list-home-nav-figure {
    margin-bottom: 15px;
  }
  .list-home-nav-text {
    clear: both;
  }
  .list-home-nav {
    display: block;
  }
  .list-home-nav-item {
    width: 100%;
    border-right: none;
    border-bottom: 1px #eee solid;
  }
  .list-home-nav-item:last-child {
    border: none;
  }
  .list-home-nav-link {
    padding: 29px 15px 24px 18px;
  }
  .list-home-nav-link img {
    transition: none;
  }
  .list-home-nav-link:hover img {
    -webkit-transform: none;
    transform: none;
  }
  .list-home-nav-box {
    margin-top: -2px;
  }
  .list-home-nav-name {
    margin-bottom: 6px;
  }
  .list-home-nav-title {
    margin-bottom: 11px;
    font-size: 1.4rem;
  }
  .card-home-main-property {
    display: block;
  }
  .card-home-main-property-image , .card-home-main-property-details {
    display: block;
    width: 100%;
  }
  .card-home-main-property-image img {
    max-height: auto;
  }
  .card-home-main-property-details {
    padding: 10px 10px 0;
  }
  .card-home-main-property-heading {
    margin-bottom: 5px;
  }
  .card-home-main-property-title {
    margin-bottom: .25em;
    font-size: 1.5rem;
  }
  .card-home-main-property-text {
    display:none;
  }
  .mod-home-property-slider {
    padding: 0;
  }
  .js-slider-home-property .slick-prev , .js-slider-home-property .slick-next {
    top: 32.06%;
    margin-top: 0;
  }
  .js-slider-home-property .slick-prev {
    left: 0;
  }
  .js-slider-home-property .slick-next {
    right: 0;
  }
  .js-slider-home-property .slick-dots {
    bottom: 0;
  }
}

/*====================================
オーナーズ 記事最下部　リンクレイアウト
====================================*/
@media(min-width:561px){
.cat-magazine .linkArea {
    display:table;
    table-layout:fixed;
    border-collapse: collapse;
  }
  .cat-magazine .linkArea > * {
    display:table-cell;
    vertical-align: top;
    width:48%;
  }
  .cat-magazine .linkArea > *:first-child {
    padding-right:2%;
  }
  .cat-magazine .linkArea > *:last-child {
    padding-left:2%;
  }
}
.cat-magazine .linkArea figure {
  margin:0 !important;
}
.cat-magazine .linkArea img {
  max-width:100%;
}
.cat-magazine .linkArea a.btn-search {
  width:60%;
  margin:10px auto;
}

@media(max-width:560px){
  .cat-magazine .linkArea {
    text-align: center;
  }
  .cat-magazine .linkArea > div:nth-of-type(n+2) {
    margin-top:30px;
  }
}


/*====================================
お知らせ
====================================*/
.mod-notice-area {
  margin: 90px 0;
}
.mod-notice-area-inner {
  min-width: 1024px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
}
.mod-notice-list {
  border-top: 1px solid #878787;
  border-bottom: 1px solid #878787;
}
.mod-notice-list li {
  padding: 30px 0;
}
.mod-notice-list li+li {
  border-top: 1px solid #878787;
}
.mod-notice-list dl {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.mod-notice-list dt,
.mod-notice-list dd {
  font-size: 1.4rem;
}
.mod-notice-list dt {
  width: 100px;
  padding-left: 20px;
  color: #9f8758;
}
.mod-notice-list dd {
  width: calc(100% - 100px);
  padding-left: 50px;
}

@media screen and (max-width: 736px) {
  .mod-notice-area {
    margin: 70px 0;
    padding: 0;
  }
  .mod-notice-area-inner {
    min-width: 100%;
  }
  .mod-notice-list dd {
    padding-left: 20px;
  }
}


/*====================================
プラウドを知る
====================================*/
.mod-about-proud {
  margin: 90px 0;
}
.mod-about-proud-inner {
  min-width: 1024px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
}
.mod-about-proud-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.mod-about-proud-list li {
  width: 48%;
  max-width: 580px;
}
.mod-about-proud-list li:nth-child(n+3) {
  margin-top: 40px;
}
.mod-about-proud-link {
  position: relative;
  display: block;
  width: 100%;
}
.mod-about-proud-list-line-tb,
.mod-about-proud-list-line-lr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mod-about-proud-list-line-tb::before,
.mod-about-proud-list-line-tb::after,
.mod-about-proud-list-line-lr::before,
.mod-about-proud-list-line-lr::after {
  content: '';
  position: absolute;
  background: #9f8758;
  transition: all .1s ease-in-out;
}
.mod-about-proud-list-line-tb::before {
  top: 0;
  left: 0;
  width: 0;
  height: 7px;
  transition-delay: .3s;
}
.mod-about-proud-list-line-tb::after {
  bottom: 0;
  right: 0;
  width: 0;
  height: 7px;
  transition-delay: .1s;
}
.mod-about-proud-list-line-lr::before {
  bottom: 0;
  left: 0;
  width: 7px;
  height: 0;
  transition-delay: 0s;
}
.mod-about-proud-list-line-lr::after {
  top: 0;
  right: 0;
  width: 7px;
  height: 0;
  transition-delay: .2s;
}
.mod-about-proud-link:hover .mod-about-proud-list-line-tb::before {
  width: 100%;
  transition-delay: 0s;
}
.mod-about-proud-link:hover .mod-about-proud-list-line-tb::after {
  width: 100%;
  transition-delay: .2s;
}
.mod-about-proud-link:hover .mod-about-proud-list-line-lr::before {
  height: 100%;
  transition-delay: .3s;
}
.mod-about-proud-link:hover .mod-about-proud-list-line-lr::after {
  height: 100%;
  transition-delay: .1s;
}
.mod-about-proud-image img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 736px) {
  .mod-about-proud {
    margin: 70px 0;
    padding: 0;
  }
  .mod-about-proud-inner {
    min-width: 100%;
    padding: 0;
  }
  .mod-about-proud-list li {
    width: 100%;
  }
  .mod-about-proud-list li+li,
  .mod-about-proud-list li:nth-child(n+3) {
    margin-top: 10px;
  }
}

/*====================================
マガジン
====================================*/
.mod-about-magazine {
  margin: 90px 0 80px;
}

.mod-about-magazine-inner {
  min-width: 1024px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
}
.list-about-magazine {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 40px;
}
.list-about-magazine-item {
  width: 25%;
}
.list-about-magazine-item+.list-about-magazine-item {
  padding-left: 1px;
}
.list-about-magazine-item > a {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 2.5em;
}
.list-about-magazine-item > a figure {
  background: #000000;
}
.list-about-magazine-item > a img {
  transition: all .18s ease-out;
}
.list-about-magazine-item > a:hover {
  text-decoration: none;
}
.list-about-magazine-item > a:hover img {
  opacity: .8;
}
.list-about-magazine-item > a:hover {
  text-decoration: underline;
}
.list-about-magazine-image {
  overflow: hidden;
}
.list-about-magazine-image img {
  width: 100%;
  height: auto;
}
.list-about-magazine-title {
  margin-top: 5px;
  font-size: 1.6rem;
}
.list-about-magazine-text {
  position: relative;
  margin: 15px 20px 0;
  padding-bottom: 10px;
  font-size: 1.5rem;
  font-family: "Noto SansJapanese";
}
.list-about-magazine-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  content: "";
  width: 20px;
  height: 2px;
  transition: all .15s ease-in-out;
  will-change: width;
  background-color: #9f8758;
}
.list-about-magazine-item > a:hover {
  text-decoration: none;
}
.list-about-magazine-item > a:hover .list-about-magazine-text::after {
  width: 100%;
}
.list-about-magazine-new {
  position: absolute;
  top: -2em;
  font-size: 1.4rem;
  color: #9F8758;
}
.list-about-magazine-category {
  font-size: 1.4rem;
  font-family: "Noto SansJapanese Light";
}
.list-about-magazine-link-top {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: auto;
  padding: 6px 15px;
  border: 1px solid #9f8758;
  background: transparent;
  font-size: 1.6rem;
  font-family: "Noto SansJapanese", sans-serif;
  color: #9f8758;
  line-height: 2em;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.list-about-magazine-link-top:hover {
  color: #ffffff;
  text-decoration: none;
}
.list-about-magazine-link-top:before {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 20px;
  width: 20px;
  height: 2px;
  background: #9f8758;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  will-change: width, background;
}
.list-about-magazine-link-top:hover:before {
  background: #ffffff;
  width: 40px;
}
.list-about-magazine-link-top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #9f8758;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  will-change: width;
  z-index: -1;
}
.list-about-magazine-link-top:hover:after {
  width: 100%;
}
@media screen and (max-width: 736px) {
  .mod-about-magazine {
    margin-top: 70px;
    padding: 0;
  }
  .mod-about-magazine-inner {
    min-width: 100%;
    padding: 0;
  }
  .mod-bg-slide {
    padding: 0;
  }
  .list-about-magazine-item,
  .list-about-magazine-item:nth-child(3n-1) {
    width: 50%;
  }
  .list-about-magazine-item:nth-child(n+3) {
    margin-top: 35px;
  }
  .list-about-magazine-title {
    font-size: 1.4rem;
  }
  .list-about-magazine-text {
    margin: 15px 15px 0;
    font-size: 1.2rem;
  }
  .list-about-magazine-item > a:hover .list-about-magazine-text::after {
    width: 20px;
  }
  .list-about-magazine-link-top-wrap {
    margin-bottom: 70px;
  }
  .list-about-magazine-link-top {
    width: 90%;
    max-width: none;
    font-size: 1.4rem;
  }
  .list-about-magazine-link-top:before {
    display: none;
  }
  .list-about-magazine-category {
    font-size: 1.2rem;
  }
}


/*====================================
初回訪問時
====================================*/
.overlay-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.overlay-wrap .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  z-index: 40;
}
.overlay-wrap .minusHeader {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 92px;
}
.overlay-wrap .video-area-wrap {
  position: absolute;
  top: calc(50% - 46px);
  left: 50%;
  transform: translate(-50%,-50%);
  width: 90%;
  z-index:41;
}
.overlay-wrap .video-area {
  position: relative;
}
.overlay-wrap .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: auto;
  background: #ffffff;
  font-size: 2.6rem;
  color: #000000;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 736px) {
  .overlay-wrap .close-btn {
    position: relative;
  }
}



/*====================================
ナビ調整　190419
====================================*/

#header-include-container {
   height: 94px !important;
  transition: all .4s ease-out;
}
.header,
.header-utility .header-button-wrap {
  transition: all .4s ease-out;
}
.header-inner {
  top: 0;
  transition: all .4s ease-out;
}
.header.is-clone {
   display: none !important;
}
.header {
   position: fixed;
	z-index: 100;
}


@media screen and (min-width: 737px) {
  .is-scroll#header-include-container,
  .is-scroll#header-include-container .header {
    height: 50px !important;
  }
  .is-scroll .header-inner {
     top: -44px;
  }
  .is-scroll .header-logo {
     padding-bottom: 11px;
     padding-top: 45px;
  }
  .is-scroll .header-utility .header-button-wrap {
    margin-top: 15px;
  }
}
@media screen and (max-width: 736px) {
  #header-include-container {
     height: auto !important;
  }
}
