@charset"utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* "*"
-------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

/* "html"
-------------------------------------------------- */
html{
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 62.5%;
  box-sizing: border-box;
}

/* "body"
-------------------------------------------------- */
body {
  font-family: YuGothic, 游ゴシック体, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 0;
  padding: 0;
  letter-spacing: -0.01rem;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 1.5rem;
  color: #000;
}
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
}

/* "p"tag
-------------------------------------------------- */
p{
  font-size: 1.5rem;
  margin-bottom: 0;
}
p.p-txt{
  line-height: 2.0;
}
@media print, screen and (max-width: 767px) {
  p{
    font-size: 1.5rem;
  }
  p.p-txt{
    line-height: 2.0;
  }
}

/* "a"tag
-------------------------------------------------- */
a{
  color: #000;
  text-decoration: none;
}

/* "li/ol/ul" Tag
-------------------------------------------------- */
ol li{
  font-size: 1.5rem;
  line-height: 1.8;
  margin-left: 2.0rem;
}
ul li{
  font-size: 1.5rem;
  list-style-type: none;
  line-height: 1.8;
}
@media print, screen and (max-width: 767px) {
  ol li,
  ul li{
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

/* "dt dd" Tag
-------------------------------------------------- */
dl dt,
dl dd{
  font-size: 1.5rem;
  line-height: 1.6;
}
@media print, screen and (max-width: 767px) {
  dl dt,
  dl dd{
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

/* decoration
-------------------------------------------------- */
.bold{
  font-weight: bold;
}
.left{
  text-align: left;
}
.center{
  text-align: center;
}
.right{
  text-align: right;
}

/* color
-------------------------------------------------- */
.white {
  color: #FFFFFF;
}
.red {
  color: #DE4830;
}
.blue {
  color: #156CA3;
}
.orange {
  color: #E9872E;
}
.green {
  color: #26AE90;
}
.brown {
  color: #AD8141;
}

/* margin
-------------------------------------------------- */
.mb0 {
  margin-bottom: 0;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}

/* forPC,forSP
-------------------------------------------------- */
.forPC{
  display: inline;
}
.forSP{
  display: none;
}
@media screen and (max-width: 767px) {
  .forPC{
    display: none;
  }
  .forSP{
    display: inline;
  }
}

/* wrapper
-------------------------------------------------- */
#wrapper{
  width: 100%;
  display: none;
}

/* inner
-------------------------------------------------- */
div.inner{
  max-width: 1320px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  footer .inner{
    width: 95%;
    margin: 0 auto;
  }
}

/* content
-------------------------------------------------- */
div.content{
  width: 97%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  div.content{
    width: 95%;
  } 
}

/* img
-------------------------------------------------- */
img{
  width: 100%;
  height: auto;
}

/* "h" tag
-------------------------------------------------- */
h3.h3-cmn{
  font-size: 3.0rem;
  line-height: 1.4;
  margin-bottom: 5rem;
}
h4.h4-cmn{
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 3rem;
}
@media print, screen and (max-width: 767px) {
  h3.h3-cmn{
    font-size: 2.6rem;
    margin-bottom: 3rem;
  }
  h4.h4-cmn{
    font-size: 2.0rem;
    margin-bottom: 3rem;
  }
}

/* header
-------------------------------------------------- */
header.top-head{
  position: relative;  
  z-index: 10;
}
header.top-head div.inner{
  max-width: 1280px;
  width: 97%;
  margin: 0 auto;
}
header.top-head div.upper{
  margin: 0 auto;
  height: 90px;
  background-color: rgba(255,255,255,0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header div.upper div.logo-area a{
  display: block;
  width: 280px;
  height: 58px;
  font-size: 0;
  background: url(../img/common/kaiminlogo.svg) no-repeat;
}
header div.upper div.logo-area h1 a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
/* nav */
header div.upper div.nav-area nav.nav-wrap a.nav-button {
  display: none;
}
header div.upper div.nav-area nav.nav-wrap div.nav-screen{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
header div.upper div.nav-area nav.nav-wrap div.nav-screen div.sns-area{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
header div.upper div.nav-area nav.nav-wrap div.nav-screen div.sns-area ul.sns{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header div.upper div.nav-area nav.nav-wrap div.nav-screen div.sns-area ul.sns li{
  margin-right: 1.5rem;
  line-height: 1;
}
header div.upper div.nav-area nav.nav-wrap div.nav-screen div.sns-area ul.sns li:last-child{
  margin-right: 0;
}
header div.upper div.nav-area nav.nav-wrap div.nav-screen div.sns-area ul.sns li a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
header div.upper div.nav-area nav.nav-wrap div.nav-screen div.sns-area ul.sns li.instagram i{
    font-size: 2.9rem;
    color: #000;
}
header div.upper div.nav-area nav.nav-wrap div.nav-screen div.sns-area ul.sns li.facebook i{
    font-size: 2.8rem;
    color: #000;
}
header div.upper div.nav-area nav.nav-wrap div.nav-screen div.sns-area ul.sns li.line i{
    font-size: 3.0rem;
    color: #000;
}
header div.upper div.nav-area nav.nav-wrap div.nav-screen div.sns-area ul.sns li.youtube i{
    font-size: 3.0rem;
    color: #000;
}
header div.upper div.nav-area nav.nav-wrap div.nav-screen div.sns-area ul.sns li.mail i{
    font-size: 3.0rem;
    color: #000;
}
header div.upper div.nav-area nav.nav-wrap div.nav-screen ul.form{
  margin-left: 2.5rem;
}
header div.upper div.nav-area nav.nav-wrap div.nav-screen ul.form li{
  text-align: center;
}
header div.upper div.nav-area nav.nav-wrap div.nav-screen ul.form li a{
  display: block;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: normal;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  padding: 0.6rem 2.5rem 0.4rem;
  border-radius: 5rem;
}
header div.upper div.nav-area nav.nav-wrap div.nav-screen ul.form li a:hover{
  background: #000;
  color: #fff;
  transition: .6s;
}
header div.upper div.nav-area nav.nav-wrap div.nav-screen div.sp-logo{
  display: none;
}
header div.upper div.nav-area nav.nav-wrap div.nav-screen ul.sp_nav{
  display: none;
}
header div.nav-area nav.nav-wrap.open{
  display: block;
}
header div.nav-area nav.nav-wrap.close{
  display: none;
  margin-top: 0.3rem;
  opacity: 1;
  cursor: auto;
}
header div.mainnav{
  margin: 0 0 1.5rem;
}
header div.mainnav ul.nav{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header div.mainnav ul.nav li{
  font-size: 1.6rem;
}
header div.mainnav ul.nav li a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
/*header div.mainnav ul.nav{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}
header div.mainnav ul.nav li{
  margin-right: 2.5rem;
  padding-right: 2.5rem;
  border-right: 1px solid #000;
}
header div.mainnav ul.nav li:last-child{
  border-right: none;
}*/

/* Fixed */
header.top-head.fixed {
  top: 0;
  position: fixed;
  background-color: rgba(255,255,255,.90);
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  width: 100%;
  -webkit-box-shadow: 0 0 0.4rem 0.2rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0.4rem 0.2rem rgba(0, 0, 0, 0.15);
}
header.top-head.fixed h1.h1-logo,
header.top-head.fixed div.nav-area ul.nav li{
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
header.top-head.fixed div.inner{
  max-width: 1280px;
  width: 97%;
  margin: 0 auto;
}
@media print, screen and (min-width: 961px) {
  header div.nav-area nav.nav-wrap {
    display: block !important;
  }
}
@media print, screen and (max-width: 960px){
  /* clicked hamburger button screen */
  header div.nav-area{
    display: block;
    -webkit-box-align: none;
    -ms-flex-align: none;
    align-items: none;
  }
  header.top-head div.inner{
    height: 90px;
  }
  header div.nav-area nav.nav-wrap{
    left: 0;
    top: 0;
    display: none;
    z-index: 90;
    background: rgba(255,255,255,1);
    width: 100%;
    height: 100%;
    position: fixed;
  }
  header div.upper div.nav-area nav.nav-wrap div.nav-screen{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  header div.upper div.nav-area nav.nav-wrap div.nav-screen div.sns-area{
    display: block;
  }
  header div.upper div.nav-area nav.nav-wrap div.nav-screen div.sns-area ul.sns{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
  }
  header div.upper div.nav-area nav.nav-wrap div.nav-screen ul.form{
    display: block;
    margin-bottom: 3rem;
    margin-left: 0;
  }
  header div.upper div.nav-area nav.nav-wrap div.nav-screen ul.form li a{
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: normal;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    padding: 0.6rem 2.5rem 0.4rem;
    border-radius: 5rem;
  }
  header div.upper div.nav-area nav.nav-wrap div.nav-screen div.sp-logo{
    display: block;
    width: 20rem;
    margin: 6rem auto 2.5rem;
  }
  header div.upper div.nav-area nav.nav-wrap div.nav-screen div.sp-logo img:hover{
    opacity: 0.4;
    transition: 0.6s;
  }
  header div.upper div.nav-area nav.nav-wrap div.nav-screen ul.sp_nav{
    display: block;
  }
  header div.upper div.nav-area nav.nav-wrap div.nav-screen ul.sp_nav li{
    text-align: center;
    margin-bottom: 1.5rem;
  }
  header div.upper div.nav-area nav.nav-wrap div.nav-screen ul.sp_nav li:last-child{
    margin-bottom: 2.5rem;
  }
  header div.upper div.nav-area nav.nav-wrap div.nav-screen ul.sp_nav li a{
    color: #000;
  }
  header div.mainnav{
    display: none;
  }
  /* hamburger button */
  header div.nav-area a.nav_button{
    height: 22px;
    position: absolute;
    right: 20px;
    top: 36px;
    width: 27px;
    z-index: 101;
  }
  header div.nav-area a.nav_button:hover{
    opacity: 0.4;
    transition: 0.6s;
    cursor: pointer;
  }
  header div.nav-area span.nav_line{
    background: #000;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
  }
  header div.nav-area span.line_center{
    top: 10px;
  }
  header div.nav-area span.line_bottom{
    bottom: 0;
  }
  header div.nav-area span.line_top.active{
    top: 10px;
    transform: rotate(45deg);
    background: #000;
  }
  header div.nav-area span.line_center.active{
    transform:scaleX(0);
  }
  header div.nav-area span.line_bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
    background: #000;
  }
  /* Fixed */
  header.top-head.fixed {
    height: 90px;
  }
  header.top-head.fixed div.nav-area a.nav_button{
    right: 25px;
    top: 32px;
  }
  header.top-head.fixed div.nav-area span.nav_line{
    background: #9099a2;
  }
  header.top-head.fixed div.nav-area span.line_top.active,
  header.top-head.fixed div.nav-area span.line_bottom.active{
    background: #fff;
  }
}
@media print, screen and (max-width: 767px){
  header.top-head div.inner{
    width: 95%;
  }
}

/* button
-------------------------------------------------- */
div.button-area{
  width: 18rem;
  margin: 0 auto;
}
a.button {
  display: inline-block;
  text-align: center;
  outline: none;
  font-size: 1.5rem;
  background: #c0b3a0;
  border-radius: 5rem;
  border: 1px solid #c0b3a0;
  width: 18rem;  
  height: 4.8rem;
  line-height: 4.6rem;
  color: #fff;
  position: relative;
}
a.button:hover{
  background: #fff;
  color: #c0b3a0;
  transition: .6s;
}
div.btn{
  width: 12rem;
  margin: 5rem auto 0 0;
}
div.btn a.btn{
  position: relative;
  font-size: 1.6rem;
  color: #000;
}
div.btn a.btn::before {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  color: #000;
  font-size: 1.8rem;
  background: #fff;
  border: 1px solid #000;
  padding: 0.62rem 1.1rem;
  border-radius: 50%;
  margin-right: 0.8rem;
}
div.btn a.btn:hover{
  opacity: 0.4;
  transition: 0.6s;
}
@media print, screen and (max-width: 767px) {
  a.button {
    font-size: 1.4rem;
  }
  div.btn{
    width: 12rem;
    margin: 3.5rem auto 0 0;
  }
  div.btn a.btn::before {
    padding: 0.5rem 1.0rem;
    font-size: 1.5rem;
  }
  div.btn a.btn{
    font-size: 1.5rem;
  }
}

/* mainvisualSec
-------------------------------------------------- */
section.mainvisualSec div.swiper-container{
  max-width: 1280px;
  width: 97%;
  height: auto;
  margin: 0 auto;
}
section.mainvisualSec div.swiper-container div.swiper-slide{
  background-size: cover;
  background-position: center bottom;
}
section.mainvisualSec div.swiper-container div.swiper-slide img{
  border-radius: 1rem;
}
section.mainvisualSec div.swiper-pagination{
  margin-bottom: 1rem;
}
section.mainvisualSec span.swiper-pagination-bullet-active{
  background: #fff!important;
}
section.mainvisualSec span.swiper-pagination-bullet{
  border:4px solid #fff!important;
  background: none;
  width: 10px!important;
  height: 10px!important;
  margin-right: 1.5rem!important;
}
/*section.mainvisualSec div.swiper-button-prev,
section.mainvisualSec div.swiper-container-rtl div.swiper-button-next{
  top: 50%!important;
  left: 1.5rem!important;
  background-image: none;
  width: 3rem;
}
section.mainvisualSec div.swiper-button-next,
section.mainvisualSec div.swiper-container-rtl .swiper-button-prev{
  top: 50%!important;
  right: 1.5rem!important;
  background-image: none;
  width: 3rem;
}
section.mainvisualSec div.swiper-button-prev:hover,
section.mainvisualSec div.swiper-container-rtl div.swiper-button-next:hover,
section.mainvisualSec div.swiper-button-next:hover,
section.mainvisualSec div.swiper-container-rtl .swiper-button-prev:hover{
  opacity: 0.4;
  transition: 0.6s;
}*/
@media print, screen and (max-width: 960px) {
  section.mainvisualSec{
    margin-top: 0.5rem;
  }
  section.mainvisualSec div.swiper-container div.swiper-slide div.copy-area{
    left: 0;
    right: 0;
    text-align: center;
  }
  /*section.mainvisualSec div.swiper-container div.swiper-slide div.copy-area h2.copy{
    font-size: 3.8rem;
  }*/
}
@media print, screen and (max-width: 767px) {
  section.mainvisualSec div.swiper-container{
    width: 95%;
  }
  /*section.mainvisualSec div.swiper-button-prev,
  section.mainvisualSec div.swiper-container-rtl div.swiper-button-next{
    left: 1rem!important;
    width: 2.5rem;
    height: 30px;
  }
  section.mainvisualSec div.swiper-button-next,
  section.mainvisualSec div.swiper-container-rtl .swiper-button-prev{
    right: 1rem!important;
    width: 2.5rem;
    height: 30px;
  }*/
}
@media print, screen and (max-width: 560px) {
  /*section.mainvisualSec div.swiper-container div.swiper-slide div.copy-area h2.copy{
    font-size: 9.2vw;
    line-height: 1.3;
    margin-bottom: 6%;
  }
  section.mainvisualSec div.swiper-container div.swiper-slide div.copy-area p.sub{
    font-size: 4.8vw;
  }*/  
}

/* newsSec
-------------------------------------------------- */
section.newsSec{
  margin: 10rem auto 0;
}
section.newsSec h3.h3-cmn{
  text-align: left;
}
section.newsSec div.btn{
  margin: 5rem 0 0 auto;  
}
section.newsSec div.newslist div.box div.post{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px dotted #000;
}
section.newsSec div.newslist div.box div.post dl{
  width: 24rem;  
}
section.newsSec div.newslist div.box div.post dl dt.date{
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
}
section.newsSec div.newslist div.box div.post p.title{
  font-size: 1.6rem;
  line-height: 1.8;
  width: 80%;
}
section.newsSec div.newslist div.box div.post p.title a{
  text-decoration: underline;
}
section.newsSec div.newslist div.box div.post p.title a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
section.newsSec div.button-area{
  margin: 3rem 0 0 auto;
}
@media print, screen and (max-width: 960px) {
  section.newsSec{
    margin: 7rem auto 0;
  }
  section.newsSec div.newslist div.box div.post dl{
    width: 20rem;  
  }
}
@media print, screen and (max-width: 767px) {
  section.newsSec div.newslist div.box div.post{
    display: block;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  section.newsSec div.newslist div.box div.post dl dt.date{
    font-size: 1.5rem;
  }
  section.newsSec div.newslist div.box div.post dl dd.tag a{
    font-size: 1.5rem;
  }
  section.newsSec div.newslist div.box div.post p.title{
    margin-top: 0.5rem;
    font-size: 1.5rem;
    width: 100%;
  }
  section.newsSec div.btn{
    margin: 3.5rem 0 0 auto;
  }
}

/* leadTopSec
-------------------------------------------------- */
section.leadTopSec{
  margin-top: 15rem;
}
section.leadTopSec div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
}
section.leadTopSec div.copy-area{
  width: 47.5%;
}
section.leadTopSec div.copy-area h3.h3-cmn{
  font-size: 3.2rem;
  text-align: left;
  line-height: 1.8;
  color: #000;
}
section.leadTopSec div.txt-area{
  width: 47.5%;
}
section.leadTopSec div.txt-area p.p-txt{
  font-size: 1.6rem;
  line-height: 2.6;
}
@media print, screen and (max-width: 1024px) {
  section.leadTopSec{
    margin-top: 10rem;
  }
  section.leadTopSec div.wrap{
    display: block;
  }
  section.leadTopSec div.copy-area{
    width: 100%;
  }
  section.leadTopSec div.copy-area h3.h3-cmn{
    font-size: 2.8rem;
    text-align: center;
    line-height: 1.6;
  }
  section.leadTopSec div.txt-area{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
  }
  section.leadTopSec div.txt-area p.p-txt{
    margin-bottom: 2rem;
  }
  section.leadTopSec div.txt-area p.p-txt.btm{
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 767px) {
  section.leadTopSec div.copy-area h3.h3-cmn{
    font-size: 2.6rem;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 3.5rem;
  }
  section.leadTopSec div.txt-area{
    width: 80%;
    margin: 0 auto;
  }
  section.leadTopSec div.txt-area p.p-txt{
    font-size: 1.5rem;
    line-height: 2.2;
  }
}
@media print, screen and (max-width: 560px) {
  section.leadTopSec div.copy-area h3.h3-cmn{
    font-size: 2.4rem;
  }
  section.leadTopSec div.txt-area{
    width: 100%;
  }
}

/* featureTopSec
-------------------------------------------------- */
section.featureTopSec{
  margin-top: 15rem;
  padding: 15rem 0;
  background: #F5F5F5;
}
section.featureTopSec p.sub{
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  color: #c0b3a0;
}
section.featureTopSec h3.h3-cmn{
  font-size: 2.8rem;
  line-height: 1.5;
  margin-bottom: 3rem;
}
section.featureTopSec div.feature div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.featureTopSec div.feature.f02,
section.featureTopSec div.feature.f03,
section.featureTopSec div.feature.f04{
  margin-top: 10rem;
}
section.featureTopSec div.feature.f02 div.wrap,
section.featureTopSec div.feature.f04 div.wrap{
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
section.featureTopSec div.feature div.txt-area{
  width: 47.5%;
}
section.featureTopSec div.feature div.txt-area p.p-txt{
  font-size: 1.6rem;
  line-height: 2.2;
}
section.featureTopSec div.feature div.img-area{
  width: 47.5%;
}
section.featureTopSec div.feature div.img-area img{
  border-radius: 1rem;
}
@media print, screen and (max-width: 960px) {
  section.featureTopSec{
    margin-top: 10rem;
    padding: 10rem 0;
  }
  section.featureTopSec div.feature div.wrap{
    display: block;
  }
  section.featureTopSec div.feature.f02,
  section.featureTopSec div.feature.f03,
  section.featureTopSec div.feature.f04{
    margin-top: 7rem;
  }
  section.featureTopSec div.feature div.txt-area{
    width: 100%;
  } 
  section.featureTopSec div.feature div.img-area{
    width: 100%;
    margin-top: 6rem;
  }
}
@media print, screen and (max-width: 767px) {
  section.featureTopSec p.sub{
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  section.featureTopSec h3.h3-cmn{
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
  }
  section.featureTopSec div.feature div.txt-area p.p-txt{
    font-size: 1.5rem;
    line-height: 2.0;
  }
}


/* effectTopSec
-------------------------------------------------- */
section.effectTopSec{
  padding: 15rem 0;
  position: relative;
  background: url(../img/top/effectTopSec_bg.jpg) center center / cover no-repeat;
}
section.effectTopSec div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  z-index: 1;
}
section.effectTopSec h3.h3-cmn{
  margin-bottom: 3rem;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 3px #000;
}
section.effectTopSec div.txt-area{
  background: #fff;
  border-radius: 1.5rem;
  padding: 5rem 3rem;
}
section.effectTopSec div.txt-area p.p-txt{
  max-width: 900px;
  line-height: 2.2;
}
section.effectTopSec div.btn{
  margin: 3rem auto 0;
}
@media print, screen and (max-width: 960px) {
  section.effectTopSec{
    padding: 10rem 0;
  }
}
@media print, screen and (max-width: 767px) {
  section.effectTopSec div.txt-area{
    padding: 3rem;
  }
}

/* serviceTopSec
-------------------------------------------------- */
section.serviceTopSec{
  margin-top: 15rem;
  padding: 15rem 0;
  background: #F5F5F5;
}
section.serviceTopSec h3.h3-cmn{
  text-align: center;
}
section.serviceTopSec h4.h4-cmn{
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 2.5rem;
}
section.serviceTopSec p.lead{
  text-align: center;
}
section.serviceTopSec div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 5rem;
}
section.serviceTopSec div.wrap div.box{
  width: 48.5%;
  background: #fff;
  border-radius: 1rem;
  padding: 0 0 3.5rem;
}
section.serviceTopSec div.wrap div.box div.img-area{
  margin-bottom: 3rem;
}
section.serviceTopSec div.wrap div.box div.img-area img{
  border-radius: 1rem 1rem 0 0;
}
section.serviceTopSec div.wrap div.box div.txt-area{
  padding: 0 3rem;
}
section.serviceTopSec div.wrap div.box div.btn{
  margin: 3rem auto 0 0;
}
@media print, screen and (max-width: 960px) {
  section.serviceTopSec{
    margin-top: 10rem;
    padding: 10rem 0;
  }
  section.serviceTopSec div.wrap{
    display: block;
  }
  section.serviceTopSec div.wrap div.box{
    width: 100%;
    background: #fff;
  }
  section.serviceTopSec div.wrap div.box.b02{
    margin-top: 5rem;
  }
}
@media print, screen and (max-width: 767px) {
  section.serviceTopSec{
    padding: 10rem 0;
  }
}

/* instagramSec
-------------------------------------------------- */
section.instagramSec{
  margin-top: 15rem;
}
section.instagramSec h3.h3-cmn{
  width: 22rem;
  margin: 0 auto 1.5rem;
}
@media print, screen and (max-width: 960px) {
  section.instagramSec{
    margin-top: 10rem;
  }
}
@media print, screen and (max-width: 767px) {
  section.instagramSec h3.h3-cmn{
    width: 18rem;
    margin: 0 auto 1.5rem;
  }
}

/* movieSec
-------------------------------------------------- */
section.movieSec{
  margin-top: 13rem;
}
section.movieSec h3.h3-cmn{
  text-align: center;
}
section.movieSec div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.movieSec div.wrap div.box{
  width: 23.5%;
}
section.movieSec div.wrap div.box a:hover{
  opacity: 0.6;
  transition: 0.6s;
}
@media print, screen and (max-width: 960px) {
  section.movieSec{
    margin-top: 8rem;
  }
  section.movieSec div.wrap{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section.movieSec div.wrap div.box{
    width: 48.5%;
    margin-bottom: 2.5rem;
  }
}
@media print, screen and (max-width: 767px) {
  section.movieSec{
    margin-top: 10rem;
  }
}


/* priceTopSec
-------------------------------------------------- */
section.bannerCommonSec{
  margin: 10rem auto 0;
}
section.bannerCommonSec div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.bannerCommonSec div.wrap div.img{
  width: 48.5%;
}
section.bannerCommonSec div.wrap div.img img{
  border: 1px solid #c0b3a0;
}
section.bannerCommonSec div.wrap div.img a:hover{
  opacity: 0.6;
  transition: 0.6s;
}
@media print, screen and (max-width: 960px) {
  section.bannerCommonSec{
    margin: 7rem auto 0;
  }
  section.bannerCommonSec div.wrap{
    display: block;
  }
  section.bannerCommonSec div.wrap div.img{
    width: 100%;
  }
  section.bannerCommonSec div.wrap div.img.i02{
    margin-top: 1.5rem;
  }
}
@media print, screen and (max-width: 767px) {
  section.bannerCommonSec{
    margin: 7rem auto 0;
  }
}

/* footer
-------------------------------------------------- */
footer{
  margin: 12rem auto 0;
  background: #EFEFEF;
}
footer div.content div.footer-area{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 10rem 0;
}
footer div.content div.footer-area div.footerlogo-area h2{
  width: 25rem;
  margin-bottom: 2rem;
}
footer div.content div.footer-area div.footerlogo-area h2 a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
footer div.content div.footer-area div.footerlogo-area p.p-txt{
  line-height: 1.6;
}
footer div.content div.footer-area div.footerlogo-area p.p-txt a{
  text-decoration: underline;
  font-size: 1.6rem;
}
footer div.content div.footer-area div.footerlogo-area p.p-txt a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
footer div.content div.footer-area div.footerlogo-area div.footer-btn_sp{
  display: none;
}
/* footernav-area */
footer div.content div.footer-area div.footernav-area div.navmenu nav ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
}
footer div.content div.footer-area div.footernav-area div.navmenu nav ul li{
  margin-right: 3.5rem;
}
footer div.content div.footer-area div.footernav-area div.navmenu nav ul li:nth-child(5),
footer div.content div.footer-area div.footernav-area div.navmenu nav ul li:nth-child(6){
  margin-right: 0;
}
footer div.content div.footer-area div.footernav-area div.navmenu nav ul li a{
  font-size: 1.5rem;
}
footer div.content div.footer-area div.footernav-area div.navmenu nav ul li a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
footer div.content div.footer-area div.footernav-area div.navmenu nav ul li.blank{
  display: none;
  margin-right: 0;
}
footer div.content div.footer-area div.footernav-area div.footer-btn ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;  
  margin: 2.5rem 0 0 auto;
}
footer div.content div.footer-area div.footernav-area div.footer-btn ul li{
  text-align: center;  
}
/*footer div.content div.footer-area div.footernav-area div.footer-btn ul li:first-child{
  margin-right: 2rem;
}*/
footer div.content div.footer-area div.footernav-area div.footer-btn ul li a{
  display: block;
  background: #fff;
  border: 1px solid #000;
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 0.6rem 2.5rem;
  border-radius: 5rem;
}
footer div.content div.footer-area div.footernav-area div.footer-btn ul li a:hover{
  background: #000;
  color: #fff;
  transition: 0.6s;
}
/* copyright */
div.copyright{
  padding: 1.5rem 0;
}
div.copyright div.content div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
div.copyright div.content div.wrap ul li{
  position: relative;
}
div.copyright div.content div.wrap ul li span {
  margin-right: 0.3rem;
}
div.copyright div.content div.wrap ul li a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
@media print, screen and (max-width: 1280px) {
  footer h1 {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  footer div.content div.footer-area{
    display: block;
    height: auto;
  }
  /* logo-area */
  footer div.content div.footer-area div.footerlogo-area{
    margin: 0 auto;
  }
  footer div.content div.footer-area div.footerlogo-area h2{
    margin: 0 auto 2rem;
    text-align: center;
  }
  footer div.content div.footer-area div.footerlogo-area p.p-txt{
    width: 100%;
    text-align: center;
  }
  footer div.content div.footer-area div.footerlogo-area div.footer-btn_sp{
    display: block;
  }
  footer div.content div.footer-area div.footerlogo-area div.footer-btn_sp ul{
    width: 16rem;
    margin: 3.5rem auto 0;
  }
  footer div.content div.footer-area div.footerlogo-area div.footer-btn_sp ul li a{
    display: block;
    width: 16rem;
    font-size: 1.5rem;
    line-height: 1.6;
    color: #000;
    text-align: center;
    background: #fff;
    border: 1px solid #000;
    padding: 0.6rem 0;
    border-radius: 5rem;
  }
  footer div.content div.footer-area div.footerlogo-area div.footer-btn_sp ul li a:hover{
    background: #000;
    color: #fff;
    transition: 0.6s;
  }
  /* footernav */
  footer div.content div.footer-area div.footernav-area div.navmenu nav ul{
    width: 100%;
    margin-bottom: 5rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer div.content div.footer-area div.footernav-area div.navmenu nav ul li{
    margin-right: 4.5rem;
  }
  footer div.content div.footer-area div.footernav-area div.navmenu nav ul li.blank{
    display: block;
  }
  footer div.content div.footer-area div.footernav-area div.navmenu nav ul li span{
    margin-right: 0.3rem;
  }
  footer div.content div.footer-area div.footernav-area div.navmenu nav ul li span::after {
    display: none;
  }
  footer div.content div.footer-area div.footernav-area div.footer-btn{
    display: none;
  }
  /* copyright */
  div.copyright{
    padding: 3rem 0;
  }
  div.copyright div.content div.wrap{
    display: block;
    text-align: center;
  }
  div.copyright div.content div.wrap div.copyright-nav{
    margin-bottom: 1rem;
  }
}
@media print, screen and (max-width: 960px) {
  footer{
    margin: 10rem auto 0;
  }
  footer div.content div.footer-area{
    padding: 7rem 0;
  }
  footer div.content div.footer-area div.footernav-area div.navmenu nav ul{
    justify-content: center;
    margin-bottom: 3rem;
  }
  footer div.content div.footer-area div.footernav-area div.navmenu nav ul li{
    margin-right: 0;
    width: 33%;
    text-align: center;
    margin-bottom: 1.5rem;
  }
}
@media print, screen and (max-width: 560px) {
  /* logo-area */
  footer div.content div.footer-area div.footerlogo-area{
    margin: 0 auto 3rem;
  }
  /* footernav */
  footer div.content div.footer-area div.footernav-area div.navmenu nav ul{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
  footer div.content div.footer-area div.footernav-area div.navmenu nav ul li{
    width: 50%;
    margin-right: 0;
    text-align: center;
  }
  footer div.content div.footer-area div.footernav-area div.footer-btn ul{
    display: block;
  }
  footer div.content div.footer-area div.footernav-area div.footer-btn ul li{
    width: 22rem;
    margin: 0 auto;
  }
  footer div.content div.footer-area div.footernav-area div.footer-btn ul li:first-child{
    margin-right: auto;
    margin-bottom: 1.5rem;
  }
  footer div.content div.footer-area div.footernav-area div.footer-btn ul li a{
    width: 100%;
    padding: 0.5rem 1rem 0.6rem;
  }
  footer div.content div.footer-area div.footernav-area div.footer-btn ul li.inquiry{  
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1.5rem;
  }
}

/* fadein */
.fadein {
  opacity : 0;
  transition: 1.2s;
  transform : translate(0, 30px);
}
.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}