/**/
#crisp-app .block-foot-ios {
    position: absolute;
    top: 230px;
    right: 0;
}

#crisp-app .block-foot-android {
    position: absolute;
    top: 290px;
    right: 0;
}

#crisp-app .block-foot-android img {
    width: 190px;
    margin-right: -9px;
    margin-top: -15px;
}


#top-visual .top-topics {
    display: table;
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 30px;
    left: 0;
    padding: 0 280px 0 30px;
    z-index: 1;
}

#top-visual .top-topics a {
    display: table-cell;
    position: relative;
    width: 100%;
    border-radius: 3px;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
}

#top-visual .top-topics a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffd500;
    transition: 0.4s transform;
    transform-origin: bottom;
    transform: scaleY(0);
}

#top-visual .top-topics.is-shown-end a:hover p {
    color: #000;
    background: #ffd500;
}

#top-visual .top-topics a p {
    max-width: calc(100vw - 370px);
    padding: 0 30px;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    font-size: 14px;
    vertical-align: middle;
    opacity: 0;
    transform: translateY(50%);
    line-height: 50px;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

#top-visual .top-topics.is-shown a p {
    transition: 0s .4s opacity;
    opacity: 1;
}


#top-visual .top-topics.is-shown a {
    pointer-events: auto;
}

#top-visual .top-topics.is-shown a:after {
    transform: scaleY(1);
    transform-origin: bottom;
}


#top-visual .top-topics.is-shown-end a:after {
    transition: .4s transform;
    transform: scaleY(0);
    transform-origin: top;
}

#top-visual .top-topics.is-shown-end a p {
    transition: .4s transform, .5s background, color .5s;
    transform: translateY(0px);
}


.add-text {
    color: #c00;
    font-weight: bold;
}

.add-text .en {
    font-family: Graduate, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    letter-spacing: .1em;
}

#location-shops-list a {
    position: relative;
    display: inline-block;
}

#location-shops-list a .label {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    z-index: 30;
}


.to-mail-link {
    color: #000;
    text-decoration: underline;
}

.to-mail-link:hover {
    color: #ffb300;
    text-decoration: underline;
}

#terms .p1 {
    display: inline-block;
    padding-left: 1.5em;
}

#terms .section-content li {
    list-style-type: none;
    list-style-position: inside;
    counter-increment: cnt;
}

#terms .section-content li:before {
    content: "(" counter(cnt) ") ";
    margin-left: -1.5em;
}

/*---- careers ----*/

#careers-entry {
    padding-top: 90px;
    padding-bottom: 100px;
}


/*#terms .li_head{*/
/*	margin-left: -1em;*/
/*}*/

@media screen and (max-width: 640px) {
    #top #top-visual .anchor-trigger {
        right: 15px;
        bottom: 90px;
    }

    #top-visual .top-topics {
        padding: 0 15px;
    }

    #top-visual .top-topics a p {
        max-width: calc(100vw - 30px);
        padding: 0 15px;
    }

}

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

    #crisp-app .block-foot-ios,
    #crisp-app .block-foot-android {
        position: static;
        display: inline-block;
    }

    #crisp-app .block-foot-android img {
        width: 190px;
        margin-right: 0;
        margin-top: 0;
    }
/*
    .mobile #top-visual .content-bg .inner {
        background: url(/common/img/visual/delivery_sp.jpg) no-repeat 100% 50%;
        background-size: cover;
    }*/
}

/* notice */
#header {
	height: auto;
}

#logo {
	top: 0;
}

#video-sound-controll {
	top: 77px;
}

.is-opened-notice #header {
	margin-top: -60px;
}


.is-opened-notice #video-sound-controll {
    top: 77px;
}

#notice-2020-sp{
	display: none;
}

.notice-2020 {
	position: relative;
	padding-right: 60px;
	background-color: #ff3f34;
}

.notice-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: centerew;
    -ms-flex-pack: centerew;
    justify-content: center;
	width: 100%;
	height: 60px;
	padding-left: 60px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.1em;
	transition: background-color 0.5s;
}

.notice-link:hover {
	background-color: #191919;
}


.notice-link p {
	position: relative;
	display: inline-block;
	max-width: 100%;
	padding-left: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	white-space: nowrap;
}

.notice-link p:before {
	content: "";
	position: absolute;
	width: 12px;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url("../img/icons/icon_arrow_notice.svg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
}

.notice-btn {
	position: absolute;
	border: none;
	width: 60px;
	height: 60px;
	top: 0;
	right: 0;
	background-color: #ff3f34;
	transition: background-color 0.5s;

	cursor: pointer;
}

.notice-btn span {
	position: absolute;
	display: block;
	width: 14px;
	height: 2px;
	top: 50%;
	right: 0;
	left: 0;
	margin: 0 auto;
	background-color: #fff;
	transition: background-color .5s;
}

.notice-btn span:nth-of-type(1) {
	transform: rotate(45deg);
}

.notice-btn span:nth-of-type(2) {
	transform: rotate(-45deg);
}

.notice-btn:hover {
	background-color: #191919;
}

.section-info-right{
    text-align: right;
}

.section-info-sign{
    width: 200px;
}

@media screen and (max-width: 1024px) {
	#header{
		height: 100%;
	}

	#notice-2020 {
		display: none;
	}

	#notice-2020-sp{
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		display: block;
		z-index: 100;
		transition: 0.5s;
	}

	#side-bar{
		top: 0;
		transition: 0.5s;
	}

	#menu-btn{
		top: 0;
		transition: 0.5s;
	}

	#logo {
		top: 0;
	}

	.notice-link{
		padding-left: 25px;
	}


	.is-opened-notice #header {
		top: 0;
	}

	.is-opened-notice #notice-2020-sp {
		margin-top: -60px;
	}
	.is-opened-notice #side-bar {
		top: 0;
	}
	.is-opened-notice #menu-btn {
		top: 0;
	}

    .section-info-sign{
        width: 130px;
    }

}

#news .news-list .link-pdf.none:before{
    content: "" !important;
}


#gnav li {
/*    width: 14.2857142%;*/
width: 12.5%
}

@media screen and (max-width: 414px){
    #gnav li {
        width: auto;
    }
}