﻿@charset "UTF-8";
/* fade image in after load */
.lazyload {
  opacity: 0;
}
.lazyloading {
  opacity: 1;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 200ms;
}
/* トップページ 眼鏡マガジン*/
.page-top .block-top-unt-magazine-list {
  padding: 0 10px;
  margin-bottom: 60px;
}
.page-top .block-top-unt-magazine--header {
  text-align: center;
}
.page-top .block-top-unt-magazine--header .block-top-unt-magazine--header-en {
  font-size: 14px;
  line-height: 1.2;
  color: #095540;
}
.page-top .block-top-unt-magazine--header .block-top-unt-magazine--header-jp {
  font-size: 24px;
  font-weight: bold;
}
.page-top .block-top-unt-magazine-item ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 0 5px;
}
.page-top .block-top-unt-magazine-item ul li {
  margin-bottom: 10px;
}
.page-top .block-top-unt-magazine-item figure img {
  border-radius: 5px;
  vertical-align: middle;
}
.page-top .block-top-unt-magazine-item a {
  text-decoration: none;
}
.page-top .block-top-unt-magazine-item a:hover {
  opacity: .7;
  transition: all 0.3s;
}
.page-top .block-top-unt-magazine-item .block-top-ajax-magazine-txt {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #000;
}
.page-top .block-top-unt-magazine-category {
  background: #F7F7F7;
  padding: 20px 8px 20px;
  margin: 30px 0 25px;
}
.page-top .block-top-unt-magazine-category h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 15px;
  padding: 0;
}
.page-top .block-top-unt-magazine-category ul {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 5px;
}
.page-top .block-top-unt-magazine-category ul li {
  margin: 0 3px 8px 3px;
  width: calc(50% - 6px);
}
.page-top .block-top-unt-magazine-category a {
  display: block;
  padding: 0.8em 0.5em 0.75em;
  background-color: #fff;
  font-size: calc(13 / 375* 100vw);
  text-align: center;
  text-decoration: none;
  line-height: 1.45;
  color: #000;
  border: 1px solid #D9DFE2;
  border-radius: 15.25em;
  font-weight: 500;
}
.page-top .block-top-unt-magazine---link-button {
  display: block;
  width: 230px;
  margin: 0 auto;
  padding: 9px 28px;
  border: 1px solid #000;
  border-radius: 20px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.33334;
  text-align: center;
  color: #000;
  background: #FFF url(../../img/usr/common/ico_arrow_more_sp.png) center right 23px / 5.5px auto no-repeat;
}

/* お知らせ */
.block-top-unt-news {
  display: none;
  padding: 50px 0;
  background-color: #F7F7F7;
}
.block-top-unt-news-tab {
  margin: 13px 0 0;
}
.block-top-unt-news-tab-list {
  padding: 0 20px 10px 20px;
  display: flex;
  overflow-x: auto;
}
.block-top-unt-news-tab-list>li {
  flex: 0 0 auto;
}
.block-top-unt-news-tab-list>li+li {
  border-left: 2px dotted #DDD;
}
.block-top-unt-news-tab-btn {
  padding: 4px 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.33334;
  text-align: center;
  color: #888888;
  border: 0;
  background: none;
  cursor: pointer;
  position: relative;
}
.block-top-unt-news-tab-btn::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  z-index: 1;
  width: calc(100% - 15px);
  height: 2px;
  background: transparent;
  transform: translateX(-50%);
}
.is-active .block-top-unt-news-tab-btn {
  color: #095540;
}
.is-active .block-top-unt-news-tab-btn::after {
  background: #095540;
}
.block-top-unt-news-tab-bodys {
  margin-top: 10px;
  padding: 0 20px;
}
.block-top-unt-news-tab-body {
  display: none;
}
.block-top-unt-news-tab-body.is-active {
  display: block;
}
.block-top-unt-news-tab-body .info__item {
  padding: 16px 0;
  border-bottom: 1px dashed #9F9F9F;
}
.block-top-unt-news-tab-body .info__item:first-child {
  border-top: 1px dashed #9F9F9F;
}
.block-top-unt-news-tab-body .info__item__header {
  align-items: flex-start;
}
.block-top-unt-news-tab-body .info__item__header,
.block-top-unt-news-tab-body .info__item__header>ul {
  display: flex;
  gap: 6px;
}
.block-top-unt-news-tab-body .info__item__header>ul {
  flex-wrap: wrap;
  align-items: center;
}
.block-top-unt-news-tab-body .info__date {
  font-size: 15px;
  font-weight: bold;
  color: #095540;
}
.block-top-unt-news-tab-body .info__icon {
  padding: 4px 10px;
  display: block;
  font-size: 12px;
  line-height: 1;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  background: #fff;
}
.block-top-unt-news-tab-body .info__comment {
  margin-top: 10px;
}
.block-top-unt-news-tab-body .info__comment>a {
  font-size: 15px;
  color: #000;
}
.block-top-unt-news .block-top-event--link {
  margin: 25px 0 0;
}



