/* 
 * CSS 7miles
 * 
 */
/* メインビュジュアル画像*/
/*.header_visual {
	background-image: url(../images/topmain_pc.jpg);
}*/

/* fontawesome */
.e_link:after {
	font-family: "Font Awesome 5 Free";
	content: "\f08e";
	font-weight: 900;
	margin: 0 0 0 3px;
}

/*Floating banner */
.float-banner.is-follow {
	position: fixed;
	bottom: 100px;
}
.float-banner {
	display: flex;
	z-index: 2;
	right: 0;
	width: 350px;
	box-shadow: 0 0 30px rgb(0 0 0 / 15%);
}
.float-banner_text p {
	font-size: 13px;
	line-height: 1.5;
	font-weight: 400;
	white-space: nowrap;
	margin: 0 !important;
}
.float-banner_text {
	flex-basis: calc(100% - 60px);
	width: calc(100% - 60px);
	padding: 20px 28px;
	background: white;
	display: block;
}
.b_close {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	position: absolute;
	top: 6px;
	right: 6px;
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 30px;
	background: radial-gradient(circle farthest-side, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%);
}
.b_close::before, .b_close::after {
 content: "";
 position: absolute;
 top: 50%;
 left: 8px;
 width: 14px;
 border-top: 1px solid currentcolor;
}
.b_close::before {
 transform: rotate(-45deg);
}
.b_close::after {
 transform: rotate(45deg);
}
.float-banner .b_button {
	width: 100%;
	height: 36px;
	margin-top: 8px;
	font-size: 12px;
}
.b_button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	max-width: 100%;
	height: 54px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 3px;
	color: white;
	white-space: nowrap;
	background: linear-gradient(to right, #87cbee, #7f86bc);
}
.b_button:hover {
	position: relative;
	color: #0091A8;
	background: none;
}
.float-banner_image {
	flex-basis: 107px;
	width: 107px;
	margin-bottom: 0 !important;
}
.flex-container-access > div {
	width: auto;
	padding: 0 1em;
	margin-bottom: 1em;
}
#topmenu {
	background: url(../images/topmenu_bk.jpg) no-repeat;
	background-size: 100% 500px;
}
.top_menu {
	padding: 80px 96px;
	z-index: 1;
	position: relative;
	margin-top: -40px;
	background: #f2fcff;
}
.top_menu_item figure {
	text-align: center;
}
.top_menu_item > .more {
	position: absolute;
	bottom: 0;
	right: 15px;
}
.more a {
	width: 200px;
	display: flex;
	align-items: center;
	letter-spacing: .2em;
	margin-left: auto;
}
.more .l {
	flex-grow: 1;
	position: relative;
	overflow: hidden;
	margin: 0 1em -0.1em 0;
	height: 1px;
}
.more .l::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 1px;
 background: #787878;
}
/* Items */
#items .container .bg_view{    
    position: relative;
    z-index: 9; 
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}
#items .container .bg_view img {
    width: 100%;
}
#items .items_view {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
}
#items ul.flex-container li {
    width: 23%;
}
/* LightWidget WIDGET */
.lightwidget-widget {
    margin-bottom: 40px;
}

/* Shopping Guide */
#guide {
    background: #f3f1eb;
    z-index: 9; 
    width: 100vw;
}
#guide .guide-box {
        width: 80%;
        position: relative;
        margin: 80px auto 0;
        display: flex;
        justify-content: space-between;
    }
#guide .guide-box h4 {
        width: 5%;
        position: relative;
        writing-mode: vertical-rl;
        font-size: 1.6rem;
        font-weight: 400;
        letter-spacing: 0.2em;
        box-sizing: border-box;
    }
#guide .guide-box .message {
        width: 85%;
        position: relative;
    }
ul.shopping-btn {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0 20px;
  margin: 0;
}

ul.shopping-btn li {
  flex: 1;
  text-align: center;
  margin: 0 10px;
}

