@charset "utf-8";

/*--------------------------------------------------
door travision Inc. 
2019.05.31
--------------------------------------------------*/

html {
	width:100%; *zoom: 1;
}
*{ margin:0;padding:0; }
body {
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing: antialiased;
	font-family: 'Noto Sans JP', sans-serif;
}
body .notoserif {
	font-family: 'Noto Serif JP', serif;
}
#wrapper {
	width:100%;
	min-width:1200px;
	padding:60px 0;
	color:#333333;
	font-size:16px;
	line-height:1.6;
	position:relative;
}
a {
	color:#333333;
	font-weight:600;
	
}
a:hover {
	color:#333333;
	text-decoration: underline;
}
.open {
	 -webkit-transform: translate(300px, 0) !important;
	 transform: translate(300px, 0) !important;
}
.open-nav {
	 -webkit-transform: translate(0, 0) !important;
	 transform: translate(0, 0) !important;
}
.detail { outline:none; }
@media screen and (max-width: 768px){
	#wrapper {
	width:100%;
	min-width:100%;
	padding: 8% 0;
}
}
/*--------------------------------------------------
header
--------------------------------------------------*/
header {
	width: 100%;
	background: #fff;
	position: relative;
	border-bottom: 1px solid #c2ccd2;
}
.mjuk-logo {
	width: 130px;
	height: auto;
	text-align: center;
	margin: 0 auto;
}
.mjuk-logo img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 768px){
.mjuk-logo img {
	width: 70%;
	height: auto;
}
}
/*-------------------------------------------------
humberger
-------------------------------------------------*/
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: .4s linear;
	-webkit-transition: .4s linear;
	box-sizing: border-box;
}
.menu-trigger {
	position:fixed;
	overflow:hidden;
	top:20px;
	left:20px;
	width: 40px;
	height: 40px;
	z-index:300;
	border-radius: 5px;
}
.menu-trigger span {
	position: absolute;
	left: 5px;
	width: 30px;
	height: 2px;
	background: #000;
}
.menu-trigger span:nth-of-type(1) {
	top: 8px;
}
.menu-trigger span:nth-of-type(2) {
	top: 16px;
}
.menu-trigger span:nth-of-type(3) {
	top: 24px;
}
.menu-trigger.active span {
	background: #000;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-6px) rotate(45deg);
	transform: translateY(-6px) rotate(45deg);
}
@media screen and (max-width: 768px){
.menu-trigger {
	top:7px;
	left:15px;
	width: 36px;
	height: 36px;
}
.menu-trigger span {
	width: 26px;
}
}
/*-------------------------------------------------
side nav
-------------------------------------------------*/
#sideNav {
	position: fixed;
	top: 0;
	left: 0;
	 -webkit-transform: translate(-360px, 0);
	 transform: translate(-360px, 0);
	 -webkit-transition: all .6s;
	 transition:all .6s;
	overflow:auto;
	width:360px;
	background:#fff;
	opacity: 0.9;
	text-align:left;
	font-size:13px;
	z-index:200;
	-webkit-overflow-scrolling: touch;
}
#sideNav a,
#sideNav a:hover {
	text-decoration:none;
}
.sideNavInner {
	height:auto;
	margin-top:60px;
}
ul.mainNav {
	margin: 0 auto;
	padding: 0 15px;
}
ul.mainNav li {
	padding: 15px;
	border-bottom:1px solid #c2ccd2;
	background: url(../../common/images/footer/sp_arrow.png) center right no-repeat;
	background-size: 30px auto;
	box-sizing: border-box;
}
ul.mainNav li a {
	display:block;
	width:100%;
	line-height:40px;
	text-align:left;
	color:#333333;
}
ul.mainNav li a:hover {
	color:#888888;
}

