@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

address {
  font-style: normal;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*	preload
---------------------------------*/
body:after {
  content: url(../images/bg_main.png);
  display: none;
}

/*	common
---------------------------------*/
body {
  color: #000;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-weight: 500;
  font-size: 16px;
  word-wrap: break-word;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  visibility: hidden;
}
@media screen and (max-width: 1220px) {
  body {
    width: 1220px;
  }
}
@media screen and (max-width: 640px) {
  body {
    width: 100%;
    font-size: 14px;
  }
}

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

a:active, a:focus {
  outline: none;
}

.btn {
  opacity: 1;
  transition: opacity 0.7s;
}

.btn:hover {
  opacity: 0.3;
}

.anc {
  margin-top: -54px;
  padding-top: 54px;
}
@media screen and (max-width: 640px) {
  .anc {
    margin-top: 0;
    padding-top: 0;
  }
}

.anc_s {
  margin-top: -54px;
  padding-top: 54px;
}
@media screen and (max-width: 640px) {
  .anc_s {
    margin-top: -13.48vw;
    padding-top: 13.48vw;
  }
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 120%;
}

p {
  text-align: justify;
}

.cl:before, .cl:after {
  content: " ";
  display: table;
}

.cl:after {
  clear: both;
}

.cl {
  *zoom: 1;
  display: block;
}

.block_p {
  display: block;
}
@media screen and (max-width: 640px) {
  .block_p {
    display: none;
  }
}

.block_s {
  display: none;
}
@media screen and (max-width: 640px) {
  .block_s {
    display: block;
  }
}

.inline_p {
  display: inline;
}
@media screen and (max-width: 640px) {
  .inline_p {
    display: none;
  }
}

.inline_s {
  display: none;
}
@media screen and (max-width: 640px) {
  .inline_s {
    display: inline;
  }
}

/*	pages
---------------------------------*/
@media (max-width: 640px) {
  .image {
    display: none;
  }
}

.image_s {
  display: none;
}
@media (max-width: 640px) {
  .image_s {
    display: inline;
  }
}

.campaign-flag-2021-autumn {
  padding: 60px 0 0;
}
@media (max-width: 640px) {
  .campaign-flag-2021-autumn {
    padding: 10vw 0 10vw;
  }
}
.campaign-flag-2021-autumn figure {
  width: 980px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .campaign-flag-2021-autumn figure {
    width: 88vw;
  }
}

.menu_btns {
  height: 562px;
  background: url(../images/btn_menu/bg_yasai.jpg);
  background-size: auto 562px;
  background-repeat: repeat-x;
  background-position: center top;
}
@media screen and (max-width: 640px) {
  .menu_btns {
    height: 68vw;
    background: url(../images/btn_menu/bg_yasai_s.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
  }
}
.menu_btns .box {
  width: 855px;
  height: 562px;
  margin: 0 auto;
  background-image: url(../images/btn_menu/zabuton.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .menu_btns .box {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: none;
    position: relative;
  }
}
.menu_btns .box .text {
  display: block;
  width: 606px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 110px;
}
@media screen and (max-width: 640px) {
  .menu_btns .box .text {
    display: none;
  }
}
.menu_btns .box a {
  display: block;
  transition: all 0.5s;
  position: absolute;
}
.menu_btns .box a.n1 {
  width: 305px;
  top: 404px;
  right: 214px;
}
@media screen and (max-width: 640px) {
  .menu_btns .box a.n1 {
    width: 80.5vw;
    top: 7vw;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.menu_btns .box a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 640px) {
  .menu_btns .box a:hover {
    opacity: 1;
  }
}

.cut_meal .bg_cork {
  padding: 60px 0 60px;
}
@media (max-width: 640px) {
  .cut_meal .bg_cork {
    padding: 10vw 0 10vw;
  }
}
.cut_meal span {
  display: block;
  width: 980px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 640px) {
  .cut_meal span {
    width: 94%;
    margin: 0 auto;
  }
}
.cut_meal span .label {
  display: block;
  width: 90px;
  position: absolute;
  top: -10px;
  left: 200px;
}
@media (max-width: 640px) {
  .cut_meal span .label {
    display: none;
  }
}
.cut_meal span .label_s {
  display: none;
}
@media (max-width: 640px) {
  .cut_meal span .label_s {
    display: block;
    width: 16vw;
    position: absolute;
    top: -6vw;
    left: 14vw;
  }
}

.ttl_confirm {
  background: #E9E9E9;
  font-size: 22px;
  font-weight: bold;
  padding: 14px 16px 10px;
  line-height: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .ttl_confirm {
    font-size: 16px;
  }
}

.area_attention {
  width: 980px;
  margin: 0 auto 60px;
  box-sizing: border-box;
  border: 2px solid #E40112;
  padding: 26px 36px 26px;
  background: white;
}
@media screen and (max-width: 640px) {
  .area_attention {
    width: 94%;
    margin: 0 auto 60px;
    box-sizing: border-box;
    border: 2px solid #E40112;
    padding: 5vw;
    background: white;
  }
}
.area_attention.in_form {
  width: 100%;
  margin: 0 auto 20px;
  border: none;
  padding: 0;
}
@media screen and (max-width: 640px) {
  .area_attention.in_form .ttl_area_attention {
    font-size: 16px;
  }
}
.area_attention .ttl_area_attention {
  color: #E40112;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .area_attention .ttl_area_attention {
    font-size: 18px;
  }
}
.area_attention .ttl_area_attention .label {
  font-size: 14px;
  color: white;
  display: inline-block;
  padding: 3px 10px 3px;
  background: #E40112;
  position: relative;
  top: -3px;
}
@media screen and (max-width: 640px) {
  .area_attention .ttl_area_attention .label {
    font-size: 14px;
    color: white;
    display: block;
    padding: 3vw;
    background: #E40112;
    position: static;
    top: initial;
    margin-top: 2vw;
  }
}
.area_attention p {
  color: #E40112;
  font-size: 15px;
  font-weight: bold;
  line-height: 150%;
}
.area_attention p .cap {
  display: block;
}

.bg_cork {
  background: url(../images/bg_cork.jpg);
}

header {
  background: white;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 640px) {
  header {
    background: none;
    box-shadow: none;
  }
}
header .normal {
  min-width: 1220px;
  padding: 10px 0;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  header .normal {
    display: none;
  }
}
header .normal .logo {
  display: block;
  width: 160px;
  float: left;
  margin-left: 20px;
}
header .normal nav {
  float: right;
  margin-top: 5px;
  margin-right: 20px;
}
header .normal nav ul {
  overflow: hidden;
}
header .normal nav ul > li {
  float: left;
  height: 22px;
  background: url(../images/nav_bar.png) no-repeat left top;
  background-size: 2px auto;
}
header .normal nav ul > li:last-child {
  background: url(../images/nav_bar.png) no-repeat left top, url(../images/nav_bar.png) no-repeat right top;
  background-size: 2px auto, 2px auto;
}
header .normal nav ul > li > a {
  display: block;
  transition: all 0.5s;
}
header .normal nav ul > li > a:hover {
  opacity: 0.5;
}
header .normal nav ul > li > a > img {
  width: auto;
  height: 22px;
  padding: 0 20px;
}
header .device {
  display: none;
}
@media screen and (max-width: 640px) {
  header .device {
    display: block;
    background: white;
    overflow: hidden;
    padding: 3vw;
  }
  header .device .logo {
    display: block;
    width: 35%;
    float: left;
  }
  header .device .toggle {
    display: block;
    width: 7%;
    float: right;
  }
  header .device.sticky {
    background: none;
  }
  header .device.sticky .logo {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  header.active .device.sticky {
    background: white;
  }
}
header #global_s {
  display: none;
}
@media screen and (min-width: 640px) {
  header #global_s {
    display: none !important;
  }
}
header #global_s .btn_official_s {
  display: block;
  width: 70vw;
  margin: 0 auto;
}
header #global_s ul {
  padding: 0 0 5vw;
  background: white;
}
header #global_s ul > li {
  background: url(../images/border.png) no-repeat center bottom;
  background-size: 100% auto;
}
header #global_s ul > li:first-child {
  background: url(../images/border.png) no-repeat center bottom, url(../images/border.png) no-repeat center top;
  background-size: 100% auto, 100% auto;
}
header #global_s ul > li:last-child {
  background: none;
}
header #global_s ul > li:last-child a {
  padding: 6vw 0 3vw;
}
header #global_s ul > li > a {
  display: block;
  padding: 3vw 0;
}

