@charset "utf-8";

/* ==== common.css ==== */


/* -- anime -- */

@-webkit-keyframes 'fade' {
  from { opacity:0; }
  to { opacity:1; }
}
@-moz-keyframes fade {
  from { opacity:0; }
  to { opacity:1; }
}


/* -- web font -- */

@font-face {
  font-family: 'WebSymbolsRegular';
  src: url('../../common/fonts/websymbols-regular-webfont.eot');
  src: url('../../common/fonts/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
  url('../../common/fonts/websymbols-regular-webfont.woff') format('woff'),
  url('../../common/fonts/websymbols-regular-webfont.ttf') format('truetype'),
  url('../../common/fonts/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
}


/* font */

section.mjukpoint h1,
section#style>section>header h1,
ul.tabIndex li {
  font-family: 'Raleway', cursive;
  font-weight: 100;
}

.hd_mjuk p,
.largeCopy,
section.hollow h1.tgl,
section#catalog h1 a,
section#tasteformjuk>header .dscrp,
section#lifemodelhouse>header .dscrp,
#modalText li,
#modalNum,
#copy p {
  font-family: '小塚明朝 Pro E', '小塚明朝 Std E', 'Kozuka Mincho Pro', 'Kozuka Mincho Std', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-weight: 100;
}

section.mjukpoint h1 .sub,
section#catalog {
  font-family: '小塚ゴシック Pr6N', 'Kozuka Gothic Pr6N', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'Osaka', 'メイリオ', 'Meiryo', sans-serif;
}

