@charset 'euc-jp';

/* Common and layout
-------------------------------------------------*/
body {
  width: 100%;
  min-width: 320px;
  line-height: 1.3;
  font-family: '¥Ò¥é¥®¥Î³Ñ¥´ Pro W3', 'Hiragino Kaku Gothic Pro', '¥á¥¤¥ê¥ª', Meiryo, '£Í£Ó £Ð¥´¥·¥Ã¥¯', sans-serif;
  font-size: 18px;
}

input {
  vertical-align: middle;
}

.ie_img {
  line-height: 1;
  font-size: 0;
}

.container {
  margin: 0 auto;
  width: 980px;
}

h1 {
  margin-top: 6px;
}

.mj_page_footer {
  margin-right: auto;
  margin-left: auto;
  width: 980px;
}

.mj_footer_sitemaps {
  margin-right: auto;
  margin-left: auto;
  width: 980px;
}

@media screen and (min-width: 768px) {
  .mj_footer_sitemaps {
    width: 100%;
  }
}

/* breadcrumb
-------------------------------------------------*/
.breadcrumb {
  line-height: 2;
  font-family: '¥Ò¥é¥®¥Î³Ñ¥´ Pro W3', 'Hiragino Kaku Gothic Pro', '¥á¥¤¥ê¥ª', Meiryo, '£Í£Ó £Ð¥´¥·¥Ã¥¯', 'MS PGothic', sans-serif;
  font-size: 32px;
  color: #000;
}

.breadcrumb a:link,
.breadcrumb a:visited,
.breadcrumb a:hover,
.breadcrumb a:active {
  color: #000;
}

.breadcrumb .item {
  position: relative;
  display: inline-block;
  margin-right: 1em;
}

.breadcrumb .item::after {
  position: absolute;
  top: 0;
  right: -1em;
  content: '>';
  color: #000;
}

.breadcrumb .item:last-child::after {
  content: '';
}

@media screen and (min-width: 768px) {
  .breadcrumb {
    font-size: 18px;
  }
}

/* page content style
-------------------------------------------------*/
.main_visual {
  margin-bottom: 10px;
}

.section01 h2 {
  margin-bottom: 20px;
}

.section01 .more {
  position: relative;
  top: -10px;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: bold;
  color: #b71018;
}

.section01 .more span {
  font-size: 24px;
}

.item .movie_container {
  position: relative;
}

.item .movie {
  position: absolute;
  top: 90px;
  left: 90px;
}

