@charset "UTF-8";
/*------ 画像のパスを設定 ------*/
/*------ webフォントの設定 ------*/
@import url("https://fonts.googleapis.com/css?family=Crimson+Text");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:700&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Montserrat:600,700");
/*------ サポートブラウザの定義 ------*/
/*------ テーマ設定 ------*/
/*---------- link color ----------*/
a:link,
a:visited {
  color: #333;
  text-decoration: none;
  -webkit-touch-callout: none; }

a:hover,
a:active {
  text-decoration: none; }

/*---------- html ----------*/
html {
  height: 100%;
  min-height: 100%; }

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 ----------*/
body {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
  color: #333;
  font-size: 14px;
  font: 13px/1.231 "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  *font-size: small;
  *font: x-small;
  line-height: 1.5;
  letter-spacing: 1px;
  background: #eee;
  -webkit-text-size-adjust: none;
  -webkit-backface-visibility: hidden; }

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

table {
  font-size: inherit;
  font: 100%;
  line-height: 1.5;
  border-collapse: collapse; }

th, td {
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: 100%;
  margin: 0;
  padding: 0;
  font-weight: normal; }

img {
  border: none;
  font-size: 1%;
  line-height: 1;
  vertical-align: top; }

dl {
  zoom: 1; }

dl, dt, dd {
  margin: 0;
  padding: 0; }

ul, ul li {
  margin: 0;
  padding: 0;
  list-style: none; }

ol {
  margin: 0 0 10px 0.8em;
  padding: 0 0 0 0.8em; }

ol li {
  margin: 0;
  padding: 0;
  list-style-position: outside; }

form, input, select {
  font: 100%;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

textarea {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

input[type=checkbox] {
  width: 18px;
  height: 18px;
  background: #ccc;
  border-radius: 9px; }
  input[type=checkbox]:checked {
    background: #32c200 url(../../../resources/images/icon_checked.png) no-repeat center center; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1) {
  input[type=checkbox]:checked {
    background: #32c200 url(../../../resources/images/icon_checked@2x.png) no-repeat center center;
    background-size: 13px 10px !important; } }
.clear {
  clear: both; }

.protect {
  -webkit-touch-callout: none; }

.borderNone {
  border: none !important; }

.block {
  display: block; }

.bold {
  font-weight: bold; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.pd5 {
  padding: 5px; }

.pdtb5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.pd10 {
  padding: 10px; }

.pd15 {
  padding: 15px; }

.red,
.error {
  color: red; }

.white {
  color: white !important; }

.fontXXS {
  font-size: 77%; }

.fontXS {
  font-size: 85%; }

.fontS {
  font-size: 93%; }

.fontM {
  font-size: 108%; }

.fontL {
  font-size: 116%; }

.fontXL {
  font-size: 123.1%; }

.fontXXL {
  font-size: 131%; }

.fontXXXL {
  font-size: 146.5%; }

.gray {
  color: #ccc !important; }

.center {
  text-align: center; }

.leftCol {
  float: left; }

.rightCol {
  float: right; }

@media screen and (max-width: 800px) {
  .leftCol,
  .rightCol {
    float: none; } }
.right {
  text-align: right; }

.hidden {
  overflow: hidden; }

/*
 * jQuery FlexSlider v2.7.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: '/resources/fonts/flexslider-icon';
  src: url("/resources/fonts/flexslider-icon.eot");
  src: url("/resources/fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("/resources/fonts/flexslider-icon.woff") format("woff"), url("/resources/fonts/flexslider-icon.ttf") format("truetype"), url("/resources/fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none; } }
.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* ----------------------

グローバル

---------------------- */
#logo {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap; }
  #logo h1,
  #logo div {
    margin: 0 auto;
    background-position: center top;
    background-repeat: no-repeat; }

#gloabalHeader figure {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap; }

#action {
  position: fixed;
  background: rgba(3, 24, 43, 0.8);
  border: 1px #fff solid;
  line-height: 1.5;
  z-index: 999;
  transition: 300ms !important; }
  #action:hover {
    background: #03182b; }
  #action a {
    display: block;
    color: #ffff00;
    letter-spacing: 1.5px; }
    #action a:after {
      content: '';
      position: absolute;
      background: #0c81dd url(../../../resources/images/icon_arrow_down.png) no-repeat center center;
      background-size: 15px 10px !important; }
  #action span {
    display: block;
    color: #fff;
    letter-spacing: 0.6px; }

