@charset "utf-8";
/* CSS Document */

/***********************************************************************
共通　css
***********************************************************************/

/* 基本
------------------------------------------- */
html, body {
    height: 100%;
}
/* font
------------------------------------------- */
html {
    font-size: 62.5%;
}
body {
    font-family: "Roboto", sans-serif;
    color: #222;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: .05em;
    line-height: 2.1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-print-color-adjust: exact;/*ブラウザのデフォルト設定が「背景の色・画像を印刷しない」を印刷に対応*/
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-family: 'Noto Sans Japanese', serif;
    word-break: break-all;/*はみ出してしまうurlを折り返す*/
}
dd, ol, p, ul {
    margin: 0 0 24px;
    margin: 0 0 2.4rem;
}
/* clearfix
------------------------------------------- */
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content : '';
    display : block;
    clear : both;
    height: 0;
    visibility: hidden;
}
/* reset
------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}
a {
    color: #222;
    text-decoration: none;
}
a:hover {
    opacity: 0.8;
/*    color: #222;*/
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
button {
    outline: none;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
article, aside, canvas, footer, header, hgroup, nav, section, figure, figcaption {
    display: block;
    margin: 0;
    padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
q:before, q:after {
    content: '';
}
object, embed {
    vertical-align: top;
}
hr, legend {
    display: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
img, abbr, acronym, fieldset {
    border: 0;
    vertical-align: bottom;
}
li {
    list-style-type: none;
}
/* ページ共通
------------------------------------------- */
img { /* 画像を幅によって可変させる*/
    max-width: 100%;
    height: auto;
}
.ie8 img { /* ie8ではmax-width：100％にバグがあるので、ie8のみwidth:auto;を適用する*/
    width: auto;
}
.res_img {
    width: 100%;
    height: auto;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe[style] {
    width: 100% !important;
}
.facebook .res_img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.wrapper {
    overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-weight: 500;
    line-height: 1.1
}
.pdt_20 {
    padding-top: 20px;
}
.ptb_40 {
    padding-bottom: 40px;
}
.pdt_30 {
    padding-top: 30px;
}
.pdb_20 {
    padding-bottom: 20px;
}
.pdb_25 {
    padding-bottom: 25px;
}
/* Noto Sans Japanese webフォントの太さ指定
------------------------------------------- */

.fw100 {
    font-weight: 100;
}
.fw200 {
    font-weight: 200;
}
.fw300 {
    font-weight: 300;
}
.fw400 {
    font-weight: 400;
}
.fw500 {
    font-weight: 500;
}
.fw600 {
    font-weight: 600;
}
.fw700 {
    font-weight: 700;
}
.fw800 {
    font-weight: 800;
}
.fw900 {
    font-weight: 900;
}
/* ページ共通
------------------------------------------- */
img { /* 画像を幅によって可変させる*/
    max-width: 100%;
    height: auto;
}
.ie8 img { /* ie8ではmax-width：100％にバグがあるので、ie8のみwidth:auto;を適用する*/
    width: auto;
}
.res_img {
    width: 100%;
    height: auto;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe[style] {
    width: 100% !important;
}
.facebook .res_img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.wrapper {
    overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-weight: 500;
    line-height: 1.1
}
.pdt_20 {
    padding-top: 20px;
}
.ptb_40 {
    padding-bottom: 40px;
}
.pdt_30 {
    padding-top: 30px;
}
.pdb_20 {
    padding-bottom: 20px;
}
.pdb_25 {
    padding-bottom: 25px;
}
/* Noto Sans Japanese webフォントの太さ指定
------------------------------------------- */

.fw100 {
    font-weight: 100;
}
.fw200 {
    font-weight: 200;
}
.fw300 {
    font-weight: 300;
}
.fw400 {
    font-weight: 400;
}
.fw500 {
    font-weight: 500;
}
.fw600 {
    font-weight: 600;
}
.fw700 {
    font-weight: 700;
}
.fw800 {
    font-weight: 800;
}
.fw900 {
    font-weight: 900;
}
/*----------------------------------------
	 PC ページトップへ
----------------------------------------*/
#page-top {
    display: block;
    position: fixed;
    z-index: 9999;
    bottom: 10px;
    right: 20px;
    padding: 0px;
    opacity: 0.8;
}
#page-top:hover {
    opacity: 0.8;
}
/***********************************************************************
PC 用　トップページ　　599px以上
***********************************************************************/
/*----------------------------------------
	 PC用共通
----------------------------------------*/

body {
    overflow-x: hidden;
}
#container {
    position: relative;
}
.wrap {
    margin: 0 auto;
    max-width: 980px;
}
a:hover {
    color: #0a121e;
    -webkit-transition: top 0.25s;
    transition: top 0.25s;
}

@media only screen and (min-width: 600px) and (max-width: 980px) {
.wrap_inner {
    width: 95%;
    margin: 0 auto;
}
}
/*----------------------------------------
	 PC ヘッダー
----------------------------------------*/

header {
    position: relative;
    width: 100%;
}
header div {
    position: relative;
}
header a:hover {
    opacity: 0.6;
}
header .page-header-clone a:hover {
    opacity: 0.6;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

/***********************************************************************
PC 用　トップページ　　599px以上
***********************************************************************/
/*----------------------------------------
	 PC用共通
----------------------------------------*/

@media (min-width: 1200px) {
.container {
    width: 100%;
}
}

@media (min-width: 992px) {
.container {
    width: 100%;
}
}

@media (min-width: 768px) {
.container {
    width: 100%;
}
.display_sp {
    display: none;
}
}
#container {
    position: relative;
    border-left: #fac43a 10px solid;
}
.wrap {
    margin: 0 auto;
    max-width: 980px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.wrap_inner {
    width: 95%;
    margin: 0 auto;
}
}
/*----------------------------------------
	 PC メインビジュアル
----------------------------------------*/
#cover {
    width: 97%;
    margin: 0 auto;
    padding-top: 6%;
}

/*----------------------------------------
	 PC スライド画像
----------------------------------------*/

@media only screen and (min-width: 1480px) {
.mainVisual .bxslider div {
}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
}

@media only screen and (min-width: 1025px) and (max-width: 1479px) {
}
/* PC スライド　bxSlider の CSSページャーカスタマイズ
----------------------------------------*/
#top .bx-wrapper .bx-viewport {
    box-shadow: none;
    border: none;
    background: none;/*上記をコメントアウトしてスライド周りのシャドウとボーダーを削除*/
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
    left: 0;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: unset!important;
}
/*----------------------------------------
	 PC ヘッダー
----------------------------------------*/

