@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}


body {
    overflow-x: hidden;
	background: url(../images/background.jpg);
}

body.menu-show {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
}
/*
#wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
*/
/*
#wrapper > div {
  width: 100%;
  height: 100%;
}
*/

#wrap {
	height: 100%;
    margin: 0;
    padding: 0;
    z-index: -100;
}
a {
    color: #53866C;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
/*
a:hover {
    text-decoration: underline;
    color: #FF847C;
}
*/
a:focus, a:active {
    outline: none;
}


h1, h2, h3, h4, h5, h6 {
  color: rgba(0, 0, 0, 0.8);
  font-family: 'Noto Serif Japanese', serif;
  font-weight: 300;
  margin: 0;
}
/*
p, span {
  margin-bottom: 1.5em;
  font-size: 18px;
  color: #727272;
  font-weight: 300;
  font-family: "Karla", Arial, sans-serif;
}
*/
::-webkit-selection {
  color: #fcfcfc;
  background: #b7c2c2;
}

::-moz-selection {
  color: #fcfcfc;
  background: #b7c2c2;
}

::selection {
  color: #fcfcfc;
  background: #b7c2c2;
}

#page {
  position: relative;
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background: #fff;
}
.menu-show #page {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

#main-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    z-index: 1002;
    text-align: center;
	visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	animation: anime 0.9s;
}
@keyframes anime {
  0% {
  transform: translateX(0);
  }

  100% {
  transform: translateX(100%);
  }
}

#main-nav .nav-toggle {
  position: absolute;
  top: 0;
  right: 10px;
  padding: 20px;
  height: 50px;
  width: 50px;
  line-height: 0;
  padding: 0 !important;
	visibility: hidden;
  opacity: 0;
      -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#main-nav .nav-toggle i {
  top: 20px !important;
  left: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
  text-indent: 0;
}
#main-nav .nav-toggle.show {
  visibility: visible;
  opacity: 1;
}
#main-nav img {
 max-width: 450px;
	width: 350px;
	padding: 5rem 1rem 0 1rem;
}

.menu-show #main-nav {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  animation: anim 0.8s;
}
@keyframes anim {
  0% {
  transform: translateX(100%);
  }

  100% {
  transform: translateX(0px);
  }
}

.mc-concept {
    padding: 40px 0;
}

.mc-concept .container h3 {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    text-align: center;
}
.mc-ph {
    height: auto;
}

.mc-ph img {
    background-size: cover;
}
.mc-ph .mc-ph-sp {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    margin: 0;
	height: 300px;
    font-size: 1.5rem;
    line-height: 2.5em;
    font-weight: 400;
    letter-spacing: 0.15em;
	position: relative;
	left: 15%;
}
.mc-ph-sp .cssbr::after {
	content: "\A" ;
	white-space: pre;
}
.mc-ph p {
    display: none;
    margin-top: 0px;
    padding-top: 0px;
}

@media screen and (min-width: 560px) {
.mc-concept {
    padding-top: 40px;
	width: 100%;
}
.mc-ph .mc-ph-sp {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 1.5rem;
    line-height: 2.3em;
	margin-top: 3rem;
    height: 360px;
    font-weight: 400;
    letter-spacing: 0.15em;
}
.mc-ph-sp .cssbr::after {
	content: "\A" ;
	white-space: pre;
}
.mc-ph p {
    display: none;
}
.mc-ph {
    vertical-align: top;
	-ms-flex-preferred-size: 360px;
	    flex-basis: 360px;
}
.mc-ph img {
    background-size: cover;
}}
@media screen and (min-width: 560px) and (max-width: 700px) {
.mc-ph .mc-ph-sp {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 1.5rem;
    line-height: 2.3em;
	margin-top: 3rem;
    height: 360px;
    font-weight: 400;
    letter-spacing: 0.15em;
	}}
@media screen and (min-width: 960px) {
.mc-concept {
    padding-top: 40px;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
}
.mc-ph .mc-ph-sp {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 28px;
    line-height: 2.5em;
    font-weight: 400;
    letter-spacing: 0.2em;
    clear: both;
    vertical-align: top;
    margin-top: 50px;
}
.mc-ph-sp .cssbr::after {
	content: "\A" ;
	white-space: pre;
}
.mc-ph p {
    display: none;
}
.mc-ph {
    vertical-align: top;
	-ms-flex-preferred-size: 360px;
	    flex-basis: 360px;
}
.mc-ph img {
    background-size: cover;
}}

#main-nav ul {
  text-align: center;
  padding: 30px 0 30px 0;
  margin: 0;
}
#main-nav ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
}
#main-nav ul li a {
font-family: 'Noto Serif Japanese', serif;
  display: block;
  width: 100%;
  color: black;
  font-size: 1rem;
  padding: 10px 10px;
transform: rotate(0.001deg);
}
#main-nav ul li a:hover, #main-nav ul li a:active, #main-nav ul li a:focus {
  color: rgba(0, 0, 0, 0.7);
  outline: none;
  text-decoration: none;
}

@media screen and (min-width: 560px) {
#main-nav img {
	width: 400px;
	padding: 0 auto 0 auto;
}
	#main-nav ul {
    padding: 20px 0 0 0;
}
  #main-nav ul li {
    display: inline-block;
}
  #main-nav ul li a {
    font-size: 1rem;
    padding: 10px 0;
	  transform: rotate(0.001deg);
}}
@media screen and (min-width: 960px) {
#main-nav img {
	width: 450px;
	padding: 3rem 1rem 0 1rem;
}
	#main-nav ul {
    padding: 0;
    margin: 1% auto 0 auto;
    text-align: center;
}
  #main-nav ul li {
    display: inline-block;
	  margin: 1rem 0 1rem 0;
}
  #main-nav ul li a {
    font-size: 1.2rem;
    padding: 10px 0;
	transform: rotate(0.001deg);
}}


.menu-line {
    display: inline-block;
    width: 1px;
    height: 18px;
    overflow: hidden;
    position: relative;
    margin: 0 20px;
}
.menu-line span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 3px;
    left: 0;
    background: rgba(40,40,40,1);
}

.table {
  display: table;
  width: 100%;
  height: 100%;
}
.table .table-cell {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  margin: 0 auto;
}

@media screen and (min-width: 560px) {
  .table {
  display: table;
  width: 100%;
  height: 100%;
}
  .table .table-cell {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  margin: 1rem auto 0 auto;
}}
@media screen and (min-width: 960px) {
  .table {
  display: table;
  width: 100%;
  height: 100%;
}
  .table .table-cell {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  margin: 1rem auto 0 auto;
}}


.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.content-btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-size: 20px;
    font-weight: bold;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: underline;
}
.btn.btn-md {
  padding: 10px 20px !important;
}
.btn.btn-lg {
    padding: 18px 95px;
    font-size: 1.1rem;
}
.btn:hover, .btn:active, .btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
  color: #fff !important;
}

.btn-primary {
    background: #FF847C;
    color: #fff;
    border: 1px solid #FF847C;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #ff9c96 !important;
  border-color: #ff9c96 !important;
}
.btn-primary.btn-outline {
    background: transparent;
    color: #222;
    border: 1px solid #222;
	border-radius: inherit;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #FF847C;
  color: #fff !important;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
    background: none;
    border: 1px solid gray;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.view-button .btn-outline {
    background: #1E2D29;
    color: #fff;
    border: 1px solid #1E2D29;
	border-radius: inherit;
}
.view-button .btn-outline:hover, .view-button .btn-outline:focus, .view-button .btn-outline:active {
    background: #AC3321 !important;
    color: #fff !important;
    border: 1px solid #AC3321 !important;
	    border-radius: inherit;
}

header {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
}
@media screen and (min-width: 560px) {
  header {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 2em;
}}
@media screen and (min-width: 960px) {
  header {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 2em;
}}

header .navbar-brand {
z-index: 99;
    width: 100%;
    position: relative;
	padding-top: 0;
	padding-bottom: 0;
display: block;
}
header .navbar-brand h1 {
    width: 200px;
    display: block;
    background-color: rgba(255,255,255,0.9);
    height: 230px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    z-index: 99;
}
header .navbar-brand img {
    width: 120px;
    height: 196px;
}
header .page-navbar-brand {
z-index: 99;
    width: 100%;
    position: absolute;
}
header .page-navbar-brand h1 {
    width: 200px;
    display: block;
    background-color: rgba(255,255,255,0.9);
    height: 230px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    z-index: 99;
}
header .page-navbar-brand img {
    width: 120px;
    height: 196px;
}
@media screen and (min-width: 560px) {
header .navbar-brand {
z-index: 99;
    width: 100%;
    position: relative;
	padding-top: 0;
	padding-bottom: 0;
}
header .navbar-brand h1 {
    width: 290px;
    display: block;
    background-color: rgba(255,255,255,0.9);
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 25px;
    z-index: 99;
}
header .navbar-brand img {
    width: 150px;
    height: 245px;
	}
header .page-navbar-brand {
z-index: 99;
    width: 100%;
    position: absolute;
}
header .page-navbar-brand h1 {
    width: 290px;
    display: block;
    background-color: rgba(255,255,255,0.9);
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 25px;
    z-index: 99;
}
header .page-navbar-brand img {
    width: 150px;
    height: 245px;
	}
}




.nav-toggle {
  float: right;
  z-index: 1003;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 50px;
  text-decoration: none;
  position: absolute !important;
  top: 0;
  right: 0;
	background:rgba(255,255,255,0.8);
	padding: 10px 10px 20px 10px;
	border-radius: 2px;
}
.nav-toggle.active i::before, .nav-toggle.active i::after {
  background: #fff;
}
.nav-toggle.dark.active i::before, .nav-toggle.dark.active i::after {
  background: #fff;
}
.nav-toggle:hover, .nav-toggle:focus, .nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 50px;
  height: 3px;
  color: #000;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #000;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.menu-show .nav-toggle i {
  background: #fff;
  color: #fff;
}
.nav-toggle i::before, .nav-toggle i::after {
  content: '';
  width: 50px;
  height: 3px;
  background: #000;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.menu-show .nav-toggle i::before, .menu-show .nav-toggle i::after {
  background: #000;
}
.nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.nav-toggle.dark i::before, .nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.nav-toggle i::before {
  top: -12px;
}

