@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "majan-font";
  src: url("../font/A-OTF-KAISHOMCBK1PRO-DEBOLD-2.woff") format("woff");
}
body {
  position: relative;
  font-family: 'majan-font', 'Noto Serif JP', serif;
  min-width: 1200px;
}
/*-------------------------------
    ハンバーガーメニュー
------------------------------- */
.hamburger {
  display: block;
  position: fixed;
  z-index: 100;
  right: 50px;
  top: 50px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 50px;
  height: 5px;
  left: 6px;
  background: #FFF;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 1%;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 25px;
}
.hamburger span:nth-child(3) {
  top: 40px;
}
/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  background: #FFF;
  top: 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
  background: #FFF;
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  color: #000;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  /*幅制御*/
  width: 300px;
}
nav.globalMenuSp ul {
  background: rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100vh;
}
nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover {
  background: rgba(0, 0, 0, 0.3);
}
nav.globalMenuSp ul li a {
  display: block;
  color: #FFF;
  padding: 1.2em 0;
  text-decoration: none;
}
nav.globalMenuSp ul li a:hover {
  font-weight: bold;
  color: #ff5500;
}
nav.globalMenuSp.active {
  transform: translateY(0%);
}
.page_wrap .page_content {
  background: #ff5000;
  padding: 80px 0;
  width: 100%;
}
/*-------------------------------
    共通項目
 -------------------------------*/
