@charset "UTF-8";
/*
Theme Name: satis-spsb
*/

/* ----------
  Defaultリセット
---------- */
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}


html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
  font-size: 62.5%;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}


a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}


small {
  font-size: 80%;
}


img,
embed,
object,
iframe {
  vertical-align: bottom;
}

input[type="checkbox"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
::placeholder {
  color: #aaa;
}

.wp-block-table td, .wp-block-table th{
	border: 0px solid;
  padding: 0em;
}

.container {
	overflow-x: hidden;
	width: 100%;

}

.b {
	font-weight: bold;
}
.big{
  font-size:1.3em;
	font-size: 1.25em;
}
.small {
	font-size: .8em;
}

.br{
	display: block;
}
.br_sp{
	display: none;
}
@media (max-width: 767px) {
	.br{
		display: none;
	}
	.br_sp{
		display: block;
	}
}


.material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 200,
  'GRAD' 0,
  'opsz' 24
}
.num{
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-style: normal;
}

figcaption {
	font-size: 10px;
}

section{
  padding:50px 0px 50px 0px;
  padding-top: 90px;
  margin-top: -90px;
}
section:first-child{
	padding:0px 0px 0px 0px;
}
section:last-child{
  padding:50px 0px 50px 0px;
}
@media (max-width: 767px) {
	section{
  	padding:10px 0px 10px 0px;
  	padding-top: 130px;
  	margin-top: -130px;
	}
	section:first-child{
		padding:0px 0px 0px 0px
	}
	section:last-child{
  padding:10px 0px 10px 0px;
	}
}
.sub section{
  padding-top: 0px;
  margin-top: 0px;
}
@media (max-width: 767px) {
	.sub section{
	  padding-top: 0px;
	  margin-top: 0px;
	}
}


#headNav {
    top: 60px;
}


/* ----------
	header
---------- */

#site-header {
  position: fixed;
  top: 0%;
  z-index: 1000;
	background: #ede9e3;
	display: flex;
	justify-content: center;
	align-items: center;
/*	padding: 0 24px;*/
	width: 100%;
	height: 90px;
	font-size: 16px;
	color: #002238;
	box-shadow: 0px 0px 20px rgba(0,0,0,.1);
	transition: .3s;
}

@media (max-width: 1000px) {
	#site-header {
		align-items: center;
		left: 0;
		padding: 8px 12px;
		height: 130px;
		position: fixed;
		top: 0;
		z-index: 999;
		font-size: 14px;
	}
}
#site-header nav{
/*	height: 60%;*/
}
#site-header .brand {
	width: 100px;
	height: auto;
	font-size: 0px;
	position: absolute;
	top: 40%;
	left: 20px;
	transform: translate(0%, -50%);
}
#site-header .brand img{
	width: 190px;
}
#site-header .brand span{
	font-size: 0;
	display: block;
}
@media (max-width: 1000px) {
	#site-header .brand {
		width: 100px;
		z-index: 1000;
		padding-left: 0px;
	}
	#site-header .brand img{
		width: 130px;
	}
}

#site-header #nav-switch,
#site-header #nav-close {
	display: none;
}
@media (max-width: 1000px) {
	#site-header .brand {
		top: 30px;
	}
	#site-header #nav-switch {
		color: #002238;
		display: block;
		font-size: 10px;
		transition: .5s;
	}
	#site-header nav {
		background: #ede9e3;
		bottom: 0;
		filter: opacity(1);
		min-height: 100vh;
		padding: 60px 40px;
		position: fixed;
		left: 0%;
		top: 0%;
		transform: translateX(105%);
		transition: .5s;
		width: 100%;
		z-index: 999;
	}
	#site-header #nav-close {
		color: #002238;
		display: block;
		font-size: 24px;
		position: absolute;
		right: 12px;
		top: 8px;
	}
	#site-header button {
	  border-color: transparent;
	  background: transparent;
	  cursor: pointer;
	}
	#site-header .hamburger {
	  width: 65px;
	  height: 65px;
	  position: absolute;
	  top: 0px;
	  right: 0px;
	  z-index: 1001;
/*	  background: #75a7ad;*/
	}

	#site-header #nav-switch .hamburger_bar {
		display: block;
		width: 60%;
		height: 2px;
		position: absolute;
		left: 20%;
		background: #75a7ad;
		transition: top 0.5s, transform 0.5s, opacity 0.5s;
		z-index: 1;
	}
	#site-header #nav-switch .hamburger_bar.no{
		display: block;
		width: 70%;
		height: 0px;
		position: absolute;
		left: 15%;
		transition: top 0.5s, transform 0.5s, opacity 0.5s;
		z-index: 1;
		font-size: 13px;
		letter-spacing: -0.2rem;
	}
/*	#site-header.change-color #nav-switch .hamburger_bar {
		background: #002238;
	}*/
	#site-header #nav-switch .hamburger_bar:nth-child(1) {
		top: 30%;
	}
	#site-header #nav-switch .hamburger_bar:nth-child(2) {
		top: 50%;
		transform: translateY(-50%);
	}
	#site-header #nav-switch .hamburger_bar:nth-child(3) {
		top: 66%;
  	transform: translateY(-100%);
  	color: #75a7ad;
  	letter-spacing: 0.05rem;
	}

	#site-header #nav-switch.open .hamburger_bar:nth-child(1) {
		top: 50%;
  	transform: translateY(-50%) rotate(135deg);
	}
	#site-header #nav-switch.open .hamburger_bar:nth-child(2) {
		top: 50%;
		transform: translateY(-50%) rotate(-135deg);
		
	}
	#site-header #nav-switch.open .hamburger_bar:nth-child(3) {
  	transform: translate(50%, -50%);
  	opacity: 0;
	}


	/*------------------------------------
	¥á¥Ë¥å©`¥¯¥ê¥Ã¥¯áá¥á¥Ë¥å©`Íâ¤Î±³¾° ¡ý
	------------------------------------*/
	.overlay {
	  background-color: #002238;
	  cursor: pointer;
	  height: 100vh;
	  left: 0;
	  opacity: 0;
	  position: fixed;
	  top: 0;
	  transition: all 0.6s;
	  visibility: hidden;
	  width: 100vw;
	  z-index: 1;
	}

	/* open */
	#site-header #nav-switch.open {
/*		filter: opacity(0);*/
	}
	#site-header nav.open {
		transform: translateX(0); /*Ôª¤ÎÎ»ÖÃ¤Ë‘ø¤¹css*/
	}

	.open .overlay{
		opacity: 0;
		visibility: visible;
	}
}
.menu_sp, .menu_main_sp, .menu_down_sp, .contact_sp, .menu_down_sp{
	display: none;	
}
#site-header .menu_pc {
	display: flex;
	margin: 0;
	justify-content: center;
/*	margin-top: 75px;*/
}
@media (max-width: 1000px) {
	#site-header .menu_pc {
		display: none;
	}
	#site-header .menu_sp{
		display: flex;
		flex-wrap: wrap;
		box-shadow: 0px 0px 10px rgba(0,0,0,.0);
		justify-content: space-between;
		margin-top: 32px;
	}
	#site-header .menu_sp li{
		width:100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
		padding-bottom:10px;
	}
	#site-header .menu_sp .menu_sp_tit{
		padding:0 0px 10px 10px;
		position: relative;
	}
	#site-header .menu_sp .menu_sp_tit.no{
		padding:0 0px 0px 10px;
	}
	#site-header .menu_sp .menu_sp_tit:before{
		display: block;
		content: "";
		position: absolute;
		top: 0%;
		left: 0%;
		transform: translate(-50%, 0%);
		width: 5px;
		height: 5px;
		background: #002238;
		border-radius: 50%;
		margin: 8px 0;
	}
	#site-header .menu_main_sp{
		display: flex;
		justify-content:space-between;
	}
	#site-header .menu_main_sp a{
		width:48%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		background: #002238;
		border-radius: 10px;
		padding:10px;
	}
	#site-header .menu_main_sp .material-symbols-outlined{
		color: #002238;
		font-size: 50px;
	}
	#site-header .menu_main_sp p{
		width: 100%;
		text-align: center;
	}
	#site-header .menu_down_sp a{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		text-align: center;
	}
	#site-header .menu_down_sp h4{
		margin-left: 5px;
	}
	#site-header .menu_down_sp{
		display: flex;
		justify-content: center;
		position: absolute;
		bottom: 0px;
		border-top: 1px solid #75a7ad;
		width: 100%;
	}
	#site-header .menu_down_sp li{
		width: calc(100% / 3);
		display: flex;
		justify-content: center;
		align-items: center;
		border-right: 1px solid #75a7ad;
		padding: 12px 0;
	}
	#site-header .menu_down_sp li:last-child{
		border-right: 0px solid #75a7ad;
	}
}
#site-header .menu_pc li a {
	align-items: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
	height: 100%;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: .1rem;
}
#site-header .menu_pc li a span{
	width: 100%;
	text-align: center;