.nav-toggle i::after {
  bottom: -12px;
}

.nav-toggle:hover i::before {
  top: -10px;
}

.nav-toggle:hover i::after {
  bottom: -10px;
}

.nav-toggle.active i {
  background: transparent;
}

.nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}


@media screen and (min-width: 560px) {
  .nav-toggle {
    display: block;
    top: 0px;
}}
@media screen and (min-width: 960px) {
  .nav-toggle {
    display: block;
    top: 0px;
    margin-right: 3%;
}}

#hero {
    background: #fff url(../images/loader.gif) no-repeat center center;
    margin-top: -185px;
    z-index: -1;
}
#hero .btn {
  font-size: 24px;
}
#hero .btn.btn-primary {
  padding: 14px 30px !important;
}
#hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#hero .flexslider img{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

#hero .flexslider .slides {
	position: relative;
	overflow: hidden;
	height: 55vw;
}
#hero .flexslider .slides li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
#hero .flexslider .slides li:after {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  z-index: 1;
}
#hero .flexslider .flex-control-nav {
  position: absolute;
  bottom: 0;
  z-index: 1000;
}
@media screen and (min-width: 560px) {
  #hero .flexslider .flex-control-nav {
    bottom: -15em;
}}
@media screen and (min-width: 960px) {
  #hero .flexslider .flex-control-nav {
    bottom: -15em;
}}

#hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
}
#hero .flexslider .flex-direction-nav {
  display: none;
}

#hero-page {
    background: #fff url(../images/loader.gif) no-repeat center center;
    z-index: -1;
}
#hero-page .btn {
  font-size: 24px;
}
#hero-page .btn.btn-primary {
  padding: 14px 30px !important;
}
#hero-page .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#hero-page .flexslider .slides {
  position: relative;
  overflow: hidden;
}
#hero-page .flexslider .slides li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
#hero-page .flexslider .slides li:after {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  z-index: 1;
}
#hero-page .flexslider .slides img {
  height: 400px;
  object-fit: cover;
}



#hero-page .flexslider .flex-control-nav {
  position: absolute;
  bottom: 0;
  z-index: 1000;
}
@media screen and (min-width: 560px) {
  #hero-page .flexslider .flex-control-nav {
    bottom: -15em;
}}
@media screen and (min-width: 960px) {
  #hero-page .flexslider .flex-control-nav {
    bottom: -15em;
}}

#hero-page .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#hero-page .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
}
#hero-page .flexslider .flex-direction-nav {
  display: none;
}



#mc-section {
    height: auto;
    width: auto;
    background-image: url(../images/bg.jpg);
	box-shadow: 5px 2px 5px 1px #f1f1f1;
}
.mc-section-container {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
.slider-text {
    z-index: 9;
}
.slider-text-inner {
    vertical-align: middle;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	padding: 0 15px;
}
.mc-concept h2 {
    width: auto;
}
.slider-text-inner p .btn:hover {
  color: #fff !important;
}
.slider-text-inner span {
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 12px;
}
.slider-text-inner img {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 560px) {
#mc-section {
    background-color: #F7F5F8;
    height: 440px;
    width: auto;
    padding-left: 2%;
    padding-right: 2%;
    background-image: url(../images/bg.jpg);
    box-shadow: 5px 2px 5px 1px #f1f1f1;
}
.mc-section-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.slider-text {
    text-align: center;
}
.slider-text-inner {
    padding: 0 15px;
}
.mc-concept h2 {
    width: auto;
}
.slider-text-inner p .btn:hover {
  color: #fff !important;
}
.slider-text-inner span {
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 12px;
}
.slider-text-inner img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 300px;
	min-width: 80%
}}

@media screen and (min-width: 560px) and (max-width: 790px) {
	#mc-section {
    background-color: #F7F5F8;
    height: 370px;
    width: auto;
    padding-left: 2%;
    padding-right: 2%;
    background-image: url(../images/bg.jpg);
    box-shadow: 5px 2px 5px 1px #f1f1f1;
}}
	
@media screen and (min-width: 960px) {
#mc-section {
    background-color: #F7F5F8;
    height: 440px;
    width: auto;
    padding-left: 2%;
    padding-right: 2%;
    background-image: url(../images/bg.jpg);
    box-shadow: 5px 2px 5px 1px #f1f1f1;
}
.mc-section-container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;	
}
.slider-text {
    text-align: right;
}
.slider-text-inner {
    vertical-align: middle;
}
.mc-concept h2 {
    padding: 0;
    margin-left: auto;
    float: right;
    max-width: 600px;
}
.slider-text-inner p .btn:hover {
  color: #fff !important;
}
.slider-text-inner span {
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 12px;
}
.slider-text-inner img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
	max-width: 100%;
    width: 80%;
}}


#services-section,
#work-section,
#product-section,
#about-section,
#map-section {
  padding-bottom: 7em;
}

#intro-section {
    padding-bottom: 2em;
    clear: both;
}
#intro-section .intro-text-box {
	padding: 0 1rem;	
}
#intro-section .intro-text:first-of-type {
	font-family: 'Noto Serif Japanese', serif;
margin-top: 30px;
}
#intro-section .intro-text {
    font-family: 'Noto Serif Japanese', serif;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    padding: 0;
    margin: 16px 0 0;
    font-size: 1rem;
    font-weight: 400;
	line-height: 1.8rem;
	transform: rotate(0.001deg);
}
.intro-heading {
background-image: url("../images/img-mc_ph.jpg");
    width: 100%;
	height: 300px;
	background-position: center top;
	margin: 0 auto;
}
.intro-heading img {
	display: none;
}
.intro-dt {
	display:none;
}

.intro-Imgblock {
    position: relative;

}
.intro-Imgblock img {
   width: 100%;
    height: 500px;
	object-fit: cover;
}
.intro-TxtBox {
    position: absolute;
    bottom: 0;
    color: #000;
    background: rgba(255,255,255,.8);
    width: auto;
	height: auto;

    padding: 3rem 0 2rem 0;
}
.intro-TxtBox h3 {
	font-family: 'Noto Serif Japanese', serif;
    font-size: 1.6rem;
	margin: 0 0 1rem 2rem;
    text-align: left;
}
.intro-TxtBox p {
    font-family: 'Noto Serif Japanese', serif;
    margin: 0;
    padding: 0 2rem 0 2rem;
    font-size: 1rem;
    text-align: left;
    line-height: 1.9rem;
    letter-spacing: 0.1rem;
	transform: rotate(0.001deg);
}
.work {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 400px;
  margin-bottom: 30px;
}

.work .view, .view {
  width: 100%;
  height: 400px;
  display: table;
  opacity: 0;
  padding: 0;
  margin: 0;
  text-decoration: none;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}


@media screen and (min-width: 560px) {
.work .view, .view {
    opacity: 1;
}}
@media screen and (min-width: 960px) {
.work .view, .view {
    opacity: 1;
}}

@media screen and (min-width: 560px) {
#intro-section {
    padding-bottom: 2em;
    clear: both;
}
#intro-section .intro-text-box {
	margin: 0 auto 1.5rem auto;
	padding: 0 2rem 0 2rem;
	
}
#intro-section .intro-text:first-of-type {
    margin-top: 50px;
}
#intro-section .intro-text {
    font-family: 'Noto Serif Japanese', serif;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    padding: 0;
    margin-top: 25px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.05em;
	transform: rotate(0.001deg);
}
.intro-heading {
background-image: url("../images/img-mc_ph.jpg");
    width: 100%;
	height: 300px;
	background-position: center top;
	margin: 4rem auto 0 auto;
}
.intro-heading img {
	display: none;
}
.intro-dt {
	display:none;
}
.intro-Imgblock {
    position: relative;

}
.intro-Imgblock img {
   width: 100%;
    height: 500px;
	object-fit: cover;
}
.intro-TxtBox {
    position: absolute;
    bottom: 0;
    color: #000;
    background: rgba(255,255,255,.8);
    width: auto;
	height: auto;
	margin: 0;
    padding: 3rem 2rem 2rem 0;
}
.intro-TxtBox h3 {
	font-family: 'Noto Serif Japanese', serif;
    font-size: 1.8rem;
	margin: 0 0 1rem 3rem;
    text-align: left;
}
.intro-TxtBox p {
    font-family: 'Noto Serif Japanese', serif;
	width: auto;
    margin: 0;
    padding: 0 16% 0 3rem;
    font-size: 1rem;
    text-align: left;
    line-height: 2rem;
    letter-spacing: 0.1rem;
	transform: rotate(0.001deg);
}}

@media screen and (min-width: 960px) {
.intro-heading {
    background-image: url("../images/img-mc_ph.jpg");
    background-position: center top;
	width: 400px;
	height: 300px;
    margin: 0 70px 0 0;
    -ms-flex-preferred-size: 360px;
        flex-basis: 360px;
}
#intro-section {
    padding-top: 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	max-width: 1000px;
    min-width: 960px;
	margin: 0 auto;
    padding-bottom: 8rem;
}
	/*
#intro-section-bg {
	background: url("../images/line.svg") ;
	background-repeat: no-repeat;
}
.intro-section-bg-mask {
  background: rgba(255,255,255,0.7);
}
	*/
#intro-section .intro-text-box {
-ms-flex-preferred-size: auto;
    flex-basis: auto;
	padding: 0;
}
#intro-section .intro-text:first-of-type {
    margin-top: 0px;
}
#intro-section .intro-text {
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    padding: 0;
    margin: 18px 0 0;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.7em;
	transform: rotate(0.001deg);
}
.intro-section-image {
    position: relative;
    height: 64vw;
    max-height: 75vh;
    overflow: hidden;
    margin-top: 100px;
}
.intro-section-image-bg {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/concept_bg.jpg);
    background-position: center center;
    background-size: cover;
}
	
