@charset "UTF-8";
@keyframes fusen_a {
  0%, 100% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
}
@keyframes fusen_b {
  0%, 100% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(2deg);
  }
}
/*$font02:"Barlow","Barlow Semi Condensed";
$font03:'Barlow Semi Condensed';
$fontGothic:"Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",YuGothic, "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;*/
html {
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 12px;
  color: #231815;
  word-wrap: break-word;
  font-weight: 400;
}
html * {
  font-weight: inherit;
  box-sizing: border-box;
  font-feature-settings: "palt";
}

a, a * {
  backface-visibility: hidden;
  display: block;
  transition: 0.3s;
}

img {
  width: 100%;
  height: auto;
  pointer-events: none;
  vertical-align: bottom;
}
img[src$=".svg"] {
  max-width: 100%;
}

picture {
  display: block;
}

#page {
  overflow: hidden;
}

.align_start {
  align-items: flex-start !important;
}

/*-------------------------------------------------------------
フォント共通
---------------------------------------------------------------*/
.fw_light {
  font-weight: 300;
}

.fw_regular {
  font-weight: 400;
}

.fw_medium {
  font-weight: 500;
}

.f_lexend {
  font-family: "Lexend", sans-serif;
}

/*-------------------------------------------------------------
テキスト共通
---------------------------------------------------------------*/
.tit {
  letter-spacing: 0;
}

.txt {
  line-height: 1.4;
  letter-spacing: 0;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

/*-------------------------------------------------------------
カラー共通
---------------------------------------------------------------*/
.txt_green {
  color: #4eb849;
}

.bg_yellowgreen {
  background-color: #89d15e;
}

.bg_orange {
  background-color: #f19149;
}

.bg_gray {
  background-color: #a6937c;
}

.bg_brown {
  background-color: #ac6a00;
}

.bg_red {
  background-color: #ec6941;
}

.bg_purple {
  background-color: #aa89bd;
}

.bg_pink {
  background-color: #e79a90;
}

.bg_yellow {
  background-color: #e7c67f;
}

.bg_green {
  background-color: #79c1ad;
}

.bg_isago {
  /* background-color: #280f02; */
  background-color: #e7c67f;
}

.bg_iduyone {
  /* background-color: #f6ac19; */
  background-color: #e7c67f;
}

.bg_mizukipearl {
  /* background-color: #002e18; */
  background-color: #79c1ad;
}

.bg_aoi {
  /* background-color: #000; */
  background-color: #aa89bd;
}

.bg_gingham {
  background-color: #4e3d35;
}

.bg_srp {
  /* background-color: #18462D; */
  background-color: #ec6941;
}
.bg_omezaya {
  /* background-color: #dcc444; */
  background-color: #ec6941;
}
.bg_l-s {
  /* background-color: #d9b449; */
  background-color: #ec6941;
}
.bg_takata-foods {
  /* background-color: #f5aa02; */
  background-color: #e7c67f;
}

.bg_fukuya {
  /* background-color: #002e18; */
  background-color: #79c1ad;
}

.bg_hinoki-toy {
  background-color: #a6937c;
}


/*-------------------------------------------------------------
余白共通
---------------------------------------------------------------*/
@media print, screen and (min-width: 780px) {
  .mT_10 {
    margin-top: 0.8333333333rem !important;
  }
  .mT_20 {
    margin-top: 1.6666666667rem !important;
  }
  .mT_30 {
    margin-top: 2.5rem !important;
  }
  .mT_36 {
    margin-top: 3rem !important;
  }
  .mT_40 {
    margin-top: 3.3333333333rem !important;
  }
  .mT_50 {
    margin-top: 4.1666666667rem !important;
  }
  .mT_60 {
    margin-top: 5rem !important;
  }
  .mT_70 {
    margin-top: 5.8333333333rem !important;
  }
  .mT_80 {
    margin-top: 6.6666666667rem !important;
  }
  .mT_90 {
    margin-top: 7.5rem !important;
  }
  .mT_100 {
    margin-top: 8.3333333333rem !important;
  }
}
@media only screen and (max-width: 779px) {
  .mT_10 {
    margin-top: 1.3333333333vw !important;
  }
  .mT_20 {
    margin-top: 2.6666666667vw !important;
  }
  .mT_30 {
    margin-top: 4vw !important;
  }
  .mT_40 {
    margin-top: 5.3333333333vw !important;
  }
  .mT_50 {
    margin-top: 6.6666666667vw !important;
  }
  .mT_60 {
    margin-top: 8vw !important;
  }
  .mT_70 {
    margin-top: 9.3333333333vw !important;
  }
  .mT_80 {
    margin-top: 10.6666666667vw !important;
  }
  .mT_90 {
    margin-top: 12vw !important;
  }
  .mT_100 {
    margin-top: 13.3333333333vw !important;
  }
}
/*-------------------------------------------------------------
PC共通
---------------------------------------------------------------*/
@media print, screen and (min-width: 780px) {
  /*  #page{
      overflow-x: hidden;
    }*/
  .preload *:not(.loading_copy) {
    transition: none !important;
  }
  .sp {
    display: none;
  }
  .inner {
    width: 90%;
    max-width: 1096px;
    margin: auto;
  }
  .flex_box, .flex_box_pc {
    display: flex;
    flex-wrap: wrap;
  }
  a {
    outline: none;
  }
  a:focus {
    outline: none;
  }
  a:hover {
    opacity: 0.5;
  }
  a:hover .hover_text {
    opacity: 1;
  }
  .pT100 {
    padding-top: 8.3333333333rem;
  }
  .pB100 {
    padding-bottom: 8.3333333333rem;
  }
}
@media print, screen and (min-width: 780px) and (max-width: 1096px) {
  html {
    font-size: 1.0948905109vw;
  }
}
/*-------------------------------------------------------------
SP共通
---------------------------------------------------------------*/
@media only screen and (max-width: 779px) {
  html {
    font-size: 3.2vw;
  }
  .inner {
    max-width: 686px;
    width: 90%;
    margin: auto;
  }
  .pc {
    display: none;
  }
  .flex_box, .flex_box_sp {
    display: flex;
    flex-wrap: wrap;
  }
  a .hover_text {
    display: none;
  }
  .pT100 {
    padding-top: 13.3333333333vw;
  }
  .pB100 {
    padding-bottom: 13.3333333333vw;
  }
}
/*--------------------------endSP--------------------------------*/
/*-------------------------------------------------------------
sec_tit_area(セクションタイトル)
---------------------------------------------------------------*/
.sec_tit_area {
  text-align: center;
  /*========= END PC ===============*/
  /*========= END SP ===============*/
}
.sec_tit_area .sec_tit span {
  letter-spacing: 0.1em;
}
.sec_tit_area .sec_sbtit {
  letter-spacing: 0.4em;
}
@media print, screen and (min-width: 780px) {
  .sec_tit_area .sec_tit {
    display: inline-block;
  }
  .sec_tit_area .sec_tit img {
    width: 3rem;
  }
  .sec_tit_area .sec_tit span {
    font-size: 3.3333333333rem;
    margin-left: 2.5rem;
  }
  .sec_tit_area .sec_sbtit {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}
@media only screen and (max-width: 779px) {
  .sec_tit_area .sec_tit img {
    width: 6.2666666667vw;
    display: block;
    margin: 0 auto;
  }
  .sec_tit_area .sec_tit span {
    font-size: 2.2916666667rem;
    margin-top: 3.7333333333vw;
    display: block;
  }
  .sec_tit_area .sec_sbtit {
    font-size: 1rem;
    margin-top: 2.4vw;
  }
}

/*========= END sec_tit_area ===============*/
/*-------------------------------------------------------------
header
---------------------------------------------------------------*/
#header {
  width: 100%; /*横幅指定*/
  position: fixed; /*fixedを設定して固定*/
  z-index: 999; /*最前面へ*/
  top: 0; /*位置指定*/
  left: 0; /*位置指定*/
  /*========= END PC ===============*/
  /*========= END SP ===============*/
}
#header.fixed {
  background-color: rgba(0, 0, 0, 0.1);
}
#header .h_inner {
  margin: 0 auto;
}
@media print, screen and (min-width: 780px) {
  #header .h_inner {
    width: 52.3%;
    padding: 0.8333333333rem 0;
  }
  #header .h_logo {
    width: 16.2523900574%;
  }
}
@media only screen and (max-width: 779px) {
  #header .h_inner {
    width: 91.4666666667vw;
    padding: 2.6666666667vw 0;
  }
  #header .h_logo {
    width: 28.8vw;
  }
}

