

* {
  margin: 0px;
  padding: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


body {
  padding-top: 40px;
  background-position: center 40px;
}

@media (min-width: 481px) {
  body {
    padding-top: 60px;
    background-position: center 640px;
  }
}

@media (min-width: 769px) {
  body {
    padding-top: 80px;
    background-position: center 80px;
  }
}

@media (min-width: 980px) {
  body {
    padding-top: 0;
    background-position: center top;
  }
}


#topslide {
  width: 100%;
  height: auto;
  margin: 0 auto;
}


#topslidebody {
  width: 100%;
  max-width: 980px;
  height: auto;
  margin: 0 auto;
}


#header {
  position: fixed;
  z-index: 100;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 980px) {
  #header {
    position: relative;
    background-color: transparent;
  }
}


#header #headerbody {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  position: relative;
  padding: 0;
  margin: 0 auto;
  background-image: url(none);
}

@media (min-width: 980px) {
  #header #headerbody {
    max-width: 980px;
    height: 120px;
    padding-right: 150px;
    margin: 0 auto;
    background-image: url(../img/2ndbasic/telbg.png);
    background-repeat: no-repeat;
    background-position: right top;
  }
}


@media (min-width: 980px) {
  #header #headerbody.headerbody-index {
    padding-right: 0;
    background-image: url(none);
  }
}


#header #headerbody h1 {
  float: none;
  width: 40px;
  height: 40px;
}

@media (min-width: 481px) {
  #header #headerbody h1 {
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 769px) {
  #header #headerbody h1 {
    width: 80px;
    height: 80px;
  }
}

@media (min-width: 980px) {
  #header #headerbody h1 {
    width: 120px;
    height: 120px;
  }
}


@media (min-width: 980px) {
  #header #headerbody.headerbody-index h1 {
    display: none;
  }
}


ul.hr-ic {
  display: flex;
  width: auto;
  padding: 0;
  margin: 0 40px 0 0;
}

@media (min-width: 481px) {
  ul.hr-ic {
    margin: 0 60px 0 0;
  }
}

@media (min-width: 769px) {
  ul.hr-ic {
    margin: 0 80px 0 0;
  }
}

@media (min-width: 980px) {
  ul.hr-ic {
    display: none;
  }
}


ul.hr-ic li {
  display: block;
  width: 50%;
  height: auto;
  padding: 0;
  margin: 0;
}


ul.hr-ic li a {
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (min-width: 481px) {
  ul.hr-ic li a {
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 769px) {
  ul.hr-ic li a {
    width: 80px;
    height: 80px;
  }
}


ul.hr-ic li a.ic-stock {
  background-image: url(../img/icon-stock.png);
}


ul.hr-ic li a.ic-access {
  background-image: url(../img/icon-access.png);
}


#header #headerbody a.menu-link {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 100;
  width: 40px;
  height: 40px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background-image: url(../img/icon-menu.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 40px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (min-width: 481px) {
  #header #headerbody a.menu-link {
    width: 60px;
    height: 60px;
    background-size: auto 60px;
  }
}

@media (min-width: 769px) {
  #header #headerbody a.menu-link {
    width: 80px;
    height: 80px;
    background-size: auto 80px;
  }
}

@media (min-width: 980px) {
  #header #headerbody a.menu-link {
    display: none;
  }
}


nav[role=navigation]#menu {
  clear: both;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: transparent;
}


.js nav[role=navigation]#menu {
  max-height: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

@media (min-width: 980px) {
  .js nav[role=navigation]#menu {
    display: block;
    max-height: none;
    width: 100%;
    max-width: 710px;
    height: auto;
    overflow: hidden;
  }
}


@media (min-width: 980px) {
  .js #headerbody.headerbody-index nav[role=navigation]#menu {
    max-width: 980px;
  }
}


nav[role=navigation]#menu.active {
  max-height: 500px;
}


nav[role=navigation]#menu ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0;
  border-top: 1px solid #ccc;
}

@media (min-width: 980px) {
  nav[role=navigation]#menu ul {
    width: 100%;
    border-top: none;
  }
}