@media print, screen and (max-width: 768px){
#sideNav {
	display:none;
	left:0;
	width:100%;
	position: fixed;
	 -webkit-transform: translate(0, 0);
	 transform: translate(0, 0);
	font-size:13px;
}
.sideNavInner {
	height:auto;
}
ul.mainNav li {
	padding: 4%;
	background: url(../../common/images/footer/sp_arrow.png) center right no-repeat;
	background-size: 28px auto;
}
ul.mainNav li a {
	width:100%;
	height:26px;
	line-height:26px;
}
}
/*-------------------------------------------------
mjukとは？　カタログ請求 BTN
-------------------------------------------------*/
.header-btn {
	position: absolute;
	top: 0;
	right: 2%;
}
.header-btn li {
	width: 160px;
	display:inline-block;
	font-size: 13px;
	line-height: 70px;
	font-weight:normal;
	font-family: 'Noto Serif JP', serif;
}
.header-btn li a { 
padding-left: 20px;
	display: block;
    position: relative;
    width: 100%;
    height: 100%; 
    text-decoration: none !important;
}
.header-btn li::before {
	content: "";
    display: block;
    position: absolute;
	top: 50%;
	margin: auto 25px auto auto;
	width: 6px;
	height: 6px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	transform: rotate(45deg);
}
.header-btn li a:hover {
	text-decoration: none;
	opacity: 0.8;
}
@media print, screen and (max-width: 768px){
.header-btn li:first-child {
	display: none;
}
.header-btn {
	position: absolute;
	top: 0;
	right: 2%;
}
.header-btn li {
	width: 70px;
	padding: 15px 20px 0 0;
	line-height: 1.3em;
	font-size: 11px;
}
.header-btn li a { 
padding-left: 20px;
	display: block;
    position: relative;
    width: 100%;
    height: 100%; 
}
.header-btn li::before {
	content: "";
    display: block;
    position: absolute;
	top: 50%;
	margin: auto 25px auto auto;
	width: 6px;
	height: 6px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	transform: rotate(45deg);
}
.header-btn li a:hover {
	text-decoration: none;
	opacity: 0.8;
}
}
/*--------------------------------------------------
Base
--------------------------------------------------*/
.base-inner {
	width:1200px;
	margin: 0 auto;
}
h1,.lead {
	margin-bottom:50px;
	text-align:center;
}
h1 img {
	width: auto;
	height:70px;
}
.mv .mv-content {
  margin: 0 auto;
  width: 100%;
  color: #333;
  background: #fff;
}
.slider{
  margin: 0 auto;
  width: 100%;
	position: relative;
	opacity: 0;
  transition: opacity .5s linear;
}
.slider.slick-initialized{
  opacity: 1;
}
.slider img {
    height: 100%;
    width: auto;
}
.slider-dots {
	width: 10px;
	height: 10px;
	border-radius:50px;
	background: #333333;
}
.sp,
.sp320 { 
display: none;
}
@media screen and (max-width: 768px){
.base-inner {
	width:100%;
}
h1,.lead {
	margin-bottom:30px;
}
h1 img {
	width: 52%;
	height:auto;
}
.lead {
	font-size: 16px;
	padding: 0 5%;
	box-sizing: border-box;
}
.slider{
	height: auto;
    margin: 0 auto;
}
.slider img {
    height: 150%;
    width: auto;
}
.pc,
.sp320 {
	display:none;
}
.sp { 
display: block;
}
}
@media screen and (max-width: 320px){
.sp320 {
	display: block;
}
.sp {
	display:none;
}
.mv .mv-content320 {
	display: block;
}
	
}
/*--------------------------------------------------
content
--------------------------------------------------*/
.door-content {
	padding-top: 75px;
}
.description {
	width: 1000px;
	min-height: 320px;
	margin: 0 auto;
	position: relative;
}
.door-content h2 {
	position: absolute;
	top: 0;
	left: 20px;
	padding-bottom: 40px;
	background: url(../img/common/knock_icon.png) bottom center no-repeat;
}
.door-content h2 img {
	width: 430px;
	height: auto;
}
.dictionary {
	position: absolute;
	top: 0;
	right: 0;
	border-left: 1px solid #000;
	width:430px;
	padding-left: 30px;
	font-size: 14px;
	line-height: 2em;
}
.dictionary .dictionary-b {
	margin-bottom: 5px;
	font-size: 24px;
	font-style: italic;
	font-weight:600;
}
.dictionary .dictionary-s {
	font-size: 0.6em;
}
.door-nav {
	width: 700px;
	padding-top: 70px;
	margin: 0 auto;
	overflow: hidden;
}
.door-nav ul {
	float: left;
}
.door-nav ul:nth-child(2) {
	float: right;
	padding-right: 60px;
}
.door-nav ul li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
}
.door-nav ul li:last-child {
	margin-bottom: 0;
}
.door-nav ul li a {
	font-style: italic;
	text-decoration: none;
	font-weight:500;
}
.door-nav ul li::before {
	content:"";
  display: inline-block;
  width: 14px;
  height: 14px;
  position:absolute; 
  top: 50%;
  left: 10px;
  margin-top: -7px;
  background: url(../img/common/nav_icon.png) no-repeat;
  background-size: contain;
    vertical-align: middle;
}
.door-nav ul li a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 768px){
.door-content {
	padding-top: 15px;
}
.description {
	width: 100%;
	min-height: auto;
	margin: 0 auto;
	position: relative;
}
.door-content h2 {
	position: static;
	top: 0;
	left: 0;
	margin-bottom: 30px;
	padding-bottom: 20px;
	background: url(../img/common/knock_icon.png) bottom center no-repeat;
	text-align: center;
}
.door-content h2 img {
	width: 50%;
	height: auto;
}
.dictionary {
	position: static;
	top: 0;
	right: 0;
	border-left: none;
	width: 100%;
	padding-left: 0;
	padding: 0 5%;
	font-size: 16px;
	line-height: 1.7em;
	text-align: left;
	margin: 0 auto;
	box-sizing: border-box;
}
.dictionary .dictionary-b {
	font-size: 24px;
}
.dictionary .dictionary-s {
	font-size: 0.6em;
}
.door-nav {
	width: 77%;
	padding-top: 40px;
	margin: 0 auto;
	overflow: hidden;
}
.door-nav ul {
	float: none;
	margin-bottom: 20px;
}
.door-nav ul:nth-child(2) {
	float: none;
	padding-right: 0;
}
.door-nav ul li {
	padding-left: 50px;
	font-size: 16px;
}
.door-nav ul:last-child
.door-nav ul li:last-child {
	margin-bottom: 0;
}
.door-nav ul li a {
	font-style: italic;
	text-decoration: none;
	font-weight:500;
}
.door-nav ul li::before {
  width: 20px;
  height: 20px;
}
.door-nav ul li a:hover {
	text-decoration: none;
}
}
@media screen and (max-width: 320px){
.dictionary {
	letter-spacing: 1px;
}
}
/*--------------------------------------------------
main content
--------------------------------------------------*/
#main01,
#main02,
#main03,
#main04 {
	padding: 110px 0 0;
}
#main04 {
	padding-bottom: 110px;
}
.main-content h3 {
	margin-bottom: 40px;
	padding-bottom: 35px;
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-style: italic;
	background: url(../img/common/knock_icon.png) bottom center no-repeat; 
}
.main-content .main-text {
	width: 1100px;
	margin: 50px auto 0;
	line-height: 2em;
}
/*関連*/
.main-content .main-text .relation {
	margin-top: 30px;
	padding-top: 25px;
	border-top: 1px dashed #000;
}
.main-content .main-text .relation h4 {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 600;
	text-align: left;
}
.main-content .relation .relation-list {
	width: 1100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.main-content .relation .relation-list li {
	overflow: hidden;
	width: 31%;
}
.main-content .relation li .relation-img,
.main-content .relation li dl {
	float: left;
}
.main-content .relation li dl {
	width: 50%;
	margin-left: 4%;
	font-size: 13px;
	line-height: 1em;
}
.main-content .relation li .relation-img {
	width: 46%;
}
.main-content .relation li .relation-img img {
	width: 100%;
	height: auto;
}
.main-content .relation li a {
	display: block;
}
.main-content .relation li a:hover {
	opacity: 0.8;
}
.main-content .relation li dt {
	padding: 0 5px;
	margin-bottom: 10px;
	font-size: 13px;
	display: inline-block;
	color: #fff;
	line-height: 2em;
	background: #000;
}
.main-content .relation li dd {
	line-height: 1.3em;
}
.main-content .relation li .font-s {
	font-size: 0.8em;
}
#main04 {
	margin: 50px 0;
}
#main04 .main04-inner{
	position: relative;
	padding: 50px 80px 50px 110px;
	background: #fff;
	border: 3px solid #bbc9cf;
	display:inline-block;
}
#main04 h3 {
	padding-bottom: 0;
	background: none;
	text-align: left;
	font-weight: 600;
}
#main04 .main-text {
	display: inline-block;
	width: 570px;
	margin: 0;
	float: left;
	line-height: 2em;
	vertical-align: top;
}
#main04 .main-img {
	display: inline-block;
	margin-right: 50px;
	/*margin-left: 100px;*/
	float: right;
}
#main04 .main-img a:hover {
	opacity: 0.8;
}
#main04 .main-text p {
	margin-bottom: 40px;
}
#main04 .main-text .attention {
  font-size: 0.8em;
  line-height: 0.6rem;
}
#main04 .font-s {
	font-size: 1.3rem;
	text-align: left;
	font-weight: 600;
}
@media screen and (max-width: 768px){
#main01,
#main02,
#main03,
#main04 {
	padding: 15% 3% 0;
}
.main-content h3 {
	font-size: 20px;
	margin-bottom: 20px;
}
.main-content .main-text {
	width: 100%;
	margin: 20px auto 0;
	font-size: 16px;
}
.main-content .main-img {
	width: 100%;
	height: 225px;
	overflow:hidden;
	position: relative;
}
.main-content .main-img img {
	position: absolute;
  top: 50%;
  left: 70%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 150%;
  height: auto;
}
.main-content #main03 .main-img img,
/*.main-content #main04 .main-img img {
	position: absolute;
  top: 50%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 150%;
  height: auto;
}*/

