@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
@import url("https://use.typekit.net/vnd5mvd.css");
@import url('https://fonts.cdnfonts.com/css/satoshi');

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:where([hidden]:not([hidden='until-found'])) {
    display: none !important;
}
:where(html) {
    -webkit-text-size-adjust: 100%;
    color-scheme: light;
}
@supports not (min-block-size: 100dvb) {
    :where(html) {
        block-size: 100%;
    }
}
@media (prefers-reduced-motion: no-preference) {
    :where(html:focus-within) {
        scroll-behavior: smooth;
    }
}
:where(body) {
    block-size: 100%;
    block-size: 100dvb;
    line-height: 1.5;
    font-family: system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
}
:where(input, button, textarea, select) {
    font: inherit;
    color: inherit;
}
:where(textarea) {
    resize: vertical;
    resize: block;
}
:where(button, label, select, summary, [role='button'], [role='option']) {
    cursor: pointer;
}
:where(:disabled) {
    cursor: not-allowed;
}
:where(label:has(> input:disabled), label:has(+ input:disabled)) {
    cursor: not-allowed;
}
:where(button) {
    border-style: solid;
}
:where(a) {
    text-underline-offset: 0.2ex;
}
:where(ul, ol) {
    list-style: none;
}
:where(img, svg, video, canvas, audio, iframe, embed, object) {
    display: block;
}
:where(img, picture, svg) {
    max-inline-size: none;
    block-size: auto;
}
:where(p, h1, h2, h3, h4, h5, h6) {
    overflow-wrap: break-word;
    font-weight: normal;
}
:where(h1, h2, h3) {
    line-height: calc(1em + 0.5rem);
}
:where(hr) {
    border: none;
    border-block-start: 1px solid;
    color: inherit;
    block-size: 0;
    overflow: visible;
}
:where(:focus-visible) {
    outline: 2px solid var(--focus-color, Highlight);
    outline-offset: 2px;
}
:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
    clip-path: inset(50%) !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden !important;
    position: absolute !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.wf-loading { visibility: hidden;}
.wf-active { visibility: visible;}
/*------------------------------------------------------------
    main contents style
------------------------------------------------------------*/
html {
    scroll-behavior: smooth;
    --color-grad-100: linear-gradient(90deg,rgba(47, 47, 47, 0),rgba(47, 47, 47, 1) 20%,rgba(47, 47, 47, 1));
}
body {
    font-family: 'YakuHanJP', 'Satoshi', hiragino-kaku-gothic-pron, sans-serif;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
table, tr, th, td {
    border-collapse: collapse;
}
input, textarea, select, button {
    font-family: 'YakuHanJP', 'Satoshi', hiragino-kaku-gothic-pron, sans-serif;
    font-size: 100%;
    letter-spacing: .05em;
    font-size: 14px;
}
ul, ol, dl {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
}
img {
    vertical-align: bottom;
    image-rendering: -webkit-optimize-contrast;
}
a img {
    border: medium none;
    image-rendering: -webkit-optimize-contrast;
}
a {
    color: #2f2f2f;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
a:link {
    color: #2f2f2f;
    text-decoration: none;
}
a:visited {
    color: #2f2f2f;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    color: #2f2f2f;
    text-decoration: none;
}
.pc_tab_br {
    display: none;
}
.pc_br {
    display: none;
}
.tab_br {
    display: none;
}
.sp_br {
    
}
#wrapper {
    color: #2f2f2f;
    position: relative;
    background: #eff0f0;
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
body{
    animation: fadeIn 2s forwards;
}
/*------------------------------------------------------------
	key visual
------------------------------------------------------------*/
.fix_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: no-repeat url(../image/bg.png) 0 0;
    background-size: auto;
    background-size: cover;
}

#key_visual_wrap {
    width: 100%;    
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.header {
    position: fixed;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    padding: 0 25px;
    width: 100%;
    z-index: 12;
}
.header_left {
    display: flex;
    align-items: center;
}
.header_logo {
    padding: 0;
}
.header_logo a {
    display: flex;
}
.header_logo img {
    width: 140px;
}
.header_right {
    display: flex;
    display: none;
}
.h_navi_1 {
    display: flex;
    align-items: center;
}
.h_navi_1 li {
    margin-right: 50px;
}
.h_navi_1 li a {
    color: #2f2f2f !important;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}
.h_contact {
    width: 152px;
    height: 46px;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 15px;
    background-color: #2f2f2f;
    color: #fff !important;
    border-radius: 100vh;
    display: flex;
    justify-content: center;
    align-items: center
}

.header_cm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 170px;
    padding: 0 80px;
    width: 100%;
}
.header_left_cm {
    display: flex;
    align-items: center;
}
.header_logo_cm {
    padding: 0;
}
.header_logo_cm a {
    display: flex;
}
.header_logo_cm img {
    width: 240px;
}
.header_right_cm {
    display: flex;    
}
.h_navi_1_cm {
    display: flex;
    align-items: center;
}
.h_navi_1_cm li {
    margin-right: 50px;
}
.h_navi_1_cm li a {
    font-size: 16px;
    letter-spacing: 1px;
}
.h_contact_cm {
    width: 152px;
    height: 46px;
    letter-spacing: 2px;
    font-size: 14px;
    background-color: #000;
    color: #fff !important;
    border-radius: 100vh;
    display: flex;
    justify-content: center;
    align-items: center
}


/**/
.kv_copy_wrap {
    width: 100%;
    padding: 180px 8% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 3;
}
.kv_copy_inner {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.kv_sub_copy {
    line-height: 1.6;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 20px;
}
.kv_copy {
    padding-left: 6%;
}
.text {
    
}
.text strong {
    opacity: 0;
    filter: blur(10px);
    animation: letter-glow 0.7s 0s ease both, blur 2s 0s ease both;
    font-size: 10vw;
    font-weight: bold;
    line-height: 1;
    animation-delay: 1.5s;
}
.text strong img {
    width: 486px;
}
@keyframes letter-glow {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.1);
    }
    66% {
        opacity: 1;
        text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.9);
    }
    77% {
        opacity: 1;
    }
    100% {
        opacity: 0.7;
        text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.0);
    }
}
@keyframes blur {
    0% {
        opacity: 0;
        filter: blur(10px);
    }
    100% {
        opacity: 1;
        filter: blur(0);
    }
}

