@charset "utf-8";
:root{
--main-clr: #FF0000;
--sub-clr: #FF0000;
--sub-ft: "Montserrat", sans-serif;
}

html {
  scroll-behavior: auto;
}

body{
  font-size: 1.6rem;
  line-height: 1.666;
  font-weight: normal;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #464646;
  background: #F6F6F6;
  color: #464646;
}

.sp{ display: none !important;}
.pc{ display: block !important;}

@media only screen and (max-width: 1100px) {
  .sp{ display: block !important;}
  .pc{ display: none !important;}
}

.sp2{ display: none !important;}
.pc2{ display: block !important;}

span.spbr br{
display: none !important;
}
@media only screen and (max-width: 768px) {
  .sp2{ display: block !important;}
  .pc2{ display: none !important;}
  span.spbr br{display: inline !important;}
}
/*animation 初期非表示*/
.js_fade,
.js_blur,
.js_scale1,
.js_rotate,
.js_move_down,
.js_move_up,
.js_stretch {
  visibility: hidden;
}
.js_fade.move-actived,
.js_blur.move-actived,
.js_scale1.move-actived,
.js_rotate.move-actived,
.js_move_down.move-actived,
.js_move_up.move-actived,
.js_stretch.move-actived {
  visibility: inherit;
}

.f_row1{
  display: flex;
  flex-wrap:wrap;
}

@media screen and (max-width: 1024px) {
  .f_row1>.box{
    width: 100%;
  }
}

#all_wrap{
  opacity: 0;
  transition: all 0.3s ease;
}

#all_wrap.active{
  opacity: 1;
}

.gf{
  font-family: "Montserrat", sans-serif;
}
.gf2{
  font-family: "Noto Serif JP", sans-serif;
}

h1,h2,h3{
  font-weight: 700;
}

img{
  width: 100%;
  height: auto;
}

button,
a{
  cursor: pointer;
  transition: opacity 0.2s ease;
  text-decoration: underline;
  color: #00A23F;
}
button{
  font-weight: 500;
}

button:hover,
a:hover{
  opacity: 0.5;
}

.abs{
  position: absolute;
}

@media screen and (max-width: 1024px) {
  a:hover{
    opacity: 1;
  }
}

img{
  width: 100%;
}

/*
レイアウト
*/
#contents{
  margin: 0 auto;
  max-width: 1200px;
  padding:0px 0 240px;
}

#contents.campaign{
  padding-top:75px;
}

#contents .wrap{
  max-width: 1000px;
  margin: 0 auto;
  padding: 0px;
}

#contents .wh_box{
  background: #fff;
  padding: 40px 40px 60px;
  /*margin-bottom: 85px;*/
}
#contents .wh_box.mgb{
  margin-bottom: 85px;
}
#contents .wh_box.wh_box2{
  padding-top: 70px;
}
@media screen and (max-width: 1024px) {
  #contents .wh_box{
    padding: 30px 25px;
  }
  #contents .wh_box.mgb{
     margin-bottom: 40px;
  }
  #contents .wh_box.wh_box2{
    padding-top: 40px;
  }

  #contents {
    padding: 50px 0 100px;
  }

}

.headline_m{
  font-size: 4rem;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .headline_m{
    font-size: 8vw;
    text-align: center;
    margin-bottom: 30px;
  }
}

.main_visual{
  width: 100%;
}