@charset "UTF-8";
/*
@font-face {
  font-family: 'futura';
  src: url('../font/futura.ttf') format('truetype');
}

@font-face {
  font-family: 'YuGothic-Medium';
  src: url('../font/YuGothic-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'GothicB';
  src: url('../font/YuGothic-Bold.ttf') format('truetype');
}
*/
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

body {
  color: #000000;
  font-weight: 500;
  font-weight: 700;
  font-style: normal;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

p {
  font-size: 16px;
  line-height: 2;
}

ol, ul {
  list-style: none;
  padding: 0px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
.overlay {
  display: none;
  position: fixed;
  top: -10px;
  left: 0;
  right: 0;
  bottom: -10px;
  background-color: rgba(0, 0, 0, .45);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@keyframes main-first {
  0% {
    /*
    -webkit-transform: translateX(0);
    transform: translateX(0)
    clip:rect(0px 0px 0px 980px);
    filter:blur(2px);
    */
    transform: scale(1, 1);
  }
  100% {
    /*
    -webkit-transform: translateX(-1.5vw);
    transform: translateX(-1.5vw)
    clip:rect(0px 0px 0px -980px);
    filter:blur(0px);
    */
    transform: scale(1.1, 1.1);
  }
}

@keyframes main-second {
  0% {
    /*
    -webkit-transform: translateX(0);
    transform: translateX(0)
    clip:rect(0px 0px 0px 980px);
    filter:blur(2px);
    */
    transform: scale(1, 1);
  }
  100% {
    /*
    -webkit-transform: translateX(-1.5vw);
    transform: translateX(-1.5vw)
    clip:rect(0px 0px 0px -980px);
    filter:blur(0px);
    */
    transform: scale(1.1, 1.1);
  }
}
.pc-slick-slider img,
.pc-sp-slick-slider img,
.sp-slick-slider img {
  transform-origin: center top;
  transform: scale(1, 1);
  transition: 15s ease-out;
}

.pc-slick-slider .slick-active .main-img01 img,
.pc-slick-slider .slick-active .main-img03,
.pc-sp-slick-slider .slick-active .main-img01 img,
.sp-slick-slider .slick-active .main-img01,
.sp-slick-slider .slick-active .main-img03 {
  transform: scale(1.1, 1.1);
}

a {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  text-decoration: none;
  outline: none;
}
.op:hover {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  opacity: 0.6;
  text-decoration: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
}
.sp-only {
	display: none;
}
.pc-1200 {
	display: block;
}
.pc-1200-flex {
	display: flex!important;
}
.sp-1250 {
    display: none;
}
.sp-1200 {
    display: none!important;
}
.sp-1200-flex {
	display: none!important;
}
.sp-1150 {
    display: none;
}
.sp-1100 {
    display: none;
}
.sp-1000 {
    display: none;
}
.sp-960 {
    display: none;
}

.sp-830 {
	display: none;
}
.sp-800 {
	display: none;
}
.sp-600 {
	display: none!important;
}
.sp-420 {
    display: none;
}

@media screen and (max-width: 1250px) {
    .sp-1250 {
        display: block;
    }
}
@media screen and (max-width: 1200px) {
	.pc-1200 {
		display: none!important;
	}
    .sp-1200 {
        display: block!important;
    }
	.pc-1200-flex {
		display: none!important;
	}
    .sp-1200-flex {
        display: flex!important;
    }
}
@media screen and (max-width: 1150px) {
    .sp-1150 {
        display: block;
    }
}
@media screen and (max-width: 1100px) {
    .sp-1100 {
        display: block;
    }
}
@media screen and (max-width: 1000px) {
    .sp-1000 {
        display: block;
    }
	.pc-only {
		display: none;
	}
	.sp-only {
		display: block;
	}
}
@media screen and (max-width: 960px) {
    .sp-960 {
        display: block;
    }
}
@media screen and (max-width: 830px) {
	.sp-830 {
		display: block;
	}
}
@media screen and (max-width: 800px) {
	.sp-800 {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.sp-full {
		display: none;
	}
    .sp-1200 {
        display: none!important;
    }
    .sp-1100 {
        display: none!important;
    }
    .sp-1000 {
        display: none;
    }
    .sp-960 {
        display: none;
    }
	.sp-830 {
		display: none;
	}
}
@media screen and (max-width: 600px) {
    .sp-600 {
        display: block!important;
    }
	.pc-600 {
		display: none!important;
	}
}
@media screen and (max-width: 420px) {
    .sp-420 {
        display: block;
    }
}


/*---------------------------------------------
| CONTAINER
---------------------------------------------*/
#container {
  overflow: hidden;
  position: relative;
}

/*---------------------------------------------
| HEADER
---------------------------------------------*/
header {
  width: 100%;
  position: fixed;
  background: #ffffff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
  z-index: 999;
}
header .header-inner {
  width: 900px;
  margin: auto;
  overflow: hidden;
  padding-top: 8px;
	position: relative;
}
header .header-inner .store_btn {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
}
header .header-inner .store_btn a {
    display: block;
    z-index: 100;
    text-align: center;
    background-color: #E8CEA9;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    padding: 13px 20px;
}
header .header-inner .store_btn a:hover {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  background-color: #CFDFF2;
}
header .header-inner .store_btn a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    width: 0;
    height: 0;
    margin-top: -6px;
    border: 6px solid transparent;        /*top right bottom を透明化 */
    border-left: 12px solid #fff;

}
header h1 {
	position: absolute;
  top: 13px;
	left: 15px;
	width: 120px;
}
header h1 a {
	display: block;
}
header .header-inner h2 {
  margin-top: 13px;
	float: left;
  width: 110px;
}
header .header-inner h3 {
  margin-top: 50px;
  margin-left: 15px;
  float: right;
  width: 30px;
}
header .header-inner h3 a {
  display: block;
}
header .header-inner .global-nav {
  float: right;
  margin-top: 34px;
}
header .header-inner .global-nav ul li {
  float: left;
}
header .header-inner .global-nav ul li a {
  font-family: futura-pt, sans-serif;
  color: #000000;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  display: block;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  text-align: center;
  cursor: pointer;
  transition: inherit;
}
header .header-inner .global-nav ul li a:hover {
  color: #E8CEA9;
  border-bottom: 3px solid #E8CEA9;
  font-size: 13px;
  transition: inherit;
  text-decoration: none;
  outline: none;
}
header .header-inner .global-nav ul li a:link, header .header-inner .global-nav ul li a:active, header .header-inner .global-nav ul li a:visited {
  text-decoration: none;
  outline: none;
}
header .header-inner .global-nav ul .global-nav-li01 {
  width: 120px;
}
header .header-inner .global-nav ul .global-nav-li02 {
  width: 70px;
}
header .header-inner .global-nav ul .global-nav-li03 {
  width: 170px;
}
header .header-inner .global-nav ul .global-nav-li04 {
  width: 80px;
}
header .header-inner .global-nav ul .global-nav-li05 {
  width: 100px;
}
header .header-inner .global-nav ul .global-nav-li06 {
  width: 80px;
}
header .header-inner .global-nav ul .global-nav-li07 {
  width: 120px;
}
header .header-inner .global-nav .drawer-btn {
  display: none;
}
@media screen and (max-width: 1200px) {
  header {
    width: 100%;
    position: fixed;
    background: #ffffff;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
    z-index: 999;
  }
  header .header-inner {
    width: 90%;
    margin: auto;
    overflow: hidden;
    padding-top: 8px;
  }
  header h1 {
    width: 110px;
  }
  header .header-inner h2 {
    margin-top: 13px;
	  margin-left: 14%;
    float: left;
    width: 100px;
  }
  header .header-inner .global-nav {
    float: right;
    margin-top: 34px;
	width : -webkit-calc(100% - 300px);
	width : calc(100% - 300px);
  }
  header .header-inner .global-nav ul {
    width: 100%;
  }
  header .header-inner .global-nav ul li {
    float: left;
  }
  header .header-inner .global-nav ul li a {
    font-family: futura-pt, sans-serif;
    color: #000000;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    display: block;
    border-bottom: 3px solid rgba(0, 0, 0, 0);
    text-align: center;
    cursor: pointer;
    transition: inherit;
  }
  header .header-inner .global-nav ul li a:hover {
    color: #E8CEA9;
    border-bottom: 3px solid #E8CEA9;
    font-size: 12px;
    transition: inherit;
  }
  header .header-inner .global-nav ul .global-nav-li01 {
    width: 13%;
  }
  header .header-inner .global-nav ul .global-nav-li02 {
    width: 10%;
  }
  header .header-inner .global-nav ul .global-nav-li03 {
    width: 22%;
  }
  header .header-inner .global-nav ul .global-nav-li04 {
    width: 14%;
  }
  header .header-inner .global-nav ul .global-nav-li05 {
    width: 11%;
  }
  header .header-inner .global-nav ul .global-nav-li06 {
    width: 12%;
  }
  header .header-inner .global-nav ul .global-nav-li07 {
    width: 18%;
  }

  header .header-inner .global-nav .drawer-btn {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  header h1 {
    margin-top: -webkit-calc(40px - 3.5vw);
    margin-top: calc(40px - 3.5vw);
    width: 11%;
  }
  header .header-inner h2 {
    margin-top: -webkit-calc(40px - 2vw);
    margin-top: calc(40px - 2vw);
    width: 11%;
	  margin-left: 10%;
  }
  header .header-inner h3 {
    width: 3.5%;
    margin-left: 0px;
    margin-top: 50px;
  }
  header .header-inner .global-nav {
    width: 75%;
  }
  header .header-inner .global-nav ul li a:hover {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  header {
    width: 100%;
    z-index: 999;
  }
  header .header-inner {
    width: 90%;
    margin: auto;
    overflow: hidden;
    padding-top: 8px;
  }
  header h1 {
    margin-top: -7px;
    width: 20%;
  }
  header .header-inner h2 {
    margin-top: 0px;
	  margin-bottom: 2vw;
    float: left;
    width: 23%;
	  margin-left: 38.5%;
  }

  header .header-inner .global-nav {
    float: right;
    margin-top: 3.3%;
    width: 6%;
  }
  header .header-inner .global-nav ul {
    display: none;
  }
  header .header-inner h3 {
    display: none;
  }
  header .header-inner .global-nav .drawer-btn {
    display: block;
  }
  header .header-inner .store_btn {
    display: none;    
  }
}

/*---------------------------------------------
| MAIN-VISUAL
---------------------------------------------*/
.main-visual {
  width: 100%;
  padding-top: 100px;
}
.main-visual .main-visual-inner li {
  position: relative;
}
.main-visual .main-visual-inner li a:hover {
  opacity: 1;
}
/*.main-visual .main-visual-inner li span {
    height: 596px !important;
    overflow: hidden !important;
}*/
.main-visual .main-visual-inner .pc-slick-slider li,
.main-visual .main-visual-inner .pc-sp-slick-slider li {
  /*height: 596px;*/
  overflow: hidden;
}
.main-visual .main-visual-inner li .main-img {
	position: relative;
	width: 100%;
	z-index: 100;
}
.main-visual .main-visual-inner li .main-img img {
	width: 100%;
}
.main-visual .main-visual-inner li .main-img01 {
	z-index: 1;
  position: absolute;
  min-width: 1500px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: main-first 10s ease-in-out  infinite;
animation-direction:alternate;
}
.main-visual .main-visual-inner li .main-img02 {
	z-index: 11;
  position: relative;
  height: 596px;
  width: 1100px;
  margin: 0 auto;
}
.main-visual .main-visual-inner li .main-img03 {
	z-index: 1;
  position: absolute;
  min-width: 1500px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  
}

.main-visual .main-visual-inner li .main-img04 {
	z-index: 12;
  position: relative;
  height: 596px;
  width: 1200px;
  margin: 0 auto;
}
.main-visual .main-visual-inner li .main-img05 {
    z-index: 11;
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: url("../img/s002_off.jpg") no-repeat;
    background-size: cover;
}
.main-visual .main-visual-inner .pc-sp-slick-slider {
  display: none;
}
.main-visual .main-visual-inner .sp-slick-slider {
  display: none;
}
@media screen and (max-width: 1200px) {
  .main-visual {
    width: 100%;
    padding-top: 100px;
  }
  .main-visual .main-visual-inner .pc-slick-slider {
    display: none;
  }
  .main-visual .main-visual-inner .pc-sp-slick-slider {
    display: block;
  }
  .main-visual .main-visual-inner .sp-slick-slider {
    display: none;
  }
  .main-visual .main-visual-inner li .main-img01,
  .main-visual .main-visual-inner li .main-img03 {
      min-width: 1000px; 
  }
  .main-visual .main-visual-inner li .main-img02,
  .main-visual .main-visual-inner li .main-img04 {
     height: 596px;
     width: 733px;
  }
}
@media screen and (max-width: 767px) {
  .main-visual {
    width: 100%;
    padding-top: 17%;
  }
  .main-visual .main-visual-inner .pc-slick-slider {
    display: none;
  }
  .main-visual .main-visual-inner .pc-sp-slick-slider {
    display: none;
  }
  .main-visual .main-visual-inner .sp-slick-slider {
    display: block;
  }
  .main-visual .main-visual-inner li .main-img01,
  .main-visual .main-visual-inner li .main-img03 {
      min-height: 315px;
      min-width: 200px;
      width: 100%;
      height: auto;
  }
  .main-visual .main-visual-inner li .main-img02,
  .main-visual .main-visual-inner li .main-img04 {
     width: 100%;
      height: auto;
      min-height: 315px;
      min-width: 200px;
  }
}

/*---------------------------------------------
| CONCEPT
---------------------------------------------*/
.concept {
  width: 100%;
  background: url("../img/s003_on.jpg"), #E8CEA9;
  background-repeat: no-repeat, repeat;
  background-size: 100% auto;
  background-position: center center;
  background-attachment: fixed;
}
.concept .concept-img-on {
  display: none;
}
.concept .concept-inner {
  width: 1200px;
  margin: auto;
  padding: 100px 0px;
  position: relative;
}
.concept .concept-inner h2 {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  color: #000000;
  padding: 0px;
  margin-bottom: 40px;
  font-family: futura-pt, sans-serif;
}
.concept .concept-inner h2 span {
  text-align: center;
  font-size: 18px;
  display: block;
  margin-top: 10px;
}
.concept .concept-inner p {
  font-size: 22px;
  margin-bottom: 30px;
}
.concept .concept-inner p span {
  display: block;
}
.concept .concept-inner .concept-img {
  width: 600px;
  position: absolute;
  right: 0;
  bottom: -10%;
}
@media screen and (max-width: 1200px) {
  .concept .concept-img-on {
    display: none;
  }
  .concept .concept-inner {
    width: 90%;
    margin: auto;
    padding: 100px 0px;
    position: relative;
  }
  .concept .concept-inner h2 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    color: #000000;
    padding: 0px;
    margin-bottom: 40px;
    font-family: futura-pt, sans-serif;
  }
  .concept .concept-inner h2 span {
    text-align: center;
    font-size: 18px;
    display: block;
    margin-top: 10px;
  }
  .concept .concept-inner p {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .concept .concept-inner p span {
    display: block;
  }
  .concept .concept-inner .concept-img {
    width: 500px;
    position: absolute;
    right: 0;
    bottom: -20%;
  }
}
@media screen and (max-width: 767px) {
  .concept {
    width: 100%;
    background: url("../img/s025.jpg") no-repeat, #E8CEA9;
    background-size: 100%;
    background-position: center bottom;
    background-attachment: inherit;
  }
  .concept .concept-img-on {
    display: none;
  }
  .concept .concept-inner {
    width: 90%;
    margin: auto;
    padding: 40px 0px 400px;
    position: relative;
  }
  .concept .concept-inner h2 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #000000;
    padding: 0px;
    margin-bottom: 30px;
    font-family: futura-pt, sans-serif;
  }
  .concept .concept-inner h2 span {
    text-align: center;
    font-size: 14px;
    display: block;
    margin-top: 10px;
  }
  .concept .concept-inner p {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .concept .concept-inner p span {
    display: inline;
  }
  .concept .concept-inner .concept-img {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: -10%;
  }
}

/*---------------------------------------------
| MOVIE
---------------------------------------------*/
.movie {
  width: 100%;
}
.movie .movie-inner {
  width: 1200px;
  margin: auto;
  padding: 140px 0px 0px;
  position: relative;
}
.movie .movie-inner h2 {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  color: #000000;
  padding: 0px;
  margin-bottom: 40px;
  font-family: futura-pt, sans-serif;
}
.movie .movie-inner h2 span {
  text-align: center;
  font-size: 18px;
  display: block;
  margin-top: 10px;
}
.movie .movie-inner .video{
  width:100%;
  padding-bottom: 56.25%;
  height:0px;
  position: relative;
}
.movie .movie-inner .video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .movie .movie-inner {
    width: 90%;
    margin: auto;
    padding: 250px 0px 0px;
    position: relative;
  }
  .movie .movie-inner h2 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    color: #000000;
    padding: 0px;
    margin-bottom: 40px;
    font-family: futura-pt, sans-serif;
  }
  .movie .movie-inner h2 span {
    text-align: center;
    font-size: 18px;
    display: block;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .movie {
    width: 100%;
  }
  .movie .movie-inner {
    width: 90%;
    margin: auto;
    padding: 140px 0px 0px;
    position: relative;
  }
  .movie .movie-inner h2 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #000000;
    padding: 0px;
    margin-bottom: 30px;
    font-family: futura-pt, sans-serif;
  }
  .movie .movie-inner h2 span {
    text-align: center;
    font-size: 14px;
    display: block;
    margin-top: 10px;
  }
}

/*---------------------------------------------
| CHARACTERISTIC
---------------------------------------------*/
.characteristic {
  width: 100%;
  background: url("../img/s005.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.characteristic .characteristic-inner {
  width: 1200px;
  margin: auto;
  padding: 100px 0px 140px;
  position: relative;
}
.characteristic .characteristic-inner h2 {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  color: #000000;
  padding: 0px;
  margin-bottom: 40px;
  font-family: futura-pt, sans-serif;
}
.characteristic .characteristic-inner h2 span {
  text-align: center;
  font-size: 18px;
  display: block;
  margin-top: 10px;
}
.characteristic .characteristic-inner h3 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding: 0px;
  margin-bottom: 30px;
	line-height: 1.5;
}
.characteristic .characteristic-inner .characteristic-text01 {
  font-size: 22px;
  margin-bottom: 50px;
  text-align: center;
}
.characteristic .characteristic-inner .characteristic-text01 span {
  display: block;
}
.characteristic .characteristic-inner .characteristic-text02 {
  font-size: 13px;
  font-weight: normal;
  color: #777777;
  position: absolute;
  right: 0px;
  bottom: 5%;
	line-height: 1.3;
}
.characteristic .characteristic-inner .characteristic-img-box {
  width: 700px;
  margin: auto;
  position: relative;
}
.characteristic .characteristic-inner .characteristic-img-box .characteristic-img01 {
  position: absolute;
  z-index: 5;
}
.characteristic .characteristic-inner .characteristic-img-box .characteristic-img02 {
  opacity: 0.8;
}


.characteristic .characteristic-inner .characteristic-box-wrap {
  margin-top: 40px;
  border: solid 2px #E8CEA9;
  padding: 60px;
  position: relative;
}
.characteristic .characteristic-inner .characteristic-box-wrap .characteristic-box-title-pc {
  font-size: 26px;
  font-weight: bold;
  padding: 0px;
  margin-bottom: 30px;
}
.characteristic .characteristic-inner .characteristic-box-wrap .characteristic-box-title-sp {
  display: none;
}
.characteristic .characteristic-inner .characteristic-box-wrap .characteristic-box .characteristic-left {
  width: 700px;
  float: left;
}
.characteristic .characteristic-inner .characteristic-box-wrap .characteristic-box .characteristic-left p {
  font-size: 18px;
  font-weight: normal;
}
.characteristic .characteristic-inner .characteristic-box-wrap .characteristic-box .characteristic-right {
  width: 340px;
  float: right;
}
.characteristic .characteristic-inner .characteristic-box-wrap .characteristic-box .characteristic-right img {
  margin-bottom: 10px;
}
.characteristic .characteristic-inner .characteristic-box-wrap .characteristic-box .characteristic-right p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: normal;
  line-height: 1.3em;
}
.characteristic .characteristic-inner .characteristic-box-wrap .characteristic-box .characteristic-right p.profile-text {
  margin-top: 20px;
  text-align: left;
}
.characteristic .characteristic-inner .characteristic-box-wrap .characteristic-box .characteristic-right h5 {
  font-size: 31px;
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-weight: normal;
}
.characteristic .characteristic-inner .characteristic-box-wrap .characteristic-box .characteristic-right h5 span {
  margin-top: 10px;
  font-size: 12px;
}

@media screen and (max-width: 1200px) {
  .characteristic {
    width: 100%;
  }
  .characteristic .characteristic-inner {
    width: 90%;
    margin: auto;
    padding: 100px 0px 140px;
    position: relative;
  }
  .characteristic .characteristic-inner h2 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    color: #000000;
    padding: 0px;
    margin-bottom: 40px;
    font-family: futura-pt, sans-serif;
  }
  .characteristic .characteristic-inner h2 span {
    text-align: center;
    font-size: 18px;
    display: block;
    margin-top: 10px;
  }
  .characteristic .characteristic-inner h3 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    padding: 0px;
    margin-bottom: 30px;
  }
  .characteristic .characteristic-inner .characteristic-text01 {
    font-size: 22px;
    margin-bottom: 50px;
    text-align: center;
  }
  .characteristic .characteristic-inner .characteristic-text01 span {
    display: block;
  }
  .characteristic .characteristic-inner .characteristic-text02 {
    font-size: 13px;
    font-weight: normal;
    color: #777777;
  }
  .characteristic .characteristic-inner .characteristic-img-box {
    width: 700px;
    margin: auto;
    position: relative;
  }
  .characteristic .characteristic-inner .characteristic-img-box .characteristic-img01 {
    position: absolute;
    z-index: 5;
  }
  .characteristic .characteristic-inner .characteristic-img-box .characteristic-img02 {
    opacity: 0.8;
  }
    
  .characteristic .characteristic-inner .characteristic-box-wrap .characteristic-box-title-pc {
    display: none;
  }
  .characteristic .characteristic-inner .characteristic-box-wrap .characteristic-box-title-sp {
    display: block;
    font-size: 26px;
    font-weight: bold;
    padding: 0px;
    margin-bottom: 15px;
    line-height: 1.5em;
  }
  .characteristic .characteristic-inner .characteristic-box-wrap .characteristic-box .characteristic-left {
    width: 65%;
    float: left;
  }
  .characteristic .characteristic-inner .characteristic-box-wrap .characteristic-box .characteristic-left p {
    font-size: 18px;
  }
  .characteristic .characteristic-inner .characteristic-box-wrap .characteristic-box .characteristic-right {
    width: 32%;
    float: right;
  }
  .characteristic .characteristic-inner .characteristic-box-wrap .characteristic-box .characteristic-right p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
  }
  .characteristic .characteristic-inner .characteristic-box-wrap .characteristic-box .characteristic-right h5 {
    font-size: 31px;
    text-align: center;
  }
  .characteristic .characteristic-inner .characteristic-box-wrap .characteristic-box .characteristic-right h5 span {
    font-size: 13px;
    margin-top: 10px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .characteristic {
    width: 100%;
    background: url("../img/s026.jpg") no-repeat;
    background-size: 100%;
    background-position: center top;
    
  }
  .characteristic .characteristic-inner {
    width: 90%;
    margin: auto;
    padding: 50px 0px 40px;
    position: relative;
  }
  .characteristic .characteristic-inner h2 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #000000;
    padding: 0px;
    margin-bottom: 30px;
    font-family: futura-pt, sans-serif;
  }
  .characteristic .characteristic-inner h2 span {
    text-align: center;
    font-size: 14px;
    display: block;
    margin-top: 10px;
  }
  .characteristic .characteristic-inner h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 0px;
    margin-bottom: 10px;
  }
  .characteristic .characteristic-inner .characteristic-text01 {
    font-size: 16px;
    margin-bottom: 30px;
    text-align: left;
    font-weight: bold;
  }
  .characteristic .characteristic-inner .characteristic-text01 span {
    display: inline;
  }
  .characteristic .characteristic-inner .characteristic-text02 {
    font-size: 12px;
    position: inherit;
    font-weight: normal;
    color: #777777;
  }
  .characteristic .characteristic-inner .characteristic-img-box {
    width: 100%;
    margin: 0px auto 20px;
    position: relative;
  }
  .characteristic .characteristic-inner .characteristic-img-box .characteristic-img01 {
    position: absolute;
    z-index: 5;
  }
  .characteristic .characteristic-inner .characteristic-img-box .characteristic-img02 {
    opacity: 0.8;
  }

  .characteristic .characteristic-inner .characteristic-box-wrap {
    padding: 40px 20px;
    position: relative;
  }
  .characteristic .characteristic-inner .characteristic-box-wrap .characteristic-box-title-pc {
    display: none;
  }
  .characteristic .characteristic-inner .characteristic-box-wrap .characteristic-box-title-sp {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 0px;
    margin-bottom: 20px;
    line-height: 1.7;
  }
  .characteristic .characteristic-inner .characteristic-box-wrap .characteristic-box .characteristic-left {
    width: 100%;
    float: none;
  }
  .characteristic .characteristic-inner .characteristic-box-wrap .characteristic-box .characteristic-left p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .characteristic .characteristic-inner .characteristic-box-wrap .characteristic-box .characteristic-right {
    width: 100%;
    float: none;
  }
  .characteristic .characteristic-inner .characteristic-box-wrap .characteristic-box .characteristic-right img {
    margin-bottom: 20px;
  }
  .characteristic .characteristic-inner .characteristic-box-wrap .characteristic-box .characteristic-right p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px;
  }
  .characteristic .characteristic-inner .characteristic-box-wrap .characteristic-box .characteristic-right h5 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
  }
  .characteristic .characteristic-inner .characteristic-box-wrap .characteristic-box .characteristic-right h5 span {
    font-size: 14px;
    margin-top: 10px;
    display: block;
  }
}