#floating {
  display: block;
  width: 230px;
  position: fixed;
  top: 460px;
  right: 3%;
  z-index: 10000;
}
@media screen and (max-width: 640px) {
  #floating {
    display: block;
    width: 24vw;
    position: fixed;
    top: auto;
    bottom: 20px;
    right: 10px;
    z-index: 10000;
  }
}

#mainvisual {
  background-image: url(../images/bg_main.png), url(../images/bg_cork_line.jpg);
  background-position: center top, left bottom;
  background-repeat: no-repeat, repeat-x;
  background-size: 1340px auto, auto;
  background-color: #e40112;
  height: 549px;
  box-sizing: border-box;
  margin-top: 54px;
}
@media screen and (max-width: 640px) {
  #mainvisual {
    background: none;
    height: auto;
    margin-top: 12vw;
  }
}
#mainvisual > img {
  display: none;
}
@media screen and (max-width: 640px) {
  #mainvisual > img {
    display: block;
  }
}

#about {
  padding: 60px 0 130px;
}
@media screen and (max-width: 640px) {
  #about {
    padding: 10vw 0 5vw;
  }
}
#about .ttl {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  #about .ttl {
    margin-bottom: 5vw;
  }
}
#about .ttl > img {
  width: 466px;
  height: auto;
}
@media screen and (max-width: 640px) {
  #about .ttl > img {
    width: 100%;
    height: auto;
  }
}
#about .what {
  width: 980px;
  margin: 0 auto 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #about .what {
    width: 94%;
    margin: 0 auto;
    text-align: center;
  }
}
#about .what p {
  display: inline-block;
  width: 32%;
  font-size: 20px;
  font-weight: bold;
  line-height: 170%;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  #about .what p {
    display: inline-block;
    width: 48%;
    font-size: 13px;
    font-weight: bold;
    line-height: 170%;
    text-align: center;
    margin-bottom: 10vw;
  }
  #about .what p:last-of-type {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  #about .what p {
    display: inline-block;
    width: 48%;
    font-size: 11px;
    font-weight: bold;
    line-height: 170%;
    text-align: center;
    margin-bottom: 10vw;
  }
}
#about .what p > strong {
  color: #e40112;
}
#about .what p > img {
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  #about .what p > img {
    margin-bottom: 5vw;
  }
}
#about .what p:nth-of-type(1) > img {
  width: 123px;
  padding-left: 50px;
}
@media screen and (max-width: 640px) {
  #about .what p:nth-of-type(1) > img {
    width: 20.6vw;
    padding-left: 3vw;
  }
}
#about .what p:nth-of-type(2) > img {
  width: 141px;
  padding-left: 30px;
}
@media screen and (max-width: 640px) {
  #about .what p:nth-of-type(2) > img {
    width: 23.8vw;
    padding-left: 3vw;
  }
}
#about .what p:nth-of-type(3) > img {
  width: 123px;
  padding-left: 50px;
}
@media screen and (max-width: 640px) {
  #about .what p:nth-of-type(3) > img {
    width: 20.6vw;
    padding-left: 3vw;
  }
}
#about .what p:nth-of-type(4) > img {
  width: 134px;
  padding-left: 50px;
}
@media screen and (max-width: 640px) {
  #about .what p:nth-of-type(4) > img {
    width: 22.5vw;
    padding-left: 3vw;
  }
}
#about .what p:nth-of-type(5) > img {
  width: 127px;
  padding-left: 50px;
}
@media screen and (max-width: 640px) {
  #about .what p:nth-of-type(5) > img {
    width: 21.3vw;
    padding-left: 0;
    margin: 0 auto 5vw;
  }
}