ul.shopping-btn a {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 10px;
  background: none; /* 装飾なし */
  border: none;
}
/* Information */
#feed {
	max-width: 720px;
	margin: 0 auto;
}
#feed dt {
	float: left;
}
#feed dd {
	margin-left: 140px;
}
.wave_icon {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 16px;
	height: 16px;
	margin-left: -8px;
}
@media (hover: hover) {
.more {
 transition: color .4s;
}
}
@media (hover: hover) {
.more .l::before, .more .l::after {
 transition: transform .4s cubic-bezier(0.16, 1, 0.3, 1);
}
}
@media (hover: hover) {
.more .l::after {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 1px;
 background: #0091a8;
}
}
@media (hover: hover) {
.more:not(:hover) .l::after {
 transform: translateX(-100%);
 transition-duration: .2s;
}
}
@media screen and (min-width: 1025px) {
/* top topmenu */
.top_menu_item {
 flex-basis: calc(33.33333% - 136px / 3);
 position: relative;
}
.top_menu_item:not(:nth-child(3n+1)) {
 margin-left: 68px;
}
}
@media only screen and (min-width: 768px) {
/* top concept */
.block-concept {
 max-width: 1110px;
 height: 480px;
 padding: 40px 0 0 0;
 margin: 0 auto;
 background: url(../images/shop.png) no-repeat;
 position: relative;
}
.block-concept .concept_text_box {
 padding-top: 60px;
 padding-left: 50%;
}

/* top topmenu */
.top_menu {
 margin-top: -64px;
 padding: 80px 96px;
}
.top_menu_list {
 display:-webkit-box;
 display:-moz-box;
 display:-ms-flexbox;
 display:-webkit-flex;
 display:-moz-flex;
 display:flex;
 -webkit-box-lines:multiple;
 -moz-box-lines:multiple;
 -webkit-flex-wrap:wrap;
 -moz-flex-wrap:wrap;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 margin-top: 48px;
}
.top_menu_item {
 flex-basis: calc(33.33333% - 64px / 3);
}
.top_menu_item:not(:nth-child(3n+1)) {
 margin-left: 32px;
}
}
.flex-container-access {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack:justify;
	-moz-box-pack:justify;
	-webkit-flex-pack:justify;
	-moz-flex-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;
	flex-wrap: wrap;
	justify-content: center;
}
/* ==============================
   Footer
   ============================== */