header {
    position: relative;
    width: 100%;
}
header div {
    position: relative;
}
header a:hover {
    opacity: 1;
}
header .page-header-clone a:hover {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
#top .page-header {
    margin: 0;
    border: none;
    padding: 0;
}

@media only screen and (min-width: 1235px) {
#cover {
    width: 1235px;
    margin: 0 auto;
    padding-top: 55px;
}
#top .header-nav06 {
    width: 204px!important;
}
}
.bx-wrapper img {
    width: 100%;
    display: block;
}
#top .header_logo {
    z-index: 9999;
    position: absolute;
    top: 30px;
    left: 40px;
    width: 20%;
}
#header {
    padding-top: 20px;
}
.globalnavi {
    float: right;
    width: 74.6%;
    height: 80px;
}
#top .header-nav06 {
    width: 15.9%;
    position: absolute;
    top: auto;
    right: 0;
}
.globalnavi ul li {
    float: left;
    width: 16%;
}
.globalnavi ul li a {
    width: 141px;
    height: 71px;
    overflow: hidden;
}
.globalnavi ul li a img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.globalnavi ul li a:hover img {
    opacity: .5;
}

@media only screen and (min-width: 1200px) {
.globalnavi ul li.about a:hover {
    background: url("../images/gnavi_about_h.svg");
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
}
.globalnavi ul li.stick a:hover {
    overflow: hidden;
    background: url("../images/gnavi_stick_h.svg");
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
}
.globalnavi ul li.category a:hover {
    overflow: hidden;
    background: url("../images/gnavi_category_h.svg");
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
}
.globalnavi ul li.pickup a:hover {
    overflow: hidden;
    background: url("../images/gnavi_pickup_h.svg");
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
}
.globalnavi ul li.contact a:hover {
    overflow: hidden;
    background: url("../images/gnavi_contact_h.svg");
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
}
}
/*
	 ステッキー状態のスタイル
----------------------------------------*/