#week {
  padding: 120px 0 0;
}
@media screen and (max-width: 640px) {
  #week {
    padding: 10vw 0 0;
  }
}
#week .ttl {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  #week .ttl {
    margin-bottom: 5vw;
  }
}
#week .ttl > img {
  width: 734px;
  height: auto;
}
@media screen and (max-width: 640px) {
  #week .ttl > img {
    width: 100%;
    height: auto;
  }
}
#week .inner {
  background-image: url(../images/week_bg.png);
  background-repeat: no-repeat;
  background-position: center top 80px;
  background-size: 3000px auto;
}
@media screen and (max-width: 640px) {
  #week .inner {
    background-image: url(../images/week_bg_s.jpg);
    background-repeat: no-repeat;
    background-position: center top 20vw;
    background-size: 100% auto;
  }
}
#week .inner .wrap_box {
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #week .inner .wrap_box {
    width: 94%;
    margin: 0 auto;
  }
}
#week .inner .wrap_box .ttl_w {
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #week .inner .wrap_box .ttl_w {
    margin-bottom: 8vw;
  }
}
#week .inner .wrap_box .ttl_w > img:first-of-type {
  width: 262px;
  float: left;
}
@media screen and (max-width: 640px) {
  #week .inner .wrap_box .ttl_w > img:first-of-type {
    width: 40vw;
    float: left;
    padding-top: 2vw;
  }
}
#week .inner .wrap_box .ttl_w > img:last-of-type {
  width: 281px;
  float: right;
}
@media screen and (max-width: 640px) {
  #week .inner .wrap_box .ttl_w > img:last-of-type {
    width: 43vw;
    float: right;
  }
}
#week .inner .wrap_box .box {
  overflow: hidden;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  #week .inner .wrap_box .box {
    margin-bottom: 5vw;
  }
}
#week .inner .wrap_box .box:last-of-type {
  margin-bottom: 0;
  padding-bottom: 80px;
}
@media screen and (max-width: 640px) {
  #week .inner .wrap_box .box:last-of-type {
    padding-bottom: 10vw;
  }
}
#week .inner .wrap_box .box .ttl_sub {
  width: 56px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 40px;
}
@media screen and (max-width: 640px) {
  #week .inner .wrap_box .box .ttl_sub {
    width: 8vw;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 6vw;
  }
}
#week .inner .wrap_box .box .data {
  width: 400px;
}
@media screen and (max-width: 640px) {
  #week .inner .wrap_box .box .data {
    width: 38vw;
  }
}
#week .inner .wrap_box .box .data > figure {
  width: 215px;
  margin: 0 auto 26px;
}
@media screen and (max-width: 640px) {
  #week .inner .wrap_box .box .data > figure {
    width: 80%;
    margin: 0 auto 5vw;
  }
}
#week .inner .wrap_box .box .data > p {
  line-height: 170%;
}
@media screen and (max-width: 640px) {
  #week .inner .wrap_box .box .data > p {
    font-size: 13px;
  }
}
#week .inner .wrap_box .box .data.data_l {
  float: left;
}
#week .inner .wrap_box .box .data.data_r {
  float: right;
}
#week .inner .wrap_box .box .data.data_r > p {
  color: white;
}