/* download part style
-------------------------------------------------*/
.app_download {
  position: relative;
  top: 25px;
  margin: 0 auto 65px;
  width: 970px;
  background: url(https://www.maru-jan.com/image/lpo/120/bg03.png) no-repeat left top;
}

.app_download.simple {
  background: url(https://www.maru-jan.com/image/lpo/120/bg02.png) no-repeat left top;
}

.app_download .slide {
  position: relative;
  /* left: -10px; */
}

.app_download .app {
  position: relative;
  padding-left: 30px;
  height: 127px;
}

.app_download.simple .app {
  height: 123px;
}

.app_download .app ul {
  overflow: hidden;
  margin: 0 auto;
  padding: 24px 0 0;
  width: 930px;
}

.app_download.simple .app ul {
  padding: 5px 0;
}

.app_download .app li {
  float: left;
  /* margin-right: 25px; */
  width: 24%;
  text-align: center;
}

.app_download .app .last {
  margin-right: 0;
  margin-left: 306px;
}

.app_download .app .btn_title {
  margin-bottom: 3px;
  letter-spacing: .05em;
  color: #666;
}

.app_download .app ul li a img {
  width: 181px;
}

.app_download .app .btn {
  position: absolute;
  top: -25px;
  left: 446px;
}

.app_download .app .btn a {
  position: absolute;
  top: 42px;
  left: 23px;
  display: block;
}

.app_download .mail-pc {
  overflow: hidden;
  padding: 15px 20px 5px;
  background: url(https://www.maru-jan.com/image/lpo/120/bg03.png) repeat-y left top;
}

.app_download .mail-pc .text {
  float: left;
  padding-right: 5px;
  width: 385px;
  font-size: 87.5%;
  text-align: center;
}

.app_download .mail-pc .note {
  color: #666;
}

.app_download .mail-pc .input_area {
  float: left;
  width: 538px;
}

.app_download .mail-pc .txt {
  margin-right: 5px;
  width: 418px;
  height: 33px;
}

.mail-pc .mail-sent-pc,
.mail-pc .mail-sending-pc {
  display: none;
  padding: 10px;
  font-size: 26px;
  text-align: center;
}

/* common section styles
-------------------------------------------------*/
.section {
  margin: 0 auto 30px;
  padding-bottom: 20px;
  width: 900px;
  line-height: 1.5;
  font-size: 28px;
  text-align: left;
  border: 2px solid #666;
}

.section h2 {
  margin-bottom: 20px;
}

.section .text_list {
  margin-bottom: 15px;
  padding-left: 10px;
}

.frame_wrapper {
  padding: 0;
}

.frame_wrapper h2 {
  margin: 0;
}

/* present part style
-------------------------------------------------*/
.present_section .end {
  margin: 0 5px 15px;
  padding-bottom: 15px;
  border-bottom: 3px double #666;
}

.present_section h3 {
  margin-bottom: 5px;
  text-align: center;
}

.present_section p {
  text-align: center;
}

.present_section .info_list {
  padding-left: 150px;
}

.present_section .btn_box {
  overflow: hidden;
  margin: 0 auto;
  width: 610px;
}

.present_section .btn_box li {
  float: left;
  padding-top: 7px;
}

.present_section .btn_box li:first-of-type {
  margin-right: 56px;
  padding-top: 0;
}

/* android part style
-------------------------------------------------*/
.android_section {
  margin-bottom: 20px;
}

.android_section .catch {
  margin-top: 10px;
  font-size: 30px;
  color: #666;
}

/* pc part style
-------------------------------------------------*/
.pc_section {
  text-align: center;
}

.pc_section p {
  margin-bottom: 15px;
}

.pc_section .text {
  margin: 0 0 10px 80px;
  text-align: left;
}

.pc_section .btn_box {
  margin: 0 auto;
  width: 660px;
}

.pc_section .btn_box li {
  float: left;
}

.pc_section .btn_box .first {
  margin-right: 56px;
}

/* iphone6 part style
-------------------------------------------------*/
.iphone6_section {
  margin-bottom: 30px;
}

.iphone6_section p {
  position: relative;
}

.iphone6_section p .icon_new_01,
.iphone6_section p .icon_new_02,
.iphone6_section p .icon_new_03,
.iphone6_section p .icon_new_04 {
  position: absolute;
}

.iphone6_section p .icon_new_01 {
  bottom: 52px;
  left: 110px;
}

.iphone6_section p .icon_new_02 {
  bottom: 52px;
  left: 520px;
}

.iphone6_section p .icon_new_03 {
  bottom: 70px;
  left: 518px;
}

.iphone6_section p .icon_new_04 {
  bottom: 66px;
  left: 264px;
}

/* recommend part style
-------------------------------------------------*/
.recommend_section {
  margin: 0 auto 30px;
  width: 900px;
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  border: 2px solid #666;
  background: #fff;
}

.recommend_section .devices {
  margin: 0 auto 30px;
  padding-top: 30px;
  width: 830px;
  border: 2px solid #bfbfbf;
  border-radius: 7px;
}

.recommend_section .devices h3 {
  margin: 0 auto .4em;
  width: 679px;
}

.recommend_section .devices p {
  margin: 0 auto 1em;
  width: 690px;
}

.recommend_section .note {
  margin: 0 0 1em 130px;
  font-size: 36px;
}

/* banner part style
-------------------------------------------------*/
.bnr_section {
  margin: 0 auto 30px;
  width: 900px;
  font-size: 28px;
  text-align: center;
}

.bnr_section h2 {
  margin-bottom: 10px;
}

.bnr_section h3 {
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  color: #c00;
}

.bnr_section ul {
  margin-bottom: 10px;
  padding: 10px 0;
  border-top: 3px double #666;
  border-bottom: 3px double #666;
}

/* inquiry part style */
.bnr_section .inquiry {
  overflow: hidden;
}

.bnr_section .inquiry .img_box {
  float: left;
  width: 452px;
  height: 400px;
}

.bnr_section .inquiry .sentence_box {
  float: left;
  width: 440px;
  height: 400px;
  font-size: 24px;
  text-align: left;
}

.bnr_section .inquiry .sentence_box p {
  padding: 0 1em 1em 1em;
}

/* inquiry end */
.bnr_section .other {
  border-top: none;
}

.bnr_section .top li {
  margin: 0 auto 10px;
  padding-bottom: 10px;
  width: 95%;
  border-bottom: 1px solid #666;
}

.bnr_section .top li.last {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

.bnr_section .top .img {
  float: left;
  width: 40%;
  text-align: center;
}

.bnr_section .top p {
  float: left;
  width: 55%;
  text-align: left;
}

.bnr_section .other li {
  float: left;
  margin: 0 1% 10px 0;
  width: 24%;
}

.bnr_section .other li.first {
  margin-left: .5%;
}

.bnr_section .other li.last {
  margin-right: .5%;
}

.bnr_section .txt {
  margin: 0 auto;
  padding: 10px 150px;
}

.bnr_section .txt li {
  float: left;
  width: 50%;
  text-align: left;
}

/* voice part style
-------------------------------------------------*/
.voice {
  margin: 0 auto 30px;
  width: 900px;
}

.voice h2 {
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  color: #c00;
}

.voice ul {
  overflow-y: scroll;
  margin: 0 auto;
  padding: 10px 0;
  height: 500px;
  border: 2px solid #666;
}

.voice ul li {
  margin-bottom: 10px;
}

.voice .ico {
  float: left;
  margin: 0 .5% 0 5%;
  width: 70px;
}

.voice .balloon {
  float: left;
  width: 715px;
  background: url(https://www.maru-jan.com/image/lpo/096/bg02.png) repeat-y left top;
  background-size: 100% auto;
}

.voice .balloon p {
  padding: 15px 5% 5px 7%;
  min-height: 40px;
  text-align: left;
  background-image: url(https://www.maru-jan.com/image/lpo/096/bg01.png);
  background-repeat: no-repeat;
  background-position: left top;
}

/* footer style
-------------------------------------------------*/
.footer {
  padding-top: 10px;
  text-align: center;
  background: none;
}

.footer ul {
  margin: 0 auto 10px;
}

.footer li {
  display: inline-block;
  margin: 0;
  width: 24%;
  text-align: center;
}

.footer li a {
  color: #000;
}

.footer-copyrights {
  width: 100%;
  background: #000;
}

/* release_link
-------------------------------------------------*/
.release_link {
  margin: 0 auto;
  width: 900px;
  line-height: 1.6;
  font-size: 24px;
  text-align: left;
}

/* Atomic CSS
-------------------------------------------------*/
.hidden-mac {
  display: none;
}

.fz-48px {
  font-size: 48px;
}