.page-header.sticky {
    position: fixed;
    top: 0;
}
/* Sticky header (clone) */
body .page-header-clone {
    background-color: rgba(255, 255, 255, 1.0);
    position: fixed;
    height: 65px;
    z-index: 9999;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    -webkit-transition: top 0.25s;
    transition: top 0.25s;
}
.page-header-clone h1 img.display_defult {
    display: block;
}
.page-header-clone > .inner {
    margin: 0 auto;
    width: 98%;
}
.page-header-clone.visible {
    top: 0;
    width: 100%;
    height: 70px;
    overflow: hidden;
}
#top .page-header-clone .header_logo {
    z-index: 9999;
    position: absolute;
    top: 10px;
    left: 20px;
    width: 20%;
}
.page-header-clone li.header-nav:first-child {
    margin: 0px;
}
#home .page-header-clone .header_logo {
    float: left;
    width: 19%;
    padding-top: 15px;
    position: static;
    margin-left: 0;
}
.page-header-clone div.inner.clearfix .header_logo a {
    cursor: pointer;
}
.page-header-clone div.inner.clearfix .header_logo a img {
    width: 250px;
}
#home .page-header-clone div.inner.clearfix .globalnavi {
    float: right;
    width: 80%;
}
#home .page-header-clone .globalnavi .headernavi {
    width: 100%;
    float: none;
}
.page-header-clone div.inner.clearfix .globalnavi {
    float: right;
    width: 80%;
}
.page-header-clone .globalnavi .headernavi {
    width: 100%;
}
.page-header-clone #header {
    padding-top: 0px;
}
/*----------------------------------------
	 PC トップページ
----------------------------------------*/
#main_content {
    padding-top: 60px;
}
#top #concept {
    padding-top: 65px;
}
section#concept, section#stick, section#category, section#item, section#pickup, section#link, #banner {
    padding-bottom: 80px;
    position: relative;
}
section#store_col {
    padding-bottom: 55px;
}
#top h2 {
    padding-bottom: 30px;
    position: relative;
    text-align: center;
}
.concept01 {
    width: 91.8%;
    margin: 0 auto;
}
.stick_text {
    width: 76.4%;
    margin: 0 auto;
    padding-bottom: 10px;
}
.link_btn {
    text-align: center;
}
.concept02 {
    position: relative;
}
.concept01 .img_left {
    float: left;
    width: 50%;
}
.concept01 .img_right {
    width: 46.9%;
    float: right;
}
#stick h2 {
    text-align: center;
}
.store_image_col li {
    padding: 0;
    padding-right: 3.5%;
    padding-bottom: 20px;
}
.store_image_col li:last-child {
    margin: 0;
    padding-left: 3.5%;
    padding-right: 0;
}
.store_image_col li:nth-child(3) {
    padding: 0;
    padding-right: 0;
}
.top_concept_image_inner {
    position: relative;
}
#stick .store_cel {
    padding: 0;
    color: #fff;
}
#category .stick_text {
    padding-bottom: 20px;
    text-align: center;
}
h3.ty-lead {
    padding-bottom: 20px;
}
/*----------------------------------------
	 メニューボタン　ホバーアニメーション
----------------------------------------*/
ul.store_image_col li a div span {
    position: absolute;
    bottom: 30%;
    left: 50%;
    z-index: 999;
    display: block;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    transform: translate3d(0px, 6px, 0px) !important;
    -webkit-transform: translate3d(0px, 6px, 0px) !important;
    -moz-transform: translate3d(0px, 6px, 0px) !important;
    -ms-transform: translate3d(0px, 6px, 0px) !important;
    -o-transform: translate3d(0px, 6px, 0px) !important;
    transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -moz-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -ms-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -o-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    opacity: 0;
    margin-left: -146px;
}
ul.store_image_col li a div {
    background: #231815;
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul.store_image_col li a div img {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -ms-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
ul.store_image_col li a div:hover img {
    opacity: .4;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
ul.store_image_col li a div:hover span {
    bottom: 30%;
    opacity: 1;
}
ul.store_image_col li a div:hover span img {
    opacity: 1;/*span要素の画像が透明にならないように*/
    transform: scale(1);/*span要素の画像が拡大されないように*/
}
.category_cel h3 {
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -128px;
    width: 79%;
}
.category_cel {
    position: relative;
}
.category_cel p {
    position: absolute;
    top: 220px;
    left: 10%;
    width: 80%;
    text-align: center;
}
.category_cel li {
    position: relative;
}
.category_cel li:first-child:after {
    position: absolute;
    content: "";
    background: url(../../images/top_category_image01.png);
    background-size: 320px 217px;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 320px;
    height: 217px;
    top: -110px;
    right: 0%;
    z-index: 1;
}
.category_cel li:last-child:after {
    position: absolute;
    content: "";
    background: url(../../images/top_category_image02.png);
    background-size: 68px 174px;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 68px;
    height: 174px;
    top: -80px;
    right: 7%;
    z-index: 1;
}
#item .stick_text {
    padding-top: 20px;
    padding-bottom: 50px;
}
.pickup_image02 li {
    float: left;
    width: 49%;
    margin-right: 2%;
}
.pickup_image02 li:last-child {
    margin-right: 0px;
}
.pickup_image {
    padding-bottom: 10px;
}
#pickup h3 {
    text-align: center;
    position: relative;
}
#pickup h3:after {
    position: absolute;
    content: "";
    background: url(../../images/stick_icon.svg);
    background-size: 62px 68px;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 62px;
    height: 68px;
    top: -8px;
    left: -8%;
    z-index: 1;
}
#pickup .pickup_btn {
    text-align: center;
    padding-top: 30px;
}
#pickup .concept01 {
    padding-bottom: 60px;
}
#banner ul li {
    padding: 0;
    padding-bottom: 20px;
    padding-right: 1%;
}
#banner ul li:nth-child(even) {
    padding-left: 1%;
    padding-right: 0px;
}
.fotnavi ul li {
    display: inline-block;
    float: left;
    padding: 0 20px;
    width: 19%;
}
.fotnavi {
    width: 83.5%;
    margin: 0 auto;
    padding-bottom: 30px;
}
footer {
    position: relative;
}
.footer_logo {
    padding: 25px 0px 60px 0px;
    position: relative;
    line-height: 0;
}
.font_bold {
    font-weight: bold;
}
.copy {
    font-size: 1.0rem;
    text-align: center;
    padding-bottom: 10px;
}
footer .container {
    padding: 0;
    margin: 0;
    position: relative;
}
.social {
    position: absolute;
    bottom: 120px;
    right: 40px;
    width: 82px;
}
.social li {
    float: left;
    width: 30px;
}
.social li:nth-child(1) {
    padding: 0;
    margin-right: 25%;
}