/* ----------------------

PC

---------------------- */
@media screen and (min-width: 960px) {
  #gloabalHeader {
    min-height: 680px;
    padding-top: 40px;
    background: url(../../../resources/images/header_bg.png) no-repeat top center;
    background-size: contain !important; }
    #gloabalHeader figure {
      width: 1000px;
      height: 401px;
      background: url(../../../resources/images/header_item_image.png) no-repeat top center;
      background-size: 1000px 401px !important; }

  #logo {
    margin-bottom: 40px; }
    #logo h1 {
      width: 516px;
      height: 110px;
      margin-bottom: 25px;
      background-image: url(../../../resources/images/logo.png);
      background-size: 516px 110px !important; }

  #logoText {
    width: 800px;
    height: 50px;
    background-image: url(../../../resources/images/logo_text.png);
    background-size: 800px 50px !important; }

  #action {
    top: 165px;
    right: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; }
    #action a {
      padding: 20px 20px 43px 20px;
      font-size: 146.5%; }
      #action a:after {
        bottom: 0;
        left: 0;
        width: 100%;
        height: 23px; }
    #action span {
      font-size: 12px; } }
@media screen and (min-width: 1500px) {
  #gloabalHeader {
    min-height: 660px;
    background: url(../../../resources/images/header_bg.png) no-repeat center -100px;
    background-size: 100% auto !important; } }
@media screen and (min-width: 1600px) {
  #gloabalHeader {
    min-height: 660px;
    background: url(../../../resources/images/header_bg.png) no-repeat center -180px;
    background-size: 100% auto !important; } }
@media screen and (min-width: 1700px) {
  #gloabalHeader {
    min-height: 660px;
    background: url(../../../resources/images/header_bg.png) no-repeat center -240px;
    background-size: 100% auto !important; } }
@media screen and (min-width: 1920px) {
  #gloabalHeader {
    min-height: 660px;
    background: url(../../../resources/images/header_bg.png) no-repeat center -280px;
    background-size: 100% auto !important; } }
/* ----------------------

スマホ

---------------------- */
@media screen and (max-width: 959px) {
  #gloabalHeader {
    padding-top: 20px;
    background: url(../../../resources/images/header_bg_sp.png) no-repeat center 20px;
    background-size: 100% auto !important; }
    #gloabalHeader figure {
      width: 90%;
      margin: 0 auto;
      padding-bottom: calc(100%*1390/1416);
      height: 300px;
      background: url(../../../resources/images/header_item_image_sp.png) no-repeat center top;
      background-size: 100% auto !important; }

  #logo h1 {
    width: 90%;
    padding-top: 19%;
    background-image: url(../../../resources/images/logo.png);
    background-size: 100% auto !important; }

  #logoText {
    width: 90%;
    padding-top: 20%;
    background-image: url(../../../resources/images/logo_text_sp.png);
    background-size: 100% auto !important; }

  #action {
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center; }
    #action a {
      padding: 10px 20px;
      font-size: 174%; }
      #action a:after {
        top: 0;
        right: 0;
        width: 44px;
        height: 100%;
        background-color: transparent; }
    #action span {
      font-size: 14px; } }
@media screen and (min-width: 1300px) {
  #page {
    min-width: 1300px; }

  .contentBody {
    width: 1300px; }

  #popup {
    width: 1300px;
    margin: 0 auto;
    padding: 40px 0; } }
@media screen and (max-width: 1299px) {
  #page {
    min-width: 100%; }

  #popup {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 20px 0; } }
