@charset "UTF-8";
/*--------------------------------------------------------------------------
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
---------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

html {
  overflow-y: scroll;
}

body {
  line-height: 1;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

ul, ol, li {
  list-style: none;
}

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

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

[hidden] {
  display: none;
}

address {
  font-style: normal;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*******************************/
.bldFnt {
  font-weight: bold !important;
}

.nmlFnt {
  font-weight: normal !important;
}

.lrgFnt110 {
  font-size: 110% !important;
}

.lrgFnt120 {
  font-size: 120% !important;
}

.lrgFnt130 {
  font-size: 130% !important;
}

.lrgFnt140 {
  font-size: 140% !important;
}

.smlFnt90 {
  font-size: 90% !important;
}

.smlFnt85 {
  font-size: 85% !important;
}

.smlFnt80 {
  font-size: 80% !important;
}

.taLeft {
  text-align: left !important;
}

.taRight {
  text-align: right !important;
}

.taCtr {
  text-align: center !important;
}

.flLeft {
  float: left !important;
}

.flRight {
  float: right !important;
}

.flClr {
  clear: both !important;
}

.psRel {
  position: relative !important;
}

.psAbs {
  position: absolute !important;
}

.topMrg0 {
  margin-top: 0 !important;
}

.topMrg5 {
  margin-top: 5px !important;
}

.topMrg10 {
  margin-top: 10px !important;
}

.topMrg15 {
  margin-top: 15px !important;
}

.topMrg20 {
  margin-top: 20px !important;
}

.topMrg25 {
  margin-top: 25px !important;
}

.topMrg30 {
  margin-top: 30px !important;
}

.topMrg35 {
  margin-top: 35px !important;
}

.topMrg40 {
  margin-top: 40px !important;
}

.topMrg50 {
  margin-top: 50px !important;
}

.topMrg60 {
  margin-top: 60px !important;
}

.topMrg70 {
  margin-top: 70px !important;
}

.topMrg80 {
  margin-top: 80px !important;
}

.topMrg90 {
  margin-top: 90px !important;
}

.topMrg100 {
  margin-top: 100px !important;
}

.topPdd0 {
  padding-top: 0 !important;
}

.topPdd5 {
  padding-top: 5px !important;
}

.topPdd10 {
  padding-top: 10px !important;
}

.topPdd15 {
  padding-top: 15px !important;
}

.topPdd20 {
  padding-top: 20px !important;
}

.topPdd25 {
  padding-top: 25px !important;
}

.topPdd30 {
  padding-top: 30px !important;
}

.topPdd40 {
  padding-top: 40px !important;
}

.topPdd50 {
  padding-top: 50px !important;
}

.btmPdd0 {
  padding-bottom: 0 !important;
}

.btmPdd5 {
  padding-bottom: 5px !important;
}

.btmPdd10 {
  padding-bottom: 10px !important;
}

.btmPdd15 {
  padding-bottom: 15px !important;
}

.btmPdd20 {
  padding-bottom: 20px !important;
}

.btmPdd25 {
  padding-bottom: 25px !important;
}

.btmPdd30 {
  padding-bottom: 30px !important;
}

.btmPdd40 {
  padding-bottom: 40px !important;
}

.btmPdd50 {
  padding-bottom: 50px !important;
}

/*--------------------------------------------------------------------------
	mixin
---------------------------------------------------------------------------*/
.is-pc {
  display: block !important;
}
.is-pc.is-inline {
  display: inline !important;
}
.is-pc.is-inlineBlock {
  display: inline-block !important;
}

.is-sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .is-pc {
    display: none !important;
  }

  .is-sp {
    display: block !important;
  }
  .is-sp.is-inline {
    display: inline !important;
  }
  .is-sp.is-inlineBlock {
    display: inline-block !important;
  }
}
/*-------------------------------*/
body {
  font-size: 100%;
  line-height: 160%;
  letter-spacing: 0;
}