/***********************************************************************
--------PC 用　トップページ　992px以上--------end
***********************************************************************/

/***********************************************************************
PC 用　下層ページ　992px以上
***********************************************************************/

/*----------------------------------------
	メインビジュアル タブレット
----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
#top .bx-wrapper .bx-viewport {
    height: 480px!important;
}
#top .mainVisual .bxslider div {
    background-size: 1024px auto;
}
#top .h_bg01 {
    height: 480px;
    background-position: 71% -50px;
}
#top .h_bg02 {
    height: 480px;
    background-position: 41% -100px;
}
#top .h_bg03 {
    height: 480px;
    background-position: 36% -100px;
}
#top .h_bg04 {
    height: 480px;
    background-position: 36% top;
}
.page-header-clone.visible {
    top: 0;
    width: 100%;
    height: 65px;
    overflow: hidden;
}
.md_col {
    width: 68%;
    margin: 0 auto;
}
#top .header-nav06 {
    width: 15.9%;
    position: absolute;
    top: auto;
    right: 0;
}
.category_cel h3 {
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -100px;
    width: 200px;
}
.category_cel li:first-child:after {
    position: static;
    content: none;
}
.category_cel li:last-child:after {
    position: static;
    content: none;
}
.category_cel p {
    position: absolute;
    top: 60%;
    left: 10%;
    width: 80%;
    text-align: center;
	line-height: 1.6;
}
#top .page-header-clone .header_logo {
    z-index: 9999;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 18%;
}
.concept01 {
    width: 100%;
    margin: 0 auto;
}
.concept01 .img_right {
    width: 49%;
    float: right;
    padding: 0;
}
.col2 .img_left {
}
#pickup h3:after {
    position: absolute;
    content: "";
    background: url(../../images/stick_icon.svg);
    background-size: 40px auto;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 40px;
    height: 68px;
    top: 0px;
    left: -5%;
    z-index: 1;
}
#banner ul {
    margin: 0;
}
section#concept, section#stick, section#category, section#item, section#pickup, section#link, #banner {
    padding-bottom: 80px;
    position: relative;
    width: 94%;
    margin: 0 auto;
}
.page-header-clone #header {
    padding-top: 4px;
}
ul.store_image_col li a div span {
    position: absolute;
    bottom: 30%;
    left: 50%;
    z-index: 999;
    display: block;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    transform: translate3d(0px, 6px, 0px) !important;
    -webkit-transform: translate3d(0px, 6px, 0px) !important;
    -moz-transform: translate3d(0px, 6px, 0px) !important;
    -ms-transform: translate3d(0px, 6px, 0px) !important;
    -o-transform: translate3d(0px, 6px, 0px) !important;
    transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -moz-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -ms-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -o-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    opacity: 0;
    margin-left: -150px;
    width: 200px;
    margin-left: -100px;
}
}

/***********************************************************************
SP 用ページ　767px以下
***********************************************************************/