.menu {
  background: url(../images/menu_bg.jpg) repeat-x center top;
  height: 562px;
}
@media screen and (max-width: 640px) {
  .menu {
    display: none;
  }
}
.menu .btn_menu {
  display: block;
  width: 853px;
  height: 562px;
  background: url(../images/menu_btn_bg.png);
  background-size: 853px 562px;
  margin: 0 auto;
}
.menu .btn_menu > img {
  display: block;
  width: 853px;
  height: 562px;
  transition: all 0.5s;
}
.menu .btn_menu:hover > img {
  opacity: 0.3;
}

.menu_s {
  display: none;
}
@media screen and (max-width: 640px) {
  .menu_s {
    display: block;
  }
  .menu_s a > img {
    width: 100%;
    height: auto;
    display: block;
  }
}

#faq {
  background: url(../images/faq_bg.jpg);
  background-size: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  padding: 100px 0 30px;
}
@media screen and (max-width: 640px) {
  #faq {
    background: url(../images/faq_bg_s.jpg);
    background-size: 100%;
    background-position: left top;
    background-repeat: no-repeat;
    padding: 10vw 0 5vw;
  }
}
#faq .ttl {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  #faq .ttl {
    margin-bottom: 5vw;
  }
}
#faq .ttl > img {
  width: 494px;
  height: auto;
}
@media screen and (max-width: 640px) {
  #faq .ttl > img {
    width: 100%;
    height: auto;
  }
}
#faq .inner {
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #faq .inner {
    width: 88%;
    margin: 0 auto;
  }
}
#faq .inner .box {
  background: #fff3e8;
  padding: 30px 30px 30px 100px;
  position: relative;
  margin-bottom: 100px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 640px) {
  #faq .inner .box {
    background: #fff3e8;
    padding: 3vw 2vw 3vw 3vw;
    position: relative;
    margin-bottom: 10vw;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
}
#faq .inner .box::before {
  display: block;
  width: 102px;
  height: 102px;
  content: "";
  background: url(../images/faq_question.png);
  background-size: contain;
  position: absolute;
  top: -16px;
  left: -36px;
}
@media screen and (max-width: 640px) {
  #faq .inner .box::before {
    display: block;
    width: 16vw;
    height: 16vw;
    content: "";
    background: url(../images/faq_question.png);
    background-size: contain;
    position: absolute;
    top: -3vw;
    left: -3vw;
  }
}
#faq .inner .box .qustion {
  font-size: 23px;
  line-height: 150%;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  #faq .inner .box .qustion {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 5vw;
    margin-left: 12vw;
  }
}
#faq .inner .box table th {
  width: 96px;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  #faq .inner .box table th {
    width: 14vw;
  }
}
#faq .inner .box table td {
  vertical-align: middle;
  color: #e40112;
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
  padding-left: 26px;
}
@media screen and (max-width: 640px) {
  #faq .inner .box table td {
    vertical-align: middle;
    color: #e40112;
    font-size: 13px;
    font-weight: bold;
    line-height: 150%;
    padding-left: 2vw;
  }
}
#faq .inner .box table td .mini {
  font-size: 13px;
}
@media screen and (max-width: 640px) {
  #faq .inner .box table td .mini {
    display: block;
    font-size: 12px;
  }
}

#point {
  padding: 0 0 90px;
}
@media (max-width: 640px) {
  #point {
    padding: 0 0 10vw;
  }
}
#point .area_img {
  background: url(../images/about_fig.jpg);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto 100%;
  height: 265px;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  #point .area_img {
    background: none;
    height: auto;
    margin-bottom: 10vw;
  }
}
#point .area_img > img {
  display: none;
}
@media screen and (max-width: 640px) {
  #point .area_img > img {
    display: block;
  }
}
#point > ul {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #point > ul {
    width: 66vw;
  }
}
#point > ul > li {
  width: 310px;
  float: left;
  margin-right: 25px;
}
@media screen and (max-width: 640px) {
  #point > ul > li {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 10vw;
  }
}
#point > ul > li:last-child {
  margin-right: 0;
}
#point > ul > li > img {
  display: block;
  width: 308px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #point > ul > li > img {
    width: 100%;
  }
}

#movie {
  background: url(../images/movie_bg.jpg);
  padding: 100px 0 100px;
}
@media screen and (max-width: 640px) {
  #movie {
    background: url(../images/movie_bg_s.jpg);
    background-size: 100%;
    padding: 10vw 0 10vw;
  }
}
#movie .ttl {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  #movie .ttl {
    margin-bottom: 5vw;
  }
}
#movie .ttl > img {
  width: 494px;
  height: auto;
}
@media screen and (max-width: 640px) {
  #movie .ttl > img {
    width: 100%;
    height: auto;
  }
}
#movie #video {
  box-sizing: border-box;
  width: 770px;
  margin: 0 auto;
  border: 6px solid #faec66;
  background: white;
  padding: 30px;
  border-radius: 20px;
}
@media screen and (max-width: 640px) {
  #movie #video {
    box-sizing: border-box;
    width: 94%;
    margin: 0 auto;
    border: 6px solid #faec66;
    background: white;
    padding: 3vw;
    border-radius: 20px;
  }
}
@media screen and (max-width: 640px) {
  #movie #video iframe {
    width: 100%;
    height: 47.3vw;
  }
}

