@charset "utf-8";
/* -----------------------------------------------
Theme Name: Ethics. | JAPAN 2024
Theme URI: http://www.ANY B&B + COFFEE | JAPAN.com
Description: made by Yutaro
Author URI: http://www.ANY B&B + COFFEE | JAPAN.com
Author:Yutaro Mitsuyoshi
CSS Document
FileName:ethics499.css
----------------------------------------------- */
body {
	background: #e1e1e1;
	font-family:  "Futura','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif";
	color: #3e3e3e;
	font-size: 1em;
}

.textbold { font-weight: bold }

a {
	color: #2B2B2B;
	text-decoration: none;
}

.clearfix:after {
content: ".";  /* Vvf */
display: block;  /* ubNxvf */
clear: both;
height: 0;
visibility: hidden;
}

.clearfix { min-height: 1px; }

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear { clear: both; }
	
.text_center { text-align: center; }
.margin_top { margin: 20vw 0 0; }

.text_notice {
	width: 90%;
    font-size: 50%;
    letter-spacing: 0.1em;
    line-height: 2em;
    margin: 10vh auto;
	}

#contents {
	width: 100%;
	margin: 0 auto;
}
#header {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	right:0;
	left: 0;
	z-index: 1000;
	margin-bottom: 0;	
	overflow: hidden;
	background: #e1e1e1;
}
#logo {
	width: 20vw;
	margin: 2vw 0 0 4vw;
	float: left;
	}

ul#globalnav {
	position: relative;
    top: 6vw;
    left: 22vw;
    width: 90%;
}
ul#globalnav li {
	 float: left;
    padding: 2vw;
	font-size: 0.6em;
}

h1 {
	line-height: 1.6em;
    font-size: 50%;
    margin: 6vw 2vw 6vw 2vw;
}
/**********Next area**********/

.video-background {
            position: relative;
            width: 100%;
            height: auto;
            overflow: hidden;
        }
.video-background_top {
	margin-top: 38vw;
}
.video-background video {
            position: absolute;
            top: 50%;
            left: 50%;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            z-index: -1;
            transform: translate(-50%, -50%);
}

.video-background::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	background-image: radial-gradient(#03448d 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
}

/**********Next area**********/
.e_hero {
	position: relative;
	z-index: 1;
	color: white;
	text-align: center;
}

.e_hero > h2 {
	font-size: 1.3em;
    margin: 8vw 0 0 0;
	letter-spacing: 0.2em;
}

.e_hero > h3 {
	font-size: 6em;
    letter-spacing: 0.06em;
    width: 84%;
    margin: 10vw auto 0;
    font-family: 'Times New Roman', Times, serif;
}

.e_hero > h3 > .small-text {
	font-size: 50%;
}

.e_hero > p.e_hero_p1 {
	font-size: 70%;
    margin: 4vw 0 0 0;
   	letter-spacing: 0.2em
}

.e_hero > p.e_hero_p2 {
	font-size: 70%;
	margin: 7vw 0 20vw 0;
    letter-spacing: 0.2em;
    line-height: 3em;
}

/**********Next area- series用**********/
#series_content {
	}
	
#series_content h2 {
	font-size: 2em;
	padding: 40vw 0 4vw;
	text-align: center;
    letter-spacing: 0.3em;
}

.e_series_p_wrapper {
    width: 90%;
    margin: 0vw auto;
	}

#series_content p {
	width: 100%;
        margin: 4vh auto;
    line-height: 1.7em;
    font-size: 1em;
    border-left: 1px solid;
    padding: 0.3em;
}

.series_movie {
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 4vw;
    width: 90%;
    margin: 0vw auto;
}

/**********Next area**********/
h2.e_midashi_2 {
	font-size: 1.1em;
	padding: 12vw 0 3vw;
	text-align: center;
    letter-spacing: 0.3em;
}

.e_product_wrapper {
	display: grid;
 	grid-template-columns: 1fr;
    gap: 20vw;
    width: 94%;
    margin: 2vw auto 12vw;
}

e_product_content {
	width: 100%;
}

.e_product_content h3 {
	font-size: 1em;
    letter-spacing: 0.3em;
    padding: 6vw 0;
	line-height: 1.2em;
}
.e_product_p_wrapper {
	display: grid;
 	grid-template-columns: 1fr 2fr;
    gap: 3vw;
}

.e_product_content p {
	font-size: 0.8em;
	letter-spacing: 0.1em;
    line-height: 2em;
    margin: 0 0 3vw 0;
}