/*---------------------------------------------
| ORIGIN
---------------------------------------------*/
.origin {
  width: 100%;
  background: url("../img/s007_off.jpg"), #E8CEA9;
  background-repeat: no-repeat, repeat;
  background-size: 100% auto;
  background-position: center center;
  background-attachment: fixed;
}
.origin .origin-inner {
  width: 1200px;
  margin: auto;
  padding: 100px 0px;
  position: relative;
}
.origin .origin-inner h2 {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  color: #000000;
  padding: 0px;
  margin-bottom: 50px;
  font-family: futura-pt, sans-serif;
}
.origin .origin-inner h2 span {
  text-align: center;
  font-size: 18px;
  display: block;
  margin-top: 10px;
}
.origin .origin-inner p {
  font-size: 21px;
}
.origin .origin-inner p span {
  display: block;
}
@media screen and (max-width: 1200px) {
  .origin .origin-inner {
    width: 90%;
    margin: auto;
    padding: 100px 0px;
    position: relative;
  }
  .origin .origin-inner h2 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    color: #000000;
    padding: 0px;
    margin-bottom: 50px;
    font-family: futura-pt, sans-serif;
  }
  .origin .origin-inner h2 span {
    text-align: center;
    font-size: 18px;
    display: block;
    margin-top: 10px;
  }
  .origin .origin-inner p {
    font-size: 21px;
  }
  .origin .origin-inner p span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .origin {
    width: 100%;
    background: url("../img/s029.jpg") no-repeat, #E8CEA9;
    background-size: 100%;
    background-position: center bottom;
    background-attachment: inherit;
  }
  .origin .origin-inner {
    width: 90%;
    margin: auto;
    padding: 40px 0px 60%;
    position: relative;
  }
  .origin .origin-inner h2 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #000000;
    padding: 0px;
    margin-bottom: 30px;
    font-family: futura-pt, sans-serif;
  }
  .origin .origin-inner h2 span {
    text-align: center;
    font-size: 14px;
    display: block;
    margin-top: 10px;
  }
  .origin .origin-inner p {
    font-size: 16px;
    font-weight: bold;
  }
  .origin .origin-inner p span {
    display: inline;
  }
}