html > body {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0;
}

body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
  font: 14px;
  *font-size: small;
  *font: x-small;
}

/*-------------------------------*/
html, body {
  height: 100%;
}

div#all {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  width: 100%;
  padding: 0 0 0 0;
}

body > #all {
  height: auto;
}

#all {
  position: relative;
  min-width: 950px;
}

/*====================================
Header
=====================================*/
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.header .header-menu {
  display: block;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.header .header-menu .menu-trigger {
  height: 50px;
  position: relative;
  width: 50px;
  box-sizing: border-box;
  display: inline-block;
  transition: all 0.3s ease 0s;
  background: #000;
  text-align: center;
}
.header .header-menu .menu-trigger span, .header .header-menu .menu-trigger:before, .header .header-menu .menu-trigger:after {
  content: "";
  display: block;
  background-color: #fff;
  height: 3px;
  width: 30px;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 50%;
  top: -moz-calc(50% - 2px);
  top: -o-calc(50% - 2px);
  top: -webkit-calc(50% - 2px);
  top: calc(50% - 2px);
  left: 10px;
}
.header .header-menu .menu-trigger:before {
  -webkit-transform: translateY(-10px) rotate(0deg);
  -ms-transform: translateY(-10px) rotate(0deg);
  transform: translateY(-10px) rotate(0deg);
}
.header .header-menu .menu-trigger:after {
  -webkit-transform: translateY(10px) rotate(0deg);
  -ms-transform: translateY(10px) rotate(0deg);
  transform: translateY(10px) rotate(0deg);
}
.header .header-menu .menu-trigger.active:before {
  -webkit-transform: translateY(0px) rotate(-45deg);
  -ms-transform: translateY(0px) rotate(-45deg);
  transform: translateY(0px) rotate(-45deg);
}
.header .header-menu .menu-trigger.active span {
  opacity: 0;
}
.header .header-menu .menu-trigger.active:after {
  -webkit-transform: translateY(0px) rotate(45deg);
  -ms-transform: translateY(0px) rotate(45deg);
  transform: translateY(0px) rotate(45deg);
}
.header .header-menu .menu-trigger.btn {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1000;
}
.header .header-menu .header-menu-content {
  background-color: #000;
  padding: 55px 10% 0;
  position: fixed;
  left: 100%;
  top: 0;
  width: 80%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  transition: all 0.5s;
}
.header .header-menu .header-menu-content ul {
  overflow: hidden;
}
.header .header-menu .header-menu-content a {
  color: #ffffff;
  display: block;
  font-size: 23px;
  padding: 20px 0;
  letter-spacing: 5px;
  line-height: 1.4;
  text-align: center;
  width: 100%;
}
.header .header-menu.active .header-menu-content {
  left: 0;
  opacity: 1;
  transition: all 0.5s;
}

.wrap {
  width: 950px;
  margin: 0 auto;
  position: relative;
}
.wrap:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  width: 100%;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}