/*関連*/

.main-content .main-text .relation h4 {
	font-size: 1em;
	text-align: center;
}
.main-content .relation .relation-list {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.main-content .relation .relation-list li {
	overflow: hidden;
	width: 100%;
	padding: 2%;
	margin-bottom: 5%;
	background: #eeeeee;
	box-sizing: border-box;
}
.main-content .relation li dl {
	width: 47%;
	margin-left: 3%;
}
.main-content .relation li .relation-img {
	width: 50%;
}
.main-content .relation li a:hover {
	opacity: 1;
}
.main-content .relation li dt {
	padding: 3px;
	margin: 5px 0;
	font-size: 12px;
	box-sizing: border-box;
	line-height: 1em;
}
.main-content .relation li dd {
	line-height: 1.5em;
	font-size: 14px;
}
#main04 {
	margin: 8% 0;
	padding: 0 5%;
	box-sizing: border-box;
}
#main04 .main02-inner{
	padding: 5%;
	background: #fff;
	border: 3px solid #bbc9cf;
}
#main04 h3 {
	padding-bottom: 0;
	background: none;
	text-align: left;
	font-weight: 600;
}
#main04 .main-text {
	display: block;
	width: 100%;
	float:none;
	line-height: 1.7em;
}
#main04 .main-img {
	display: block;
	margin-left: 0;
	text-align: center;
	float: none;
}
#main04 .main-img {
	height: auto;
	overflow:visible;
}
#main04 .main-img img {
	width: 100%;
	height: auto;
	position: static;
	top: 0;
	left: 0;
	-webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
