@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");

html {
	font-size: calc(10vw / 3.75);
	-webkit-font-smoothing: antialiased;
}
body {
	color: #221815;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	background-color: #ffffff;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
body.fixed {
	overflow: hidden;
	width: 100vw;
}
@media screen and (min-width: 769px) {
	html {
		font-size: 10px;
	}
	body {/*
		min-width: 1000px;*/
	}
}
* {
	-webkit-tap-highlight-color: transparent;
}
a {
	color: inherit;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
p, dt, dd, li {
	word-break: break-word;
	word-wrap: normal;
}
span {
	line-height: inherit;
	font-weight: inherit;
}
img {
	max-width: 100%;
	vertical-align: top;
}
button {
	cursor: pointer;
}
.ib {
	display: inline-block;
	line-height: inherit;
	font-weight: inherit;
}
.inner {
	display: block;
}
.accordionTrigger {
	cursor: pointer;
	display: block;
}
.accordionContent {
	display: none;
}
/* .slide .item {
	opacity: 0;
	position: absolute;
	top: 0;
}
.slide .item:first-child {
	opacity: 1;
	position: relative;
}
.slide.slick-initialized .item {
	opacity: 1;
	position: relative;
} */

.slick-slide{
	/* width: 5% !important; */
}

.slick-track{
	display: flex;
}

.prev-arrow{
	height: 60px;
	cursor: pointer;
	transition: filter 0.2s ease-out;
}
.prev-arrow:hover{
	filter: brightness(105%);
}
.next-arrow{
	height: 60px;
	cursor: pointer;	transition: filter 0.2s ease-out;
}
.next-arrow:hover{
	filter: brightness(105%);
}
@media screen and (max-width: 768px){
	.prev-arrow{
		height: 6.66667vw;
	}
	.next-arrow{
		height: 6.66667vw;
	}
}

.mover{
	display: flex;
	justify-content: center;
}

@media screen and (min-width: 769px) {
	.mover {
		transition: filter 0.2s ease-out;
		backface-visibility: hidden;
		zoom: 1;
	}
	.mover:hover {
		filter: brightness(105%);
	}
	.moverContent > * {
		transition: filter 0.2s ease-out;
		backface-visibility: hidden;
		zoom: 1;
	}
	.moverContent:hover > * {
		filter: brightness(105%);
	}
}
@media all and (-ms-high-contrast: none) {
	.mover:hover {
		opacity: 1;
	}
	.moverContent:hover > * {
		opacity: 1;
	}
}
.mode_pc,
.mode_pc_ib {
	display: none;
}
.mode_tb {
	display: none;
}
.mode_sp {
	display: block;
}
.mode_pctb {
	display: none;
}
.mode_pctb_ib {
	display: none;
}
.mode_tbsp {
	display: block;
}
.mode_tbsp_ib {
	display: inline-block;
}
@media screen and (min-width: 641px) {
	.mode_pc,
	.mode_pc_ib {
		display: none;
	}
	.mode_tb {
		display: block;
	}
	.mode_sp {
		display: none;
	}
	.mode_pctb {
		display: block;
	}
	.mode_pctb_ib {
		display: inline-block;
	}
	.mode_tbsp {
		display: block;
	}
	.mode_tbsp_ib {
		display: inline-block;
	}
}
@media screen and (min-width: 769px) {
	.mode_pc {
		display: block;
	}
	.mode_pc_ib {
		display: inline-block;
	}
	.mode_tb {
		display: none;
	}
	.mode_sp {
		display: none;
	}
	.mode_pctb {
		display: block;
	}
	.mode_pctb_ib {
		display: inline-block;
	}
	.mode_tbsp {
		display: none;
	}
	.mode_tbsp_ib {
		display: none;
	}
}
.wrapper {
	background-color: #ffffff;
}
.content {
	overflow: hidden;
	position: relative;
}
.content .bg {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.content .bg img{
  width: 100%;
}
.contentInner {
	position: relative;
	width: calc(506 / 621 * 100%);
	margin: auto;
}
@media screen and (min-width: 769px) {
	.wrapper {
		min-width: 850px;
		margin: auto;
	}
	.contentInner {
		width: 100%;
		min-width: 1164px;
	}
}

/* toTop */
#toTop {
	border-bottom: 2px solid #add60a;
}
#toTop a {
	display: block;
	width: calc(189 / 1242 * 100%);
	margin: auto;
	padding: 15px 0;
}
#toTop .ampimgWrap {
	padding: calc(34 / 63 * 100%) 0 0 0;
}
@media screen and (min-width: 769px) {
	#toTop {
		background-color: #f3f3f3;
		padding: 0 0 20px 0;
	}
	#toTop a {
		width: calc(63 / 1164 * 100%);
		max-width: 63px;
		padding: 10px 0;
	}
	#toTop .ampimgWrap {
		padding: calc(34 / 63 * 100%) 0 0 0;
	}
}
@media screen and (max-width: 768px){
	#toTop{
		width: 100%;
	}
}


