@charset "UTF-8";

body {
  color: #414042;
  max-width: 100vw;
  overflow-x: hidden;
  font-family: 'Noto Sans JP',"Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
li {
  list-style-type: none;
}

.gothic {
  font-family: 'M PLUS 1p', sans-serif;
}
.mincho {
  font-family: 'Shippori Mincho',"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.eisu01 {
  font-family: 'Roboto Condensed', sans-serif;
}
.eisu02 {
  font-family: 'Bebas Neue', cursive;
}
.eisu03 {
  font-family: 'Poppins', sans-serif;
}
.marumoji {
  font-family: 'Kiwi Maru', serif;
}

.color-white {
  color: #fff;
}
.color-orenge {
  color: #ed7000;
}
.color-red {
  color: #FA0A00;
}
.color-pink {
  color: #E44563;
}
.color-gray {
  color: #999999;
}
.color-black {
  color: #000;
}


.bg-white {
  background-color: #fff;
}
.bg-black {
  background-color: #000;
}
.bg-gray {
  background-color: #999999;
}
.bg-lightgray {
  background-color: #F4F3F3;
}
.bg-green {
  background-color: #4BA936;
}
.bg-pink {
  background-color: #E44563;
}
.bg-orenge {
  background-color: #ed7000;
}
.bg-lightorenge {
  background-color: #FCEAD9;
}

.bb-white {
  border-bottom: solid 1px #fff;
}

/* border */

.bd-oreng {
  border: solid 1px #ed7000;
}
.bd-r-oreng {
  border-right: solid 1px #ed7000;
}
.bd-y-lightgray {
  border-top: solid 3px #F4F3F3;
  border-bottom: solid 3px #F4F3F3;
}
.bd-y-black {
  border-top: solid 3px #000;
  border-bottom: solid 3px #000;
}
.bd-b-black {
  border-bottom: solid 1px #000;
}
.bd-b-dot {
  border-bottom: dotted 1px #999999;
}

/* font-size */
.f05 {
  font-size: .5rem;
}
.f06 {
  font-size: .6rem;
}
.f07 {
  font-size: .7rem;
}
.f08 {
  font-size: .8rem;
}
.f09 {
  font-size: .9rem;
}
.f1 {
  font-size: 1rem;
}
.f11 {
  font-size: 1.1rem;
}
.f12 {
  font-size: 1.2rem;
}
.f13 {
  font-size: 1.3rem;
}
.f14 {
  font-size: 1.4rem;
}
.f15 {
  font-size: 1.5rem;
}
.f18 {
  font-size: 1.8rem;
}
.f2 {
  font-size: 2rem;
}
.f21 {
  font-size: 2.1rem;
}
.f22 {
  font-size: 2.2rem;
}
.f23 {
  font-size: 2.3rem;
}
.f24 {
  font-size: 2.4rem;
}
.f25 {
  font-size: 2.5rem;
}
.f3 {
  font-size: 3rem;
}
.f35 {
  font-size: 3.5rem;
}
.f36 {
  font-size: 3.6rem;
}
.f37 {
  font-size: 3.7rem;
}
.f38 {
  font-size: 3.8rem;
}
.f4 {
  font-size: 4rem;
}


/* line-height */
.lh05 {
  line-height: .5rem;
}
.lh06 {
  line-height: .6rem;
}
.lh07 {
  line-height: .7rem;
}
.lh08 {
  line-height: .8rem;
}
.lh09 {
  line-height: .9rem;
}
.lh1 {
  line-height: 1rem;
}
.lh12 {
  line-height: 1.2rem;
}
.lh13 {
  line-height: 1.3rem;
}
.lh14 {
  line-height: 1.4rem;
}
.lh15 {
  line-height: 1.5rem;
}
.lh16 {
  line-height: 1.6rem;
}
.lh17 {
  line-height: 1.7rem;
}
.lh18 {
  line-height: 1.8rem;
}
.lh2 {
  line-height: 2rem;
}
.lh21 {
  line-height: 2.1rem;
}
.lh22 {
  line-height: 2.2rem;
}
.lh23 {
  line-height: 2.3rem;
}
.lh24 {
  line-height: 2.4rem;
}
.lh25 {
  line-height: 2.5rem;
}
.lh3 {
  line-height: 3rem;
}
.lh4 {
  line-height: 4rem;
}


.ls-1rem {
  letter-spacing: 1rem;
}

/* border-radius */
.bd-ra30-bk {
  border: #000 solid 1px;
  border-radius: 30px;
  text-align: center;
  padding: 10px 20px;
  width: fit-content;
  margin: 0 auto;
}

/* border-radius */
.bd-ra10 {
    border-radius: 10px;
}
.bd-ra20 {
    border-radius: 20px;
}
.bd-ra30 {
    border-radius: 30px;
}
.bd-ra40 {
    border-radius: 40px;
}


.img-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.img-contain img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: "object-fit: contain;";
}
.img-cover-a a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.img-contain-a a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: "object-fit: contain;";
}
.a-div-non{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  text-indent:-99px;
}
.a-div{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  text-indent:-99px;
}
.a-div:hover{
  background-color:#FFF;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  transition: all 0.6s ease 0s;
}
.f-dropshadow {
    filter: drop-shadow(0 0 6px rgba(0,0,0,0.6));
}