#main04 .main-img a:hover {
	opacity: 0.8;
}
#main04 .main-text p {
	margin-bottom: 5%;
}
#main04 .font-s {
	font-size: 1rem;
	text-align: left;
	font-weight: bold;
}
}
/*--------------------------------------------------
back number
--------------------------------------------------*/
#backnumber {
	width: 100%;
	text-align: center;
}
#backnumber h4 {
	margin-bottom: 50px;
}
#backnumber h4 img {
	width: auto;
	height: 16px;
}
#backnumber ul {
	width: 100%;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
}
/*偶数で左右に別れてしまう時用*/
#backnumber ul::after {
	content:"";
	display: block;
	width: 30%;
}
#backnumber ul li {
	width: 30%;
}
#backnumber ul li img {
	width: 100%;
	height: auto;
}
#backnumber ul li p {
	font-size: 14px;
}
#backnumber ul li a:hover {
	opacity: 0.8;
}
#backnumber .bn-ttl {
	margin-top: 20px;
	text-align: center;
}
#backnumber .bn-lead {
	margin-top: 20px;
	text-align: left;
}
#backnumber .bn-ttl img {
	width: auto;
	height: 44px;
}
@media screen and (max-width: 768px){
#backnumber {
	width: 100%;
	padding: 10% 3% 0;
	box-sizing: border-box;
}
#backnumber h4 {
	margin-bottom: 30px;
}
#backnumber ul {
	width: 100%;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	justify-content: space-between; 
}
#backnumber ul li {
	width: 100%;
	padding-bottom: 5%;
	margin-bottom: 5%;
	border-bottom: 1px solid #333333;
}
#backnumber ul li a:hover {
	opacity: 1;
}
#backnumber ul li img {
	width: 100%;
	height: auto;
}
}
/*--------------------------------------------------
sns
--------------------------------------------------*/
.sns {
	width: 100%;
	margin-top: 50px;
	text-align: center;
}
.sns h4 {
	margin-bottom: 40px;
}
.sns h4 img {
	width: auto;
	height: 15px;
}
.sns .sns-facebook,
.sns .sns-twitter {
	padding: 0 30px;
	display: inline-block;
}
.sns .sns-facebook img,
.sns .sns-twitter img {
	width: auto;
	height: 32px;
}
.sns a:hover {
	opacity: 0.6;
}
@media screen and (max-width: 768px){
.sns .sns-facebook img,
.sns .sns-twitter img {
	width: auto;
	height: 26px;
}
}
/*--------------------------------------------------
情報誌バナー
--------------------------------------------------*/
a.magazin-ban {
	width: 100%;
	margin: 110px auto 0;
	text-align: center;
	display: block;
}
a.magazin-ban:hover {
	opacity: 0.8;
}
@media screen and (max-width: 768px){
a.magazin-ban {
	width: 100%;
	margin: 10% auto 0;
	padding: 0 5%;
	box-sizing: border-box;
}
a.magazin-ban img {
	width: 100%;
	height: auto;
}
a.magazin-ban:hover {
	opacity: 0.8;
}
}