/*	padding: 3px 0;*/
}
#site-header .menu_pc li a span:first-child{
	font-size: var(--font-size_level9);
}
#site-header .menu_pc li a span:last-child{
	font-size: 14px;
	font-weight: 100;
}
#site-header .menu_pc li a.recruit{
	border: 1px solid #fff;
	border-radius: 50px;
	padding: 0px 15px;
}


#site-header .menu_pc li .contact .material-symbols-rounded{
	padding-right:5px;
}
@media (max-width: 1000px) {
	#site-header .menu_sp li a {
		display: flex;
		width: 100%;
		align-items: center;
		flex-wrap: wrap;
		color:#002238;
		margin: 0 0 10px;
	}
	#site-header .menu_sp li a:nth-child(n+2):before{
		border-top: 1px solid #002238;
    content: "";
    width: 9px;
    display: inline-block;
    margin: 7px 10px 5px 0;
	}
}
#site-header .menu_pc .menu__single{
    position: relative;
    padding: 0px 18px;
}
#site-header .menu_pc .menu__single a{
	transition: .3s;
}
#site-header .menu_pc .menu__single a:hover{
	color: #75a7ad;
	font-weight: 400;
}


#site-header .contact{
	position: absolute;
	right: 0;
	top: 0%;
	transform: translate(0%, 0%);
	display: flex;
	align-items: center;
}
#site-header .contact .contact_tel{
	padding-right: 15px;
	display: flex;
  flex-wrap: wrap;
  width: 200px;
  justify-content: flex-end;
}
#site-header .contact .contact_tel a:first-child{
	padding-bottom: var(--space4);
}
#site-header .contact .contact_tel .sm{
	font-size: 12px;
	text-align: right;
}
#site-header .contact .contact_tel .font-size{
	font-size: var( --font-size_level10);
}
#site-header .contact .contact_mail{
	background: #75a7ad;
	display: flex;
	flex-wrap: wrap;
	color: #fff;
	justify-content: center;
	height: 90px;
	width: 90px;
}
#site-header .contact .contact_mail p{
	width: 100%;
	text-align: center;
}
#site-header .contact .contact_mail .material-symbols-outlined{
	font-size: 50px;
	margin: 4px 0 -18px 0;
}
#site-header .contact .contact_tel a,
#site-header .contact .contact_mail{
	transition: .3s;
}
#site-header .contact .contact_tel a:hover{
	color: #75a7ad;
	font-weight: 400;
}
#site-header .contact .contact_mail:hover{
	background: #75a7ad;
}
@media (max-width: 1000px) {
	#site-header .contact{
		display: none;
	}
	#site-header .contact_sp{
		display: flex;
		position: absolute;
		right: 0px;
		top: 0;
		z-index: 1002;
	}
	#site-header .contact_sp a{
		background: #75a7ad;
		display: flex;
		flex-wrap: wrap;
		color: #fff;
		justify-content: center;
		height: 65px;
		width: 65px;
	}
	#site-header .contact_sp .contact_tel{
		background: #75a7ad;
		height: 65px;
		width: 65px;
	}
	#site-header .contact_sp p{
		width: 100%;
		text-align: center;
	}
	#site-header .contact_sp .material-symbols-outlined{
		font-size: 40px;
		margin: 4px 0 -8px 0;
	}

}
.img1{
	width: 100%;
	background: #75a7ad;
	padding: 20px 20px 0 20px;
}
.img1 img{
	width: 100%;
}
.img_block{
	position: relative;
	background: #75a7ad;
	padding: 20px;
}
.img_block .img{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.img_block .img:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, .3);
	z-index: 0;
}
.img_block .img img{
	width: 25%;
}
@media screen and (max-width: 768px){
	.img_block .img img{
		width: 50%;
	}
}
.img_block .text{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}
.img_block .text p{
	color: #fff;
	font-size: 25px;
}
.merit_text{
	padding: 20px 30px 0;
}
.merit_text .tit{
	margin-bottom: 30px;
}
.merit_text .tit:last-child{
	margin-bottom: 0px;
}
.merit_text .tit p{
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}
.merit_text .text1{
	text-align: center;
	margin-bottom: 30px;
}
.merit_text .text2{
	width: 320px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto 30px;
}
.merit_text .text2 p{
	width: 100%;
	position: relative;
	padding: 0px 0px 0px 1em;
	line-height: 1.6;
}
.merit_text .text2 p:before{
  	position: absolute;
    top: 12px;
    left: 0px;
    transform: translateY(-50%) rotate(45deg);
    width: 0.3em;
    height: 0.3em;
    background-color: #75a7ad;
    content: "";
}
@media screen and (max-width: 768px){
	.merit_text .text2 p{
		width: 100%;
	}
}


.merit{
	display: flex;
	flex-wrap: wrap;
}
.merit li{
	padding: 20px 30px;
	width: 30%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	position: relative;
	background: #fff;
	margin: 10px 10px;
}
.merit .no{
	width: 100%;
	text-align: center;
}
.merit .no p{
	font-size: 35px;
	color: #75a7ad;
}
.merit .text_block{
	width: 100%;
}
.merit .tit{
	padding-bottom: 20px;
}
.merit .tit p{
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}
.merit .illust{
	width: 30%;
	padding: 10px 0 20px;
}
@media screen and (max-width: 768px){
	.merit li{
		padding: 20px 30px;
		width: 100%;
		justify-content: space-between;
		margin: 10px 0px;
	}
	.merit .no{
		text-align: left;
	}
	.merit .no p{
		font-size: 30px;
	}
	.merit .text_block{
		width: 80%;
		padding-right: 40px;
	}
	.merit .tit p{
		text-align: left;
	}
	.merit .illust{
		width: 20%;
		order: 1;
		padding: 0;
	}
	.merit .illust.illustimg{
		width:100%;
		margin-top: 30px;
	}
}



.merit_other{
	display: flex;
	flex-wrap: wrap;
}
.merit_other li{
	padding: 20px 30px;
	width: calc(33.3% - 20px);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	position: relative;
	background: #fff;
	margin: 10px 10px;
}
.merit_other .text_block{
	width: 100%;
}
.merit_other .no{
	width: 100%;
	text-align: center;
}
.merit_other .no p{
	font-size: 30px;
	color: #75a7ad;
}
.merit_other .tit{
	padding-bottom: 20px;
}
.merit_other .tit p{
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}
.merit_other .illust{
	width: 40%;
	margin-bottom: 20px;
}
.merit_other li:nth-child(3) .illust{
	width: 70%;
}
.merit_other li:nth-child(6) .illust{
	width: 60%;
}
.merit_other li:nth-child(7) .illust{
	width: 50%;
}
@media screen and (max-width: 768px){
	.merit_other li{
		width: 100%;
		margin: 10px 0px;
	}
	.merit_other .illust{
		width: 30%;
	}
	.merit_other li:nth-child(2) .illust{
		width: 100%;
	}
	.merit_other li:nth-child(3) .illust,
	.merit_other li:nth-child(6) .illust,
	.merit_other li:nth-child(7) .illust{
		width: 50%;
	}
}



.merit2{
	display: flex;
	flex-wrap: wrap;
}
.merit2 li{
	padding: 0 30px 40px  30px;
	width: 33.33%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	position: relative;
	border: 1px solid #bad3d6;
}
/*.merit2 li:nth-child(1),
.merit2 li:nth-child(2),
.merit2 li:nth-child(3),
.merit2 li:nth-child(4){
	width: 33.33%;
}*/
.merit2 li{
	width: 33.33%;
}
.merit2 li:nth-child(1),
.merit2 li:nth-child(2){
	width: 50%;
}
.merit2 li:nth-child(12){
	width: 66.66%;
}
@media screen and (max-width: 768px){
	.merit2 li,
	.merit2 li:nth-child(1),
	.merit2 li:nth-child(2),
	.merit2 li:nth-child(12){
		padding: 0 30px 40px  30px;
		width: 100%;
		justify-content: space-between;
	}
}
.merit2 .no{
/*	width: 100%;*/
/*	text-align: center;*/
}
.merit2 .no p{
	font-size: 35px;
	color: #75a7ad;
	border-top: 2px solid #75a7ad;
}
.merit2 .text_block{
	width: 100%;
}
.merit2 .tit{
	padding-bottom: 20px;
}
.merit2 .tit p{
/*	text-align: center;*/
	font-size: 20px;
	font-weight: 600;
}
.merit2 .illust.illustimg{
	margin-top: 30px;
}