.btn-more a {
  display: block;
  width: 250px;
  height: 50px;
  background: url(/assets/images/common/btn-arrow.png) no-repeat center right 15px / 15px 20px #ed7000;
  color: #fff;
  font-size:18px;
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
  margin: 30px auto;
  transition: all 0.6s ease 0s;
  text-decoration: none;
}

.btn-more a:hover {
  display: block;
  width: 250px;
  height: 50px;
  background: url(/assets/images/common/btn-arrow.png) no-repeat center right 15px / 15px 20px #000;
  color: #fff;
  font-size:18px;
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
  margin: 30px auto;
  transition: all 0.6s ease 0s;
  text-decoration: none;
}


.my-100 {
  margin: 100px 0;
}

.my-150 {
  margin: 150px 0;
}

.mt-70 {
 margin-top: 70px!important;
}


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

.f01 {
  background: #fff;
}
.f02 {
  width: 880px;
  margin: 0 auto;
}
.Flogo {
    width: 200px;
    margin: 15px 0 0;
}
.Ftime {
    font-size: 14px;
    margin: 20px;
}
.Fmenu {
  border-left:solid 1px #666;
  padding-left:15px;
}
.Fmenu01 a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  line-height: 32px;
}
.Fmenu02 {
  margin-top: 20px;
}
.Fmenu02 a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  line-height: 32px;
}
.Fad01 {
  font-size: 14px;
  font-weight: 600;
}
.Fad02 {
  font-size: 12px;
}
.Fshopph {
  width: 100%;
  height: 180px;
  margin-top: 10px;
}
.copy-right {
  background: #ed7000;
  font-size:0.8rem;
  line-height: 35px;
  color: #fff;
  text-align: center;
}

/*========= ページトップのためのCSS ===============*/

/*リンクの形状*/
#page-top a{
  display: flex;
  justify-content:center;
  align-items:center;
  background:#ed7000;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size:1rem;
  line-height: 30px;
  transition:all 0.3s;
}

#page-top a:hover{
  background: #777;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom:20px;
  z-index: 2;
    /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(100px);
  }
}

.title {
  width: 100%;
  height: 300px;
  position: relative;
}
.title-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  /*background: url(/assets/images/common/title-bg@2x.png) no-repeat top left / contain;*/
}
.u-title {
  width: 100%;
  height: 200px;
  position: relative;
}
.u-title-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  padding-top: 70px;
  background: #F4F3F3;
}
.title01 {
  font-size: 42px;
  line-height: 42px;
  font-weight: 600;
}
.title02 {
  font-size: 20px;
}

.title img {
  position: absolute;
  top: 0;
  left: 0;
}
.title-box {
  width: 100%;
  height: 60px;
  background: url(/assets/images/common/icon-orenge@2x.png) no-repeat center left / contain;
  border: solid 1px #cdcdcd;
  padding-left: 20px;
  line-height: 60px;
  font-weight: 600;
}



.breadcrumb {
  background-color: unset;
}
.breadcrumb-item {
  font-size: 12px;
}
.breadcrumb-item a {
  color: #ED7000;
}

.topic00 {
  width: 100%;
  font-size: 32px;
  font-weight: 600;
  line-height: 82px;
  text-align: center;
  background: url(/assets/images/common/sp-titleicon@2x.jpg) no-repeat bottom center / 80px 4px;
}
.topic02 {
  width: 100%;
  font-size: 32px;
  font-weight: 600;
  line-height: 62px;
  text-align: center;
  background: url(/assets/images/common/sp-titleicon@2x.jpg) no-repeat bottom center / 80px 4px;
}
.topic01 {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
  text-align: center;
}