.intro-heading img {
 	
}
.intro-dt {
	display:none;
}
.intro-Imgblock {
    position: relative;

}
.intro-Imgblock img {
   width: 100%;
    height: 500px;
	object-fit: cover;
}
.intro-TxtBox {
    position: absolute;
    bottom: 0;
	left: 0;
    color: #000;
    background: rgba(255,255,255,.8);
	width: 45%;
    height: auto;
	margin: 0 auto 0 5%;
    padding: 3rem 1% 2rem 0;
	flex-basis: 50%;
}
.intro-TxtBox h3 {
	font-family: 'Noto Serif Japanese', serif;
    font-size: 1.8rem;
	margin: 0 0 1rem 10%;
    text-align: left;
}
.intro-TxtBox p {
    font-family: 'Noto Serif Japanese', serif;
	width: 100%;
    padding: 0 10%;
    font-size: 1rem;
    text-align: left;
    line-height: 2rem;
    letter-spacing: 0.1rem;
	transform: rotate(0.001deg);
}}

.work .view span, .work .view i, .view span, .view i {
  height: 400px;
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.work h3 {
  margin-top: 30px;
}
.work h3 a {
  color: #000;
}
.work:hover .view, .work:focus .view {
  opacity: 1;
}

.prod {
    margin-bottom: 5rem;
    margin-left: 13rem;
}
.prod h3 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 20px;
}
.prod h3 a {
  color: #000;
}
.counters {
  padding: 3em 0;
  background: #e6e6e6;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
.counters .heading-section h2 {
  color: #fff;
  font-weight: 400;
  font-size: 40px;
}
.counters .counter {
  font-size: 60px;
  display: block;
  color: #fff;
  width: 100%;
  font-weight: 700;
  margin-bottom: .3em;
}
.counters .counter-label {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 5px;
  margin-bottom: 2em;
  display: block;
}

#shop-section {
	padding-top: 60px;
}
.shop-deco {
	position: relative;
}
.shop-deco-obj {
	position: absolute;
    width: 55%;
    top: 0;
    right: 0;
    -webkit-transform: translate(0%, -70%);
    transform: translate(0%, -70%);
    z-index: -1;
}
.shop-info {
	margin-bottom: 53px;
}
.shop-block {
	max-width: initial;
    padding: 30px 40px 50px;
	box-shadow: 5px 2px 5px 1px #f1f1f1;
}
.shop-block h3 {
    font-size: 1.5rem;
    line-height: 150%;
    margin-bottom: 20px;
	letter-spacing: 0.1rem;
}
.shop-block p {
	font-family: 'Noto Serif Japanese', serif;
    font-size: 1.1rem;
	line-height: 2rem;
	letter-spacing: 0.1rem;
	transform: rotate(0.001deg);
}
.shop-block .shoplink {
	font-family: 'Noto Serif Japanese', serif;
    font-size: 1.8rem;
    margin-top: 30px;
}
.shop-info .shop-img {
    width: 100%;

}
.shop-info .shop-img img {
	width: 100%;
}
@media screen and (min-width: 560px) {
#shop-section {
    margin-top: 5rem;
}
.shop-deco {
	position: relative;
}
.shop-deco-obj {
	position: absolute;
    width: 45%;
    top: 0;
    right: 0;
    -webkit-transform: translate(0%, -70%);
    transform: translate(0%, -70%);
    z-index: -1;
}
.shop-info {
	margin-bottom: 9rem;
}
.shop-block {
	background: url("../images/bg.jpg") ;
    padding: 2rem 4rem 2rem 4rem;
    position: relative;
    z-index: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	box-shadow: 5px 2px 5px 1px #f1f1f1;
}
.shop-block h3 {
    font-size: 22px;
    font-size: 2rem;
    line-height: 150%;
    margin-bottom: 26px;
    font-weight: normal;
}
.shop-block p {
	font-family: 'Noto Serif Japanese', serif;
    font-size: 1.2rem;
	line-height: 2rem;
	letter-spacing: 0.1rem;
	transform: rotate(0.001deg);
}
.shop-block .shoplink {
    font-size: 2rem;
    *display: inline;
    *zoom: 1;
    line-height: 140%;
}
.shop-info .shop-img {
    width: 100%;
}
.shop-info .shop-img img {
	width: 100%;
}}


@media screen and (min-width: 960px) {
#shop-section {
    padding-bottom: 13rem;
}
.shop-deco {
	position: relative;
}
.shop-deco-obj {
	position: absolute;
    width: 40%;
    top: 0;
    right: 0;
    -webkit-transform: translate(0%, -70%);
    transform: translate(0%, -70%);
    z-index: -1;
}
.shop-info {
	margin-bottom: 53px;
	position: relative;
}
.shop-block {
    background: url("../images/bg.jpg");
    padding: 5rem;
    position: absolute;
    z-index: 100;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 700px;
	margin: 20rem 0 0 0;
	top: 0;
	right: 0;
	left: auto;
	box-shadow: 5px 2px 5px 1px #f1f1f1;
}
.shop-block h3 {
    font-size: 24px;
    font-size: 30px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 26px;
    letter-spacing: 0.1em;
}
.shop-block p {
    font-size: 1.2rem;
	line-height: 2rem;
	letter-spacing: 0.1rem;
	transform: rotate(0.001deg);
}

.shop-block .shoplink {
    font-family: 'Noto Serif Japanese', serif;
    font-size: 1.8rem;
    margin-top: 33px;
}
.shop-info .shop-img {
    position: relative;
    top: 110px;
    width: 60.2857%;
    z-index: 100;

}
.shop-info .shop-img img {
	width: 100%;
}}



#service-section {
    padding-bottom: 40px;
}
.services {
  position: relative;
  padding: 30px;
  margin-top: 60px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.services .icon {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  margin-top: -80px;
}
.services .icon span {
  display: table;
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background: #eee;
  border-radius: 50%;
}
.services .icon span i {
  width: 100px;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  color: #000;
}
@media screen and (min-width: 560px) {
  .services {
    margin-bottom: 5em;
}}

.service-wrap {
    width: 100%;
    height: auto;
}

.service-section-half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.service-section-half .img {
	width: 50%;
	position: relative;
    left: 50%;
    margin-right: -60%;
}

.order2 { 
	-webkit-box-ordinal-group: 3; 
	    -ms-flex-order: 2; 
	        order: 2;
}
.order1 {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}
.service-section-text {
    width: 100%;
}
.text-box {
    margin: 0 auto;
}
.text-box h2 {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    margin: 0 auto;
    letter-spacing: 0.2em;
    font-weight: 600;
    font-size: 24px;
}
.text-box p{
    font-family: 'Noto Serif Japanese', serif;
    padding: 10px 15px 10px 35px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
}

.text-box .cssbr::after {
	content: "\A" ;
	white-space: pre;
}

@media screen and (min-width: 560px) {
.text-box {
    margin: 0 auto;
}
.text-box h2 {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
    letter-spacing: 0.2em;
    font-weight: 600;
    font-size: 28px;
}
.text-box p{
    font-family: 'Noto Serif Japanese', serif;
    padding-top: 20px;
    padding-right: 15px;
    padding-left: 35px;
    padding-bottom: 30px;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.15em;
}
.text-box .cssbr::after {
	content: "\A" ;
	white-space: pre;
}}

@media screen and (min-width: 960px) {
.text-box {
    margin: 0 auto;
}
.text-box h2 {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    margin: 0 auto;
    letter-spacing: 0.2em;
    font-weight: 600;
    font-size: 24px;
}
.text-box p{
    font-family: 'Noto Serif Japanese', serif;
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 35px;
    padding-bottom: 10px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
}
.text-box .cssbr::after {
	content: "\A" ;
	white-space: pre;
}}

.service-section-text-title {
	text-align: center;
}
.service-section-text-ditail {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
	padding: 0 15px;
}
.service-img {
margin: 20px 0;
}

.service-img img {
max-width: 100%;	
}
.service-img-sp {
	display: none;
}
@media screen and (min-width: 560px) {
.service-img-sp {
	display: none;
}
.service-section-half {
    position: relative;
	overflow: hidden;
}
.service-section-text {
	position: static;
	width: auto;
	-webkit-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	        transform: translate(0, 0);
}
.service-section-text-title {
	text-align: center;
}
.service-section-text-ditail {
	text-align: center;
}
.service-wrap {
    position: relative;
    margin-top: 50px;
    margin-right: 0;
    margin-left: 0;
}}
@media screen and (min-width: 960px) {
.service-img {
	display: none;
}
.service-section-half {
    position: relative;
	overflow: hidden;
}
.service-section-text {
	position: static;
	width: auto;
	-webkit-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	        transform: translate(0, 0);
}
.service-section-text-title {
	text-align: center;
}
.service-section-text-ditail {
	text-align: center;
}
.service-wrap {
    position: relative;
    margin-top: 50px;
}}


.item {
  position: relative;
  padding: 30px;
  margin-top: 60px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.item .icon {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  margin-top: -80px;
}
.item .icon span {
  display: table;
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background: #eee;
  border-radius: 50%;
}
.item .icon span i {
  width: 100px;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  color: #000;
}
@media screen and (min-width: 560px) {
  .item {
    margin-bottom: 5em;
}}

#item-section {
    margin-top: 6rem;
}
#item-section h2 {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.2em;
	height: 150px;
	margin: 0;
	position: relative;
	left: 45%;
}
.item-wrap {
    width: 100%;
    height: auto;

}
.item-section-half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #69A586;
    margin-top: -60px;
}
.item-section-half .img {
	width: 50%;
	position: relative;
    left: 50%;
    margin-right: -60%;
}
.item-section-text {
    width: 100%;
}
.item-section-text-title {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    margin: 0 auto 2rem auto;
    letter-spacing: 0.2em;
	font-family: 'Noto Serif Japanese', serif;
    font-weight: 400;
    font-size: 1.6rem;
}
.item-section-text-ditail {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
	padding: 0 15px;
}
.item-wrap .text-box {
    background-color: #F9E8D5;
    padding-bottom: 15px;
    padding-top: 30px;
    padding-left: 33px;
}
.item-wrap .text-box p {
    font-family: 'Noto Serif Japanese', serif;
    text-align: left;
    font-size: 16px;
    padding: 0;
    font-weight: 600;
    margin-bottom: 30px;
    width: auto;
}
.item-wrap .text-box .cssbr::after {
	content: "\A" ;
	white-space: pre;
}
.item-img {
    margin-top: 130px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 30px;
}
.item-img img {
    max-width: 100%;
}
.item-img-sp {
	display: none;
}