nav[role=navigation]#menu li {
  display: inline-block;
  flex: auto;
  width: 50%;
  height: auto;
  line-height: 1em;
  list-style-image: none;
  list-style-type: none;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
nav[role=navigation]#menu li:nth-of-type(2n) {
  border-right: none;
}

@media (min-width: 481px) {
  nav[role=navigation]#menu li {
    width: 33.33%;
    border-right: 1px solid #ccc;
  }
  nav[role=navigation]#menu li:nth-of-type(2n) {
    border-right: 1px solid #ccc;
  }
  nav[role=navigation]#menu li:nth-of-type(3n) {
    border-right: none;
  }
}

@media (min-width: 769px) {
  nav[role=navigation]#menu li {
    width: 16.66%;
    border-right: 1px solid #ccc;
  }
  nav[role=navigation]#menu li:nth-of-type(2n) {
    border-right: 1px solid #ccc;
  }
  nav[role=navigation]#menu li:nth-of-type(3n) {
    border-right: 1px solid #ccc
  }
  nav[role=navigation]#menu li:last-of-type {
    border-right: none;
  }
}

@media (min-width: 980px) {
  nav[role=navigation]#menu li {
    width: 16.66%;
    border-right: none;
    border-top: none;
  }
  nav[role=navigation]#menu li:nth-of-type(2n) {
    border-right: none;
  }
  nav[role=navigation]#menu li:nth-of-type(3n) {
    border-right: none;
  }
  nav[role=navigation]#menu li:last-of-type {
    border-right: none;
  }
}


nav[role=navigation]#menu li a {
  display: block;
  width: 100%;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 481px) {
  nav[role=navigation]#menu li a {
    height: 60px;
  }
}

@media (min-width: 769px) {
  nav[role=navigation]#menu li a {
    height: 80px;
  }
}

@media (min-width: 980px) {
  nav[role=navigation]#menu li a {
    height: 120px;
    background-color: transparent;
  }
}


nav[role=navigation]#menu li a:hover {
  color: #fff;
  background: linear-gradient(to bottom, #000000 0%,#333333 100%);
  margin-top: 0;
}


nav#menu li a .navt_en {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}

@media (min-width: 481px) {
  nav#menu li a .navt_en {
    height: 60px;
  }
}

@media (min-width: 769px) {
  nav#menu li a .navt_en {
    height: 80px;
  }
}

@media (min-width: 980px) {
  nav#menu li a .navt_en {
    height: 120px;
  }
}


nav#menu li a:hover .navt_en {
  display: none;
}


nav#menu li a .m_jpt {
  display: none;
}


nav#menu li a:hover .m_jpt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  font-size: 12px;
}

@media (min-width: 481px) {
  nav#menu li a:hover .m_jpt {
    height: 60px;
  }
}

@media (min-width: 769px) {
  nav#menu li a:hover .m_jpt {
    height: 80px;
  }
}

@media (min-width: 980px) {
  nav#menu li a:hover .m_jpt {
    height: 120px;
  }
}


#footer #ftbody {
  width: 100%;
  padding: 0 0 10px 0;
}

@media (min-width: 481px) {
  #footer #ftbody {
    max-width: 980px;
    padding: 25px 0;
  }
}


#footer #ftbody p {
  margin-bottom: 10px;
}

@media (min-width: 481px) {
  #footer #ftbody p {
    margin-bottom: 0;
  }
}


#footer #ftbody p a {
  display: block;
  width: 100%;
  height: 30px;
  padding: 5px;
  margin: 0;
  border-bottom: 1px solid #444;
}

@media (min-width: 481px) {
  #footer #ftbody p a {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 0.5em;
    border-bottom: none;
  }
}


#footer #ftbody p a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

@media (min-width: 769px) {
  #footer #ftbody p a:hover {
    background-color: transparent;
  }
}


a.deactivated {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}


.nobreak {
  display: inline-block;
}


p.no-item {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 5rem 0 5rem 0;
  float: none;
}