#voice {
  width: 980px;
  margin: 0 auto;
  padding: 100px 0 100px;
}
@media screen and (max-width: 640px) {
  #voice {
    width: 94%;
    margin: 0 auto;
    padding: 10vw 0 10vw;
  }
}
#voice .ttl {
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 640px) {
  #voice .ttl {
    margin-bottom: 5vw;
  }
}
#voice .ttl > img {
  width: 143px;
  height: auto;
}
@media screen and (max-width: 640px) {
  #voice .ttl > img {
    width: 100%;
    height: auto;
  }
}
#voice .box {
  background: url(../images/voice_border.png) no-repeat center bottom;
  padding: 0 110px 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  #voice .box {
    background: url(../images/voice_border_s.png) no-repeat center bottom;
    background-size: 100%;
    padding: 0 0 5vw;
    margin-bottom: 5vw;
  }
}
#voice .box .inner_box {
  margin-bottom: 26px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #voice .box .inner_box {
    margin-bottom: 3vw;
  }
}
#voice .box .inner_box .ttl_sub {
  width: 216px;
  float: left;
}
@media screen and (max-width: 640px) {
  #voice .box .inner_box .ttl_sub {
    width: 34vw;
    float: none;
    margin-bottom: 3vw;
  }
}
#voice .box .inner_box > figure {
  margin: 26px 0 0 50px;
  float: left;
}
@media screen and (max-width: 640px) {
  #voice .box .inner_box > figure {
    margin: 0;
    float: none;
  }
}
#voice .box > p {
  line-height: 170%;
}
#voice .box:nth-of-type(1) figure > img {
  width: 455px;
}
@media screen and (max-width: 640px) {
  #voice .box:nth-of-type(1) figure > img {
    width: 100%;
  }
}
#voice .box:nth-of-type(2) figure > img {
  width: 318px;
}
@media screen and (max-width: 640px) {
  #voice .box:nth-of-type(2) figure > img {
    width: 100%;
  }
}
#voice .box:nth-of-type(3) figure > img {
  width: 399px;
}
@media screen and (max-width: 640px) {
  #voice .box:nth-of-type(3) figure > img {
    width: 100%;
  }
}

#producer {
  background: url(../images/producer_bg.png) no-repeat center top;
  height: 609px;
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  #producer {
    display: none;
  }
}
#producer .inner {
  width: 980px;
  margin: 0 auto;
  height: 609px;
  background-image: url(../images/producer_bg_1.png), url(../images/producer_bg_2.png), url(../images/producer_bg_3.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: left top 130px, right 180px top 100px, right bottom 80px;
  background-size: 514px auto, 180px auto, 110px auto;
}
#producer .inner .data {
  width: 520px;
  padding: 230px 0 0 460px;
}
#producer .inner .data .ttl {
  width: 460px;
  margin-bottom: 20px;
}
#producer .inner .data > p {
  line-height: 170%;
}

#producer_s {
  display: none;
}
@media screen and (max-width: 640px) {
  #producer_s {
    display: block;
  }
  #producer_s .inner_head {
    background: url(../images/producer_bg_s_01.png) no-repeat;
    background-size: 100%;
    height: 59vw;
  }
  #producer_s .inner_mid {
    background: url(../images/producer_bg_s_02.png) repeat-y;
    background-size: 100%;
    padding: 3vw 3vw;
  }
  #producer_s .inner_mid .ttl {
    margin-bottom: 3vw;
  }
  #producer_s .inner_mid > p {
    line-height: 170%;
  }
  #producer_s .inner_foot {
    background: url(../images/producer_bg_s_03.png) no-repeat;
    background-size: 100%;
    height: 20vw;
  }
}