@media screen and (min-width: 960px) {
  	/* ------------------------------------------------
  
  	Main Image（メインイメージ）
  
  	------------------------------------------------ */
  #logo {
    top: 50px;
    left: 50px;
    width: 170px;
    height: 61px; }

  #catchPhrase {
    width: 600px;
    height: 134px;
    margin: -67px 0 0 -300px; }

  #en #catchPhrase {
    width: 650px;
    height: 145px;
    margin: -72.5px 0 0 -325px; }

  #cn #catchPhrase {
    width: 550px;
    height: 196px;
    margin: -98px 0 0 -255px; }

  #language {
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 1; }
    #language li {
      display: inline-block;
      margin-right: 10px; }
      #language li:last-child {
        margin-right: 0; }
      #language li a {
        display: block;
        font-size: 131%; }

  .contentBody {
    margin: 100px auto;
    overflow: hidden; }

  .contentText {
    margin-bottom: 30px;
    background: #fff; }
    .contentText .contentTextInner {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 85%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .contentText h3 {
      font-size: 30px; }

  .videoNormal a:after,
  .videoWide a:after,
  .videoThumb a:after {
    width: 70px;
    height: 70px;
    background-size: 70px 70px !important; }

  	/* ------------------------------------------------
  
  	First : Fukushima’s Food
  
  	------------------------------------------------ */
  #first .contentText,
  #eighth .contentText {
    width: 46.15%;
    margin-bottom: 0;
    float: left;
    background: none; }
    #first .contentText:before,
    #eighth .contentText:before {
      content: "";
      display: block;
      padding-top: 69.2307%; }
    #first .contentText h3,
    #eighth .contentText h3 {
      text-align: center; }
  #first .videoNormal,
  #eighth .videoNormal {
    position: relative;
    width: 53.85%;
    float: right; }
    #first .videoNormal:before,
    #eighth .videoNormal:before {
      content: "";
      display: block;
      padding-top: 57.1428%; }
    #first .videoNormal .videoContainer,
    #eighth .videoNormal .videoContainer {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      #first .videoNormal .videoContainer img,
      #first .videoNormal .videoContainer iframe,
      #first .videoNormal .videoContainer video,
      #eighth .videoNormal .videoContainer img,
      #eighth .videoNormal .videoContainer iframe,
      #eighth .videoNormal .videoContainer video {
        width: 100%; } }
/* ------------------------------------------------

Second : 

------------------------------------------------ */
.groupItem .contentText {
  width: 100%; }