img {
  max-width: 100%;
  height: auto;
}


.img-container {
  position: relative;
  margin: 0;
}


.img-container::before {
  padding-top: 66.66%;
  display: block;
  content: "";
}


.img-container-4by3::before {
  padding-top: 75%;
  display: block;
  content: "";
}


.img-container-half::before {
  padding-top: 50%;
  display: block;
  content: "";
}


.img-container-square::before {
  padding-top: 100%;
  display: block;
  content: "";
}


.img-container .container-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}


.img-container .container-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}


.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 0;
  overflow: hidden;
}


.video-container iframe, 
.video-container object, 
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


#recomm {
  width: 100%;
  max-width: 980px;
  padding: 30px 0 0 0;
}


#featuresmm {
  width: 100%;
  max-width: 980px;
  height: auto;
  margin: 0 auto;
  padding: 20px 0 50px 0;
}


#featuresmm ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}


#featuresmm ul li {
  display: block;
  width: 100%;
  height: 110px;
  float: none;
  margin: 10px 0;
}

@media (min-width: 481px) {
  #featuresmm ul li {
    width: calc( 50% - 20px );
    margin: 10px;
  }
}

@media (min-width: 769px) {
  #featuresmm ul li {
    width: calc( 33.33% - 20px );
  }
}


#featuresmm ul li a {
  width: 100%;
  height: 110px;
  background-size: cover;
}


#featuresmm ul li a:hover {
  width: 100%;
  height: 110px;
}


#featuresmm ul li a .f_bnm {
  width: 100%;
}


#pagetitle {
  width: 100%;
  max-width: 980px;
}


#pagetitle h2 {
  font-size: 24px;
}

@media (min-width: 481px) {
  #pagetitle h2 {
    font-size: 36px;
  }
}

@media (min-width: 769px) {
  #pagetitle h2 {
    font-size: 40px;
  }
}


#pagetitle p {
  font-size: 10px;
}

@media (min-width: 481px) {
  #pagetitle p {
    font-size: 12px;
  }
}

@media (min-width: 481px) {
  #pagetitle p {
    font-size: 14px;
  }
}


#msp {
  width: 100%;
  max-width: 960px;
}


#msp #thanks {
  padding: 60px 5%;
}

@media (min-width: 481px) {
  #msp #thanks {
    padding: 80px 5%;
  }
}

@media (min-width: 769px) {
  #msp #thanks {
    padding: 100px 5%;
  }
}


#msp h2 {
  font-size: 14px;
}

@media (min-width: 481px) {
  #msp h2 {
    font-size: 16px;
  }
}

@media (min-width: 769px) {
  #msp h2 {
    font-size: 18px;
  }
}


.content {
  padding: 0 3%;
}

@media (min-width: 481px) {
  .content {
    padding: 0 4%;
  }
}

@media (min-width: 769px) {
  .content {
    padding: 0 5%;
  }
}

@media (min-width: 980px) {
  .content {
    padding: 0;
  }
}


#msp .content table.ts01 {
  display: block;
  width: 100%;
}


#msp .content table.ts01 tbody {
  display: block;
  width: 100%;
}


#msp .content table.ts01 tr {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


#msp .content .ts01 tr th {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 0.7em;
}

@media (min-width: 769px) {
  #msp .content .ts01 tr th {
    justify-content: center;
    width: 200px;
    font-size: 0.8em;
  }
}

@media (min-width: 980px) {
  #msp .content .ts01 tr th {
    width: 240px;
  }
}


#msp .content .ts01 tr td {
  width: 100%;
  padding: 10px 8px 30px 8px;
  border: none;
  background-color: transparent;
}

@media (min-width: 769px) {
  #msp .content .ts01 tr td {
    width: calc( 100% - 200px );
    padding: 10px 8px;
    border-top: 1px solid #fcfcfc;
    border-right: 1px solid #d8d6d3;
    border-bottom: 1px solid #d8d6d3;
    border-left: 1px solid #f0f0f0;
    background-color: #F5F4F3;
  }
}

