﻿@charset "utf-8";


/*----------------------------------------
	contents
----------------------------------------*/
#top-banner {
    display: flex;
    flex-direction: column;
    gap: 1em;
    /*width: 90%;*/
    margin: 0 auto 2em;
    /*padding: 0%;
    box-sizing: border-box;*/
}

#eisei{margin-bottom: 4em;}

/* 製品一覧などバナー
--------------------------------------------------------- */
#menu {
    /*width: 100%;
    padding: 0;*/
    margin: 0 0 2.5em;
}
#menu ul {
    display: flex;
    justify-content: space-between;
    gap: 0.7em;
    /*width: 100%;
    list-style: none;
    padding: 0;*/
}
#menu li {
    /*width: 32%;
    padding-right: 2%;
    float: left;*/
    /*width: 100%;
    border: none;*/
    /*box-sizing: content-box;*/
    /*list-style: none;*/
}
#info {
/*width: 100%;
padding: 0%;*/
margin: 0 0 0.7em;
}



/* 製品一覧などバナー
--------------------------------------------------------- */
#link {
    /*width: 100%;
    padding: 0;*/
    margin: 0 0 4em;
}
/*#link ul { width:100%; list-style:none; padding:0;}
#link li {
	width:49%;
    padding-right:2%;
    float: left;
    border: none;
    box-sizing: content-box;
	list-style: none;
}*/

/* ポップアップ
------------------------------------------------------------*/
.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	z-index: 9999998;
}
.mfp-bg.mfp-ready {opacity: 0.8;}
.mfp-bg.mfp-removing {opacity: 0;}
.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.mfp-wrap.mfp-ready .mfp-content {opacity: 1;}
.mfp-wrap.mfp-removing .mfp-content {opacity: 0;}
.mfp-wrap {
	overflow: hidden auto;
	z-index: 9999999;
}

.mfp-container {
	padding: 0 6%;
	max-width: fit-content;
	right: 0;
	bottom: 0;
	margin: auto;
}
.inline-modal {
	position: relative;
    max-width: 840px;
	margin: 5em auto 5em;
    padding: 3.5em;
	text-align: center;
    background-color: #fff;
    
}
.inline-modal p{
	text-align: left;
    line-height: 1.8;
}

    .inline-modal a {
        text-decoration: underline;
        color: #000;
    }

        .inline-modal a:hover {
            text-decoration: none;
            color: #5cadda;
        }


.mfp-content .i-info-list li {
    margin-bottom: 1em;
}

.mfp-close-btn-in .mfp-close {
    color: #fff !important;
    top: -35px;
    right: -15px;
}

.inline-modal .mfp-close {
    right: -15px !important;
    top: -50px !important;
}


/* TOPスライド タグライン
------------------------------------------------------------*/
.tagline-popup p{font-size: 0.9em;}
.tagline-popup p:last-of-type{margin-bottom: 0;}
.tagline-popup__logo{margin-bottom: 2.8em;}
.tagline-popup__logo img{max-width: 200px;}

.tagline-fv{
/*width: 1200px;*/
/*height: 375px;*/

width: 100%;

aspect-ratio: 238/75;
background-color: #fff;
border: 1px solid #ccc;
box-sizing: border-box;
}
.tagline-fv a{
display: block;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.tagline-fv img{
width: 80%;
max-width: 200px;
/*padding: 5em;*/
    
height: 100%;
padding-block: 8%;
}

.tagline-btn__wrap{
position: absolute;
bottom: 1em;
right: 1em;
}
.tagline-btn{
display: block;
width: 100%;
height: 100%;
padding: 0.2em 1em;
text-decoration: none;
font-size: 0.9em;
background-color: #ffb380;
border-radius: 30px;
box-sizing: border-box;
transition: all 0.2s;
}
#tagline-slide a:hover{color: inherit;}
#tagline-slide a:hover img{opacity: 1;}
#tagline-slide a:hover .tagline-btn{opacity: 0.7;}

.inline-modal .tagline-popup p{
text-align: center;
line-height: 2.3;
}

/* TOPバナー
--------------------------------------------------------- */
.top-banner-wrap {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    gap: 0.5em;
    /*margin-top: 50px;*/
}
.top-banner-wrap img {width: 100%;}
/*.top-banner-wrap > div {
    width: calc(100% / 2 - 4px);
    box-sizing: border-box;
}*/
.top-banner-row-wrap {
    display: flex;
    width: 496px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    gap: 8px;
}
.top-banner-ptlx-wrap, .top-banner-koharu-wrap {
    border: 1px solid #B09654;
    width: 100% !important;
    background-color: #E4DAC2;
}
.top-banner-movie-wrap {
    width: 100% !important;
    box-sizing: border-box;
}
.top-banner-movie-wrap li {list-style: none;}
.top-banner-movie-title {
    padding: 0.3em 0.7em;
    font-size: 1.1em;
    font-weight: bold;
    text-align: left;
    color: #fff;
    background-color: #000;
}
.top-banner-movie-title i {margin-right: 0.3em;}

.movies {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0;
    padding: 5px;
    box-sizing: border-box;
}
.movies-item {
    width: calc(100% / 2 - 10px);
    margin: 5px 0;
    border: 1px solid #eee;
}
.movies-item figure {
    margin: 0 !important;
    position: relative;
}
.movies-item-caption {
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255,255,255,0.70);
    text-align: center;
    font-size: 0.8em;
    font-weight: bold;
    padding: 0.2em 0 0;
}
.movie-image-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}
.movie-more-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #ff0000;
    font-size: 2em;
    opacity: 0.5;
    transition: opacity 0.2s, transform 0.1s;
}
.movies-item:hover .movie-more-text {
    transform: translate(-50%, -50%);
    opacity: 1;
}

