﻿/* all page */
/*fonts*/
@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
header .pc_nav li a span:nth-of-type(2), #sp_nav .sp_nav_inner .l-menu ul li a, #con1 h2, #con2 > div p:nth-of-type(1), #con3 .title .en, #con3 .box .txt_title, #con3 .box h3, .footer_contact p, .f_sitemap_inner li a, .footer p, footer .copy, #page_title, .cate_list li a, .cate_list li .cate_no, .cate_title, .sub_cate_title, .box_title, .box_title1, .pagetitle p, .pager li a  {font-family: 'Zen Maru Gothic', "Noto Sans JP","Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "YuGothic M", meiryo, sans-serif;}
.en{
    font-family: 'Fredoka One', cursive;
}

/* color ---------------------------------------------------------------------------------------------*/
.linkStyle{color: #f9bf1e;text-decoration: underline;transition: opacity .3s;}
.linkStyle:hover{opacity: 0.7}
.txt_color1, .hvr_txt_color1:hover{color: #f9bf1e;} /* メインカラー */
.txt_color2, .hvr_txt_color2:hover{color: #30c9c1;} /* サブカラー */
.txt_color3, .hvr_txt_color3:hover{color: #d64140;} /* アクセントカラー1 */
.txt_color4, .hvr_txt_color4:hover{color: #c9baa9} /* アクセントカラー2 */

/* background-color */
.bg_color1, .hvr_bg_color1:hover{background-color: #f9bf1e;} /* メインカラー */
.bg_color2, .hvr_bg_color2:hover{background-color: #30c9c1;} /* サブカラー */
.bg_color3, .hvr_bg_color3:hover{background-color: #d64140;} /* アクセントカラー1 */
.bg_color4, .hvr_bg_color4:hover{background-color: #c9baa9} /* アクセントカラー2 */

/* border-color ※!important */
.border_color1, .hvr_border_color1:hover{border-color: #f9bf1e;}
.border_color2, .hvr_border_color2:hover{border-color: #30c9c1;}
.border_color3, .hvr_border_color3:hover{border-color: #d64140;}
.border_color4, .hvr_border_color4:hover{border-color: #c9baa9}

#body{
    background-image: url('./Dup/img/paper1_3.jpg');
    background-size: 100%;
    background-position: top center;
    background-repeat: repeat-y;
    overflow: hidden;
}
#fakeloader .fl {
    max-width: 250px;
}

.banner_fixed {
    position: fixed;
    bottom: 20px;
    right: 100px;
    z-index: 5;
	-webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    max-width: 230px;
}
.banner_fixed a:hover{
    opacity: 0.7;
}
/* top ----------------*/
#main_img, #con1, #con3, .all_contents{
    background: none;
}
#con1, #con3{
    background-image: url('./Dup/img/paper1_3d.jpg');
    background-size: 100%;
    background-position: top center;
    background-repeat: repeat-y;
    margin: 100px 0;
}
#con3{
    background-image: url('./Dup/img/paper1_3c.jpg');
}
#con1::before, #con1::after, #con3:before, #con3:after{
    content: "";
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    left: 0;
}
#con1::before{
    background-image: url('./Dup/img/con_t1.png');
    top: -80px;
    height: 80px;
}
#con1::after{
    background-image: url('./Dup/img/con_b1.png');
    bottom: -80px;
    height: 80px;
}
#con3:before{
    background-image: url('./Dup/img/con_t2.png');
    top: -80px;
    height: 80px;
}
#con3:after{
    background-image: url('./Dup/img/con_b2.png');
    bottom: -80px;
    height: 80px;
}

/* header */


/* main img */
#main_img{
    text-align: center;
}
#main_img #video{
	-webkit-mask-image: url("../Dup/img/mask.png");
    mask-image: url("../Dup/img/mask.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top;
    mask-position: top;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    margin: 0 auto;
}
/*#main_img #video .video{*/
/*    top: 66%;*/
/*}*/
/* アニメーション */
.ani_fadein{
	display: none;
}
.ani2 {
animation-name:poyoyon2;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity: 0;
animation-iteration-count: infinite;
animation-delay: 3.0s;
}
@keyframes poyoyon2 {
  0%  {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  15% {
    transform: scale(0.99, 0.99) translate(0, 1px);
  }
  30% {
    transform: scale(1.02, 1.0) translate(0, 3px);
  }
  50% {transform: scale(0.99, 1.0) translate(0, -3px);
  }
  70% {
    transform: scale(1.0, 0.99) translate(0, 0px);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}
.ani_fadein .ani2:nth-of-type(1) {
animation-delay: 1.0s;
}
.ani_fadein .ani2:nth-of-type(2) {
animation-delay: 1.2s;
}
.ani_fadein .ani2:nth-of-type(3) {
animation-delay: 1.5s;
}
.ani_fadein .ani2:nth-of-type(4) {
animation-delay: 1.7s;
}
.ani_fadein .ani2:nth-of-type(5) {
animation-delay: 1.9s;
}
.ani_fadein .ani2:nth-of-type(6) {
animation-delay: 2.2s;
}
.catch {
    z-index: 2;
    width: 90%;
    height: 0;
    position: relative;
    margin: -20px auto;
}
.catch_01{
    bottom: 50px;
    left: 0;
}
.catch_02{
    bottom: 120px;
    left: 16%;
}
.catch_03{
    bottom: 10px;
    left: 32%;
}
.catch_04{
    bottom: 70px;
    left: 52%;
}
.catch_05{
    bottom: -10px;
    right: 18%;
}
.catch_06{
    bottom: 50px;
    right: 0;
}
.ba_l{
    top: 24%;
    left: 5%;
    max-width: 100px;
}
.ba_r{
    top: 16%;
    right: 7%;
    max-width: 120px;
}
.flag_l{
    top: 2%;
    left: 1%;
}
.flag_r{
    top: 2%;
    right: 1%;
}
.zou{
    top: 44%;
    left: 1%;
    max-width: 170px;
}
.usagi{
    bottom: 37%;
    right: 5%;
    max-width: 150px;
}
.tyou{
    bottom: 28%;
    right: 1%;
    max-width: 120px;
}

/* main */
#con1 .con1_inner::before,#con1 .con1_inner::after,#con2 .topimg3::before,#con3 .title::before{
    content: "";
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top left;
	position: absolute;
}
#con1 .con1_inner::before{
    background-image: url('./Dup/img/candy_o.png');
	width: 130px;
	height: 100px;
	top: 26%;
    left: 14%;
	animation:katakata 1.5s steps(2,start) infinite;
}
#con1 .con1_inner::after{
    background-image: url('./Dup/img/candy_g.png');
	width: 130px;
	height: 100px;
	top: 56%;
    right: 10%;
	animation:katakata2 2s steps(2,start) infinite;
}
#con2 .topimg3::before{
    background-image: url('./Dup/img/pika.png');
	width: 80px;
    height: 100px;
    top: -70px;
    right: -70px;
	animation:katakata 2s steps(2,start) infinite;
}
#con3 .title::before{
    background-image: url('./Dup/img/kuma.png');
	width: 190px;
    height: 260px;
    top: 20px;
    right: 18%;
	animation:katakata2 2s steps(2,start) infinite;
}
@keyframes katakata{
0%{transform:rotate(-13deg);}
50%{transform:rotate(0deg);}
100%{transform:rotate(-13deg);}
}
@keyframes katakata2{
0%{transform:rotate(13deg);}
50%{transform:rotate(0deg);}
100%{transform:rotate(13deg);}
}

