* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* remember: box-sizing is not supported by IE7 :( */
    outline: none;
    vertical-align: baseline;
}
html {
    height: 100%;
    width: 100%;
    font-size: 62.5%;
}
body {
    font-family: "M PLUS Rounded 1c", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Yu Gothic", 游ゴシック, メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    font-size: 16px;
    line-height: 2.1;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 0.1em;
    color: #111111;
    background-color: #ffffff;
    margin: 0;
    height: 100%;
}

@media only screen and (max-width: 768px) {
body {
    font-family: "M PLUS Rounded 1c", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Yu Gothic", 游ゴシック, メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    font-size: 15px;
    line-height: 1.8;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 0.1em;
    color: #111111;
    background-color: #ffffff;
    margin: 0;
    height: 100%;
}	
}	
/* ==========================================================================
   
   改行のスタイル

========================================================================== */
body .pc {
    display: block;
}
body .sp {
    display: none;
}
@media only screen and (max-width: 768px) {
    body .pc {
        display: none;
    }
    body .sp {
        display: block;
    }
}
/* ==========================================================================
   
   文字リンク

========================================================================== */
a {
    color: #C04D47;
    text-decoration: underline;
}
a:hover {
    color: #FACC14;
}
a:visited {
    color: #923935;
}
a:active {
    color: #923935;
}
.cp_link {
    position: relative;
    display: inline-block;
    transition: .3s;
    color: #222222;
}
.cp_link::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: '';
    width: 0;
    height: 2px;
    background-color: #111111;
    transition: .3s;
}
.cp_link:hover::after {
    width: 100%;
}

.cp_link2 {
    position: relative;
    display: inline-block;
    transition: .3s;
    color: #222222;
}
.cp_link2::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: '';
    width: 0;
    height: 2px;
    background-color: #888888;
    transition: .3s;
}
.cp_link2:hover::after {
    width: 100%;
}