@media screen and (min-width: 1300px) {
  .videoWide {
    position: relative;
    width: 1300px;
    height: 650px;
    margin-bottom: 30px;
    background: #333; }
    .videoWide:before {
      content: "";
      display: block;
      padding-top: 50%; }
    .videoWide img,
    .videoWide iframe,
    .videoWide video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

  .movieTit {
    position: absolute;
    top: 30px;
    left: 65px;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    z-index: 1; }
    .movieTit:after {
      content: '';
      position: absolute;
      top: 3px;
      left: -35px;
      height: 70px;
      border-left: 5px #fff solid; }
    .movieTit span {
      display: block;
      font-size: 24px; }

  .interviewTit {
    position: absolute;
    top: 30px;
    left: 65px;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    z-index: 1; }
    .interviewTit:after {
      content: '';
      position: absolute;
      top: 6px;
      left: -35px;
      height: 1em;
      border-left: 5px #fff solid; }

  .groupItem .contentText {
    width: 650px;
    height: 453px; }

  .interviewBox {
    width: 620px;
    height: 460px; }

  .recipeBox {
    width: 610px;
    height: 500px;
    background-color: #f2f2f2; }

  .groupText {
    position: absolute;
    bottom: 40px;
    left: 50%;
    width: 480px;
    margin-left: -240px; }

  .groupExLink {
    width: 100%; }
    .groupExLink li {
      width: 315px;
      height: 380px;
      margin-right: 20px;
      float: left; }
      .groupExLink li div {
        height: 100%; }
        .groupExLink li div:before {
          width: 295px;
          height: 360px; }
        .groupExLink li div:after {
          background-size: 96px 72px !important; }

  .ExLinkBox {
    overflow: hidden; }

  .recipe {
    position: relative;
    width: 310px;
    height: 180px;
    margin-right: 20px;
    float: left; }

  .listSearch,
  .listInstagram {
    float: left;
    width: 320px;
    height: 80px; }

  .listInstagram {
    margin-bottom: 20px; }

  .recipeTit {
    position: absolute;
    top: 15px;
    left: 35px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    z-index: 1; }
    .recipeTit:after {
      content: '';
      position: absolute;
      top: 3px;
      left: -17.5px;
      height: 1em;
      border-left: 3px #fff solid; }

  .recipeName {
    position: absolute;
    bottom: 0;
    left: 15px; } }
@media screen and (max-width: 1299px) {
  .videoWide {
    position: relative;
    width: 100%;
    margin-bottom: 40px; }
    .videoWide:before {
      content: "";
      display: block;
      padding-top: 50%; }
    .videoWide img,
    .videoWide iframe,
    .videoWide video {
      position: absolute;
      top: 0;
      left: 0;
      max-width: 100%;
      height: auto; }

  .groupItem .contentText:before {
    content: '';
    display: block;
    padding-top: 69.6923%; }
  .groupItem h3 {
    font-size: 20px; }
  .groupItem .text {
    line-height: 1.6 !important; }

  .interviewBox {
    position: relative;
    width: 46.9%; }
    .interviewBox a {
      display: block; }
      .interviewBox a img {
        width: 100%;
        height: auto; }

  .recipeBox {
    position: relative;
    width: 46.9%; }
    .recipeBox:before {
      content: '';
      display: block;
      padding-top: 83.6065%; }

  .movieTit {
    position: absolute;
    top: 30px;
    left: 65px;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    z-index: 1; }
    .movieTit:after {
      content: '';
      position: absolute;
      top: 3px;
      left: -35px;
      height: 70px;
      border-left: 5px #fff solid; }
    .movieTit span {
      display: block;
      font-size: 24px; }

  .interviewTit {
    position: absolute;
    top: 30px;
    left: 65px;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    z-index: 1; }
    .interviewTit:after {
      content: '';
      position: absolute;
      top: 6px;
      left: -35px;
      height: 1em;
      border-left: 5px #fff solid; }

  .ExLinkBox {
    width: 100%; }

  .recipe {
    position: relative;
    width: 46%;
    margin-right: 4%;
    height: 180px;
    float: left; }

  .listSearch,
  .listInstagram {
    width: 50%;
    height: 80px;
    float: left; }

  .listInstagram {
    margin-bottom: 20px; }

  .recipeTit {
    position: absolute;
    top: 15px;
    left: 35px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    z-index: 1; }
    .recipeTit:after {
      content: '';
      position: absolute;
      top: 3px;
      left: -17.5px;
      height: 1em;
      border-left: 3px #fff solid; }

  .recipeName {
    position: absolute;
    bottom: 0;
    left: 15px; }

  .groupText {
    position: absolute;
    bottom: 40px;
    left: 50%;
    width: 90%;
    margin-left: -45%; }

  .groupExLink {
    width: 100%;
    overflow: hidden; }
    .groupExLink li {
      position: relative;
      width: 48.4%;
      margin-right: 3.2%;
      float: left; }
      .groupExLink li:before {
        content: '';
        display: block;
        padding-top: 121.5873%; }
      .groupExLink li div {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        .groupExLink li div:before {
          width: calc(100% - 20px);
          height: calc(100% - 20px); }
        .groupExLink li div:after {
          background-size: 35% !important; } }
#en #third .contentText {
  height: 580px; }

@media screen and (min-width: 960px) {
  .groupItem .rightCol,
  .groupItem .leftCol {
    width: 50%; }
    .groupItem .rightCol .interviewBox,
    .groupItem .rightCol .recipeBox,
    .groupItem .leftCol .interviewBox,
    .groupItem .leftCol .recipeBox {
      position: absolute;
      top: 0; }
  .groupItem .rightCol .interviewBox,
  .groupItem .rightCol .recipeBox {
    left: 0; }
  .groupItem .leftCol .interviewBox,
  .groupItem .leftCol .recipeBox {
    right: 0; }

  .recipe_first,
  .recipe_second,
  .recipe_third {
    background-size: cover !important; }

  .btnRecipe {
    height: 60px;
    margin: 0 auto;
    line-height: 60px;
    background: #fff; }

  .slippage {
    margin-top: -203px; } }
/* ------------------------------------------------

sixth : 

------------------------------------------------ */
.single h3 {
  text-align: center; }
.single .desc {
  margin-bottom: 30px;
  line-height: 1.8; }

@media screen and (min-width: 900px) {
  .single {
    width: 90%;
    margin: 0 auto; } }
@media screen and (min-width: 960px) {
  #hero #mainVideo video {
    width: 100%; }
  #hero .flexslider {
    display: none; }

  .single {
    width: 900px;
    margin: 0 auto; }
    .single h3 {
      font-size: 30px; }

  #sixth .single figure {
    width: 700px;
    height: 402px;
    margin: 0 auto;
    background: url(../../../resources/images/sixth_image.png) no-repeat 9px top;
    background-size: 700px 402px !important; }

  #en #sixth .single figure {
    background: url(../../../resources/images/sixth_image_en.png) no-repeat 9px top; }

  #cn #sixth .single figure {
    background: url(../../../resources/images/sixth_image_cn.png) no-repeat 9px top; }

  #seventh .contentBody {
    margin: 0 auto;
    padding: 100px 0; }
  #seventh .single figure {
    width: 900px;
    height: 500px;
    margin: 0 auto 30px;
    background: url(../../../resources/images/seventh_image.jpg) no-repeat;
    background-size: 900px 500px !important; }

  #videoList li {
    margin-bottom: 80px; }
    #videoList li:last-child {
      margin-bottom: 0; }
    #videoList li h3 {
      text-align: left; }
    #videoList li .videoRow {
      overflow: hidden; }
      #videoList li .videoRow .videoThumb {
        width: 450px;
        height: 250px;
        float: left; }
      #videoList li .videoRow .videoText {
        width: 410px;
        float: right;
        line-height: 1.8; }

  #gloabalFooter {
    background: #fff; }
    #gloabalFooter ul {
      border-left: 1px #eee solid;
      border-top: 1px #eee solid; }
      #gloabalFooter ul li {
        width: 20%;
        height: 130px;
        border-right: 1px #eee solid; }
        #gloabalFooter ul li:last-child {
          border-right: none; }

  	/* ------------------------------------------------
  
  	Popup : 
  
  	------------------------------------------------ */
  .mfp-close {
    width: 480px;
    margin: 0 auto; } }