.contact_form{
	display: flex;
	flex-wrap: wrap;
}
.contact_form .button{
	width: 100%;
}
.contact_form .tel,
.contact_form .form{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.contact_form .tel_a,
.contact_form .form_a{
/*	width: 100%;*/
	text-align: center;
	padding: 10px 20px;
	background: #75a7ad;
	color: #fff;
	margin-bottom: 10px;
	font-size: 18px;
}
.contact_form .tel_a ~ p,
.contact_form .form_a ~ p{
	text-align: center;
	width: 100%;
}
@media screen and (max-width: 768px){
	.contact_form .tel,
	.contact_form .form{
		width: 100%;
	}
	.contact_form .form{
		margin-top: 30px;
	}
}

.warning{
	padding: 0 30px;
}
.warning .text p{
	position: relative;
	padding: 0px 0px 0px 1em;
	line-height: 1.6;
}
.warning .text p:before{
  	position: absolute;
    top: 12px;
    left: 0px;
    transform: translateY(-50%) rotate(45deg);
    width: 0.3em;
    height: 0.3em;
    background-color: #75a7ad;
    content: "";
}
.warning .text p.befnot:before{
  	position: absolute;
    top: 12px;
    left: 0px;
    transform: translateY(-50%) rotate(45deg);
    width: 0.3em;
    height: 0.3em;
    background-color: rgba(0, 0, 0, 0);
    content: "";
}
.warning .tit{
	margin-bottom: 30px;
}
.warning .tit p{
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}


.slide-items.voice li{
	padding: 0 10px;
}
.slide-items.voice .prev-arrow{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0%, -50%);
	z-index: 100;
}
.slide-items.voice .next-arrow{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0%, -50%);
	z-index: 100;
}
.slide-items.voice .material-symbols-outlined{
	background: rgba(117,167,173,.75);
	color: #fff;
	padding: 5px;
	font-variation-settings:
	  'FILL' 0,
	  'wght' 600,
	  'GRAD' 0,
	  'opsz' 24;
}




.brand {
	width: 100%;
	margin-bottom:30px;
}
.logo_img1{
  display: block;
}
.brand img {
  width: 200px;
}
#copyright{
	color: #002238;
}

.officewrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
	
}

.officebox {
  color: #002238;
  margin: 1em 2em 0 0 ;
	min-width:260px;
}

.officebox p {
  margin: 0;
}
.officename {
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 6px;
/*  font-weight: 600;*/
	border-bottom:1px solid #002238;
	margin-bottom:.2em!important;
}
.officetext {
  font-size: 13.5px;
  line-height: 20px;
  padding: 0 0 2px;
}
.tel,
.faxnum {
	font-size: 18px;
}
@media screen and (max-width: 768px){
.officewrap{
		display:block;
	}
  .officebox {
		min-width:46%;
		width:46%!important;
		margin:0 10px 0 0;
		float:left;
  }
	.officename{
		font-size:11px;
		padding:0;
	}
  .officetext {
    display: none;
  }
}


.ec-layoutRole .ec-layoutRole__contents{
	max-width: 1200px;
	margin: 90px auto 0px;
}

.ec-layoutRole .ec-layoutRole__contents img,
.ec-searchnavRole img{
	max-width: 100%;
	height: auto;
}

#topInfo p.free{
	display: none;
}

#itemArea{
    max-width: 1200px;
    margin: 0 auto 20px;
}

#itemArea li a{
	text-decoration: none;
	color: #005D6E;
}

#itemArea a img{
	transition: 0.5s;
}

#itemArea a img:hover{
	opacity: 0.7;
}

#itemArea #mainVisual{
	background: url(/user_data/packages/default/img/item_list/e-terra_pc.png) no-repeat top center;
	min-height: 340px;
	position: relative;
	width: 100%;
	margin:10px 0 40px;
}

#itemArea #mainVisual h2{
	color: #fff;
	letter-spacing: 0.05em;
	background: rgba(0,0,0,0.5);
	top:44%;
	font-weight: bold;
	padding: 12px 0px;
	position: absolute;
	width: 100%;
	font-size: 24px;
	text-align: center;
	display: none;
}

#itemArea .flex{
	display: flex;
	width: 100%;
}

#itemArea h3{
	margin:70px auto 30px;
	text-align: center;
}

#itemArea #starter{
	justify-content: center;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

#itemArea #limited{
	justify-content: space-around;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

#itemArea #cylinder{
	justify-content: space-around;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

#itemArea #bottle{
	justify-content:flex-start;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

#itemArea #syrup,
#itemArea #cylinder,
#itemArea #outlet{
	justify-content:flex-start;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

#itemArea #starter li{
	flex-basis: 18%;
	margin: 10px 10px 10px;
}

#itemArea #limited li,
#itemArea #cylinder li,
#itemArea #outlet li,
#itemArea #syrup li,
#itemArea #outlet li{
	display:inline-flex;
	flex-basis: 18%;
	margin: 10px 10px 10px;
}


#itemArea #bottle li{
	display:inline-flex;
	flex-basis: 18%;
	margin: 10px 10px 10px;
}


#itemArea #syrup li{
	flex-basis: 18%;
	margin: 10px 10px 10px;
}

#itemArea #starter li img,
#itemArea #limited li img,
#itemArea #bottle li img,
#itemArea #cylinder li img,
#itemArea #syrup li img,
#itemArea #outlet li img{
	width: 100%;
	margin-bottom: 20px;
}

#itemArea #starter li p,
#itemArea #limited li p,
#itemArea #bottle li p,
#itemArea #cylinder li p,
#itemArea #syrup li p,
#itemArea #outlet li p{
	margin: 0px 0 0px;
	line-height: 1.8em;
	font-size: 12px;
	text-align: center;
}
#itemArea #bottle li p,
#itemArea #cylinder li p{
	font-size: 14px;
	font-weight: bold;
}

#itemArea #starter li p span,
#itemArea #limited li p span,
#itemArea #bottle li p span,
#itemArea #syrup li p span,
#itemArea #outlet li p span{
	display: block;
	padding: 0px 0 0 0;
	font-size: 16px;
	font-weight: bold;
}
#itemArea #bottle li p span,
#itemArea #syrup li p span{
	font-size: 15px;
}

.f13b{
	font-size: 14px !important;
	font-weight: bold !important;
}

#itemArea #limited li{
	text-align: center;
}

#itemArea #limited li p.special{
	display:inline-block;
	background: #f5f5f5;
	color: #444;
	font-weight: bold;
	border-radius: 4px;
	padding: 3px 4px;
	margin-bottom: 4px;
}


#specialBnr{
	margin-bottom: 60px;
	text-align: center;
}
#specialBnr img{
	margin: 0 auto;
}

#itemArea #limited li p i,
#itemArea #limited li a p i{
	font-style: normal;
	font-weight: bold;
}


.btnArea.flex{
	justify-content: center !important;
  }
  .btnArea.flex li{
	margin: 0 10px;
	justify-content: center;
  }
  .btnArea.flex li a{
	color: #fff !important;
}


#itemArea {
    padding-top: 50px;
}
#itemArea h2{
    text-align: center;
}

#itemBnr li {
    margin-bottom: 10px;
}

#itemBnr{
    flex-wrap: wrap;
    justify-content:space-between;
}
#itemBnr li{
    display: inline-flex;
    flex-basis:32%;
	margin-bottom: 20px;
}
#itemArea {
    padding-top: 0px;
}

a.anchor {
    display: block;
    padding-top: 80px;
    margin-top: -80px !important;
}

.ttl.taCenter{
	text-align: center;
	display: block;
	margin: 10px auto 20px;
}

#topInfo p.free{
	display: none;
  }
  
  #itemBnr li{
	position: relative;
	overflow: hidden;
  }
  #itemArea a img:hover {
	  opacity: 1 !important;
  }
  #itemBnr li:before {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	right: 6;
	background: url(/campaign_satisfaction/img/icon_satisfaction.webp) no-repeat;
	width: 110px;
	height: 160px;
	background-size: 100% auto;
  }
  #itemBnr li:nth-child(6):before{
	display: none;
  }

  p.btnBlack {
    display: flex;
    color: #fff;
    margin: 30px auto 30px;
    font-size: 15px;
    font-weight: 600;
    transition: 0.5s;
    letter-spacing: 0.05em;
    text-align: center;
    background: #002238;
    border-radius: 93px;
    width: 260px;
    height: 60px;
/*    line-height: 60px;*/
    align-items: center;
    justify-content: center;
}
.warning p.btnBlack{
	width: 350px;
}
@media screen and (max-width:768px){
	.warning p.btnBlack{
		width: 100%;
	}
}

@media screen and (max-width:768px){

.ec-layoutRole .ec-layoutRole__contents {
    margin: 0px auto 0px;
}

#itemArea #bottle li p span, #itemArea #syrup li p span {
    font-size: 13px;
}

#specialBnr img{
	width: 100%;
	padding: 0 10px 0px;
	box-sizing: border-box;
}

#itemArea #starter li p span,
#itemArea #limited li p span,
#itemArea #bottle li p span,
#itemArea #outlet li p span{
	font-size: 14px;
}

#itemArea #bottle li p span{
	font-size: 13px;
}

#itemArea #starter li p,
#itemArea #limited li p,
#itemArea #cylinder li p,
#itemArea #bottle li p,
#itemArea #outlet li p,
#itemArea #outlet li p{
	font-size: 12px;
}

