@charset "utf-8";
/* ===================================================================
 style.css
======================================================================*/

/*---------------------------------------------------------
 フレーム
-----------------------------------------------------------*/
.f_contents {
  width: 100%;
  max-width: 
}
.f_inner {
  width: 50%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

@media screen and (max-width: 640px) {
  .f_inner {
    width: 100%;
  }
}

/* 動画
-------------------------------------------------*/
.f_movie {
  min-height: 360px;
  margin: 0 auto;
  background: url("../img/logo_ac.png") no-repeat 50% 30%;
}
.f_movie > div {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 640px) {
  .f_movie {
    min-height: 210px;
    background-size: 90px auto;
  }
}

/*---------------------------------------------------------
 モジュール
-----------------------------------------------------------*/

/* セクション
-------------------------------------------------*/
.m_sectionS {
  margin: 50px 0;
}
.m_sectionM {
  margin: 80px 0;
}
.m_sectionL {
  margin: 160px 0;
}
.m_sectionS.-center,
.m_sectionM.-center,
.m_sectionL.-center {
  text-align: center;
}
.m_section-head {
  margin: 45px 0;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .m_sectionS,
  .m_sectionM {
    margin: 50px 0;
  }
  .m_sectionL.-spSizeM {
    margin-top: 50px;
  }
  .m_section-head {
    padding: 0 30px;
  }
}

/* 見出し
-------------------------------------------------*/
.m_h2 {
  font-size: 32px;
  text-align: center;
}
.m_h3 {
  margin: 15px 0;
  font-size: 24px;
  text-align: center;
}
.m_h2 + .m_h3 {
  margin-top: 50px;
}

/* テキスト
-------------------------------------------------*/
.m_text {
  margin-top: 30px;
  letter-spacing: 1px;
}
.m_leadtext {
  margin: 24px 0;
  font-size: 24px;
  line-height: 1.4;
}
.m_textBox {
  margin: 50px auto;
  letter-spacing: 1px;
}

@media screen and (max-width: 640px) {
  .m_textBox {
    max-width: 300px;
    text-align: justify;
  }
}

/* リスト
-------------------------------------------------*/
.m_commentList {
  margin: 15px 0;
}
.m_commentList > li {
  padding-left: 1em;
  font-size: 12px;
  line-height: 1.2;
  text-indent: -1em;
}
.m_commentList > li:before {
  content: "※";
}
.m_commentList > li + li {
  margin-top: 8px;
}

/* ボックス
-------------------------------------------------*/
.m_box {
  width: 66.66667%;
  max-width: 1000px;
  margin: 80px auto;
  padding: 30px;
  border: 1px solid #999;
}
.m_box > :first-child { margin-top: 0; }
.m_box > :last-child { margin-bottom: 0; }

.m_box > .m_h3 {
  margin-bottom: 30px;
  padding-top: 5px;
}

@media screen and (max-width: 640px) {
  .m_box {
    width: calc(100% - 30px);
    margin: 50px 15px;
  }
}

/* カラム
-------------------------------------------------*/
.m_column {
  display: flex;
  justify-content: space-between;
}
.m_column.-col2 > div {
  width: calc(50% - 15px);
}
.m_column-image {
  flex-shrink: 0;
  max-width: 45%;
  margin-right: 30px;
}
.m_column-context {
  flex-grow: 1;
  text-align: left;
}
.m_column-context > :first-child { margin-top: 0; }
.m_column-context > :last-child { margin-bottom: 0; }

@media screen and (max-width: 640px) {
  .m_column {
    display: block;
  }
  .m_column.-col2 > div {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .m_column.-col2 > div + div {
    margin-top: 30px;
  }
  .m_column-image {
    max-width: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

/* 画像
-------------------------------------------------*/
.m_wideImage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 700px;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .m_wideImage img {
    width: auto;
    max-width: none;
    height: 100%;
  }
}

/*---------------------------------------------------------
 固有モジュール
-----------------------------------------------------------*/

/* 商品一覧
-------------------------------------------------*/
.m_itemList {
  display: flex;
  justify-content: space-between;
  width: 66.66667%;
  max-width: 1000px;
  margin: 30px auto 50px;
}
.m_itemList > li {
  width: calc(50% - 15px);
  text-align: center;
}
.m_itemList > li a {
  display: block;
  color: #000;
  transition: .3s;
}
.m_itemList > li a img {
  transition: .3s;
}
.m_itemList > li a:hover p {
  color: #000;
}
.m_itemList > li a:hover img {
  opacity: .7;
}

@media screen and (max-width: 640px) {
  .m_itemList {
    width: 100%;
    padding: 0 15px;
  }
  .m_itemList.-spNoColumn {
    display: block;
  }
  .m_itemList.-spNoColumn > li {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .m_itemList.-spNoColumn > li + li {
    margin-top: 30px;
  }
}

/* 店舗一覧
-------------------------------------------------*/
.m_shopList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.m_shopList > li a {
  font-size: 14px;
}
.m_shopList > li + li:before {
  content: "/";
  margin: 0 5px;
}

@media screen and (max-width: 640px) {
  .m_shopList {
    display: block;
  }
  .m_shopList > li {
    text-align: center;
  }
  .m_shopList > li + li {
    margin-top: 10px;
  }
  .m_shopList > li + li:before {
    content: none;
  }
}

/* スペック
-------------------------------------------------*/
.m_specList {
  max-width: 880px;
  margin: 30px auto;
  padding: 0 15px;
}
.m_specList > dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 7px 0;
  padding: 0 5px;
  border-bottom: 1px dotted #999;
}
.m_specList > dl > dt,
.m_specList > dl > dd {
  font-size: 14px;
  line-height: 2;
}
.m_specList > dl > dt {
  width: 8em;
  padding-right: 1em;
  font-weight: normal;
}
.m_specList > dl > dd {
  position: relative;
  width: calc(100% - 8em);
  margin: 0;
  padding-left: .5em;
}
.m_specList > dl > dd:before {
  content: "：";
  position: absolute;
  top: 0;
  left: -1em;
}

@media screen and (max-width: 640px) {
  .m_specList {
    padding: 0 30px;
  }
}

/* SNS
-------------------------------------------------*/
.m_snsList {
  display: flex;
}
.m_snsList > li + li {
  margin-left: 20px;
}
.m_snsList > li a {
  transition: .3s;
}
.m_snsList > li a:hover {
  opacity: .7;
}