@media screen and (max-width: 960px) {
  	/* ------------------------------------------------
  
  	Main Image（メインイメージ）
  
  	------------------------------------------------ */
  #hero {
    height: 100vh; }

  #mainVideo {
    display: none; }

  #logo {
    top: 50px;
    left: 25px;
    width: 118px;
    height: 42px; }

  #catchPhrase {
    width: 90%;
    height: auto;
    transform: translate(-50%, -50%); }

  #language {
    position: absolute;
    top: 50px;
    right: 25px; }
    #language li {
      margin-bottom: 20px; }
      #language li:last-child {
        margin-right: 0; }
      #language li a {
        display: block;
        font-size: 100%;
        text-align: center; }

  #logo,
  #catchPhrase,
  #language {
    z-index: 10; }

  .flexslider {
    border: none; }
    .flexslider li {
      background-size: cover !important; }
      .flexslider li:first-child {
        background: url(../../../resources/images/main_image_01.jpg) no-repeat; }
      .flexslider li:nth-child(2) {
        background: url(../../../resources/images/main_image_02.jpg) no-repeat; }
      .flexslider li:nth-child(3) {
        background: url(../../../resources/images/main_image_03.jpg) no-repeat; }
      .flexslider li:nth-child(4) {
        background: url(../../../resources/images/main_image_04.jpg) no-repeat; }
      .flexslider li img {
        display: block;
        width: 100%;
        visibility: hidden; }

  .contentBody {
    margin-bottom: 40px; }

  .contentText .contentTextInner {
    width: 100%;
    padding: 20px; }
  .contentText h3 {
    font-size: 20px; }

  	/* ------------------------------------------------
  
  	First : Fukushima’s Food
  
  	------------------------------------------------ */
  #first .contentText .contentTextInner,
  #eighth .contentText .contentTextInner {
    padding-top: 60px; }
  #first .contentText h3,
  #eighth .contentText h3 {
    text-align: center; }
  #first .videoNormal,
  #eighth .videoNormal {
    position: relative;
    width: calc(100% - 40px);
    margin: 0 20px 20px; }
    #first .videoNormal:before,
    #eighth .videoNormal:before {
      content: "";
      display: block;
      padding-top: 57.1428%; }
    #first .videoNormal .videoContainer img,
    #first .videoNormal .videoContainer iframe,
    #first .videoNormal .videoContainer video,
    #eighth .videoNormal .videoContainer img,
    #eighth .videoNormal .videoContainer iframe,
    #eighth .videoNormal .videoContainer video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

  .videoNormal a:after,
  .videoWide a:after,
  .videoThumb a:after {
    width: 35px;
    height: 35px;
    background-size: 35px 35px !important; }

  .movieTit,
  .interviewTit {
    position: absolute;
    top: 10px;
    left: 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    z-index: 1; }
    .movieTit:after,
    .interviewTit:after {
      content: '';
      position: absolute;
      top: 3px;
      left: -13px;
      height: 2em;
      border-left: 3px #fff solid; }
    .movieTit span,
    .interviewTit span {
      display: block;
      font-size: 13px; }

  .interviewTit:after {
    height: 1em; }

  	/* ------------------------------------------------
  
  	Second : 
  
  	------------------------------------------------ */
  .videoWide {
    position: relative;
    margin-bottom: 0; }
    .videoWide:before {
      content: "";
      display: block;
      padding-top: 50%; }
    .videoWide img,
    .videoWide iframe,
    .videoWide video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

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

  .interviewBox,
  .recipeBox {
    position: relative;
    margin: 0 20px 20px;
    width: calc(100% - 40px); }

  .recipe_first {
    background-size: cover !important; }

  .exLinkBox li {
    margin: 0 auto 20px; }
    .exLinkBox li:last-child {
      margin-bottom: 0; }

  .recipe {
    position: relative;
    width: 100%;
    padding-top: 58.0645%;
    float: none; }

  .listRecipe,
  .listSearch,
  .listInstagram {
    width: calc(100% - 40px); }

  .listSearch,
  .listInstagram {
    height: 80px;
    float: none; }

  .recipeTit {
    position: absolute;
    top: 15px;
    left: 35px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    z-index: 1; }
    .recipeTit:after {
      content: '';
      position: absolute;
      top: 3px;
      left: -17.5px;
      height: 1em;
      border-left: 3px #fff solid; }

  .recipeName {
    position: absolute;
    bottom: 0;
    left: 15px; }

  .groupItem .contentText:before {
    padding-top: 0; }

  .groupText {
    position: absolute;
    bottom: 5%;
    left: 50%;
    width: 90%; }

  .btnRecipe {
    height: 40px;
    margin: 0 auto;
    line-height: 40px;
    background: #fff; }

  .groupExLink {
    width: calc(100% - 40px);
    margin: 0 auto; }

  .single h3 {
    font-size: 20px; }
  .single .desc {
    width: 90%;
    margin: 0 auto 30px; }

  #sixth .single figure {
    position: relative;
    width: calc(100% - 40px);
    margin: 0 auto;
    background: url(../../../resources/images/sixth_image_sp.png) no-repeat 9px top;
    background-size: contain !important; }
    #sixth .single figure:before {
      content: '';
      display: block;
      padding-top: 94.8461%; }

  #en #sixth .single figure {
    background: url(../../../resources/images/sixth_image_sp_en.png) no-repeat 9px top; }

  #cn #sixth .single figure {
    background: url(../../../resources/images/sixth_image_sp_cn.png) no-repeat 9px top; }

  #seventh .contentBody {
    margin: 0 auto;
    padding: 40px 0; }
  #seventh .single figure {
    position: relative;
    width: 100%;
    margin: 0 auto 30px;
    background: url(../../../resources/images/seventh_image.jpg) no-repeat;
    background-size: contain !important; }
    #seventh .single figure:before {
      content: '';
      display: block;
      padding-top: 55.5555%; }

  #profile {
    width: calc(100% - 40px);
    margin: 0 auto; }

  #videoList li {
    margin-bottom: 40px; }
    #videoList li:last-child {
      margin-bottom: 0; }
    #videoList li h3 {
      margin: 0;
      padding: 15px;
      text-align: left; }
    #videoList li .videoRow {
      overflow: hidden; }
      #videoList li .videoRow .videoThumb {
        width: 100%;
        height: auto; }
        #videoList li .videoRow .videoThumb img {
          width: 100%;
          height: auto; }
      #videoList li .videoRow .videoText {
        width: 100%;
        padding: 15px;
        line-height: 1.8; }

  #popup {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 20px 0; }

  #gloabalFooter ul {
    border-left: 1px #eee solid;
    border-top: 1px #eee solid;
    background: #eee; }
    #gloabalFooter ul li {
      width: 33.3333%;
      padding: 30px 0;
      background: #fff;
      vertical-align: top;
      border-right: 1px #eee solid; }
      #gloabalFooter ul li:first-child, #gloabalFooter ul li:nth-child(2), #gloabalFooter ul li:nth-child(3) {
        border-bottom: 1px #eee solid; }
  #gloabalFooter small {
    font-size: 85%; }
    #gloabalFooter small a {
      display: block;
      margin-top: 10px; } }