@media print, screen and (max-width: 767px) {
/***********************************************************************
スマホ 用　共通　767px以下
***********************************************************************/
/*----------------------------------------
	スマホ用　共通
----------------------------------------*/
/*html {
    overflow: auto;
}*/
body {
    min-width: 320px;
    font-size: 14px;
    font-size: 1.4rem;
    min-width: 320px;
    background-color: #fff;
    line-height: 1.5em;
}
/*.display_sp {
	display: block;
}*/

.res_img {
    height: auto;
    width: 100%;
}
.sp_wrap {
    width: 95%;
    margin: 0 auto;
}
.sp_inner {
    width: 92%;
    margin: 0 auto;
}
.sp_text {
    padding-top: 2.0rem;
    padding-bottom: 3.6rem;
}
img { /* 画像を幅によって可変させる*/
    max-width: 100%;
    height: auto;
}
#page-top {
    display: block;
    position: fixed;
    z-index: 9999;
    bottom: 10px;
    right: 0px;
    width: 60px;
    padding: 0px;
    opacity: 0.8;
}
body .ty-lead {
    font-size: 1.8rem;
    line-height: 1.6;
}
a {
    opacity: 1.0;
    outline: none;
    cursor: pointer;
    text-decoration: none;
}
a {
    outline: none;
}
a:hover {
    opacity: 1.0;
    outline: none;
    cursor: pointer;
    text-decoration: none;
}
button {
    outline: none;
}
/*----------------------------------------
メインビジュアル スマホ
----------------------------------------*/