#itemArea #limited li p o{
	font-size: 11px !important;
}


.f13b{
	font-size: 12px !important;
	font-weight: bold !important;
}

#itemArea #mainVisual{
	background: url(/user_data/packages/default/img/item_list/eterra_sp.png) no-repeat top center;
	background-size: auto 100%;
	min-height: 260px;
	width: 100%;
	margin:0 0 40px;
}

#itemArea #mainVisual h2{
	color: #fff;
	letter-spacing: 0.05em;
	background: rgba(0,0,0,0.5);
	top:44%;
	font-weight: bold;
	padding: 8px 0px;
	position: absolute;
	width: 100%;
	font-size: 20px;
	text-align: center;
}

#itemArea h3{
	text-align: center;
	margin: 0 auto 20px;
	height: 60px;
}
#itemArea h3 img{
	width: 80%;
}

#itemArea #starter,
#itemArea #limited,
#itemArea #bottle{
	flex-wrap: wrap;
	justify-content: center;
	padding: 0 10px;
	box-sizing: border-box;
	width:100%;
	margin-bottom:10px;
	height: 80vw;
    overflow: hidden;
}

#itemArea #bottle{
	height: 60vw;
    overflow: hidden;	
}


#itemArea #starter li,
#itemArea #limited li,
#itemArea #bottle li{
    display: inline-flex;
    flex-basis: 32%;
	margin: 0 0.5% 10px;
}

.slick-next {
    right: 0px;
    background: url(/user_data/packages/default/img/top/btn_top_sliderright_no.png) left top no-repeat;
}
.slick-prev, .slick-next {
    display: block;
    position: absolute;
    z-index: 2;
    top: 30%;
    margin-top: -20px;
    padding: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
}

.slick-prev {
    left: 0px;
    background: url(/user_data/packages/default/img/top/btn_top_sliderleft_no.png) left top no-repeat;
}
/*
.btnArea.flex{
	display: block !important;
}
*/
#itemArea {
    padding-top: 0px;
}

  #itemArea h2 img,
  #itemBnr li img,
  #itemArea .ttl img{
      width: 100%;
      height: auto;
  }
  #itemArea .ttl{
    margin-bottom: 20px;
  }

  a.anchor {
    display: block;
    padding-top: 90px;
    margin-top: -90px !important;
}

.ttl.taCenter{
	text-align: center;
	display: block;
	margin: 10px auto 10px;
}


#itemBnr li:before{
	content:"";
	display: block;
	position: absolute;
	right:-10px;
	background: url(/campaign_satisfaction/img/icon_satisfaction.webp) no-repeat;
	background-size: 90px auto;
	width: 90px;
	height: 90px;
  }
  #itemBnr li:nth-child(5):before{
	top:50%;
  }

  #itemArea .flex{
	padding: 0px 30px 20px;
	min-height: 10%;
	overflow: hidden;
	}

	.pc_disp{
		display: none !important;
	}

	p.btnBlack a {
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff !important;
		margin: 20px auto 20px;
		font-size: 14px;
		font-weight: 600;
		transition:none !important;
		letter-spacing: 0.05em;
		text-align: center;
		background: #002238;
		border-radius: 93px;
		width: 240px;
		height: 60px;
		line-height: normal;
		padding: 20px;
	}

	#itemArea a img{
		transition:none;
	}

  
}


#fixed_right_banner {
	position: fixed;
	bottom: 0px;
	right: 0;
	z-index: 102;
}

#fixed_right_banner span {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	z-index: 102;
}

#fixed_right_banner img {
	box-shadow: 0px 0px 15px -6px rgb(0 0 0 / 60%);
}


/* ----------
  Sub Page
---------- */
.sub h5{
	font-size: 130px;
	color: rgba(117, 167, 173, .07);
}
.sub h4{
	font-size: 20px;
	font-weight: bold;
}
@media (max-width: 767px) {
	.sub h5{
		font-size: 60px;
	}
	.sub h4{
		font-size: 18px;
	}
}
.sub .section_title{
	position: relative;
}
.sub .section_title .sub_title{
	padding-left: 30px;
}
.sub .section_title h2{
	font-size: 30px;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(0%, -50%);
}
@media (max-width: 767px) {
	.sub .section_title .sub_title{
		padding-left: 0px;
	}
	.sub .section_title h2{
		font-size: 25px;
	}
}

.pan{
	width: 100%;
	padding-top: 20px;
}
.pan span{
	color: rgba(0, 34, 56, .5);
}
.pan span.breadcrumb_last{
	color: rgba(0, 34, 56, 1);
}

.contact_button{
	width: 100%;
	display: flex;
	justify-content: center;
}
.button_a{
	background: #002238;
	color: #fff;
	padding: 10px 25px;
	border-radius: 20px;
	transition: .3s;
}
.button_a:hover{
	background: rgba(0, 34, 56, .5);
}
@media (max-width: 767px) {
	.button_a{
		width: 100%;
	}
}



/* kv */
.sub .kv_sub{
	height: 300px;
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
/*	padding-top: 90px;*/
}
@media (max-width: 767px) {
	.sub .kv_sub {
		height: 250px;
	}
}
.sub .kv_sub .body{
	width:100%;
	display: flex;
	flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  margin: 0 30px;
}


.sub section .body{
	display: flex;
	flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  margin: 0 30px;
}
.sub section .wp-block-spacer{
	width:100%;
}

