﻿
/*html, body{overflow: auto}*/
/*.pp-section{position: static}*/

/* ---------------------- color */
/* メインカラー */
.txt_color1{color: #00bfff} 
.bg_color1{background-color: #00bfff} 
.border_color1{border-color: #00bfff}
.hvr_txt_color1:hover{color: #00bfff} 
.hvr_bg_color1:hover{background-color: #00bfff} 
.hvr_border_color1:hover{border-color: #00bfff}

/* アクセントカラー */
.txt_color3{color: #FCBF0D} 
.bg_color3{background-color: #FCBF0D} 
.border_color3{border-color: #FCBF0D}
.hvr_txt_color3:hover{color: #FCBF0D} 
.hvr_bg_color3:hover{background-color: #FCBF0D} 
.hvr_border_color3:hover{border-color: #FCBF0D}

/* ---------------------- common */
html, body {
    font-size: 16px;
}
body {
    font-family: 'Montserrat','Zen Kaku Gothic New',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#wrap{
    background-image: url("Dup/img/bg.jpg");
    background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.font_bar {
    font-family: 'Ubuntu','Zen Kaku Gothic New', sans-serif;
}
#page_top {
    font-weight: 700;
}
/* --- automatic link --- */
.linkStyle{color: #00bfff}

.linkStyle:hover{
    text-decoration: underline;
}

/* ---------------------- header */

/* ---------------------- nav */
#pc_nav ul li a {
    font-weight: 700;
}
#menu_stick span.stick {
    height: 3px;
}
#menu_stick span.stick::before, #menu_stick span.stick::after {
    height: 3px;
}
/* ---------------------- footer */
.tel_bt span {
    font-weight: 700;
}
#footer_nav ul li a {
    font-weight: 700;
}
#footer_contact {
    position: absolute;
    right: 8%;
    bottom: 100px;
    width: 320px;
}
#footer_contact_txt {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
#footer_btn_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    gap: 30px;
    width: 300px;
    margin: auto;
}
#footer_btn_wrap i {
    margin-right: 0.5rem;
}
#footer_mail,
#footer_tel {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    background-color: #fcbf0d;
    border: 2px solid #fcbf0d;
    padding: 8px 20px;
    width: 100%;
    text-align: center;
    transition: 0.3s;
}
#footer_mail:hover,
#footer_tel:hover{
    color: #fcbf0d;
    background-color: #fff;
}

/* -------------------------- top ------------------------- */

#video {
    position: relative;
    height: 100vh;
    width: auto!important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#video::before {
    position: absolute;
    content: '';
    height: 124%;
    width: 100%;
    right: -17px;
    top: -5px;
    background-image: url(Dup/img/triangle.png);
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
    z-index: 0;
}
video{
  display:block;
  width: auto!important;
}
#hero_logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 180px;
    filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.8));
}
#catchcopy {
    position: absolute;
    top: 11%;
    right: calc(10% - 6px);
    width: 35%;
}
#hero_scroll{
    position: absolute;
    width: 140px;
    height: 140px;
    bottom: 75px;
    right: 10%;
}
#hero_scroll::before,
#hero_scroll::after{
    position: absolute;
    content: "";
}
#hero_scroll::before{
    background-image: url('Dup/img/scroll_circle.svg');
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    animation: roll-anime 8s linear infinite;
}
@keyframes roll-anime{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
#hero_scroll::after{
    width: 40px;
    height: 52px;
    background-image: url('Dup/img/scroll_arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}
#hero_contact {
    position: absolute;
    right: 10%;
    bottom: 300px;
}
#hero_contact_txt {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: right;
    margin-bottom: 20px;
}
#hero_btn_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    gap: 30px;
    width: 300px;
}
#hero_btn_wrap i {
    margin-right: 0.5rem;
}
#hero_mail,
#hero_tel {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    background-color: #fcbf0d;
    border: 2px solid #fcbf0d;
    padding: 8px 20px;
    width: 100%;
    text-align: center;
    transition: 0.3s;
}
#hero_mail:hover,
#hero_tel:hover{
    color: #fcbf0d;
    background-color: #fff;
}

.intro_wrap p.font_bar {
    font-weight: 700;
}
#contents .con_bg{
    background-image: url('Dup/img/poligon01.png');
    background-size: cover;
}
#contents .con_box2 .con_txt{
    position: relative;
}
#contents .con_box2 .con_txt::before{
    content:'';
    position:absolute;
    height: 95px;
    width: 50%;
    background-image: url(Dup/img/fukidashi01.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    bottom: -80px;
}
#top_cms{
    background-image: url("Dup/img/bg.jpg");
    background-size: cover;
    background-position: center;
}
#top_cms .cms_title span {
    width: 80px;
    background-image: url(Dup/img/pika.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #fff;
    animation: pika-anime 3s ease-in-out infinite;
}
@keyframes pika-anime{
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.3);
    }
    100%{
        transform: scale(1);
    }
}
.cms_box {
    margin-bottom: 120px;
}
.cms_title {
    border-color: #ccf2ff;
}
.cms_title p {
    font-weight: 700;
}
/* --- more --- */
.more a {
    font-weight: 700;
}
/* -------------------------- sub ------------------------- */
.cate_title,.box_title1,.box_title {
    font-weight: 700;
}
/* ---------------------- cms1 */
.date {
    font-weight: 700;
}
.pager li a {
    font-weight: 700;
}
/* ---------------------- cms2 */