/* ------------------------------------------------

Main Image（メインイメージ）

------------------------------------------------ */
#hero {
  position: relative; }
  #hero:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#logo {
  position: absolute;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: url(../../../resources/images/logo.svg) no-repeat;
  background-size: contain !important; }

#catchPhrase {
  position: absolute;
  top: 50%;
  left: 50%; }
  #catchPhrase img {
    width: 100%;
    height: auto; }

#language li a {
  position: relative;
  display: block;
  padding: 10px;
  font-family: 'Century Gothic';
  font-weight: bold;
  color: #fff;
  letter-spacing: 2px; }
  #language li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: inherit;
    width: 0%;
    -webkit-transition: width .4s ease;
    -moz-transition: width .4s ease;
    -o-transition: width .4s ease;
    -ms-transition: width .4s ease;
    transition: width .4s ease; }
  #language li a:hover:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px #333 solid; }
  #language li a.active {
    color: #333; }
    #language li a.active:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      border-bottom: 1px #333 solid; }

.contentText,
.single {
  position: relative; }
  .contentText h3,
  .single h3 {
    margin-bottom: 15px;
    letter-spacing: 2px;
    font-weight: bold; }
  .contentText .text,
  .single .text {
    line-height: 2;
    letter-spacing: 1.2px; }

