﻿/* color -----------------------------------------------------------------------------*/

:root{
    --color1:#ffa465;
    --color2:#F4B183;
    --color3:#fff9f1;
    --color4:#F5FFC9;
    --color5:#ffffff;
    --white:#ffffff;
    --black:#6d2f00;
    --gray:#ccc;
    --fontJp: 'Hachi Maru Pop', cursive;
    --fontEn: 'Indie Flower', cursive;
    --fontmaru: 'Zen Maru Gothic', sans-serif;
}

body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: var(--black);}
.txt_white,.hvr_txt_white:hover{color: var(--white);}
.txt_color1,.hvr_txt_color1:hover{color: var(--color1);} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: var(--color2);} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: var(--color3);} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: var(--color4);} /* アクセントカラー2 */
.txt_color5,.hvr_txt_color5:hover{color: var(--color5);} /* アクセントカラー2 */
/* background-color */
.bg_white,.hvr_bg_white:hover{background-color: var(--white)} /* 白背景 */
.bg_black,.hvr_bg_black:hover{background-color: var(--black);} /* 黒背景 */
.bg_color1,.hvr_bg_color1:hover{background-color: var(--color1);} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: var(--color2);} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: var(--color3);} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: var(--color4);} /* アクセントカラー2 */
.bg_color5,.hvr_bg_color5:hover{background-color: var(--color5);} /* アクセントカラー2 */
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}
/* border-color ※!important */
.border_white,.hvr_border_white:hover{border-color: var(--white);}
.hvr_border_black:hover{border-color: var(--black);}
.border_black{border-color: var(--gray);}
.border_color1,.hvr_border_color1:hover{border-color: var(--color1);}
.border_color2,.hvr_border_color2:hover{border-color: var(--color2);}
.border_color3,.hvr_border_color3:hover{border-color: var(--color3);}
.border_color4,.hvr_border_color4:hover{border-color: var(--color4);}
.border_color5,.hvr_border_color5:hover{border-color: var(--color5);}

.linkStyle{color: var(--color1);
          border-bottom:solid 1px;
}
body#body {
    background: var(--white);
}
/* color -----------------------------------------------------------------------------*/

/* ----------　all　---------- */
.linkStyle:hover{
	color:　var(--color1);
	opacity: 0.7;
	transition: all 0.5s;
}
body {
    font-size: 16px;
    font-family: var(--fontmaru);
}
 h3 {
    font-family: var(--fontJp);
}
.fon_jos {
    font-family: var(--fontmaru);
    font-weight: bold;
}
.fixbnr {
    display: none;
}
#link_fixd {
    bottom: 10px;
    left: 10px;
    z-index: 10;
    display: flex;
    align-items: baseline;
    width: 35%!important;
}
#link_fixd a:hover {
    transform: translateY(-10px);
    transform: rotate(-5deg);
}
footer .footer_item {
    background-color: var(--color4);
}
#footer_info {
    display: none;
}
footer.bg_color3 {
    background-color: var(--color4);
}
/* ----------　TOP　---------- */
#mainwrap:before {
    content: "";
    background-image: url(./dup/img/c3.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 190px;
    width: 200px;
    height: 200px;
    z-index: 13;
    transform: rotate(0deg);
    animation: fv1 1s steps(2) infinite;
}
.main_catch {
    width: max(700px,50%);
    height: 50%;
    top: -50px;
    left: 0;
    z-index: 2;
}
.main_catch:after {
    content: "";
    background-image: url(./dup/img/c2.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 75%;
    left: 0;
    width: 220px;
    height: 220px;
    z-index: -1;
    animation: fv1 1s steps(2) infinite;
    opacity: 0.7;
}

.con1_img {
    border: 15px solid var(--color2);
}
#attach_area h2 {
    font-family: var(--fontJp);
    color: var(--black);
    font-size: 70px;
    font-weight: bold;
    animation: fv1 1s steps(2) infinite;
}
.cms_title h3 {
    font-size: 40px;
    line-height: 1.2;
}
.cms_title p {
    font-size: 30px;
}
#top_contents3 .con_before {
    width: 50px;
    height: 10px;
    border-radius: 50px;
}
#top_contents3:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url(./Dup/img/kirin.png),url(./Dup/img/kirin.png);
    background-repeat: repeat-y;
    background-position: 0 0,100% 0;
    background-size: 7%;
    z-index: 0;
}
/* ----------　下層ページ　---------- */
#page_title {
    margin-bottom: 80px;
}
#page_title .title_img {
    height: 150px;
    background-size: 50%;
    background-repeat: repeat-x;
}
#page_title .title_wrap {
    top: 110%;
    left: 50%;
    color: var(--black);
    background: #fff;
    border-radius: 20px;
}
#page_title .title_wrap p {
    margin-top: 0;
    margin-bottom: 10px;
}
#page04 .cate_txt1 {
    position: relative;
    padding-left: 110px;
    margin-top: 70px;
}
#page04 .cate_txt1:before {
    content: "";
    background-image: url(./dup/img/prof.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    width: 100px;
    height: 100px;
}
#page02 .date {
    color: #Fff;
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */
#page10 span {
    color: var(--black);
}
#page07 .border_color4 {
    border-color: var(--color1);
}