/* ---------------------- cms3 */

/* ---------------------- cms4 */

/* ---------------------- cms5 */

/* ---------------------- info */

/* ---------------------- contact */

/* ---------------------- privacy policy */

/* ---------------------- sitemap */
#page10 li a {
    font-weight: 700;
}
#page10 li a span.font_bar {
    opacity: 0.5;
}

/* ----------------------------------------------------------------------------------------------------------------------------
IE
--------------------------------------------------------- */
@media all and (-ms-high-contrast: none){
/* ---------------------- common */

/* ---------------------- header */

/* ---------------------- nav */

/* ---------------------- footer */



/* -------------------------- top ------------------------- */
#hero_mail,#footer_mail{
    margin-bottom: 30px;
}
/* --- more --- */

/* -------------------------- sub ------------------------- */

.cate_list a {
    padding-top: 0px!important;
}

/* ---------------------- cms1 */
.cms_1-e .date {
    padding-top: 10px!important;
}

/* ---------------------- cms2 */
#cms_2-a .cate .cate_title {
    padding-top: 10px!important;
}

/* ---------------------- cms3 */

/* ---------------------- cms4 */

/* ---------------------- cms5 */

/* ---------------------- info */
#page07 .info_title::before {
    top: 15px!important;
}

/* ---------------------- contact */

/* ---------------------- privacy policy */

#page09 a {
    padding-top: 0px!important;
    padding-bottom: 4px!important;
}

/* ---------------------- sitemap */


}

/* ---------------------------------------------------------------------------------------------------------------------------- 
タブレット　
--------------------------------------------------------- */
@media screen and (max-width: 768px){
/* ---------------------- common */
 .linkStyle{
    text-decoration: underline;
}
 
 /* ---------------------- header */

/* ---------------------- nav */

/* ---------------------- footer */
#footer_contact {
    bottom: auto;
    top: 100px;
}
#logo2 {
    margin-bottom: 50px;
}

/* -------------------------- top ------------------------- */
#video,video{
    width: 100%!important;
}
#video::before {
    display: none;
}
#custom {
    background-color: #00bfff;
}
#video {
    position: relative;
    top: 36%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
}
#hero_logo {
    filter: drop-shadow(0px 0px 4px rgba(0,0,0,0));
}
#hero_contact {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 16%;
}
#hero_contact_txt {
    text-align: center;
}
#catchcopy {
    top: 13%;
    right: 5%;
    width: 53%;
}
#hero_scroll {
    width: 110px;
    height: 110px;
    right: 50%;
    transform: translateX(50%);
    bottom: 20px;
}
#hero_scroll::after {
    width: 30px;
    height: 42px;
}
/* --- more --- */

/* -------------------------- sub ------------------------- */

/* ---------------------- cms1 */

/* ---------------------- cms2 */

/* ---------------------- cms3 */

/* ---------------------- cms4 */

/* ---------------------- cms5 */

/* ---------------------- info */

/* ---------------------- contact */

/* ---------------------- privacy policy */

/* ---------------------- sitemap */

 
}

/* ----------------------------------------------------------------------------------------------------------------------------
スマホ　
--------------------------------------------------------- */
@media screen and (max-width: 667px){
/* ---------------------- common */
html, body {
    font-size: 14px;
}    
/* ---------------------- header */

/* ---------------------- nav */

/* ---------------------- footer */
.footer_left {
    padding-top: 300px;
}


/* -------------------------- top ------------------------- */
#hero_logo {
    top: 15px;
    left: 15px;
    width: 110px;
}
#video {
    top: 32%;
}
#catchcopy {
    width: 60%;
}
#hero_contact {
    bottom: 20%;
}
#hero_contact_txt {
    font-size: 16px;
}
#hero_mail, #hero_tel {
    font-size: 20px;
    width: 200px;
    margin: auto;
    padding: 0px 10px;
}
#hero_scroll {
    width: 80px;
    height: 80px;
}
#hero_scroll::after {
    width: 15px;
    height: 26px;
}

.intro_title span, .con_title  {
    line-height: 1.7;
}
#contents .con_box2 .con_txt::before {
    height: 76px;
    width: 75%;
    right: auto;
    left: 10px;
    bottom: -33%;
}
.cms_box {
    margin-bottom: 50px;
}
.cms_title {
    margin-bottom: 60px;
}
/* --- more --- */

/* -------------------------- sub ------------------------- */

/* ---------------------- cms1 */

/* ---------------------- cms2 */

/* ---------------------- cms3 */

/* ---------------------- cms4 */

/* ---------------------- cms5 */

/* ---------------------- info */

/* ---------------------- contact */

/* ---------------------- privacy policy */

/* ---------------------- sitemap */

	
}