.main_visual_wrap {
    width: 140vw;
    padding: 0 0 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -4vw;
    margin-left: -20vw;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.main_visual_inner {
    display: flex;
    justify-content: space-between;
    position: relative;
}

/**/
.mvl {
    width: 32%;
    position: relative;
}
.mvl::before {
    content: "";
    display: block;
    padding-top: 160%;
}
.mvl_inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}
.mvl_inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item1 {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 15s 0s infinite;
    animation: anime 15s 0s infinite;
}
.item1:nth-of-type(2) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}
.item1:nth-of-type(3) {
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
}
.item2 {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 15s 0s infinite;
    animation: anime 15s 0s infinite;
}
.item2:nth-of-type(2) {
    -webkit-animation-delay: 5.5s;
    animation-delay: 5.5s;
}
.item2:nth-of-type(3) {
    -webkit-animation-delay: 10.5s;
    animation-delay: 10.5s;
}
.item3 {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 15s 0s infinite;
    animation: anime 15s 0s infinite;
}
.item3:nth-of-type(2) {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}
.item3:nth-of-type(3) {
    -webkit-animation-delay: 11s;
    animation-delay: 11s;
}
@keyframes anime {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    35% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        z-index: 9;
    }

    100% {
        opacity: 0;
    }
}
@-webkit-keyframes anime {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    35% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        z-index: 9;
    }

    100% {
        opacity: 0;
    }
}

