@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');

* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html{
    overflow-x: hidden;
}
body {
	font-family: "Noto Sans Japanese", sans-serif;
	font-weight: normal;
	line-height: 1;
	position: relative;
    color: #1f1f1f;
}
body.alpha{
    background: #000;
}
body.alpha .container,body.alpha footer{
    opacity: 0.9;
    background: #fff;
}
img {
	vertical-align: bottom;
	border: none;
}
a {
	color: #1f1f1f;
	text-decoration: none;
}
a:hover{
	color: #666;
}
*:focus {
outline: none;
}
ul {
    color: #1f1f1f;
	list-style-type: none;
}
p{
    color: #1f1f1f;
}
br.sp-br {
	display: none;
}
input[type="text"], select, textarea {
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-appearance: none;
    appearance: none;
}
input[type="submit"], input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

/* PCのみ　画面の横幅が768px以上 */
@media screen and (min-width: 768px){
/*ーーーーーーーーーーースタイルここからーーーーーーーーーーーーー*/
.sp{display:none !important;}
}
/* スマフォ用 画面の横幅が767pxまで */
@media (max-width: 767px) { 
img{
width: 100%;
height: auto;
}
.pc{display:none !important;}
}
/*clearfix*/
.cf {
	zoom:1;/*for IE 5.5-7*/
}
.cf:after {/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}
.cf-f {
	overflow:hidden;
 	height:100%;
}

/* 画面外にいる状態 */
.fadein {
    opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform : translate(0, 50px);
    transition : all 1000ms;
    }
.fadein.scrollin.fadein__2s {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}
.fadein.scrollin.fadein__4s {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}
@media screen and (min-width: 768px) {
    .fadein.scrollin.fadein__left {
      -webkit-animation-name: fadeInLeft;
              animation-name: fadeInLeft;
      -webkit-animation-duration: 1000ms;
              animation-duration: 1000ms;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both;
    }
    .fadein.scrollin.fadein__right {
      -webkit-animation-name: fadeInRight;
              animation-name: fadeInRight;
      -webkit-animation-duration: 1000ms;
              animation-duration: 1000ms;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both;
    }
}
/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight{
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/*hover__link*/
.hover__link a {
    position: relative;
    display: inline-block;
}
.hover__link a:before {
    content: "";
    position: absolute;
    display: block;
    background-color: #1f1f1f;
    width: 0;
    height: 1px;
    bottom: -5px;
    left: 0;
    -webkit-transition: .4s ease 0s;
    transition: .4s ease 0s;
}
.hover__link a:hover {
    text-decoration: none;
}
.hover__link a:hover:before {
    width: 100%;
}

.secTop {
	position: relative;
}
header {
	position: fixed;
	width: 100%;
	padding: 0 0 0 0;
	z-index: 9998;
}
.header__logo {
	width: 190px;
    margin: 5px 0 0 2%;
}
.header__logo img {
	width: 100%;
}
.header__store{
    top: 0;
    right: 70px;
    width: 70px;
    height: 70px;
    background: #2c3d5f;
    text-align: center;
    position: absolute;
    display: block; 
}
header .header__store img{
    margin: 10px auto 0 auto;
    text-align: center;
    max-width: 20px;
}
header .header__store span{
    color: #fff;
}
header .header__store span,header .hamburger p{
    position: absolute;
    text-align: center;
    left: 0;
    bottom: 10px;
    width: 70px;
    font-family: 'Lora', serif;
}
header .hamburger p.menu:before{
    content: "menu"
}
header .hamburger.active p.menu:before{
    content: "close"
}
header .menu-trigger{
    /*position: fixed;*/
    position: absolute;
    top: 0;
    width: 70px;
    height: 70px;
    right: 0;
    background: #fff;
    z-index: 9999;
    transition: background-color .2s linear;
}

header .hamburger .active {
}
header .menu-trigger .hamburger,
header .menu-trigger .hamburger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
header .menu-trigger .hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}