/* -------------------------------
  メールニュース施策
---------------------------------*/
.mailnews-regist-meas--overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 10000;
	display: none;
}

.mailnews-regist-meas--modal{
	position: fixed;
	z-index: 10001;
	top: 50%;
	left: 10px;
	background: #FDFFDC;
	width: calc(100% - 20px);
	transform: translate(0, -50%);
	opacity: 0;
	height: 0;
	overflow: visible;
	display: none;
}

.mailnews-regist-meas--overlay.is-active{display: block;}
.mailnews-regist-meas--modal.is-active{
	opacity: 1;
	height: auto;
	display: block;
}

.mailnews-regist-meas--cont .mailnews-regist-meas--inner{
	position: relative;
	padding: 24px 13px 30px;
}

.mailnews-regist-meas--ttl{
	width: 80vw;
	margin: 0 auto;
}

.mailnews-regist-meas--deco{
	position: relative;
	width: 70vw;
	margin: 25px auto -10px auto;	
	z-index: 2;	
}

ul.mailnews-regist-meas--feature{
	display: flex;
	gap: 0 9px;
}

ul.mailnews-regist-meas--feature li{
  width: calc((100% - (9px * 2)) / 3);
  border: solid 2px #0A5540;
  border-radius: 5px;
  background: #fff;
  padding: 12px 10px;
}

ul.mailnews-regist-meas--feature li > div{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;  
}

ul.mailnews-regist-meas--feature li > div.mailnews-regist-meas--feature-icon{height: 70px;}

.mailnews-regist-meas--modal .mailnews-regist-meas--text{padding: 0 30px;}
.mailnews-regist-meas--modal .mailnews-regist-meas--text img{width: 100%;}


.mailnews-regist-meas--btn,
.mailnews-regist-meas--text{margin-top: 16px;}

.mailnews-regist-meas--modal.mailnews-regist-meas--cont .mailnews-regist-meas--text{padding: 0 10px;}

.mailnews-regist-meas--modal-close {
	position: absolute;
	top: -15px;
	right: -6px;
	width: 35px;
	height: 35px;
	background-color: #D6D6D6;
	border-radius: 50%;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.mailnews-regist-meas--modal-close span {display: none;}
.mailnews-regist-meas--modal-close::before,
.mailnews-regist-meas--modal-close::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 1px;
	background-color: #707070;
}

.mailnews-regist-meas--modal-close::before {transform: translate(-50%, -50%) rotate(45deg);}
.mailnews-regist-meas--modal-close::after {transform: translate(-50%, -50%) rotate(-45deg);}

/* 新規会員登録画面 */
.mailnews-regist-meas--member.mailnews-regist-meas--cont{
	background: url(/img/usr/customer/mail_news/sp_mail_news_bg.png) no-repeat;
	background-size: contain;
	width: 100%;
}

.mailnews-regist-meas--member .mailnews-regist-meas--sub{
	width: 40vw;
	margin: 0 auto;
  text-align: center;
}

.mailnews-regist-meas--member .mailnews-regist-meas--ttl{
  margin-top: 5px;
  text-align: center;
  width: 304px;
}

.mailnews-regist-meas--member .mailnews-regist-meas--text{
	width: 80vw;
	margin: 16px auto 0 auto;
  text-align: center;
}

.mailnews-regist-meas--member .mailnews-regist-meas--feature{margin-top: 20px;}
.mailnews-regist-meas--member.mailnews-regist-meas--cont .mailnews-regist-meas--inner{
	margin-bottom: 40px;
	padding: 20px 13px 23px;
}

@media (orientation: landscape) {
  .mailnews-regist-meas--member.mailnews-regist-meas--cont{background-size: cover;}
}