/* ==========================================================================
   
   img style

========================================================================== */
.img_100 {
    width: 100%;
    height: auto;
}
.thumbnail {
    margin: 1.5%;
    background-size: cover;
    background-position: center center;
    padding-top: 75%;
    width: 97%;
}
@media screen and (max-width: 768px) {
    img {
        width: 100%;
        height: auto;
    }
    .img_100 {
        width: 100%;
        padding-top: 0%;
        padding-bottom: 0%;
        height: auto;
    }
}
/* ==========================================================================
   
   .contents_block

========================================================================== */
#container {
    position: relative;
    padding-top: 0%;
    padding-bottom: 0%;
    width: 100%;
    z-index: 2;
    /* ← wrapper より前面 */
    margin-top: -100px;
    /* ← 上に引き上げる（数値は調整） */
}
#container_2nd {
    position: relative;
    z-index: 8;
    padding-top: 3%;
    padding-bottom: 0%;
    width: 100%;
    background-color: #ffffff;
}
.section_block {
    position: relative;
    z-index: 6;
    padding-top: 5%;
    padding-bottom: 5%;
    width: 100%;
}
.contents_block {
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
}
.ttl_header {
    width: 100%;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
}
.contents_header {
    width: 100%;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-bottom: 5%;
}
.contents_space {
    padding-left: 10%;
    padding-right: 10%;
}
.contents_space15 {
    padding-left: 20%;
    padding-right: 20%;
}
.contents_box {
    width: 100%;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
    display: inline-block;
}
.contents_box_L {
    width: 50%;
    float: left;
    display: block;
    padding-right: 1%;
    padding-bottom: 0%;
}
.contents_box_R {
    width: 50%;
    float: right;
    display: block;
    padding-left: 1%;
    padding-bottom: 0%;
}
.txt_center {
    text-align: center;
}
@media screen and (max-width: 768px) {
	#container {
    position: relative;
    padding-top: 0%;
    padding-bottom: 0%;
    width: 100%;
    z-index: 2;
    /* ← wrapper より前面 */
    margin-top: -180px;
    /* ← 上に引き上げる（数値は調整） */
}
	
    .section_block {
        position: relative;
        z-index: 6;
        padding-top: 10%;
        padding-bottom: 10%;
        width: 100%;
    }
    .contents_block {
        margin-top: 0%;
        margin-bottom: 0%;
        padding-top: 0%;
        padding-bottom: 0%;
        width: 100%;
    }
    .contents_space {
        padding-left: 7%;
        padding-right: 7%;
    }
    .contents_space15 {
        padding-left: 7%;
        padding-right: 7%;
    }
    .contents_header {
        width: 100%;
        margin-top: 0%;
        margin-bottom: 0%;
        padding-top: 0%;
        padding-bottom: 5%;
    }
    .contents_box {
        margin-top: 0%;
        margin-bottom: 0%;
        padding-top: 0%;
        padding-bottom: 5%;
        display: inline-block;
    }
    .contents_box_L {
        width: 100%;
        display: block;
        padding-bottom: 5%;
    }
    .contents_box_R {
        width: 100%;
        padding-left: 1%;
        padding-bottom: 5%;
    }
}
/* ==========================================================================
   
   contents 3&4

========================================================================== */
.content4s {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 0%;
}
.content4s:after {
    content: "";
    display: block;
    width: 24%;
    height: 0;
}
.content4 {
    width: 24%;
    margin-bottom: 3%;
}
.content3s {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 0%;
}
.content3s:after {
    content: "";
    display: block;
    width: 31%;
    height: 0;
}
.content3 {
    width: 31%;
    margin-bottom: 3%;
}
.content2s {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
    padding-top: 0%;
}
.content2s:after {
    content: "";
    display: block;
    width: 49%;
    height: 0;
}
.content2 {
    width: 49%;
    margin-bottom: 3%;
    display: flex;
}
.content2 img {
    width: 100%;
    margin-bottom: 5%;
}
@media screen and (max-width: 768px) {
    .content4s {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .content4s:after {
        content: "";
        display: block;
        width: 49%;
        height: 0;
    }
    .content4 {
        width: 49%;
        margin-bottom: 10%;
    }
    .content4_img {
        margin-bottom: 5%;
    }
    .content3s {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .content3s:after {
        content: "";
        display: block;
        width: 49%;
        height: 0;
    }
    .content3 {
        width: 49%;
        margin-bottom: 10%;
    }
    .content2s {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .content2s:after {
        content: "";
        display: block;
        width: 100%;
        height: 0;
    }
    .content2 {
        width: 100%;
        margin-bottom: 5%;
        align-self: stretch;
    }
    .content2_img {
        margin-bottom: 5%;
    }
}
/* ==========================================================================
   
装飾

========================================================================== */
.ci_co {
    color: #FACC14;
}
.dli-arrow-right {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    position: relative;
    width: 1em;
    height: 0.1em;
    background: currentColor;
}
.pt_3 {
    padding-top: 3%;
}
.pt_5 {
    padding-top: 5%;
}
.pt_10 {
    padding-top: 10%;
}
.pb_3 {
    padding-bottom: 3%;
}
.pb_5 {
    padding-bottom: 5%;
}
.pb_10 {
    padding-bottom: 10%;
}
.pb_15 {
    padding-bottom: 15%;
}
/* ==========================================================================
   
float reset

========================================================================== */
.clearfix {
    zoom: 1;
    /*for IE 5.5-7*/
}
.clearfix:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0.1px;
    clear: both;
    font-size: 0.1em;
    line-height: 0;
}
* html .clearfix {
    display: inline-block;
}
/* no ie mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* */
.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}
/* ==========================================================================
   
背景

========================================================================== */
.bg_ci {
    background-color: #FACC14;
}
.bg_lp {
    background-color: #E9E8DF;
}
.bg_lp_y {
    background-color: #FFFAE7;
}
/* ==========================================================================
   
ボタンスタイル

========================================================================== */
.btn_box {
    padding-top: 0%;
    padding-bottom: 0%;
    width: 100%;
    display: block;
    text-align: center;
}
.btn_ci {
    margin: 3% auto;
    /* 上下3%、左右自動で中央配置 */
    padding: 0;
    /* ボタン内の余白は a タグで調整 */
    width: 50%;
    display: block;
    text-align: center;
    /* 文字を中央寄せ */
    font-weight: bold;
}
.btn_ci a {
    display: block;
    /* a タグをブロック要素にする */
    padding: 20px 0;
    width: 100%;
    /* ボタンの幅を100%に */
    color: #ffffff;
    background-color: #FACC14;
    text-decoration: none;
    /* デフォルトのリンク下線を削除 */
}
.btn_ci a:hover {
    background-color: #0062a2;
}
.btn_ci a:visited {
    background-color: #46496b;
}
.btn_ci a:active {
    background-color: #FACC14;
}
.btn_ci2 {
    margin: 3% auto;
    /* 上下3%、左右自動で中央配置 */
    padding: 0;
    /* ボタン内の余白は a タグで調整 */
    width: 50%;
    display: block;
    text-align: center;
    /* 文字を中央寄せ */
    font-weight: bold;
}
.btn_ci2 a {
    display: block;
    /* a タグをブロック要素にする */
    padding: 20px 0;
    width: 100%;
    /* ボタンの幅を100%に */
    color: #ffffff;
    background-color: #118AB6;
    text-decoration: none;
    /* デフォルトのリンク下線を削除 */
}
.btn_ci2 a:hover {
    background-color: #468db2;
}
.btn_ci2 a:visited {
    background-color: #6299bb;
}
.btn_ci2 a:active {
    background-color: #118AB6;
}
@media screen and (max-width: 768px) {
    .btn_ci {
        margin: 3% auto;
        /* 上下3%、左右自動で中央配置 */
        padding: 0;
        /* ボタン内の余白は a タグで調整 */
        width: 100%;
        display: block;
        text-align: center;
        /* 文字を中央寄せ */
        font-weight: bold;
    }
    .btn_ci2 {
        margin: 3% auto;
        /* 上下3%、左右自動で中央配置 */
        padding: 0;
        /* ボタン内の余白は a タグで調整 */
        width: 100%;
        display: block;
        text-align: center;
        /* 文字を中央寄せ */
        font-weight: bold;
    }
}
.btn_pdf {
    margin-top: 3%;
    margin-bottom: 3%;
    padding-top: 13px;
    padding-bottom: 13px;
    width: 80%;
    display: block;
    text-align: center;
    color: #ffffff;
    background-color: #FACC14;
}
.btn_contactfrom {
    margin-top: 2%;
    margin-bottom: 2%;
    padding-top: 13px;
    padding-bottom: 13px;
    width: 100%;
    display: block;
    text-align: center;
    color: #ffffff;
    background-color: #FACC14;
}
.btn_block {
    padding-top: 3%;
    padding-bottom: 3%;
    display: block;
}
.btn_block_c {
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 10%;
    padding-right: 10%;
}
.btnstyleb {
    margin-right: 10px;
    position: relative;
    color: #FACC14;
    padding: 0px 0px 0px 0px;
    display: inline-block;
    text-decoration: none;
    outline: none;
    font-size: 90%;
}
/*========= ページトップのためのCSS ===============*/
/*スクロールリンクの形状*/
.scroll-top {
    /*表示位置*/
    position: fixed;
    z-index: 999;
    /*一番上に表示*/
    right: 20px;
    bottom: 10px;
    z-index: 2;
    /*はじめは非表示*/
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    /*それぞれに0.5秒の変化のアニメーション*/
    /*縦書き*/
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    /*改行禁止*/
    white-space: nowrap;
    /*矢印の動き*/
    animation: arrowmove 1s ease-in-out infinite;
}
@keyframes arrowmove {
    0% {
        bottom: 20px;
    }
    50% {
        bottom: 25px;
    }
    100% {
        bottom: 20px;
    }
}
/*.scroll-viewクラスがついたら出現*/
.scroll-top.scroll-view {
    opacity: 1;
    visibility: visible;
    z-index: 999;
    /*一番上に表示*/
}
/*リンク全体の aタグの形状*/
.scroll-top a {
    text-decoration: none;
    color: #777777;
    text-transform: uppercase;
    font-size: 1.2rem;
    display: block;
    z-index: 999;
    /*一番上に表示*/
}
/*スクロールリンクの形状*/
.js-scroll a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 50px;
    background: #777777;
    z-index: 999;
    /*一番上に表示*/
}
.js-scroll a::before {
    content: "";
    position: absolute;
    top: 30px;
    right: -6px;
    width: 1px;
    height: 20px;
    background: #777777;
    transform: skewX(-31deg);
    z-index: 999;
    /*一番上に表示*/
}
/*Edge IE11 hack*/
_:-ms-lang(x), .js-scroll a::before {
    right: -11px;
}
/*========= スクロールダウンのためのCSS ===============*/
/*====== 9-1-1 縦線が動いてスクロールを促す =======*/
/*スクロールダウン全体の場所*/
.scrolldown_top {
    /*描画位置※位置は適宜調整してください*/
    position: absolute;
    z-index: 9;
    /*一番上に表示*/
    left: 50%;
    bottom: 10px;
    /*全体の高さ*/
    height: 50px;
}
/*Scrollテキストの描写*/
.scrolldown_top span {
    /*描画位置*/
    position: absolute;
    z-index: 999;
    /*一番上に表示*/
    left: -15px;
    top: -15px;
    /*テキストの形状*/
    color: #ffffff;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
}
/* 線の描写 */
.scrolldown_top::after {
    content: "";
    /*描画位置*/
    position: absolute;
    top: 0;
    /*線の形状*/
    width: 1px;
    height: 30px;
    background: #ffffff;
    /*線の動き1.4秒かけて動く。永遠にループ*/
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
    0% {
        height: 0;
        top: 0;
        opacity: 0;
    }
    30% {
        height: 30px;
        opacity: 1;
    }
    100% {
        height: 0;
        top: 50px;
        opacity: 0;
    }
}
h1, h2, h3, h4, h5, p {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: 300;
}
dd, th, td, li {
    font-weight: 300;
}
p {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    margin: 0;
    padding: 0;
}
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
dd {
    display: block;
    margin-inline-start: 0px;
}
/*==================================================
背景色が伸びて出現
===================================*/
/*全共通*/
.bgextend {
    animation-name: bgextendAnimeBase;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    position: relative;
    overflow: hidden;
    /*　はみ出た色要素を隠す　*/
    opacity: 0;
    display: block;
}
@keyframes bgextendAnimeBase {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/*中の要素*/
.bgappear {
    animation-name: bgextendAnimeSecond;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes bgextendAnimeSecond {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/*左から右*/
.bgLRextend::before {
    animation-name: bgLRextendAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #efd6d6;
    /*伸びる背景色の設定*/
}
@keyframes bgLRextendAnime {
    0% {
        transform-origin: left;
        transform: scaleX(0);
    }
    50% {
        transform-origin: left;
        transform: scaleX(1);
    }
    50.001% {
        transform-origin: right;
    }
    100% {
        transform-origin: right;
        transform: scaleX(0);
    }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger, .bgLRextendTrigger {
    opacity: 0;
}
.fade {
    animation-name: fadeInAnime;
    /*1で解説*/
    animation-fill-mode: forwards;
    /*2で解説*/
    animation-duration: 3s;
    /*3で解説*/
    animation-iteration-count: 1;
    /*4で解説*/
    animation-timing-function: ease;
    /*5で解説*/
    animation-delay: 0.5s;
    /*6で解説*/
    animation-direction: normal;
    /*7で解説*/
}
/*1で解説*/
@keyframes fadeInAnime {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.scfade {
    transition: all 2000ms;
    opacity: 0;
    visibility: hidden;
    transform: translate(0px, 50px);
}
.scfadein {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 0px);
}
/*========= ローディング画面のためのCSS ===============*/
#splash {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #FACC14;
    z-index: 9999999;
    text-align: center;
    color: #fff;
    opacity: 1;
}
#splash-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*========= 画面遷移のためのCSS ===============*/
/*画面遷移アニメーション*/
.splashbg {
    display: none;
}
/*bodyにappearクラスがついたら出現*/
body.appear .splashbg {
    display: block;
    content: "";
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    transform: scaleX(0);
    /*background-color: #0d0a16;/*伸びる背景色の設定*/
    animation-name: PageAnime;
    animation-duration: 1.2s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes PageAnime {
    0% {
        transform-origin: left;
        transform: scaleX(0);
    }
    50% {
        transform-origin: left;
        transform: scaleX(1);
    }
    50.001% {
        transform-origin: right;
    }
    100% {
        transform-origin: right;
        transform: scaleX(0);
    }
}
/*画面遷移の後現れるコンテンツ設定*/
#container2 {
    opacity: 0;
    /*はじめは透過0に*/
}
/*bodyにappearクラスがついたら出現*/
body.appear #container2 {
    animation-name: PageAnimeAppear;
    animation-duration: 1s;
    animation-delay: 0.8s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes PageAnimeAppear {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* ==========================================================================
   
   インスタ

========================================================================== */
.insta_header {
    width: 100%;
    padding-top: 5%;
    line-height: 1.7em;
}
.insta_header h3 {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: 'Karla', sans-serif;
    padding-bottom: 2%;
}
.insta_header ul {}
.insta_header li {
    float: left;
    list-style: none;
    padding-bottom: 2%;
    padding-right: 3%;
}
.insta_header li a {
    display: inline-flex;
    align-items: center;
    /* ←縦センタリング */
    gap: 6px;
    /* アイコンと文字の間隔 */
    text-decoration: none;
    transition: opacity 0.3s ease;
}
.insta_header li a:hover {
    opacity: 0.7;
}
.insta_header li img {
    width: 25px;
    height: auto;
    vertical-align: middle;
    /* 念のため */
}
.insta_footer {
    width: 100%;
    padding: auto;
    height: 0px;
    position: relative;
    z-index: 5;
}
.insta_box {
    width: 100%;
    padding-top: 0%;
    padding-bottom: 0%;
    position: relative;
    z-index: -1;
}
.insta_box li {
    margin-right: 1px;
    list-style: none;
    display: inline-block;
    width: 19.5%;
}
.insta_box li img {
    width: 100%;
}
@media screen and (max-width: 738px) {
    .insta_header h3 {
        font-size: 18px;
        font-size: 1.8rem;
        font-family: 'Karla', sans-serif;
        padding-top: 5%;
        padding-bottom: 7%;
    }
    .insta_header ul {
        padding-top: 0%;
        padding-bottom: 8%;
        display: inline-block;
    }
    .insta_header li {
        position: relative;
        width: 50%;
        list-style: none;
        display: block !important;
        margin-right: 0%;
        letter-spacing: normal;
        padding-bottom: 1%;
    }
    .insta_box li {
        margin-right: 1px;
        list-style: none;
        display: inline-block;
        width: 19.5%;
    }
    .insta_box li img {
        width: 100%;
    }
}