@charset "UTF-8";

html {
  overflow-y: auto;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
overflow-x: hidden;
}

body{
  font-family: 游ゴシック, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-size: 14px;
    font-size: 1.4em;
    color: #2F2725;
    line-height: 1.4em;
    letter-spacing: 0.1rem;
    font-weight: 500;
    background: #fcfcfc;
    margin: 0 !important;
    width: 100%;
    box-sizing: border-box;
}

@media screen and (min-width: 767px) {
  body{
    font-family: Helvetica Neue,helvetica,HB TC,HB JP,HB KR,arial,“segoe ui”,“microsoft jhenghei”,“microsoft mhei”,stheititc,sans-serif;
      font-size: 16px;
      font-size: 1.6em;
      line-height: 1.6em;
  }
}

img{
  width: 100%;
}

a img:hover{
  opacity:0.6;
}

.pc_on{
  display: none;
}

@media screen and (min-width: 767px) {
.sp_on {
  display: none;
}

.pc_on{
  display: block;
}
}


section{
  position: relative;
}

.clearfix{
  float: none;
  clear: both;
  overflow: hidden;
}

.back_g{
  background-color: #EFEFEF;
}

.ptb_50{
  padding: 50px 0;
}

.ptb_30-10{
  padding: 30px 0 10px;
}

.ptb_50-10{
  padding: 50px 0 10px;
}


.ba_cg{
  background-color: #efe9e6;
}

.pa50{
  padding: 50px 0;
}

.pa100{
  padding: 100px 0;
}

.clear_f{
  clear: both;
  overflow: hidden;
}

.tc_c{
  text-align: center;
}

.mt100{
  margin-top: 100px;
}
/* ==================================
p a g e - t o p
================================= */

.top_visual{
  height: 100vh; /* 全画面表示 */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/top/slides_img4_sp.jpg);
  position: relative;
}


@media screen and (min-width: 768px) {
.top_visual{
  height: 100vh; /* 全画面表示 */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/top/slides_img4.jpg);
  position: relative;
}
}

.top_logo_i{
  position: absolute;
  width: 70%;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top_logo_i img{
  width: 100%;
}

@media screen and (min-width: 768px) {
  .top_logo_i{
    position: absolute;
    width: 50%;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}




.main_copy{
  position: absolute;
    bottom: 5%;
    z-index: 1;
    color: #FFF;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 25px;
    letter-spacing: 0.2em;
    line-height: 1.6;
    padding: 0 5%;
}

@media screen and (min-width: 768px) {
  .main_copy{
    bottom: 3%;
  }
}


.is-animated {
  animation: fadeIn 10s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


@media screen and (min-width: 768px) {
  .main_copy{
      transform: translateY(-50%);
      font-size: 40px;
      letter-spacing: 0.2em;
      line-height: 1.6;
  }
}



.main_copy span {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .main_copy span {
    font-size: 2.5rem;
  }

}


/* ==================================
pege_base
================================= */
.main{
}




.section01{
  margin: 50px 0;
}

.section02_100{
  margin: 100px 0;
}


@media screen and (min-width: 768px) {
  .section02_100{
    margin: 200px 0;
  }
}




@media screen and (min-width: 768px) {
  .section01{
    margin: 100px 0;
    position: relative;
  }
}

.wapper01{
  padding: 0 20px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.tc_c{
  text-align: center;
}
/* ==================================
pege_base
================================= */
.f25{
  font-size: 25px;
  margin-bottom: 10px;
}



/*========= footer ===============*/

.footer{
  background-color: #5c6665;
  color: #fff;
}

.footer_wapper{
  padding: 40px 20px 20px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

address{
  padding: 10px 0;
  text-align: center;
}