.e_button {
	display: inline-block;
	width: 100%;
	background-color: #4589a2;
    text-align: center;
    padding: 3vw 0;
	min-height: 2vh;
}

.e_button a {
	color: #fff;
    display: block;
    letter-spacing: 0.1em;
	width: 100%;
	height: 100%;
	font-size: 0.7em;
}

.e_button_2 {
	width: 90%;
	text-align: center;
    padding: 5vw 0;
    margin: 4vh auto;
    border: 1px solid #4589a2;
	}

.e_button_2 a {
	color: #4589a2;
    display: block;
    letter-spacing: 0.1em;
	width: 100%;
	height: 100%;
    font-size: 0.7em;
}

.e_button_3 {
	width: 90%;
	text-align: center;
    padding: 1.6vw 0;
    margin: 0 auto;
    border: 1px solid #4589a2;
	}

.e_button_3 a {
	color: #4589a2;
    display: block;
    letter-spacing: 0.1em;
	width: 100%;
	height: 100%;
}


/*slider*/		

 .slider {
            position: relative;
            width: 100%;
            overflow: hidden;
        }

        .slider img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .slider .prev, .slider .next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background-color: rgba(0, 0, 0, 0.5);
            color: white;
            border: none;
            padding: 10px;
            cursor: pointer;
        }

        .slider .prev {
            left: 10px;
        }

        .slider .next {
            right: 10px;
        }
		
/*movie*/		

.e_action_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4vw;
    width: 94%;
    margin: 2vw auto;
}

.e_action_movie img {
    width: 100%;
    height: auto;
    margin: 0 0 1vw 0;
	}

.e_action_movie h3 {
    font-size: 1.2em;
    letter-spacing: 0.3em;
    padding: 1vw 0;
}

.e_action_movie video {
	width: 100%;
    height: 28vw;
    overflow: hidden;
}

.e_action_movie p {
letter-spacing: 0.1em;
    line-height: 1.6em;
    margin: 0 0 3vw 0;
	min-height: 8em;
	font-size: 0.7em;
}


/**********Next area**********/
.e_photoback {
	margin: 0;
	padding: 0;
	background-image: url("../images/eth_001.jpg"); /* 画像のパスを指定 */
	background-size: cover; /* 画像を全体にフィットさせる */
	background-repeat: no-repeat; /* 画像を繰り返さない */
	background-position: center; /* 画像を中央に配置 */
	height: 420vh; /* ビューポート全体の高さを確保 */	
	position: relative;
}
.e_photoback::before {
			content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(225, 225, 225, 0.7); /* 50%透明の黒いオーバーレイ */
            z-index: 1;
}
.e_about_wrapper {
	z-index: 2;
    position: absolute;
	padding: 5vh 5vw;
}

.e_about_wrapper > h3 {
    font-size: 1.1em;
    padding: 10vw 0 0vw;
    text-align: center;
    letter-spacing: 0.3em;
}

.e_about_wrapper > p.e_about_sub {
	 font-size: 1.1em;
    padding: 1vw 0 0vw;
    text-align: center;
    letter-spacing: 0.1em;
}

.e_about_wrapper > p {
    font-size: 0.8em;
    padding: 2vw 0 0vw;
    letter-spacing: 0.2em;
    line-height: 1.6;
}

/**********Next area**********/

.e_info_wrapper {
	width: 100%;
}

ul.e_info_text {
    margin: 0 auto;
    width: 90vw;
}

.e_info_text li {
    font-size: 0.8em;
    padding: 2vw 0 0vw;
    letter-spacing: 0.2em;
    line-height: 1.6;
}

/**********Next area**********/
#ethics_terms {
	width: 80%;
    position: relative;
    margin: 30vh auto;
	line-height: 1.3em;
	}
#ethics_terms  h2 {
	margin: 2vh 0;
	
	}
	
#ethics_terms h3 {
	margin: 4vh 0;
	}
		
#ethics_terms ul {
	}

#ethics_terms ul li {
	margin: 2vh 0;
	list-style-type: disc;
	}
	
#ethics_terms p {
	margin: 2vh 0;
	}

/**********Next area**********/

footer {
	width: 100%;
    position: relative;
    padding: 10vh 0 5vh;
}


footer .copy {
	text-align: center;
	font-size: 80%;
	padding: 16vw 0 0;
}

footer > p {
	text-align: center;
	font-size: 60%;
	padding: 3vh 0 3vh
}

#footerlink {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	}
#footerlink p {
		font-size: 80%;
	}
#footerlink p a { 
}