/**/
.mvc {
    width: 32%;
    position: relative;
    margin-top: 50px;
    margin-bottom: -50px;
}
.mvc::before {
    content: "";
    display: block;
    padding-top: 160%;
}
.mvc_inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.mvc_inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/**/
.mvr {
    width: 32%;
    position: relative;
    margin-top: 20px;
    margin-bottom: -20px;
}
.mvr::before {
    content: "";
    display: block;
    padding-top: 160%;
}
.mvr_inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.mvr_inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* ---------- hamburger menu　---------　*/
#toggle-nav {
    display: none;
}
#toggle-nav:checked ~ .hamburger {
    height: 28px;
}
#toggle-nav:checked ~ .hamburger div {
    background-color: #fff;
}
#toggle-nav:checked ~ .hamburger div:nth-of-type(1) {
    margin-top: 6px;
    transform: rotate(135deg);
}
#toggle-nav:checked ~ .hamburger div:nth-of-type(2) {
    opacity: 0;
}
#toggle-nav:checked ~ .hamburger div:nth-of-type(3) {
    margin-top: -10px;
    transform: rotate(-135deg);
}
#toggle-nav:checked ~ .hmg_menu {
    opacity: 1;
    visibility: visible;
}
.hamburger_bg {
    /*position: fixed;
    top: 40px;
    right: 60px;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 100vh;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    height: 60px;
    width: 60px;
    border-radius: 100vh;*/
}
.hamburger {
    cursor: pointer;
    position: fixed;
    z-index: 1020;
    top: 43px;
    right: 25px;
    width: 36px;
    height: 14px;
    margin: 0;
    padding: 0;
    mix-blend-mode: exclusion;
}
.hamburger div {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: background-color 0.5s, transform 0.5s;
    mix-blend-mode: exclusion;
}
.hamburger div:nth-of-type(2) {
    margin: 4px 0;
}
.hmg_menu {
    position: fixed;
    z-index: 1010;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    background-color: #2f2f2f;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out;
    will-change: opacity, visibility;
}
.gnav__menu_wrap {
    flex: 1;
    padding: 8%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.gnav__menu_inner {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}
.gnav__menu {
    width: 100%;
    margin: 0;
}
.gnav__menu__item {
    text-align: center;
    width: 100%;
/*    border-bottom: 1px solid #565656;*/
}
.gnav__menu__item a {
    display: flex;
    color: #fff !important;
    align-items: center;
    font-size: 34px;
    letter-spacing: 2px;
    text-decoration: none;
    transition: .2s;
    line-height: 1;
    font-weight: bold;
/*    background: url(../image/arrow_5.svg) no-repeat right center / 7px auto;*/
    padding: 15px 30px 15px 0;
}
.gnav__menu__item a:hover {
    
}
.gnav__menu_inner2 {
    
}
.gnav__menu_inner2 ul {
    display: flex;
}
.gnav__menu_inner2 ul li {
    margin-right: 30px;
}
.gnav__menu_inner2 ul li a {
    font-size: 13px;
    letter-spacing: 2px;
    color: #fff !important;
}
.gnav__menu_inner2 ul li a span {
    background: url(../image/icon/window.svg) no-repeat right 1px / 13px 13px;
    padding-right: 18px;
}
.gnav__menu_info {
    display: flex;
    justify-content: space-between;
    margin: 0 3% 30px;
}
.gnav__menu_info a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 47%;
    border-radius: 5px;
    letter-spacing: 2px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    color: #fff !important;
    height: 84px;
}
.gmi_1 {
    background-image: url(../image/hbg_info_1.jpg);
}
.gmi_2 {
    background-image: url(../image/hbg_info_2.jpg);
}

/*------------------------------------------------------------
　top
------------------------------------------------------------*/
#main_top {
    
}
.sec_top_about {
    width: 100%;
    padding: 0 0 130px;
}
.top_about_wrap {
    width: 100%;
    padding: 100px 8% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}
.top_about_inner {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.top_about_ttl {
    width: 100%;
    margin-bottom: 40px;
}
.top_about_ttl h2 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1;
}
.top_about_ttl h3 {
    font-size: 13px;
    line-height: 1.6;
}
.top_about_cont {
    width: 100%;
}
.tac_txt {
    margin-bottom: 40px;
}
.tac_more {
    display: flex;
    justify-content: flex-end;
}
.c_btn {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1;
    text-decoration: none;
    line-height: 1;
    padding: 5px 35px 5px 5px;
    position: relative;
    border-bottom: 1px solid #2f2f2f;
}
.c_btn::after {
    content: '';
    width: 23px;
    height: 7px;
    background: url(../image/arrow_1.svg) no-repeat center center / contain;
    position: absolute;
    top: 50%;
    right: 3px;
    transform: translate(0, -50%);
    transition: all 0.3s ease-out;
}