.link-btn {
  position: relative;
  padding-left: 25px;
  font-size: 20px;
  font-weight: 600;
  line-height: 75px;
  background: url(/assets/images/common/sp-btnwaku01@2x.jpg) no-repeat center left / contain;
}
.link-btn02 {
  position: relative;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 75px;
  background: url(/assets/images/common/sp-arow-right@2x.png) no-repeat center right 10px / 12px 18px #ed7000;
}
.contact-box {
  font-size: 20px;
  font-weight: 600;
  height: 140px;
  background: url(/assets/images/common/sp-uketuke@2x.png) no-repeat center right / contain;
}

.caset-icon01 {
  width: 50px;
  height: 20px;
  font-size: 10px;
  text-align: center;
  line-height: 20px;
  background-color: #FFF100;
  color: #FA0A00;
  padding: 0;
}
.caset-icon02 {
  width: 50px;
  height: 20px;
  font-size: 10px;
  text-align: center;
  line-height: 20px;
  background-color: #414042;
  color: #fff;
  padding: 0;
}
.caset-icon03 {
  width: 50px;
  height: 20px;
  font-size: 10px;
  text-align: center;
  line-height: 20px;
  background-color: #E4007F;
  color: #fff;
  padding: 0;
}
.caset-icon04 {
  width: 50px;
  height: 20px;
  font-size: 10px;
  text-align: center;
  line-height: 20px;
  background-color: #035BC9;
  color: #fff;
  padding: 0;
}

@media (min-width: 992px) {
  main {
    padding-top: 100px;
  }
}


/* sp only */
@media (max-width: 992px) {


  /* font-size */
  .spf05 {
    font-size: .5rem;
  }
  .spf06 {
    font-size: .6rem;
  }
  .spf07 {
    font-size: .7rem;
  }
  .spf08 {
    font-size: .8rem;
  }
  .spf09 {
    font-size: .9rem;
  }
  .spf1 {
    font-size: 1rem;
  }
  .spf12 {
    font-size: 1.2rem;
  }
  .spf15 {
    font-size: 1.5rem;
  }
  .spf18 {
    font-size: 1.8rem;
  }
  .spf2 {
    font-size: 2rem;
  }
  .spf23 {
    font-size: 2.3rem;
  }
  .spf24 {
    font-size: 2.4rem;
  }
  .spf25 {
    font-size: 2.5rem;
  }
  .spf3 {
    font-size: 3rem;
  }


  /* line-height */
  .splh05 {
    line-height: .5rem;
  }
  .splh06 {
    line-height: .6rem;
  }
  .splh07 {
    line-height: .7rem;
  }
  .splh08 {
    line-height: .8rem;
  }
  .splh09 {
    line-height: .9rem;
  }
  .splh1 {
    line-height: 1rem;
  }
  .splh12 {
    line-height: 1.2rem;
  }
  .splh13 {
    line-height: 1.3rem;
  }
  .splh14 {
    line-height: 1.4rem;
  }
  .splh15 {
    line-height: 1.5rem;
  }
  .splh16 {
    line-height: 1.6rem;
  }
  .splh17 {
    line-height: 1.7rem;
  }
  .splh18 {
    line-height: 1.8rem;
  }
  .splh2 {
    line-height: 2rem;
  }
  .splh21 {
    line-height: 2.1rem;
  }
  .splh22 {
    line-height: 2.2rem;
  }
  .splh23 {
    line-height: 2.3rem;
  }
  .splh24 {
    line-height: 2.4rem;
  }
  .splh25 {
    line-height: 2.5rem;
  }
  .splh3 {
    line-height: 3rem;
  }
  .splh4 {
    line-height: 4rem;
  }





.sp-pt-100 {
  padding-top: 100px;
}
.title {
  height: 120px;
}
.title-bg {
  padding-top: 40px;
  padding-left: 15px;
}
.u-title {
  height: 100px;
}
.u-title-bg {
  padding-top: 30px;
}
.title01 {
  font-size: 20px;
  line-height: 20px;
}
.title02 {
  font-size: 12px;
}
.topic00 {
  font-size: 24px;
}
.topic02 {

}
.topic01 {
  font-size: 14px;
}
.link-btn {
  font-size: 14px;
}
.contact-box {
  font-size: 12px;
  height: 90px;
  padding-right: 50%;
  padding-left: 0;
  background: url(/assets/images/common/sp-uketuke@2x.png) no-repeat center right -10px / contain;
}







}