/*---------------------------------------------
| RECIPE
---------------------------------------------*/
.recipe {
  width: 100%;
  background: #efefef;
  background-repeat: repeat;
}
.recipe .recipe-inner {
  width: 1200px;
  margin: auto;
  padding: 100px 0px;
  position: relative;
}
.recipe .recipe-inner h2 {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  color: #000000;
  padding: 0px;
  margin-bottom: 50px;
  font-family: futura-pt, sans-serif;
}
.recipe .recipe-inner h2 span {
  text-align: center;
  font-size: 18px;
  display: block;
  margin-top: 10px;
}
.recipe .recipe-inner .recipe-text {
  text-align: center;
  font-size: 21px;
}
.recipe .recipe-inner .recipe-text span {
  display: block;
}
.recipe .recipe-inner .recipe-ann-text {
  margin-top: 30px;
	text-align: left;
  font-size: 13px;
  font-weight: normal;
  color: #777777;
}
.recipe .recipe-inner .recipe-detail01 {
	margin-top: 50px;
	width: 100%;
}
.recipe .recipe-inner .recipe-detail02 {
	margin-top: 15px;
	width: 100%;
}
.recipe .recipe-inner .card {
  float: left;
  width: 390px;
  background-color: #fff;
  padding: 20px;
  margin-right: 15px;
  cursor: pointer;
  box-shadow: 0 14px 50px -4px hsla(0, 0%, 0%, 0.15);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.recipe .recipe-inner .card:hover {
  transform: scale(1.05,1.05);
}
.recipe .recipe-inner li:last-child {
  margin-right: 0; 
}
.recipe .recipe-inner .card h4 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
  font-family: futura-pt, sans-serif;
}
.recipe .recipe-inner .card h4.jp {
  font-size: 24px;
  line-height: 1.16em;
}
.recipe .recipe-inner .card h4 span {
  font-size: 18px;
  display: block;
  margin-top: 8px;
  font-weight: normal;
}
.recipe .recipe-inner .card h5 {
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  margin-top: 20px;
  font-family: futura-pt, sans-serif;
  line-height: 1.6em;
}
.recipe .recipe-inner .card h5 img {
	width: 28px;
	vertical-align: bottom;
	margin-left: 8px;
}