.top_about_copy_wrap {
    width: 100%;
    padding: 0 5% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-top: -160px;
    display: none;
}
.top_about_copy_inner {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    line-height: 1;
    font-size: 10vw;
    mix-blend-mode: color-burn;
    opacity: 0.3;
}
/**/
.sec_top_service {
    width: 100%;
    padding: 130px 8% 140px;
    position: relative;
    overflow: hidden;
}
.top_service_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2f2f2f;
/*    mix-blend-mode: difference;*/
}
.top_service_wrap {
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 2;     
}
.top_service_inner {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    flex-direction: column-reverse;
}
.top_service_cont {
    width: 100%;
    color: #fff;
}
.tsc_ttl {
    margin-bottom: 50px;
}
.tsc_ttl h2 {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
}
.tsc_ttl h3 {
    font-size: 13px;
}
.tsc_txt {
    margin-bottom: 50px;
}
.tsc_txt h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.6;
}
.tsc_txt p {
    
}
.tsc_more {
    
}
.tsc_btn {
    font-size: 15px;
    color: #fff !important;
    font-weight: bold;
    letter-spacing: 1;
    text-decoration: none;
    line-height: 1;
    padding: 5px 35px 5px 5px;
    position: relative;
    border-bottom: 1px solid #fff;
}
.tsc_btn::after {
    content: '';
    width: 23px;
    height: 7px;
    background: url(../image/arrow_2.svg) no-repeat center center / contain;
    position: absolute;
    top: 50%;
    right: 3px;
    transform: translate(0, -50%);
    transition: all 0.3s ease-out;
}
.top_service_image {
    width: 100%;
    height: 240px;
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
}
.top_service_image::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #998f8b;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
}
.top_service_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.bbs_s {
    align-items: center;    
    display: flex;
    width: 100%;
    white-space: nowrap;
    z-index: 1;
    position: relative;
    margin-top: -40px;
}
.bbs_s ul {
    animation: flowing 220s linear infinite;
    transform: translateX(100%);
    margin: 0;
    padding: 0;
}
.bbs_s ul li {
    display: inline-block;
    padding-right: 10px;
    font-size: 80px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    opacity: 0.1;
}
@keyframes flowing {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

/**/
.top_price_wrap {
    width: 100%;
    padding: 120px 8% 140px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.top_price_inner {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.top_price_head {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 60px;
}
.tph_ttl {
    width: 100%;
    margin-bottom: 30px;
}
.tph_ttl h2 {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
}
.tph_ttl h3 {
    font-size: 13px;
}
.tph_txt {
    width: 100%;
    display: flex;
}
.tph_txt_inner {

}
.top_price_detail {
    display: flex;
    justify-content: space-between;
    padding: 0;
    flex-direction: column;
    align-items: center;
}
.tpd_cont {
    width: 100%;
    margin-bottom: 80px;
}
.tpd_ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 20px;
}
.tpd_txt {
    margin-bottom: 40px;
}
.tpd_more {
    
}
.tpd_btn {
    font-size: 16px;
    color: #2f2f2f !important;
    font-weight: bold;
    letter-spacing: 1;
    text-decoration: none;
    line-height: 1;
    padding: 5px 35px 5px 5px;
    position: relative;
    border-bottom: 1px solid #2f2f2f;
}
.tpd_btn::after {
    content: '';
    width: 23px;
    height: 7px;
    background: url(../image/arrow_1.svg) no-repeat center center / contain;
    position: absolute;
    top: 50%;
    right: 3px;
    transform: translate(0, -50%);
    transition: all 0.3s ease-out;
}
.tpd_chart_box {
    width: 100%;
}
.tpd_chart_ttl {
    margin-bottom: 30px;
    font-weight: bold;
    line-height: 1.6;
    font-size: 16px;
}
.top_price_table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 12px;
}
.top_price_table thead {
    color: #b8b8b8;
    border-top: 1px solid rgba(210, 210, 210, 0.7);
    border-bottom: 1px solid rgba(210, 210, 210, 0.7);
}
.top_price_table thead th {
    padding: 7px 10px;
}
.top_price_table tbody tr {
    border-bottom: 1px solid rgba(210, 210, 210, 0.7);
}
.top_price_table tbody td {
    padding: 9px 10px;
    text-align: center;
    font-weight: bold;
}
.top_price_table_num {
    
}
.top_price_table_unit {
    font-size: 13px;
}

/*------------------------------------------------------------
　common
------------------------------------------------------------*/
#page_header {
    width: 100%;
    position: relative;
}
#main {
    position: relative;
    overflow: hidden;
}
.page_title {
    padding: 120px 0 0;
    position: relative;
    z-index: 1;
    mix-blend-mode: color-burn;
    opacity: 0.3;
}
.slide {

}
.slide .item {
    font-size: 80px;
    letter-spacing: 3px;
    font-weight: bold;
    line-height: 1;
    margin-right: 30px;
}
.p_sub_title_wrap {
    width: 100%;
    padding: 0 8% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    margin-top: -45px;
}
.p_sub_title_inner {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.p_sub_title_inner h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
}

.contents_ttl {
    margin-bottom: 20px;
}
.contents_ttl h2 {
    font-size: 46px;
    font-weight: bold;
    line-height: 1.4;
}
.contents_ttl p {
    padding-left: 4px;
    font-size: 13px;
}
.cont_ttl_line {
    background: var(--color-grad-100);
    height: 3px;
    margin-left: auto;
    margin-right: -10%;
    margin-top: 40px;
    width: calc(100% - 13%);
}
.section_cont {
    margin-left: auto;
    margin-right: 0;
    margin-top: 50px;
    width: 100%;
}