/* table */
.sub .wp-block-table{
	width: 50%;
}
.sub .wp-block-table:nth-of-type(1){
	padding-right:32px;	
}
.sub .wp-block-table:nth-of-type(2){
	padding-left:32px;
	padding-right:0px;
}
@media (max-width: 767px) {
	.sub .wp-block-table{
		width: 100%;
	}
	.sub .wp-block-table:nth-of-type(1){
		padding-right:0px;	
	}
	.sub .wp-block-table:nth-of-type(2){
		padding-left:0px;
		padding-right:0px;
	}
}
.sub table{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.sub table tr{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 10px 0;
	margin: 0 0 15px 0;
  background-image: linear-gradient(to right, #4b4a48 2px, transparent 2px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: bottom;
}
.sub table tbody{
	width: 100%;
}
.sub table tr td{
	width: 100%;
}
.sub table tr td:first-child{
	position: relative;
	font-size: 14px;
	padding: 0 0px 8px 10px;
}
.sub table tr td:first-child:before{
	display: block;
	content: "";
	position: absolute;
	top: 0%;
	left: 0%;
	transform: translate(-50%, -50%);
	width: 5px;
	height: 5px;
	background: #002238;
	border-radius: 50%;
	margin: 8px 0 8px 3px;
}
@media (max-width: 767px) {
	.sub table tr td:first-child{
		font-size: 13px;
	}
	.sub table tr td:first-child:before{
		width: 4px;
		height: 4px;
	}
}


/* フォーム */


.wpcf7.js{
	width:100%;
}
.wpcf7-list-item{
	position: relative;
	margin-right: 32px;
}
.wpcf7 form .wpcf7-response-output{
	border: 0px solid #00a0d2;
}
.wpcf7-not-valid-tip{
	color: #D32F2F;
}
.wpcf7 .wpcf7-submit:disabled{
	margin: 0px auto;
}
@media (max-width: 767px) {
	.wpcf7-form-control-wrap{
		width: 100%;
	}
}
@media (max-width: 767px) {
	.privacy_fld .wpcf7-form-control-wrap{
		width: auto;
	}
}

.wpcf7.js input[type="button"].button,
.wpcf7.js input[type="submit"].button{
	margin: 30px auto;
}
.wraptype2{
	display: flex;
	align-items: center;
}
.wraptype2 p:nth-of-type(1){
	width: 50%;
	display: flex;
	align-items: center;
}
.wraptype2 p:nth-of-type(2){
	width: 50%;
	margin-left: 20px;
	display: flex;
	align-items: center;
}
.wraptype2_1 {
	width: 70px;
}
@media (max-width: 767px) {
	.wraptype2 p:nth-of-type(1){
		width: 50%;
		display: flex;
		flex-wrap: wrap;
	}
	.wraptype2 p:nth-of-type(2){
		margin-left: 54px;
		width: 50%;
		display: flex;
		flex-wrap: wrap;
	}
}
.wpcf7-spinner{
	display: none;
}
.sub .wp-block-contact-form-7-contact-form-selector{
	width: 100%;
}
.sub table.contact_table{
	width:100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0px;
}
.sub table.contact_table tr{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	margin: 0 0 15px 0;
	background-image: none;
}
.sub table.contact_table tr th{
	width: 220px;
	display: flex;
	justify-content: space-between;
	font-weight: 100;
	align-items: center;
}
.sub table.contact_table tr td{
	width: 80%;
}
@media (max-width: 767px) {
	.sub table.contact_table {
		width:100%;
		margin-bottom: 5px;
		padding: 0px;
	}
	.sub table.contact_table tr{
		flex-wrap: wrap;
	}
	.sub table.contact_table tr th{
		width: 100%;
		justify-content: flex-start;
		margin-bottom: 8px;
	}
	.sub table.contact_table tr td{
		width: 100%;
	}
}
.sub table.contact_table .CF7_req{
	font-size: 12px;
	font-weight: 100;
	background-color: #D32F2F;
	color: #fff;
	padding: 2px 10px;
	margin-right: 15px;
	border-radius: 2px;
	height: 19px;
}
.sub table.contact_table input[type="checkbox"],
.sub .privacy_fld input[type="checkbox"]{
	margin-left: 8px;
}
.sub table.contact_table input[type="radio"]{
	accent-color: #002238;
}
.sub table.contact_table input[type="text"],
.sub table.contact_table input[type="email"],
.sub table.contact_table input[type="date"],
.sub table.contact_table textarea {
	width: 100%;
	max-width: 100%;
	background-color: #fff;
	border: 1px solid #75a7ad;
	border-radius: 5px;
	padding: 10px;
	margin: 0 0 0px 0;
}
.sub table.contact_table .wraptype2 input[type="text"]{
	width: 165px;
}
.sub table.contact_table input[type="text"].tel {
	width: 60px;
}
.sub table.contact_table input[type="text"].p-postal-code {
	width: 60px;
}
.sub table.contact_table .address{
	display: flex;
	flex-wrap: wrap;
	width: 75%;
}
.sub table.contact_table .address .p-street-address{
	width: 100%;
	margin-top: 15px;
}
.sub table.contact_table select {
	width: 165px;
	background-color: #fff;
	border: 1px solid #75a7ad;
	border-radius: 5px;
	padding: 10px;
}
.sub table.contact_table select.event-tit {
	width: 100%;
}
@media (max-width: 767px) {
	.sub table.contact_table .CF7_req{
		margin-right: 0px;
		margin-left: 15px;
	}
	.sub table.contact_table input[type="text"], .sub input[type="email"], .sub textarea {
		width: 100%;
	}
	.sub table.contact_table .address{
		width: 100%;
	}
	.sub table.contact_table .wraptype2 input[type="text"]{
		width: 100%;
	}
	.sub table.contact_table select {
		width: 100%;
	}
}
.sub table.contact_table.form_checkbox {
	display: flex;
	width: 100%;
	max-width: 100%;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.sub table.contact_table .mwform-checkbox-field, .sub .mwform-radio-field {
	width: 49%;
	border: 1px solid #aaa;
	padding: 5px 10px;
	margin: 0 0 5px 0;
}
.sub table.contact_table .form_area .notice {
	color: #ed3b41;
	font-size: 12px;
}
.sub table.contact_table .form_area a {
	border-bottom: 1px solid #aaa;
	padding-bottom: 2px;
}
.sub table.contact_table .privacy_fld {
	border: 1px solid #aaa;
	padding: 20px 10px 20px 10px;
	margin-top: 35px;
	margin-bottom: 15px;
	line-height: 18px;
}
.sub .privacy_fld{
	display: flex;
	justify-content: center;
	margin: 32px 0;
}
.sub .privacy_fld a{
	text-decoration: underline;
}
.sub table.contact_table .privacy_fld .mwform-checkbox-field {
	width: auto;
	border: none;
	padding: 0px 10px;
	margin: 0 0 0px 0;
	position: relative;
}
.sub table.contact_table .privacy_link{
	text-decoration:underline;
}
.sub table.contact_table .recruit_btn{
	display: flex;
}
.sub table.contact_table .privacy_check{
	padding-left: 30px;
}
@media (max-width: 767px) {
	.sub table.contact_table .recruit_btn{
		width: 100%;
	}
}
.sub table.contact_table .contact_tit{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.sub table.contact_table .contact_tit h6{
	width: auto;
	font-weight: 300;
	color: #aaa;
}
input[type="checkbox"]::before,
  input[type="checkbox"]::after {
    content: "";
    display: block; 
    position: absolute;
  }
 
  input[type="checkbox"]::before {
    background-color: #fff;
    border-radius: 0%;
    border: 1px solid #686868;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    top: 50%;
    left: -15px;
  }
 
  input[type="checkbox"]::after {
    border-bottom: 3px solid #686868;
    border-left: 3px solid #686868;
    opacity: 0;/*¥Á¥§¥Ã¥¯Ç°¤Ï·Ç±íÊ¾*/
    height: 6px;/*¥Á¥§¥Ã¥¯¤Î¸ß¤µ*/
    width: 11px;/*¥Á¥§¥Ã¥¯¤Îºá·ù*/
    transform: rotate(-45deg);
    top: 5px;
    left: -10px;
  }
 
  input[type="checkbox"]:checked::after {
    opacity: 1;
  }













/* ----------
  基準値設定
---------- */


* {
    box-sizing: border-box;
}

body, p {
    font-family: Hiragino Kaku Gothic ProN, Hiragino Sans, ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}

@font-face {
    font-family: 'Poppins';
    src: url('/user_data/packages/default/img/common/Poppins-Bold.woff2') format('woff2'),
         url('/user_data/packages/default/img/common/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: Hiragino Kaku Gothic ProN, Hiragino Sans, ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3, Arial, sans-serif;
		color: #002238;
    transition: z-index 0ms 5.28455ms;
    background: #f6f6f6;
    margin: 0;
    padding: 0;
    animation-name:fadeInAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
a{
    text-decoration: none;
}

a:active, a:hover {
    outline-width: 0;
}
a:active, a:hover {
    outline: 0;
}

img {
    vertical-align: middle;
}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.pc_disp{
    display: block;
}
.sp_disp{
    display: none;
}

@media screen and (min-width: 768px){


#topInfo p.time {
    background: #265b6b;
    color: #fff;
    height: 50px;
    width: 100%;
    position: fixed;
    font-size: 14px;
    padding: 0 8px;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    letter-spacing: 0.05em;
    top: 0px;
    margin: 0;
    z-index: 10;
}
#topInfo span {
    font-size: 24px;
}
#main-content{
    max-width: 1600px;
    margin: 0 auto;
}

.mt00 {
    margin-top: 0 !important;
}

.ec-layoutRole .ec-layoutRole__header {
    height: auto;
    position: fixed;
    width: 100%;
    min-width: 1040px;
    top: 0;
    left: 0;
    z-index: 20;
}

  #headNav{
	top: 60px;
	position: fixed;
	width: 1200px;
	left: 50%;
	margin: 0 auto;
	margin-left:-600px;
	height: 70px;
	position: absolute;
    background: url(/html/template/sodastream/assets/img/common/bg_mainNav.gif) no-repeat center center;
	box-shadow: 0px 3px 20px #5253531A;
	border-radius: 35px;
	opacity: 1;
  }

  #headNav.top{
    background: url(/html/template/sodastream/assets/img/common/bg_mainNav02.gif) no-repeat center center;  
  }

  #headNav:before {
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	background-color: #ffffff1a;
	content: "";
	display: block;
	height: 40px;
	left: 0;
	position: absolute;
	top: -1rem;
	width: 100%;
	z-index: -1;
  }
  
  #headNav h1{
	position: absolute;
	display: block;
	margin: 0px;
	width: 158px;
	height: 32px;
	top:16px;
	left: 20px;
	z-index: 2;
  }
  #headNav h1 a img{
    vertical-align: initial;
  }
  
  .menu {
  display: flex;
  position: relative;
  padding-left: 200px;
  justify-content: space-between;
  }
  .menu .menu_list{
  position: relative;
  }
  
  .menu .menu_list > a,
  .menu .single > a,
  .menu .menu_list01 > a,
  .menu .menu_list02 > a,
  .menu .menu_list03 > a   {
  display: block;
  padding: 0px 16px;
  text-align: center;
  font-size: 13px;
  height: 70px;
  line-height: 70px;
  text-decoration: none;
  overflow: hidden;
  color:#002238;
  font-weight: 400;
  position: relative;
  }
  
  .menu a:focus{
	border-radius: 0 !important;
  }
  
  .menu .icon > a{
	display: block;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	position: relative;
	width: 60px;
	text-indent: 100%;
  }
  
  .menu .icon.login > a{
	background:#76a7ae;
  }
  
  .menu .icon.cart a{
	width: 80px;
  }
  
  
  .menu .icon.login a:before {
	content:"";
	position: absolute;
	width: 24px;
	height: 24px;
	top:20px;
	left: 24px;
	display: block;
	background:url(/html/template/sodastream/assets/img/common/icon-profile.png) no-repeat center center;
	transition: 0.6s;
	
  }
  
  .menu .icon.cart a:before {
	content:"";
	position: absolute;
	width: 24px;
	height: 24px;
	top:20px;
	left: 20px;
	display: block;
	background:url(/html/template/sodastream/assets/img/common/icon-cart.png) no-repeat center center;
	transition: 0.6s;
  }
  
  .menu .icon.login a:hover:before,
  .menu .icon.cart a:hover:before{
	opacity: 0.7;
  }
  
  
  .menu .menu_list01 > a,
  .menu .menu_list03 > a{
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	padding: 0px 30px 0 26px;
  }
  
  .menu .menu_list03 > a{
	border-right: 1px solid #eeeeee;
	padding: 0px 30px 0 26px;
  }
  
  .menu .menu_list02 > a {
	border-left: 1px solid #eeeeee;
	padding: 20px 30px 10px 26px;
	line-height: 1.2em;
  }
  
  .menu .menu_list01 > a:after,
  .menu .menu_list02 > a:after,
  .menu .menu_list03 > a:after{
	position: absolute;
	right: 10px;
	display: block;
	top:26px;
	content: '';
	width: 16px;
	height: 16px;
	transition: transform .4s;
	background: url(/html/template/sodastream/assets/img/common/icon-arrow-black.svg) no-repeat center center;
  }
  
  .menu .menu_list01 > a:hover:after,
  .menu .menu_list02 > a:hover:after,
  .menu .menu_list03 > a:hover:after{
	transform: rotate(180deg);
	background: url(/html/template/sodastream/assets/img/common/icon-arrow-white.svg) no-repeat center center;
  }
  
  .menu .menu_list01 > a.hover,
  .menu .menu_list02 > a.hover,
  .menu .menu_list03 > a.hover {
	color: #fff;
	background: #005d6e;
	
  }
  
  .menu .menu_list01 > a.hover:after,
  .menu .menu_list02 > a.hover:after,
  .menu .menu_list03 > a.hover:after{
	position: absolute;
	right: 10px;
	display: block;
	top:26px;
	content: '';
	width: 16px;
	height: 16px;
	transition: transform .4s;
	background: url(/html/template/sodastream/assets/img/common/icon-arrow-white.svg) no-repeat center center;
	transform: rotate(180deg);
  }
  
  .menu .menu_list > a:hover,
  .menu .menu_list01 > a:hover,
  .menu .menu_list02 > a:hover,
  .menu .menu_list03 > a:hover{
	background: #005d6e;
	color: #fff;
  }
  
  .menu .single > a:hover{
	color: #005D6E;
  }
  
  .menu_contents .boxArea, body, .ec-layoutRole {
    background: #ede9e3;
}
  .menu .menu_list > a.two{
	line-height: 1.4rem;
	padding: 24px 0 10px;
  }
  
  .menu li.hover > a{
	color: #fff;
	background: #005d6e;
  }
  

  .menu_contents {
  position: absolute;
  top:100%;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: 0.6s;
  margin-top: -410px;
  z-index: -1;
  height: 400px;
  color: #000;
  padding-top:10px;
  }
  
  .menu_contents .boxArea{
	border-radius: 35px;
	padding: 30px 0px 0;
	box-shadow: 0px 3px 20px #5253531a;
  }
  
  .menu_contents.showDown{
  opacity: 1;
  margin-top: 0;
  }
  
  .menu_contents ul{
	/*display: flex;*/
	text-align: center;
	padding-bottom: 20px;
  }
  .menu_contents li {
	position: relative;
	overflow: hidden;
	width: 210px;
	height: 210px;
	display: inline-block;
	border-radius: 30px;
	margin: 0 6px;
  }
  .menu_contents ul li.two{
	position: relative;
	overflow: hidden;
	width: 410px;
	height: 210px;
	display: inline-block;
  }
  .menu_contents li.border{
	border: 1px solid #dadddf;
  }
  
  .menu_contents ul li:after{
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(/html/template/sodastream/assets/img/common/head_about_img01.png) no-repeat center center;
	background-size: cover;
	transition: all .3s ease-out;
  }
  
  .menu_list01 .menu_contents ul li:nth-child(1):after{
	background: url(/html/template/sodastream/assets/img/common/head_item_img01.png) no-repeat center center;
  }
  .menu_list01 .menu_contents ul li:nth-child(2):after{
	background: url(/html/template/sodastream/assets/img/common/head_item_img02.png) no-repeat center center;
  }
  .menu_list01 .menu_contents ul li:nth-child(3):after{
	background: url(/html/template/sodastream/assets/img/common/head_item_img03.png) no-repeat center center;
  }
  .menu_list01 .menu_contents ul li:nth-child(4):after{
	background: url(/html/template/sodastream/assets/img/common/head_item_img04.png) no-repeat center center;
  }
  .menu_list01 .menu_contents ul li:nth-child(5):after{
	background: url(/html/template/sodastream/assets/img/common/head_item_img05.png) no-repeat center center;
  }
  
  .menu_list02 .menu_contents ul li:nth-child(1):after{
	background: url(/html/template/sodastream/assets/img/common/head_about_img01.png) no-repeat center center;
  }
  .menu_list02 .menu_contents ul li:nth-child(2):after{
	background: url(/html/template/sodastream/assets/img/common/head_about_img02.png) no-repeat center center;
  }
  .menu_list02 .menu_contents ul li:nth-child(3):after{
	background: url(/html/template/sodastream/assets/img/common/head_about_img03.png) no-repeat center center;
  }
  .menu_list02 .menu_contents ul li:nth-child(4):after{
	background: url(/html/template/sodastream/assets/img/common/head_about_img04.png) no-repeat center center;
  }
  
  
  .menu_list03 .menu_contents ul li:nth-child(1):after{
	background: url(/html/template/sodastream/assets/img/common/head_info_img01.png) no-repeat center center;
  }
  .menu_list03 .menu_contents ul li:nth-child(2):after{
	background: url(/html/template/sodastream/assets/img/common/head_info_img02.png) no-repeat center center;
  }
  
  
  
  .menu_contents ul li:hover:after{
  opacity: .8;
  transform: scale(1.1);
  }
  
  .menu_contents ul li a {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	padding:26px 0 0;
	z-index: 1;
	height: 200px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
  }
  
  .bold{
	font-weight: bold !important;
  }
  .eng{
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.05em;
  }
  
  .menu_contents .subInfo{
	border-top: 1px solid #eceeef;
	text-align: center;
  }
  
  .menu_contents .subInfo{
	border-top: 1px solid #eceeef;
	text-align: center;
	padding: 20px 0 20px;
	color:#005D6E;
  }
  
  .menu_contents .subInfo p{
	display: inline-block;
	margin-right: 60px;
	font-size: 14px;
  }
  
  .menu_contents .subInfo a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  margin-left: 20px;
  color: #005D6E;
  font-size: 14px;
  }
  .menu_contents .subInfo a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #005D6E;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
  }
  .menu_contents .subInfo a:hover::after {
  transform: scale(1, 1);
  }
  
  .menu_contents .subInfo a::before{
	position: absolute;
	width: 16px;
	height: 16px;
	top: 1px !important;
	right:-20px;
	content: '';
	background: url(/html/template/sodastream/assets/img/common/icon-arrow-black-right.svg) no-repeat center center;
	fill: #005D6E !important;
	transition: all .3s ease-out;
	top:0px;
  }

