@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* ======================================================================
 common
====================================================================== */
body {
  font-family: 'Noto Serif JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 14px;
  color: #000;
}

a {
  text-decoration: none;
  color: #000;
}

img {
  vertical-align: bottom;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.container {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.scroll {
  overflow-x: hidden;
}
@media screen and (max-width: 1280px) {
  .scroll {
    width: 1280px;
    overflow-x: scroll;
  }
}

.sm {
  display: none !important;
}

@media screen and (max-width: 779px) {
  .sm {
    display: block !important;
  }

  .md {
    display: none !important;
  }
}
.trans {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.trans:hover,
.trans:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
}

.logo_bg:after {
  content: "";
  display: block;
  width: 366px;
  height: 443px;
  background: url("../img/common/bg_logo.png") no-repeat 0 0;
  position: absolute;
  right: 0;
  z-index: -1;
}

.btn {
  display: block;
  position: relative;
  background: #000;
  color: #FFF;
  text-align: center;
  font-size: 15px;
}
.btn:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #FFF;
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}
.btn:hover:after {
  width: 14px;
}
.btn.btm {
  font-size: 16px;
}
.btn.btm i {
  display: block;
  font-size: 14px;
}
.btn.btm:after {
  width: 1px;
  height: 0;
  top: 100%;
  right: 50%;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}
.btn.btm:hover:after {
  height: 12px;
}

.contact {
  background: url("../img/common/bg01.jpg") no-repeat 0 0;
  background-size: cover;
  padding: 60px 0;
}
.contact .box {
  background-color: rgba(255, 255, 255, 0.9);
  width: 480px;
  margin: 0 auto;
  padding: 60px 90px 40px;
}
.contact .box .ttl01 {
  text-align: center;
  font-size: 27px;
}
.contact .box .ttl01 span {
  font-size: 23px;
}
.contact .box .ttl02 {
  text-align: center;
  font-size: 21px;
  margin: 20px 0 30px;
  padding-top: 20px;
  border-top: 2px dotted #d2d1d0;
}
.contact .box .txt {
  font-size: 15px;
  line-height: 1.7;
  margin: 20px 0;
}
.contact .box .check {
  display: table;
  margin: 0 auto 10px;
}
.contact .box .check li {
  background: url("../img/common/check01.png") no-repeat 0 50%;
  padding: 2px 0 2px 35px;
  margin-bottom: 20px;
  font-size: 18px;
}
.contact .box .tel {
  border: 1px solid #000;
  padding: 20px 20px 25px;
  text-align: center;
}
.contact .box .tel .ttl {
  font-size: 17px;
  margin-bottom: 15px;
}
.contact .box .tel .num {
  font-family: "Crimson Text", serif;
  font-style: italic;
  font-size: 44px;
  letter-spacing: 0.066em;
}
.contact .box .tel .num span {
  display: block;
  font-family: 'Noto Serif JP';
  font-size: 15px;
  font-style: normal;
  letter-spacing: 0;
}

.shop .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 125px 0;
}
.shop .container .detail {
  width: 440px;
}
.shop .container .detail .ttl span {
  display: block;
  font-family: "Crimson Text", serif;
  font-style: italic;
  font-size: 34px;
  letter-spacing: 0.033em;
  margin-bottom: 3px;
}
.shop .container .detail .txt {
  padding-right: 40px;
  line-height: 1.9;
  margin-top: 24px;
}
.shop .container .detail .sta {
  font-size: 18px;
  margin: 32px 0 16px;
}
.shop .container .detail .add {
  line-height: 2;
  padding-right: 40px;
}
.shop .container .detail .add span {
  display: block;
  color: #666;
  margin-top: 6px;
}
.shop .container .detail .btn {
  width: 260px;
  height: 46px;
  line-height: 46px;
  margin-top: 30px;
}