@media screen and (min-width: 560px) {
#item-section {
    margin-top: 10rem;
	height: 150px;
}
#item-section h2 {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.2em;
	position: relative;
	left: 50%;
	margin: 0;
}
.item-img-sp {
	display: none;
}
.item-section-half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #69A586;
    margin-top: -70px;
}
.item-section-half .img {
	width: 50%;
	position: relative;
    left: 50%;
    margin-right: -60%;
}
.item-section-text {
	position: static;
	width: auto;
	-webkit-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	        transform: translate(0, 0);
}
.item-section-text-title {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    margin: 0 auto;
    letter-spacing: 0.2em;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 400;
    font-size: 28px;
}
.item-section-text-ditail {
	text-align: center;
}
.item-wrap {
    width: 100%;
    height: auto;

}
.item-wrap .text-box {
    background-color: #F9E8D5;
    padding-bottom: 15px;
    padding-top: 40px;
    padding-left: 33px;
}

.item-wrap .text-box p {
    font-family: 'Noto Serif Japanese', serif;
    text-align: left;
    font-size: 20px;
    padding: 0;
    font-weight: 600;
    margin-bottom: 30px;
    width: auto;
    letter-spacing: 0.15em;
}
.item-wrap .text-box .cssbr::after {
	content: "\A" ;
	white-space: pre;
}}

@media screen and (min-width: 960px) {
#item-section {
    margin-top: 10rem;
    max-height: 18rem;
	height: auto;
}
#item-section h2 {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.2em;
    margin: 0;
	position: relative;
	left: 50%;
	display: inline;
	height: 200px;
}
.item-img {
	display: none;
}
.item-section-half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #69A586;
    margin-top: -60px;
}
.item-section-half .img {
	width: 50%;
	position: relative;
    left: 50%;
    margin-right: -60%;
}
.item-section-text {
	position: static;
	width: auto;
	-webkit-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	        transform: translate(0, 0);
}
.item-section-text-title {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.2em;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 400;
    font-size: 2.1rem;
    text-align: center;
    top: 50%;
    left: 50%;
    display: inline;
    transform: translate(-47.5%, -40%);
}
.item-section-text-ditail {
	text-align: center;
}
.item-wrap {
    width: 100%;
    height: auto;
}
.item-wrap .text-box {
    background-color: #F9E8D5;
    padding-bottom: 15px;
    padding-top: 30px;
    padding-left: 33px;
}
.item-wrap .text-box p {
    font-family: 'Noto Serif Japanese', serif;
    text-align: left;
    font-size: 16px;

    padding: 0;
    font-weight: 600;
    margin-bottom: 30px;
    width: auto;
}
.item-wrap .text-box .cssbr::after {
	content: "\A" ;
	white-space: pre;
}}

.menu {
  position: relative;
  padding: 30px;
  margin-top: 60px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.menu .icon {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  margin-top: -80px;
}
.menu .icon span {
  display: table;
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background: #eee;
  border-radius: 50%;
}
.menu .icon span i {
  width: 100px;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  color: #000;
}
@media screen and (min-width: 560px) {
  .menu {
    margin-bottom: 5em;
}}

#menu2-section {
    margin-top: 10rem;
}
.menu2-section-half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #69A586;
    margin-top: -60px;
}
.menu2-section-half .img {
	width: 50%;
	position: relative;
    left: 50%;
    margin-right: -60%;
}
.menu2-section-half .menu-title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.2em;
    font-family: 'Noto Serif Japanese', serif;
    width: auto;
    margin: 0 auto -15px auto;
    text-align: left;
}
.menu2-section-text {
    width: 100%;
}

.menu2-section-text-ditail {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
	padding: 0 15px;
}
.menu2-wrap {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    padding-bottom: 15rem;
}
.menu2-text-box {
    margin: 0 auto;
    padding-top: 50px;
    padding-left: 35px;
    width: auto;
}
.menu2-text-box h2 {
    margin: 0 auto;
    letter-spacing: 0.2em;
    font-weight: 600;
    font-size: 24px;
    color: #69A586;
}
.menu2-text-box p{
    font-family: 'Noto Serif Japanese', serif;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
}
.menu2-text-box .price {
	font-family: 'Noto Serif Japanese', serif;
	font-size:14px;
}
.menu2-text-box .price span {
	font-size:18px;
}
.menu2-text-box .cssbr::after {
	content: "\A" ;
	white-space: pre;
}
.menu2-img {
    margin-top: 80px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.menu2-img img {
    max-width: 100%;
}
.menu2-img-sp {
	display: none;
}
@media screen and (min-width: 560px) {
.menu2-img {
    margin-top: 80px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.menu2-img img {
    max-width: 100%;
}
.menu2-section-half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #69A586;
    margin-top: -70px;
}
.menu2-section-half .img {
	width: 50%;
	position: relative;
    left: 50%;
    margin-right: -60%;
}
.menu2-section-half .menu-title {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.2em;
    font-family: 'Noto Serif Japanese', serif;
    width: 100%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: -20px;
    text-align: center;
}
.menu2-section-text {
	position: static;
	width: auto;
	-webkit-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	        transform: translate(0, 0);
}

.menu2-section-text-ditail {
	text-align: center;
}
.menu2-wrap {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    padding-bottom: 15rem;
}
.menu2-text-box {
    margin: 0 auto;
    padding-top: 80px;
    padding-left: 35px;
    width: auto;
}
.menu2-text-box h2 {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    letter-spacing: 0.2em;
    font-weight: 600;
    font-size: 28px;
    color: #69A586;
}
.menu2-text-box p{
    font-family: 'Noto Serif Japanese', serif;
    padding-top: 30px;
    padding-right: 15px;
    padding-bottom: 30px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
}
.menu2-text-box .price {
	font-family: 'Noto Serif Japanese', serif;
	font-size:14px;
}
.menu2-text-box .price span {
	font-size:18px;
}
.menu2-text-box .cssbr::after {
	content: "\A" ;
	white-space: pre;
}}
@media screen and (min-width: 960px) {
.menu2-img {
    margin-top: 80px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.menu2-img img {
    max-width: 100%;
}
.menu2-section-half {
    position: relative;
	overflow: hidden;
}
.menu2-section-half .img {
	width: 50%;
	position: relative;
    left: 50%;
    margin-right: -60%;
}
.menu2-section-half .menu-title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.2em;
    font-family: 'Noto Serif Japanese', serif;
    width: auto;
    margin: 0 auto -15px auto;
    text-align: left;
}
.menu2-section-text {
	position: static;
	width: auto;
	-webkit-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	        transform: translate(0, 0);
}

.menu2-section-text-ditail {
	text-align: center;
}
.menu2-wrap {
    position: relative;
    margin-top: 50px;
}
.menu2-text-box {
    margin: 0 auto;
    padding-top: 50px;
    padding-left: 35px;
    width: auto;
}
.menu2-text-box h2 {
    margin: 0 auto;
    letter-spacing: 0.2em;
    font-weight: 600;
    font-size: 24px;
}
.menu2-text-box p{
    font-family: 'Noto Serif Japanese', serif;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
}
.menu2-text-box .price {
	font-family: 'Noto Serif Japanese', serif;
	font-size:14px;
}
.menu2-text-box .price span {
	font-size:18px;
}
.menu2-text-box .cssbr::after {
	content: "\A" ;
	white-space: pre;
}}


#menu-section {
    margin-bottom: 130px;
}

.menu-section-text-title {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    margin: 0 0 2rem 0;
    letter-spacing: 0.2em;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 400;
    font-size: 1.6rem;
	position: relative;
	left: 45%;
	height: 200px;
}
.menu-block {
    position: relative;
    color: #fff;
}