.menu_contents .subInfo a:hover::before{
    right:-24px;
}
  
a.black{
    color:#002238 !important;
}

#mainvisualArea{
    padding-top: 50px !important;
}
.menu .simpleBtn {
    margin: -10px 0 20px;
}
.menu .simpleBtn a {
    background: #002238;
    color: #fff;
    width: 216px;
    height: 60px;
    text-align: center;
    margin: 0 auto;
    display: block;
    border-radius: 93px;
    line-height: 60px;
    font-size: 13px;
    text-decoration: none;
    transition: .5s;
}
.menu .simpleBtn a:hover {
    background: #005D6E;
    border-radius: 93px;
}
.catalog{
    position: relative;
}
.catalog a img{
    position: absolute;
    top: 74%;
    left: 11%;
}
#main-content .flex {
    display: flex;
    justify-content: space-between;
    padding: 40px 40px;
    width: 100%;
}
#main-content .flex .flexBox {
    display: inline-flex;
    flex-basis: 46%;
    margin: 20px;
}
#main-content .plastic {
    max-width: 1040px;
    margin: 0 auto 20px;
}
#main-content .about {
    max-width: 700px;
    margin: 0 auto 20px;
}

.caution a{
    display: block;
    border: 2px solid #75a7ad;
    border-radius: 10px;
    width: 90%;
    padding: 30px 10px;
    text-align: center;
    margin: 30px auto 10px;
    color: #75a7ad;
    line-height: 2rem;
    max-width: 960px;
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    font-size: 18px;
    font-weight: bold;
}

.caution a span {
    padding: 10px 0 6px;
    font-size: 3.2rem;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    display: block;
}