/*----------------------------------------
	メニューボタン
----------------------------------------*/
.modal-content {
    margin: 0 auto;
    text-align: center;
    padding-top: 15%;
}
.modal-content ul {
    list-style: none;
    padding: 0;
}
.modal-content li a {
    color: #fff;
    text-decoration: none;
}
.close-content01 {
    position: absolute;
    top: 5px;
    right: 3px;
    z-index: 99;
}
.close-content01 img {
    width: 40px;
    height: 48px;
    margin-top: 10px;
    margin-right: 25px;
}
.close-content01 {
    color: #fff;
    display: block;
    position: absolute;
    top: 5px;
    right: 5.4%;
    width: 43px;
}
.modal-content li.h_menu_info {
    width: 76%;
    line-height: 1.0em;
}
.spmenu_logo {
    padding-top: 2rem;
}
.spmenu_tel {
    padding-top: 3rem;
}
.modal-content {
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
    background-color: #fff;
    opacity: 0.8;
    border: none;
    border-radius: 0px;
    height: 100%;
}
.modal-content li {
    text-align: center;
    font-size: 14px;
    padding-bottom: 5px;
}
.modal-content li a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}
.close-content01 img {
    margin-top: 20px;
}
.md_title {
    padding-bottom: 20px;
    width: 150px;
    margin: 0 auto;
}
.modal-content ul {
    list-style: none;
    padding: 0;
}
.close-content01 img {
    width: 43px;
    height: 48px;
    margin-top: 9px;
    margin-right: 0px;
}
#fmfi {
    position: fixed;
    top: 9px;
    z-index: 9999;
    width: 45px;
    right: 13px;
}
body .page-header-clone {
    display: none;
}
.splogo {
    height: 7.5rem;
    background: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    opacity: 1.0;
    margin: 0;
}
#cover {
    width: 97%;
    margin: 0 auto;
    padding-top: 21%;
}
#page-top {
    display: none;
}
.display_pc {
    display: none!important;
}
.splogo a {
    width: 120px;
    margin: 0 auto;
    display: block;
}
.splogo img {
    width: 100%;
    padding-top: 10px;
}
#top #concept {
    padding-top: 1.8rem;
    padding-bottom: 3.6rem;
    position: relative;
}
#top h2 {
    width: 50%;
    margin: 0 auto;
    margin-top: 3.6rem;
    margin-bottom: 3.6rem!important;
    padding: 0;
}
#concept p {
    padding-bottom: 20px;
    font-size: 1.2rem;
}
h3.ty-lead {
    padding-bottom: 20px;
}
.concept01 {
    width: 100%;
}
section#concept, section#stick, section#category, section#item, section#pickup, section#link, #banner {
    padding: 0;
    padding-bottom: 3.6rem;
    position: relative;
}
#concept .concept01 .img_left, .concept02 .img_left {
    float: none;
    width: 80%;
    margin: 0 auto;
}
.stick_text {
    padding-bottom: 20px;
    font-size: 1.2rem;
    width: 100%;
}
#item .stick_text {
    padding-top: 20px;
    padding-bottom: 10px;
}
.category_cel li:first-child:after {
    position: static;
    content: none;
}
.category_cel li:last-child:after {
    position: static;
    content: none;
}
.category_cel h3 {
    position: absolute;
    top: 16%;
    left: 50%;
    margin-left: -60px;
    width: 120px;
}
.category_cel p {
    position: absolute;
    top: 60%;
    left: 10%;
    width: 80%;
    text-align: center;
    font-size: 1.0rem;
    line-height: 1.4;
}
.category_cel li {
    position: relative;
    padding: 5px;
}
.store_image_col li {
    padding: 0;
    padding-right: 3.5%;
    padding-bottom: 20px;
}
.store_image_col li:nth-child(3) {
    padding: 0;
    padding-right: 3.5%;
    padding-bottom: 20px;
}
.store_image_col li:nth-child(even) {
    padding: 0;
    padding-right: 0;
    padding-bottom: 20px;
}
.link_btn {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
#pickup h3 {
    text-align: center;
    position: relative;
    width: 80%;
    margin: 0 auto;
}
#pickup h3:after {
    position: static;
    content: none;
}
#pickup .pickup_btn {
    text-align: center;
    padding-top: 10px;
    width: 150px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.concept01 .img_left {
    float: left;
    width: 100%;
    padding: 0;
}
.concept01 .img_right, .concept01 .img_left {
    width: 100%;
    float: none;
    padding: 0;
    font-size: 1.2rem;
}
#banner ul {
    margin: 0;
}
.copy {
    padding-bottom: 10px;
}
footer .container {
    padding: 0;
    margin: 0;
}
#top footer h2.footer_logo {
    width: 50%;
    margin: 0!important;
    padding: 0;
    margin: 0 auto!important;
    padding-bottom: 20px;
}
.social {
    text-align: center;
    position: static;
    margin: 0 auto;
    width: 74px;
    padding-bottom: 10px;
}
.social li:nth-child(1) {
    padding: 0;
    margin-right: 18%;
}
}

/***********************************************************************
--------SP 用　トップページ　
	最新追加　991px以下--------
***********************************************************************/
@media print, screen and (max-width: 991px) {
#top #concept .concept01 h2 {
    padding-top: 20px;
    position: absolute;
    top: 238px;
    left: 0px;
    z-index: 99;
    width: 31%;
}
#top #concept .concept02 h2 {
    position: absolute;
    top: 220px;
    right: 0px;
    z-index: 99;
    width: 27%;
}
#top .concept_title {
    width: 55.2%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 30px;
}
.store_cel_title {
    padding-left: 0px;
    width: 80%;
    margin: 0 auto;
    height: 80px;
}
.store_image_cell .inner {
    padding: 10px;
    height: auto;
}
.store_image_col h3 {
    padding-bottom: 0px;
    height: 140px;
}
footer .f_logo {
    width: 10.4%;
    float: right;
    padding: 0;
    padding-top: 30px!important;
}
}