.videoNormal,
.videoWide,
.videoThumb {
  position: relative; }
  .videoNormal a:after,
  .videoWide a:after,
  .videoThumb a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../../../resources/images/icon_play.png) no-repeat;
    transform: translate(-50%, -50%); }

/* ------------------------------------------------

Second content

------------------------------------------------ */
.groupItem {
  position: relative;
  *zoom: 1; }
  .groupItem:after {
    content: '';
    display: table;
    clear: both; }

.recipe {
  background-size: cover !important; }

.recipeRice {
  background: url(../../../resources/images/recipe_rice.jpg) no-repeat center top; }

.recipeChicken {
  background: url(../../../resources/images/recipe_chicken.jpg) no-repeat center top; }

.recipeBeef {
  background: url(../../../resources/images/recipe_beef.jpg) no-repeat center top; }

.recipeAnpokaki {
  background: url(../../../resources/images/recipe_anpokaki.jpg) no-repeat center top; }

.recipePeach {
  background: url(../../../resources/images/recipe_peach.jpg) no-repeat center top; }

.recipe_first {
  background: url(../../../resources/images/menu_rice.jpg) no-repeat center top; }

.recipe_second {
  background: url(../../../resources/images/menu_chicken.jpg) no-repeat center center; }

.recipe_third {
  background: url(../../../resources/images/menu_beef.jpg) no-repeat center center; }

.recipe_fourth {
  background: url(../../../resources/images/menu_persimon.jpg) no-repeat center top; }

.recipeName {
  color: #fff;
  margin-bottom: 20px; }

.btnRecipe {
  background: #fff;
  border-radius: 2px;
  transition: 300ms !important; }
  .btnRecipe:hover {
    transform: scale(0.97); }
  .btnRecipe a {
    display: block;
    height: 100%;
    text-align: center;
    font-size: 14px; }