/* mainVisual */
#mainVisual .title {
	position: relative;
}

#mainVisual .title img{
  width: 100%;
}
@media screen and (min-width: 768px) {
	#mainVisual .mode_pc {
		display: block;
	}
	#mainVisual .mode_tbsp {
		display: none;
	}
	#mainVisual .bg {
		top: 0;
/* 		min-height: calc(512 / 1280 * 100vw); */
		min-width: 1164px;
		margin: auto;
	}
	#mainVisual .title {
		min-width: 1164px;
	}
}

		/*下からフェードイン*/
.fade-in-bottom {
   opacity: 0;
   animation-name: fadein-bottom;
   animation-duration: 1.5s;
   animation-delay: 0.5s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
}
@keyframes fadein-bottom {
   0% {
      opacity: 0;
   }
   100% {
      opacity: 1;
   }
}


@media screen and (min-width: 769px) {
	#mainVisual .content {
		min-width: 850px;
	}
}
@media screen and (min-width: 1281px) {
	#mainVisual .title picture {
		display: block;
/*
		max-width: 1280px;
		max-height: 521px;
*/
		margin: auto;
	}
}

/* 大枠設定: 20250206追加 */
.main{
	background-image: url(/softdrink/iyemon/img/org/bg_main.webp);

}
.main__container{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}


/* lead: 20250206追加 */
.lead{
	padding-top: calc(100/1200*100%);
}
.lead__container{
}
.lead__head{
	display: flex;
	align-items: center;
	width: calc(748 / 1200 * 100%);
	margin-bottom: calc(60 / 1200 * 100%);
	margin-left: calc(233/1200*100%);
}
.lead__image{
	width: calc(158 / 748 * 100%);
	margin-right: calc(40 / 748 * 100%);
}
.lead__title{
	width: calc(549 / 748 *100%);
}
.lead__text{
	width: calc(762 / 1200 *100%);
	margin-left: calc(233/1200*100%);
}

/* SP版 */
@media screen and (max-width: 768px){
	.lead{
		padding-top: calc(100 / 750 * 100vw);
	}
	.lead__container{
		padding: 0 calc(69 / 750 * 100vw);
	}
	.lead__head{
		flex-direction: column;
		align-items: flex-start;
		width: calc(549 / 750 * 100vw);
		margin-bottom: calc(60 / 750 * 100vw);
		margin-left: 0;
	}
	.lead__image{
		width: calc(216 / 750 * 100vw);
		margin-left: calc(198 / 750 * 100vw);
		margin-bottom: calc(40 / 750 * 100vw);
	}
	.lead__title{
		width: calc(549 / 750 * 100vw);
	}
	.lead__text{
		width: calc(579 / 750 * 100vw);
		margin-left: 0;
	}
}

/* news */
.news{
	padding-top: calc(100/1200*100%);
}
.news__container{
	
}
.news__title{
	width: calc(207/1200*100%);
	margin: 0 auto;
}
.news__content{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: calc(720/1200*100%);
	margin: calc(70/1200*100%) auto 0;
}
.news__item{
	width: calc(350/ 720 * 100%);
}
.news__item:nth-child(n+3){
	margin-top: calc(20/ 1200 *100%);
}
.news__subtitle{
	margin-bottom: calc(10/ 350 * 100%);
}