/* intro */
.mark{
    max-width: 70px;
    margin-bottom: -30px;
}
.intro_btn a{
    border-radius: 50px;
}
.intro_btn a:hover{
    background-color: #fff;
    color: #f9bf1e;
}
#con1 h2{
    color: #8f4c00;
}

/* contents */
#con2 .con2_text{
	background-color: #fff;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
#con2 .con2_text p:nth-of-type(1){
	position: relative;
    display: inline-block;
    margin: 0 0 1rem -40px;
    padding: 1rem 3rem;
    color: #fff;
    border-radius: 0 100vh 100vh 0;
    background: #30c9c1;
    -webkit-box-shadow: 3px 3px 5px rgb(0 0 0 / 20%);
    box-shadow: 3px 3px 5px rgb(0 0 0 / 20%);
}
#con2 .con2_text p:nth-of-type(1):before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-top: 10px solid #007666;
  border-left: 10px solid transparent;
}
#con2 .topimg3{
    position: relative;
}
#con3 .title .en {
    font-size: 50px;
    color: #8f4c00;
    font-weight: bold;
}
html.modalset{
	overflow: hidden;
}
#con3 .box_item {
    cursor: pointer;
    background: linear-gradient(135deg, transparent 8px, #f7cc38 0) top left,linear-gradient(-135deg, transparent 8px, #f7cc38 0) top right,linear-gradient(-45deg, transparent 8px, #f7cc38 0) bottom right,linear-gradient(45deg, transparent 8px, #f7cc38 0) bottom left;
    background-repeat: no-repeat;
    background-size: 60% 60%;
}
#con3 .box_item figure{
    border-radius: 100%;
}
#con3 .box_item:hover {
    transform: scale(1.02);
    filter: drop-shadow(5px 5px 0px #30c9c1);
}
#con3 .plus {
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 45px;
}
#con3 .box_title2, #con3 .box_txt1{
    border-top: 1px solid #edede6;
}
#con3 .modal .box_title2{
	border-top: none;
}
#con3 .modal{
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	line-height: 1.7;
}
#con3 .modal-wrap {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
	padding: 20px;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}