header .menu-trigger .hamburger span:nth-of-type(1) {
    top: 20px;
    left: 18px;
    width:50%;
}
header .menu-trigger .hamburger span:nth-of-type(2) {
    top: 30px;
    left: 18px;
    width:40%;
}
header .menu-trigger .hamburger.active span {
	background-color: #000;
}
header .menu-trigger .hamburger.active span:nth-of-type(1) {
  top: 17px;
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
header .menu-trigger .hamburger.active span:nth-of-type(2) {
  top: 36px;
  width:50%;
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}
@keyframes open{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
header nav {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 460px;
	height: 100vh;
	background-color: #fff;
	padding: 120px 0 0 65px;
}
header nav.open {
	display: block;
    animation: open 0.5s linear 0s;
}
.nav__menu {
	width: 200px;
	padding-bottom: 10px;
	margin-bottom: 50px;
}
.nav__item {
	margin-bottom: 40px;
}
.nav__item a {
	display: inline-block;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: normal;
	color: #000;
	line-height: 22px;
	padding: 0 5px;
    transition-timing-function:ease-in;	
	transition-duration:0.2s;
}
.nav__item a::before{
    content: "―";
    padding: 0 10px 0 10px;   
}
.nav__item a:hover{
    transform:translateX(5px);
}
@media screen and (max-width: 768px) {
	header {
        background: #fff;
        height: 60px;
	}
    br.sp-br {
		display: block;
	}
	.header__logo {
		width:  150px;
        margin: 6px 0 0 10px;
	}
	header #lang-navi{display:none;}
	header .lang-navi{
		display:inline-block;
		margin:0 4px;
	}
	header li.lang-navi{display:inline-block;}
	header li.lang-navi a{
		display:block;
		border:1px solid #2c3d5f;
		background-color:#fff;
		padding:9px 8px;
		font-size:13px;
		line-height:1.0;
		color:#2c3d5f;
		font-family:'Lora',serif;
	}
	header li.lang-navi.active a{
		background-color:#2c3d5f;
		color:#fff;
	}
	header li.lang-navi a:after{
		content:"\03e";
		display:inline-block;
		margin-left:4px;
		vertical-align:0px;
	}
    header .header__store{
        right: 60px;
        width: 60px;
        height: 60px;
        display: block;
        -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out; 
    }
    header .header__store:hover{
        opacity: .8;
        -webkit-opacity: .8;
        -moz-opacity: .8;
        filter: alpha(opacity=80);	/* IE lt 8 */
        -ms-filter: "alpha(opacity=80)"; /* IE 8 */
    }
    
    header .header__store img{
        margin: 8px auto 0 auto;
        text-align: center;
        max-width: 20px;
    }
    header .header__store span,header .hamburger p{
        bottom: 6px;
        width: 60px;
        font-size: 12px;
    }
    header .menu-trigger .hamburger span:nth-of-type(1) {
        top: 18px;
        left: 15px;
        width:50%;
    }
    header .menu-trigger .hamburger span:nth-of-type(2) {
        top: 28px;
        left: 15px;
        width:40%;
    }
    header .menu-trigger{
        width: 60px;
        height: 60px;
    }
	nav {
		width: 100%;
		padding: 80px 52px 80px 52px;
		overflow-y: scroll;
	}
	.nav__menu {
		width: 80%;
        margin: 0 auto;
		text-align:center;
	}
	.nav__item {
		position: relative;
		display:block;
		width:100%;
		text-align:left;
	}
}
@media screen and (min-width:769px){
	header .lang-navi{display:none;}
	header #lang-navi{
		display:block;
		position:absolute;
		text-align:center;
		top:25px;
		right:165px;
	}
	header #lang-navi li{display:inline-block;}
	header #lang-navi li a,
	header #lang-navi li a:after{transition:all 0.4s;}
	header #lang-navi li a{
		display:block;
		border:1px solid #2c3d5f;
		background-color:#fff;
		padding:4px 6px;
		font-size:11px;
		line-height:1.0;
		color:#2c3d5f;
		font-family:'Lora',serif;
	}
	header #lang-navi li a:hover{background-color:#959eaf;}
	header #lang-navi li.active a{
		background-color:#2c3d5f;
		color:#fff;
	}
	header #lang-navi li a:after{
		content:"\03e";
		display:inline-block;
		margin-left:4px;
		vertical-align:0px;
	}
}

/*secTop__title*/
.secTop__title {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: normal;
}
.secTop__title span{
    font-size: 14px;
}
@media screen and (max-width: 768px) {
	.secTop__title {
		font-size: 25px;
        text-align: center;
        margin: 30px 0 0 0;
	}
    .secTop__title span{
        font-size: 14px;
        display: block;
        color: #988868;
        margin: 5px;
        line-height: 1.0;
        letter-spacing:2px;
        text-align: center;
    }  
}
@media screen and (min-width: 768px) {
    .secTop__title {
        writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode:vertical-rl;
        height: 300px;
        font-size: 28px;
        line-height:1.0;
        letter-spacing: 4px;
        float: left;
        margin: 0 0 0 5%;
        width: 10%;
    }
    .secTop__title span{
        font-size: 14px;
        display: block;
        color: #988868;
        margin: 5px 5px 0 0;
        line-height: 1.0;
        letter-spacing:2px;
    }
}