.page_hl {
  font-family: 'Open Sans', sans-serif;
  font-size: 3.5em;
  margin-bottom: 60px;
  letter-spacing: 0.02em;
  display: inline-block;
}
.page_hl span {
  font-family: 'majan-font', 'Noto Serif JP', serif;
  font-size: 0.4em;
  display: block;
  padding: 7px 0 20px;
  border-bottom: 1px solid #000;
}
.common_btn {
  display: block;
  background: #000000;
  color: #ff5000;
  padding: 20px 100px;
  width: 500px;
  margin: 0 auto;
  font-size: 20px;
  width: 200px;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
  letter-spacing: 0.1em;
}
.page_wrap {
  width: 100%;
  overflow: hidden;
}
header {
  background: #ff5000;
  text-align: center;
  padding-top: 42px;
  width: 100%;
}
header img {
  width: 27%;
}
#video_area {
  position: relative;
  width: 100%;
  background: url("../images/mv_musk.png");
}
#video_area .logo {
  position: absolute;
  bottom: -150px;
  right: -57px;
  z-index: 1;
  width: 27%;
}
#video_area video {
  width: 100%;
  position: relative;
  z-index: -100;
  margin-bottom: -5px;
}
.page_wrap #video_area .text {
  position: absolute;
  bottom: 10%;
  left: 10%;
}
.page_wrap #video_area .text h1 {
  color: #FFFFFF;
  font-size: 3em;
  letter-spacing: 0.2em;
  font-weight: 700;
  margin-bottom: 30px;
}
.page_wrap #video_area .text p {
  color: #FFFFFF;
  width: 450px;
  text-align: left;
  line-height: 200%;
}
#video_area .text .last {
    width: 90%;
	position: absolute;
	bottom: -340px;
	left: 0;
	z-index: 100;
}
.page_wrap .top_image {
  background: #ff5000;
  padding: 200px 0;
}
.page_wrap .top_text {
  display: inline-flex;
  text-align: center;
  background: url("../images/beige.jpg") center center;
  width: 100%;
  padding: 150px 0;
  justify-content: center;
}
.page_wrap .top_text div {
  width: 550px;
  text-align: left;
  padding-top: 15px;
  line-height: 200%;
}
.top_text figure img {
  width: 100%;
}
.top_text figure {
  width: 6%;
}
.page_wrap .image_cut {
  background: #ff5000;
  padding: 200px 0;
  display: inline-flex;
  width: 100%;
  justify-content: flex-end;
  align-items: flex-start
}
.page_wrap .image_cut .text {
  color: #FFFFFF;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 3em;
  letter-spacing: 0.8em;
}
.page_wrap .image_cut .image {
  width: 80%;
}
.page_wrap .image_cut .image img {
  width: 100%;
}
.page_wrap .color {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  background: #ff5000;
  padding: 100px 0 200px;
  flex-direction: row-reverse;
  width: 100%;
}
.page_wrap .color .image {
  width: 45%;
}
.page_wrap .color .image img {
  width: 100%;
}
.color .text h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 5em;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}
.color .text p {
  line-height: 200%;
}
.color .text {
  width: 500px;
  text-align: left;
  margin-right: 30px;
}
.page_wrap .top_slick li {
  width: 1100px;
  margin: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.page_wrap .top_slick li .images {
  width: 49%;
}
.page_wrap .top_slick li .text {
  width: 49%;
}
.page_wrap .top_slick li .text p {
  text-align: left;
  line-height: 180%;
}
.page_wrap .top_slick li .text img {
  margin-top: 30px;
}
.page_wrap .top_slick li .title {
  width: 9%;
}
.page_wrap .top_slick li div img {
  width: 100%;
}
.page_wrap .top_slick li .text h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 5em;
  letter-spacing: 0.02em;
  line-height: 90%;
  margin-bottom: 30px;
}
.page_wrap .top_slick li .text h3 span {
  font-size: 0.7em;
  display: block;
}
/*.page_wrap .top_slick .color_01 {
}
.page_wrap .top_slick .color_02 {
}
.page_wrap .top_slick .color_03 {
}*/
.page_wrap .slide_area {
  background: #ff5000;
  width: 100%;
}
.top_slick .color_01 .text h3 {
  color: #e5995b;
}
.top_slick .color_02 .text h3 {
  color: #bcafc8;
}
.top_slick .color_03 .text h3 {
  color: #ff9596;
}
.top_slick .color_02 {
  flex-direction: row-reverse;
}
.page_wrap .news {
  background: #ff5000;
  padding: 100px 0;
}
.page_wrap .news h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 5em;
  margin-bottom: 30px;
  letter-spacing: 0.02em;
}
.news p span {
  margin-right: 30px;
}
.news p {
  margin-bottom: 10px;
}
.page_wrap .link_area {
  background: #ff5000;
  width: 100%;
  padding-bottom: 100px;
}
.page_wrap .link_area ul {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.page_wrap .link_area ul li {
  position: relative;
}
.page_wrap .link_area ul li span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 3.5em;
}
footer {
  background: url("../images/foot_bg.png") center center;
  padding: 100px 0 125px;
  background-size: cover;
}
footer ul {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
footer li:first-child {
  margin-right: 30px;
}
footer li i {
  color: #000;
  margin-right: 15px;
}
.fade {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.fade:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.btn_design {
  font-size: 20px;
  width: 200px;
  margin: 40px auto 80px;
  text-align: center;
  color: #000;
  padding: 20px 30px;
  font-weight: bold;
  background-color: #ff5000;
  border-radius: 10px;
  display: block;
  letter-spacing: 0.1em;
}
.page_wrap .copyright {
  text-align: center;
  color: #FFFFFF;
}
.page_wrap .online_shop p {
  font-family: 'Open Sans', sans-serif;
  font-size: 5em;
  margin-bottom: 30px;
  letter-spacing: 0.02em;
}
/* --------------------------------------------
    販売ページ
-------------------------------------------- */
.page_wrap .online_shop {
  background: #ff5000;
  padding: 0 0 150px;
}
.page_wrap .online_shop a {
  display: block;
  background: #000000;
  color: #ff5000;
  padding: 20px 100px;
  width: 500px;
  margin: 0 auto;
  font-size: 20px;
  width: 200px;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
  letter-spacing: 0.1em;
}
.page_wrap .s_edition_area {
    background:#ff5500;
    padding: 100px 0;
    text-align: center;
}
.s_edition_area h3 span {
    font-family: 'Open Sans', sans-serif;
    font-size: 3.2em;
    letter-spacing: 0.02em;
    color: #000000;
    display: block;
}
.s_edition_area h3 {
    font-size: 1.6em;
    margin-bottom: 70px;
}
.page_wrap .s_edition_area ul {
    width: 800px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
}
.page_wrap .s_edition_area ul li{
    width: 48%;
    text-align: center;
}
.page_wrap .s_edition_area ul li img {
    width: 100%;
}
.page_wrap .s_edition_area ul li .title {
    line-height: 180%;
    font-size: 26px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 40px;
}
.page_wrap .s_edition_area ul li .price {
    line-height: 220%;
    font-weight: bold;
    letter-spacing: 0.02em;
	text-align: left;
    margin-bottom: 20px;
}
.page_wrap .s_edition_area ul li .price b {
    text-decoration: line-through;
}
.page_wrap .s_edition_area ul li .price i {
    display: block;
    padding: 2%;
    font-size: 1.6em;
}
.page_wrap .s_edition_area ul li .price span {
    font-family: 'Open Sans', sans-serif;
    font-size: 3em;
    letter-spacing: 0.02em;
}
/* --------------------------------------------
    会社概要
-------------------------------------------- */
.info_block {
  background: #ff5000;
  padding: 80px 0 200px;
}
.info_block h3 {
  color: #000;
  width: 1100px;
  margin: 0 auto 80px;
  font-size: 2.5em;
  letter-spacing: 0.2em;
  text-align: left;
  border-bottom: 1px solid #FFFFFF;
  border-left: 20px solid #FFFFFF;
  padding: 10px 0 30px 25px;
}
.info_block table {
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  width: 800px;
  margin: 0 auto 80px;
}
.info_block table tr td {
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  text-align: left;
  padding: 20px;
  color: #000;
  line-height: 180%;
  width: 75%;
}
.info_block table tr th {
  border-bottom: 1px solid #ff5000;
  border-right: 1px solid #ffffff;
  text-align: center;
  color: #000;
  background: #FFFFFF;
  width: 25%;
}
/* --------------------------------------------
    問い合わせ
-------------------------------------------- */
.page_wrap .contact_wrap {
  background: #ff5000;
  padding: 80px 0 200px;
}
.contact_wrap h2 {
  color: #FFFFFF;
  width: 1100px;
  margin: 0 auto 80px;
  font-size: 2.5em;
  letter-spacing: 0.2em;
  text-align: left;
  border-bottom: 1px solid #FFFFFF;
  border-left: 20px solid #FFFFFF;
  padding: 10px 0 30px 25px;
}
.page_wrap .contact_wrap .contact_desc {
  width: 800px;
  margin: 0 auto 80px;
  text-align: left;
  line-height: 180%;
  color: #000;
}
.page_wrap .contact_wrap .contact_desc h4 {
  font-size: 1.6em;
  padding: 30px 0 10px;
}
#mail_form {
  width: 1100px;
  margin: 50px auto 0;
  padding: 10px 0;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 7px;
  box-shadow: 0 0 7px rgb(0 0 0 / 20%);
  font-size: 95%;
  line-height: 1.8;
}
#mail_form dl {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
#mail_form dl dt {
  clear: both;
  width: 20%;
  float: left;
  border-top: 1px solid #cccccc;
  padding: 15px 0;
  text-align: right;
  overflow: hidden;
}
#mail_form dl dd {
  width: 75%;
  float: right;
  border-top: 1px solid #cccccc;
  padding: 15px 0 15px 5%;
  text-align: left;
}
#mail_form dl dd span, #mail_form dl dt span {
  display: block;
  color: #FF0004;
  font-weight: bold;
}
#mail_form dl dt:first-child, #mail_form dl dt:first-child + dd {
  border: none;
}
#mail_form dl dt:first-child, #mail_form dl dt:first-child + dd {
  border: none;
}
#mail_form input[type="text"], #mail_form input[type="email"], #mail_form input[type="tel"] {
  max-width: 90%;
  padding: 9px 3%;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit;
  margin-top: 7px;
}
#mail_form ul li:first-child input[type="radio"], #mail_form ul li:first-child input[type="checkbox"] {
  margin-top: 0px;
}
#mail_form ul li input[type="radio"], #mail_form ul li input[type="checkbox"] {
  margin-right: 10px;
  margin-top: 10px;
}
#mail_form textarea {
  display: block;
  width: 90%;
  max-width: 90%;
  height: 200px;
  padding: 9px 5%;
  resize: vertical;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit;
}
#mail_form select {
  font-size: 100%;
  font-family: inherit;
  margin-top: 10px;
}
#mail_form #company, #mail_form #read, #mail_form #mail_address, #mail_form #mail_address_confirm, #mail_form #phone, #mail_form #contents {
  width: 70%;
}
#mail_form dl dt span.required, #mail_form dl dt span.optional {
  display: none;
}
.button {
  -webkit-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  -moz-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  -ms-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  -o-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  display: block;
  margin: 20px auto;
  text-decoration: none;
  border-radius: 4px;
  padding: 25px 100px;
  border: #FFFFFF 1px solid;
  font-size: 1.2em;
}
.button {
  color: rgba(255, 80, 0, 1);
  box-shadow: rgba(255, 80, 0, 1) 0 0px 0px 2px inset;
}
.button:hover {
  color: rgba(255, 255, 255, 0.85);
  box-shadow: rgba(255, 80, 0, 1) 0 0px 0px 40px inset;
}
#form_submit .form_submit_button {
  -webkit-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  -moz-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  -ms-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  -o-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  display: block;
  margin: 20px auto;
  text-decoration: none;
  border-radius: 4px;
  padding: 25px 100px;
  border: #FFFFFF 1px solid;
  font-size: 1.2em;
}
#form_submit .form_submit_button {
  color: rgba(255, 80, 0, 1);
  box-shadow: rgba(255, 80, 0, 1) 0 0px 0px 2px inset;
}
#form_submit .form_submit_button :hover {
  color: rgba(255, 255, 255, 0.85);
  box-shadow: rgba(255, 80, 0, 1) 0 0px 0px 40px inset;
}
/* --------------------------------------------
    サンキューページ
-------------------------------------------- */
.page_wrap .contact_desc {
  padding: 100px 0;
  background: #ff5500;
}
.page_wrap .contact_desc .hl {
  font-family: 'Open Sans', sans-serif;
  font-size: 5em;
  letter-spacing: 0.02em;
}
.page_wrap .contact_desc h4 {
  font-size: 2em;
  margin-bottom: 30px;
}
.page_wrap .contact_desc p {
  width: 500px;
  margin: 0 auto;
  line-height: 180%;
  text-align: left;
}
/* --------------------------------------------
    ロード画面
-------------------------------------------- */
#logo_loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  background-color: #ff5000;
}
#logo_loader .f_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 400px;
}
#logo_loader .f_logo img {
  width: 100%;
  height: auto;
  animation: loadLogo 2.3s;
}
@keyframes loadLogo {
  0% {
    transform: scale(0);
  }
  70% {
    transform: scale(0.4);
  }
  100% {
    transform: scale(1);
  }
}
#logo_loader.open {
  animation-name: slideOut;
  animation-fill-mode: forwards;
  animation-duration: 2.5s;
  animation-delay: 2.5s;
}
@keyframes slideOut {
  0% {
    transform: scale(1);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
.page_wrap .online_shop ul li {
  margin-bottom: 30px;
}
.page_wrap .online_shop ul li:last-child {
  margin-bottom: 0;
}
/* ---------------------------
    お買い物ガイド
--------------------------- */
.page_content .guide_wrap {
  width: 1100px;
  margin: 0 auto 80px;
}
.page_content .guide_wrap .guide_hl {
  background: #000;
  color: #FFFFFF;
  text-align: left;
  padding: 10px 30px;
  letter-spacing: 0.05em;
}
.page_content .guide_wrap .guide_text {
  padding: 30px 30px 80px;
  line-height: 180%;
  text-align: left;
}
.page_content .guide_wrap .guide_text strong {
  font-weight: bold;
  display: block;
}
.guide_btn {
  display: inline-flex;
  margin-bottom: 60px;
}
.guide_btn li {
  margin-right: 20px;
}
.guide_btn li:last-child {
  margin-right: 0;
}
.guide_btn li a {
  display: block;
  background: #000000;
  color: #ff5000;
  padding: 15px 50px;
  width: 150px;
  margin: 0 auto;
  width: 200px;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
  letter-spacing: 0.1em;
}
/* ------------------------------------------
    販売ページ
------------------------------------------ */
.page_wrap .breadcrumb {
  background: #f7f0e6;
  padding: 10px 0;
  text-align: left;
}
.page_wrap .breadcrumb p {
  width: 1100px;
  margin: 0 auto;
}
.page_wrap .breadcrumb2 {
  background: #ff5000;
  padding: 10px 0;
  text-align: left;
}
.page_wrap .breadcrumb2 p {
  width: 1100px;
  margin: 0 auto;
}
.page_wrap .mv_area {
  position: relative;
}
.page_wrap .mv_area .mv {
  width: 100%;
}
.page_wrap .mv_area h1 span {
  font-size: 0.5em;
  display: block;
}
.page_wrap .color_val {
  padding: 100px 0;
  background: #f7f0e6;
}
.page_wrap .color_val .title {
  width: 40%;
  margin-bottom: 15px;
}
.page_wrap .color_val h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3.6em;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  color: #fe4f00;
}
.page_wrap .color_val p .hl {
  width: 50%;
  margin-bottom: 20px;
}
.page_wrap .color_val p .val {
  display: block;
  margin: 0 auto 100px;
  width: 750px;
}
.page_wrap .color_val p .val2 {
  display: block;
  margin: 0 auto 20px;
  width: 750px;
}
.page_wrap .color_val .text {
  font-weight: bold;
  font-size: 1.8em;
  color: #85ccc6;
  letter-spacing: 0.06em;
}
.page_wrap .slick_area {
  background: #86cdc7;
  padding: 100px 0;
}
.page_wrap .slick_area .slick {
  width: 1100px;
  margin: 0 auto;
}
.page_wrap .slick_area .slick li {
  width: 400px;
  margin: 0 30px;
}
.page_wrap .slick_area .slick li img {
  width: 100%;
}
.page_wrap .slick_area h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 5em;
  margin-bottom: 50px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
.page_wrap .cart {
  background: #ff5500;
  padding: 100px 0;
  color: #000000;
}
.page_wrap .attention {
  padding: 100px 0;
  background: url("../../../../../images/beige.jpg") center center;
  background-size: cover;
}
.page_wrap .attention h3 span {
  font-family: 'Open Sans', sans-serif;
  font-size: 3.2em;
  letter-spacing: 0.02em;
  color: #000000;
  display: block;
}
.page_wrap .attention h3 {
  font-size: 1.6em;
  margin-bottom: 50px;
}
.page_wrap .attention .wrap {
  width: 1100px;
  display: flex;
  align-items: flex-start;
  margin: 0 auto;
  justify-content: space-between;
}
.page_wrap .attention .wrap div {
  width: 47%;
  text-align: left;
  line-height: 180%;
}
.page_wrap .attention .wrap div .hl {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.2em;
}
.page_wrap .attention .wrap div .text {
  line-height: 200%;
  margin-bottom: 30px;
}
/* ---------------------------
    オフライン店舗販売
--------------------------- */
.offline_block {
    background: #ff5000;
    padding: 80px 0 120px;
}
.offline_block .offline_list {
    width: 1100px;
    margin: 0 auto 80px;
}
.offline_block .offline_list li {
    padding: 30px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px dotted #000000;
}
.offline_block .offline_list li:last-child() {
    border-bottom: none;
}
.offline_block .offline_list li .store_name {
    width: 29%;
    text-align: left;
    font-weight: bold;
}
.offline_block .offline_list li .store_address {
    width: 50%;
    padding: 0 3%;
    text-align: left;
    line-height: 180%;
}
.offline_block .offline_list li .map {
    width: 15%;
}
.offline_block .offline_title {
    font-family: 'Open Sans', sans-serif;
    font-size: 2.8em;
    font-weight: bold;
    text-align: left;
    width: 1100px;
    margin: 0 auto;
    letter-spacing: 0.05em;
    border-bottom: 4px solid #000;
    padding-bottom: 10px;
}
.offline_block .offline_list li .map a i{
    margin-right: 15px;
    font-size: 2em;
    position: relative;
    top:5px;
}
.page_wrap .offline_block .soters_comment {
	width: 700px;
	line-height: 180%;
	margin: 0 auto 60px;
}
.page_wrap .offline_block .stores_list {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.page_wrap .offline_block .stores_list li {
	width: 33%;
	text-align: center;
	padding: 2% 0;
}
/* ---------------------------
    トップページ　店舗販売
--------------------------- */
.page_wrap .top_store {
    width: 100%;
    background: #ff5000;
    padding: 150px 0 0;
}
.page_wrap .top_store .wrap {
    width: 1100px;
    margin: 0 auto;
    display: flex;
}
.page_wrap .top_store .wrap .image {
    width: 30%;
}
.page_wrap .top_store .wrap .image img {
    width: 100%;
}
.page_wrap .top_store .wrap .text {
    width: 60%;
    background: #000000;
    color: #FFFFFF;
    padding: 2% 5% 3%;
    text-align: left;
}
.page_wrap .top_store .wrap .text h2 {
    font-size: 1.8em;
    padding-bottom: 1.5%;
    margin-bottom: 1.5%;
    border-bottom: 1px solid #FFFFFF;
    letter-spacing: 0.1em;
}
.page_wrap .top_store .wrap .text p {
    line-height: 180%;
}
/* ---------------------------
    下部固定
--------------------------- */
#fixed-menu {
    position: fixed;
    width: 100%;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99;
    padding: 20px 0;
}
#fixed-menu ul {
    /*display: flex;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 1000px;
    justify-content: space-between*/
	margin: 0 auto;
    width: 1000px;
}
#fixed-menu li {
    /*justify-content: center;
    align-items: center;*/
    width: 48%;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Sawarabi Gothic', sans-serif;
    letter-spacing: 0.1em;
    background: #ff5500;
    border-radius: 10px;
	margin: 0 auto;
}
#fixed-menu li span {
    font-size: 15px;
    font-weight: normal;
    display: block;
}
#fixed-menu li a {
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    padding: 15px 0;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
#fixed-menu li a i {
    font-size: 1.2em;
    margin-right: 5px;
}
.page_wrap .color_val .last02 {
	width: 50%;
	display: block;
	margin: -3% auto 60px;
}