.menu-block .menu-img {
	width: 50%;
    padding: 96px 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
/*
.menu-block .menu-img span {
	background-image: url(../images/product1.jpg);
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: 0.2s ease-in-out all;
    -o-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all;
}
*/
.menu-block .menu-box {
    width: 100%;
}

.menu-block .menu-box-wrap {
	background: #69A586;
    padding: 2rem 2rem 0 2rem;
}
.menu-block .menu-box-wrap-2 {
    background-color: #AF8D6E;
    padding: 2rem 2rem 0 2rem;
}

.menu-box-wrap-2 h2 {
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
	letter-spacing: 0.1rem;
}
.menu-block .menu-box .menu-img2 {
	background-image: url(../images/product1-2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 250px;
}
.menu-block .menu-box .menu-img3 {
    background-image: url(../images/product2-2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 250px;
}
.menu-block .menu-box .menu-title {
	font-family: 'Noto Serif Japanese', serif;
	transform: rotate(0.001deg);
}
.menu-block .menu-box-wrap h2 {
    font-size: 1.8rem;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.1rem;
}
.menu-block .menu-box-wrap .price {
    font-size: 0.9rem;
}
.menu-block .menu-box-wrap-2 .price {
    font-size: 0.9rem;
}

.menu-block .menu-box h3 {
    font-size: 42px;
    font-size: 4.2rem;
    margin-bottom: 38px;
    font-weight: normal;
}
.menu-block .menu-box .menu-txt {
	font-family: 'Noto Serif Japanese', serif;
	font-size: 0.95rem;
    margin: 15px auto 20px auto;
	transform: rotate(0.001deg);
}
.menu-block .menu-box .link {
	font-family: 'Noto Serif Japanese', serif;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 2.3rem;
    margin-bottom: 30px;
}
.menu-block .menu-box .link a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding-bottom: 4px;
    position: relative;
}

.soft1 {
	-webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
.soft2{
	-webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
	}
.soft3 {
	-webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.soft4 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
	}

@media screen and (min-width: 560px) {
#menu-section {
    margin-bottom: 8rem;
	float: left;
}
.menu-section-text-title {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    margin: 0;
    letter-spacing: 0.2em;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 400;
    font-size: 28px;
	position: relative;
	left: 50%;
	height: 250px;
}
.menu-block {
	padding: 0;
}

.menu-block .menu-img {
    width: 50%;
    height: 100%;
    overflow: hidden;
	box-sizing: border-box;
	background-position: center;
	right: 0;
    -webkit-transition: 0.2s ease-in-out all;
    -o-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all;
}
/*
.menu-block .menu-img span {
	background-image: url(../images/product1.jpg);
    display: none;
    width: 100%;
    height: 80%;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: 30%;
    background-size: cover;
    -webkit-transition: 0.2s ease-in-out all;
    -o-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all;
}
*/
.menu-block .menu-box {

}
.menu-block .menu-box-wrap {
    padding: 3rem;
	background: #69A586;
}
.menu-block .menu-box-wrap-2 {
    background-color: #AF8D6E;
    padding: 3rem 3rem 0 3rem;
}
.menu-box-wrap-2 h2 {
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
	letter-spacing: 0.2rem;
}
.menu-block .menu-box-wrap h2 {
	font-size: 1.8rem;
    color: #fff;
	font-weight: 400;
	letter-spacing: 0.2rem;
}
.menu-block .menu-box .menu-img2 {
	background-image: url(../images/product1-2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 270px;
}
.menu-block .menu-box .menu-img3 {
    background-image: url(../images/product2-2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 270px;
	margin-top: -2.5rem;
}
.menu-block .menu-box .menu-title {
	font-family: 'Noto Serif Japanese', serif;
	font-size: 0.9rem;
    margin-bottom: 2rem;
transform: rotate(0.001deg);
}
.menu-block .menu-box h3 {
    font-size: 42px;
    font-size: 4.2rem;
    margin-bottom: 38px;
    font-weight: normal;
}
.menu-block .menu-box .menu-txt {
	letter-spacing: 0.2em;
    font-family: 'Noto Serif Japanese', serif;
    margin: 1rem 0 1.5rem 0;
	font-size: 0.95rem;
	transform: rotate(0.001deg);
}
.menu-block .menu-box .link {
    display: inline-block;
    *display: inline;
    *zoom: 1;
	font-family: 'Noto Serif Japanese', serif;
    font-size: 2.2rem;
    margin-bottom: 2rem;
}
.menu-block .menu-box .link a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding-bottom: 4px;
    position: relative;
	}}

@media screen and (min-width: 960px) {
#menu-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    margin-bottom: 5rem;
}
.menu-section-text-title {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    margin: 4rem auto 0 auto;
    letter-spacing: 0.2em;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 400;
    font-size: 2.1rem;
    text-align: center;
	position: relative;
    left: 50%;
    display: inline;
    transform: translate(-48.5%, -30%);
}
.menu-block {
    width: 100%;
	position: relative;
}
.menu-block .menu-img {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    position: absolute;
    width: 50%;
    height: 100%;
    padding: 80px;
    background-color: #69A586;
    
}

.menu-block .menu-img span {
    background-image: url(../images/product1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.menu-block .menu-img-2 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    position: absolute;
    width: 50%;
    height: 100%;
    padding: 80px;
    background-color: #674C29;
}

.menu-block .menu-img-2 span {
    background-image: url(../images/product2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.menu-block .menu-box {
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	float: right;
	width: 50%;
}
.menu-block .menu-box-wrap {
	background: #8EA668;
    padding: 90px 120px 0;
}
.menu-block .menu-box-wrap-2 {
    background-color: #AF8D6E;
    padding: 90px 120px 0;
}
.menu-block .menu-box-wrap h2 {
    font-size: 2.2rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}
.menu-box-wrap-2 h2 {
    font-size: 2.2rem;
    font-weight: 400;
    color: #fff;
}

.menu-block .menu-box .menu-img2 {
    background-image: url(../images/product1-2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 250px;
}
.menu-block .menu-box .menu-img3 {
    background-image: url(../images/product2-2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 250px;
	margin-top: 0;
}
.menu-block .menu-box .menu-title {
	font-size: 1.1rem;
    margin-bottom: 65px;
	transform: rotate(0.001deg);
}
.menu-block .menu-box h3 {
    font-size: 42px;
    font-size: 2.4rem;
    margin-bottom: 38px;
    color: #fff;
}
.menu-block .menu-box .menu-txt {
    margin-bottom: 45px;
    font-family: 'Noto Serif Japanese', serif;
    margin-top: 30px;
	font-size: 1.1rem;
	transform: rotate(0.001deg);
}
.menu-block .menu-box .link {
	font-family: 'Noto Serif Japanese', serif;
	display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 26px;
    font-size: 2.2rem;
    margin-bottom: 105px;
}
.menu-block .menu-box .link a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding-bottom: 4px;
    position: relative;
}}

.product-section {
    position: relative;
    z-index: 2;
    margin-bottom: 10rem;
}
.product-items {
    position: relative;
}
.product-container {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
}
.product-item-container {
    margin: 0;
}
.product-item-obj {
    background-color: #2E4D02;
    margin: 0 0 11.66%;
}

.product-item-img {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
}
.product-item-img .product-item-bg {
	display: block;
	transition-duration: 0.3s;
}
.product-item-img .product-item-bg:hover {
	transform: scale(1.1);
	transition-duration: 0.3s;
}
.product-item-title {
    z-index: 5;
    text-align: left;
    margin: 0;
    padding: 8% 30px 10px 40px;
}
.product-item-title h2 {
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
}
.product-price {
    width: 189px;
    margin: 0 auto 20px;
}
.product-desc {
    padding: 0 30px 30px 40px;

}
.product-item-txt {
    font-family: 'Noto Serif Japanese', serif;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0 0 10px;
    letter-spacing: 0.1rem;
	transform: rotate(0.001deg);
}
.product-item {
    position: relative;
    background-color: #F2EDE9;
}
.product-item.bc {
    background-color: #D0C1B1;
    margin-top: 8%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
}
.product-item-data {
    position: absolute;
    width: 100%;
    height: 32px;
    z-index: 1;
}
.product-item-bg {
    background-image: url(../images/product-item1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 250px;
}
.product-item-bg.item2 {
    background-image: url(../images/product-item2.jpg);
	background-position: center center; 
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 250px;
}
.product-bg {
    position: relative;
    z-index: 1;
    margin-bottom: 7rem;
    height: 800px;
    margin-top: -60rem;
    background-color: #f1f1f1;
    background-image: url(../images/bg.jpg);
	box-shadow: 5px 2px 5px 1px #f1f1f1;
}
.product-section .text-box {
    padding: 30px 0 5px;
    margin: 0 auto;
}
.product-section .text-box p {
    font-family: 'Noto Serif Japanese', serif;
    text-align: left;
    font-size: 1.8rem;
    padding: 0;
    font-weight: 600;
    margin-bottom: 30px;
    width: auto;
	transform: rotate(0.001deg);
}
.product-section .text-box .cssbr::after {
	content: "\A" ;
	white-space: pre;
}
@media screen and (min-width: 560px) {
.product-section {
    position: relative;
    z-index: 2;
	margin-top: 3rem;
    margin-bottom: 6rem;
}
.product-items {
    position: relative;
}
.product-container {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
}
.product-item-container {
    margin: 0;
}
.product-item-obj {
    background-color: #2E4D02;
    margin: 0 0 11.66%;
}

.product-item-img {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
}
.product-item-img .product-item-bg {
	display: block;
	transition-duration: 0.3s;
}
.product-item-img .product-item-bg:hover {
	transform: scale(1.1);
	transition-duration: 0.3s;
}
.product-item-title {
    z-index: 5;
    text-align: center;
    font-size: 0;
    margin: 0;
    padding-top: 8%;
    padding-bottom: 8%;
}
.product-item-title h2 {
    margin: 0;
    padding: 0;
    font-size: 2rem;
    
}
.product-price {
    width: 189px;
    margin: 0 auto 20px;
}
.product-desc {
    height: 10%;
    padding-top: 0;
    padding-right: 10%;
    padding-left: 10%;
    padding-bottom: 10%;

}
.product-item-txt {
    font-family: 'Noto Serif Japanese', serif;
    font-size: 1.2rem;
    line-height: 2rem;
    margin: 0 0 10px;
    letter-spacing: 0.1rem;
	transform: rotate(0.001deg);
}
.product-item {
    background-color: #F2EDE9;
}
.product-item.bc {
    background-color: #D0C1B1;
    margin-top: 8%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
}
.product-item-data {
    position: absolute;
    width: 100%;
    height: 32px;
    z-index: 1;
}
.product-item-bg {
    background-image: url(../images/product-item1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 66vw;
}
.product-item-bg.item2 {
    background-image: url(../images/product-item2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 66vw;
}
.product-bg {
    position: relative;
    z-index: 1;
    margin-bottom: 10rem;
    height: 820px;
    margin-top: -60rem;
    background-color: #f1f1f1;
    background-image: url(../images/bg.jpg);
	box-shadow: 5px 2px 5px 1px #f1f1f1;
}
.product-section .text-box {
    padding: 0 0 3rem 0;
    margin: 30px auto;
}
.product-section .text-box p {
    font-family: 'Noto Serif Japanese', serif;
    text-align: left;
    font-size: 16px;
    padding: 0;
    font-weight: 600;
    margin-bottom: 30px;
    width: auto;
	transform: rotate(0.001deg);
}
.product-section .text-box .cssbr::after {
	content: "\A" ;
	white-space: pre;
}}
@media screen and (min-width: 960px) {
.product-section {
    position: relative;
    z-index: 2;
	margin-top: 0;
    margin-bottom: 10rem;
}
.product-items {
    position: relative;
}
.product-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 calc(100% / 12);
    max-width: 100%;
}
.product-item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    margin-right: 0;
    padding: 0 0 -69.33%;
    margin-left: 0;
}
.product-item-obj {
    background-color: #2E4D02;
    margin: 0 0 11.66%;
}

.product-item-img {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
}
.product-item-img .product-item-bg {
	display: block;
	transition-duration: 0.3s;
}
.product-item-img .product-item-bg:hover {
	transform: scale(1.1);
	transition-duration: 0.3s;
}
	
	
.product-item-title {
    z-index: 5;
    text-align: center;
    font-size: 0;
    margin: 0;
    padding-top: 8%;
    padding-bottom: 8%;
}
.product-item-title h2 {
    margin: 0;
    padding: 0;
    font-size: 2rem;
    
}
.product-price {
    width: 189px;
    margin: 0 auto 20px;
}
.product-desc {
    height: 10%;
    padding-top: 0;
    padding-right: 10%;
    padding-left: 10%;
    padding-bottom: 10%;

}
.product-item-txt {
    font-family: 'Noto Serif Japanese', serif;
    font-size: 1.2rem;
    line-height: 2rem;
    margin: 0 0 10px;
    letter-spacing: 0.1rem;
	transform: rotate(0.001deg);
}
.product-item {
    position: relative;
    width: 50%;
    background-color: #F2EDE9;
	height: 50%;
}
.product-item.bc {
    background-color: #D0C1B1;
    margin-top: 8%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
}
.product-item-data {
    position: absolute;
    width: 100%;
    height: 32px;
    z-index: 1;
}
.product-item-bg {
    background-image: url(../images/product-item1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 700px;
}
.product-item-bg.item2 {
    background-image: url(../images/product-item2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 700px;
}
.product-bg {
    position: relative;
    z-index: 1;
    margin-bottom: 12rem;
    height: 820px;
    margin-top: -60rem;
    background-color: #f1f1f1;
    background-image: url(../images/bg.jpg);
	box-shadow: 5px 2px 5px 1px #f1f1f1;
}
.product-section .text-box {
    padding-bottom: 15px;
    padding-top: 30px;
    padding-left: 33px;
    margin-top: 30px;
}
.product-section .text-box p {
    font-family: 'Noto Serif Japanese', serif;
    text-align: left;
    font-size: 16px;
    padding: 0;
    font-weight: 600;
    margin-bottom: 30px;
    width: auto;
	transform: rotate(0.001deg);
}
.product-section .text-box .cssbr::after {
	content: "\A" ;
	white-space: pre;
}}

#topics-section {
    margin-bottom: 10rem;
}
#topics-section ul{
	font-family: 'Noto Serif Japanese', serif;
    margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
#topics-section ul li{
    margin: 0 0 1.5rem 0;
	padding: 0 0 0.9rem 0;
	font-size: 0.8rem;
	border-bottom: 1px solid #ccc;
	transform: rotate(0.001deg);
}
.topics-section-half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #69A586;
    margin-top: -60px;
}
.topics-section-half .img {
	width: 50%;
	position: relative;
    left: 50%;
    margin-right: -60%;
}
.topics-section-half .topics-title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.2em;
    font-family: 'Noto Serif Japanese', serif;
    width: auto;
    margin: 0 auto -15px auto;
    text-align: left;
}

.topics-section-text {
    width: 100%;
}
.topics-section-title {
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    margin: 0;
    letter-spacing: 0.2em;
	font-family: 'Noto Serif Japanese', serif;
    font-weight: 400;
    font-size: 1.6rem;
	height: 150px;
	position: relative;
	left: 45%;
}
.topics-section-text-ditail {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
	padding: 0 15px;
}
#topics-section .prod {
	margin: 0 auto;
	padding: 0 1.5rem;
	}
#topics-section .topics-list {
	font-family: 'Noto Serif Japanese', serif;
	margin: 1.5rem auto;
	text-align: center;
	font-size: 1rem;
    font-weight: 400;
    text-decoration: underline;
}

@media screen and (min-width: 560px) {
#topics-section {
    margin-bottom: 5rem;
	clear: both;
}
#topics-section ul{
	font-family: 'Noto Serif Japanese', serif;
	width: 85%;
    margin: 50px auto 0 auto;
    padding: 0;
    list-style: none;
    text-align: left;
}
#topics-section ul li{
    margin: 2rem auto auto 15px;
    padding: 0 0 1rem 0;
    font-size: 0.9rem;
	border-bottom: 1px solid #ccc;
	transform: rotate(0.001deg);
}
.topics-section-half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #69A586;
    margin-top: -60px;
}
.topics-section-half .img {
	width: 50%;
	position: relative;
    left: 50%;
    margin-right: -60%;
}
.topics-section-half .topics-title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.2em;
    font-family: 'Noto Serif Japanese', serif;
    width: auto;
    margin: 0 auto -15px auto;
    text-align: left;
}
.topics-section-text {
    width: 100%;
}