/* -- PC -- */
@media print, screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  /* -- copy -- */
  .inner2 {
    width: 950px;
    /*1025px;*/
    margin: 0 auto;
    /*padding: 0 50px;*/
  }
  /*.hide {
    opacity: 0;
    -webkit-transition: 2s ease-in-out;
    -moz-transition: 2s ease-in-out;
    -o-transition: 2s ease-in-out;
  }*/
  .active {
    opacity: 1;
  }
  /*nav*/
  nav {
    position: fixed;
    top: 67px;
    left: 0;
    width: 330px;
    font-size: 108%;
    z-index: 100;
    color: #959595;
  }
  nav .tgl {
    background: #fff;
    height: 55px;
    padding-left: 26px;
    position: relative;
    cursor: default;
  }
  nav .tgl img.logo {
    padding-top: 9px;
    cursor: pointer;
    cursor: hand;
  }
  /* -- top -- */
  header {
    background-color: #f7f5f2;
  }
  header li {
    float: left;
  }
  header li img {
    opacity: 1;
    width: auto;
    height: 463px;
  }
  header li.open:hover img {
    opacity: 0.7;
    cursor: pointer;
    cursor: hand;
  }
  #container {
    /*width: 1024px;*/
    margin: auto 0;
  }
  #copy {
    margin-top: 34px;
    margin-bottom: 30px;
  }
  #copy p {
    display: none;
  }
  #totop {
    min-width: 358px;
    padding-top: 62px;
    padding-bottom: 47px;
  }
  .center {
    margin: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
  }
  /* color */
  section.hollow,
  .colored,
  .tab ul.tabIndex li.selected,
  .tab article {
    background-color: rgb(247, 245, 242);
    color: #959595;
    text-shadow: #fff 1px 1px 0;
  }
  section.hollow a,
  .colored a {
    color: #959595;
  }
  section.hollow a:hover,
  section.hollow .tgl:hover,
  .colored a:hover {
    color: #ccc;
  }
  section.mainContents header.imgHd {
    height: 600px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    margin-bottom: 50px;
    background-size: cover;
    text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0;
    color: #fff;
  }
  section.mainContents header.imgHd:after {
    content: '';
    position: absolute;
    display: block;
    background: url(../common/images/sdw_850.png) no-repeat center 1px;
    left: 0;
    bottom: -41px;
    width: 100%;
    height: 41px;
    clear: both;
  }
  .inner {
    width: 850px;
    margin: 0 auto;
    padding: 0 50px;
  }
  .sub {
    display: block;
  }
  body>section {
    padding-bottom: 30px;
  }
  p.dscrp {
    color: #000;
    margin: 1.6em 0;
    font-size: 108%;
    line-height: 1.8em;
    letter-spacing: 0.1em;
  }
  .largeCopy {
    color: #959595;
    font-size: 220%;
    letter-spacing: 0.2em;
    padding-bottom: 15px;
    line-height: 1.8em;
  }
  .bdr:after {
    content: '';
    position: relative;
    display: block;
    height: 28px;
    width: 30px;
    border-bottom: 2px solid #959595;
  }
  .sdw {
    position: relative;
    display: block;
    margin-bottom: 41px;
    margin-top: 10px;
  }
  .sdw:after {
    content: '';
    position: absolute;
    display: block;
    background: url(../common/images/sdw_680.png) no-repeat right 1px;
    width: 100%;
    height: 41px;
    left: 0;
    bottom: -41px;
  }
  .bottomShadow {
    position: relative;
    margin-bottom: 50px;
  }
  .bottomShadow:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 41px;
    background-repeat: no-repeat;
    background-position: center top;
    left: 0;
    background-image: url(../images/sdw_850.png);
    bottom: -41px;
  }
  section.hollow {
    position: relative;
    padding-top: 67px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05) inset;
    overflow: hidden;
  }
  section.hollow:before,
  section.hollow:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 10px;
    left: 0;
    background-repeat: no-repeat;
    background-position: center top;
  }
  section.hollow:before {
    background-image: url(../common/images/sdw_hfTop_850.png);
    top: 0;
  }
  section.hollow:after {
    background-image: url(../common/images/sdw_hfBtm_850.png);
    bottom: 0;
  }
  .centeredList {
    position: relative;
    overflow: hidden;
  }
  .centeredList ul {
    position: relative;
    left: 50%;
    float: left;
  }
  .centeredList ul li {
    position: relative;
    left: -50%;
    float: left;
  }
  ul.photoList {
    padding-bottom: 30px;
  }
  ul.photoList li {
    margin-right: 5px;
  }
  ul.photoList li:last-child {
    margin-right: 0;
  }
  ul.photoList li {
    display: block;
    cursor: pointer;
    cursor: hand;
  }
  ul.photoList li img {
    opacity: 1;
  }
  ul.photoList li:hover img {
    opacity: 0.7;
    cursor: pointer;
    cursor: hand;
  }
  ul.photoList li img.disnon {
    display: none;
  }
  ul.photoList li:after {
    background-image: url(../../common/images/picbutton.png);
    background-repeat: no-repeat;
    background-position: center center;
    content: '';
    display: block;
    position: relative;
    height: 80px;
    line-height: 80px;
    text-align: center;
  }
  .tab ul.tabIndex li {
    height: 55px;
    width: 414px;
    margin-right: 18px;
    border: 1px solid rgb(247, 245, 242);
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    cursor: hand;
  }
  .tab ul.tabIndex li:last-child {
    margin-right: 0;
  }
  .tab article {
    display: none;
  }
  .tab article.selected {
    display: block;
  }
  /* for [Feel Lagom] and [Taste for mjuk]*/
  /* -- section -- */
  /*top*/
  .hd_mjuk .right {
    width: 330px;
    padding-top: 28px;
    -webkit-animation: 'fade' 1s ease-out 2s backwards;
    -moz-animation: fade 1s ease-out 2s backwards;
  }
  .hd_mjuk p {
    margin-top: 24px;
    font-size: 138.5%;
    line-height: 2em;
    letter-spacing: 0.2em;
  }
  /*nav*/
  nav {
    position: fixed;
    top: 67px;
    left: 0;
    width: 330px;
    font-size: 108%;
    z-index: 100;
    color: #959595;
  }
  nav .tgl {
    background: #fff;
    height: 55px;
    padding-left: 26px;
    position: relative;
    cursor: default;
  }
  nav .tgl img.logo {
    padding-top: 9px;
    cursor: pointer;
    cursor: hand;
  }
  /* + navのマーク */
  nav .tgl p {
    position: absolute;
    display: block;
    top: 20px;
    right: 26px;
    height: 18px;
    /*35px;*/
    /*55px;*/
    line-height: 55px;
    cursor: pointer;
    cursor: hand;
  }
  nav ul#menuList {
    position: absolute;
    left: 0;
    top: 57px;
    display: none;
    width: 100%;
    padding: 15px 0;
    background: #f7f5f2;
    /*overflow: hidden;*/
  }
  nav ul#menuList li a {
    display: block;
    padding-left: 30px;
    height: 35px;
    line-height: 35px;
    background: #f7f5f2;
    color: #959595;
    -webkit-transition: 0.05s ease-in-out;
    -moz-transition: 0.05s ease-in-out;
    -o-transition: 0.05s ease-in-out;
  }
  nav ul#menuList li a.index {
    color: #000;
  }
  nav ul#styleList li a:before {
    content: ' - ';
  }
  nav ul#menuList li a:hover {
    background: #000;
  }
  nav ul#menuList li a.index:hover {
    background: #fff;
  }
  /*.hide {
    opacity: 0;
    -webkit-transition: 2s ease-in-out;
    -moz-transition: 2s ease-in-out;
    -o-transition: 2s ease-in-out;
  }*/
  .active {
    opacity: 1;
  }
  /* ###### contents1 ###### */
  section#contents1 .hd_top {
    background-image: url(../images_contents1/hdBg.jpg);
  }
  /* ###### contents2 ###### */
  section#contents2 .hd_top {
    background-image: url(../images_contents2/top.jpg);
  }
  /* ###### contents3 ###### */
  section#contents3 .hd_top {
    background-image: url(../images_contents3/top.jpg);
  }
  /* ###### contents4 ###### */
  section#contents4 .hd_top {
    background-image: url(../images_contents4/top.jpg);
  }
  /* -- header image -- */
  /* concept */
  .mainContents .concept .title {
    padding-bottom: 39px;
    border-bottom: 1px solid #b4b7ba;
  }
  .mainContents .concept .profile {
    display: none;
  }
  .mainContents .concept .largeCopy {
    padding-top: 49px;
  }
  .mainContents .concept aside .dscrp {
    font-size: 93%;
  }
  .mainContents .concept .contents .dscrp {
    float: right;
    width: 395px;
  }
  .mainContents .concept .contents .sdw_small {
    margin-right: 25px;
    margin-top: 6px;
    margin-bottom: 50px;
    position: absolute;
    display: block;
  }
  .mainContents .concept .contents .sdw_small:after {
    content: '';
    position: absolute;
    display: block;
    background: url(../common/images/open_shadow.png) no-repeat right 1px;
    width: 100%;
    height: 38px;
    left: 0;
    bottom: -37px;
  }
  .mainContents .concept .contents .dscrp {
    margin-top: 0px;
  }
  /* text2 */
  .mainContents .text2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /* manazine */
  .mainContents .magazine .inner {
    margin: 80px auto 80px;
  }
  .mainContents .magazine>.inner>div {
    float: left;
  }
  .mainContents .magazine>.inner>.text {
    width: 670px;
    margin: 28px 0 0 33px;
  }
  .mainContents .magazine>.inner>.text>.image {
    margin-bottom: 30px;
  }
  .mainContents .magazine>.inner>.text {
    font-size: 108%;
  }
  .mainContents .magazine>.inner>.text a {
    text-decoration: underline;
    color: black;
  }
  /* toggle */
  .mainContents .toggle {
    padding-top: 18px;
    margin-bottom: 78px;
  }
  .mainContents .toggle h1 {
    padding-bottom: 60px;
  }
  .mainContents .toggle .tgl .leftBtn {
    float: left;
    margin-top: 25px;
  }
  .mainContents .toggle .tgl .rightBtn {
    float: right;
    margin-top: 45px;
    margin-right: 2px;
  }
  .mainContents .toggle .contents p {
    float: left;
  }
  .mainContents .toggle .contents .image {
    margin-left: 65px;
    margin-right: 55px;
  }
  .mainContents .toggle .tgl+.contents {
    overflow: hidden;
    height: 360px;
  }
  .mainContents .toggle .tgl:before {
    content: '+';
    display: block;
    position: absolute;
    background-position: 0 0;
    width: 30px;
    height: 30px;
    left: -42px;
    top: 16px;
    line-height: 0;
    text-indent: -9999px;
  }
  .mainContents .toggle .tgl.open:before {
    content: '-';
    background-position: -30px 0;
  }
  .mainContents .toggle .tgl .rightBtn {
    width: 76px;
    height: 29px;
    background-image: url(../common/images/concept_click_off.png);
  }
  .mainContents .toggle .tgl.open .rightBtn {
    background-image: url(../common/images/concept_click_on.png);
  }
  /* video */
  .mainContents .video {
    height: 500px;
    background: url(../common/images/video_bg.png);
    margin-top: 50px;
    padding-top: 125px;
    margin-bottom: 55px;
  }
  .mainContents .video .videoTag {
    margin: 0 auto;
    width: 720px;
    height: 405px;
  }
  /* know mjuk link */
  section#knowmjuk_link .inner p {
    width: 450px;
    height: 80px;
    margin: 0 auto;
    /*margin-top: 77px;*/
    margin-bottom: 80px;
  }
  /* catalog */
  section#catalog .sdw:after {
    background-position: right top;
  }
  section#catalog h1 a {
    display: block;
  }
  section#catalog {
    padding-bottom: 100px;
  }
  section#catalog ul {
    padding: 14px 0;
    color: red;
    font-size: 93%;
  }
  section#catalog ul li {
    padding: 0 19px;
    border-right: 1px solid #dedddb;
    border-left: 1px solid #FFF;
  }
  section#catalog ul li:first-child {
    border-left: 1px solid #dedddb;
  }
  section#catalog ul li a {
    height: 35px;
    line-height: 35px;
    display: block;
    text-align: left;
  }

}