/*--------------------------------------------------
画像調整 2020.03.05
--------------------------------------------------*/
@media screen and (max-width: 768px){
.w-100 {
	height: auto !important;
}
.w-100 img {
	position: relative !important;
top: auto !important;
left: auto !important;
-webkit-transform: translate(0,0) !important;
-ms-transform: translate(0,0) !important;
transform: translate(0,0) !important;
width: 100% !important;
height: auto !important;	
overflow: visible !important;
}

}
/*--------------------------------------------------
09 クリスマスレシピバナー
--------------------------------------------------*/
.recipe_banner a {
	width: 100%;
	margin: 50px auto 0;
	text-align: center;
	display: block;
}
.recipe_banner a:hover {
	opacity: 0.8;
}
@media screen and (max-width: 768px){
.recipe_banner a {
	width: 100%;
	margin: 10% auto 0;
	padding: 0;
	box-sizing: border-box;
}
.recipe_banner a img {
	width: 100%;
	height: auto;
}
.recipe_banner a:hover {
	opacity: 0.8;
}
}
.door09 .door-content .dictionary {
width: 435px;	
}
.door09 .door-content .description {
    min-height: 360px;
}
.door09 #main04 .main04-inner {
  padding: 50px 80px 90px 110px;
  position: relative;
  background: #f4ebdc;
}
.door09 #main04 .main04-inner:after {
    content: "";
    position: absolute;
    width: 180px;
    height: 540px;
    top: 30px;
    right: 0;
    background: url(../img/fourth_bg.png) no-repeat;
    background-size: contain;
}

@media screen and (max-width: 768px){
.door09 .door-content .dictionary {
width: 100%;	
}
.door09 .door-content .description {
    min-height: auto;
}
.door09 #main04 .main04-inner {
  padding: 5%;
}
.door09 #main04 .main04-inner:after {
  content: "";
    position: absolute;
    width: 100px;
    height: 80px;
    top: -30px;
    right: 0;
    background: url(../img/fourth_bg_sp.png) no-repeat;
    background-size: contain;
}
}