.listSearch {
  background: #fff url(../../../resources/images/google_search.svg) no-repeat center center; }

.listInstagram {
  background: #fff url(../../../resources/images/instagram.svg) no-repeat center center; }

.listSearch,
.listInstagram {
  position: relative; }
  .listSearch:after,
  .listInstagram:after {
    content: '';
    position: absolute;
    bottom: 15px;
    left: 50%;
    width: 40px;
    margin-left: -20px;
    border-bottom: 1px #333 solid; }
  .listSearch a,
  .listInstagram a {
    display: block;
    height: 100%; }

.groupExLink {
  clear: both; }
  .groupExLink li:last-child {
    margin-right: 0; }
  .groupExLink a {
    display: block;
    height: 100%; }
  .groupExLink div {
    position: relative;
    background-size: contain !important; }
    .groupExLink div:before {
      content: '';
      position: absolute;
      top: 10px;
      left: 10px;
      border: 1px #fff solid;
      transition: 300ms !important; }
    .groupExLink div:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      transition: 300ms !important; }
    .groupExLink div:hover:before, .groupExLink div:hover:after {
      transform: scale(0.97); }
  .groupExLink .googleSearch {
    background: url(../../../resources/images/image_google_search.jpg) no-repeat; }
    .groupExLink .googleSearch:after {
      background: url(../../../resources/images/icon_search.png) no-repeat center center; }
  .groupExLink .instagram {
    background: url(../../../resources/images/image_instagram.jpg) no-repeat; }
    .groupExLink .instagram:after {
      background: url(../../../resources/images/icon_instagram.png) no-repeat center center; }

/* ------------------------------------------------

sixth

------------------------------------------------ */
#sixth {
  padding: 30px 0;
  background: url(../../../resources/images/image_sixth_bg.jpg) no-repeat center center;
  background-size: cover !important; }

/* ------------------------------------------------

Seventh

------------------------------------------------ */
#seventh {
  background: #fff; }

#profile dt {
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center; }
#profile dd {
  margin-bottom: 30px;
  line-height: 1.8; }
  #profile dd:last-child {
    margin-bottom: 0; }

#gloabalFooter ul {
  letter-spacing: -.4em; }
  #gloabalFooter ul li {
    position: relative;
    display: inline-block; }
    #gloabalFooter ul li img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 50%;
      height: auto;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
#gloabalFooter small {
  display: block;
  padding: 30px 0;
  text-align: center;
  color: #fff;
  background: #222222; }
  #gloabalFooter small a {
    color: #fff; }

/* ------------------------------------------------

	Popup : 

------------------------------------------------ */
.mfp-wrap {
  -webkit-overflow-scrolling: touch; }

#popup figure {
  max-width: 960px;
  margin: 0 auto 30px; }
  #popup figure img {
    width: 100%;
    max-width: 100%;
    height: auto; }
#popup h4 {
  font-size: 138.5%;
  font-weight: bold;
  margin-bottom: 30px; }
#popup dl dt {
  margin-bottom: 15px; }
#popup dl dd {
  margin-bottom: 30px; }
  #popup dl dd strong {
    display: block;
    padding: 10px;
    background: #f2f2f2;
    color: #333; }

.ingredient li {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px #363636 solid; }
  .ingredient li span {
    margin-left: auto; }

.flow li {
  margin-bottom: 15px; }

.entryContent {
  max-width: 960px;
  margin: 0 auto 30px;
  color: #fff;
  font-size: 108%; }

.mfp-container {
  padding: 0; }

.mfp-bg {
  background: rgba(0, 0, 0, 0.85) !important;
  opacity: 1; }

.mfp-ajax-holder .mfp-close {
  position: static;
  height: 60px;
  line-height: 60px;
  background: #fff;
  text-align: center;
  color: #333;
  font-size: 108%;
  cursor: pointer; }

.mfp-iframe-holder .mfp-close {
  position: absolute;
  top: -44px;
  right: -44px;
  width: 44px;
  height: 44px;
  padding: 0;
  text-align: center;
  line-height: 44px;
  font-size: 44px; }

/* ------------------------------------------------

	ローディング : 

------------------------------------------------ */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 999; }

#spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  border: 8px solid #333;
  border-radius: 50%;
  border-top: 8px solid #222;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

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