.attentionAreaWrap{
    padding: 20px 0 20px;
    background: #005d6e;
    text-align: center;
}
.attentionAreaWrap h2 {
    color: #fff;
    display: inline-block;
    padding: 20px 20px 10px 20px;
    z-index: 2;
    width: 90%;
    position: relative;
    font-weight: bold;
    font-size: 2.5rem;
    margin-bottom: 0px;
}
.attentionAreaWrap h2 span {
    background: #005d6e;
    z-index: 3;
    position: relative;
    padding: 0 20px;
}

.attentionAreaWrap h2:before {
    content: "";
    display: block;
    height: 10px;
    border-bottom: 1px solid #fff;
    position: absolute;
    width: 600px;
    top: 26px;
    z-index: -1;
    left: 50%;
    margin-left: -300px;
}
.attentionAreaInner ul{
    margin: 0 auto;
    padding: 20px 20px 0;
    width: 880px;
    list-style: none;
}
.attentionAreaInner li {
    padding-bottom: 20px;
    cursor: pointer;
}
.attentionAreaInner li .title {
    color: #ffffff;
    margin-bottom: 10px;
    line-height: 1.4em;
    font-size: 1.8rem;
    text-align: center;
}
.attentionAreaInner p.detail, .attentionAreaInner p.detail a {
    color: #fff;
    text-align: left;
    font-size: 1.2rem;
    padding-bottom: 20px;
}

.ec-layoutRole .ec-layoutRole__footer .ec-footerRole, .ec-footerRole {
    background: #fff;
}

.ec-footerRole #footerSocial {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    line-height: 1.4;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1130px;
    max-width: 1040px;
    font-size: 12px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 48px;
}

.ec-footerRole #footerSocial #footerSocialBox01 {
    display: flex;
    justify-content: flex-end;
}

.ec-footerRole {
    margin-top: 0;
}

.ec-footerRole .ec-footerRole__inner #footerInfo {
    display: inline-flex;
    flex-direction: column;
}

.ec-footerRole .ec-footerRole__inner {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #002238;
    -webkit-text-size-adjust: 100%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 70px 30px;
}

.ec-footerRole .ec-footerRole__inner #logo {
    width: 222px;
}
.ec-footerRole .ec-footerRole__inner #footerInfo p#copyright {
    font-family: 'Poppins', sans-serif;
    color: #EFEBE4;
    font-size: 12px;
    margin: 20px 0 50px;
    letter-spacing: 0.05em;
    font-weight: 300;
}

.ec-footerRole .ec-footerRole__inner #footerInfo {
    display: inline-flex;
    flex-direction: column;
}

.officewrap ul#sns{
    width: 100%;
    margin-top: 20px;
}
.officewrap ul#sns li {
    display: inline-block;
    margin-right: 10px;
}
.officewrap ul#sns i {
    font-size: 30px;
    color: #75a7ad;
}
.ec-drawerRole {
    display: none;
}

.ec-footerRole .ec-footerRole__inner #footerLink {
    display: inline-flex;
}
.ec-footerRole .ec-footerRole__inner #footerLink .box {
    margin-left: 50px;
}

.ec-footerRole .ec-footerRole__inner #footerLink .box p.ttl {
    font-family: 'Poppins', sans-serif;
    color: #EFEBE4;
    font-size: 22px;
    margin: 0px 0 30px;
    letter-spacing: 0.05em;
    font-weight: 700;
    padding: 10px 0;
}

.ec-footerRole .ec-footerRole__inner #footerLink {
    display: inline-flex;
}

.ec-footerRole .ec-footerRole__inner #footerLink .box ul {
    min-width: 180px;
}

#footerLink .box ul li a {
    color: #EFEBE4;
    font-size: 13px;
    margin-bottom: 10px;
    display: inline-block;
}

.ec-footerRole .ec-footerRole__inner #footerInfo p#copyright {
    font-family: 'Poppins', sans-serif;
    color: #EFEBE4;
    font-size: 12px;
    margin: 20px 0 50px;
    letter-spacing: 0.05em;
    font-weight: 300;
}

.ec-footerRole .ec-footerRole__inner #footerLink {
    display: inline-flex;
}
.ec-footerRole .ec-footerRole__inner #footerLink .box ul{
    overflow: visible !important;
    display: block !important;

}
.ec-blockTopBtn {
    display: none;
    position: fixed;
    width: 120px;
    height: 40px;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    opacity: 0.8;
    background-color: #9da3a9;
}
.ec-blockTopBtn {
    right: 30px;
    bottom: 30px;
}
#topCaution {
    background: #e0f1f3;
    width: 100%;
    padding: 40px 20px 40px;
    text-align: left;
    max-width: 700px;
}
#topCaution .ttl {
    text-align: center;
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: bold;
    display: inline-block;
    border-bottom: 1px solid #75A7AD;
    color: #005D6E;
    cursor: pointer;
    margin: 0 0px 10px;
    box-sizing: border-box;
}

#main-content > div {
    margin-bottom: 20px;

}
#video {
   overflow: hidden;
}
.video_wrapper {
    width: 100%;
    max-width: 1600px;
    margin: -100px auto;
    aspect-ratio: 16 / 9;
    height: 800px;
}
.video_wrapper > iframe {
    width: 100%;
    height: 500px;
    object-fit: cover;
}


}





@media screen and (max-width: 768px){
.pc_disp{
    display: none;
}
.sp_disp{
    display: block;
}
p {
    margin: 0 0 10px;
}
.ec-searchnavRole img {
    width: 100%;
    height: auto;
}
.menu_contents .boxArea, body, .ec-layoutRole {
    background: #ede9e3;
}

.ec-layoutRole .ec-layoutRole__header {
    height: 50px;
    position: relative;
    z-index: 20;
    background-color: white;
}
#topInfo p.time{
    font-weight: bold;
}
#topInfo p.time {
    top: 0px;
    background: #265b6b;
    color: #fff;
    height: 40px;
    width: 100%;
    position: fixed;
    font-size: 2.6vmin;
    padding: 0 8px;
    text-align: center;
    line-height: 41px;
    letter-spacing: 0.01em;
}
#topInfo span {
    font-size: 4.5vmin;
}
.ec-headerRole__navSP {
    top: 40px;
    background: #efebe5;
    position: fixed;
    width: 100%;
    display: block;
    height: 50px;
    overflow: hidden;
    z-index: 1;
}
.ec-headerNavSP {
    display: block;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0px;
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}
.ec-headerRole__navSP #logo {
    padding: 14px 20px 8px 70px;
    display: inline-block;
}
.ec-headerRole__navSP img.fa-bars {
   position: absolute;
   left: 0px;
}
.ec-headerRole__navSP #logo {
    padding: 14px 20px 8px 70px;
    display: inline-block;
}
.ec-headerRole__navSP ul {
    display: block;
    position: absolute;
    width: 200px !important;
    height: 50px;
    right: 0;
    top: 0px;
}
.ec-headerRole__navSP ul li {
    display: inline-block;
    height: 50px;
    width: 40px !important;
    float: left;
}
.ec-headerRole__navSP ul li.gas {
    display: inline-block;
    width: 78px !important;
    float: left;
    padding: 14px 0 0 0px;
    margin: 0 4px 0 38px;
}

.ec-headerRole__navSP ul li.icon.login > a, .ec-headerRole__navSP ul li.icon.cart > a {
    height: 50px;
    width: 50px;
    display: block;
    overflow: hidden !important;
    position: relative;
    text-indent: -100px !important;
}

.ec-headerRole__navSP .icon.cart a:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    top: 12px;
    left: 10px;
    display: block;
    background: url(/html/template/sodastream/assets/img/common/icon-cart_sp.png) no-repeat center center;
    background-size: 24px auto;
}
.ec-headerRole__navSP .icon.login a:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    top: 12px;
    left: 10px;
    display: block;
    background: url(/html/template/sodastream/assets/img/common/icon-profile_sp.png) no-repeat center center;
    background-size: 24px auto;
}



.ec-itemNav__nav li {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    position: relative;
}

.ec-itemNav__nav li a{
    display: block;
    margin: 0;
    height: auto;
    text-align: left;
}


.ec-drawerRole {
    overflow-y: scroll;
    /*background: black;*/
    width: 100%;
    padding: 0;
    background: transparent;
    height: 100%;
    display: block;
    transform: translateX(-100vw);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    transition: z-index 0ms 1ms;
}

.ec-drawerRole__header, .ec-itemNav__nav li a, .ec-drawerRole .ec-headerLinkArea, .ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav>li:hover>a {
    background: #efebe5;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a {
    border-bottom: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #002238;
    font-weight: normal;
    font-size: 13px;
    padding: 20px;
    line-height: 1;
}

.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 20px;
    font-size: 13px;
    line-height: 1;
    color: #002238;
}
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__icon {
    display: inline-block;
    width: 20px;
    font-size: 13px;
}

.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.ec-drawerRole li a .fas {
    margin-right: 7px;
    display: inline-block;
    width: 14px;
    position: relative;
}