@media (min-width: 980px) {
  #msp .content .ts01 tr td {
    width: calc( 100% - 240px );
  }
}


#msp .content table.ts02 {
  display: block;
  width: 100%;
}


#msp .content table.ts02 tbody {
  display: block;
  width: 100%;
}


#msp .content table.ts02 tr {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


#msp .content .ts02 tr th {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 0.8em;
}

@media (min-width: 769px) {
  #msp .content .ts02 tr th {
    width: 200px;
  }
}

@media (min-width: 980px) {
  #msp .content .ts02 tr th {
    width: 240px;
  }
}


#msp .content .ts02 tr td {
  width: 100%;
  padding: 10px 8px 30px 8px;
  border: none;
  background-color: transparent;
}

@media (min-width: 769px) {
  #msp .content .ts02 tr td {
    width: calc( 100% - 200px );
    padding: 10px 8px;
    border-bottom: 1px dotted #999;
  }
}

@media (min-width: 980px) {
  #msp .content .ts02 tr td {
    width: calc( 100% - 240px );
  }
}


#msp .content form .formbox100 {
  padding: 5px;
}


#msp .content form .formbox150 {
  padding: 5px;
}


#msp .content form .formbox250 {
  width: 100%;
  padding: 5px;
}

@media (min-width: 481px) {
  #msp .content form .formbox250 {
    width: 350px;
    padding: 5px;
  }
}


#msp .content form .formbox750 {
  width: 100%;
  padding: 5px;
}


#msp .content form input#imageField {
  width: 90%;
  max-width: 400px;
}

@media (min-width: 481px) {
  #msp .content form input#imageField {
    
  }
}


.access-wrap {
  display: flex;
  flex-wrap: wrap;
}


.access-col {
  width: 100%;
}

@media (min-width: 769px) {
  .access-col {
    width: 50%;
  }
}


.acm01 {
  padding: 3%;
  background-color: #fafafa;
  text-align: center;
}


.acm02 {
  padding: 3%;
  background-color: #f0f0f0;
  text-align: center;
}


.acm03 {
  padding: 6%;
  color: #d5d5d5;
  background-color: #666;
}


.acm04 {
  padding: 6%;
  color: #d5d5d5;
  background-color: #222;
}


.acm04 p {
  text-align: center;
}


#msp .content #trd-ic.trd-ic-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}


#msp #trd-ic.trd-ic-wrap #trdic-01.trd-ic-col, 
#msp #trd-ic.trd-ic-wrap #trdic-02.trd-ic-col, 
#msp #trd-ic.trd-ic-wrap #trdic-03.trd-ic-col {
  width: 100%;
  margin: 10px 0;
}

@media (min-width: 481px) {
  #msp #trd-ic.trd-ic-wrap #trdic-01.trd-ic-col, 
  #msp #trd-ic.trd-ic-wrap #trdic-02.trd-ic-col, 
  #msp #trd-ic.trd-ic-wrap #trdic-03.trd-ic-col {
    width: calc( 50% - 20px );
    margin: 0 10px;
  }
}

@media (min-width: 769px) {
  #msp #trd-ic.trd-ic-wrap #trdic-01.trd-ic-col, 
  #msp #trd-ic.trd-ic-wrap #trdic-02.trd-ic-col, 
  #msp #trd-ic.trd-ic-wrap #trdic-03.trd-ic-col {
    width: calc( 33.33% - 20px );
    margin: 0 10px;
  }
}


#msp #infomm .infom1 {
  background-color: #000;
  background-image: url(../img/info/img01.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  height: 380px;
  width: 380px;
  padding-top: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 530px;
}


#msp #infomm .infom2 {
  background-color: #555;
  background-image: url(../img/info/img02.png);
  background-position: center top;
  clear: both;
  height: 380px;
  width: 380px;
  padding-top: 50px;
  padding-right: 290px;
  padding-bottom: 50px;
  padding-left: 290px;
  background-repeat: no-repeat;
}


#msp #infomm .infom5 {
  background-color: #333;
  text-align: center;
  padding: 50px 10px;
  height: auto;
  width: 100%;
}