.footer-inner {
	display: flex;
	padding-top: 36px;
	justify-content: space-between;
}
/*.footer_grid_box {
     display:grid;
     grid-template-rows: 50px 50px;
     grid-template-columns: 150px auto 350px;
}
.footer_logo {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
	text-align: center;
}
.footer_logo img{
	 width: 100px;
 }
 
.footer_sns {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
	align-self: end;
}
 
.footer_info {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
	font-size: 14px;
}
.footer_copy {
    grid-row: 2 / 3;
    grid-column: 3 / 4;
}
}*/
@media screen and (max-width: 767px) {

.float-banner.is-follow {
	bottom: 20px;
}
/* top concept */
.block-concept {
	padding: 0 0 10.66667vw 0;
	background: url(../images/shop_sp.png) no-repeat;
	position: relative;
	width: 100%;
	max-width: 480px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.block-concept .concept_text_box:before {
	content: "";
	display: block;
	background-size: cover;
	width: 100%;
	height: 100vw;
	height: 580px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.block-concept .concept_text_box {
	position: relative;
}
/* top topmenu */
#topmenu {
	background: url(../images/topmenu_bk_sp.png) no-repeat;
	background-size: 100% auto;
}
.top_menu {
	margin-top: -34px;
	padding: 40px;
}
.top_menu_item {
	height: auto;
}
.top_menu_item:not(:first-child) {
 margin-top: 40px;
}
.pw-md-40 {
	padding: 0 40px;
}
.top_menu_item > .more {
	position: static;
}
.more a {
	margin-left: auto;
}
.small_banner {
	max-width: 160px;
}
.footer_logo {
	float: left;
}
.footer_logo img {
	width: 130px;
}
.small_banner {
	max-width: 140px;
}
grid {
	　　display: grid;
	　　grid-template-columns: 1fr;
}
.footer_grid_box {
	font-size: 14px;
}
.footer_sns {
	align-self: center;
}
#feed dt {
	float: none;
}
#feed dd {
	margin-left: 0;
}
}
 @media only screen and (max-width: 480px) {
/* float-banner */
.float-banner {
 left: 12px;
 width: calc(100% - 24px);
}
/* top concept */
.block-concept .concept_text_box:before {
 height: 530px;
}
/* top topmenu */
#topmenu {
 background: url(../images/topmenu_bk_sp.png) no-repeat;
 background-size: 100% auto;
}
.header_visual {
 background-image: url(../images/topmain_sp.jpg);
}
.bottom {
 position: relative;
 bottom: 0;
}
.full_visual {
 background-image: url(../images/shop_sp.jpg);
 width: 100%;
 max-height: 380px;
 background-attachment: scroll;
}
.footer_logo {
 float: none;
 text-align: center;
 margin: 0 auto;
}
.footer_logo img {
 width: 100%;
 max-width: 100px;
}
.footer_sns {
 padding-top: 16px;
}
}
.logo_wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
}
/*#wrap {
	width: 0;
	overflow: hidden;
	transition: 5s linear;
	transition: 5s cubic-bezier(.4, 0, .2, 1);
}

#wrap.zoomin.is-animated {
  animation: zoomIn 3s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

#wrap.is-show {
	width: 100%;
	max-width: 680px
}*/
.anim-box.fadein.is-animated {
	animation: fadeIn 1.2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
 @keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@media only screen and (max-width: 767px) {
#wrap.is-show {
 width: 100%;
}
#wrap.is-show img {
 width: 420px;
}
.logo_wrap img {
 width: 420px;
}
}
@media only screen and (max-width: 480px) {
#wrap.is-show {
 width: 100%;
}
#wrap.is-show img {
 width: 240px;
}
.logo_wrap img {
 width: 240px;
}
}
/*スクロールダウン全体の場所*/
.scrolldown {
	　　position:absolute;
	bottom:1%;
	right:50%;
	/*矢印の動き1秒かけて永遠にループ*/
　　animation: arrowmove 1s ease-in-out infinite;
}
/*Scrollテキストの描写*/
.scrolldown span {
	/*描画位置*/
	position: absolute;
	left:-20px;
	bottom:10px;
	/*テキストの形状*/
	color: #3f51b5;
	background: #fff;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
/* 矢印の描写 */
.scrolldown:before {
	content: "";
	/*描画位置*/
    position: absolute;
	bottom: 0;
	right: -6px;
	/*矢印の形状*/
    width: 1px;
	height: 20px;
	background: #adb5bd;
	background: #fff;
	transform: skewX(-31deg);
}
.scrolldown:after {
	content:"";
	/*描画位置*/
	position: absolute;
	bottom:0;
	right:0;
	/*矢印の形状*/
	width:1px;
	height: 50px;
	background:#adb5bd;
	background: #fff;
}
/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove {
 0% {
bottom:1%;
}
 50% {
bottom:3%;
}
 100% {
bottom:1%;
}
}

/* ==============================
   Contets　Pages
   ============================== */

@media screen and (min-width: 769px)　 {
.about-everyday-feature-wrapper {
 padding-top: 92px;
}
}
.about-everyday-feature-wrapper {
	padding-top: 62px;
}

/* ==============================
   Item　Ares
   ============================== */

.lineup h2 span {
    font-size: 17px;
}

.lineup .sec-main .card-sec .inner {
    width: calc(100% - 180px);
    width: 100%;
    margin: 100ox auto 0;
}
.lineup .sec-main .card-sec .inner .card-content:nth-of-type(1) {
    margin-top: 0;
}
.lineup .sec-main .card-sec .inner .card-content {
    width: 100%;
    margin-top: 80px;
    padding: 40px 80px;
    padding: 40px 0;
    border-radius: 35px;
    background: #fff;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    position: relative;
    opacity: 1;
    transform: scale(1) rotateX(0);
}
.lineup .sec-main .card-sec .inner .card-content:before {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 80px);
    background: rgba(112, 112, 112, 0.3);
    left: 50%;
    transform: translateX(-50%);
}
.lineup .sec-main .card-sec .inner .img {
    width: calc(50% - 30px);
}
.lineup .sec-main .card-sec .inner .img figure {
    margin: 1rem 0;
}
.lineup .sec-main .card-sec .inner .card-content .ttl {
    width: calc(50% - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.lineup .sec-main .card-sec .inner .card-content .ttl h2 {
    font-size: 30px;
    margin-bottom: 40px;
    line-height: 1.5;
}
.lineup .sec-main .card-sec .inner .card-content .ttl .text-detail {
    color: #003986;
    margin-bottom: 30px;
}
.lineup .sec-main .card-sec .inner .card-content .ttl .text-detail p {
    font-size: 17px;
    line-height: 2;
}