.fa-chevron-circle-down:before,
.fa-chevron-circle-right:before,
.fa-edit:before,
.fa-user:before,
.fa-shopping-cart:before,
.fa-question-circle:before,
.fa-info-circle:before,
.fa-chevron-down:before{
    content:"";
    width: 14px;
    height: 14px;
    display: inline-block;
}
.fa-chevron-circle-down:before {
    background: url("/user_data/packages/default/img/common/svg/chevron-circle-down-solid.svg") no-repeat;
}
.fa-chevron-circle-right:before {
    background: url("/user_data/packages/default/img/common/svg/chevron-circle-right-solid.svg") no-repeat;
}
.fa-user:before {
    background: url("/user_data/packages/default/img/common/svg/user-solid.svg") no-repeat;
}
.fa-edit:before {
    background: url("/user_data/packages/default/img/common/svg/edit-solid.svg") no-repeat;
}
.fa-question-circle:before {
    background: url("/user_data/packages/default/img/common/svg/question-circle-solid.svg") no-repeat;
}
.fa-info-circle:before {
    background: url("/user_data/packages/default/img/common/svg/circle-info-solid.svg") no-repeat;
}
.fa-shopping-cart:before {
    width: 27px;
    height: 25px;
    background: url("/user_data/packages/default/img/common/svg/cart-shopping-solid.svg") no-repeat;
}
.fa-chevron-down:before {
    background: url("/user_data/packages/default/img/common/svg/chevron-down-solid.svg") no-repeat;
}


.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item .btn-cart {
    font-weight: normal;
    padding: 20px;
    height: auto;
    font-size: 13px;
    line-height: 1;
    position: relative;
    border: none;
}

.ec-blockBtn--primary {
    background: #002238;
    margin-bottom: 0;
    text-align: center;
    /*vertical-align: middle;*/
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 40px;
    color: #fff;
    display: block;
}

.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item .btn-cart .fas {
    position: absolute;
    left: 20px;
    top: 15px;
    font-size: 24px;
}

#main-content {
    padding: 130px 0 0px !important;
}
#main-content > div{
    margin-bottom: 20px;
}

#main-content .flex {
    display: flex;
    justify-content: space-between;
    background: none;
    padding: 20px 30px;
}

#main-content .flex .flexBox{
    flex-basis: 48%;
}


#main-content .plastic,
#main-content .about{
    padding: 0 20px 0;
}

.caution a {
    display: block;
    border: 2px solid #75a7ad;
    border-radius: 10px;
    width: 90%;
    padding: 20px 10px;
    text-align: center;
    margin: 30px auto 10px;
    color: #75a7ad;
    line-height: 2rem;
    max-width: 960px;
    background: rgba(255, 255, 255, 0.5);
    position: relative;
}

.caution a span {
    color: #75a7ad;
    font-size: 2.4rem;
    font-weight: 700;
    padding-bottom: 10px;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
}

.caution a span o{
    font-size:1.8rem;
}

#topCaution {
    background: #e0f1f3;
    width: 100%;
    padding: 40px 20px 40px;
    text-align: left;
    max-width: 700px;
}

#topCaution .ttl {
    text-align: center;
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: bold;
    border-bottom: 1px solid #75A7AD;
    color: #005D6E;
    cursor: pointer;
    margin: 0 0px 10px;
    box-sizing: border-box;
    line-height: 1.8;
}
#topCaution .ttl span{
    font-size: 13px;

}


.catalog {
    position: relative;
}

.catalog a {
    position: absolute;
    top: 72%;
    left: 9%;
    width: 36%;
}

.attentionAreaWrap h2 {
    font-size: 2rem;
    color: #fff;
    display: inline-block;
    padding: 20px 20px 10px 20px;
    z-index: 2;
    width: 90%;
    position: relative;
}
.attentionAreaWrap h2:before {
    content: "";
    display: block;
    height: 10px;
    border-bottom: 1px solid #fff;
    position: absolute;
    width: 100%;
    top: 20px;
    z-index: -1;
    left: 0px;
}

.attentionAreaWrap h2 span {
    background: #005d6e;
    z-index: 3;
    position: relative;
    padding: 0 20px;
}
.attentionAreaWrap, .attentionAreaInner ul {
    background: #005d6e;
    text-align: center;
    margin: 0 auto;
    padding: 10px 10px 20px;
    box-sizing: border-box;
    width: 100%;
}
.attentionAreaInner li .title {
    color: #ffffff;
    margin-bottom: 10px;
    line-height: 1.4em;
    font-size: 1.4rem;
    text-align: center;
}
.attentionAreaInner p.detail, .attentionAreaInner p.detail a {
    color: #fff;
    text-align: left;
    font-size: 1.2rem;
    padding-bottom: 20px;
    display: none;
    margin: 0 0;
    padding: 10px;
    line-height: 1.8em;
}


.ec-footerRole .ec-footerRole__inner {
    padding: 10px 15px;
}
.ec-footerRole .ec-footerRole__inner #logo {
    width: 222px;
}
.ec-footerRole .ec-footerRole__inner .officewrap p#copyright {
/*    font-family: 'Poppins', sans-serif;*/
    color: #002238;
    font-size: 12px;
    margin: 30px 0 0px;
    letter-spacing: 0.05em;
    font-weight: 300;
}
.ec-footerRole .ec-footerRole__inner .officewrap ul#sns{
    margin-top: 20px;
}
.ec-footerRole .ec-footerRole__inner .officewrap ul#sns li {
    display: inline-block;
    margin-right: 10px;
}
.officewrap ul#sns{
    width: 100%;
}

.ec-footerRole .ec-footerRole__inner .officewrap ul#sns i {
    font-size: 30px;
    color: #75a7ad;
}

.ec-footerRole .ec-footerRole__inner #footerLink {
    margin-top: 50px;
}
.ec-footerRole .ec-footerRole__inner #footerLink .box {
    margin-left: 0px;
}
.ec-footerRole .ec-footerRole__inner #footerLink .box.wide {
    min-width: 188px;
}
.ec-footerRole .ec-footerRole__inner #footerLink .box {
    margin-left: 0px;
}

.ec-overlayRole {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    opacity: 0;
    background: transparent;
    transform: translateX(0);
    transition: all .3s;
    visibility: hidden;
    z-index: 100;
}

.ec-layoutRole .ec-layoutRole__footer .ec-footerRole, .ec-footerRole {
    background: #fff;
}
.ec-layoutRole .ec-layoutRole__footer .ec-footerRole, .ec-footerRole {
    background: #fff;
}

.ec-footerRole .ec-footerRole__inner #footerLink .box p.ttl {
    position: relative;
    font-size: 16px;
    border-bottom: 1px solid rgba(213, 213, 213, 0.3);
    font-family: 'Poppins', sans-serif;
    color: #EFEBE4;
    margin: 0px 0 30px;
    letter-spacing: 0.05em;
    font-weight: 700;
    padding: 10px 0;
}

.ec-footerRole .ec-footerRole__inner #footerLink .box p.ttl:after {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(/html/template/sodastream/assets/img/common/icon-arrow-sand.svg) no-repeat;
    transform: scale(1, 1);
    position: absolute;
    top: 4px;
    right: 10px;
}

.ec-footerRole .ec-footerRole__inner #footerLink .box ul li a {
    color: #EFEBE4;
    font-size: 13px;
    margin-bottom: 10px;
    display: inline-block;
}

.ec-drawerRoleClose.is_active {
    display: inline-block;
    transition: all .3s;
}

.ec-drawerRoleClose {
    display: none;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0;
    width: auto;
    height: 50px;
    font-size: 18px;
    text-align: center;
    color: black;
    border-right: 1px solid #CCC;
}

.ec-drawerRole__header {
    display: table;
    width: 100%;
    border-bottom: 1px solid #CCC;
}

.ec-drawerRole__header__logo {
    text-align: right;
    display: table-cell;
}
.ec-drawerRole__header__logo img {
    width: 136px;
    height: auto;
    padding-right: 20px;
}



.ec-drawerRole.is_active {
    display: table-cell;
    transform: translateX(0);
    transition: all .3s;
    z-index: 100000;
    background: transparent;
}

.have_curtain .ec-overlayRole {
    display: block;
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
    visibility: visible;
}
.ec-drawerRole .ec-drawerRole__inner {
    overflow: auto;
    margin-right: 10px;
    height: 100%;
    box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.2);
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li ul li a {
    background: #e5e1dc;
}

.ec-blockTopBtn {
    display: none;
    position: fixed;
    width: 120px;
    height: 40px;
    right: 0;
    bottom: 10px;
    cursor: pointer;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    opacity: 0.8;
    background-color: #9da3a9;
}


#video {
    overflow: hidden;
    height: 230px;
 }
 .video_wrapper {
     width: 100%;
     max-width: 1600px;
     margin: -6px auto;
     aspect-ratio: 16 / 9;
     overflow: hidden;
 }
 .video_wrapper > iframe {
     width: 100%;
     object-fit: cover;
 }
 


}