.topics-section-title {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    margin: 0;
    letter-spacing: 0.2em;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 400;
    font-size: 28px;
	position: relative;
	left: 50%;
	height: 150px;
}
.topics-section-text-ditail {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
	padding: 0 15px;
}
#topics-section .prod {
		
	
	margin: 0 auto;
	}
#topics-section .topics-list {
	font-family: 'Noto Serif Japanese', serif;
	margin: 1.5rem 4.4rem 0 0;
	text-align: right;
	font-size: 1rem;
    font-weight: 400;
    text-decoration: underline;
}}


@media screen and (min-width: 960px) {
#topics-section {
    padding-bottom: 15rem;
    padding-top: 5rem;
	max-width: 100%;
	width: 55em;
	margin: 0 auto;
	clear: both;
}
#topics-section ul{
    font-family: 'Noto Serif Japanese', serif;
    padding: 0;
	margin: 2rem 0 0 3rem;
    list-style: none;
    text-align: left;
    width: auto;
}
#topics-section ul li {
    margin: 0 0 2rem 0;
    padding: 0 0 1rem 0;
    font-size: 1rem;
	transform: rotate(0.001deg);
}
#topics-section ul li span {
    font-family: 'Noto Serif Japanese', serif;
    font-size: 0.8rem;
	transform: rotate(0.001deg);
}
.topics-section-half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #69A586;
    margin-top: -60px;
}
.topics-section-half .img {
	width: 50%;
	position: relative;
    left: 50%;
    margin-right: -60%;
}
.topics-section-half .topics-title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.2em;
    font-family: 'Noto Serif Japanese', serif;
    width: auto;
    margin: 0 auto -15px auto;
    text-align: left;
}
.topics-section p {
	margin-left: auto;
	margin-right: auto;
}

.topics-section-text {
    width: 100%;
}

.topics-section-title {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.1em;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 400;
    font-size: 2.1rem;
	position: relative;
	left: 0;
    display: inline;
	margin: 0 0 0 1.8rem;
}
.topics-section-text-ditail {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
	padding: 0 15px;
}
#topics-section .prod {
	width: 80%;
	margin: -9rem auto -9rem 8rem;
	
}
#topics-section .topics-list {
	font-family: 'Noto Serif Japanese', serif;
	margin: 5.8rem 0 0 0;
	font-size: 1rem;
    font-weight: 400;
    text-decoration: underline;
	position: absolute;
}}

#insta-section {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8rem;
    margin-top: 5rem;
	
}
#insta-section h3 {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}
.insta-section-title {
    margin-bottom: 3rem;	
}
.insta-container {
		
}
.insta-container .instafeed {
    width: auto;	
}

@media screen and (min-width: 560px) {
#insta-section {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8rem;
    margin-top: 8rem;
}
#insta-section h3 {
    font-size: 28px;
    font-weight: 400;
    text-align: center;
}
.insta-section-title {
    margin-bottom: 3rem;	
}
.insta-container {
		
}
.insta-container .instafeed {
    width: auto;
}}
	
@media screen and (min-width: 960px) {
#insta-section {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8rem;
    margin-top: 5rem;
}
#insta-section h3 {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
}
.insta-section-title {
    margin-bottom: 3rem;
}
.insta-container {
		
}
.insta-container .instafeed {
    width: auto;	
}}


/* page-content */
#page-section {
	width:auto;
	margin: 1rem 0 10rem 0;
}