/* SP */
@media print, screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: inherit !important;
  }
  img {
  	width: 100%;
  	height: auto;
  }
  body {
    min-width: 100% !important;
  }
  /* -- copy -- */
  .inner2 {
    width: 100%;
    margin: 0 auto;
  }
  .hide {
    opacity: 0;
    -webkit-transition: 2s ease-in-out;
    -moz-transition: 2s ease-in-out;
    -o-transition: 2s ease-in-out;
  }
  .active {
    opacity: 1;
  }
  /*nav*/
  nav {
    position: fixed;
    top: 67px;
    left: 0;
    width: 160px;
    font-size: 108%;
    z-index: 100;
    color: #959595;
  }
  nav .tgl {
    background: #fff;
    height: 55px;
    padding-left: 26px;
    position: relative;
    cursor: default;
  }
  nav .tgl img.logo {
    padding-top: 9px;
    cursor: pointer;
    cursor: hand;
  }
  /* -- top -- */
  header {
    background-color: #f7f5f2;
  }
  header ul {
    overflow: hidden;
  }
  header li {
    float: left;
    width: 25%;
    line-height: 1;
  }
  header li a {
    line-height: 1;
  }
  header li img {
    opacity: 1;
    width: 100%;
    height: auto;
  }
  header li.open:hover img {
    opacity: 0.7;
    cursor: pointer;
    cursor: hand;
  }
  #container {
    margin: auto 0;
  }
  #copy {
    margin: 25px auto;
  }
  #copy img {
    margin-bottom: 15px;
  }
  #copy p {
    line-height: 1.8;
  }
  #totop {
    min-width: 358px;
    padding-top: 62px;
    padding-bottom: 47px;
  }
  .center {
    margin: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
  }
  /* color */
  section.hollow,
  .colored,
  .tab ul.tabIndex li.selected,
  .tab article {
    background-color: rgb(247, 245, 242);
    color: #959595;
    text-shadow: #fff 1px 1px 0;
  }
  section.hollow a,
  .colored a {
    color: #959595;
  }
  section.hollow a:hover,
  section.hollow .tgl:hover,
  .colored a:hover {
    color: #ccc;
  }
  section.mainContents header.imgHd {
    width: 100%;
    height: 0;
    padding-top: 41.6%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    margin: 25px auto;
    background-size: 100% auto;
    text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0;
    color: #fff;
  }
  section.mainContents header.imgHd img {
    width: 100%;
    height: auto;
  }
  .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 5%;
    box-sizing: border-box;
  }
  .sub {
    display: block;
  }
  body>section {
    padding-bottom: 30px;
  }
  p.dscrp {
    margin-bottom: 25px;
    color: #000;
    font-size: 108%;
    line-height: 1.8em;
    letter-spacing: 0.1em;
  }
  .largeCopy {
    color: #959595;
    font-size: 220%;
    letter-spacing: 0.2em;
    padding-bottom: 15px;
    line-height: 1.8em;
  }
  .largeCopy img {
    width: 100%;
    height: auto;
  }
  .bdr:after {
    content: '';
    position: relative;
    display: block;
    height: 15px;
    width: 20px;
    border-bottom: 1px solid #959595;
  }
  .sdw {
    position: relative;
    display: block;
    margin-bottom: 41px;
    margin-top: 10px;
  }
  .sdw:after {
    content: '';
    position: absolute;
    display: block;
    background: url(../common/images/sdw_680.png) no-repeat right 1px;
    width: 100%;
    height: 41px;
    left: 0;
    bottom: -41px;
  }
  .bottomShadow {
    position: relative;
    margin-bottom: 50px;
  }
  .bottomShadow:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 41px;
    background-repeat: no-repeat;
    background-position: center top;
    left: 0;
    background-image: url(../images/sdw_850.png);
    bottom: -41px;
  }
  section.hollow {
    position: relative;
    padding: 5%;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05) inset;
    overflow: hidden;
  }
  .centeredList {
    position: relative;
    overflow: hidden;
  }
  ul.photoList {
    padding-bottom: 30px;
  }
  ul.photoList li {
    float: left;
    width: 32.6%;
    margin-right: 1%;
  }
  ul.photoList li:nth-child(3n) {
    margin-right: 0;
  }
  ul.photoList li img {
    opacity: 1;
  }
  ul.photoList li:hover img {
    opacity: 0.7;
    cursor: pointer;
    cursor: hand;
  }
  ul.photoList li img.disnon {
    display: none;
  }
  ul.photoList li:after {
    background-image: url(../../common/images/picbutton.png);
    background-repeat: no-repeat;
    background-position: center center;
    content: '';
    display: block;
    position: relative;
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
  .tab ul.tabIndex li {
    height: 55px;
    width: 100%;
    margin-right: 18px;
    border: 1px solid rgb(247, 245, 242);
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    cursor: hand;
  }
  .tab ul.tabIndex li:last-child {
    margin-right: 0;
  }
  .tab article {
    display: none;
  }
  .tab article.selected {
    display: block;
  }
  /* for [Feel Lagom] and [Taste for mjuk]*/
  /* -- section -- */
  /*top*/
  header#header {
  	margin-top: 50px;
  }
  .hd_mjuk .right {
    width: 330px;
    padding-top: 28px;
    -webkit-animation: 'fade' 1s ease-out 2s backwards;
    -moz-animation: fade 1s ease-out 2s backwards;
  }
  .hd_mjuk p {
    margin-top: 24px;
    font-size: 138.5%;
    line-height: 2em;
    letter-spacing: 0.2em;
  }
  /*nav*/
  nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 108%;
    z-index: 100;
    color: #959595;
  }
  nav .tgl {
    background: #fff;
    height: 50px;
    padding-left: 26px;
    position: relative;
    cursor: default;
  }
  nav .tgl a {
    float: left;
  }
  nav .tgl img.logo {
    width: 69px;
    padding-top: 6px;
  }
  /* + navのマーク */
  nav .tgl p {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
  }
  nav ul#menuList {
    position: absolute;
    left: 0;
    top: 52px;
    display: none;
    width: 100%;
    padding: 20px 0;
    background: #f7f5f2;
  }
  nav ul#menuList li a {
    display: block;
    padding-left: 5%;
    height: 35px;
    line-height: 35px;
    background: #f7f5f2;
    color: #959595;
    font-size: 105%;
    -webkit-transition: 0.05s ease-in-out;
    -moz-transition: 0.05s ease-in-out;
    -o-transition: 0.05s ease-in-out;
  }
  nav ul#menuList li a.index {
    color: #000;
  }
  nav ul#styleList li a:before {
    content: ' - ';
  }
  nav ul#menuList li a:hover {
    background: #000;
  }
  nav ul#menuList li a.index:hover {
    background: #fff;
  }
  .hide {
    opacity: 0;
    -webkit-transition: 2s ease-in-out;
    -moz-transition: 2s ease-in-out;
    -o-transition: 2s ease-in-out;
  }
  .active {
    opacity: 1;
  }
  /* ###### contents1 ###### */
  section#contents1 .hd_top {
    background-image: url(../images_contents1/hdBg.jpg);
  }
  /* ###### contents2 ###### */
  section#contents2 .hd_top {
    background-image: url(../images_contents2/top.jpg);
  }
  /* ###### contents3 ###### */
  section#contents3 .hd_top {
    background-image: url(../images_contents3/top.jpg);
  }
  /* ###### contents4 ###### */
  section#contents4 .hd_top {
    background-image: url(../images_contents4/top.jpg);
  }
  /* -- header image -- */
  /* concept */
  .mainContents .concept .title {
    padding-bottom: 20px;
  }
  .mainContents .concept .title img {
    width: 100%;
    height: auto;
  }
  .mainContents .concept .profile {
    padding: 3% 5%;
    color: #888;
    font-size: 80%;
    line-height: 1.6;
    border: 1px solid #cfcfcf;
  }
  .mainContents .concept .largeCopy {
    width: 95%;
    padding-top: 25px;
  }
  .mainContents .concept aside .dscrp {
    font-size: 93%;
  }
  .mainContents .concept .contents .dscrp {
    float: right;
    width: 395px;
  }
  .mainContents .concept .contents .sdw_small {
    margin-right: 25px;
    margin-top: 6px;
    margin-bottom: 50px;
    position: absolute;
    display: block;
  }
  .mainContents .concept .contents .sdw_small:after {
    content: '';
    position: absolute;
    display: block;
    background: url(../common/images/open_shadow.png) no-repeat right 1px;
    width: 100%;
    height: 38px;
    left: 0;
    bottom: -37px;
  }
  .mainContents .concept .contents .dscrp {
    margin-top: 0px;
  }
  /* text2 */
  .mainContents .text2 {
    padding-top: 20px;
  }
  /* manazine */
  .mainContents .magazine .inner {
    margin: 8% auto;
  }
  .mainContents .magazine>.inner>div {
    float: left;
  }
  .mainContents .magazine>.inner>div.image {
    width: 32%;
    margin-right: 3%;
  }
  .mainContents .magazine>.inner>div.image img {
    width: 100%;
    height: auto;
  }
  .mainContents .magazine>.inner>.text {
    width: 65%;
    margin-right: 0;
  }
  .mainContents .magazine>.inner>.text>.image img {
    width: 100%;
    height: auto;
    margin-bottom: 5%;
  }
  .mainContents .magazine>.inner>.text {
    font-size: 108%;
    line-height: 1.5;
  }
  .mainContents .magazine>.inner>.text a {
    text-decoration: underline;
    color: black;
  }
  /* toggle */
  .mainContents .toggle {
    padding-top: 18px;
    margin-bottom: 50px;
  }
  .mainContents .toggle .inner {
    padding: 0;
  }
  .mainContents .toggle .tgl .leftBtn img {
    width: 100%;
    height: auto;
  }
  .mainContents .toggle .tgl .rightBtn {
    float: right;
    margin-top: 14px;
    margin-right: 2px;
  }
  .mainContents .toggle .contents p {
    float: none;
    margin-top: 8%;
  }
  .mainContents .toggle .contents .image {
    width: 100%;
  }
  .mainContents .toggle .contents img {
    width: 100%;
    height: auto;
  }
  .mainContents .toggle .tgl+.contents {
    overflow: hidden;
  }
  .mainContents .toggle .tgl:before {
    content: '+';
    display: block;
    position: absolute;
    background-position: 0 0;
    width: 30px;
    height: 30px;
    left: -42px;
    top: 16px;
    line-height: 0;
    text-indent: -9999px;
  }
  .mainContents .toggle .tgl.open:before {
    content: '-';
    background-position: -30px 0;
  }
  .mainContents .toggle .tgl .rightBtn {
    width: 70px;
    height: 25px;
    background-image: url(../common/images/concept_click_off.png);
    background-size: 100%;
  }
  .mainContents .toggle .tgl.open .rightBtn {
    background-image: url(../common/images/concept_click_on.png);
  }
  /* video */
  .mainContents .video {
    width: 100%;
    background: url(../common/images/video_bg.png);
    margin-top: 25px;
    box-sizing: border-box;
  }
  .mainContents .video .videoTag {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .mainContents .video .videoTag iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  /* know mjuk link */
  section#knowmjuk_link .inner p {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 80px;
  }
  /* catalog */
  section#catalog .sdw:after {
    background-position: right top;
  }
  section#catalog h1 a {
    display: block;
  }
  section#catalog {
    padding-bottom: 100px;
  }
  section#catalog ul {
    padding: 14px 0;
    color: red;
    font-size: 93%;
  }
  section#catalog ul li {
    padding: 0 19px;
    border-right: 1px solid #dedddb;
    border-left: 1px solid #FFF;
  }
  section#catalog ul li:first-child {
    border-left: 1px solid #dedddb;
  }
  section#catalog ul li a {
    height: 35px;
    line-height: 35px;
    display: block;
    text-align: left;
  }

}