@media (min-width: 481px) {
  #msp #infomm .infom5 {
    padding: 50px 20px;
  }
}

@media (min-width: 769px) {
  #msp #infomm .infom5 {
    padding: 50px;
  }
}


.info-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: #000;
}


.info-wrap-reverse {
  flex-direction: row-reverse;
}


.info-img {
  width: 100%;
  height: 66vw;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 481px) {
  .info-img {
    height: 50vw;
  }
}

@media (min-width: 769px) {
  .info-img {
    width: 50%;
    height: auto;
  }
}


.info-img01 {
  background-image: url(../img/info/img01.jpg);
  background-position: center center;
}


.info-img02 {
  background-image: url(../img/info/img02.png);
  background-position: right center;
}


.info-tx {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 20px 3%;
}

@media (min-width: 769px) {
  .info-tx {
    width: 50%;
    padding: 50px 3%;
  }
}


.info-tx-inner {
  display: inline-block;
  width: auto;
}


#msp #infomm .info-tx h2 {
  font-size: 16px;
  line-height: 1.4em;
  color: #fff;
  margin-bottom: 1em;
}

@media (min-width: 481px) {
  #msp #infomm .info-tx h2 {
    font-size: 18px;
    margin-bottom: 1.5em;
  }
}

@media (min-width: 769px) {
  #msp #infomm .info-tx h2 {
    font-size: 20px;
    margin-bottom: 2em;
  }
}


#msp #infomm .info-tx p {
  margin-bottom: 1em !important;
  color: #d5d5d5;
}

@media (min-width: 481px) {
  #msp #infomm .info-tx p {
    margin-bottom: 1.5em !important;
  }
}

@media (min-width: 769px) {
  #msp #infomm .info-tx p {
    margin-bottom: 2em !important;
  }
}


#msp #infomm .info-tx p:last-of-type {
  margin-bottom: 0 !important;
}


#stockmm {
  width: 100%;
  max-width: 980px;
  padding: 0;
}


#xml-index-stock {
  padding: 30px 0 0 0;
}


.stock-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
  margin: 0 auto;
}


.stock-wrap a {
  width: calc( 50% - 10px );
  padding: 10px;
  margin: 0 5px 20px 5px;
  text-decoration: none;
}

@media (min-width: 769px) {
  .stock-wrap a {
    width: calc( 33.33% - 20px );
    margin: 0 10px 40px 10px;
  }
}

@media (min-width: 980px) {
  .stock-wrap a {
    width: calc( 25% - 20px );
  }
}


@media (min-width: 769px) {
  #xml-index-stock .stock-wrap a {
    width: calc( 50% - 40px );
    margin: 0 20px 40px 20px;
  }
}

@media (min-width: 980px) {
  #xml-index-stock .stock-wrap a {
    width: calc( 25% - 20px );
    margin: 0 10px 40px 10px;
  }
}


.stock-wrap a:hover {
  background-color: #f5f5f5;
}


#stockmm .stock-wrap a .rlimg {
  width: 100%;
  margin: 0 auto 15px;
}


#stockmm .stock-wrap a h2 {
  display: block;
  width: auto;
  height: auto;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: normal;
  color: #000;
  text-align: center;
  text-decoration: none;
}


#stockmm .stock-wrap a h3 {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: bold;
  color: #000;
  text-align: center;
  text-decoration: none;
}


#stockmm .stock-wrap h4 {
  font-size: 12px;
  line-height: 1.5em;
  font-weight: normal;
  color: #666;
  text-align: center;
  text-decoration: none;
}


#stockmm .stock-wrap a p.rlyear {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto 5px auto;
  font-size: 12px;
  line-height: 1.5em;
  font-weight: normal;
  color: #999;
  text-align: center;
  text-decoration: none;
}


#stockmm .stock-wrap a p.rlprice {
  display: block;
  width: auto;
  height: 25px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 25px;
  font-weight: normal;
  color: #000;
  text-align: center;
  text-decoration: none;
}