.page-content {
font-family: 'Noto Serif Japanese', serif;
  margin: 5em 0;
}
.page-content h2 {
    font-size: 2.1rem;
    margin-top: 2.5rem;
    margin-right: 0;
    margin-left: 0;
}
.page-content h3 {
    font-size: 2.1rem;
}
.page-content span {
    font-size: 0.9rem;
	transform: rotate(0.001deg);
}
.page-content-TxtBox {
	margin: 3rem 0 0 0;
}
.page-content-TxtBox h3 {
    font-size: 1.7rem;
	font-weight: 400;
    margin: 0 0 20px 0; 
}
.page-content p {
    margin: 30px 0 10px 0;
    padding: 0;
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: 0.1rem;
	transform: rotate(0.001deg);
}
.contact-TxtBox {
    margin: 3rem auto 5rem auto;
	padding: 0 2rem;
    width: 100%;
}
.contact-TxtBox h3 {
    font-size: 1.7rem;
    font-weight: 400;
    margin: 10px 0 5px 0;
}
.contact-TxtBox p {
    margin: 30px 0 10px 0;
    padding: 0;
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: 0.1rem;
	transform: rotate(0.001deg);
}
.contact-TxtBox span {
    font-size: 0.9rem;
    margin-top: 0;
	transform: rotate(0.001deg);
}
.contact-TxtBox .tel {
    margin-top: 40px;
}
@media screen and (min-width: 560px) {
#page-section {
	width:auto;
}
	
	.page-content p {
    margin: 30px 0 10px 0;
    padding: 0;
    font-size: 0.9rem;
    line-height: 2rem;
    letter-spacing: 0.15rem;
	transform: rotate(0.001deg);
}}
@media screen and (min-width: 960px) {
#page-section {
	width:auto;
}
#contact-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}}
.page-img {
    max-width: 1000px;
    margin: 65px auto 60px auto;
}
.page-img img {
    margin: 0 auto;
    width: 100%;
}
.page-content .menutxt {
    font-size: 1rem;
	text-align: left;
	transform: rotate(0.001deg);
}
.about_img_box {
    width: 100%;
    display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	
}
.about_img_boxTxt {
	width: 50%;
	font-family: 'Noto Serif Japanese', serif;
	padding: 0 0 0 5%;
	text-align: left;
	font-size: 1rem;
	line-height: 2rem;
	letter-spacing: 0.1rem;
}
.about_img_boxTxt h3 {
    font-size: 1.7rem;
	font-weight: 400;
    margin: 0 0 20px 0; 
}
.about_img_boxTxt h4 {
    font-size: 1.2rem;
    font-weight: 400;
    margin: 0 0 20px 0;
    text-align: right;
	transform: rotate(0.001deg);
}
.about_img_boxTxt p {
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: 0.1rem;
	transform: rotate(0.001deg);
}
.about_img {
    width: 50%;
	
}
.about_img img {
    width: 100%;
    max-width: none;
	
}
@media screen and (max-width: 560px) {
	.about_img {
    width: 100%;
	
}
.about_img_boxTxt {
	width: 100%;
	font-family: 'Noto Serif Japanese', serif;
	padding: 5% 0 0 0;
	text-align: left;
	font-size: 0.9rem;
	line-height: 2rem;
	letter-spacing: 0.15rem;
	}}

.gallery-content {
	box-sizing: border-box;
	margin: 0 auto 5rem auto;
	width: 90%;
	column-count: 2;
	column-gap: 0;
}
.gallery-content img {
	width: 100%;
	vertical-align: bottom;
}
.grid {
	padding: 5px;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
.grid > * {
  border-radius: 8px;
}
.pic {
	background-color: #222;
	color: #fff;
	text-align: center;
}
.pic > *:not(img) {
	padding: 10px 20px;
}
.pic h2 {
	color: #fff;
	font-size: 1.3rem;
}
.pic p {
 	color: #fff;
	font-size: 1rem;
	margin-bottom: 0;
}

@media screen and (min-width: 560px) {
.gallery-content {
	box-sizing: border-box;
	margin: 0 auto 5rem auto;
	width: 90%;
	column-count: 3;
	column-gap: 0;
}}
@media screen and (min-width: 960px) {
.gallery-content {
	box-sizing: border-box;
	margin: 0 auto 5rem auto;
	width: 90%;
	column-count: 3;
	column-gap: 0;
}}





/* product */
.product_block {
	font-family: 'Noto Serif Japanese', serif;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    display: table;
}
.product_list {
    width: 45%;
    margin-top: 5px;
    margin-right: 8%;
    margin-left: 0;
    float: left;
    margin-bottom: 5%;
}

.product_list_left, .product_list_right {
    width: 100%;
}
.product_list_img {
    width: 100%;
    margin: 0 0 30px;
}
.product_list_img img {
	width: 100%;
	object-fit: cover;
}

.product_list_title {
    width: 100%;
    margin: 0 0 20px;
}
.product_list_title>p:nth-child(1) {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    margin: 0 0 20px;
	transform: rotate(0.001deg);
}
.product_list_title>p:nth-child(2) {
    font-size: 1.7rem;
    letter-spacing: 1px;
    line-height: 1.6rem;
}
.product_list_text {
    width: 100%;
    margin: 20px 0;
}
.product_list_text p {
	font-size:16px;
	line-height:32px;
	letter-spacing:1px;
	text-align:justify;
	transform: rotate(0.001deg);
}
.product_list_button {
    width: 100%;
    text-align: right;
}
#product_box_left {
    margin-top: 0;
    margin-right: 8%;
    margin-left: 0;
    margin-bottom: 8%;
}
#product_box_right {
	margin:0;
}
#product_box_left .trans_img div {
	background-image:url("../images/item-img1.jpg")
}
#product_box_right .trans_img div {
	background-image:url(img/product_img2.jpg)
}
@media (min-width:560px) and (max-width:959px){
	.product_block{margin:70px 0 10px}
	.product_list{margin:60px 8% 0 0}
	#product_box_left{margin:0 8% 0 0}
	#product_box_right{margin:0;
	}}
@media (max-width:559px){
	.product_block {
		margin:0;
	}
	.product_list {
		width:100%;
		margin:-50px 0 0!important;
		padding:100px 0 0;
		float:none;
		position:relative;
	}
	.product_block>.product_list:nth-child(2n){
		margin:0!important;
	}
	.product_list_left,.product_list_right {
		float:left;
	}
	.product_list_left {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.product_list_right {
		width:100%;
		padding:0;
		margin: 0 0 1rem 0;
	}
	.product_list_img {
		margin:0 0 20px;
	}
	.product_list_title {
		margin:0;
	}
	.product_list_text {
		margin:-8px 0 0;
	}
	.product_list_title>p:nth-child(1) {
		font-size:14px;
		line-height:24px;
		margin:0 0 5px;
		transform: rotate(0.001deg);
	}
	.product_list_title>p:nth-child(2) {
		font-size:20px;
		line-height:30px;
		white-space:nowrap;
	}
	.product_list_button {
		width:50%;
		padding:0 15px 0 0;
		text-align:left;
		position:absolute;
		bottom:8px;
		left:0;
	}
	.pc .product_list_button {
		position:relative;
		bottom:0;
		margin:20px 0 0;
	}
	.product_list_button a {
		width:100%;
	}
	#product .round_button_y {
		background:rgba(206,161,116,1);
	}
	#product .round_button_y p {
		color:rgba(255,255,255,1);
	}
	.pc #product .round_button_y:hover {
		background:rgba(206,161,116,0);
	}
	.pc #product .round_button_y:hover p {
		color:rgba(206,161,116,1);
	}
	.product_line {
		display:block!important;
		width:100%;
		height:1px;
		margin:50px 0 0;
	}
	.product_line div {
		width:100%;
		height:100%;
		position:relative;
		overflow:hidden;
	}
	.product_line div span {
		display:block;
		width:100%;
		height:100%;
		background:rgba(206,161,116,1);
	}
	.product_button {
		width:100%;
		margin:45px 0 0;
		font-size:0;
		line-height:0;
		z-index:10;
		position:relative;
	}
	.product_button a {
		width:47%;
		margin:7px 6% 7px 0;
	}
	.product_button>a:nth-child(2n) {
		margin:7px 0;
	}
	#product .main_img_inner div {
		background-image:url(img/product_img0_sp.jpg);
	}
	#product_box_left .trans_img div {
		background-image:url(img/product_img1_sp.jpg);
	}}


.kerning {
    font-feature-settings: "palt";
}


@media screen and (min-width: 960px)
.pc_disp {
    display:inline-block !important;
}
.sp_disp, .tb_disp {
    display: none;
}}


/* shop */
.shop_img {
    position: relative;
    overflow: hidden;
    margin-top: 100px;
    width: 1000px;
}
.shop_img_bg {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/concept_bg.jpg);
    background-position: center center;
    background-size: cover;
}








.social-icons {
  margin: 0;
  padding: 0;
}
.social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}
.social-icons li a i {
  font-size: 20px;
}

.contact-info {
  margin-bottom: 4em;
  padding: 0;
}
.contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
  color: #727272;
}
.contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: #727272;
}
.contact-info li a {
  color: #727272;
}

.form-control {
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 300;
  border-radius: 0px;
}
.form-control:focus, .form-control:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.8);
}

input[type="text"] {
  height: 50px;
}

.form-group {
  margin-bottom: 30px;
}