.sec01 {
  background-image: url(../images/sec01_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1128px;
}
.sec01 .title {
  position: absolute;
  top: 59px;
  left: 22px;
}
.sec01 .logo {
  position: absolute;
  top: 349px;
  left: 572px;
}
.sec01 .text {
  position: absolute;
  top: 694px;
  left: 90px;
}
.sec01 .figs01 {
  position: absolute;
  top: 260px;
  left: -45px;
}
.sec01 .figs02 {
  position: absolute;
  top: 120px;
  left: 676px;
}
.sec01 .figs03 {
  position: absolute;
  top: 582px;
  left: 440px;
}
.sec01 .shadow {
  position: absolute;
  top: 316px;
  left: 333px;
  mix-blend-mode: multiply;
}
.sec01 .caramel {
  position: absolute;
  top: 0;
  left: 357px;
  z-index: 100;
}

.sec02 .sec_head {
  background: #5d2200;
  background: -moz-linear-gradient(top, #5d2200 0%, #823002 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #5d2200), color-stop(100%, #823002));
  background: -webkit-linear-gradient(top, #5d2200 0%, #823002 100%);
  background: -o-linear-gradient(top, #5d2200 0%, #823002 100%);
  background: -ms-linear-gradient(top, #5d2200 0%, #823002 100%);
  background: linear-gradient(to bottom, #5d2200 0%, #823002 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d2200', endColorstr='#823002', GradientType=0 );
  text-align: right;
}
.sec02 .sec_body {
  background-image: url(../images/sec02_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 561px;
}
.sec02 .sec_body .text01 {
  position: absolute;
  top: 40px;
  left: 490px;
  width: 440px;
}
.sec02 .sec_body .text02, .sec02 .sec_body .text03 {
  position: absolute;
}
.sec02 .sec_body .text02 .title, .sec02 .sec_body .text03 .title {
  color: #bf2e00;
  background-image: url(../images/sec02_border.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sec02 .sec_body .text02 {
  top: 150px;
  left: 50px;
  width: 390px;
}
.sec02 .sec_body .text03 {
  top: 350px;
  left: 50px;
  width: 335px;
}
.sec02 .sec_body strong {
  color: #bf2e00;
  font-size: 17px;
}
.sec02 .sec_body .figs01, .sec02 .sec_body .figs02, .sec02 .sec_body .figs03 {
  position: absolute;
}
.sec02 .sec_body .figs01 {
  top: -267px;
  left: 90px;
}
.sec02 .sec_body .figs01 .inbox {
  color: #fff;
  width: 210px;
  height: 210px;
  background: #a94113;
  background: -moz-linear-gradient(top, #a94113 0%, #d2541d 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #a94113), color-stop(100%, #d2541d));
  background: -webkit-linear-gradient(top, #a94113 0%, #d2541d 100%);
  background: -o-linear-gradient(top, #a94113 0%, #d2541d 100%);
  background: -ms-linear-gradient(top, #a94113 0%, #d2541d 100%);
  background: linear-gradient(to bottom, #a94113 0%, #d2541d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a94113', endColorstr='#d2541d', GradientType=0 );
  border-radius: 50%;
  box-sizing: border-box;
  text-align: center;
  font-size: 15px;
  padding: 10px;
  position: absolute;
  bottom: -25px;
  left: -65px;
  line-height: 1.3;
}
.sec02 .sec_body .figs01 .inbox .logo {
  width: 73px;
  margin: 0 auto 10px;
}
.sec02 .sec_body .figs02 {
  top: 244px;
  left: 380px;
}
.sec02 .sec_body .figs03 {
  top: 157px;
  left: 600px;
}

.sec03 .sec_head {
  background: #3c0a01;
  background: -moz-linear-gradient(top, #3c0a01 0%, #480d02 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #3c0a01), color-stop(100%, #480d02));
  background: -webkit-linear-gradient(top, #3c0a01 0%, #480d02 100%);
  background: -o-linear-gradient(top, #3c0a01 0%, #480d02 100%);
  background: -ms-linear-gradient(top, #3c0a01 0%, #480d02 100%);
  background: linear-gradient(to bottom, #3c0a01 0%, #480d02 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c0a01', endColorstr='#480d02', GradientType=0 );
  text-align: right;
}
.sec03 .sec_body {
  background: #582712;
  background: -moz-linear-gradient(top, #582712 0%, #2d1103 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #582712), color-stop(100%, #2d1103));
  background: -webkit-linear-gradient(top, #582712 0%, #2d1103 100%);
  background: -o-linear-gradient(top, #582712 0%, #2d1103 100%);
  background: -ms-linear-gradient(top, #582712 0%, #2d1103 100%);
  background: linear-gradient(to bottom, #582712 0%, #2d1103 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#582712', endColorstr='#2d1103', GradientType=0 );
  height: 950px;
}
.sec03 .sec_body .text01, .sec03 .sec_body .text02, .sec03 .sec_body .text03,
.sec03 .sec_body .figs01, .sec03 .sec_body .figs02, .sec03 .sec_body .figs03 {
  position: absolute;
}
.sec03 .sec_body .text01, .sec03 .sec_body .text02, .sec03 .sec_body .text03 {
  color: #fff;
  width: 460px;
}
.sec03 .sec_body .text01 .title, .sec03 .sec_body .text02 .title, .sec03 .sec_body .text03 .title {
  color: #ffcc00;
  font-size: 18px;
  margin-bottom: 10px;
}
.sec03 .sec_body .text01 {
  top: 40px;
  left: 475px;
}
.sec03 .sec_body .text02 {
  top: 240px;
  left: 475px;
}
.sec03 .sec_body .text03 {
  top: 410px;
  left: 20px;
}
.sec03 .sec_body .figs01 {
  top: -95px;
  left: -30px;
}
.sec03 .sec_body .figs02 {
  top: 455px;
  left: 480px;
}
.sec03 .sec_body .figs03 {
  top: 640px;
  left: 20px;
}

.sec04 {
  background-image: url(../images/sec04_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0 55px;
}
.sec04 .wrap {
  width: 910px;
  padding: 0 20px;
}
.sec04 .wrap .lineup_wrap {
  display: table;
  width: 100%;
  margin-top: 65px;
}
.sec04 .wrap .lineup_wrap .lineup_box {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
}
.sec04 .wrap .lineup_wrap .lineup_box .lineup:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  width: 100%;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
.sec04 .wrap .lineup_wrap .lineup_box .lineup li {
  float: left;
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
    width: 48%;
}
.sec04 .wrap .lineup_wrap .lineup_box .lineup li img{
    max-width: 100%;
}
.sec04 .wrap .lineup_wrap .lineup_box .lineup{
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
	-webkit-justify-content: center;
			justify-content: center;
	-webkit-align-items: flex-start;
			align-items: flex-start;
	-webkit-align-content: center;
			align-content: center;
}
.sec04 .wrap .lineup_wrap .lineup_box .lineup li:not(:last-child) {
 /* margin-right: 25px;*/
}
.sec04 .wrap .lineup_wrap .lineup_box .text {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", Verdana, serif;
  display: inline-block;
  color: #fff7b4;
  background-color: #740f00;
  padding: 5px 20px;
  margin-top: 25px;
  font-size: 15px;
}
.sec04 .wrap .btm {
  color: #3a1304;
  text-align: center;
  margin-top: 55px;
  font-size: 18px;
}
.sec04 .wrap .btm a {
  color: #3a1304;
}
.sec04 .wrap .since {
  position: absolute;
  top: -30px;
  left: 665px;
}

.sec05 {
  background-color: #3a1304;
  padding: 55px 0 90px;
}
.sec05 .wrap {
  width: 910px;
  padding: 0 20px;
}
.sec05 .wrap .title {
  text-align: center;
}
.sec05 .wrap #instafeed {
  width: 925px;
  margin: 50px -15px 0 0;
}
.sec05 .wrap #instafeed:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  width: 100%;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
.sec05 .wrap #instafeed li {
  float: left;
  margin: 0 15px 16px 0;
  height: 0;
  overflow: hidden;
}
.sec05 .wrap #instafeed li:not(:first-child) {
  width: 25%;
  padding-bottom: -moz-calc(25% - 15px);
  padding-bottom: -o-calc(25% - 15px);
  padding-bottom: -webkit-calc(25% - 15px);
  padding-bottom: calc(25% - 15px);
  width: -moz-calc(25% - 15px);
  width: -o-calc(25% - 15px);
  width: -webkit-calc(25% - 15px);
  width: calc(25% - 15px);
}
.sec05 .wrap #instafeed li:first-child {
  width: 50%;
  padding-bottom: -moz-calc(50% - 15px);
  padding-bottom: -o-calc(50% - 15px);
  padding-bottom: -webkit-calc(50% - 15px);
  padding-bottom: calc(50% - 15px);
  width: -moz-calc(50% - 15px);
  width: -o-calc(50% - 15px);
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
}
.sec05 .wrap #instafeed li img {
  width: 100%;
  height: auto;
}
.sec05 .wrap .link {
  text-align: right;
}

.maker {
  background-image: url(../images/maker_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 95px;
}
.maker:before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: #958840;
  background: -moz-linear-gradient(left, #958840 0%, #958840 15%, #e3d480 38%, #c2b464 60%, #e2d89f 80%, #e2d89f 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #958840), color-stop(15%, #958840), color-stop(38%, #e3d480), color-stop(60%, #c2b464), color-stop(80%, #e2d89f), color-stop(100%, #e2d89f));
  background: -webkit-linear-gradient(left, #958840 0%, #958840 15%, #e3d480 38%, #c2b464 60%, #e2d89f 80%, #e2d89f 100%);
  background: -o-linear-gradient(left, #958840 0%, #958840 15%, #e3d480 38%, #c2b464 60%, #e2d89f 80%, #e2d89f 100%);
  background: -ms-linear-gradient(left, #958840 0%, #958840 15%, #e3d480 38%, #c2b464 60%, #e2d89f 80%, #e2d89f 100%);
  background: linear-gradient(to right, #958840 0%, #958840 15%, #e3d480 38%, #c2b464 60%, #e2d89f 80%, #e2d89f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#958840', endColorstr='#e2d89f', GradientType=1 );
}
.maker .wrap {
  padding-top: 274px;
}
.maker .wrap .title {
  position: absolute;
  top: -10px;
  left: auto;
}
.maker .wrap .qa_wrap {
  overflow: hidden;
  position: relative;
}
.maker .wrap .qa_wrap .question {
  width: 953px;
  margin-right: -3px;
}
.maker .wrap .qa_wrap .question:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  width: 100%;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
.maker .wrap .qa_wrap .question li {
  box-shadow: inset 0 0 0 6px #ffe8d0, inset 0 0 0 7px #8b774e;
  background-color: #ffe8d0;
  float: left;
  width: 235px;
  width: -moz-calc((100%/4) - 3px);
  width: -o-calc((100%/4) - 3px);
  width: -webkit-calc((100%/4) - 3px);
  width: calc((100%/4) - 3px);
  height: 230px;
  margin-right: 3px;
}
.maker .wrap .qa_wrap .question li .text {
  height: 170px;
  position: relative;
}
.maker .wrap .qa_wrap .question li .text span {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", Verdana, serif;
  color: #2c0505;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  position: absolute;
  line-height: 1.8;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.maker .wrap .qa_wrap .question li:nth-child(2) .text span {
  width: 10em;
}
.maker .wrap .qa_wrap .question li:nth-child(3) .text span {
  width: 7em;
}
.maker .wrap .qa_wrap .question li .link {
  display: block;
  width: 103px;
  margin: 0 auto;
}
.maker .wrap .qa_wrap .question li .link:hover {
  opacity: 0.7;
}
.maker .wrap .qa_wrap .answer li {
  position: absolute;
  top: 0;
  left: -100%;
  width: 0;
  height: 100%;
  background-color: #481c07;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}
.maker .wrap .qa_wrap .answer li#answer01 {
  left: -moz-calc(((100%/8) - 3px) * 1);
  left: -o-calc(((100%/8) - 3px) * 1);
  left: -webkit-calc(((100%/8) - 3px) * 1);
  left: calc(((100%/8) - 3px) * 1);
}
.maker .wrap .qa_wrap .answer li#answer02 {
  left: -moz-calc(((100%/8) - 3px) * 3);
  left: -o-calc(((100%/8) - 3px) * 3);
  left: -webkit-calc(((100%/8) - 3px) * 3);
  left: calc(((100%/8) - 3px) * 3);
}
.maker .wrap .qa_wrap .answer li#answer03 {
  left: -moz-calc(((100%/8) - 3px) * 5);
  left: -o-calc(((100%/8) - 3px) * 5);
  left: -webkit-calc(((100%/8) - 3px) * 5);
  left: calc(((100%/8) - 3px) * 5);
}
.maker .wrap .qa_wrap .answer li#answer04 {
  left: -moz-calc(((100%/8) - 3px) * 7);
  left: -o-calc(((100%/8) - 3px) * 7);
  left: -webkit-calc(((100%/8) - 3px) * 7);
  left: calc(((100%/8) - 3px) * 7);
}
.maker .wrap .qa_wrap .answer li.opn {
  left: 0 !important;
  border-width: 0 15px;
  border-color: #dca13e;
  border-style: solid;
  width: -moz-calc(100% - 30px);
  width: -o-calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
}
.maker .wrap .qa_wrap .answer li .inner {
  width: 100%;
  padding: 30px 30px 0;
  font-size: 17px;
  line-height: 1.8;
  box-sizing: border-box;
  position: relative;
  white-space: nowrap;
}
.maker .wrap .qa_wrap .answer li .inner .q_txt {
  color: #fff;
  opacity: 0.3;
  margin-bottom: 10px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", Verdana, serif;
  font-weight: normal;
}
.maker .wrap .qa_wrap .answer li .inner .a_txt {
  color: #fff;
}
.maker .wrap .qa_wrap .answer li .inner .close {
  display: block;
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
  position: absolute;
  top: 10px;
  right: 10px;
}
.maker .wrap .qa_wrap .answer li .inner .close:before, .maker .wrap .qa_wrap .answer li .inner .close:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: -moz-calc(50% - 1px);
  top: -o-calc(50% - 1px);
  top: -webkit-calc(50% - 1px);
  top: calc(50% - 1px);
  left: 5px;
}
.maker .wrap .qa_wrap .answer li .inner .close:before {
  -webkit-transform: translateY(0px) rotate(-45deg);
  -ms-transform: translateY(0px) rotate(-45deg);
  transform: translateY(0px) rotate(-45deg);
}
.maker .wrap .qa_wrap .answer li .inner .close:after {
  -webkit-transform: translateY(0px) rotate(45deg);
  -ms-transform: translateY(0px) rotate(45deg);
  transform: translateY(0px) rotate(45deg);
}

#popcorn {
  position: absolute;
  top: 145px;
  left: 50%;
  left: -moz-calc(50% - 154px);
  left: -o-calc(50% - 154px);
  left: -webkit-calc(50% - 154px);
  left: calc(50% - 154px);
}

/*====================================
footer
=====================================*/
.footer {
  background-color: #000;
}
.footer .top {
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  display: inline-block;
}
.footer .top .left {
  width: 50%;
  float: left;
  font-size: 18px;
  line-height: 1.7;
}
.footer .top .right {
  width: 50%;
  float: left;
  font-size: 16px;
  line-height: 1.9;
}
.footer .top .right .btn {
  border: 2px solid #ffffff;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  width: 100%;
  color: #ffffff;
}
.footer .top .right .btn:hover {
  background: #ffffff;
  color: #666666;
}
.footer .bottom {
  padding-top: 20px;
  padding-bottom: 40px;
  width: 100%;
  display: inline-block;
  position: relative;
}
.footer .bottom .copyright {
  color: #fff;
  font-size: 12px;
  line-height: 2.5;
  position: absolute;
  right: 210px;
}
.footer .bottom .logo {
  float: right;
    max-width: 180px;
}
.footer .bottom .logo img{
    max-width: 100%;
}

/*# sourceMappingURL=style.css.map */