/* SP版 */
@media screen and (max-width: 768px){
	.news{
		padding-top: calc(100/750*100vw);
	}
	.news__container{
		
	}
	.news__title{
		width: calc(201/750*100vw);
		margin: 0 auto;
	}
	.news__content{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: calc(612/750*100vw);
		margin: calc(80/750*100vw) auto 0;
	}
	.news__item{
		width: calc(296 / 750 * 100vw);
	}
	.news__item:nth-child(n+3){
		margin-top: calc(20/ 750 *100vw);
	}
	.news__subtitle{
		width: calc(296 / 750 * 100vw);
		margin-bottom: calc(10/ 350 * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.news__image{
		display: block;
		width: 100%;
	}
	.news__image img{
		width: 100%;
	}
}

/* EC_Link */
.EC_Link {
	position: relative;
}
.EC_Link .EC_title {
	width: calc(646 / 1242 * 100%);
	max-width: 230px;
	margin: 0 auto 15px auto;
}
#bannerArea .EC_Link .EC_title {
	width: calc(656 / 1010 * 100%);
}
.EC_Link .EC_btn {
	width: calc(1042 / 1242 * 100%);
	margin: 0 auto 50px auto;
}
#bannerArea .EC_Link .EC_btn {
	width: 100%;
	margin: 0 auto 50px auto;
}
.EC_Link {
/* 	z-index: 100; */
	position: relative;
}
.EC_Link .EC_btn img {
	height: auto;
}
.EC_Link .abgc{
	display: none;
}
@media screen and (min-width: 769px) {
	.EC_Link .EC_title {
		width: calc(230 / 1164 * 100%);
		margin: 0 auto 20px auto;
	}
	.EC_Link .EC_btn {
		width: calc(360 / 960 * 100%);
		margin: 0 auto;
		max-width: 360px;
	}
}

/* SP版 */
@media screen and (max-width: 768px){
	.EC_Link .EC_btn {
		width: calc(630 / 750 * 100vw);
		margin-top: calc(80 / 750 * 100vw);
		margin-bottom: 0;
	}
}


/* lineup */
#lineup .content {
	padding-top: calc(120 / 1200 * 100%);
}
#lineup .contentInner {
	width: 100%;
}
#lineup .title {
	width: calc(458 / 1200 * 100%);
	margin: 0 auto 50px auto;
}
#lineup .seriesArea {
}
#lineup .seriesArea .list {
	display: flex;
		justify-content: center;
		align-items: center;
}
#lineup .lineupBtn{
	width: calc(360 / 960 * 100%);
	margin: 80px auto 0;
	max-width: 360px;
}
#lineup .EC_Link{
	margin-top: calc(80 / 960 * 100%);
}
@media screen and (min-width: 769px) {
	#lineup .content {
	}
	#lineup .content .bg {
		padding: calc(521 / 1200 * 100%) 0 0 0;
	}
	#lineup .contentInner {
		min-width: unset;
	}
	#lineup .title {
		width: calc(458 / 1200 * 100%);
		margin: 0 auto 40px auto;
		max-width: 458px;
	}
	#lineup .seriesArea {
		margin: auto;
		max-width: 1200px;
	}
	#lineup .seriesArea .list {
		width: 100%;
		margin: auto;
	}
	#lineup .seriesArea .list .item {
		margin: 0 calc(75 / 1200 * 100%);
		width: calc(318 / 1200 * 100%);
		display: flex;
		justify-content: center;
	}
	#lineup .seriesArea .list .item a{
		/* width: 80%; */
	}
}

@media screen and (max-width: 768px){
	#lineup .content {
		padding-top: calc(120 / 750 * 100vw);
	}
	#lineup .seriesArea {
		width: 90%;
		margin: 0 auto;
	}
	#lineup .title {
		width: calc(402 / 750 * 100vw);
		margin: 0 auto calc(100 / 750 * 100vw) auto;
	}
	#lineup .seriesArea .list .item {
		/* width: calc(111 / 750 * 100vw) !important; */
		margin: 0 calc(25 / 750 * 100vw);
	}
	#lineup .lineupBtn{
		width: calc(630/750*100vw);
		margin: calc(100/750*100vw) auto 0;
		max-width: none;
	}
	#lineup .slick-track{
		align-items: center;
		justify-content: center;
	}
}