#footer {
	font-family: 'Noto Serif Japanese', serif;
    padding: 4em 1% 4em 5%;
    background-color: #FFFFFF;
    background-image: url(../images/footer-logo.svg);
    background-repeat: no-repeat;
    background-position: right 5% bottom 7%;
    background-size: 100px;
}
#footer .footer-logo p {
	margin: 0;
    padding: 0;
	font-size: 0.8rem;
    letter-spacing: 1px;
    line-height: 1.6em;
	transform: rotate(0.001deg);

}
#footer .footer-logo p a {
   margin: 0 0 8px 0;
	padding: 0;
	color: #1E2D29;
	text-decoration: underline;
}
#footer .footer-logo p a:hover {
	color: #AC3321;
	text-decoration: underline;
}
#footer .footer-logo>p:nth-child(1) {
	margin: 0 0 6px 0;
    padding: 0;
    letter-spacing: 1px;
    font-size: 1.1rem;
    font-weight: 600;
	
}
#footer .footer-logo>p:nth-child(2) {
	margin: 0 0 2px 0;
    letter-spacing: 1px;
    font-size: 1rem;
}
#footer .footer-logo>p:nth-child(3) {
	margin: 0 0 2px 0;
    letter-spacing: 1px;
    font-size: 0.9rem;
}
#footer .footer-logo>p:nth-child(4) {
	margin: 0;
    letter-spacing: 1px;
    font-size: 0.8rem;
}
#footer .footer-logo>p:nth-child(5) {
	margin: 0;
    letter-spacing: 1px;
    font-size: 0.8rem;
}	
#footer .footer-sns	{
	width: auto;
    margin: 0 0 2em 0;
}
#footer .footer-sns p a:hover {
    text-align: center;
	background-color: #AC3321;
    color: #fff;
	display: block;
}
#footer .footer-sns>p:nth-child(1) {
	margin: 0 0 10px 0;
    padding: 0;
    letter-spacing: 1px;
    font-size: 1.1rem;
    font-weight: 600;
	transform: rotate(0.001deg);
}
#footer .footer-sns>p:nth-child(2) {
	margin: 0 0 2px 0;
    letter-spacing: 1px;
    font-size: 1rem;
    width: 200px;
    text-align: center;
    background-color: #1E2D29;
    color: #fff;
	display: block;
	transform: rotate(0.001deg);
}
#footer .footer-contact	{
	width: auto;
	margin-top: 1rem;
}
#footer .footer-contact p{
	
}
#footer .footer-contact>p:nth-child(1) {
	margin: 0 0 10px 0;
    padding: 0;
    letter-spacing: 1px;
    font-size: 1.1rem;
    font-weight: 600;
	transform: rotate(0.001deg);
}
#footer .footer-contact>p:nth-child(2) {
	margin: 0 0 2px 0;
    letter-spacing: 1px;
    font-size: 1rem;
    width: 200px;
    text-align: center;
	background-color: #1E2D29;
    color: #fff;
	display: block;
	transform: rotate(0.001deg);
}
#footer .footer-contact p a:hover {
    text-align: center;
	background-color: #AC3321;
    color: #fff;
	display: block;
}
#footer h3 {
  font-size: 18px;
  font-weight: 400;
}

#footer ul {
  margin: 0;
  padding: 0;
}
#footer ul li {
  font-size: 18px;
  list-style: none;
  margin-bottom: 0;
}
#footer ul li a {
  color: #727272;
}
#footer .float {
  width: 50%;
  float: left;
}
#footer .footer-logo {
	width: fit-content;
	margin: 0 0 2em 0;
}
#footer .footer-line {

}

.copy-right {
	font-family: 'Noto Serif Japanese', serif;
	font-size: 0.8em;
    padding: 2em 0 1em 0;
    color: #fff;
    background-color: #1E2D29;
}
#footer a {
    color: white;
	display: block;
	padding: 10px;
}
#footer a:hover, #footer a:focus {
  text-decoration: none;
  color: #FF847C;
}
.social-icon a {
  padding: 0 5px;
}
.social-icon a i {
    color: #161616;
}
.social-icon a:hover, .social-icon a:focus {
  text-decoration: none;
}

@media screen and (min-width: 560px) {
#footer {
    padding: 4em 1% 4em 5%;
    background-color: #FFFFFF;
    background-image: none;
    background-repeat: no-repeat;
    background-position: right 15% center;
    background-size: 140px;
}
#footer .footer-logo {
	width: auto;
	margin: 0 0 2em 0;
}
#footer .footer-logo p {
	margin: 0;
    padding: 0;
    letter-spacing: 1px;
    line-height: 1.6em;
}
#footer .footer-logo>p:nth-child(1) {
	margin: 0 0 6px 0;
    padding: 0;
    letter-spacing: 1px;
    font-size: 1.1rem;
    font-weight: 600;
}
#footer .footer-logo>p:nth-child(2) {
	margin: 0 0 2px 0;
    letter-spacing: 1px;
    font-size: 1rem;
}
#footer .footer-logo>p:nth-child(3) {
	margin: 0 0 2px 0;
    letter-spacing: 1px;
    font-size: 0.9rem;
}
#footer .footer-logo>p:nth-child(4) {
	margin: 0;
    letter-spacing: 1px;
    font-size: 0.8rem;
}
#footer .footer-logo>p:nth-child(5) {
	margin: 0;
    letter-spacing: 1px;
    font-size: 0.8rem;
}
#footer .footer-sns	{
	width: auto;
    margin: 0 0 2em 0;
}
#footer .footer-sns p{
	
}
#footer .footer-sns>p:nth-child(1) {
	margin: 0 0 10px 0;
    padding: 0;
    letter-spacing: 1px;
    font-size: 1.1rem;
    font-weight: 600;
	transform: rotate(0.001deg);
}
#footer .footer-sns>p:nth-child(2) {
	margin: 0 0 2px 0;
    letter-spacing: 1px;
    font-size: 1rem;
    width: 200px;
    text-align: center;
	background-color: #1E2D29;
    color: #fff;
	display: block;
	transform: rotate(0.001deg);
}
#footer .footer-contact	{
	width: auto;
	margin-top: 1rem;
}
#footer .footer-contact p{
	
}
#footer .footer-contact>p:nth-child(1) {
	margin: 0 0 10px 0;
    padding: 0;
    letter-spacing: 1px;
    font-size: 1.1rem;
    font-weight: 600;
	transform: rotate(0.001deg);
}
#footer .footer-contact>p:nth-child(2) {
	margin: 0 0 2px 0;
    letter-spacing: 1px;
    font-size: 1rem;
    width: 200px;
    text-align: center;
	background-color: #1E2D29;
    color: #fff;
	display: block;
	transform: rotate(0.001deg);
}
.copy-right {
	font-family: 'Noto Serif Japanese', serif;
	font-size: 0.8rem;
    padding: 2em 0 1em 0;
    color: #fff;
    background-color: #1E2D29;
}}
@media screen and (min-width: 960px) {
#footer {
    padding: 10em 1% 7em 5%;
    background-color: #FFFFFF;
    background-image: url(../images/footer-logo.svg);
    background-repeat: no-repeat;
    background-position: right 5% center;
    background-size: 110px;
	display: flex;
}
#footer .footer-logo {
    width: 25%;
    margin: 0 7% 0 0;
    padding: 0 1% 0 0;
}
#footer .footer-logo p {
	margin: 0;
    padding: 0;
    letter-spacing: 1px;
    line-height: 1.6em;
}
#footer .footer-logo>p:nth-child(1) {
	margin: 0 0 6px 0;
    padding: 0;
    letter-spacing: 1px;
    font-size: 1.1rem;
    font-weight: 600;
}
#footer .footer-logo>p:nth-child(2) {
	margin: 0 0 2px 0;
    letter-spacing: 1px;
    font-size: 1rem;
}
#footer .footer-logo>p:nth-child(3) {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 3px;
    letter-spacing: 1px;
    font-size: 0.9rem;
}
#footer .footer-logo>p:nth-child(4) {
    margin: 0;
    letter-spacing: 1px;
    font-size: 0.8rem;
}
#footer .footer-logo>p:nth-child(5) {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    letter-spacing: 1px;
    font-size: 0.8rem;
}	
#footer .footer-sns	{
    width: 20%;
}
#footer .footer-sns p{
	
}
#footer .footer-sns>p:nth-child(1) {
	margin: 0 0 10px 0;
    padding: 0;
    letter-spacing: 1px;
    font-size: 1.1rem;
    font-weight: 600;
	transform: rotate(0.001deg);
}
#footer .footer-sns>p:nth-child(2) {
	margin: 0 0 2px 0;
    letter-spacing: 1px;
    font-size: 1rem;
    width: 200px;
    text-align: center;
	background-color: #1E2D29;
    color: #fff;
	display: block;
	transform: rotate(0.001deg);
}
#footer .footer-contact	{
    width: auto;
    margin-top: 3rem;
}
#footer .footer-contact p{
	
}
#footer .footer-contact>p:nth-child(1) {
	margin: 0 0 10px 0;
    padding: 0;
    letter-spacing: 1px;
    font-size: 1.1rem;
    font-weight: 600;
	transform: rotate(0.001deg);
}
#footer .footer-contact>p:nth-child(2) {
	margin: 0 0 2px 0;
    letter-spacing: 1px;
    font-size: 1rem;
    width: 200px;
    text-align: center;
	background-color: #1E2D29;
    color: #fff;
	display: block;
	transform: rotate(0.001deg);
}
.copy-right {
	font-family: 'Noto Serif Japanese', serif;
	font-size: 0.8rem;
    padding: 2em 0 1em 0;
    color: #fff;
    background-color: #1E2D29;
}}


.privacy-block {
    padding: 15px;
    overflow-y: scroll;
    max-height: 200px;
    font-size: 0.8em;
    margin-bottom: 45px;
    padding: 0;
    width: 82%;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
	transform: rotate(0.001deg);
}
.privacy-block h4 {
    font-size: 1.2rem;
    margin-top: 15px;
    margin-right: 0;
    margin-left: 0;
    text-align: left;
	transform: rotate(0.001deg);
}
.privacy-block h5 {
    font-size: 1.1rem;
    margin-top: 15px;
    margin-right: 0;
    margin-left: 0;
    text-align: left;
	transform: rotate(0.001deg);
}
.privacy-block p {
    text-align: left;
    font-size: 0.8rem;
    line-height: 1.5rem;
    margin-top: 10px;
    padding-top: 0px;
	transform: rotate(0.001deg);
}
.heading-section {
  margin-bottom: 3em;
}
.heading-section h2 {
  font-size: 34px;
  font-weight: 300;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.link_line_menu {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.link_line_menu::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #222;
  transition: all 0.3s ease 0s;	
} 
.link_line_menu:hover {
	cursor: pointer;
}
.link_line_menu:hover::after {
	width: 100%;
}
.link_line {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.link_line::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #53866C;
  transition: all 0.3s ease 0s;	
} 
.link_line:hover {
	cursor: pointer;
}
.link_line:hover::after {
	width: 100%;
}
.link_line2 {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.link_line2::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease 0s;	
} 
.link_line2:hover {
	cursor: pointer;
}
.link_line2:hover::after {
	width: 100%;
}

.s-cart {
	position: relative;
	left: -10px;
	top: 3px
}