#con3 .modal-wrap::-webkit-scrollbar {
	display: none;
}
#con3 .modal-wrap:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 100%;
}
#con3 .modal-bg{
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
}
#con3 .modal-box {
    width: 90%;
    max-width: 900px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 10px;
    padding-bottom: 23px;
    background-color: #f7cc38;
}
#con3 .modal-box .inner{
	max-height: 650px;
    overflow: auto;
	-ms-overflow-style: none;
}
#con3 .modal-box .inner::-webkit-scrollbar {
  width: 2px;
  height: 10px;
}
#con3 .modal-box .inner::-webkit-scrollbar-track {
  border-radius: 5px;
  box-shadow: 0 0 4px #aaa inset;
}
#con3 .modal-box .inner::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #333;
}
#con3 .modal-box .modal-close {
    cursor: pointer;
    position: absolute;
    top: -20px;
    right: -20px;
    width: 60px;
}
#con3 .modal_img{
    max-width: 600px;
}
#con3 .modal_title1{
	padding-top: 60px;
}
#con3 .modal_title1:before{
	content: "";
	display: block;
	background-color: #666; 
	width: 1px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 2px;
}
#con3 .modal_title1 span{
	transform: rotate(90deg);
	display: block;
	line-height: 1;
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#con3 .modal-box .modal-close {
    top: -15px;
    right: -20px;
}
#con3 .modal-box .inner{
    max-height: 500px;
}
}

/* topcms */
#topCms .topCms{
    border-bottom: none;
}
#topCms .topCms > div{
    padding: 70px 30px;
    background-color: #fff;
    border-radius: 30px;
}

/* footer */
.footer_contact .f_contact_box h4{
    margin-bottom: 20px;
}
.footer > p{
    text-align: center;
}


/* under page */
.pagetitle {
    padding-top: 200px;
    padding-bottom: 80px;
    background: none;
}
.pagetitle_img{
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    mix-blend-mode: unset;
}
.pagetitle h2 {
    color: #f7cc38;
}
.pagetitle p {
    font-weight: bold;
}
.cate_list li a:hover{
    background-color: #f6c92e;
    border: 1px solid #f6c92e;
    color: #fff;
}
.cate_list li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px;
    font-weight: bold;
}

/* cms1 */

/* cms2 */
.flow_type3 .cate{counter-reset: box;}
.flow_type3 .cate_box{counter-increment: box;}
.flow_type3 .box_item{padding-top: 60px;}
.flow_type3 .box_title1{z-index: 0}
.flow_type3 .box_title1::before, .flow_type3 .box_title1::after{
	position: absolute;
	content: "";
	display: block;
	pointer-events: none
}
.flow_type3 .box_title1::before {
	content: "0"counter(box);
	font-size: 86px;
	color: #ffeaa3;
	left: 0;
	top: -70px;
	z-index: -1;
}
.flow_type3 .box_title1::after{
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #222
}
/*-------- スマートフォン --------*/
@media screen and (max-width: 667px){
.flow_type3 .box_title1::before{
	left: auto;
	right: 0;
	top: -50px
}
.flow_type3 .box_item {
    padding-top: 36px;
}
}

/* cms3 */

/* cms4 */