/*========= END header ===============*/
/*-------------------------------------------------------------
footer
---------------------------------------------------------------*/
#footer {
  background-color: #89d15e;
  color: #fff;
  /*========= END PC ===============*/
  /*========= END SP ===============*/
}
#footer .txt_box {
  margin: 0 auto;
}
#footer .txt_box .txt {
  letter-spacing: 0.14em;
}
#footer .f_logo {
  margin: 0 auto;
}
#footer .copyright {
  letter-spacing: 0.14em;
}
@media print, screen and (min-width: 780px) {
  #footer {
    padding: 3.3333333333rem 0;
  }
  #footer .txt_box {
    width: 66.4233576642%;
  }
  #footer .txt_box .tit {
    font-size: 1.3333333333rem;
  }
  #footer .txt_box .txt {
    margin-top: 0.8333333333rem;
  }
  #footer .f_logo {
    width: 16.7883211679%;
  }
  #footer .copyright {
    margin-top: 2.1666666667rem;
  }
}
@media only screen and (max-width: 779px) {
  #footer {
    padding: 10vw 0;
  }
  #footer .txt_box .tit {
    font-size: 1.5rem;
  }
  #footer .txt_box .txt {
    margin-top: 5.3333333333vw;
  }
  #footer .f_logo {
    width: 63.4666666667vw;
  }
  #footer .copyright {
    margin-top: 8vw;
    font-size: 0.9166666667rem;
  }
}

/*========= END footer ===============*/
/*-------------------------------------------------------------
ページトップ
---------------------------------------------------------------*/
#page-top {
  position: fixed;
  right: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
  /*========= END PC ===============*/
  /*========= END SP ===============*/
}
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
#page-top a {
  display: block; /*aタグをblock要素に変更*/
}
@media print, screen and (min-width: 780px) {
  #page-top {
    width: 5rem;
  }
}
@media only screen and (max-width: 779px) {
  #page-top {
    width: 13.3333333333vw;
  }
}

/*========= END page-top ===============*/
/*js・アニメーション
-----------------------------------------------------------------------------*/
.tran, .scrollListItem, .scrollItem, .scrollListAll > * {
  transition: all 0.6s cubic-bezier(0.66, 0.01, 0.67, 0.71) 0s;
}

/*css anime
---------------*/
/*MVスクロールアニメーション*/
/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -5px;
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* 順番にフェイドアップ */
.boxScroll {
  opacity: 0;
}

/* フェイドアップ下から */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*ページトップ用アニメーション*/
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}/*# sourceMappingURL=base.css.map */