/*top*/
.fv {
	position: relative;
	overflow: hidden;
}
.fv__text {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    position: absolute;
}
.fv__text span{
    display: block;
    font-size: 0.8em;
}
.fv__text img {
	width: 100%;
}
.slider {
	font-size: 0;
}
.slider__item img {
	width: 100%;
}
/*.fv .scroll {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-family: 'Lora', serif;
    color: #000;
    position: absolute;
    bottom: 0;
    right: 30px;
    z-index: 10;
    font-size: 12px;
    letter-spacing: 1px;
    border-left: 1px solid #000;
    padding: 10px 0 27px 9px;
}*/

.fv .scroll a {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    display: inline-block;
    position: absolute;
    right: 40px;
    bottom: 0;
    z-index: 2;
    padding: 10px 10px 30px 10px;
    overflow: hidden;
    color: #000;
    font-size: 12px;
    font-family: 'Lora', serif;
    line-height: 1;
    letter-spacing: .1em;
    text-decoration: none;
}
.fv .scroll a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left:0;
  width: 1px;
  height: 100px;
  background: #000;
}
.fv .scroll a::after {
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@media screen and (max-width: 768px) {
    .fv {
        padding: 60px 0 0 0;
    }
    .fv__text {
        position: absolute;
        top: 100px;
        width: 100%;
	   -webkit-transform: translateY(0);
        transform: translateY(0);
        font-size: 24px;
        line-height:1.5;
        letter-spacing: 3px;
        margin: 0 0 0 5%;
        z-index: 2;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
    .secTop__secInner{
       width: 90%;
       margin: 0 auto;
    }
    .fv .scroll a {
        right: 20px;
        padding: 10px 10px 30px 10px;
        font-size: 12px;
    }
    .slider__item01{
        background: url("../img/bg_img_01_sp.jpg") no-repeat center;
        background-size: cover;
        width: 100%;
        height: 100vh;
    }
    .slider__item02{
        background: url("../img/bg_img_02_sp.jpg") no-repeat center;
        background-size: cover;
        width: 100%;
        height: 100vh;
    }
    .slider__item03{
        background: url("../img/bg_img_03_sp.jpg") no-repeat center;
        background-size: cover;
        width: 100%;
        height: 100vh;
    }
}
@media screen and (min-width: 768px) {
    .fv__text {
        position: absolute;
        top: 400px;
        margin: 0 0 0 5%;
        right: 6.35%;
        width: 10%;
        writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode:vertical-rl;
        height: 500px;
        font-size: 28px;
        line-height:1.5;
        letter-spacing: 10px;
        z-index: 2;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }
    .secTop__secInner{
       max-width: 1160px;
       margin: 0 auto;
    }
    .slider__item01{
        background: url("../img/bg_img_01_pc.jpg") no-repeat center;
        background-size: cover;
        width: 100%;
        height: 100vh;
    }
    .slider__item02{
        background: url("../img/bg_img_02_pc.jpg") no-repeat center;
        background-size: cover;
        width: 100%;
        height: 100vh;
    }
    .slider__item03{
        background: url("../img/bg_img_03_pc.jpg") no-repeat center;
        background-size: cover;
        width: 100%;
        height: 100vh;
    }
}
@media (max-width: 1024px) and (min-width: 768px) {
    .fv__text {
        top: 375px;
        right: 110px;
        font-size: 20px;
    }
}
@media screen and (min-width:1024px) {
    .fv__text {
        top: 400px;
        right: 220px;
    }
}
@media screen and (min-width:1400px) {
    .fv__text {
        right: 420px;
    }
}
/*news*/
.topNews__contents {
    max-width: 1160px;
	margin: 0 auto;
    padding: 80px 0 0 0;
}
.topNews__contents::after {
    content: '';
    display: block;
    clear: both;
}
.topNews__inner dt {
        font-size: 14px;
        line-height: 1.8;
    }
    .topNews__inner dd {
        font-size: 14px;
        line-height: 1.8;
    }
@media screen and (max-width: 768px) {
    #topnews{
        margin: -60px 0 0 0;
        padding: 70px 0 0 0;
    }
	.topNews__contents {
		padding: 0 0;
	}
	.topNews__inner {
		padding: 0;
        margin: 0 auto;
        width: 90%;
	}
	.topNews__date {
		margin-bottom: 8px;
	}
	.topNews__text {
		flex-basis: 100%;
		font-size: 13px;
	}
    .topNews__inner dt {
        font-size: 14px;
    }
    .topNews__inner dd {
        font-size: 14px;
        padding:5px 0;
    }
     .topNews__inner dd::after{
        content: '';
        display: block;
        border-bottom: 1px solid #cccccc;
        margin: 15px 0 15px 0;
    }
    .topNews__inner dd:last-child::after{
        border: none;
    }
}
@media screen and (min-width: 768px) {
    .topNews__inner {
        width: 80%;
        float: right;
    }
    .topNews__title{
        padding: 10px 0 0 0;
    }
    .topNews__inner dl{
       display:flex;
       flex-wrap: wrap;
       margin: 0 0 0 0;
    }
    .topNews__inner dl::after {
        content: '';
        display: block;
        clear: both;
    }
    .topNews__inner dt {
        font-size: 14px;
        width: 15%;
        box-sizing: border-box;
        font-weight: normal;
        font-family: "Noto Sans Japanese", sans-serif;
    }
    .topNews__inner dd {
        font-size: 14px;
        padding:0 10px 0 0;
        width: 85%;
        font-weight: normal;
        font-family: "Noto Sans Japanese", sans-serif;
    }
    .topNews__inner dt::before,.topNews__inner dd::before{
        content: '';
        display: block;
        border-top: 1px solid #cccccc;
        margin: 20px 0 20px 0;
    }
    .topNews__inner dt:first-child::before{
        border: none
    }
    .topNews__inner dd:nth-child(2)::before{
        border: none
    }
}

/*about*/
    .secTop--about{
        background: url("../img/top_about_bg.jpg") top repeat-x;
    }
    .secTop--about .secTop__secHead{
        color: #928261;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }
    .secTop--about .secTop__secDesc{
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }
/*secTop about*/
@media screen and (max-width: 768px) {
    .secTop--about{
        background: url("../img/top_about_bg_sp.jpg") repeat center;
        margin: 60% 0 0 0;
        padding: 0 0 30px 0;
    }
    .secTop--about .secTop__secImg{
        position: absolute;
        margin: -55% auto 0 auto;
        width: 90%;
    }
    .secTop--about .secTop__secContent{
        width: 100%;
        margin: 0 auto;
        padding: 70% 0 10% 0;
        text-align: center;
    }
    .secTop--about .secTop__secHead{
        font-size: 20px;
        line-height:1.0;
        letter-spacing: 2px;
    }
    .secTop--about .secTop__secDesc{
        font-size:14px;
        line-height:2.0;
        letter-spacing: 0px;
        margin: 10px 0 0 0;
    }
    .secTop--about .secTop__secBtn{
        text-align: right;
        font-size: 12px;
        line-height:1.0;
        letter-spacing: 0px;
        margin: 20px 0 0 0;
    }
    .secTop--about .secTop__secBtn a{
        padding-bottom: 5px;
        border-bottom: 1px solid #000;
    }
}
@media screen and (min-width: 768px) {
    .secTop--about{
        margin: 80px 0 0 0;
        position: relative;
        min-height: 624px;
    }
    .secTop--about .secTop__secImg{
        position: absolute;
        margin: -74px 0 0 5%;
        width: 40%;
    }
    .secTop--about .secTop__secImg img{
        max-width: 500px;
        width: 100%;
    }
    .secTop--about .secTop__secContent{
        width: 300px;
        margin: 0 100px 0 0;
        float: right;
        position: relative;
    }
    .secTop--about .secTop__secHead{
        writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode:vertical-rl;
        margin: 60px 0 0 0;
        font-size: 30px;
        line-height:1.0;
        letter-spacing: 2px;
        float: right;
    }
    .secTop--about .secTop__secDesc{
        writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode:vertical-rl;
        margin: 100px 0 0 80px;
        font-size:16px;
        line-height:2.0;
        letter-spacing: 2px;
        float: left;
    }
    .secTop--about .secTop__secBtn{
        position: absolute;
        left: 0;
        bottom: 10px;
        writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode:vertical-rl;
        font-size: 14px;
        line-height:1.0;
        letter-spacing: 2px;
        padding-right: 5px;
    }
    .secTop--about .secTop__secBtn a {
    position: relative;
    display: inline-block;
    }
    .secTop--about .secTop__secBtn a:before {
        content: "";
        position: absolute;
        display: block;
        background-color: #1f1f1f;
        width: 0;
        height: 0;
        top: 0;
        right: -5px;
        -webkit-transition: .4s ease 0s;
        transition: .4s ease 0s;
    }
    .secTop--about .secTop__secBtn a:hover {
        text-decoration: none;
    }
    .secTop--about .secTop__secBtn a:hover:before {
        width: 1px;
        height: 100%;
    }
}
/*secTop though*/
.secTop--though{
    margin: 0;
}
.secTop--though .secTop__secHead{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: normal;
    line-height: 1.5;
}
.secTop--though .secTop__secHead span{
    font-size: 12px;
    display: block;
    color: #988868;
    margin: 5px 0 0 0;
    line-height: 1.0;
    letter-spacing:2px;
}
.secTop--though .secTop__secDesc{
    margin: 2% 0;
    line-height: 1.5;
    font-size: 14px;
}
.secTop--though .secTop--though__subtitle{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: normal;
    color: #988868;
    line-height: 1.5;
}
.secTop--though .secTop--though__desc{
    margin: 2% 0;
    line-height: 1.5;
    font-size: 14px;
}
@media screen and (max-width: 768px) {
    .secTop--though{
        margin: 5% 0 0 0;
    }
    .secTop--though .secTop__secImg{
        width:100%;
        margin: 0;
    }
   .secTop--though .secTop__secContent{
        width: 90%;
        margin: 5% auto;
        padding: 0;
    }
    .secTop--though .secTop__secHead{
        text-align: center;
    }
    .secTop--though .secTop__secContent .secTop__secDesc{
        margin: 20px 0;
    }
    .secTop--though .secTop--though__box{
        width: 90%;
        margin: 3% auto 5% auto;
    }
    .secTop--though .secTop--though01 .secTop--though__img{
        width: 100%;
        height: 0;
        padding-top: calc(470 / 730 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
        background: url("../img/top_thought_img01.jpg") center center / cover no-repeat;
    }
    .secTop--though .secTop--though02 .secTop--though__img{
        width: 100%;
        height: 0;
        padding-top: calc(470 / 730 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
        background: url("../img/top_thought_img02.jpg") center center / cover no-repeat;
    }
    .secTop--though .secTop--though__box .secTop--though__subtitle{
        text-align: center;
        margin: 5% 0;
    }
    .secTop--though .secTop--though__desc{
        margin: 2% 0;
    }
}
@media screen and (min-width: 768px) {
    .secTop--though__wrapper{
        background: url("../img/top_thought_bg.jpg") no-repeat center;
        background-size: cover;
    }
    .secTop--though .secTop__secContent{
        max-width: 1160px;
        margin: 0 auto;
        padding:150px 0;
    }
    .secTop--though .secTop__secContent .secTop__secHead{
        font-size: 30px;
        margin-left: 60px;
    }
    .secTop--though .secTop__secContent .secTop__secDesc{
        margin-left: 60px;
    }
    .secTop--though .secTop--though__box {
        margin: 90px auto 0 auto;
        max-width: 1400px;
        max-height: 470px;
        overflow: hidden;
    }
    .secTop--though .secTop--though01 .secTop--though__img{
        width: 55%;
        height: 0;
        max-width: 730px;
        max-height: 470px;
        margin: 0 0 0 0;
        padding-top: calc(470 / 730 * 80%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
        background: url("../img/top_thought_img01.jpg") center center / cover no-repeat;
    }
    .secTop--though .secTop--though02 .secTop--though__img{
        width: 55%;
        height: 0;
        max-width: 730px;
        max-height: 470px;
        margin: 0 0 0 0;
        padding-top: calc(470 / 730 * 80%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
        background: url("../img/top_thought_img02.jpg") center center / cover no-repeat;
    }
    .secTop--though .secTop--though01 .secTop--though__img{
        float: left;
    }
    .secTop--though .secTop--though02 .secTop--though__img{
        float: right;
    }
    .secTop--though .secTop--though__content{
        width: 35%;
        max-width: 730px;
    }
    .secTop--though .secTop--though__subtitle{
        font-size: 30px;
        margin: 30px 0 0 0;
    }
    .secTop--though .secTop--though__desc{
        margin: 30px 0 0 0;
    }
    .secTop--though .secTop--though01 .secTop--though__content{
        float: left;
        margin: 100px 0 0 5%;
    }
    .secTop--though .secTop--though02 .secTop--though__content{
        float: right;
        margin: 70px 0 0 5%;
    }
}
@media screen and (min-width: 1160px) {
    .secTop--though .secTop--though01 .secTop--though__img{
        padding-top: calc(470 / 730 * 55%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
    }
    .secTop--though .secTop--though02 .secTop--though__img{
        padding-top: calc(470 / 730 * 55%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
    }
}

/*somen*/
.secTop--sommen{
    background: url("../img/top_somen_bg.png") repeat center;
    margin: 100px 0 0 0;
    padding: 100px 0 90px 0;
}
.secTop--sommen__secInner {
	padding: 28px 0;
    max-width: 1160px;
	margin: 0 auto;
}
.secTop--sommen__secDesc{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: normal;
    line-height: 1.5;
}
.secTop--sommen__title{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: normal;
    line-height: 1.5;
    color: #928261;
    font-size: 22px;
    margin: 20px 0 0 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #cccccc;
}
.secTop--sommen__title span{
    font-size: 0.8em;
}
.secTop--sommen__desc{
    font-size: 14px;
    margin: 20px 0 0 0;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
    .secTop--sommen{
        margin:10% 0 0 0;
        padding: 0 0 0 0;
    }
	.secTop--sommen__contents {
		padding: 20px 0;
	}
    .secTop--sommen__secInner {
        padding: 28px 0;
        width:90%;
        margin: 0 auto;
    }
    .secTop--sommen__secDesc{
        margin: 5% 0;
    }
    .secTop--sommen__item {
        margin: 5% 0 10% 0;
    }
}
@media screen and (min-width: 768px) {
    .secTop--sommen__sectitle{
        height: 160px;
    }
    .secTop--sommen__secDesc {
        width: 80%;
        float: right;
        margin: 40px 0 0 0;
    }
    .secTop--sommen__contents{
        width: 80%;
        margin: 0 0 0 20%;
        display: flex;
        justify-content:space-between;
    }
    .secTop--sommen__item {
        width: 45.918%;
    }
    .secTop--sommen__item img{
        width: 100%;
    }
}

/*products*/
.secTop--products{
    background: url("../img/top_products_bg.jpg") repeat center top;
    margin: 0 0 0 0;
    padding: 100px 0 90px 0;
}
.secTop--products__head  {
    max-width: 1160px;
	margin: 0 auto;
	padding:0 0;
}
.secTop--products__secDesc{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: normal;
    line-height: 1.5;
}
.secTop--products__slider{
    background: #fff;
}
.secTop--products__slider img{
    width: 100%;
    height: auto;
}
.secTop--products__slider li{
    padding: 10px 20px;
    text-align: center;
}
.secTop--products__slider li a{
    display: block;
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out; 
}
.secTop--products__slider li a:hover{
    opacity: .8;
-webkit-opacity: .8;
-moz-opacity: .8;
filter: alpha(opacity=80);	/* IE lt 8 */
-ms-filter: "alpha(opacity=80)"; /* IE 8 */
}


.secTop--products__slider li h3.secTop--products__title{
    margin: 15px 0 5px 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
}
.secTop--products__slider .slick-current img{
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
}
.secTop--products__link {
    max-width: 1160px;
	margin: 0 auto;
	padding:0 0;
    text-align: right;
}
@media screen and (max-width: 768px) {
    .secTop--products{
        margin:0 0 8% 0;
        padding: 5% 0 0 0;
    }
    .secTop--products__secDesc {
        width: 90%;
        margin: 5% auto;
    }
	.secTop--products__contents {
	}
    .secTop--products__slider li{
        padding: 30px 20px 10px 20px;
        text-align: center;
    }
    .secTop--products__link {
        width: 90%;
        margin: 0 auto;
        padding:20px 0 30px 0;
        text-align: right;
    }
    .secTop--products__link a{
        border-bottom: 1px solid #000;
        padding-bottom: 5px;
        font-size: 12px;
    }
}
@media screen and (min-width: 768px) {
    .secTop--products__head__position{
        width: 100%;
        height: 160px;
        z-index: 1;
        position: absolute;
    }
    .secTop--products__head__position .secTop__title{
        height: 160px;
    }
    .secTop--products__secDesc {
        width: 80%;
        float: right;
        margin: 40px 0 0 0;
    }
    .secTop--products__contents{
        z-index: 0;
    }
    .secTop--products__slider{
        width: 95%;
        float: right;
        margin: 120px 0 0 0;
        padding: 5% 0 5% 5%;
	}
    .secTop--products__slider li{
        padding: 10px 20px;
    }
    .secTop--products__link {
        margin: 50px auto 0 auto;
    }
}

/*secTop--products__slider slick-prev slick-next*/
@media only screen and (max-width : 768px){
    .secTop--products__slider .slick-prev,
    .secTop--products__slider .slick-next
    {
        top: 43%!important;
        z-index: 99;
        width:35px;
        height:35px;
    }
    .secTop--products__slider .slick-prev{
        left: 8%;
    }
    .secTop--products__slider .slick-next{
        right:8%;
    }
     .secTop--products__slider .slick-prev::before {
          content: '' !important;
          display: inline-block;
          width:35px;
          height:35px;
          background-image: url(../img/top_products_prev.png) !important;
          background-size: contain;
          vertical-align: middle;
     }
    .secTop--products__slider .slick-next::before {
         content: '' !important;
          display: inline-block;
          width:35px;
          height:35px;
          background-image: url(../img/top_products_next.png) !important;
          background-size: contain;
          vertical-align: middle;
    }
}
@media only screen and (min-width : 768px){
    .secTop--products__slider .slick-prev,
    .secTop--products__slider .slick-next
    {
        top: 43%!important;
        z-index: 99;
        width:46px;
        height:46px;
    }
    .secTop--products__slider .slick-prev{
        left: 7.5%;
    }
    .secTop--products__slider .slick-next{
        right:2%;
    }
    .secTop--products__slider .slick-prev::before {
       content: '' !important;
          display: inline-block;
          width:46px;
          height:46px;
          background-image: url(../img/top_products_prev.png) !important;
          background-size: contain;
          vertical-align: middle;
     }
    .secTop--products__slider .slick-next::before {
      content: '' !important;
          display: inline-block;
          width:46px;
          height:46px;
          background-image: url(../img/top_products_next.png) !important;
          background-size: contain;
          vertical-align: middle;
    }
}
@media (max-width: 1024px) and (min-width: 768px) {
    .secTop--products__slider .slick-prev{
        left:9%!important;
    }
    .secTop--products__slider .slick-next{
        right: 52px!important;
    }
}
/*babyfood*/
.secTop--babyfood{
    padding: 100px 0 230px 0;
}
.secTop--babyfood .secTop__secInner {
	padding: 28px 0;
    max-width: 1160px;
	margin: 0 auto;
    position: relative;
}
.secTop--babyfood .secTop__secImg img{
    width: 100%;
}
.secTop--babyfood .secTop__secHead{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: normal;
    line-height: 1.5;
    color: #928261;
    font-size: 28px;
    margin: 20px 0 0 0;
}
.secTop--babyfood .secTop__secDesc{
    font-size:14px;
    line-height:1.5;
    margin: 20px 0 0 0;
}

.secTop--babyfood .secTop__secContent{
    filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.1));
}
@media screen and (max-width: 768px) {
    .secTop--babyfood{
        margin:0 0 8% 0;
        padding: 0 0 0 0;
    }
	.secTop--babyfood__contents {
		padding: 20px 0;
	}
    .secTop--babyfood .secTop__img{
        width: 90%;
        margin: 0 auto;
    }
    .secTop--babyfood .secTop__secContent{
        width: 90%;
        margin: -30px auto 0 auto;
        padding: 30px 0 10% 0;
        background: #fff;
        text-align: center;
        filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.1));
    }
    .secTop--babyfood .secTop__secHead{
        text-align: center;
        font-size: 20px;
        margin: 10px 0 0 0;
    }
    .secTop--babyfood .secTop__secDesc{
        font-size:14px;
        line-height:1.5;
        margin: 10px auto;
        width: 90%;
        text-align: left;
    }
    .secTop--babyfood__item .secTop--babyfood__img{
         margin: 5% auto;
        width: 90%;
    }
    .secTop--babyfood__item .secTop--babyfood__link {
        width: 90%;
        margin: 0 auto;
        padding:20px 0 30px 0;
        text-align: right;
    }
    .secTop--babyfood__item .secTop--babyfood__link a{
        border-bottom: 1px solid #000;
        padding-bottom: 5px;
    }
}
@media screen and (min-width: 768px) {
    .secTop--babyfood{
    }
    .secTop--babyfood .secTop__secImg{
        margin: 0 0 0 5%;
        width: 62%;
        max-width: 720px;
    }
    .secTop--babyfood .secTop__secImg img{
        max-width: 720px;
        width: 100%;
    }
    .secTop--babyfood .secTop__secContent{
        position: absolute;
        width: 56%;
        max-width: 650px;
        min-height: 500px;
        right: 50px;
        margin: -400px 0 0 0;
        padding: 60px;
        background: #fff;
    }
    .secTop--babyfood .secTop__secHead{
        margin: 0;
    }
    .secTop--babyfood__item{
        margin: 40px 0 0 0;
        display: flex;
        justify-content:space-between;
        vertical-align: bottom;
        align-items: baseline;
    }
    .secTop--babyfood__item .secTop--babyfood__img{
        max-width: 300px;
        width: 60%;
    }
    .secTop--babyfood__item .secTop--babyfood__img img{
        width: 100%;
    }
    .secTop--babyfood__item .secTop--babyfood__link{
        width: 40%;
        text-align: right;
    }
}

/*footer*/
footer {
	background-color: #f3f4f7;
}
.footer__info{
    margin: 20px 0;
}
.footer__address,.footer__tel{
    margin:0;
    font-size: 14px;
    line-height: 1.5;
}
.footer__copy{
    background: #2c3d5f;
    padding: 20px;
}
.footer__copy address{
	text-align: center;
    color: #fff;
    font-style: normal;
    font-size: 14px;
}
@media screen and (max-width: 768px) {
	footer {
		padding: 28px 0 0 0;
	}
    .footer__menu{
        display: none;
    }
    .footer__logo{
        width: 40%;
        margin: 0 auto;
    }
    .footer__info{
        margin:0;
        padding: 20px 0;
    }
    .footer__address,.footer__tel{
        margin:0 10px;
        font-size: 12px;
        text-align: center;
    }
    .footer__copy{
        padding: 10px;
    }
    .footer__copy address{
        font-size: 12px;
    }
}
@media screen and (min-width: 768px) {
    footer {
		text-align: center;
	}
    .footer__inner {
        max-width: 1160px;
        margin: 0 auto;
        padding: 47px 0 0 0;
    }
    .footer__menu{
        margin: 40px 0;
    }
    .footer__menu ul{
        display: flex;
        align-items:center;
        justify-content:center;
        text-align: center;
        max-width: 800px;
        margin: 0 auto;
    }
    .footer__menu ul li.footer__menu--link:first-child{
        border-left: 1px solid #b3b4b6;
    }
    .footer__menu ul li.footer__menu--link{
        margin: 0;
        padding: 0 4%;
        list-style: none;
        border-right: 1px solid #b3b4b6;
        font-size: 13px;
    }
    .footer__menu ul li.footer__menu--link a{
        margin: 0;
        padding: 0;
    }
    .footer__menu ul li.footer__menu--store{
        margin: 0 0 0 20px;
        width: 40px;
        justify-content:flex-end;
    }
    .footer__menu ul li.footer__menu--contact{
        width: 40px;
        justify-content:flex-end;
    }
}
@media (max-width: 1024px) and (min-width: 768px) {
    .footer__menu ul li.footer__menu--link{
        padding: 0 2%;
        font-size: 12px;
    }
}

/*220112*/

.topNews__link {
    display: block;
    color: #666;
    padding: 20px 0 5px;
}

.topNews__btn {
    display: inline-block;
    background-color: #2c3d5f;
    color: #fff;
    padding: 5px 10px;
    margin: 0 0 20px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.topNews__btn:hover {
    color: #fff;
    opacity: .8;
    -webkit-opacity: .8;
    -moz-opacity: .8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
}

@media screen and (min-width: 768px){
    .secTop--about {
        margin: 160px 0 0 0;
    }
}





/*230112*/
.following_bnr_in {
    position: fixed;
    z-index: 99999;
    bottom: 0;
    left: 0;
    width: 70px;
}
.following_bnr_in.following_insta {
    bottom: 260px;
}
.following_bnr_in.following_line {
    bottom: 60px;
}

.following_bnr_in .pc {
    display: block;
}
.following_bnr_in .sp {
    display: none;
}

.lineQr {
    text-align: center;
    display: none;
    position: fixed;
    width: 20%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 600;

}
.lineQr img {
    width: 100px;
}
.modal-mask {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 500;
}
.modal-mask:hover {
    cursor: pointer;
}
@media (max-width: 767px) {
    .following_bnr_in {
        left: auto;
        right: 20px;
        width: auto;
    }
    .following_bnr_in img {
        width: 50px;
    }
    .following_bnr_in.following_insta {
        bottom: 145px;
    }
    .following_bnr_in.following_line {
        bottom: 80px;
    }
    .following_bnr_in .pc {
        display: none;
    }
    .following_bnr_in .sp {
        display: block;
    }
    .lineQr img {
        width: 100%;
    }
}
/*230112*/