/* cms5 */
.qa_type3 .con_no{
	left: 20px;
	top: 15px
}
.qa_type3 .cate_box .box_title1, .qa_type3 .cate_box .box_txt1{
	min-height: 1.5em
}
.qa_type3 .box_q{
	background-image: url(./Dup/img/icon_q.png);
	background-repeat: no-repeat;
	background-position: top 2px left;
	background-size: 60px
}
.qa_type3 .box_a{
	background-image: url(./Dup/img/icon_a.png);
	background-repeat: no-repeat;
	background-position: top 2px right;
	background-size: 60px
}
.qa_type3 .box_q, .qa_type3 .box_a{
	padding: 0 90px
}
.qa_type3 .box_q .box_title1::before, .qa_type3 .box_a .box_txt1::before{
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(0, 0, 0, 0);
}
.qa_type3 .box_q .box_title1::before{
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 10px;
    border-right-width: 15px;
    margin-top: -10px;
    border-right-color: #d64140;
    right: 100%;
    top: 34px;
}
.qa_type3 .box_a .box_txt1::before{
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 15px;
    border-right-width: 10px;
    margin-top: -10px;
    border-left-color: #f9bf1e;
    left: 100%;
    top: 35px;
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.qa_type3 .box_q{
	padding-right: 0
}
.qa_type3 .box_a{
	padding-left: 0
}
.qa_type3 .con_no{
    top: 13px;
}
}

/* page7 */

/* page8 */

/* page9 */

/* page10 */


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
    .catch {
        margin: -50px auto;
    }
    .catch_01, .catch_02, .catch_03, .catch_04, .catch_05, .catch_06{
        max-width: 110px;
    }
    .catch_01 {
        bottom: 0;
    }
    .catch_02 {
        bottom: 60px;
    }
    .catch_03 {
        bottom: -10px;
    }
    .catch_04 {
        bottom: 30px;
        left: 50%;
    }
    .catch_05 {
        bottom: -25px;
        right: 16%;
    }
    .catch_06 {
        bottom: 20px;
    }
    .ba_l {
        left: 3%;
        max-width: 70px;
    }
    .ba_r {
        right: 3%;
        max-width: 80px;
    }
    .flag_l {
        top: 0;
        max-width: 300px;
    }
    .flag_r {
        top: 0;
        max-width: 300px;
    }
    .zou {
        top: 50%;
        max-width: 130px;
    }
    .usagi {
        max-width: 110px;
    }
    .tyou {
        max-width: 100px;
    }
    #con1 {
        padding: 30px 0;
    }
    #con3 {
        padding: 80px 0;
    }
    #con1 .con1_inner::before {
        width: 130px;
        top: 5%;
        left: 3%;
    }
    #con1 .con1_inner::after {
        width: 110px;
        top: auto;
        bottom: -14%;
        right: 5%;
        z-index: 1;
    }
    #con2 .topimg3::before {
        top: -100px;
        right: -20px;
    }
    #con3 .title::before {
        width: 150px;
        top: -130px;
        right: 5%;
    }
    .pagetitle {
        padding-top: 120px;
        padding-bottom: 50px;
    }
    
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
    .banner_fixed {
        max-width: 200px;
    }
    .catch {
        margin: -60px auto;
        width: 93%;
    }
    .catch_01, .catch_02, .catch_03, .catch_04, .catch_05, .catch_06{
        max-width: 64px;
    }
    .catch_02 {
        bottom: 30px;
        left: 18%;
    }
    .catch_03 {
        bottom: -10px;
    }
    .catch_04 {
        bottom: 10px;
        left: 49%;
    }
    .catch_06 {
        bottom: 0;
    }
    .ba_l {
        max-width: 50px;
    }
    .ba_r {
        max-width: 50px;
    }
    .flag_l {
        width: 48%;
    }
    .flag_r {
        width: 48%;
    }
    .zou {
        top: 48%;
        max-width: 85px;
    }
    .usagi {
        max-width: 66px;
        bottom: 30%;
        right: 2%;
    }
    .tyou {
        max-width: 60px;
        bottom: 3%;
    }
    #con1 .con1_inner::before {
        width: 90px;
    }
    #con1 .con1_inner::after {
        width: 90px;
        bottom: -9%;
    }
    #con2 .topimg3::before {
        width: 64px;
        right: -10px;
    }
    #con2 .con2_text p:nth-of-type(1) {
        padding: 1rem 1rem;
    }
    #con3 .title::before {
        width: 120px;
        top: -90px;
    }
    .footer_contact .f_contact_box h4 {
        font-size: 40px;
    }
    
}


/*20220711*/
.intro_btn2 a{
    border-radius: 50px;
}
.intro_btn2 a:hover{
    background-color: #fff;
    color: #d64140;
}