.recipe .modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.recipe .modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.recipe .modal__content{
    background: #fff;
    left: 50%;
    padding: 0px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 1200px;
	max-height: 90vh;
}
.recipe .modal__content .modal_wapper {
	display: block;
	position: relative;
	overflow: auto;
	box-sizing:inherit;
	width: 100%;
	max-height: 90vh;
	padding: 40px;
	border: #E8CEA9 solid 10px;
}
.recipe .modal__content .modal_detail1 {
	position: relative;
	overflow: hidden;
	clear: both;
}
.recipe .modal__content .modal_img {
	float: left;
	width: 350px;
}
.recipe .modal__content .modal_img_footer {
	width: 350px;
	margin-top: 20px
}
.recipe .modal__content .almond_logo {
	margin-top: 20px;
}
.recipe .modal__content .almond_logo_bottom {
	position: absolute;
	bottom: 0;
	width: 350px;
}
.recipe .modal__content .modal_detail1_right {
	float: right;
	/*width : -webkit-calc(100% - 380px) ;
	width: calc(100% - 380px);*/
    width: 712px;
	height: 365px;
	text-align: left;
	overflow: hidden;
	position: relative;
}
.recipe .modal__content .modal_detail1_right5 {
	float: right;
	/*width : -webkit-calc(100% - 380px) ;
	width: calc(100% - 380px);*/
	width: 712px;
	height: auto;
	text-align: left;
	overflow: hidden;
	position: relative;
}
.recipe .modal__content .modal_detail1_right6 {
	float: right;
	/*width : -webkit-calc(100% - 380px) ;
	width: calc(100% - 380px);*/
	width: 712px;
	height: 325px;
	text-align: left;
	overflow: hidden;
	position: relative;
}
.recipe .modal__content .modal_detail1_right7 {
	float: right;
	/*width : -webkit-calc(100% - 380px) ;
	width: calc(100% - 380px);*/
	width: 712px;
	height: 400px;
	text-align: left;
	overflow: hidden;
	position: relative;
}
.recipe .modal__content .modal_detail1_right8 {
	float: right;
	/*width : -webkit-calc(100% - 380px) ;
	width: calc(100% - 380px);*/
	width: 712px;
	height: 275px;
	text-align: left;
	overflow: hidden;
	position: relative;
}
.recipe .modal__content .modal_detail1_right3 {
	float: right;
	/*width : -webkit-calc(100% - 380px) ;
	width: calc(100% - 380px);*/
    width: 712px;
	height: 394px;
	text-align: left;
	overflow: hidden;
	position: relative;
}
.recipe .modal__content .modal_detail1_right2,
.recipe .modal__content .modal_detail1_right4 {
	float: right;
	/*width : -webkit-calc(100% - 380px) ;
	width: calc(100% - 380px);*/
    width: 712px;
	height: auto;
	text-align: left;
	overflow: hidden;
	position: relative;
}
.recipe .modal__content h6 {
  font-size: 38px;
  font-weight: bold;
  text-align: left;
  font-family: futura-pt, sans-serif;
  line-height: 1;
}
.recipe .modal__content h6.jp {
  font-size: 30px;
  line-height: 1.3;
}
.recipe .modal__content h6 .small-sameline-600,
.recipe .modal__content h6 .small-sameline-1250,
.recipe .modal__content h6 .small-sameline-1200 {
  font-size: 18px;
  font-weight: normal;
	display: inline-block;
	line-height: 1.3;
	padding-left: 10px;
}
@media screen and (max-width: 1250px) {
	.recipe .modal__content h6 .small-sameline-1250 {
		padding-left: 0;
		display: block;
	}
}
@media screen and (max-width: 1200px) {
	.recipe .modal__content h6 .small-sameline-1200 {
		padding-left: 0;
		display: block;
	}
}
@media screen and (max-width: 600px) {
	.recipe .modal__content h6 .small-sameline-600 {
		padding-left: 0;
		display: block;
	}
}
.recipe .modal__content h6 .small-difline {
  font-size: 18px;
  font-weight: normal;
	display: block;
	line-height: 1.3;
}
.recipe .modal__content h5 {
	margin-top: 30px;
	padding: 8px 10px;
	background-color: #E8CEA9;
	color: #fff;
	font-size: 21px;
	clear: both;
}
.recipe .modal__content .modal_detail1_right .modal_list,
.recipe .modal__content .modal_detail1_right3 .modal_list,
.recipe .modal__content .modal_detail1_right6 .modal_list,
.recipe .modal__content .modal_detail1_right7 .modal_list,
.recipe .modal__content .modal_detail1_right8 .modal_list {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.recipe .modal__content .modal_detail1_right2 .modal_list,
.recipe .modal__content .modal_detail1_right4 .modal_list {
    margin-top: 20px;
	position: relative;
	width: 100%;
}
.recipe .modal__content .modal_detail1_right5 .modal_list {
    margin-top: 40px;
	position: relative;
	width: 100%;
}
.recipe .modal__content .modal_flex {
	margin-top: 20px;
}
.recipe .modal__content .modal_flex .flex_left_list {
	width: 350px;
	float: left;
}
.recipe .modal__content .modal_flex .flex_right_cont {
	float: right;
	width: 712px;
}
.recipe .modal__content .alart-right {
    float: right;
    font-size: 16px;
    font-weight: normal;
}
.recipe .modal__content .modal_alart {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
}
.recipe .modal__content .modal_alart_btm {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	margin-top: 130px;
}
.recipe .modal__content .alart-almond {
	font-size: 16px;
	font-weight: normal;
	padding: 20px;
	line-height: 1.5;
}
.recipe .modal__content .alart-almond_btm2 {
	font-size: 16px;
	font-weight: normal;
	padding: 20px 0 0 20px;
	line-height: 1.5;
}
.recipe .modal__content .modal_sub_title {
	color: #E8CEA9;
	font-size: 21px;
	font-weight: normal;
	text-align: left;
	height: 27px;
	line-height: 1;
}
.recipe .modal__content .modal_sub_title big {
	font-size: 24px;
	line-height: 0.3;
}
.recipe .modal__content .modal_sub_title span {
	color: #000;
	font-size: 16px;
}
.recipe .modal__content .modal_sub_sub_title {
	color: #E8CEA9;
	font-size: 16px;
	font-weight: normal;
	height: 27px;
	line-height: 1.8;
}
.recipe .modal__content .modal_detail1_right .modal_sozai,
.recipe .modal__content .modal_detail1_right2 .modal_sozai,
.recipe .modal__content .modal_detail1_right3 .modal_sozai,
.recipe .modal__content .modal_detail1_right5 .modal_sozai,
.recipe .modal__content .modal_detail1_right6 .modal_sozai,
.recipe .modal__content .modal_detail1_right7 .modal_sozai,
.recipe .modal__content .modal_detail1_right8 .modal_sozai {
	border-top: solid #000 1px;
	border-bottom: solid #000 1px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.recipe .modal__content .modal_detail1_right2 .modal_sozai_l,
.recipe .modal__content .modal_detail1_right4 .modal_sozai_l {
	float: left;
	width: 48%;
	position: relative;
	overflow: hidden;
}
.recipe .modal__content .modal_detail1_right2 .modal_sozai_r {
	float: right;
	width: 48%;
	position: relative;
	overflow: hidden;
}
.recipe .modal__content .modal_detail1_right2 .modal_sozai_l ul,
.recipe .modal__content .modal_detail1_right2 .modal_sozai_r ul,
.recipe .modal__content .modal_detail1_right4 .modal_sozai_l ul,
.recipe .modal__content .modal_flex .flex_left_list ul {
	border-top: solid #000 1px;
	border-bottom: solid #000 1px;
}
.recipe .modal__content .modal_sozai li,
.recipe .modal__content .modal_sozai_l li,
.recipe .modal__content .modal_sozai_r li,
.recipe .modal__content .modal_flex .flex_left_list li {
	position: relative;
	overflow: hidden;
	border-bottom: #c8c8c8 solid 1px;
	width: 100%;
	margin: 0;
	padding: 0;
}
.recipe .modal__content .modal_sozai li:last-child,
.recipe .modal__content .modal_sozai_l li:last-child,
.recipe .modal__content .modal_sozai_r li:last-child,
.recipe .modal__content .modal_flex .flex_left_list li:last-child {
	border: none;
}
.recipe .modal__content .modal_sozai .left,
.recipe .modal__content .modal_sozai_l .left,
.recipe .modal__content .modal_sozai_r .left,
.recipe .modal__content .modal_flex .flex_left_list .left {
	float: left;
}
.recipe .modal__content .modal_sozai .right,
.recipe .modal__content .modal_sozai_l .right,
.recipe .modal__content .modal_sozai_r .right,
.recipe .modal__content .modal_flex .flex_left_list .right {
	float: right;
}
.recipe .modal__content .modal_sozai li p,
.recipe .modal__content .modal_sozai_l li p,
.recipe .modal__content .modal_sozai_r li p,
.recipe .modal__content .modal_flex .flex_left_list li p {
	font-size: 16px;
	height: 27px;
	font-weight: normal;
	line-height: 1.8;
}
.modal_list .modal_colum {
	padding: 15px;
	color: #E8CEA9;
	border: solid 1px #E8CEA9;
	font-size: 16px;
	line-height: 1.5;
	margin-top: 30px;
}
.recipe .modal__content .modal_sozai_make_left {
	float: left;
	width: 48%;
	position: relative;
	overflow: hidden;
}
.recipe .modal__content .modal_sozai_make_right {
	float: right;
	width: 48%;
	position: relative;
	overflow: hidden;
}
.recipe .modal__content .modal_sozai_make_right li,
.recipe .modal__content .modal_sozai_make_left li {
	font-size: 18px;
	font-weight: normal;
	text-indent: -33px;
	width: 100%;
	padding: 0 0 0 33px;
	margin: 0;
	line-height: 1.6;
}
.recipe .modal__content .modal_sozai_make_right li img,
.recipe .modal__content .modal_sozai_make_left li img {
	width: 25px;
	vertical-align: bottom;
	margin-right: 8px;
}
.recipe .modal__content .modal_sozai_make_right li span,
.recipe .modal__content .modal_sozai_make_left li span {
	color: #E8CEA9;
	font-size: 24px;
	line-height: 1;
}
.recipe .modal__content .modal_detail2 {
	clear: both;
	position: relative;
	overflow: hidden;
	margin-top: 30px;
	width: 100%;
}
.recipe .modal__content .modal_detail2_2,
.recipe .modal__content .modal_detail2_3 {
	clear: both;
	position: relative;
	overflow: hidden;
	margin-top: 0px;
	width: 100%;
}
.recipe .modal__content .modal_detail2 li,
.recipe .modal__content .modal_detail2_2 li,
.recipe .modal__content .modal_detail2_3 li {
	font-size: 18px;
	font-weight: normal;
	text-indent: -33px;
	width: 100%;
	padding: 0 0 0 33px;
	margin: 0;
	line-height: 1.6;
}
.recipe .modal__content .modal_detail2 li img,
.recipe .modal__content .modal_detail2_2 li img,
.recipe .modal__content .modal_detail2_3 li img {
	width: 25px;
	vertical-align: bottom;
	margin-right: 8px;
}
.recipe .modal__content .modal_make_left {
	margin-top: 10px;
	float: left;
	width: 48%;
}
.recipe .modal__content .modal_make_left span {
    color: #646464;
}
.recipe .modal__content .modal_make_left big,
.recipe .modal__content .modal_make_right big {
	color: #E8CEA9;
	font-size: 24px;
	line-height: 1;
}
.recipe .modal__content .modal_make_right {
	margin-top: 10px;
	float: right;
	width: 48%;
}
.close-icon {
	position: absolute;
	display: block;
	top: 20px;
	right: 20px;
	width: 80px;
	height: 80px;
	cursor: pointer;
	transition: .5s;
	transform: rotate(0deg);
	padding: 10px;
	z-index: 999;
}

.close-icon:hover {
	transform: rotate(180deg);
}
.recipe .recipe-inner .card .sp-space4,
.recipe .recipe-inner .card .sp-space5 {
	margin-top: 49px;
}

@media screen and (max-width: 1200px) {
	.recipe .recipe-inner {
		width: 90%;
	}
    .recipe .recipe-inner .recipe-detail02 {
	    margin-top: 1.25%;
    }
	.recipe .recipe-inner .card {
		width: 32.5%;
		margin-right: 1.25%;
		padding: 1.6%;
	}
    .recipe .recipe-inner .card h4.jp {
        font-size: 24px;
        line-height: 1.21em;
    }
	.recipe .recipe-inner .card .sp-space {
		margin-top: 68px;
	}
    .recipe .recipe-inner .card .sp-space2 {
		margin-top: 50px;
	}
	.recipe .recipe-inner .card .sp-space5 {
		margin-top: 20px;
	}
    .recipe .modal__content{
        width: 90%;
    }
    .recipe .modal__content .modal_img,
	.recipe .modal__content .modal_img_footer,
	.recipe .modal__content .modal_flex .flex_left_list,
	.recipe .modal__content .almond_logo_bottom {
        width: 32%;
    }
    .recipe .modal__content .modal_detail1_right,
    .recipe .modal__content .modal_detail1_right3,
	.recipe .modal__content .modal_detail1_right6,
	.recipe .modal__content .modal_detail1_right7,
	.recipe .modal__content .modal_detail1_right8,
	.recipe .modal__content .modal_flex .flex_right_cont {
        width: 65%;
        height: auto;
    }
    .recipe .modal__content .modal_detail1_right2,
	.recipe .modal__content .modal_detail1_right4,
	.recipe .modal__content .modal_detail1_right5 {
        width: 65%;
    }
    .recipe .modal__content .modal_detail1_right .modal_list,
    .recipe .modal__content .modal_detail1_right3 .modal_list,
	.recipe .modal__content .modal_detail1_right5 .modal_list,
	.recipe .modal__content .modal_detail1_right6 .modal_list,
	.recipe .modal__content .modal_detail1_right7 .modal_list,
	.recipe .modal__content .modal_detail1_right8 .modal_list {
        position: relative;
        margin-top: 20px;
    }
    .recipe .modal__content .modal_sub_title {
        height: 22px;
        font-size: 19px;
    }
    .recipe .modal__content .modal_sub_sub_title {
        height: 22px;
        line-height: 1.5;
        font-size: 14px;
    }
    .recipe .modal__content .modal_detail1_right2 .modal_sozai_l {
        width: 53%;
    }
    .recipe .modal__content .modal_detail1_right2 .modal_sozai_r {
        width: 43%;
    }
    .recipe .modal__content .modal_sozai li p,
    .recipe .modal__content .modal_sozai_l li p,
    .recipe .modal__content .modal_sozai_r li p {
        font-size: 13px;
        height: 22px;
    }
    .recipe .modal__content .alart-right,
	.recipe .modal__content .alart-almond,
	.recipe .modal__content .modal_alart,
	.recipe .modal__content .alart-almond_btm2 {
        font-size: 13px;
    }
	.recipe .modal__content .modal_alart_btm {
		margin-top: 70px;
		font-size: 13px;
	}
}
@media screen and (max-width: 1100px) {
	.recipe .recipe-inner .card .sp-space {
		margin-top: 80px;
	}
}
@media screen and (max-width: 1000px) {
	.recipe .recipe-inner .card .sp-space5 {
		margin-top: 49px;
	}
    .recipe .recipe-inner .card .sp-space-irr {
		margin-top: 20px;
	}
	.recipe .modal__content .modal_img,
	.recipe .modal__content .modal_img_footer,
	.recipe .modal__content .modal_flex .flex_left_list {
		float: none;
		width: 100%;
	}
	.recipe .modal__content .modal_detail1_right,
    .recipe .modal__content .modal_detail1_right2,
    .recipe .modal__content .modal_detail1_right3,
	.recipe .modal__content .modal_detail1_right4,
	.recipe .modal__content .modal_detail1_right5,
	.recipe .modal__content .modal_detail1_right6,
	.recipe .modal__content .modal_detail1_right7,
	.recipe .modal__content .modal_detail1_right8 {
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	.recipe .modal__content .modal_flex .flex_right_cont {
		float: none;
		width: 100%;
		margin-top: 30px;
	}
    .recipe .modal__content .modal_list {
        margin-top: 20px;
    }
    .recipe .modal__content h6 {
        line-height: 1;
    }
    .recipe .modal__content .modal_sub_title {
        height: 27px;
        font-size: 21px;
        line-height: 1;
    }
    .recipe .modal__content .modal_sub_sub_title {
        height: 27px;
        line-height: 1.8;
        font-size: 16px;
    }
    .recipe .modal__content .modal_detail1_right2 .modal_sozai_l,
    .recipe .modal__content .modal_detail1_right2 .modal_sozai_r,
	.recipe .modal__content .modal_detail1_right4 .modal_sozai_l {
        width: 100%;
        float: none;
        margin-top: 0;
    }
	.recipe .modal__content .modal_detail1_right4 .modal_sozai_make_right {
        width: 100%;
        float: none;
        margin-top: 30px;
	}
	.recipe .modal__content .flex_right_cont .modal_sozai_make_right,
	.recipe .modal__content .flex_right_cont .modal_sozai_make_left {
        width: 100%;
        float: none;
        margin-top: 10px;
	}
    .recipe .modal__content .modal_sozai li p,
    .recipe .modal__content .modal_sozai_l li p,
    .recipe .modal__content .modal_sozai_r li p {
        font-size: 16px;
        height: 27px;
    }
    .recipe .modal__content .alart-right,
	.recipe .modal__content .alart-almond,
	.recipe .modal__content .alart-almond_btm2 {
        font-size: 16px;
    }
    .recipe .modal__content .modal_detail2_2 {
        margin-top: 30px;
    }
	.recipe .modal__content .modal_make_left {
		float: none;
		width: 100%;
	}
	.recipe .modal__content .modal_make_right {
		float: none;
		width: 100%;
	}
    .recipe .modal__content .modal_wapper {
	    padding: 20px;
	    border: #E8CEA9 solid 5px;
    }
	.recipe .modal__content .modal_alart_btm,
	.recipe .modal__content .modal_alart_btm2, 
	.recipe .modal__content .modal_alart  {
		margin-top: 10px;
		font-size: 16px;
	}
	.recipe .modal__content .almond_logo_bottom {
		width: 350px;
		margin-top: 40px;
		position: relative;
	}
}
@media screen and (max-width: 960px) {
	.recipe .recipe-inner .card .sp-space3 {
		margin-top: 69px;
	}
	.recipe .recipe-inner .card .sp-space4,
	.recipe .recipe-inner .card .sp-space5 {
		margin-top: 67px;
	}
}
@media screen and (max-width: 830px) {
	.recipe .recipe-inner .card .sp-space {
		margin-top: 80px;
	}
}
@media screen and (max-width: 767px) {
    .recipe .recipe-inner {
    margin: auto;
    padding: 40px 0px 60px;
    position: relative;
    }
	.recipe .recipe-inner .recipe-detail01 {
		margin-top: 30px;
	}
	.recipe .recipe-inner .recipe-detail02 {
		margin-top: 0px;
	}
	.recipe .recipe-inner .card {
		float: none;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
		padding: 15px;
	}
	.recipe .recipe-inner .card .sp-space,
    .recipe .recipe-inner .card .sp-space2,
	.recipe .recipe-inner .card .sp-space3,
	.recipe .recipe-inner .card .sp-space4,
	.recipe .recipe-inner .card .sp-space5 {
		margin-top: 20px;
	}
    .recipe .recipe-inner h2 {
        font-size: 30px;
        padding: 0px;
        margin-bottom: 30px;
    }
	.recipe .recipe-inner h2 span {
		font-size: 14px;
	}
    .recipe .recipe-inner .recipe-text {
        text-align: left;
        font-size: 16px;
    }
    .recipe .modal__content .modal_sozai li p,
    .recipe .modal__content .modal_sozai_l li p,
    .recipe .modal__content .modal_sozai_r li p {
        font-size: 13px;
        height: 22px;
    }
    .recipe .modal__content .alart-right,
	.recipe .modal__content .alart-almond,
	.recipe .modal__content .modal_alart,
	.recipe .modal__content .modal_alart_btm,
	.recipe .modal__content .alart-almond_btm2 {
        font-size: 13px;
    }
	.recipe .modal__content .modal_detail2 li,
	.recipe .modal__content .modal_detail2_2 li,
    .recipe .modal__content .modal_detail2_3 li,
	.recipe .modal__content .modal_sozai_make_right li,
	.recipe .modal__content .modal_sozai_make_left li {
		font-size: 15px;
		text-indent: -23px;
		padding: 0 0 0 23px;
	}
	
	.recipe .modal__content .modal_detail2 li img,
	.recipe .modal__content .modal_detail2_2 li img,
    .recipe .modal__content .modal_detail2_3 li img,
	.recipe .modal__content .modal_sozai_make_right li img,
	.recipe .modal__content .modal_sozai_make_left li img {
		width: 20px;
		vertical-align: bottom;
		margin-right: 4px;
	}
    .close-icon {
	    top: 10px;
	    right: 10px;
	    width: 60px;
	    height: 60px;
    }
}

/*---------------------------------------------
| GLOBAL
---------------------------------------------*/
.global {
  width: 100%;
  background: url("../img/s008_off.jpg"), url("../img/s009.jpg");
  background-position: center 4%, bottom center;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%;
}
.global .global-inner {
  width: 1200px;
  margin: auto;
  padding: 100px 0px;
  position: relative;
}
.global .global-inner h2 {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  color: #000000;
  padding: 0px;
  margin-bottom: 50px;
  font-family: futura-pt, sans-serif;
}
.global .global-inner h2 span {
  text-align: center;
  font-size: 18px;
  display: block;
  margin-top: 10px;
}
.global .global-inner .global-box01 {
  margin-bottom: 50px;
}
.global .global-inner .global-box01 .global-left {
  width: 570px;
}
.global .global-inner .global-box01 .global-left .global-box01-title-pc {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 20px;
  padding: 0px;
  position: relative;
}
.global .global-inner .global-box01 .global-left .global-box01-title-pc span {
  background: linear-gradient(transparent 60%, #E8CEA9 0%);
  display: inline;
}
.global .global-inner .global-box01 .global-left p {
  font-size: 18px;
}
.global .global-inner .global-box01 .global-left p span {
    font-size: 13px;
    color: #777777;
    vertical-align: super;
}
.global .global-inner .global-box01 .global-left .global-text {
  margin-top: 10px;
  font-size: 13px;
  font-weight: normal;
  color: #777777;
}
.global .global-inner .global-box01 .global-left .global-text a {
  font-size: 13px;
  font-weight: normal;
  color: #777777;
  text-decoration: underline;
}
.global .global-inner .global-img01 {
  display: none;
}
.global .global-inner .global-box02 {
  margin-bottom: 50px;
}
.global .global-inner .global-box02 .global-left {
  width: 570px;
  float: left;
  margin-top: 10px;
}
.global .global-inner .global-box02 .global-right {
  width: 580px;
  float: right;
}
.global .global-inner .global-box02 .global-right .global-box02-title-pc {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 20px;
  padding: 0px;
  position: relative;
}
.global .global-inner .global-box02 .global-right .global-box02-title-pc span {
  background: linear-gradient(transparent 60%, #E8CEA9 0%);
  display: inline;
}
.global .global-inner .global-box02 .global-right .global-box02-title-sp {
  display: none;
}
.global .global-inner .global-box02 .global-right p {
  font-size: 18px;
}
.global .global-inner .global-box03 {
  margin-bottom: 50px;
}
.global .global-inner .global-box03 .global-box03-title-pc {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 20px;
  padding: 0px;
  position: relative;
}
.global .global-inner .global-box03 .global-box03-title-pc span {
  background: linear-gradient(transparent 60%, #E8CEA9 0%);
  display: inline;
}
.global .global-inner .global-box03 .global-box03-title-sp {
  display: none;
}
.global .global-inner .global-box03 p {
  font-size: 18px;
}
.global .global-inner .global-box-wrap {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.5);
  padding: 60px;
  position: relative;
}
.global .global-inner .global-box-wrap .global-box04-title-pc {
  font-size: 26px;
  font-weight: bold;
  padding: 0px;
  margin-bottom: 30px;
}
.global .global-inner .global-box-wrap .global-box04-title-sp {
  display: none;
}
.global .global-inner .global-box-wrap .global-box04 .global-left {
  width: 700px;
  float: left;
}
.global .global-inner .global-box-wrap .global-box04 .global-left p {
  font-size: 18px;
  font-weight: normal;
}
.global .global-inner .global-box-wrap .global-box04 .global-right {
  width: 340px;
  float: right;
}
.global .global-inner .global-box-wrap .global-box04 .global-right img {
  margin-bottom: 10px;
}
.global .global-inner .global-box-wrap .global-box04 .global-right p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: normal;
}
.global .global-inner .global-box-wrap .global-box04 .global-right h4 {
  font-size: 31px;
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-weight: normal;
}
.global .global-inner .global-box-wrap .global-box04 .global-right h4 span {
  margin-top: 10px;
  display: block;
  font-size: 12px;
}
.global .global-inner .global-box-wrap .global-box04 .global-right h4 .ann-text {
	color: #777777;
	margin-top: 15px;
}
.global .global-inner .global-box-wrap .global-box-wrap-text {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-weight: normal;
  font-size: 12px;
  color: #777777;
}
@media screen and (max-width: 1200px) {
  .global {
    width: 100%;
    background: url("../img/s008_off.jpg"), url("../img/s009.jpg");
    background-position: center 4%, bottom center;
    background-repeat: no-repeat, no-repeat;
    background-size: 100%;
  }
  .global .global-inner {
    width: 90%;
    margin: auto;
    padding: 100px 0px;
    position: relative;
  }
  .global .global-inner h2 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    color: #000000;
    padding: 0px;
    margin-bottom: 50px;
    font-family: futura-pt, sans-serif;
  }
  .global .global-inner h2 span {
    text-align: center;
    font-size: 18px;
    display: block;
    margin-top: 10px;
  }
  .global .global-inner .global-box01 {
    margin-bottom: 50px;
  }
  .global .global-inner .global-box01 .global-left {
    width: 48%;
  }
  .global .global-inner .global-box01 .global-left .global-box01-title-pc {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 20px;
    padding: 0px;
    position: relative;
  }
  .global .global-inner .global-box01 .global-left .global-box01-title-pc span {
    background: linear-gradient(transparent 60%, #E8CEA9 0%);
    display: inline;
  }
  .global .global-inner .global-box01 .global-left p {
    font-size: 18px;
  }
  .global .global-inner .global-img01 {
    display: none;
  }
  .global .global-inner .global-box02 {
    margin-bottom: 50px;
  }
  .global .global-inner .global-box02 .global-left {
    width: 48%;
    float: left;
    margin-top: 10px;
  }
  .global .global-inner .global-box02 .global-right {
    width: 48%;
    float: right;
  }
  .global .global-inner .global-box02 .global-right .global-box02-title-pc {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 20px;
    padding: 0px;
    position: relative;
  }
  .global .global-inner .global-box02 .global-right .global-box02-title-pc span {
    background: linear-gradient(transparent 60%, #E8CEA9 0%);
    display: inline;
  }
  .global .global-inner .global-box02 .global-right .global-box02-title-sp {
    display: none;
  }
  .global .global-inner .global-box02 .global-right p {
    font-size: 18px;
  }
  .global .global-inner .global-box03 {
    margin-bottom: 50px;
  }
  .global .global-inner .global-box03 .global-box03-title-pc {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 20px;
    padding: 0px;
    position: relative;
  }
  .global .global-inner .global-box03 .global-box03-title-pc span {
    background: linear-gradient(transparent 60%, #E8CEA9 0%);
    display: inline;
  }
  .global .global-inner .global-box03 .global-box03-title-sp {
    display: none;
  }
  .global .global-inner .global-box03 p {
    font-size: 18px;
  }
  .global .global-inner .global-box-wrap {
    background: #ffffff;
    background: rgba(255, 255, 255, 0.5);
    padding: 60px;
    position: relative;
  }
  .global .global-inner .global-box-wrap .global-box04-title-pc {
    font-size: 26px;
    font-weight: bold;
    padding: 0px;
    margin-bottom: 30px;
  }
  .global .global-inner .global-box-wrap .global-box04-title-sp {
    display: none;
  }
  .global .global-inner .global-box-wrap .global-box04 .global-left {
    width: 65%;
    float: left;
  }
  .global .global-inner .global-box-wrap .global-box04 .global-left p {
    font-size: 18px;
  }
  .global .global-inner .global-box-wrap .global-box04 .global-right {
    width: 32%;
    float: right;
  }
  .global .global-inner .global-box-wrap .global-box04 .global-right img {
    margin-bottom: 10px;
  }
  .global .global-inner .global-box-wrap .global-box04 .global-right p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
  }
  .global .global-inner .global-box-wrap .global-box04 .global-right h4 {
    font-size: 31px;
    text-align: center;
  }
  .global .global-inner .global-box-wrap .global-box04 .global-right h4 span {
    font-size: 13px;
    margin-top: 10px;
    display: block;
  }
  .global .global-inner .global-box-wrap .global-box-wrap-text {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 15px;
    color: #777777;
  }
}
@media screen and (max-width: 767px) {
  .global {
    width: 100%;
    background: url("../img/s033.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 116%;
  }
  .global .global-inner {
    width: 90%;
    margin: auto;
    padding: 40px 0px 60px;
    position: relative;
  }
  .global .global-inner h2 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #000000;
    padding: 0px;
    margin-bottom: 30px;
    font-family: futura-pt, sans-serif;
  }
  .global .global-inner h2 span {
    text-align: center;
    font-size: 14px;
    display: block;
    margin-top: 10px;
  }
  .global .global-inner .global-box01 {
    margin-bottom: 25px;
  }
  .global .global-inner .global-box01 .global-left {
    width: 100%;
  }
  .global .global-inner .global-box01 .global-left .global-box01-title-pc {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 20px;
    padding: 0px;
    position: relative;
  }
  .global .global-inner .global-box01 .global-left .global-box01-title-pc span {
    background: linear-gradient(transparent 60%, #E8CEA9 0%);
    display: inline;
  }
  .global .global-inner .global-box01 .global-left p {
    font-size: 16px;
    font-weight: bold;
  }
  .global .global-inner .global-img01 {
    display: block;
    width: 100vw;
    margin-left: -5.6%;
    margin-right: -5.6%;
  }
  .global .global-inner .global-box02 {
    margin-bottom: 25px;
  }
  .global .global-inner .global-box02 .global-left {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
  .global .global-inner .global-box02 .global-right {
    width: 100%;
    float: none;
  }
  .global .global-inner .global-box02 .global-right .global-box02-title-pc {
    display: none;
  }
  .global .global-inner .global-box02 .global-right .global-box02-title-sp {
    display: inline;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 20px;
    padding: 0px;
    position: relative;
  }
  .global .global-inner .global-box02 .global-right .global-box02-title-sp span {
    background: linear-gradient(transparent 60%, #E8CEA9 0%);
    display: inline;
  }
  .global .global-inner .global-box02 .global-right p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .global .global-inner .global-box03 {
    margin-bottom: 25px;
  }
  .global .global-inner .global-box03 .global-box03-title-pc {
    display: none;
  }
  .global .global-inner .global-box03 .global-box03-title-sp {
    display: inline;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 20px;
    padding: 0px;
    position: relative;
  }
  .global .global-inner .global-box03 .global-box03-title-sp span {
    background: linear-gradient(transparent 60%, #E8CEA9 0%);
    display: inline;
  }
  .global .global-inner .global-box03 p {
    font-size: 16px;
  }
  .global .global-inner .global-box-wrap {
    background: #ffffff;
    background: rgba(255, 255, 255, 0.5);
    padding: 40px 20px 60px;
    position: relative;
  }
  .global .global-inner .global-box-wrap .global-box04-title-pc {
    display: none;
  }
  .global .global-inner .global-box-wrap .global-box04-title-sp {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 0px;
    margin-bottom: 20px;
    line-height: 1.7;
  }
  .global .global-inner .global-box-wrap .global-box04 .global-left {
    width: 100%;
    float: none;
  }
  .global .global-inner .global-box-wrap .global-box04 .global-left p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .global .global-inner .global-box-wrap .global-box04 .global-right {
    width: 100%;
    float: none;
  }
  .global .global-inner .global-box-wrap .global-box04 .global-right img {
    margin-bottom: 10px;
  }
  .global .global-inner .global-box-wrap .global-box04 .global-right p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 5px;
  }
  .global .global-inner .global-box-wrap .global-box04 .global-right h4 {
    font-size: 30px;
    text-align: center;
    /*margin-bottom: 30px;*/
  }
  .global .global-inner .global-box-wrap .global-box04 .global-right h4 span {
    font-size: 14px;
    margin-top: 10px;
    display: block;
  }
  .global .global-inner .global-box-wrap .global-box-wrap-text {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 12px;
    color: #777777;
  }
.global .global-inner .global-box-wrap .global-box04 .global-right h4 .ann-text {
	font-size: 12px;
}
}

/*---------------------------------------------
| PRODUCT
---------------------------------------------*/
.product {
  width: 100%;
}
.product .product-inner {
  width: 1200px;
  margin: auto;
  padding: 100px 0px 20px;
  position: relative;
}
.product .product-inner h2 {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  color: #000000;
  padding: 0px;
  margin-bottom: 50px;
  font-family: futura-pt, sans-serif;
}
.product .product-inner h2 span {
  text-align: center;
  font-size: 18px;
  display: block;
  margin-top: 10px;
}
.product .product-inner .product-text {
  text-align: center;
  font-size: 21px;
}
.product .product-inner .product-text span {
  display: block;
  font-size: 17px;
}
.product .product-inner .product-list2 {
  margin: 0 auto;
	width: 1200px;
}
.product .product-inner .product-list1,
.product .product-inner .product-list2 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items:flex-end;
}
.product .product-inner .product-list1 li,
.product .product-inner .product-list2 li {
  width: 266px;
	margin-right: 45px;
}
.product .product-inner .product-list1 li:last-child,
.product .product-inner .product-list2 li:last-child {
	margin-right: 0;
}
.product .product-inner .product-list1 li img,
.product .product-inner .product-list2 li img {
	width: 100%;
}
.product .product-inner .product-list1 li h4,
.product .product-inner .product-list2 li h4 {
  font-size: 18px;
	line-height: 1.5;
  font-weight: bold;
  text-align: center;
	margin-top: 5px;
  margin-bottom: 25px;
  font-family: futura-pt, sans-serif;
}
.product .product-inner .product-list1 li h4 span,
.product .product-inner .product-list2 li h4 span {
  font-size: 13px;
  display: block;
  margin-top: 10px;
  font-weight: normal;
}
.product .product-inner .product-list1 li h4 small,
.product .product-inner .product-list2 li h4 small {
  font-size: 22px;
  font-weight: bold;
  color: #000;
}
.product .product-inner .product-list1 li h5,
.product .product-inner .product-list2 li h5 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
  color: #646464;
  padding: 0px;
}
.product .product-inner .product-list1 li div,
.product .product-inner .product-list2 li div {
  border: 1px solid #C8C8C8;
  width: 260px;
  margin: auto;
  padding: 10px 10px;
  font-weight: normal;
}
.product .product-inner .product-list1 li div p,
.product .product-inner .product-list2 li div p {
  display: block;
  font-size: 13px;
  text-align: left;
}
.product .product-inner .product-list1 .first h4,
.product .product-inner .product-list2 .first h4 {
  margin-bottom: 50px;
}
.product .product-inner .product-list1 .product-info,
.product .product-inner .product-list2 .product-info {
  font-size: 14px;
  display: block;
  text-align: center;
  margin-top: 13px;
  font-weight: normal;
}
.product .product-inner .product-list1 .product-info2,
.product .product-inner .product-list2 .product-info2 {
  font-size: 15px;
  display: block;
  text-align: center;
  font-weight: normal;
  width: 260px;
  margin: 12px auto 0px;
  background-color: #FF0004;
  border: #FF0004 solid 1px;
  color: #fff;
}
.product .product-inner .product-list1 .product-info3,
.product .product-inner .product-list2 .product-info3 {
  font-size: 15px;
  display: block;
  text-align: center;
  font-weight: normal;
  width: 260px;
  margin: 12px auto 0px;
  border: #FF0004 solid 1px;
  color: #FF0004;
}
.product .product-inner .product-list1 .product-info a,
.product .product-inner .product-list2 .product-info a {
  text-decoration: underline;
  color: #000000;
}
.product .product-inner .product-list1 a,
.product .product-inner .product-list2 a {
  text-decoration: none;
  color: #fff;
}
.product .store_bnr_pc {
    width: 96%;
    max-width: 740px;
    margin: 70px auto 0;
}
.product .store_bnr_sp {
    display: none;
}

@media screen and (max-width: 1200px) {
  .product {
    width: 100%;
  }
  .product .product-inner {
    width: 90%;
    margin: auto;
    padding: 100px 0px 20px;
    position: relative;
  }
  .product .product-inner h2 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    color: #000000;
    padding: 0px;
    margin-bottom: 50px;
    font-family: futura-pt, sans-serif;
  }
  .product .product-inner h2 span {
    text-align: center;
    font-size: 18px;
    display: block;
    margin-top: 10px;
  }
	.product .product-inner .product-list1 {
		justify-content: center;
	}
	.product .product-inner .product-list2 {
		width: 100%;
	}
  .product .product-inner .product-list1 li,
  .product .product-inner .product-list2 li {
    width: 50%;
	  margin-right: 0;
  }
	.product .product-inner .product-list1 li:last-child {
		margin-top: 10vw;
	}
  .product .product-inner .product-list1 li h4,
  .product .product-inner .product-list2 li h4 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  .product .product-inner .product-list1 li h4 span,
  .product .product-inner .product-list2 li h4 span {
    font-size: 14px;
    display: block;
    margin-top: 15px;
  }
.product .product-inner .product-list1 li h4 small,
.product .product-inner .product-list2 li h4 small {
  font-size: 22px;
  font-weight: bold;
  color: #000;
}
  .product .product-inner .product-list1 li h5,
  .product .product-inner .product-list2 li h5 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 19px;
    color: #646464;
    padding: 0px 10px;
  }
  .product .product-inner .product-list1 li div,
  .product .product-inner .product-list2 li div {
    border: 1px solid #C8C8C8;
    width: 90%;
    margin: auto;
    padding: 10px 20px;
  }
  .product .product-inner .product-list1 li div p,
  .product .product-inner .product-list2 li div p {
    display: block;
    font-size: 15px;
    text-align: left;
  }
  .product .product-inner .product-list1 .first h4,
  .product .product-inner .product-list2 .first h4 {
    margin-bottom: 50px;
  }
  .product .product-inner .product-list1 .product-info2,
  .product .product-inner .product-list2 .product-info2,
  .product .product-inner .product-list1 .product-info3,
  .product .product-inner .product-list2 .product-info3 {
    width: 90%; 
  }
}
@media screen and (max-width: 767px) {
  .product .product-inner .product-list1 li h4,
  .product .product-inner .product-list2 li h4 {
    font-size: 13px;
	  margin-bottom: 10px;
	  margin-top: 0px;
  }
  .product .product-inner .product-list1 li h4 span,
  .product .product-inner .product-list2 li h4 span {
    font-size: 11px;
	  margin-top: 5px;
  }
.product .product-inner .product-list1 li h4 small,
.product .product-inner .product-list2 li h4 small {
  font-size: 15px;
}
  .product .product-inner .product-list1 li h5,
  .product .product-inner .product-list2 li h5 {
    font-size: 12px;
  }
  .product .product-inner .product-list1 li div,
  .product .product-inner .product-list2 li div {
    padding: 10px 8px;
  }
  .product .product-inner .product-list1 li div p,
  .product .product-inner .product-list2 li div p {
    display: block;
    font-size: 10px;
    text-align: left;
  }
  .product .product-inner .product-list1 .product-info2,
  .product .product-inner .product-list2 .product-info2,
  .product .product-inner .product-list1 .product-info3,
  .product .product-inner .product-list2 .product-info3 {
    font-size: 13px;
  }
  .product {
    width: 100%;
  }
  .product .product-inner {
    width: 90%;
    margin: auto;
    padding: 40px 0px;
    position: relative;
  }
  .product .product-inner h2 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #000000;
    padding: 0px;
    margin-bottom: 30px;
    font-family: futura-pt, sans-serif;
  }
  .product .product-inner h2 span {
    text-align: center;
    font-size: 14px;
    display: block;
    margin-top: 10px;
  }
  .product .product-inner .product-text {
      font-size: 15px;
  }
	.product .product-inner .product-text span {
		font-size: 12px;
	}
.product .product-inner .product-list1 .product-info,
.product .product-inner .product-list2 .product-info {
  font-size: 12px;
}
.product .product-inner .product-list1 .first h4,
  .product .product-inner .product-list2 .first h4 {
    margin-bottom: 43px;
  }
/*  .product .product-inner .product-list2 {
    margin-top: 0px;
  }
  .product .product-inner .product-list1 li,
  .product .product-inner .product-list2 li {
    float: none;
    width: 80%;
    margin: 0px auto 40px;
  }
  .product .product-inner .product-list1 li h4,
  .product .product-inner .product-list2 li h4 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }
  .product .product-inner .product-list1 li h4 span,
  .product .product-inner .product-list2 li h4 span {
    font-size: 12px;
    display: block;
    margin-top: 15px;
  }
  .product .product-inner .product-list1 li h4 small,
  .product .product-inner .product-list2 li h4 small {
    font-size: 16px;
  }
  .product .product-inner .product-list1 li h5,
  .product .product-inner .product-list2 li h5 {
    margin-bottom: 16px;
    text-align: center;
    font-size: 16px;
    color: #646464;
    padding: 0px;
  }
  .product .product-inner .product-list1 li div,
  .product .product-inner .product-list2 li div{
    border: 1px solid #C8C8C8;
    width: 90%;
    margin: auto;
    padding: 10px 20px;
  }
  .product .product-inner .product-list1 li div p,
  .product .product-inner .product-list2 li div p {
    display: block;
    font-size: 14px;
    text-align: left;
  }
  .product .product-inner .product-list1 .first h4,
  .product .product-inner .product-list2 .first h4 {
    margin-bottom: 20px;
  }*/
  .product .store_bnr_pc {
    display: none;
  }
  .product .store_bnr_sp {
    display: block;
    margin-top: 50px!important;
    width: 100%;
  }
}

/*---------------------------------------------
| ISEY SKYR BAR
---------------------------------------------*/
/*.isey .isey-wrap {
  width: 100%;
  background: url("../img/s015_03.png"), url("../img/s015_08.png"), url("../img/s015_07.png");
  background-position: top center, bottom center, center center;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 100%, 100%, cover;
  padding: 3% 0px;
}
.isey .isey-wrap .isey-inner-wrap {
  margin: auto;
  width: 90%;
  border: 10px solid #E8CEA9;
}
.isey .isey-wrap .isey-inner-wrap .isey-inner {
  width: 1200px;
  margin: auto;
  padding: 40px 0px 300px;
  position: relative;
}
.isey .isey-wrap .isey-inner-wrap .isey-inner h2 {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  padding: 0px;
  margin-bottom: 30px;
  font-family: futura-pt, sans-serif;
}
.isey .isey-wrap .isey-inner-wrap .isey-inner h2 span {
  text-align: center;
  font-size: 18px;
  display: block;
  margin-top: 10px;
}
.isey .isey-wrap .isey-inner-wrap .isey-inner .isey-img01 {
  width: 650px;
  margin: auto;
}
.isey .isey-wrap .isey-inner-wrap .isey-inner .isey-text01 {
  font-size: 22px;
  text-align: center;
}
.isey .isey-wrap .isey-inner-wrap .isey-inner .isey-text01 .isey-text01-span01 {
  display: block;
}
.isey .isey-wrap .isey-inner-wrap .isey-inner .isey-text01 .isey-text01-span02 {
  font-size: 30px;
  font-weight: bold;
}
.isey .isey-wrap .isey-inner-wrap .isey-inner .isey-text02 {
  font-size: 62px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: futura-pt, sans-serif;
}
.isey .isey-wrap .isey-inner-wrap .isey-inner .isey-text02 .isey-text-span01 {
  font-size: 42px;
  font-weight: bold;
}
.isey .isey-wrap .isey-inner-wrap .isey-inner .isey-text02 .isey-text-span02 {
  font-size: 22px;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;*/
  /* padding: 8px 0px; */
/*  margin: 0px 0px 10px 0px;
  vertical-align: middle;
  display: inline-block;
}
.isey .isey-wrap .isey-inner-wrap .isey-inner .isey-btn {
  position: relative;
  z-index: 2;
  border: 2px solid #333;
  color: #333;
  line-height: 50px;
  overflow: hidden;
  display: block;
  width: 300px;
  padding: 6px 0px;
  margin: 0px auto 80px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.isey .isey-wrap .isey-inner-wrap .isey-inner .isey-btn::before, .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.isey .isey-wrap .isey-inner-wrap .isey-inner .isey-btn::before, .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-btn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.isey .isey-wrap .isey-inner-wrap .isey-inner .isey-btn:hover {
  color: #fff;
  opacity: 1;
}
.isey .isey-wrap .isey-inner-wrap .isey-inner .isey-btn::after {
  left: -100%;
  width: 100%;
  height: 100%;
}
.isey .isey-wrap .isey-inner-wrap .isey-inner .isey-btn:hover::after {
  top: 0;
  left: 0;
  background-color: #333;
}
.isey .isey-wrap .isey-inner-wrap .isey-inner .isey-box .isey-box-left {
  width: 620px;
  float: left;
}
.isey .isey-wrap .isey-inner-wrap .isey-inner .isey-box .isey-box-left p {
  font-weight: normal;
  padding-left: 60px;
}
.isey .isey-wrap .isey-inner-wrap .isey-inner .isey-box .isey-box-left p span {
  font-weight: bold;
  width: 110px;
  display: inline-block;
}
.isey .isey-wrap .isey-inner-wrap .isey-inner .isey-box .isey-box-left .isey-img06 {
  display: none;
}
.isey .isey-wrap .isey-inner-wrap .isey-inner .isey-box .isey-box-right {
  width: 500px;
  float: right;
}
.isey .isey-wrap .isey-inner-wrap .isey-inner .isey-box .isey-box-right .isey-annotation01 {
  text-align: right;
  font-size: 13px;
  font-weight: normal;
  color: #777777;
}
.isey .isey-wrap .isey-inner-wrap .isey-inner .isey-img04 {
  display: none;
}
.isey .isey-wrap .isey-inner-wrap .isey-inner .isey-annotation02 {
  display: none;
}
@media screen and (max-width: 1300px) {
  .isey .isey-wrap {
    width: 100%;
    background: url("../img/s015_03.png"), url("../img/s015_08.png"), url("../img/s015_07.png");
    background-position: top center, bottom center, center center;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 100%, 100%, cover;
    padding: 3% 0px;
  }
  .isey .isey-wrap .isey-inner-wrap {
    margin: auto;
    width: 90%;
    border: 8px solid #E8CEA9;
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner {
    width: 90%;
    margin: auto;
    padding: 40px 0px 300px;
    position: relative;
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner h2 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    padding: 0px;
    margin-bottom: 30px;
    font-family: futura-pt, sans-serif;
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner h2 span {
    text-align: center;
    font-size: 18px;
    display: block;
    margin-top: 10px;
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-img01 {
    width: 650px;
    margin: auto;
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-text01 {
    font-size: 22px;
    text-align: center;
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-text01 .isey-text01-span01 {
    display: block;
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-text01 .isey-text01-span02 {
    font-size: 30px;
    font-weight: bold;
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-text02 {
    font-size: 62px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-text02 .isey-text-span01 {
    font-size: 42px;
    font-weight: bold;
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-text02 .isey-text-span02 {
    font-size: 22px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;*/
    /* padding: 8px 0px; */
/*    margin: 0px 0px 10px 0px;
    vertical-align: middle;
    display: inline-block;
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-btn {
    position: relative;
    z-index: 2;
    border: 2px solid #333;
    color: #333;
    line-height: 50px;
    overflow: hidden;
    display: block;
    width: 300px;
    padding: 6px 0px;
    margin: 0px auto 80px;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-btn::before, .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-btn::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-btn::before, .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-btn::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-btn:hover {
    color: #fff;
    opacity: 1;
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-btn::after {
    left: -100%;
    width: 100%;
    height: 100%;
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-btn:hover::after {
    top: 0;
    left: 0;
    background-color: #333;
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-box .isey-box-left {
    width: 48%;
    float: left;
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-box .isey-box-left p {
    padding-left: 40px;
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-box .isey-box-left .isey-img06 {
    display: none;
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-box .isey-box-right {
    width: 48%;
    float: right;
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-box .isey-box-right .isey-annotation01 {
    text-align: right;
    font-size: 13px;
    font-weight: normal;
    color: #777777;
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-img04 {
    display: none;
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-annotation02 {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .isey .isey-wrap .isey-inner-wrap {
    border: 6px solid #E8CEA9;
  }
}
@media screen and (max-width: 767px) {
  .isey .isey-wrap {
    width: 100%;
    background: url("../img/s037_02.png"), url("../img/s037_04.png"), url("../img/s037_03.png");
    background-position: top center, bottom center, center center;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 100%, 100%, cover;
    padding: 3% 0px;
  }
  .isey .isey-wrap .isey-inner-wrap {
    margin: auto;
    width: 90%;
    border: 4px solid #E8CEA9;
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner {
    width: 90%;
    margin: auto;
    padding: 50px 0px 200px;
    position: relative;
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner h2 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    padding: 0px;
    margin-bottom: 60px;
    font-family: futura-pt, sans-serif;
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner h2 span {
    text-align: center;
    font-size: 14px;
    display: block;
    margin-top: 10px;
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-img01 {
    width: 90%;
    margin: auto;
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-text01 {
    font-size: 16px;
    text-align: left;
    font-weight: bold;
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-text01 .isey-text01-span01 {
    display: inline;
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-text01 .isey-text01-span02 {
    font-size: 16px;
    font-weight: bold;
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-text02 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 40px;
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-text02 .isey-text-span01 {
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-text02 .isey-text-span02 {
    font-size: 25px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;*/
    /* padding: 8px 0px; */
/*    margin: -55px 0px 10px 0px;
    vertical-align: middle;
    display: inline-block;
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-text02 .isey-text-span03 {
    display: block;
    margin-top: -35px;
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-btn {
    position: relative;
    z-index: 2;
    border: 2px solid #333;
    color: #333;
    line-height: 50px;
    overflow: hidden;
    font-weight: bold;
    display: block;
    width: 100%;
    padding: 6px 0px;
    margin: 0px auto 30px;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-btn::before, .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-btn::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-btn::before, .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-btn::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-btn:hover {
    color: #fff;
    opacity: 1;
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-btn::after {
    left: -100%;
    width: 100%;
    height: 100%;
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-btn:hover::after {
    top: 0;
    left: 0;
    background-color: #333;
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-box .isey-box-left {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-box .isey-box-left p {
    padding-left: 0px;
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-box .isey-box-left p span {
    display: block;
    width: auto;
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-box .isey-box-left .isey-img05 {
    display: none;
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-box .isey-box-left .isey-img06 {
    display: block;
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-box .isey-box-right {
    width: 100%;
    float: none;
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-box .isey-box-right .isey-img03 {
    display: none;
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-box .isey-box-right .isey-annotation01 {
    display: none;
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-img04 {
    display: block;
  }
  .isey .isey-wrap .isey-inner-wrap .isey-inner .isey-annotation02 {
    display: block;
    text-align: right;
    font-size: 12px;
    font-weight: normal;
    color: #777777;
  }
}*/

/*---------------------------------------------
| GOOGLE-MAP
---------------------------------------------*/
/*.map #map_custmomize {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .map #map_custmomize {
    width: 100%;
    height: 350px;
  }
}*/

/*---------------------------------------------
| FOOTER
---------------------------------------------*/
footer {
  padding-bottom: 10px;
}
footer .footer-inner {
  width: 1200px;
  margin: auto;
  padding: 40px 0px 30px;
}
footer .footer-inner .footer-nav {
  float: left;
}
footer .footer-inner .footer-nav ul li {
  display: inline-block;
  border-left: 1px solid #C8C8C8;
}
footer .footer-inner .footer-nav ul li a {
  color: #000000;
  font-size: 14px;
  padding: 0px 10px;
  font-weight: normal;
}
footer .footer-inner .footer-nav ul li:last-child {
  border-right: 1px solid #C8C8C8;
}
footer .footer-inner .footer-img {
  float: right;
  width: 160px;
}
footer .copyright {
  font-size: 13px;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 1200px) {
  footer {
    padding-bottom: 10px;
  }
  footer .footer-inner {
    width: 90%;
    margin: auto;
    padding: 25px 0px 10px;
  }
  footer .footer-inner .footer-nav {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
  footer .footer-inner .footer-nav ul li {
    display: inline-block;
    border-left: 1px solid #C8C8C8;
  }
  footer .footer-inner .footer-nav ul li a {
    color: #000000;
    font-size: 12px;
    padding: 0px 10px;
  }
  footer .footer-inner .footer-nav ul li:last-child {
    border-right: 1px solid #C8C8C8;
  }
  footer .footer-inner .footer-img {
    float: none;
    width: 120px;
    margin: auto;
    display: block;
  }
  footer .copyright {
    font-size: 12px;
    text-align: center;
  }
}

/*---------------------------------------------
| DRAWER
---------------------------------------------*/
.drawer-menu {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  z-index: 999999;
  position: fixed;
  top: 0;
  right: -100%;
}
.drawer-menu .drawer-menu-inner .drawer-top-logo {
  width: 30%;
  margin: 20px 0px 0px 20px;
}
.drawer-menu .drawer-menu-inner .drawer-close {
  width: 7%;
  position: absolute;
  top: 20px;
  right: 20px;
}
.drawer-menu .drawer-menu-inner .drawer-nav {
  margin: 30px 0px 0px 20px;
}
.drawer-menu .drawer-menu-inner .drawer-nav ul li {
  margin-bottom: 25px;
}
.drawer-menu .drawer-menu-inner .drawer-nav ul li a {
  color: #ffffff;
  font-family: futura-pt, sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
}
.drawer-menu .drawer-menu-inner .drawer-insta-logo {
  width: 10%;
    margin: 20px 0 0 20px;
}
.drawer-menu .drawer-menu-inner .drawer-bottom-logo {
  width: 41%;
  position: absolute;
  bottom: 30px;
  right: 20px;
}
.drawer-menu .drawer-menu-inner .drawer-nav .sp_store a {
    position: relative;
    padding-left: 13px;
    font-size: 13.5px;
}
.drawer-menu .drawer-menu-inner .drawer-nav .sp_store a:before {
    display: block;
    content:"";
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 8px solid #fff;
}

/*---------------------------------------------
| PAGETOP
---------------------------------------------*/
.pagetop {
  width: 40px;
  position: fixed;
  right: 70px;
  bottom: 70px;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 767px) {
  .pagetop {
    width: 40px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
  }
}

/*# sourceMappingURL=style.css.map */
