@charset "UTF-8";

.wrapper {
    line-height: 0;
}

.fr-pagetop {
    z-index: 99;
}

.main_inner {
    max-width: 768px;
    margin: 0 auto;
    background-color: #fff;
    padding: 0;

    font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, Hiragino Sans, Noto Sans CJK JP, Osaka, Meiryo, メイリオ, MS PGothic, ＭＳ Ｐゴシック, YuGothic, Yu Gothic, Hiragino Sans GB, Helvetica Neue, HelveticaNeue, Helvetica, Noto Sans, Roboto, Arial, Arial Unicode MS, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6em;
}

img {
    object-fit: contain;
}

footer .fr-globalFooter {
    margin-top: 0 !important;
}

section {
    margin-bottom: 60px;
}

.list-note {
    margin: 0 1em 0 2em;
    padding-bottom: 1em;
}

.list-note li {
    text-indent: -1em;
    margin-bottom: 0.5em;
}

.list-note li:before {
    content: "※";
}

.banner-container {
    width: 90%;
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 20px auto 45px auto;
}

.banner-box {
    width: 100%;
    margin-bottom: 20px;
}

p.text {
    padding: 0 1em;
    margin-bottom: 1em;
}

.header-containter {
    position: relative;
    background: transparent;
    max-width: 768px;
    margin: 0 auto;
    z-index: 50;
}

.header_inner {
    position: relative;
    padding: 10px;
}

.header_logo {
    width: 30px;
    height: 30px;
}

/* contents */
h2 {
    text-align: center;
    font-size: 1.3em;
    margin-bottom: 1em;
    font-weight: 300;
}

.mv-container{
    position: relative;
}

.mv-text{
    position: absolute;
    bottom: 0;
    margin: 5% 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333;
}

.mv-text >* {
    margin-bottom: 1em;
    text-align: center;
}

.mv-text h1 img {
    width: 60%;
    align-items: center;
}

h2.mv-text_sub {
    font-size: 1em;
    margin-bottom: 2em;
}

.lead h2{
    font-size: 1.5em;
}

.lead h2::before {
	content: "";
	width: 1px;
	height: 2em;
	background: #555;
	margin: 0 auto 1em;
	display: block;
}

.lead-text {
    font-size: 1.15em;
    line-height: 1.6em;
    padding: 0 1.5em 0.7em;
    text-align: center;
}

.contents h2::after {
    content: "";
    width: 4em;
    height: 1px;
    background: #555;
    margin: 1em auto 2em;
    display: block;
}

.flex-item_text,
.flex-item_img {
    width: 100%;
    margin-bottom: 20px;
}

.flex-item_text {
    padding: 0 1em;
}

.flex-box {
    display: flex;
    flex-direction: column;
}

.contents_box {
    margin-bottom: 40px;
}

.img-function{
    width: 90%;
    margin: 1.5em auto 0;
}

.item-container{
    margin: 1.5em 0;
}

.item-container h3{
    font-size: 1.2em;
    margin-bottom: 1em;
}

.sf_bff_products_inner li .sf_bff_products_colorchip span {
    line-height: 0;
}

.sf_bff_products_inner ul {
    margin-bottom: 0;
}

.item-product .sf_bff_price_flags{
    display: none;
}



/* pc */

@media screen and (min-width: 750px) {
    .sp-only {
        display: none;
    }

      .main_inner {
        font-size: 15px;
      }

      section {
        margin-bottom: 100px;
      }

      p.text{
        padding: 0;
      }



  .list-note {
    margin: 0 1em;
  }

  .banner-container {
    width: 45%;
  }

  .banner-container.eventbanner {
    max-width: 650px;
    width: 100%;
  }

    .flex-box {
        flex-direction: row;
        justify-content: space-between;
    }

    .flex-item_img{
        width: 40%;
    }

    .flex-item_text {
        width: 60%;
    }

    /* .contents_box:nth-of-type(even)  .flex-box{
        flex-direction: row-reverse;
    } */

    .img-function{
        width: 75%;
    }
}