#howto {
  width: 980px;
  margin: 0 auto;
  padding: 100px 0 120px;
}
@media screen and (max-width: 640px) {
  #howto {
    width: 94%;
    margin: 0 auto;
    padding: 10vw 0 10vw;
  }
}
#howto .ttl {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  #howto .ttl {
    margin-bottom: 5vw;
  }
}
#howto .ttl > img {
  width: 142px;
  height: auto;
}
@media screen and (max-width: 640px) {
  #howto .ttl > img {
    width: 100%;
    height: auto;
  }
}
#howto .box {
  min-height: 270px;
  background-position: left top;
  background-size: 97px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  #howto .box {
    min-height: auto;
    background-position: left top;
    background-size: 14vw;
    background-repeat: no-repeat;
    margin-bottom: 1vw;
  }
}
#howto .box .inner {
  padding-left: 120px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #howto .box .inner {
    padding-left: 18vw;
    overflow: hidden;
  }
}
#howto .box .inner .data {
  width: 500px;
  float: left;
}
@media screen and (max-width: 640px) {
  #howto .box .inner .data {
    width: 100%;
    float: none;
    margin-bottom: 5vw;
  }
}
#howto .box .inner .data .ttl_sub {
  padding-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  #howto .box .inner .data .ttl_sub {
    padding-top: 3vw;
    margin-bottom: 3vw;
  }
}
#howto .box .inner .data .ttl_sub > img {
  width: auto;
  height: 23px;
}
@media screen and (max-width: 640px) {
  #howto .box .inner .data .ttl_sub > img {
    width: auto;
    height: 4vw;
  }
}
#howto .box .inner .data > p {
  line-height: 170%;
}
#howto .box .inner .data > p .mini {
  font-size: 14px;
}
#howto .box .inner > figure {
  padding-top: 30px;
  width: 320px;
  float: right;
}
@media screen and (max-width: 640px) {
  #howto .box .inner > figure {
    padding-top: 0;
    width: 76%;
    float: none;
  }
}
#howto .box:nth-of-type(1) {
  background-image: url(../images/howto_step_1.png);
}
@media screen and (max-width: 640px) {
  #howto .box:nth-of-type(1) {
    background-image: url(../images/howto_step_1_s.png);
    padding-bottom: 14px;
  }
}
@media screen and (max-width: 320px) {
  #howto .box:nth-of-type(1) {
    padding-bottom: 10px;
  }
}
#howto .box:nth-of-type(1) p a {
  display: block;
  width: 362px;
  margin-top: 10px;
  transition: all 0.5s;
}
@media screen and (max-width: 640px) {
  #howto .box:nth-of-type(1) p a {
    width: 80%;
  }
}
#howto .box:nth-of-type(1) p a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 640px) {
  #howto .box:nth-of-type(1) p a:hover {
    opacity: 1;
  }
}
#howto .box:nth-of-type(2) {
  background-image: url(../images/howto_step_2.png);
}
@media screen and (max-width: 640px) {
  #howto .box:nth-of-type(2) {
    background-image: url(../images/howto_step_2_s.png);
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 320px) {
  #howto .box:nth-of-type(2) {
    padding-bottom: 15px;
  }
}
#howto .box:nth-of-type(3) {
  background-image: url(../images/howto_step_3.png);
}
@media screen and (max-width: 640px) {
  #howto .box:nth-of-type(3) {
    background-image: url(../images/howto_step_3_s.png);
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 320px) {
  #howto .box:nth-of-type(3) {
    padding-bottom: 10px;
  }
}
#howto .box:nth-of-type(4) {
  background-image: url(../images/howto_step_4.png);
  min-height: auto;
}
@media screen and (max-width: 640px) {
  #howto .box:nth-of-type(4) {
    background-image: url(../images/howto_step_4_s.png);
  }
}
@media screen and (max-width: 320px) {
  #howto .box:nth-of-type(4) {
    padding-bottom: 10px;
  }
}
#howto .box:nth-of-type(4) ul {
  line-height: 170%;
  margin: 10px 0;
  font-weight: bold;
}
#howto .box:nth-of-type(4) ul .red {
  color: #e40112;
  font-size: 12px;
  position: relative;
  top: -1px;
}

#campaign {
  padding: 0 0 20px;
}
@media screen and (max-width: 640px) {
  #campaign {
    padding: 0 0 3vw;
  }
}
#campaign a {
  display: block;
  width: 980px;
  margin: 0 auto 0;
  transition: all 0.5s;
}
@media screen and (max-width: 640px) {
  #campaign a {
    display: block;
    width: 100%;
    margin: 0 auto 0;
    transition: all 0.5s;
  }
  #campaign a > img {
    display: block;
  }
}
#campaign a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 640px) {
  #campaign a:hover {
    opacity: 1;
  }
}

#campaign_detail {
  width: 980px;
  margin: 60px auto 60px;
  box-sizing: border-box;
  padding: 20px 0 20px;
}
@media (max-width: 640px) {
  #campaign_detail {
    width: 100%;
    margin: 0 auto 10vw;
    box-sizing: border-box;
    padding: 0;
  }
}
@media (max-width: 640px) {
  #campaign_detail.bg_cork {
    background: none;
  }
}
#campaign_detail .inner {
  background-image: url(../images/spacer_white.png);
  background-size: 938px 10px;
  background-repeat: repeat-y;
  background-position: center top;
  padding: 20px 0 20px;
}
@media (max-width: 640px) {
  #campaign_detail .inner {
    padding: 0;
  }
}
#campaign_detail .inner figure {
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  #campaign_detail .inner figure {
    margin-bottom: 5vw;
  }
}
#campaign_detail .inner figure img {
  width: 100%;
  height: auto;
}
#campaign_detail .inner a {
  display: block;
  width: 300px;
  margin: 0 auto;
  transition: all 0.5s;
}
@media (max-width: 640px) {
  #campaign_detail .inner a {
    width: 56vw;
  }
}
#campaign_detail .inner a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 640px) {
  #campaign_detail .inner a:hover {
    opacity: 1;
  }
}