/* パスタイムFXこはる用 */
.top-banner-koharu-wrap {
    border: 2px solid #00A0A8;
    background-color: #fff;
}
.top-banner-koharu-wrap .top-banner-movie-title {
    background-color: #00A0A8;
}
.top-banner-koharu-wrap .movies {
    /*justify-content: flex-start;
    padding: 20px 15px 0;*/
}
.top-banner-koharu-wrap .movies-item {
    /*width: calc(100% / 4 - 8px);*/
    /*margin: 20px 4px 0;
    margin: 0 4px;*/
}

/*ピタっとライン用*/
.top-banner-pitatto-table {
width: 100%;
border-collapse: collapse;
}
.top-banner-pitatto-table td {
    position: relative;
    padding: 0;
}
.top-banner-pitatto-table img {
    display: block;
    width: 100%;
}
.top-banner-pitatto-bottom {
    position: relative;
    display: block;
    width: 100%;
}
.top-banner-pitatto-yt {
    position: absolute;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); /* 上下左右の中央揃え */
    width: 90%; /* 要素の幅を親要素の90%にする */
    height: auto; /* 高さを自動調整 */
}
.top-banner-pitatto-yt figure {
    margin: 0 !important;
    position: relative;
}

/* ポップアップYoutube埋め込み */
.movie-lightbox-wrap{
    width: 100%;
}
.movie-lightbox-wrap iframe{
    aspect-ratio: 16 / 12;
    height: auto;
}


/* お知らせ
--------------------------------------------------------- */
.table {
    letter-spacing: 1px;
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    border-collapse: separate;
    border-spacing: 0;
}

    .table th {
        border: dashed #595757 0;
        border-top-width: 0px;
        padding: 8px 0 0 0;
        font-weight: normal;
        font-size: -2pt;
        text-align: left;
        vertical-align: top;
    }

    .table td {
        border: dashed #595757 0;
        border-bottom-width: 1px;
        padding: 2px 0px 8px;
        text-align: left;
        vertical-align: middle;
    }

    .table th img {
        vertical-align: middle;
        margin-left: 2%;
    }

    .table .newmark {
        display: inline-block;
        margin-right: 2%;
        font-size: 0.9em;
        font-weight: bold;
        color: red;
        text-align: left;
    }


/* ---------------------------------------------------------
	メインコンテンツ
--------------------------------------------------------- */

.contents #mainContent {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

#mainContent ul {
    list-style: none;
    margin: 0;
}

.contents #mainContent h1 {
    margin: 20px 0 0;
    padding: 0;
}

.contents #mainContent h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    padding: 0 0 0 70px;
    margin: 20px 0;
}

.contents #mainContent h4 {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding: 0 0 0 30px;
    margin: 15px 0;
}

.contents #container:after {
    content: "";
    display: block;
    clear: both;
}



/*  メイン画像下のお知らせ枠 2024.02.16
--------------------------------------------------------- */
.info-box {
    border: 1px solid #009FE5;
    border-radius: 6px;
    text-align: left;
    padding: 10px;
    margin-bottom: 30px;
}

    .info-box ul {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .info-box i {
        margin-right: 0.5em;
        font-size: 16px;
        color: #ec6d74;
    }

    .info-box a {
        text-decoration: underline;
        font-weight: bold;
        color: #1588c9;
    }

        .info-box a:hover {
            color: #009FE5;
            text-decoration: none;
        }



/* ------------------------------メインコンテンツここまで */