/*------------------------------------------------------------
    about us
------------------------------------------------------------*/
.about_wrap {
    width: 100%;
    padding: 120px 8% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.about_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.about_main_copy {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}
.about_main_copy_inner {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    display: inline-block;
    position: relative;
}
.doublequotation_1 {
    position: absolute;
    left: -20px;
    top: -10px;
}
.doublequotation_1 img {
    width: 14px;
    height: auto;
}
.doublequotation_2 {
    position: absolute;
    right: -20px;
    bottom: -10px;
}
.doublequotation_2 img {
    width: 14px;
    height: auto;
}
.about_main_txt {
    
}
.about_main_txt p {
    margin-bottom: 30px;
}
.about_main_txt p:last-of-type {
    margin-bottom: 0px;
}
/**/
.philosophy_wrap {
    width: 100%;
    padding: 100px 8% 110px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.philosophy_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #dcdcdc;
}
.philosophy_com {    
    padding: 100px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.philosophy_com_box {
    width: 100%;
    margin-bottom: 80px;
}
.pcb_head {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.pcb_head h3 {
    font-size: 22px;
    font-weight: bold;
}
.pcb_head span {
    width: 12px;
    height: 1px;
    display: block;
    background-color: #bebebe;
    margin: 0 10px;
    margin-top: 5px;
}
.pcb_head p {
    color: #8d8d8d;
    font-size: 12px;
    padding-top: 5px;
}
.pcb_copy {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
}
.philosophy_ex {

}
.pcb_value_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
}
.pcb_value_box {
    width: 100%;
    margin-bottom: 2%;
    padding: 40px 40px 50px;
    position: relative;
    background-color: #f6f6f6;
}
.value_box_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2f2f2f;
    mix-blend-mode: soft-light;
    display: none;
}
.pcbvb_ttl {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.pcbvb_ttl span {
    font-size: 15px;
    font-weight: bold;
    color: #a4a4a4;
    margin-right: 8px;
}
.pcbvb_ttl p {
    font-size: 18px;
    font-weight: bold;
}
.pcbvb_txt {
    line-height: 1.6;
}
/**/
.company_wrap {
    width: 100%;
    padding: 0 8% 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.company_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.table_company {
    width: 100%;
}
.table_company tr {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #e2e2e2;
}
.table_company th {
    width: 100%;
    padding: 30px 0 0;
    text-align: left;
    display: flex;
    align-items: center;
    font-weight: bold;
    line-height: 1.6;
}
.table_company td {
    flex: 1;
    padding: 5px 0 30px;
    text-align: left;
    line-height: 1.6;
}
/**/
.cta_service_wrap {
    width: 100%;
    padding: 0 8% 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.cta_service_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;    
}
.cta_service_box {
    height: 240px;
    width: 100%;
    background-image: url(../image/cta_service.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.cta_service_box h2 {
    margin-bottom: 15px;
}
.cta_service_box h2 span {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    background: url(../image/arrow_2.svg) no-repeat right center / 30px auto;
    padding-right: 40px;
}
.cta_service_box p {
    text-align: center;
    font-size: 13px;
    color: #fff;
}


/*------------------------------------------------------------
    service
------------------------------------------------------------*/
.service_top_wrap {
    width: 100%;
    padding: 120px 8% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.service_top_inner {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
}
.service_top_dscr {
    width: 100%;
}
.service_top_dscr h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 40px;
}
.service_top_dscr p {
    
}
.service_top_image {
    width: 100%;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
}
.service_top_image img {
    width: 108vw;
}
/**/
.service_solution_wrap {
    width: 100%;
    padding: 120px 8% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.service_solution_inner {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.service_solution_indent {
    margin-bottom: 50px;
}
.sec_service_solution {

}
.service_solution_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-direction: column;
}
.ssl_head {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1%;
    background-color: #f6f6f6;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    padding: 20px;
}
.ssl_detail {    
    display: flex;
    flex-direction: column;
    height: 145px;
}
.ssl_detail_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1%;
}
.ssl_detail_inner:last-of-type {
    margin-bottom: 0;
}
.ssl_box {
    background-color: #f6f6f6;
    width: 24%;
    padding: 20px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 11px;
    line-height: 1.4;
}
/**/
.service_strong_wrap {
    width: 100%;
    padding: 110px 8% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.service_strong_inner {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.sec_service_strong {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}
.sec_service_strong_re {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin: 120px 0;
}
.sss_image {
    width: 80%;
    margin: 0 auto 60px;
}
.sss_image img {
    width: 100%;
}
.sss_cont {
    width: 100%;
}
.sssc_ttl {
    margin-bottom: 28px;
}
.sssc_ttl h2 {
    line-height: 1.2;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 5px;
}
.sssc_ttl p {
    font-size: 13px;
}
.sssc_sub_ttl {
    line-height: 1.6;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}
.sssc_txt {

}
.sssc_txt p {
    margin-bottom: 20px;
}
.sssc_txt p:last-of-type {
    margin-bottom: 0px;
}
/**/
.service_price_wrap {
    width: 100%;
    padding: 120px 8% 140px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.service_price_inner {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.service_price_indent {
    margin-bottom: 60px;
}

.accordion {
    border-bottom: 1px solid #d6d6d6;
}
.toggle {
    display: none;
}
.option {
    position: relative;
}
.title, .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}
.title {
    border-top: solid 1px #d6d6d6;
    padding: 35px 50px 35px 0;
    display: block;
}
.title::after, .title::before {
    content: "";
    position: absolute;
    right: 1.25em;
    top:0;
    bottom:0;
    margin:auto 0;
    width: 1px;
    height: 11px;
    background-color: #2f2f2f;
    transition: all 0.3s;
}
.title::after {
    transform: rotate(90deg);
}
.title h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 4px;
}
.title p {
    font-size: 11px;
    line-height: 1.8;
    color: #757575;
}
.content {
    max-height: 0;
    overflow: hidden;
}
.content_inner {
    margin: 0;
    padding: 0 0 60px;
}
.toggle:checked+.title+.content {
    max-height: 2000px;
    transition: all 1.5s;
}
.toggle:checked+.title::before {
    transform: rotate(90deg) !important;
}

.price_list_block {
    margin-bottom: 80px;
}
.price_list_block h3 {
    border-top: 1px solid #d6d6d6;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.6;
    padding-top: 30px;
    margin-bottom: 30px;
}
.price_list_inner {

}
.price_detail_box {
    background-color: #f6f6f6;
    padding: 40px 40px;
    margin-bottom: 30px;
}
.price_detail_box:last-of-type {
    margin-bottom: 0px;
}
.pdb_ttl {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 20px;
}
.pdb_cont {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}
.pdb_chart {
    width: 100%;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #d6d6d6;
}
.pdb_chart p {
    color: #757575;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 4px;
}
.pdb_num {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
}
.pdb_sup {
    font-size: 12px;
    line-height: 1.6;
    color: #757575;
}
.price_detail_contact {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}
.pdc_txt {
    line-height: 1.8;
    margin-bottom: 20px;
}
.pdc_btn {

}
.pdc_btn a {
    display: inline-block;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 13px;
    background-color: #2f2f2f;
    color: #fff !important;
    border-radius: 100vh;
    padding: 10px 35px;
}

/*------------------------------------------------------------
    works
------------------------------------------------------------*/
.works_wrap {
    width: 100%;
    padding: 120px 8% 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.works_wrap_ex {
    width: 100%;
    padding: 120px 8% 140px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.works_inner {
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
}
.works_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.wl_box {
    width: 100%;
    margin-bottom: 60px;
}
.wl_box_inner {
    display: block;
}
.wl_image {
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
}
.wl_image::before {
    content: "";
    display: block;
    padding-top: 65%;
}
.wl_image_inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.wl_image_inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.wl_image_inner:hover img {
    transform: scale(1.1);
}
.wb_info {

}
.wb_info h4 {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.wb_info p {
    color: #a2a2a2;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 1.6;
}

.sec_performance {

}
.performance_ttl {
    margin-bottom: 60px;
}
.performance_ttl h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.4;
}
.performance_ttl p {
    font-size: 11px;
    line-height: 1.4;
    color: #757575;
}
.performance_cont {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
}
.performance_detail {
    width: 100%;
 }
.performance_detail dl {
    width: 100%;
    margin-bottom: 35px;
}
.performance_detail dl:last-child {
    margin-bottom: 0px;
}
.performance_detail dl dt {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #757575;
    line-height: 1.5;
}
.performance_detail dl dd {
    line-height: 1.5;
}
.performance_image {
    flex: 1;
    margin-bottom: 80px;
}
.performance_image_inner {
    border-radius: 15px;
    border: 3px solid #2f2f2f;
    overflow: hidden;
    filter: drop-shadow(10px 14px 14px rgba(0,0,0,.3));
    transform: translateZ(0);
    margin-bottom: 80px;
}
.performance_image_inner:last-of-type {
    margin-bottom: 0px;
}
.performance_image_inner img {
    width: 100%;
    height: auto;
}
.w_btl {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}
.w_btl a {
    font-size: 15px;
    background-color: #2f2f2f;
    color: #fff !important;
    border-radius: 100vh;
    padding: 12px 50px;
}


/*------------------------------------------------------------
    contact
------------------------------------------------------------*/
.contact_wrap {
    width: 100%;
    padding: 120px 8% 140px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.contact_inner {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.contact_head {
    margin-bottom: 60px;
}
.contact_head h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 15px;
}
.contact_head p {
    line-height: 1.8;
}

.contact_form {
    
}
.sec_contact {
    
}
.contact_box {
    margin-bottom: 60px;
}
.contact_box dl {
    margin-bottom: 45px;
}
.contact_box dl dt {
    font-weight: bold;
    line-height: 1.6;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.contact_box dl dt span {
    color: #ff006c;
    margin-left: 10px;
}
.contact_box dl dd {
    
}
.dd_inner {
    padding: 10px 20px 5px;
}
.contact_box dl dd label {
    cursor: pointer;
    margin-bottom: 5px;
    display: block;
}
.input_text {
    width: 100%;
    height: 70px;
    padding: 10px 20px 10px;
    box-sizing: border-box;
    background: #f6f6f6;
    margin: 0;
    border: none;
    border-radius: 3px;
}
.form_select {
    -webkit-appearance: none;
    appearance: none;
    height: 70px;
    padding: 10px 45px 10px 20px;
    background-image: url(../image/arrow_4.svg);
    background-position: right 28px center;
    background-repeat: no-repeat;
    background-size: 7px auto;
    border: none;
    width: 100%;
    background-color: #f6f6f6;
    border-radius: 3px;
}
.textarea {
    width: 100%;
    padding: 20px;
    background: #f6f6f6;
    border: none;
    box-sizing: border-box;
    min-height: 180px;
    margin: 0;
    border-radius: 3px;
}
.radio_btn {
    margin-right: 4px;
}
.contact_btn {
    text-align: center;
    padding: 0;
    display: flex;
    justify-content: center;
}
.send_btn {
    background-color: #2f2f2f;
    cursor: pointer;
    border-style: none;
    height: 64px;
    width: 300px;
    border-radius: 100vh;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
}
.contact_back_btn {
    padding: 0;
    margin-top: 25px;
    display: flex;
    justify-content: center;
}
.back_btn {
    border: none;
    background-color: #f6f6f6;
    cursor: pointer;
    height: 40px;
    width: 120px;
    margin: 0 auto;
    font-weight: normal;
    font-size: 12px;
    border-radius: 100vh;
}

.form_check {
    margin-bottom: 20px;
    text-align: center;
}
.form_check a {
    text-decoration: underline;
}
.retain {
    font-size: 11px;
    cursor: pointer;
}
.retain a {
    text-decoration: underline;
}
.retain_check {

}

.contact_fin_wrap {
    width: 100%;
    padding: 140px 8% 140px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.contact_fin_inner {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.contact_head_fin {
    padding: 60px 40px 70px;
    background-color: #f3f3f3;
    border-radius: 10px;
}
.contact_head_fin h3 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
}
.contact_head_fin p {
    margin-top: 15px;
    font-size: 13px;
}


/*------------------------------------------------------------
    privacy policy
------------------------------------------------------------*/
.terms_wrap {
    width: 100%;
    padding: 120px 8% 140px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.terms_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.terms_content {
    
}
.terms_intro {
    margin-bottom: 40px;
}
.terms_content a {
    text-decoration: underline;
}
.terms_ttl {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.6;
    margin-top: 40px;
}
.terms_sub_ttl {
    margin-bottom: 20px;
}
.terms_item {
    padding: 0 0 0 20px;
    margin-bottom: 20px;
}
.terms_item p {
    text-indent: -1.7em;
    padding-left: 1.7em;
    line-height: 1.6;
    margin-bottom: 10px;
}
.terms_item_s {
    
}
.terms_item_s div {
    text-indent: -1.7em;
    padding-left: 1.7em;
    line-height: 1.6;
    margin-bottom: 10px;
}
.tiip {
    text-indent: -3.2em !important;
    padding-left: 3.2em !important;
    line-height: 1.6 !important;
    margin-bottom: 10px !important;
    margin-top: 5px !important;
}
.tiip span {
    font-weight: bold;
}
.tp_detail {
    display: flex;
}


.revised {
    margin-top: 30px;
}
.terms_sup {
    margin-top: 60px;
    font-size: 12px;
    padding-top: 60px;
    border-top: 1px solid #eeeeee;
}
.terms_sup span {
    font-weight: bold;
}


/*------------------------------------------------------------
    footer
------------------------------------------------------------*/
#footer {
    width: 100%;
    padding: 160px 0 70px;
    position: relative;
    overflow: hidden;
}
.footer_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2f2f2f;
/*    mix-blend-mode: difference;*/
}
.footer_symbol {
    position: absolute;
    top: -5%;
    right: 3%;
    width: 70%;
    opacity: 0.07;
}
.footer_symbol img {
    width: 100%;
    height: auto;
}
.footer_contact {
    margin-bottom: 80px;
}
.bbs_f {
    align-items: center;    
    display: flex;
    width: 100%;
    white-space: nowrap;
    z-index: 1;
    position: relative;
    margin-top: -80px;
}
.bbs_f ul {
    animation: flowing 100s linear infinite;
    transform: translateX(100%);
    margin: 0;
    padding: 0;
}
.bbs_f ul li {
    display: inline-block;
    padding-right: 10px;
    font-size: 70px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
}
@keyframes flowing {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.footer_main_wrap {
    width: 100%;
    padding: 0 8% 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.footer_main_inner {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}
.footer_info_wrap {
    margin-bottom: 40px;
}
.footer_logo_wrap {
    margin-bottom: 20px;
}
.footer_logo {
    
}
.footer_logo img {
    width: 160px;
}
.footer_address {
    font-size: 11px;
    letter-spacing: 1px;
    color: #9b9b9b;
}
.footer_cont {

}
.footer_nav_wrap {
    display: flex;
}
.footer_nav {
    display: flex;
    flex-wrap: wrap;
}
.footer_nav li {
    margin-right: 30px;
}
.footer_nav li:last-child {
    margin-right: 0px;
}
.footer_nav li a {
    display: block;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 16px;
    color: #fff !important;
}
.footer_bottom_wrap {
    width: 100%;
    padding: 60px 8% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.footer_bottom {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}
.footer_bottom_info {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.copyright {
    font-size: 11px;
    letter-spacing: 1px;
    color: #9b9b9b;
    margin-right: 40px;
}
.footer_privacy {
    color: #9b9b9b !important;
    font-size: 11px;
    letter-spacing: 1px;
}
.footer_bottom_pt {

}
.footer_bottom_pt a {
    background-color: rgba(255,255,255,0.4);
    width: 170px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100vh;
}
.footer_bottom_pt a span {
    padding-left: 22px;
    font-size: 12px;
    background: url(../image/arrow_3.svg) no-repeat left center / 16px auto;
}

.anchorlink {
    position: relative;
    display: block;
}


/*------------------------------------------------------------
    page top
------------------------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 40px;
    right: 60px;
    font-size: 77%;
    z-index: 16;
    display: none !important;
}
.ubbs__2 {
    text-decoration: none;
    color: #fff;
    width: 70px;
    height: 70px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100vh;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    /* Permalink - use to edit and share this gradient. パーマリンク - このグラデーションの編集や共有に使用します: https://colorzilla.com/gradient-editor/#2aafbf+1,005999+100 */
    background: linear-gradient(135deg,  #353535 1%,#000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.ubbs__2:hover {
    text-decoration: none;
    opacity: 0.7;
}
.ubbs__2 img {
  width: 28px;
}


.scroll_y {
    display: none;
}


.blog_box {

}
.blog_box p {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.form-preview-wrap {
    max-width: 100% !important;
}

.anchorlink {
    position: relative;
    display: block;
    top: 0;
}

/*------------------------------------------------------------
    フェードイン https://closet-land.com/javascript/scroll-animation/
------------------------------------------------------------*/
/* アニメーション設定 */
.scr-target {
    /* アニメーション開始から終了までの所要時間 */
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    /* アニメーションが開始するまでの遅延時間 */
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    /* アニメーションのループ回数 - infiniteで無限ループ */
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    /* キーフレームアニメーションで指定したプロパティをアニメーション開始前、終了後に適用するかどうか */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.scr-target[class*='fadeIn'],
.scr-target[class*='zoom'] {
    opacity: 0;
}
/* フェードイン*/
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
.anime__fadeIn.is-active {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
/* フェードイン(上から) */
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.anime__fadeInDown.is-active {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
/* フェードイン(下から) */
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.anime__fadeInUp.is-active {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
/* フェードイン(左から) */
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.anime__fadeInLeft.is-active {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
/* フェードイン(右から) */
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.anime__fadeInRight.is-active {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
/* ズームイン */
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    100% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    100% {
        opacity: 1;
    }
}
.anime__zoomIn.is-active {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
/* ズームアウト */
@-webkit-keyframes zoomOut {
    from {
        opacity: 0;
        -webkit-transform: scale3d(1.6, 1.6, 1.6);
        transform: scale3d(1.6, 1.6, 1.6);
    }
    100% {
        opacity: 1;
    }
}
@keyframes zoomOut {
    from {
        opacity: 0;
        -webkit-transform: scale3d(1.6, 1.6, 1.6);
        transform: scale3d(1.6, 1.6, 1.6);
    }
    100% {
        opacity: 1;
    }
}
.anime__zoomOut.is-active {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}