/* features: 20250206追加 */
.features{
	padding-top: calc(100 / 1200 * 100%);
}
.features__title{
	width: calc(200 / 1200 * 100%);
	margin-bottom: calc(50 / 1200 *100%);
	margin-left: auto;
	margin-right: auto;
}
.features__text{
	width: calc(906 / 1200 * 100%);
	margin: 0 auto;
}

/* SP版 */
@media screen and (max-width: 768px){
	.features{
		padding-top: calc(100 / 750 * 100vw);
	}
	.features__title{
		width: calc(260 / 750 * 100vw);
		margin-bottom: calc(60 / 750 * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.features__text{
		width: calc(565 / 750 * 100vw);
		margin: 0 auto;
	}
}

/* renewal: 20250206追加 */
.renewal{
	margin-top: calc(60 / 1200 * 100%);
}
.renewal__container{
	background-image: url(/softdrink/iyemon/img/webp/renewal_bg.webp);
	background-size: contain;
	padding: calc(68 / 1200 * 100%) calc(60 / 1200 * 100%) calc(60 / 1200 * 100%);
}
.renewal__title{
	width: calc(311 / 1080 * 100%);
	margin: 0 auto;
}
.renewal__points{
	display: flex;
	justify-content: space-between;
	margin-top: calc(40 / 1080 * 100%);
}
.renewal__point{
	width: calc(340 / 1080 * 100%);
}

/* SP版 */
@media screen and (max-width: 768px){
	.renewal{
		margin-top: calc(80 / 750 * 100vw);
	}
	.renewal__container{
		background-image: url(/softdrink/iyemon/img/webp/renewal_bg_sp.webp);
		background-size: contain;
		padding: calc(60 / 750 * 100vw) calc(30 / 750 * 100vw) calc(70 / 750 * 100vw);
		width: calc(552 / 750 * 100vw);
		margin: 0 auto;
	}
	.renewal__title{
		width: calc(381 / 750 * 100vw);
		margin: 0 auto;
	}
	.renewal__points{
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		margin-top: 0;
	}
	.renewal__point{
		width: calc(552 / 750 * 100vw);
		margin-top: calc(40 / 750 * 100vw);
	}
	.renewal__point:not(:first-child){
		margin-top: calc(30 / 750 * 100vw);
	}
}


/* fukujuen */
#fukujuen .content {
	padding: calc(98 / 1200 * 100%) 0 calc(88 / 1200 * 100%) 0;
}
#fukujuen .title {
	width: calc(171 / 1200 * 100%);
	margin: 0 auto calc(30 / 1200 * 100%) auto;
}
#fukujuen .text {
	width: calc(434 / 1200 * 100%);
	margin: 0 auto calc(40 / 1200 * 100%) auto;
}
#fukujuen .button {
	width: calc(360 / 1200 * 100%);
	margin: auto;
}
/* SP版 */
@media screen and (max-width: 768px){
	#fukujuen .content {
		padding: calc(100 / 750 * 100vw) 0;
	}
	#fukujuen .title {
		width: calc(250 / 750 * 100vw);
		margin: 0 auto calc(72 / 750 * 100vw) auto;
	}
	#fukujuen .text {
		width: calc(610 / 750 * 100vw);
		margin: 0 auto calc(80 / 750 * 100vw) auto;
	}
	#fukujuen .button {
		width: calc(610 / 750 * 100vw);
		margin: auto;
	}
}

/* bannerArea */
#bannerArea .content {
	background-color: #f3f3f3;
	padding: 50px 0 35px 0;
}
#bannerArea .list .item {
	max-width: 360px;
	margin: 0 auto 15px auto;
}
@media screen and (min-width: 769px) {
	#bannerArea .content {
		padding: 60px 0 9px 0;
	}
	#bannerArea .list {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 90%;
		max-width: 760px;
		margin: auto;
	}
	#bannerArea .list .item {
		width: 50%;
		max-width: 380px;
		margin: 0;
		padding: 0 10px 20px 10px;
		box-sizing: border-box;
	}
	#bannerArea .list .item a {
		display: block;
		width: 100%;
	}
}
