@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
img,
nav,
section {
  display: block;
}
img,
table {
  width: 100%;
}
.clearfix:after,
.navi-post {
  clear: both;
}
embed,
iframe,
img,
object {
  max-width: 100%;
}
*,
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var {
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
ol,
ul {
  list-style: none;
}
audio,
canvas {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
img {
  vertical-align: top;
  margin: 0;
  padding: 0;
  border-style: none;
  height: auto;
}
*,
html {
  font-size: 15px;
}
body {
  color: #333;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Noto Sans JP', YuGothic, 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ ゴシック', 'MS Gothic', 'Osaka－等幅', Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.6em;
  text-rendering: optimizeLegibility;
  background: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
a:active,
a:link,
a:visited {
  outline: 0;
}
*,
:after,
:before {
  box-sizing: border-box;
}
table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
}
table tr td,
table tr th {
  font-weight: 300;
  word-wrap: break-word;
  vertical-align: top;
      vertical-align: middle;
}
body.hide {
  overflow: hidden;
}
.wrap {
  max-width: 1286px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.wrap:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.lzpic2 {
  display: none;
}
.col,
.row {
  width: 100%;
  box-sizing: border-box;
}
.col:after,
.row:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.l {
  float: left;
}
.r {
  float: right;
}
.article {
  line-height: 30px;
  font-size: 16px;
  color: #666666;
}
.article video,
.article iframe,
.article img {
  max-width: 100%;
}
.mainFilter {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: none;
  background: url(../images/mainFilter.png);
}
.wrapper {
  position: relative;
  overflow: hidden;
}
.header {
  width: 100%;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  text-align: center;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.header.white,
.header:hover {
  background: #fff;
}
.header .logo {
  height: 60px;
  margin-top: 20px;
  display: inline-block;
}
.header .logo img {
  width: auto;
  height: 100%;
  display: inline-block;
}
.topnav .language,
.header .language {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 40px;
  top: 30px;
  z-index: 2;
  cursor: pointer;
  background: url(../images/language.svg) no-repeat center;
  background-size: 20px auto;
  display: none;
}
.nav {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  text-align: center;
}
.nav > ul {
  display: inline-block;
}
.nav > ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.nav > ul > li {
  float: left;
  position: relative;
}
.nav > ul > li > a {
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  font-size: 1.1em;
  color: #333;
  display: block;
  font-family: 'ヒラギノ角ゴ Pro W3','Alegreya Sans', sans-serif;
}
.nav > ul > li > a:hover {
  color: #da949f;
}
.nav .sub {
  width: 240px;
  position: absolute;
  left: 50%;
  top: 66px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 3;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 10px 30px;
  display: none;
}
.nav .sub .back {
  display: none;
}
.nav .sub a {
  text-align: left;
  height: 40px;
  line-height: 40px;
  padding: 0;
  border-bottom: 1px solid #E5E5E5;
  justify-content: flex-start;
  color: #333;
  font-weight: 400;
  font-size: 1.1em;
  display: block;
}
.nav .sub a:hover {
  color: #999;
}
.nav .sub li:last-child a {
  border: none;
}
.menuBtn {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
  width: 40px;
  height: 40px;
  display: none;
}
.menuBtn.on span {
  display: none;
}
.menuBtn.on::before {
  transform: rotate(-45deg);
  margin-top: 0px;
}
.menuBtn.on::after {
  transform: rotate(45deg);
  margin-top: 0px;
}
.menuBtn span {
  background: #333;
  display: block;
  width: 18px;
  height: 1px;
  margin-top: -1px;
  margin-left: -9px;
  position: absolute;
  left: 50%;
  top: 50%;
}
.menuBtn::after,
.menuBtn::before {
  content: '';
  background: #333;
  display: block;
  width: 18px;
  height: 1px;
  margin-left: -9px;
  position: absolute;
  left: 50%;
  top: 50%;
}
.menuBtn::before {
  margin-top: -8px;
}
.menuBtn::after {
  margin-top: 6px;
}
.topnav {
  width: 100%;
  height: 60px;
  background: #fff;
  position: fixed;
  top: -62px;
  left: 0;
  z-index: 90;
  box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.topnav.show {
  top: 0;
}
.topnav .logo {
  width: 400px;
  position: absolute;
  left: -20px;
  top: 8px;
  z-index: 2;
}
.topnav .nav {
  width: 100%;
  position: static;
}
.topnav .nav .sub {
  top: 60px;
}
.topnav .language {
  top: 10px;
}
.footer {
  width: 100%;
  background: #F5F5F5;
  color: #333;
  padding-top: 80px;
  text-align: center;
}
.footer .returnTop {
  display: none;
}
.footer .logo {
  height: 60px;
  text-align: center;
}
.footer .logo img {
  width: auto;
  height: 100%;
  display: inline-block;
}
.footer .linkList {
  text-align: center;
  margin-top: 80px;
}
.footer .linkList > ul {
  padding-bottom: 30px;
}
.footer .linkList .tit {
  display: none;
}
.footer .linkList > ul {
  display: block;
}
.footer .linkList ul ul {
  display: inline-block;
}
.footer .linkList li {
  display: inline-block;
  margin: 0 15px 10px;
}
.footer .linkList li a {
  color: #333;
  position: relative;
  font-weight: 400;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.footer .linkList li a:hover {
  color: #da949f;
}
.footer .linkList li a:hover::after {
  width: 100%;
}
.footer .linkList li a::after {
  content: " ";
  width: 0;
  height: 1px;
  background: #da949f;
  position: absolute;
  left: 50%;
  bottom: -2px;
  z-index: 2;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.footer .abtn a {
  color: #999;
  font-weight: 400;
  text-align: center;
  background: #FFF;
  max-width: 360px;
  height: 40px;
  margin: 0 auto;
  border: 1px solid #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.footer .abtn a:hover {
  border: solid 1px #da949f;
  color: #da949f;
}
.footer .sns {
  margin-top: 40px;
  text-align: center;
}
.footer .sns a {
  display: inline-block;
  width: 18px;
  height: 18px;
  opacity: .8;
  margin: 0 20px;
}
.footer .bottom {
  padding: 20px 40px;
  border-top: 1px solid #ddd;
  margin-top: 80px;
  text-align: left;
}
.footer .bottom:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.footer .lang {
  background: url(../images/lang.svg) no-repeat 0 center;
  background-size: 18px;
  float: left;
  position: relative;
  line-height: 42px;
  display: none;
}
.footer .lang a {
  color: #333;
  font-size: .9em;
  display: block;
  padding: 0 20px 0 28px;
  background: url(../images/arrow5.png) no-repeat right center;
}
.footer .copy {
  /* float: right; */
  text-align: center;
}
.footer .copy p {
  font-size: .8em;
  line-height: 1.6em;
}
.footer .copy address a {
  color: #333;
  font-style: normal;
  font-size: .8em;
  line-height: 1.6em;
}
.popup-language {
  width: 90%;
  max-width: 720px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 110;
  background: #fff;
  padding: 90px 20px 30px;
  text-align: left;
  display: none;
}
.popup-language .close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
  cursor: pointer;
  background: url(../images/close.png) no-repeat center;
}
.popup-language .title {
  padding-top: 84px;
  margin-bottom: 20px;
  text-align: center;
  background: url(../images/logo_icon.png) no-repeat center top;
  background-size: auto 64px;
  font-size: 1.563em;
  line-height: 1.6em;
}
.popup-language ul {
  max-width: 480px;
  margin: 0 auto 21px;
  border-top: 1px solid #DDD;
}
.popup-language ul li {
  border-bottom: 1px solid #DDD;
}
.popup-language ul li a {
  color: #333;
  font-weight: 400;
  line-height: 50px;
  display: block;
  height: 50px;
  padding: 0 20px;
  position: relative;
  background: url(../images/arrow2.png) no-repeat right 18px center;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.popup-language ul li a:hover {
  color: #da949f;
  background-image: url(../images/arrow6.png);
  background-position: right 14px center;
}
.swiper-pagination {
  bottom: 0;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 8px;
  background: url(../images/pagination1.png) no-repeat;
  background-size: 100% 100%;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-image: url(../images/pagination2.png);
}
.main .banner .swiper-slide {
  height: 800px;
  position: relative;
}
.main .banner .pic {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.main .banner a {
  width: 100%;
  height: 100%;
  display: block;
}
.main .banner a:hover .fixedtext .more span::after {
  width: 100%;
  opacity: 1;
}
.main .banner img {
  width: 100%;
  display: none;
}
.main .banner .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
  padding: 0 10%;
}
.main .banner .swiper-pagination {
  bottom: 34px;
}
.main .banner .fixedtext {
  float: right;
}
.main .banner .fixedtext .p2,
.main .banner .fixedtext .p3,
.main .banner .fixedtext .more span {
  color: #000;
}
.main .banner .fixedtext .more span {
  background-image: url(../images/arrow1.png);
}
.main .banner .fixedtext .more span::after {
  background: #fff;
}
.main .fixedtext {
  width: 50%;
  float: left;
  text-align: center;
  font-weight: 400;
}
.main .fixedtext .p1 {
  color: #000;
  font-family: 'ヒラギノ角ゴ Pro W3','Alegreya Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}
.main .fixedtext .p2 {
  line-height: 1.6em;
  font-size: 1.563em;
  color: #333;
  margin: 8px 0 40px 0;
}
.main .fixedtext .p3 {
  font-size: 1.25em;
  line-height: 1.6em;
  color: #333;
}
.main .fixedtext .more {
  text-align: center;
  margin-top: 38px;
}
.main .fixedtext .more a,
.main .fixedtext .more span {
  height: 25px;
  line-height: 26px;
  display: inline-block;
  padding-right: 18px;
  background: url(../images/arrow2.png) no-repeat right 0 center;
  font-size: 15px;
  color: #333;
  position: relative;
}
.main .fixedtext .more a::after,
.main .fixedtext .more span::after {
  content: " ";
  width: 0;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 1;
  background: #333;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  opacity: 0;
}
.main .fixedtext .more a:hover::after {
  width: 100%;
  opacity: 1;
}
.main .serum .pic {
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-attachment: fixed;
  height: 100vh;
}
.main .serum a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.main .serum a:hover .fixedtext .more span::after {
  width: 100%;
  opacity: 1;
}
.main .serum .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
  padding: 0 10%;
}
.main .product {
  padding: 100px 0;
}
.main .product .wrap {
  position: relative;
}
.main .product .swiper-slide {
  background: #f5f5f5;
  text-align: left;
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.main .product .swiper-slide a {
  display: block;
}
.main .product .swiper-slide a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .product .swiper-slide .pic {
  padding: 20px 10px 0;
  margin-bottom: 10px;
  overflow: hidden;
}
.main .product .swiper-slide .pic img {
  width: 100%;
  display: block;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.main .product .swiper-slide .text {
  padding: 20px;
  color: #333;
}
.main .product .swiper-slide .p1,
.main .product .swiper-slide .p2,
.main .product .swiper-slide .p3 {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .product .swiper-slide .p1 {
  font-size: .8em;
  line-height: 1.6em;
  color: #999;
  font-family: 'ヒラギノ角ゴ Pro W3','Alegreya Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}
.main .product .swiper-slide .p2 {
  height: 48px;
  font-weight: 300;
  -webkit-line-clamp: 2;
}
.main .product .swiper-slide .p3 span {
  font-size: .8em;
  line-height: 1.6em;
}
.main .product .swiper-pagination {
  position: static;
  margin-top: 32px;
}
.main .product .swiper-button-next,
.main .product .swiper-button-prev {
  width: 40px;
  height: 40px;
  position: absolute;
  left: -40px;
  top: 50%;
  z-index: 2;
  cursor: pointer;
  background: url(../images/arrow3.png) no-repeat center;
  margin: -36px 0 0 0;
  outline: none;
}
.main .product .swiper-button-next {
  left: auto;
  right: -40px;
  background-image: url(../images/arrow4.png);
}
.main .latest .row:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .latest .row img {
  width: 100%;
  display: block;
}
.main .latest .row .pic {
  min-height: 600px;
  width: 50%;
  float: left;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.main .latest .row .pic img {
  display: none;
}
.main .latest .row .cont {
  width: 50%;
  min-height: 600px;
  float: right;
  vertical-align: middle;
  display: table;
}
.main .latest .row:nth-child(even) .pic {
  float: right;
}
.main .latest .row:nth-child(even) .cont {
  float: left;
}
.main .latest .fixedtext {
  width: 100%;
  float: none;
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}
.main .latest .fixedtext .more a {
  margin: 0 12px;
}
.main .latest .news {
  width: 100%;
  height: auto;
  display: table-cell;
  vertical-align: middle;
  padding: 0 10%;
}
.main .latest .news .title {
  text-align: center;
}
.main .latest .news .title .tit {
  color: #999;
  font-family: 'ヒラギノ角ゴ Pro W3','Alegreya Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}
.main .latest .news .title .txt {
  font-size: 1.563em;
  line-height: 1.6em;
  color: #333;
}
.main .latest .news ul {
  margin: 40px 0;
  border-top: 1px solid #DDD;
}
.main .latest .news li {
  padding: 20px 0;
  line-height: 24px;
  border-bottom: 1px solid #DDD;
  overflow: hidden;
  text-align: left;
}
.main .latest .news li:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .latest .news li .date {
  width: 120px;
  color: #999;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Noto Serif JP', serif;
  font-weight: 400;
  float: left;
}
.main .latest .news li .txt {
  padding: 0 0 0 120px;
}
.main .latest .news li .txt span {
  color: #da949f;
  font-family: 'ヒラギノ角ゴ Pro W3','Alegreya Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  height: 20px;
  line-height: 18px;
  border: 1px solid #da949f;
  padding: 0 5px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.main .latest .news li .txt a {
  color: #333;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.main .latest .news li .txt a:hover {
  color: #B7B8B7;
  text-decoration: underline;
}
.main .latest .news .btn {
  width: 100%;
  max-width: 360px;
  height: 40px;
  margin: 0 auto;
  color: #999;
  font-weight: 400;
  line-height: 1.2em;
  background: #FFF;
  border: 1px solid #999;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.main .latest .news .btn:hover {
  border: solid 1px #da949f;
  color: #da949f;
}
.brace100 {
  height: 100px;
  clear: both;
}
.brace230 {
  height: 230px;
  clear: both;
}
.column-menu {
  text-align: center;
  border-bottom: 1px solid #DDD;
  margin-bottom: 100px;
}
.column-menu:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.column-menu.s1 .swiper-slide {
  min-width: 100%;
  max-width: 360px;
}
.column-menu.s2 .wrap {
  max-width: 480px;
}
.column-menu.s2 .swiper-slide {
  min-width: 50%;
}
.column-menu.s3 .wrap {
  max-width: 690px;
}
.column-menu.s3 .swiper-slide {
  min-width: 33.333%;
}
.column-menu.s6 .wrap {
  max-width: 960px;
}
.column-menu.s6 .swiper-slide {
  width: auto;
  min-width: 16.666%;
}
.column-menu.s6 .swiper-slide a {
  padding: 0 10px;
}
.column-menu .wrap {
  max-width: 960px;
}
.column-menu.gray a.on {
  background: #F5F5F5;
}
.column-menu .swiper-slide {
  display: block;
  width: 25%;
  overflow: hidden;
  box-sizing: border-box;
}
.column-menu .swiper-slide:last-child a {
  border-right: 1px solid #DDD;
}
.column-menu a {
  color: #333;
  font-size: 1em;
  text-align: center;
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  align-items: center;
  justify-content: center;
  display: block;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  box-sizing: border-box;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.column-menu a:hover {
  color: #da949f;
}
.pctitle {
  text-align: center;
  line-height: 3em;
  margin-bottom: 40px;
}
.pctitle .en {
  font-size: 1.6em;
  font-family: 'ヒラギノ角ゴ Pro W3','Alegreya Sans', sans-serif;
  font-weight: 200;
}
.pctitle .tit {
  line-height: 1.6em;
  margin-bottom: 0;
  font-size: 1.563em;
  text-transform: uppercase;
}
.store-page {
  padding: 0 50px 80px;
}
.store-page .store {
  background: #F5F5F5;
  padding: 100px 10% 80px;
}
.store-page .store .note {
  margin-bottom: 40px;
  text-decoration: underline;
}
.store-page .store .tit {
  font-size: 1.25em;
  line-height: 1.6em;
  margin-bottom: 20px;
}
.store-page .store .cont {
  margin-bottom: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.store-page .store .box {
  width: 50%;
  border: 1px solid #DDD;
  position: relative;
  margin-top: -1px;
}
.store-page .store .box:nth-child(even) {
  border-left: none;
}
.store-page .store .box a {
  height: 100%;
  padding: 20px;
  display: block;
  background: #FFF;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.store-page .store .box a:hover {
  background: #fafafa;
}
.store-page .store .box .t {
  vertical-align: top;
  display: inline-block;
  padding-right: 20px;
  position: relative;
  margin-bottom: 10px;
}
.store-page .store .box .t::after,
.store-page .store .box .t::before {
  content: '';
  background: #FFF;
  display: block;
  width: 10px;
  height: 8px;
  border: 1px solid #da949f;
  position: absolute;
}
.store-page .store .box .t::before {
  right: 0;
  top: 8px;
}
.store-page .store .box .t::after {
  right: 4px;
  top: 4px;
}
.store-page .store .box .p {
  font-size: .8em;
  line-height: 1.6em;
  margin-bottom: 0;
}
.lst {
  margin-bottom: 40px;
}
.lst li {
  position: relative;
  padding-left: 20px;
}
.lst li::after {
  content: " ";
  background: #FFF;
  width: 5px;
  height: 5px;
  border: 1px solid #666;
  left: 6px;
  top: 10px;
  display: block;
  position: absolute;
  border-radius: 50%;
}
.lst.cir li::after {
  background: #CCC;
  width: 12px;
  height: 12px;
  left: 2px;
  top: 6px;
  border: none;
}
.intelligence {
  padding: 0 50px 80px;
}
.intelligence .concept .title {
  text-align: center;
  margin-bottom: 40px;
}
.intelligence .concept .title .tit {
  font-size: 1.563em;
  line-height: 1.6em;
}
.intelligence .concept .title .en {
  color: #999;
  font-family: 'ヒラギノ角ゴ Pro W3','Alegreya Sans', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.intelligence .concept .cont {
  width: 100%;
  height: 100%;
  padding: 105px 8%;
  margin-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  border: 10px solid #DDD;
  position: relative;
  z-index: 1;
  background: #fff;
}
.intelligence .concept .cont::after {
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  content: '';
  border: 1px solid #DDD;
  position: absolute;
  z-index: 2;
  display: block;
}
.intelligence .concept .cont .box {
  text-align: center;
  padding: 40px 40px 20px;
  border-right: 1px dashed #DDD;
  border-bottom: 1px dashed #DDD;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 3;
}
.intelligence .concept .cont p {
  margin-bottom: 20px;
}
.intelligence .concept .cont span {
  font-size: 1.25em;
  line-height: 1.6em;
  display: block;
  padding-bottom: 20px;
  font-family: 'ヒラギノ角ゴ Pro W3','Noto Serif JP', serif;
}
.intelligence .concept .task .box {
  width: 50%;
}
.intelligence .concept .task .box:nth-of-type(even) {
  border-right: none;
}
.intelligence .concept .task .box:nth-last-of-type(-n+2) {
  border-bottom: none;
}
.intelligence .concept .vision .box {
  width: 33.333%;
}
.intelligence .concept .vision .box:nth-of-type(3n) {
  border-right: none;
}
.intelligence .concept .vision .box:nth-last-of-type(-n+3) {
  border-bottom: none;
}
.intelligence .concept .action .box {
  width: 100%;
  display: block;
  text-align: left;
}
.intelligence .concept .action .box:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.intelligence .concept .action .en {
  width: 100%;
  font-size: 1.563em;
  font-family: 'ヒラギノ角ゴ Pro W3','Alegreya Sans', sans-serif;
  line-height: 1.6em;
  text-align: center;
  text-transform: uppercase;
  display: block;
  font-weight: 300;
}
.intelligence .concept .action .tit {
  width: 100%;
  display: block;
  margin-bottom: 40px;
  font-size: 1.25em;
  line-height: 1.6em;
  text-align: center;
}
.intelligence .concept .action .box {
  width: 100%;
  padding: 0 0 40px 0;
  margin: 0 0 80px 0;
  border: none;
  border-bottom: 1px dashed #DDD;
}
.intelligence .concept .action span {
  display: inline-block;
}
.intelligence .profile {
  border-top: 1px solid #DDD;
}
.intelligence .profile .row {
  padding: 20px 0;
  border-bottom: 1px solid #DDD;
  display: flex;
}
.intelligence .profile .tit {
  width: 25%;
  padding: 20px 20px 20px 0;
  margin-bottom: 0;
  border-right: 1px solid #DDD;
  font-size: 1.25em;
  line-height: 1.6em;
}
.intelligence .profile .txt {
  width: 75%;
  padding: 20px 0 0 20px;
}
.intelligence .profile .txt p {
  margin-bottom: 20px;
}
.intelligence .profile .lst {
  margin-bottom: 20px;
}
.intelligence .note {
  color: #C66;
  background: #F9F0F0;
  max-width: 600px;
  padding: 20px;
  margin: 0 auto 40px;
  border: 1px solid #C66;
}
.intelligence .page-map {
  margin: 0 -50px;
  padding-bottom: 100px;
}
.intelligence #map {
  background: #E5E5E5;
  max-width: 100%;
  position: relative;
  z-index: 111;
  height: calc(80vh);
  width: 100%;
}
.intelligence .address:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.intelligence .address .col {
  width: 50%;
  float: left;
}
.intelligence .address .tit {
  font-size: 1.25em;
  line-height: 1.6em;
  margin-bottom: 20px;
}
.intelligence .address .lst,
.intelligence .address .txt {
  margin-bottom: 20px;
}
.intelligence .address .lst li {
  position: relative;
  padding-left: 20px;
}
.intelligence .address .lst li::after {
  background: #CCC;
  width: 12px;
  height: 12px;
  left: 2px;
  top: 6px;
  display: block;
  position: absolute;
  border-radius: 50%;
  content: '';
  border: none;
}
.statute-page {
  padding: 0 50px 80px;
}
.statute-page .terms-post .tit {
  font-size: 1.25em;
  line-height: 1.6em;
}
.statute-page .terms-post p {
  margin-bottom: 20px;
}
.statute-page .terms-post a {
  color: #da949f;
}
.statute-page .contact {
  padding: 105px 10%;
  margin-bottom: 20px;
  border: 10px solid #DDD;
  position: relative;
  z-index: 1;
}
.statute-page .contact::after {
  border: 1px solid #DDD;
  position: absolute;
  z-index: 2;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  content: '';
}
.statute-page .contact .title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.563em;
  line-height: 1.6em;
}
.statute-page .contact .col {
  width: 45%;
  float: left;
  position: relative;
  z-index: 3;
}
.statute-page .contact .col:nth-child(even) {
  float: right;
}
.statute-page .contact .p1 {
  font-size: .8em;
  line-height: 1.6em;
  margin-bottom: 10px;
}
.statute-page .contact .p2 {
  padding-top: 10px;
}
.statute-page .contact .phone {
  padding-left: 30px;
  position: relative;
}
.statute-page .contact .phone::after,
.statute-page .contact .phone::before {
  content: '';
  display: block;
  position: absolute;
}
.statute-page .contact .phone::before {
  width: 16px;
  height: 24px;
  border-top: 3px solid #da949f;
  border-right: 1px solid #da949f;
  border-bottom: 4px solid #da949f;
  border-left: 1px solid #da949f;
  border-radius: 1px;
  left: 0;
  top: 18px;
}
.statute-page .contact .phone::after {
  top: 18px;
  width: 6px;
  height: 6px;
  border-top: 4px double #da949f;
  border-right: 4px double #da949f;
  border-radius: 0 15px 0 0;
  left: 20px;
  transform: rotate(15deg);
}
.statute-page .contact .phone span {
  font-size: 2.441em;
  line-height: 1.6em;
  font-family: 'ヒラギノ角ゴ Pro W3','Noto Serif JP', serif;
}
.statute-page .contact .phone a {
  color: #333;
  text-decoration: none;
  cursor: default;
}
.container .banner {
  min-height: 640px;
  height: calc(88vh);
  position: relative;
}
.container .banner .pic {
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.container .banner .pic img {
  width: 100%;
  display: none;
}
.container .banner .text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  z-index: 2;
  color: #666;
  text-align: center;
}
.container .banner .text.white {
  color: #000;
}
.container .banner .en {
  font-size: 2em;
  line-height: 1.8em;
  text-transform: uppercase;
  font-family: 'ヒラギノ角ゴ Pro W3','Alegreya Sans', sans-serif;
  font-weight: 200;
}
.container .banner .txt {
  line-height: 1.6em;
  font-size: 1.563em;
  text-transform: uppercase;
}
.container .banner .mov {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -100;
}
.brand-introduce {
  background: #F5F5F5;
  position: relative;
  padding: 80px 0;
  margin-bottom: 100px;
}
.brand-introduce .col {
  width: 46%;
  float: left;
}
.brand-introduce .col:nth-child(even) {
  float: right;
}
.brand-introduce .ttl {
  font-size: 1.563em;
  line-height: 1.6em;
  text-align: center;
 /*  margin-top: 10%; */
}
.brand-introduce p {
  margin-bottom: 20px;
}
.brand-introduce .p2 {
  font-size: 1.4em;
  font-weight: 200;
  line-height: 1.6em;
  margin: 20px 0;
}
.brand-introduce .p2 .b1 {
  font-size: 1.6em;
  vertical-align: middle;
}
.brand-introduce .p2 .b2 {
  font-size: 1.4em;
  vertical-align: middle;
}
.brand-introduce .p2 .y {
  color: #da949f;
}
.brand-introduce ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.brand-introduce ul li {
  margin-right: 20px;
  float: left;
  text-align: center;
  background: #FFF;
  width: 100px;
  height: 57.74px;
  margin: 28.87px 15px 28.87px 0;
  border-right: solid 1px #da949f;
  border-left: solid 1px #da949f;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-introduce ul li::before,
.brand-introduce ul li::after {
  content: '';
  background-color: inherit;
  position: absolute;
  z-index: 1;
  transform: scaleY(0.5774) rotate(-45deg);
  width: 70.71px;
  height: 70.71px;
  left: 13.64px;
}
.brand-introduce ul li::before {
  border-right: solid 1.41px #da949f;
  border-top: solid 1.41px #da949f;
  top: -35.36px;
}
.brand-introduce ul li::after {
  border-bottom: solid 1.41px #da949f;
  border-left: solid 1.41px #da949f;
  bottom: -35.36px;
}
.brand-introduce ul li > div {
  position: relative;
  z-index: 2;
}
.brand-introduce ul li .t1 {
  font-family: 'ヒラギノ角ゴ Pro W3','Alegreya Sans', serif;
}
.brand-introduce ul li .t1 span {
  color: #da949f;
}
.brand-page {
  padding: 0 50px;
}
.brand-page.grey {
  background: #F5F5F5;
}
.pctitle2 {
  text-align: center;
  margin-bottom: 40px;
}
.pctitle2 .tit {
  font-size: 1.563em;
  line-height: 1.6em;
}
.pctitle2 .en {
  color: #999;
  font-family: 'ヒラギノ角ゴ Pro W3','Alegreya Sans', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.pctitle2 .txt {
  font-size: 1.25em;
  line-height: 1.6em;
  padding-top: 20px;
}
.products-list {
  margin-bottom: 100px;
}
.products-list ul {
  display: block;
  margin: 0 -1px;
  background: #F5F5F5;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.products-list ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.products-list ul::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.products-list li {
  width: 25%;
  float: left;
  padding: 0 1px;
  border-right: solid 1px #fff;
  border-left: solid 1px #fff;
  border-bottom: solid 2px #fff;
  position: relative;
  z-index: 5;
}
.products-list li a {
  width: 100%;
  height: 100%;
  display: block;
  background: #F5F5F5;
}
.products-list li a:hover {
  background: #FAFAFA;
}
.products-list li a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.products-list li .pic {
  overflow: hidden;
  padding: 60px 20px 10px 20px;
}
.products-list li .pic img {
  width: 100%;
  display: block;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.products-list li .text {
  padding: 40px;
}
.products-list li .p1 {
  color: #999;
  font-family: 'ヒラギノ角ゴ Pro W3','Alegreya Sans', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: .8em;
  line-height: 1.6em;
}
.products-list li .p3 span {
  font-size: .8em;
  line-height: 1.6em;
}
.products-list.one ul {
  text-align: center;
  display: block;
}
.products-list.one li {
  float: none;
  display: inline-block;
}
.popup-ingr,
.popup-photo {
  background: #FFF;
  width: 90%;
  max-width: 720px;
  padding: 90px 20px 30px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 120;
  display: none;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.popup-ingr img,
.popup-photo img {
  width: 100%;
  display: block;
}
.popup-ingr .close,
.popup-photo .close {
  width: 20px;
  height: 20px;
  background: url(../images/close.png) no-repeat center;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  cursor: pointer;
}
.popup-ingr .title {
  font-size: 1.44em;
  text-align: center;
  line-height: 1.6em;
  margin-bottom: 20px;
}
.popup-ingr p {
  font-size: .8em;
  line-height: 1.6em;
  margin-bottom: 22px;
}
.popup-ingr .note {
  padding-top: 21px;
  border-top: 1px solid #E5E5E5;
}
.products-post {
  position: relative;
  padding-bottom: 100px;
}
.products-post:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.products-post .photo {
  width: 50%;
  padding: 0 40px 0 0;
  position: relative;
  float: left;
}
.products-post .photo .content {
  padding-left: 90px;
}
.products-post .photo .swiper-container {
  width: 100%;
}
.products-post .photo .swiper-container img {
  width: 100%;
  display: block;
}
.products-post .photo .swiper-slide {
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.products-post .photo .gallery-thumbs {
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.products-post .photo .gallery-thumbs .swiper-slide {
  width: 100%;
  height: 50px;
  border: 1px solid transparent;
  margin: 10px 0;
}
.products-post .photo .gallery-thumbs .swiper-slide-thumb-active {
  border: 1px solid #999;
}
.products-post .photo .swiper-pagination {
  display: none;
}
.products-post .top {
  width: 50%;
  padding: 0 0 0 40px;
  float: right;
}
.products-post .top .en {
  color: #999;
  font-family: 'ヒラギノ角ゴ Pro W3','Alegreya Sans', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.products-post .top .title {
  font-size: 1.563em;
  line-height: 1.6em;
  margin-bottom: 40px;
}
.products-post .introduce {
  width: 50%;
  padding: 0 0 0 40px;
  float: right;
}
.products-post .introduce .p2 {
  font-size: 1.25em;
  line-height: 1.6em;
  margin-bottom: 20px;
}
.products-post .introduce p {
  margin-bottom: 20px;
}
.products-post .introduce .data {
  font-size: 1.25em;
  line-height: 1.6em;
  margin: 40px 0;
}
.products-post .introduce .buy {
  max-width: 360px;
  position: relative;
  margin-bottom: 40px;
}
.products-post .introduce .buy .btn {
  color: #da949f;
  font-weight: 400;
  line-height: 1.2em;
  background: #FFF;
  width: 100%;
  height: 40px;
  border: 1px solid #da949f;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.products-post .introduce .buy .btn.on::before,
.products-post .introduce .buy .btn.on::after {
  opacity: 1;
}
.products-post .introduce .buy .btn::before,
.products-post .introduce .buy .btn::after {
  content: '';
  background: #da949f;
  display: block;
  width: 11px;
  height: 1px;
  position: absolute;
  right: 15px;
  top: 50%;
  opacity: 0;
}
.products-post .introduce .buy .btn::before {
  transform: rotate(-45deg);
}
.products-post .introduce .buy .btn::after {
  transform: rotate(45deg);
}
.products-post .introduce .buy .btn span {
  line-height: 24px;
  vertical-align: top;
  display: inline-block;
  background: url(../images/buy.png) left center no-repeat;
  background-size: 24px;
  padding-left: 40px;
}
.products-post .introduce .buy .box {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 60px;
  opacity: 5;
  display: none;
}
.products-post .introduce .buy .box ul {
  background: #FFF;
  width: 100%;
  border: 1px solid #DDD;
  display: flex;
}
.products-post .introduce .buy .box li {
  width: 33.3333333333%;
  border-right: 1px solid #DDD;
  flex-grow: 1;
}
.products-post .introduce .buy .box li a {
  color: #999;
  font-size: .8em;
  line-height: 1.6em;
  font-weight: 400;
  text-transform: capitalize;
  background-repeat: no-repeat;
  background-position: center 20px;
  background-size: auto 20px;
  height: 80px;
  padding: 40px 0 10px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.products-post .introduce .shop a {
  color: #333;
  text-decoration: underline;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.products-post .introduce .shop a:hover {
  color: #777;
}
.products-post .introduce .ingr {
  margin-top: 40px;
  color: #333;
  line-height: 1.2em;
  vertical-align: top;
  background: #FFF;
  max-width: 180px;
  height: 40px;
  padding: 0 30px 0 20px;
  border: 1px solid #999;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.products-post .introduce .ingr:hover {
  border: solid 1px #da949f;
  color: #da949f;
}
.products-post .introduce .ingr:hover::after,
.products-post .introduce .ingr:hover::before {
  border: solid 1px #da949f;
}
.products-post .introduce .ingr::after,
.products-post .introduce .ingr::before {
  content: '';
  background: #FFF;
  display: block;
  width: 10px;
  height: 8px;
  border: 1px solid #999;
  position: absolute;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.products-post .introduce .ingr::before {
  right: 10px;
  top: 14px;
}
.products-post .introduce .ingr::after {
  right: 15px;
  top: 10px;
}
.products-post .sns {
  position: absolute;
  width: 40px;
  right: 1px;
  top: 50%;
  z-index: 20;
}
.products-post .sns li {
  margin-bottom: 1px;
}
.products-post .sns li a {
  width: 40px;
  height: 40px;
  display: block;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.products-post .sns li a:hover {
  opacity: .8;
}
.products-post .sns li img {
  width: 16px;
}
.ast {
  color: #999;
  font-weight: 500;
  font-size: .8em;
  line-height: 1.65em;
  text-align: left;
}
.anchor {
  display: block;
  position: relative;
  top: -100px;
}
.brand-page .details {
  display: flex;
  flex-wrap: wrap;
  margin: 100px 0;
}
.brand-page .details .col {
  width: 50%;
  padding: 0 40px 0 0;
}
.brand-page .details .col:nth-child(even) {
  padding: 0 0 0 40px;
}
.brand-page .details .title {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #E5E5E5;
  height: 50px;
  line-height: 50px;
  position: relative;
}
.brand-page .details .box {
  line-height: 1.6em;
  padding: 40px 0 20px 0;
  border-top: none;
  visibility: visible;
}
.brand-page .details ol,
.brand-page .details .lst,
.brand-page .details .ast {
  margin-bottom: 20px;
}
.brand-page .details .step ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.brand-page .details .step li {
  width: 33.333%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.brand-page .details .step li .pic {
  margin-bottom: 20px;
}
.brand-page .details .step li .pic img {
  width: 100%;
  display: block;
}
.brand-page .details .step li .txt {
  font-size: .8em;
  line-height: 1.6em;
}
.base-hdr {
  text-align: center;
  margin-bottom: 40px;
}
.base-hdr .tit {
  font-size: 1.563em;
  line-height: 1.6em;
}
.base-hdr .en {
  color: #999;
  font-family: 'ヒラギノ角ゴ Pro W3','Alegreya Sans', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.technology {
  padding: 0 50px;
}
.technology .freeze {
  margin-bottom: 80px;
}
.technology .top {
  margin-bottom: 40px;
  text-align: center;
}
.technology .top .tit {
  font-size: 1.563em;
  line-height: 1.2em;
}
.technology .top .en {
  color: #999;
  font-family: 'ヒラギノ角ゴ Pro W3','Alegreya Sans', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: .8em;
}
.technology p {
	    line-height: 28px;
  
}
.technology .frame {
  padding: 100px 0 80px;
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}
.technology .frame::after {
  content: '';
  width: 90%;
  height: 100%;
  border: 10px solid #DDD;
  position: absolute;
  left: 5%;
  top: 0;
  z-index: 2;
}
.technology .frame .box {
  width: 100%;
  position: relative;
  z-index: 3;
  display: flex;
}
.technology .frame .col {
  background: #FFF;
  width: 40%;
  padding: 40px 40px 0 0;
  display: flex;
  flex-direction: column;
}
.technology .frame .col:nth-child(2) {
  width: 60%;
  padding: 0 0 0 40px;
}
.technology .frame .col:nth-child(2) .pic {
  background: #FFF;
  padding: 20px 0;
  -webkit-order: 1;
  order: 1;
}
.technology .frame .pic img {
  width: 100%;
  display: block;
}
.technology .frame .txt {
/*   padding: 20px 20% 20px 0; */
  -webkit-order: 2;
  order: 2;
}
.technology .capsule {
  padding: 100px 9% 60px;
  background: #F5F5F5;
  margin-bottom: 80px;
}
.technology .capsule .tit {
  font-size: 1.25em;
  line-height: 1.6em;
  text-align: center;
  margin-bottom: 20px;
}
.technology .capsule .top .tit {
  margin-bottom: 0;
}
.technology .capsule .row {
  margin: 0 -20px;
  padding: 20px 0;
}
.technology .capsule .col {
  width: 50%;
  float: left;
  padding: 0 20px;
}
.technology .capsule ul li {
  margin-bottom: 20px;
  border: 1px solid #DDD;
}
.technology .capsule ul h4 {
  background: #FAFAFA;
  padding: 10px 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #DDD;
}
.technology .capsule ul h4 span {
  font-size: 1.25em;
  line-height: 1.6em;
}
.technology .capsule ul p {
  background: #FFF;
  padding: 20px;
  margin-bottom: 0;
}
.technology .capsule table {
  text-align: center;
  margin-bottom: 20px;
}
.technology .capsule table td,
.technology .capsule table th {
  font-weight: 400;
  word-wrap: break-word;
  border: 1px solid #DDD;
}
.technology .capsule table th {
  background: #FAFAFA;
  padding: 10px 5px;
}
.technology .capsule table th span {
  font-size: .8em;
  line-height: 1.6em;
  display: block;
}
.technology .capsule table td {
  background: #FFF;
  padding: 10px 5px;
}
.technology .capsule dl {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.technology .capsule dl dt,
.technology .capsule dl dd {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #DDD;
  display: flex;
  align-items: center;
}
.technology .capsule dl dt {
  text-align: center;
  background: #FAFAFA;
  justify-content: center;
  width: 18%;
}
.technology .capsule dl dt span {
  font-family: 'ヒラギノ角ゴ Pro W3','Noto Serif JP', serif;
}
.technology .capsule dl dd {
  width: 82%;
  background: #FFF;
  border-left: none;
}
.technology .marine {
  text-align: center;
  padding-bottom: 80px;
}
.technology .marine .hdr {
  font-size: 1.563em;
  padding: 20px 40px;
  margin-bottom: 40px;
  line-height: 1.6em;
  vertical-align: top;
  display: inline-block;
  position: relative;
}
.technology .marine .hdr span {
  color: #999;
  font-weight: 400;
  font-size: .8em;
  line-height: 1.65em;
}
.technology .marine .hdr::after,
.technology .marine .hdr::before {
  color: #666;
  font-size: 1.563em;
  display: block;
  position: absolute;
}
.technology .marine .hdr::before {
  content: '「';
  left: -15px;
  top: 0;
}
.technology .marine .hdr::after {
  content: '」';
  right: -15px;
  bottom: 0;
}
.technology .marine img {
  width: 100%;
  display: block;
}
.technology .marine .row {
  width: 100%;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #DDD;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.technology .marine .row:nth-child(even) {
  flex-direction: row-reverse;
}
.technology .marine .row .col {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.technology .marine .row .txt {
  padding: 40px 40px 20px;
}
.technology .marine .row .tit {
  font-size: 1.25em;
  line-height: 1.6em;
  text-align: center;
  margin-bottom: 20px;
}
.technology .marine .row .tit span {
  color: #999;
  font-weight: 400;
  font-size: .8em;
  line-height: 1.65em;
}
.technology .marine .row p {
  margin-bottom: 20px;
  text-align: left;
}
.technology .marine .row .btn {
  margin: 40px 0 20px 0;
  color: #da949f;
  font-weight: 400;
  line-height: 1.2em;
  background: #FFF;
  width: 100%;
  max-width: 360px;
  height: 40px;
  padding: 0 40px 0 20px;
  border: 1px solid #da949f;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.technology .marine .row .btn:hover {
  border: solid 1px #999;
  color: #999;
}
.technology .marine .row .btn:hover::after,
.technology .marine .row .btn:hover::before {
  background: #999;
}
.technology .marine .row .btn span {
  color: #999;
  font-weight: 400;
  font-size: .8em;
  line-height: 1.65em;
}
.technology .marine .row .btn::after,
.technology .marine .row .btn::before {
  content: '';
  background: #da949f;
  display: block;
  width: 11px;
  height: 1px;
  position: absolute;
  right: 10px;
  top: 50%;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.technology .marine .row .btn::before {
  transform: rotate(90deg);
}
.technology .distro {
  padding: 100px 10% 80px;
  margin-bottom: 20px;
  background: #F5F5F5;
}
.technology .distro .map {
  padding: 40px;
  margin-bottom: 40px;
  border: 1px solid #DDD;
  background: #FFF;
}
.technology .distro .row {
  font-size: .8em;
  width: 100%;
  line-height: 1.6em;
  margin-bottom: 20px;
}
.technology .distro .row .col {
  width: 50%;
  padding: 0 20px 0 0;
  float: left;
}
.technology .distro .row .col:nth-child(even) {
  padding: 0 0 0 20px;
}
.technology .distro .row table {
  border-top: 1px solid #DDD;
}
.technology .distro .row table tr {
  border-bottom: 1px solid #DDD;
}
.technology .distro .row table td {
  font-weight: 400;
}
.technology .distro .row table .num {
  width: 40px;
  padding: 10px;
}
.technology .distro .row table .name {
  padding: 10px 10px 10px 0;
  color: #333;
}
.technology .distro .row table .name .trans {
  color: #999;
  font-size: .8em;
  padding-left: 5px;
}
.technology .distro .row table .cate {
  width: 136px;
  padding: 8px;
}
.technology .distro .row .cate span {
  line-height: 20px;
  width: 20px;
  height: 20px;
  margin: 2px;
  color: #FFF;
  font-size: .8em;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  text-align: center;
}
.technology .distro .row .cate .cl {
  background: #79cab1;
}
.technology .distro .row .cate .lo {
  background: #5cd2ed;
}
.technology .distro .row .cate .pa {
  background: #a6daa1;
}
.technology .distro .row .cate .cr {
  background: #a6cafc;
}
.technology .distro .row .cate .fo {
  background: #89d7d2;
}
.technology .distro .row .note ul {
  padding: 20px 0 10px 0;
}
.technology .distro .row .note ul li {
  line-height: 20px;
  display: block;
  margin: 0 0 6px 0;
}
.technology .distro .row .pic .tit {
  margin-bottom: 20px;
}
.technology .distro .row .pic p {
  max-width: 360px;
}
.popup-prove {
  width: 90%;
  max-width: 720px;
  text-align: left;
  background: #FFF;
  padding: 90px 20px 30px;
  z-index: 130;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  display: none;
}
.popup-prove .tit {
  font-size: 1.25em;
  line-height: 1.6em;
  text-align: center;
}
.popup-prove img {
  width: 100%;
  display: block;
}
.popup-prove .close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
  cursor: pointer;
  background: url(../images/close.png) no-repeat center;
}
.news-page {
  padding: 0 50px 100px 50px;
}
.news-list {
  padding: 0 10%;
}
.news-list ul {
  border-top: 1px solid #DDD;
}
.news-list li {
  padding: 20px 0;
  border-bottom: 1px solid #DDD;
}
.news-list li .date {
  color: #999;
  font-family: 'ヒラギノ角ゴ Pro W3','Noto Serif JP', serif;
  font-weight: 400;
  margin-bottom: 10px;
}
.news-list li .tit {
  display: flex;
  align-items: flex-start;
}
.news-list li .tit span {
  color: #da949f;
  font-family: 'ヒラギノ角ゴ Pro W3','Alegreya Sans', sans-serif;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  background: #FFF;
  display: block;
  width: 50px;
  height: 25px;
  margin-right: 10px;
  border: 1px solid #da949f;
}
.news-list li .tit a {
  font-size: 1.25em;
  line-height: 1.6em;
  color: #333;
  display: block;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.news-list li .tit a:hover {
  color: #999;
  text-decoration: underline;
}
.news-list .more {
  margin: 80px auto 0;
  line-height: 40px;
  display: block;
  position: relative;
  background: #FFF;
  max-width: 360px;
  width: 100%;
  height: 40px;
  font-weight: 400;
  color: #da949f;
  border: 1px solid #da949f;
  font-family: 'ヒラギノ角ゴ Pro W3','Alegreya Sans', sans-serif;
  text-align: center;
  cursor: pointer;
}
.news-list .more::after {
  content: '';
  display: block;
  background: url(../images/more.svg) center center no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  position: absolute;
  right: 20px;
  top: 50%;
}
.news-page .title {
  margin-bottom: 100px;
  text-align: center;
}
.news-page .title .date {
  margin-bottom: 20px;
  color: #999;
  font-family: 'ヒラギノ角ゴ Pro W3','Noto Serif JP', serif;
  font-weight: 400;
  line-height: 1.6em;
  font-size: 1.25em;
}
.news-page .title .tit {
  font-size: 1.563em;
  line-height: 1.6em;
}
.news-page .details {
  max-width: 720px;
  margin: 0 auto;
  text-align:justify;
}
.news-page .details img {
  width: 100%;
  display: block;
}
.news-page .navi-post {
  padding: 80px 0 20px;
}
.news-page .navi-post ul {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}
.news-page .navi-post ul li {
  margin: 0 5px;
}
.news-page .navi-post ul li a {
  color: #333;
  font-family: 'ヒラギノ角ゴ Pro W3','Alegreya Sans', sans-serif;
  font-weight: 400;
  width: 100px;
  border: 1px solid #DDD;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  line-height: 1.2em;
  background: #FFF;
  height: 50px;
  position: relative;
  display: flex;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.news-page .navi-post ul li a:hover {
  background-color: #FAFAFA;
}
.news-page .navi-post ul li.prev a::after,
.news-page .navi-post ul li.next a::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 1px solid #333;
  position: absolute;
  top: 50%;
  transition: all .5s;
}
.news-page .navi-post ul li.list a {
  text-indent: -9999px;
  white-space: nowrap;
  background: url(../images/navi-post.svg) center center no-repeat;
  background-size: 18px;
  width: 50px;
}
.news-page .navi-post ul li.list a:hover {
  background-color: #FAFAFA;
}
.news-page .navi-post ul li.prev a {
  padding-left: 20px;
}
.news-page .navi-post ul li.prev a::after {
  border-left: 1px solid #333;
  transform: rotate(-45deg);
  left: 15px;
}
.news-page .navi-post ul li.next a {
  padding-right: 20px;
}
.news-page .navi-post ul li.next a::after {
  border-right: 1px solid #333;
  transform: rotate(45deg);
  right: 15px;
}
.media-list {
  width: 100%;
  margin: 0 -20px;
}
.media-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.media-list li {
  width: 25%;
  padding: 0 20px;
  margin-bottom: 40px;
  float: left;
}
.media-list li .box {
  cursor: pointer;
}
.media-list li .box:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.media-list li .pic {
  overflow: hidden;
  margin-bottom: 20px;
}
.media-list li .pic img {
  width: 100%;
  display: block;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.media-list li .date {
  font-size: 1em;
  margin-bottom: 10px;
  color: #999;
  font-family: 'ヒラギノ角ゴ Pro W3','Noto Serif JP', serif;
  font-weight: 400;
  line-height: 1.6em;
}
.media-list li .tit {
  line-height: 1.6em;
  font-size: 1em;
}
.popup-media {
  width: 90%;
  max-width: 720px;
  padding: 90px 20px 30px;
  margin: 0 auto;
  cursor: default;
  z-index: 120;
  text-align: left;
  background: #FFF;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  display: none;
}
.popup-media img {
  width: 100%;
  display: block;
}
.popup-media .pic {
  margin-bottom: 1em;
}
.popup-media a {
  color: #da949f;
}
.popup-media .close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
  cursor: pointer;
  background: url(../images/close.png) no-repeat center;
}