/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
/* ----------　all　---------- */
#link_fixd {
    width: 70%!important;
}
/* ----------　TOP　---------- */
.main_catch {
    top: -40px;
    width: 600px;
}
.main_catch:after {
    width: 170px;
    height: 170px;
    top: 55%;
}

#mainwrap:before {
    right: -10px;
    width: 170px;
    height: 170px;
}
#top_contents3:before {
    background-size: 10%;
}
#top_contents3 p,#top_contents3 h3 {
    background: #ffffffd1;
    border-radius: 5px;
}
/* ----------　下層ページ　---------- */
#page_title .title_img {
    height: 140px;
    background-size: 100%;
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */

}



/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
/* ----------　all　---------- */
#link_fixd {
    width: 100%!important;
    left: 0;
}
body {
    font-size: 15px;
}
/* ----------　TOP　---------- */
.main_catch {
    top: -15px;
    width: 100%;
}
.main_catch:after {
    width: 130px;
    height: 130px;
    top: 58%;
}
.fvWrap .fvWrap__body {
    right: 20%!important;
}
#mainwrap:before {
    right: -10px;
    width: 120px;
    height: 120px;
    bottom: -50px;
}
#attach_area h2 {
    font-size: 30px;
}
#attach {
    height: 150px;
}
#top_contents1 .con1_img2 div {
    min-width: 120px;
}
#top_contents3:before {
    background-size: 16%;
}
.cms_title h3 {
    font-size: 30px;
    line-height: 1;
}
.cms_title p {
    font-size: 20px;
}
/* ----------　下層ページ　---------- */
#page_title .title_img {
    height: 140px;
    background-size: 200%;
    background-position: top;
    background-repeat: repeat;
}
#page_title .title_wrap {
    top: 120%;
    background: #fff;
    border-radius: 20px;
    width: 90%;
    padding: 0;
}
#page_title .title_wrap h2 {
    font-size: 22px;
    letter-spacing: 1px;
}
#page04 .cate_txt1:before {
    transform: translateY(0%);
    width: 90px;
    height: 90px;
}
#page04 .cate_txt1 {
    position: relative;
    padding-left: 100px;
    margin-top: 20px;
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */
}




/* ------------------------------------------------------- fv -----------------------------------------------------*/
.fvWrap .fvWrap__body .fvWrap__tile{position: relative;}
.fvrail_inner {
    padding: 5px;
}
/* タブレット */
@media screen and (max-width: 768px){
    .fvWrap .fvWrap__body .rail-left .fvWrap__tile::before{left: 10%;}
}

@media(max-width: 667px) {
    .fvWrap .fvWrap__body .rail-center .fvWrap__tile::before{width: 158%; left: 14%;}
    .fvWrap .fvWrap__body .rail-center .fvWrap__tile::after{right: 14%; width: 158%;}
    .fvWrap .fvWrap__body .rail-left .fvWrap__tile::before{left: 5%;}
}