.sns {
  background: url("../img/common/bg01.png");
  text-align: center;
  padding: 55px 0 60px;
}
.sns .container .ttl {
  margin-bottom: 30px;
}
.sns .container .ttl span {
  display: block;
  font-family: "Crimson Text", serif;
  font-style: italic;
  font-size: 34px;
  letter-spacing: 0.033em;
  margin-bottom: 3px;
}
.sns .container .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.sns .container .list a {
  position: relative;
  width: 190px;
  height: 64px;
  line-height: 1.5;
  margin: 0 6px;
  font-size: 13px;
  color: #FFF;
}
.sns .container .list a:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 15px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.sns .container .list a.fb {
  background: #3b5998;
}
.sns .container .list a.fb:before {
  background-image: url("../img/common/fb.png");
}
.sns .container .list a.ig {
  background-color: #df003b;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFDF003B', endColorstr='#FF6400BE');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmMDAzYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY0MDBiZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #df003b), color-stop(100%, #6400be));
  background-image: -moz-linear-gradient(left, #df003b 0%, #6400be 100%);
  background-image: -webkit-linear-gradient(left, #df003b 0%, #6400be 100%);
  background-image: linear-gradient(to right, #df003b 0%, #6400be 100%);
}
.sns .container .list a.ig:before {
  background-image: url("../img/common/ig.png");
}
.sns .container .list a.tw {
  background: #1da1f2;
}
.sns .container .list a.tw:before {
  background-image: url("../img/common/tw.png");
}
.sns .container .list a span {
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 0;
  width: 155px;
}

/* ======================================================================
 header
====================================================================== */
header {
  background: url("../img/common/bg02.png") repeat-x 0 0;
  padding: 100px 0 105px;
}
header .container {
  width: 1280px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
header .container .logo {
  width: 225px;
}
header .container .logo a {
  display: block;
}
header .container .logo span {
  display: block;
  font-family: "Crimson Text", serif;
  font-style: italic;
  font-size: 17px;
  text-align: right;
  margin: 10px -5px 0 0;
}
header .container .menu {
  width: 1055px;
  padding-right: 10px;
  margin-top: -10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
header .container .menu a {
  margin-left: 80px;
  position: relative;
}
header .container .menu a:after {
  content: "";
  display: block;
  width: 1px;
  height: 0;
  background: #000;
  position: absolute;
  top: 30px;
  left: 50%;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}
header .container .menu a:hover:after, header .container .menu a.active:after {
  height: 14px;
}

/* ======================================================================
 footer
====================================================================== */
footer {
  position: relative;
}
footer:after {
  content: "MARUMASA Co.,Ltd";
  font-family: "Crimson Text", serif;
  font-style: italic;
  font-size: 150px;
  color: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=15);
  opacity: 0.15;
  height: 105px;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: -1;
  margin-top: -10px;
}
footer a {
  color: #FFF;
}
footer .bg {
  background: #000;
  color: #FFF;
}
footer .bg .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 1460px;
}
footer .bg .container .detail {
  width: 30%;
  padding: 0 5% 0 15%;
}
footer .bg .container .detail .logo {
  display: block;
  margin-bottom: 20px;
}
footer .bg .container .detail .txt {
  line-height: 2;
  font-size: 13px;
}
footer .bg .container .detail .txt span {
  display: block;
  color: #808080;
}
footer .bg .container .detail .link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}
footer .bg .container .detail .link a {
  font-size: 12px;
  padding: 0 7px 0 0;
  line-height: 1.2;
  margin: 10px 7px 0 0;
}
footer .bg .container .detail .link a:not(:last-child) {
  border-right: 1px solid #FFF;
}
footer .bg .container .map {
  width: 50%;
}
footer .bg .container .map iframe {
  width: 100%;
  min-height: 500px;
  vertical-align: bottom;
}

.copy {
  position: fixed;
  right: -40px;
  top: 50%;
  font-size: 12px;
  margin-top: -2em;
  color: #7d7d7d;
  letter-spacing: 0.033em;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 999;
}

#gototop {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  line-height: 45px;
  text-align: center;
  font-family: "Crimson Text", serif;
  font-style: italic;
  color: #FFF;
  background: #000;
  z-index: 9999;
  letter-spacing: 0.033em;
  cursor: pointer;
}
#gototop:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 6px;
  top: 0;
  left: 50%;
  background: #FFF;
}