#contact {
  background: url(../images/form_bg.jpg);
  padding: 130px 0 70px;
}
@media screen and (max-width: 640px) {
  #contact {
    background-size: 50%;
    padding: 10vw 0;
  }
}
#contact .ttl {
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #contact .ttl {
    width: 94%;
    margin: 0 auto;
  }
  #contact .ttl > img {
    display: block;
    width: 100%;
    height: auto;
  }
}
#contact .ttl > img {
  display: block;
  width: 960px;
  height: auto;
}
#contact .inner {
  width: 980px;
  margin: 0 auto;
  box-sizing: border-box;
  background: white;
  border: 1px solid #cacaca;
  padding: 40px 40px 60px;
}
@media screen and (max-width: 640px) {
  #contact .inner {
    width: 94%;
    margin: 0 auto;
    box-sizing: border-box;
    background: white;
    border: 1px solid #cacaca;
    padding: 5vw 3vw 5vw;
  }
}
#contact .inner .require {
  color: #e40112;
}
@media screen and (max-width: 640px) {
  #contact .inner .rei {
    display: block;
    margin-top: 5px;
  }
}
#contact .inner .example {
  display: block;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 10px;
}
#contact .inner .example .han {
  font-weight: normal;
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  #contact .inner #detail > span {
    display: block;
    margin-bottom: 2vw;
  }
}
#contact .inner #anc_1 {
  margin-bottom: 40px;
  text-align: left;
  line-height: 200%;
}
@media screen and (max-width: 640px) {
  #contact .inner #anc_1 {
    margin-bottom: 5vw;
  }
}
#contact .inner #anc_1 > span {
  display: inline-block;
}
#contact .inner #anc_2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  #contact .inner #anc_2 {
    margin-bottom: 5vw;
    line-height: 300%;
    overflow: hidden;
  }
  #contact .inner #anc_2 > span {
    display: block;
    width: 30%;
    float: left;
  }
}
#contact .inner table {
  width: 100%;
  line-height: 150%;
  font-size: 14px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  #contact .inner table {
    margin-bottom: 5vw;
  }
}
#contact .inner table tr:nth-child(odd) {
  background: #e9e9e9;
}
@media screen and (max-width: 640px) {
  #contact .inner table tr:nth-child(odd) {
    background: none;
  }
}
#contact .inner table th {
  text-align: left;
  width: 230px;
  padding: 12px 14px 10px;
}
@media screen and (max-width: 640px) {
  #contact .inner table th {
    background: #e9e9e9;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 14px 10px;
  }
}
#contact .inner table td {
  padding: 12px 14px 10px;
}
@media screen and (max-width: 640px) {
  #contact .inner table td {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 14px 10px;
  }
}
#contact .inner table td span.block {
  display: block;
  margin-bottom: 10px;
}
#contact .inner input[type=text] {
  height: 30px;
  width: 300px;
  box-sizing: border-box;
  padding: 7px 10px;
  font-size: 13px;
}
@media screen and (max-width: 640px) {
  #contact .inner input[type=text] {
    border: 1px solid #cacaca;
    height: 30px;
    width: 100%;
    box-sizing: border-box;
    padding: 7px 10px;
    font-size: 18px;
  }
}
#contact .inner #zip {
  height: 30px;
  width: 100px;
  box-sizing: border-box;
  padding: 7px 10px;
  font-size: 13px;
}
@media screen and (max-width: 640px) {
  #contact .inner #zip {
    border: 1px solid #cacaca;
  }
}
#contact .inner input[type=text].age {
  width: 40px;
}
#contact .inner textarea {
  height: 200px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  font-size: 13px;
}
@media screen and (max-width: 640px) {
  #contact .inner textarea {
    border: 1px solid #cacaca;
  }
}
#contact .inner input[type=submit] {
  display: block;
  width: 300px;
  height: 52px;
  background: url(../images/form_btn_confirm.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin: 0 auto 20px;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
  text-indent: -9999px;
}
@media screen and (max-width: 640px) {
  #contact .inner input[type=submit] {
    width: 76%;
    height: 12vw;
  }
}
#contact .inner input[type=submit]:hover {
  opacity: 0.5;
}
@media screen and (max-width: 640px) {
  #contact .inner input[type=submit]:hover {
    opacity: 1;
  }
}
#contact .inner select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 30px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 0 5px;
  background-image: url(../images/arrow-select.png);
  background-repeat: no-repeat;
  background-position: right center;
  width: 300px;
}
@media all and (-ms-high-contrast: none) {
  #contact .inner select {
    background-image: url(../images/arrow-select.png);
  }
}
@media screen and (max-width: 640px) {
  #contact .inner select {
    width: 100%;
  }
}
#contact .inner select#now {
  width: 140px;
}
#contact .inner select::-ms-expand {
  display: none;
}
@-moz-document url-prefix() {
  #contact .inner {
    /* firefoxハック */
  }
  #contact .inner #contact-table select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.2em;
    background-image: none;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #contact .inner {
    /* chromeハック */
  }
  #contact .inner #contact-table select {
    text-indent: 0.2em;
  }
}
#contact .inner_confirm {
  width: 980px;
  margin: 0 auto;
  box-sizing: border-box;
  background: white;
  border: 1px solid #cacaca;
  padding: 40px 40px 60px;
}
@media screen and (max-width: 640px) {
  #contact .inner_confirm {
    width: 94%;
    margin: 0 auto;
    box-sizing: border-box;
    background: white;
    border: 1px solid #cacaca;
    padding: 5vw 3vw 5vw;
  }
}
#contact .inner_confirm h3, #contact .inner_confirm h4 {
  line-height: 150%;
  margin-bottom: 20px;
}
#contact .inner_confirm p {
  line-height: 170%;
  margin-bottom: 20px;
}
#contact .inner_confirm table {
  width: 100%;
  line-height: 150%;
  font-size: 14px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  #contact .inner_confirm table {
    margin-bottom: 5vw;
  }
}
#contact .inner_confirm table tr:nth-child(odd) {
  background: #e9e9e9;
}
@media screen and (max-width: 640px) {
  #contact .inner_confirm table tr:nth-child(odd) {
    background: none;
  }
}
#contact .inner_confirm table th {
  text-align: left;
  width: 230px;
  padding: 12px 14px 10px;
}
@media screen and (max-width: 640px) {
  #contact .inner_confirm table th {
    background: #e9e9e9;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 14px 10px;
  }
}
#contact .inner_confirm table td {
  padding: 12px 14px 10px;
}
@media screen and (max-width: 640px) {
  #contact .inner_confirm table td {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 14px 10px;
  }
}
#contact .inner_confirm table td span.block {
  display: block;
  margin-bottom: 10px;
}
#contact .inner_confirm input[type=submit] {
  display: block;
  width: 300px;
  height: 52px;
  color: white;
  font-size: 18px;
  background: #e40112;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin: 0 auto 20px;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
}
@media screen and (max-width: 640px) {
  #contact .inner_confirm input[type=submit] {
    width: 76%;
    height: 12vw;
  }
}
#contact .inner_confirm input[type=submit]:hover {
  opacity: 0.5;
}
@media screen and (max-width: 640px) {
  #contact .inner_confirm input[type=submit]:hover {
    opacity: 1;
  }
}
#contact .inner_confirm input[type=button] {
  display: block;
  width: 300px;
  height: 52px;
  color: white;
  font-size: 18px;
  background: #999;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin: 0 auto;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
}
@media screen and (max-width: 640px) {
  #contact .inner_confirm input[type=button] {
    width: 76%;
    height: 12vw;
  }
}
#contact .inner_confirm input[type=button]:hover {
  opacity: 0.5;
}
@media screen and (max-width: 640px) {
  #contact .inner_confirm input[type=button]:hover {
    opacity: 1;
  }
}