@keyframes fv1 {
  from {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(5deg);
  }
}
@-webkit-keyframes rail_up {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  to {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
  }
}
@keyframes rail_up {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  to {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
  }
}
@-webkit-keyframes rail_down {
  from {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
@keyframes rail_down {
  from {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
.fvWrap {
  width: 100%;
  height: 100vh;
  position: relative
}
@media screen and (min-width:1001px) {
  .fvWrap {
    max-height: 80vw
  }
}
@media screen and (max-width:800px) {
  .fvWrap {
    height: 740px;
    max-height: 100vh
  }
}

.fvWrap .fvWrap__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 120px);
  overflow: hidden
}
@media screen and (min-width:1001px) {
  .fvWrap .fvWrap__wrap {
    max-height: 80vw
  }

}
@media screen and (max-width:800px) {
  .fvWrap .fvWrap__wrap {
    height: 100%;
    max-height: none
  }
}
.fvWrap .fvWrap__body {
  margin: 0 0 0 auto;
  /*width: 76.1%;*/
  width: 80%;
  /*max-width: 130vh;*/
  max-width: 200vh;
  /*height: 200%;*/
  height: 150%;
  display: flex;
  -webkit-transform: rotate(55deg);
  transform: rotate(65deg);
  /*-webkit-transform-origin: 100% 50%;*/
  /*transform-origin: 100% 50%*/
}
@media screen and (max-width:1300px) {
    .fvWrap .fvWrap__body {
      width: 110%;
      height: 182%;
  }
}
@media screen and (max-width:1000px) {
  .fvWrap .fvWrap__body {
      width: 110%;
      height: 150%;
  }
}
@media screen and (max-width:800px) {
  .fvWrap .fvWrap__body {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    max-width: none;
    /*width: 90%;*/
    width: 105%;
    min-width: 500px
  }
}
@media screen and (max-width:500px) {
  .fvWrap .fvWrap__body {
    position: absolute;
    top: 0;
    left: auto;
    right: -8%
  }
}
.fvWrap .fvWrap__body .fvWrap__rail {
    position: relative;
    width: calc(33.33% - 70px);
    margin-right: 23px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@media screen and (max-width:800px) {
  .fvWrap .fvWrap__body .fvWrap__rail {
    margin-right: 12px;
    width: calc(33.33% - 12px)
  }
}

.fvWrap .fvWrap__body .fvWrap__rail .fvrail_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--color4);
}
.fvWrap .fvWrap__body .fvWrap__rail.rail-left.is-inview .fvrail_inner {
  -webkit-animation: rail_up 20s linear infinite;
  animation: rail_up 25s linear infinite
}
.fvWrap .fvWrap__body .fvWrap__rail.rail-center .fvrail_inner {
  flex-direction: column-reverse
}
.fvWrap .fvWrap__body .fvWrap__rail.rail-center.is-inview .fvrail_inner {
  -webkit-animation: rail_down 25s linear infinite;
  /*animation: rail_down 15s linear infinite*/
  animation: rail_down 20s linear infinite
}
.fvWrap .fvWrap__body .fvWrap__rail.rail-right.is-inview .fvrail_inner {
  -webkit-animation: rail_up 19s linear infinite;
  animation: rail_up 14s linear infinite
}
.fvWrap .fvWrap__body .fvWrap__tile {
  margin-bottom: 25px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%)
}
@media screen and (max-width:800px) {
  .fvWrap .fvWrap__body .fvWrap__tile {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    margin-bottom: 12px
  }
}
.fvWrap .fvWrap__body .fvWrap__tile img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform: rotateY(0deg) translate3d(0, 0, 0);
  transform: rotateY(0deg) translate3d(0, 0, 0)
}
body.opening .fvWrap .fvWrap__body .fvWrap__tile img {
  opacity: 0;
  -webkit-transform: rotateY(50deg) translate3d(0, 0, 0);
  transform: rotateY(50deg) translate3d(0, 0, 0)
}
.fvWrap .fvWrap__body .fvWrap__tile.tile-center {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
@media screen and (max-width:800px) {
  .fvWrap .fvWrap__body .fvWrap__tile.tile-center {
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
  }
}
.fvWrap .fvWrap__body .fvWrap__tile:nth-child(1) img {
  transition: .7s .6s
}
.fvWrap .fvWrap__body .fvWrap__tile:nth-child(2) img {
  transition: .7s .8s
}
.fvWrap .fvWrap__body .fvWrap__tile:nth-child(3) img {
  transition: .7s 1s
}
.fvWrap .fvWrap__body .fvWrap__tile:nth-child(4) img {
  transition: .7s 1.2s
}
.fvWrap .fvWrap__body .fvWrap__tile:nth-child(5) img {
  transition: .7s 1.4s
}
.fvWrap .fvWrap__body .fvWrap__tile:nth-child(6) img {
  transition: .7s 1.6s
}
.fvWrap .fvWrap__body .fvWrap__tile:nth-child(7) img {
  transition: .7s 1.8s
}
.fvWrap .fvWrap__body .fvWrap__tile:nth-child(8) img {
  transition: .7s 2s
}