/* ======================================================================
 top
====================================================================== */
.top_kv {
  position: relative;
}
.top_kv .container {
  width: 1280px;
  text-align: center;
  padding-bottom: 85px;
}
.top_kv .container .ttl {
  font-size: 48px;
  margin-bottom: 50px;
}
.top_kv .container .ttl span {
  font-size: 20px;
  font-family: "Crimson Text", serif;
  font-style: italic;
  display: block;
  margin-top: 20px;
  letter-spacing: 0.033em;
}
.top_kv.logo_bg:after {
  bottom: -110px;
}
.top_kv .slick .slick-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 5px;
}
.top_kv .slick .slick-dots li {
  margin-right: 1px;
}
.top_kv .slick .slick-dots li button {
  cursor: pointer;
  font-size: 0;
  padding: 0;
  width: 42px;
  height: 2px;
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0.2);
}
.top_kv .slick .slick-dots li.slick-active button {
  background-color: rgba(0, 0, 0, 0.5);
}

.top_about .container {
  width: 1280px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  padding-top: 100px;
}
.top_about .container:after {
  content: "";
  width: 200%;
  height: 490px;
  background: url("../img/common/bg01.png");
  position: absolute;
  left: 480px;
  top: 0;
  z-index: -1;
}
.top_about .container .img {
  margin-right: 130px;
}
.top_about .container .detail {
  width: 285px;
}
.top_about .container .detail .ttl span {
  display: block;
  font-family: "Crimson Text", serif;
  font-style: italic;
  font-size: 34px;
  letter-spacing: 0.033em;
  margin-bottom: 3px;
}
.top_about .container .detail .txt {
  line-height: 2;
  margin: 35px 0 40px;
}
.top_about .container .detail .btn {
  width: 100%;
  height: 46px;
  line-height: 46px;
}

.top_products {
  margin: 165px 0 120px;
}
.top_products .container .ttl {
  margin-bottom: 30px;
}
.top_products .container .ttl span {
  display: block;
  font-family: "Crimson Text", serif;
  font-style: italic;
  font-size: 34px;
  letter-spacing: 0.033em;
  margin-bottom: 3px;
}
.top_products .container .link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.top_products .container .link a:not(:last-child) {
  margin-right: 40px;
}
.top_products .container .link a .btn {
  position: relative;
  height: 70px;
  line-height: 1.5;
}
.top_products .container .link a .btn span {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
}
.top_products .container .link a .btn span i {
  display: block;
  font-size: 14px;
}
.top_products .container .link a:hover .btn:after {
  width: 14px;
}

/* ======================================================================
 about
====================================================================== */
.about_kv {
  position: relative;
}
.about_kv .container {
  width: 1280px;
}
.about_kv .container .ttl {
  text-align: center;
  font-size: 16px;
  margin-bottom: 60px;
}
.about_kv .container .ttl span {
  display: block;
  font-family: "Crimson Text", serif;
  font-style: italic;
  font-size: 32px;
  letter-spacing: 0.033em;
  margin-bottom: 3px;
}
.about_kv.logo_bg:after {
  top: 155px;
}