#thanks_header {
  background: white;
  padding: 20px 0;
}
#thanks_header .logo {
  display: block;
  width: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #thanks_header .logo {
    width: 56vw;
    margin: 0 auto;
  }
}

#thanks {
  padding: 100px 0;
}
@media screen and (max-width: 640px) {
  #thanks {
    padding: 10vw 3vw;
  }
}
#thanks > p {
  text-align: center;
  line-height: 200%;
  margin-bottom: 60px;
}
#thanks > p > strong {
  color: #e40112;
}

footer {
  background: #fff3e8;
  padding: 40px 0 10px;
}
@media screen and (max-width: 640px) {
  footer {
    padding: 10vw 0;
  }
}
footer .logo {
  display: block;
  width: 320px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 640px) {
  footer .logo {
    width: 56vw;
    margin: 0 auto 5vw;
  }
}
footer .btn_official {
  width: 330px;
  display: block;
  margin: 0 auto 30px;
  transition: all 0.3s;
}
footer .btn_official:hover {
  opacity: 0.7;
}
@media (max-width: 640px) {
  footer .btn_official:hover {
    opacity: 1;
  }
}
@media (max-width: 640px) {
  footer .btn_official {
    width: 76vw;
    margin: 0 auto 8vw;
  }
}
footer .office {
  width: 980px;
  margin: 0 auto 40px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  footer .office {
    width: 86%;
    margin: 0 auto 5vw;
  }
}
@media screen and (max-width: 640px) {
  footer .office {
    width: 94%;
    margin: 0 auto 5vw;
  }
}
footer .office .inner {
  width: 50%;
  float: left;
}
@media screen and (max-width: 640px) {
  footer .office .inner {
    width: 100%;
    float: none;
  }
}
footer .office .inner p {
  margin-bottom: 20px;
  letter-spacing: 1px;
}
@media screen and (max-width: 640px) {
  footer .office .inner p {
    margin-bottom: 5vw;
    letter-spacing: 0;
    font-size: 11px;
  }
}
@media screen and (max-width: 320px) {
  footer .office .inner p {
    font-size: 10px;
  }
}
footer .office .inner p .label {
  display: inline-block;
  width: 5em;
  padding: 8px 14px 7px;
  margin-right: 16px;
  background: #333333;
  color: white;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
}
footer .tel {
  display: block;
  width: 430px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 640px) {
  footer .tel {
    display: none;
  }
}
footer .tel_s {
  display: none;
}
@media screen and (max-width: 640px) {
  footer .tel_s {
    display: block;
    width: 94%;
    margin: 0 auto 5vw;
  }
}
footer #copyright {
  color: #4d4d4d;
  font-size: 12px;
  text-align: center;
}

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