.about_sec01 {
  margin-bottom: 150px;
}
.about_sec01 .container .ttl01 {
  text-align: center;
  font-size: 38px;
  line-height: 1.5;
  margin-top: 70px;
}
.about_sec01 .container .ttl02 {
  text-align: center;
  font-size: 28px;
  line-height: 1.5;
}
.about_sec01 .container .list {
  margin-bottom: 110px;
}
.about_sec01 .container .list li {
  margin-top: 90px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.about_sec01 .container .list li .txt {
  width: 450px;
  font-size: 15px;
  line-height: 2;
}
.about_sec01 .container .list li .img {
  width: 480px;
  margin: 0 70px 0 0;
}
.about_sec01 .container .list li:not(:nth-child(2n)) .img {
  margin: 0 0 0 70px;
  order: 2;
}

/* ======================================================================
 products
====================================================================== */
.products_kv {
  position: relative;
}
.products_kv .container {
  width: 1280px;
}
.products_kv .container .ttl {
  text-align: center;
  font-size: 16px;
  margin-bottom: 60px;
}
.products_kv .container .ttl span {
  display: block;
  font-family: "Crimson Text", serif;
  font-style: italic;
  font-size: 32px;
  letter-spacing: 0.033em;
  margin-bottom: 3px;
}
.products_kv.logo_bg:after {
  top: 155px;
}
.products_kv .link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.products_kv .link a:not(:last-child) {
  margin-right: 40px;
}
.products_kv .link a .btn {
  position: relative;
  height: 80px;
  line-height: 1.5;
}
.products_kv .link a .btn:after {
  top: 68px;
}
.products_kv .link a .btn span {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
}
.products_kv .link a:hover .btn:after {
  height: 12px;
  top: 68px;
}

.products_sec01 {
  margin: 180px 0 150px;
}
.products_sec01 > li {
  margin-top: 170px;
}
.products_sec01 > li .container {
  padding-top: 10px;
  width: 890px;
}
.products_sec01 > li .container:after {
  content: "";
  display: block;
  width: 200%;
  height: 480px;
  top: 0;
  right: 765px;
  position: absolute;
  background: url("../img/common/bg01.png");
  z-index: -1;
}
.products_sec01 > li .container > .ttl {
  text-align: center;
  font-size: 32px;
  margin-bottom: 60px;
}
.products_sec01 > li .container > .ttl span {
  display: block;
  font-family: "Crimson Text", serif;
  font-style: italic;
  font-size: 18px;
  letter-spacing: 0.066em;
  margin-bottom: 15px;
}
.products_sec01 > li .container > .txt {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 40px;
}
.products_sec01 > li .container .qa {
  margin-top: 40px;
}
.products_sec01 > li .container .qa .ttl {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}
.products_sec01 > li .container .qa .list {
  margin-bottom: 30px;
}
.products_sec01 > li .container .qa .list li {
  border: 1px solid #000;
  margin-bottom: -1px;
}
.products_sec01 > li .container .qa .list li .q_box {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 15px 30px;
  line-height: 1.5;
}
.products_sec01 > li .container .qa .list li .q_box .q_ttl {
  font-size: 26px;
  margin-top: -5px;
}
.products_sec01 > li .container .qa .list li .q_box .txt {
  font-size: 18px;
  margin-left: 20px;
}
.products_sec01 > li .container .qa .list li .q_box .ico {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
}
.products_sec01 > li .container .qa .list li .q_box .ico .vertical {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.products_sec01 > li .container .qa .list li .q_box .ico .horizontal {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.products_sec01 > li .container .qa .list li .q_box .ico .horizontal {
  position: absolute;
  background-color: #000;
  width: 12px;
  height: 2px;
  left: 50%;
  margin-left: -6px;
  top: 50%;
  margin-top: -1px;
}
.products_sec01 > li .container .qa .list li .q_box .ico .vertical {
  position: absolute;
  background-color: #000;
  width: 2px;
  height: 12px;
  left: 50%;
  margin-left: -1px;
  top: 50%;
  margin-top: -6px;
}
.products_sec01 > li .container .qa .list li .q_box .ico.active {
  opacity: 1;
}
.products_sec01 > li .container .qa .list li .q_box .ico.active .vertical {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.products_sec01 > li .container .qa .list li .q_box .ico.active .horizontal {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.products_sec01 > li .container .qa .list li .a_box {
  display: none;
  border-top: 1px solid #e5e5e5;
  margin: 0 30px;
  padding: 15px 0 25px 50px;
  line-height: 1.8;
}
.products_sec01 > li .container .qa .list li .a_box .txt span {
  margin-top: 1em;
  display: inline-block;
  border-bottom: 1px solid;
  padding-bottom: 3px;
  margin-bottom: 5px;
}
.products_sec01 > li:nth-child(2n) .container:after {
  right: auto;
  left: 765px;
}

/* ======================================================================
 company
====================================================================== */
.company_kv {
  position: relative;
}
.company_kv.logo_bg:after {
  top: 155px;
}
.company_kv .container {
  width: 1280px;
}
.company_kv .container .ttl {
  text-align: center;
  font-size: 16px;
}
.company_kv .container .ttl span {
  display: block;
  font-family: "Crimson Text", serif;
  font-style: italic;
  font-size: 32px;
  letter-spacing: 0.033em;
  margin-bottom: 3px;
}

.company_sec01 {
  margin-bottom: 200px;
}
.company_sec01 li {
  position: relative;
  margin-top: 150px;
}
.company_sec01 li .container {
  padding-top: 10px;
}
.company_sec01 li .container:after {
  content: "";
  display: block;
  width: 200%;
  height: 480px;
  top: 0;
  right: 820px;
  position: absolute;
  background: url("../img/common/bg01.png");
  z-index: -1;
}
.company_sec01 li .container > .ttl {
  text-align: center;
  font-size: 32px;
}
.company_sec01 li .container > .ttl span {
  display: block;
  font-family: "Crimson Text", serif;
  font-style: italic;
  font-size: 18px;
  letter-spacing: 0.066em;
  margin-bottom: 15px;
}
.company_sec01 li .container > .txt {
  text-align: center;
  line-height: 2.7;
  font-size: 15px;
  margin-top: 80px;
}
.company_sec01 li .container > .txt strong {
  font-weight: bold;
}
.company_sec01 li .container > .name {
  text-align: center;
  font-size: 16px;
  margin-top: 80px;
}
.company_sec01 li .container > .name img {
  vertical-align: middle;
  margin-left: 30px;
}
.company_sec01 li .container table th {
  vertical-align: top;
  width: 90px;
}
.company_sec01 li .container table th.ls {
  letter-spacing: 1em;
}
.company_sec01 li .container table td span {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.company_sec01 li .container table th, .company_sec01 li .container table td {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px;
  line-height: 2;
  font-size: 15px;
}
.company_sec01 li .container table.top {
  width: 500px;
  margin-top: 70px;
}
.company_sec01 li .container table.btm {
  width: 820px;
}
.company_sec01 li .container .map {
  position: absolute;
  top: 145px;
  right: 0;
}
.company_sec01 li .container .map iframe {
  width: 440px;
  height: 400px;
}
.company_sec01 li .container .history {
  margin: 55px auto 0;
  width: 890px;
}
.company_sec01 li .container .history th, .company_sec01 li .container .history td {
  padding: 3px 10px;
}
.company_sec01 li .container .history th {
  width: 400px;
  text-align: right;
  font-size: 15px;
  padding-right: 2em;
  vertical-align: middle;
}
.company_sec01 li .container .history th span {
  font-family: "Crimson Text", serif;
  font-style: italic;
  font-size: 32px;
  letter-spacing: 0.1em;
  margin-right: 0.25em;
}
.company_sec01 li .container .history td {
  font-size: 16px;
  width: 490px;
}
.company_sec01 li:nth-child(2n) .container:after {
  right: auto;
  left: 820px;
}

.company_sec02 {
  padding: 50px 0;
  background: url("../img/common/bg01.png");
  margin-bottom: 75px;
}
.company_sec02 .container {
  width: 888px;
  background: #FFF;
  padding-bottom: 140px;
}
.company_sec02 .container .ttl {
  text-align: center;
  font-size: 26px;
  padding: 100px 0 50px;
}
.company_sec02 .container .ttl span {
  display: block;
  font-family: "Crimson Text", serif;
  font-style: italic;
  font-size: 15px;
  letter-spacing: 0.066em;
  margin-bottom: 10px;
}
.company_sec02 .container .txt01 {
  margin-top: -0.5em;
  font-size: 21px;
  line-height: 3;
  text-align: center;
}
.company_sec02 .container .txt02 {
  text-align: center;
  font-size: 17px;
}
.company_sec02 .container .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 650px;
  position: relative;
  left: 4em;
}
.company_sec02 .container .list li {
  width: 50%;
  font-size: 21px;
  margin-top: 50px;
}

/* ======================================================================
 contact
====================================================================== */
.contact_kv {
  position: relative;
}
.contact_kv.logo_bg:after {
  top: 155px;
}
.contact_kv .container {
  width: 1280px;
}
.contact_kv .container .ttl {
  text-align: center;
  font-size: 16px;
  margin-bottom: 60px;
}
.contact_kv .container .ttl span {
  display: block;
  font-family: "Crimson Text", serif;
  font-style: italic;
  font-size: 32px;
  letter-spacing: 0.033em;
  margin-bottom: 3px;
}

.conatct_sec01 {
  padding-bottom: 80px;
}
.conatct_sec01 .container {
  font-size: 15px;
}
.conatct_sec01 .container > .txt {
  text-align: center;
  line-height: 2;
}
.conatct_sec01 .container > .txt strong {
  font-size: 25px;
}
.conatct_sec01 .container .form {
  width: 890px;
  margin: 60px auto 0;
}
.conatct_sec01 .container .form .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 24px;
}
.conatct_sec01 .container .form .box .ttl {
  position: relative;
  width: 230px;
  margin-right: 20px;
  padding-top: 12px;
}
.conatct_sec01 .container .form .box .ttl:before {
  content: "●";
  color: #ccc;
  font-size: 10px;
  vertical-align: middle;
  display: inline-block;
  margin: 0 10px 3px 0;
}
.conatct_sec01 .container .form .box .ttl span {
  width: 40px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #FFF;
  font-size: 13px;
  background: #d00f0f;
  position: absolute;
  right: 0;
  top: 8px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.conatct_sec01 .container .form .box .input {
  width: 640px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.conatct_sec01 .container .form .box .input input[type=text], .conatct_sec01 .container .form .box .input input[type=email], .conatct_sec01 .container .form .box .input input[type=tel], .conatct_sec01 .container .form .box .input textarea {
  border: 1px solid #000;
  padding: 10px;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.3;
}
.conatct_sec01 .container .form .box .input input[type=text], .conatct_sec01 .container .form .box .input input[type=email], .conatct_sec01 .container .form .box .input input[type=tel] {
  width: 340px;
}
.conatct_sec01 .container .form .box .input textarea {
  width: 620px;
  height: 84px;
}
.conatct_sec01 .container .form .box .input .txt {
  padding: 12px 0 0 15px;
}
.conatct_sec01 .container .form .radio {
  padding-top: 12px;
}
.conatct_sec01 .container .form .radio label {
  cursor: pointer;
  margin-right: 30px;
}
.conatct_sec01 .container .form .radio label span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 3px 0;
}
.conatct_sec01 .container .form .radio label span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #000;
  background: #FFF;
  width: 16px;
  height: 16px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.conatct_sec01 .container .form .radio label input {
  display: none;
}
.conatct_sec01 .container .form .radio label.mfp_checked input + span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: #000;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: auto;
}
.conatct_sec01 .container .form .privacy {
  background: url("../img/common/bg01.png");
  padding: 30px 0;
  margin: 60px 0 40px;
  text-align: center;
}
.conatct_sec01 .container .form .privacy .mfp_err {
  width: 300px;
  text-align: center;
  margin: auto;
}
.conatct_sec01 .container .form .check label {
  cursor: pointer;
}
.conatct_sec01 .container .form .check label span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 3px 0;
}
.conatct_sec01 .container .form .check label span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #000;
  background: #FFF;
  width: 16px;
  height: 16px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.conatct_sec01 .container .form .check label input {
  display: none;
}
.conatct_sec01 .container .form .check label.mfp_checked input + span:before {
  background: #000;
}
.conatct_sec01 .container .form .check label.mfp_checked input + span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
  left: 6px;
  top: 4px;
  width: 4px;
  height: 8px;
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}
.conatct_sec01 .container .form .submit {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.conatct_sec01 .container .form .submit input,
.conatct_sec01 .container .form .submit button {
  cursor: pointer;
  border: none;
  width: 285px;
  height: 46px;
  line-height: 46px;
  background: #000;
  color: #FFF;
  font-family: "Crimson Text", serif;
  font-size: 15px;
}
.conatct_sec01 .container .form .submit button {
  border-radius: 0;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  padding: 0;
}

/* ======================================================================
 privacy
====================================================================== */
.privacy_kv {
  position: relative;
}
.privacy_kv.logo_bg:after {
  top: 155px;
}
.privacy_kv .container {
  width: 1280px;
}
.privacy_kv .container .ttl {
  text-align: center;
  font-size: 16px;
  margin-bottom: 60px;
}
.privacy_kv .container .ttl span {
  display: block;
  font-family: "Crimson Text", serif;
  font-style: italic;
  font-size: 32px;
  letter-spacing: 0.033em;
  margin-bottom: 3px;
}

.privacy_sec01 {
  padding-bottom: 150px;
  line-height: 2;
}
.privacy_sec01 .container {
  width: 890px;
}
.privacy_sec01 .container .box {
  margin-top: 70px;
}
.privacy_sec01 .container .box > .ttl {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.privacy_sec01 .container .box > .ttl:after {
  content: "";
  display: block;
  width: 88px;
  height: 1px;
  background: #000;
  margin: 15px auto 0;
}
.privacy_sec01 .container .box > .txt {
  margin-top: 2em;
}
.privacy_sec01 .container .box > .txt.right {
  text-align: right;
}
.privacy_sec01 .container .box > .txt strong {
  font-weight: bold;
}
.privacy_sec01 .container .box > .txt a {
  text-decoration: underline;
}
.privacy_sec01 .container .box .inquiry {
  border: 1px solid #000;
  margin-top: 40px;
  width: 100%;
}
.privacy_sec01 .container .box .inquiry .ttl {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 20px;
  border-bottom: 1px solid #000;
}
.privacy_sec01 .container .box .inquiry .txt {
  font-size: 15px;
  padding: 20px 40px;
}
.privacy_sec01 .container .box .link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: 150px;
}
.privacy_sec01 .container .box .link a {
  width: 256px;
  height: 46px;
  line-height: 46px;
  border: 1px solid #000;
  text-align: center;
  font-size: 15px;
}
.privacy_sec01 .container .box .link a:not(:last-child) {
  margin-right: 20px;
}

/* ======================================================================
 sitemap
====================================================================== */
.sitemap_kv {
  position: relative;
}
.sitemap_kv.logo_bg:after {
  top: 155px;
}
.sitemap_kv .container {
  width: 1280px;
}
.sitemap_kv .container .ttl {
  text-align: center;
  font-size: 16px;
  margin-bottom: 60px;
}
.sitemap_kv .container .ttl span {
  display: block;
  font-family: "Crimson Text", serif;
  font-style: italic;
  font-size: 32px;
  letter-spacing: 0.033em;
  margin-bottom: 3px;
}

.sitemap_sec01 .container {
  width: 890px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sitemap_sec01 .container a {
  width: 425px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 16px;
  text-align: center;
  padding-bottom: 28px;
  margin-bottom: 28px;
}
.sitemap_sec01 .container a:nth-child(2n) {
  margin-left: 40px;
}

.sitemap_sec02 {
  padding-top: 100px;
  margin-bottom: 140px;
}
.sitemap_sec02 .ttl {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.sitemap_sec02 .ttl:after {
  content: "";
  display: block;
  width: 88px;
  height: 1px;
  background: #000;
  margin: 15px auto 0;
}
.sitemap_sec02 .container {
  width: 890px;
  padding-top: 60px;
}
.sitemap_sec02 .container a {
  display: block;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  font-size: 16px;
  text-align: center;
  padding-bottom: 28px;
  margin-bottom: 28px;
}
