@charset "UTF-8";

.att {
  /*
    -webkit-text-emphasis: filled dot #aa5c24;
    text-emphasis: filled dot #aa5c24;
*/

  padding: 0.3em 0;
  background-repeat: repeat-x;
  background-size: 1em 0.2em;
  background-position: top left;
  background-image: -webkit-gradient(
    radial,
    center center,
    0,
    center center,
    1.5,
    from(#aa5c24),
    color-stop(0.5, #aa5c24),
    color-stop(0.9, transparent),
    to(transparent)
  );
  background-image: -webkit-radial-gradient(
    center center,
    0.1em 0.1em,
    #aa5c24,
    #aa5c24 95%,
    transparent 95%,
    transparent
  );
  background-image: radial-gradient(
    0.1em 0.1em at center center,
    #aa5c24,
    #aa5c24 95%,
    transparent
  );
}

@media print, screen and (min-width: 765px) {
  #content .mv {
    position: relative;
    padding-bottom: 100px;
  }

  #content .mv .inner {
    position: relative;
    overflow: hidden;
  }
  #content .mv .backimage {
    position: relative;
  }
  #content .mv .backimage img {
    width: 100%;
    min-width: 1366px;
    margin-left: auto;
    margin-right: auto;
  }

  #content .mv .cloud1 {
    position: absolute;
    left: 10%;
    top: 50%;
    margin-left: -230px;
  }

  #content .mv .cloud2 {
    position: absolute;
    left: 90%;
    top: 10%;
    margin-left: -230px;
  }

  #content .mv .texts {
    width: 960px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -480px;
    margin-top: -180px;
  }

  #content .mv .title_s {
    position: absolute;
    left: 0;
    top: 0;
  }

  #content .mv h1 {
    margin-top: 30px;
    text-align: center;
  }

  #content .mv .read {
    line-height: 2;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    padding-bottom: 1000px;
    background: -moz-linear-gradient(
      left,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.6) 50%,
      rgba(0, 0, 0, 0.01) 99%,
      rgba(0, 0, 0, 0) 100%
    );
    background: -webkit-linear-gradient(
      left,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.6) 50%,
      rgba(0, 0, 0, 0.01) 99%,
      rgba(0, 0, 0, 0) 100%
    );
    background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.6) 50%,
      rgba(0, 0, 0, 0.01) 99%,
      rgba(0, 0, 0, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 );
  }

  #content .mv .read .cap {
    font-size: 1.28rem;
  }

  #content .mv .bottom {
    position: absolute;
    left: 0;
    bottom: 200px;
    width: 100%;
  }

  #content .mv .bottom img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 600px;
  }

  #content .mv .subs {
    width: 960px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -480px;
    z-index: 1;
  }

  #content .mv .hdk {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
  }

  #content .mv .hdk img {
    width: 100%;
    height: 100px;
    display: block;
  }

  #content .ancnavi {
    position: relative;
    z-index: 2;
  }

  #content .ancnavi ul {
    width: 960px;
    position: absolute;
    left: 50%;
    top: 0;
  }

  #content .ancnavi ul li {
    position: absolute;
    left: 05px;
    top: -80px;
    display: block;
    margin-left: -55px;
    transition: top 0.3s ease;
  }
  #content .ancnavi ul li a {
    display: table-cell;
    vertical-align: middle;
    width: 114px;
    height: 114px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 1.4rem;
  }

  #content .ancnavi ul li:nth-child(1) {
    left: -420px;
    top: -110px;
  }
  #content .ancnavi ul li:nth-child(2) {
    left: -260px;
    top: -90px;
  }
  #content .ancnavi ul li:nth-child(3) {
    left: -90px;
    top: -80px;
  }
  #content .ancnavi ul li:nth-child(4) {
    left: 90px;
    top: -80px;
  }
  #content .ancnavi ul li:nth-child(5) {
    left: 260px;
    top: -90px;
  }
  #content .ancnavi ul li:nth-child(6) {
    left: 420px;
    top: -110px;
  }

  #content .section {
    line-height: 1.8em;
    position: relative;
  }
  #content .section .outer {
    padding-bottom: 100px;
  }
  #content .section .inner {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }

  #content .section .hdk {
    position: absolute;
    left: 0;
    top: -100px;
    width: 100%;
  }

  #content .section .hdk img {
    width: 100%;
    height: 100px;
    display: block;
  }

  #content .section .inner {
    position: relative;
  }

  #content .section .titles {
    text-align: center;
  }
  #content .section .shoulder {
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 2.4rem;
    border-bottom: #000 1px solid;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
  }
  #content .section .shoulder span {
    font-size: 3.2rem;
  }

  #content .section h2 {
    font-weight: bold;
    font-size: 3.84rem;
    line-height: 1em;
    text-align: center;
    margin-top: 20px;
  }

  #content .ranking {
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #fff;
    height: 650px;
    overflow: hidden;
  }

  #content .ranking .items {
    margin-top: 200px;
    position: relative;
  }

  #content .ranking .items .item {
    position: absolute;
    width: 300px;
    margin-left: -150px;
  }

  #content .ranking .items .item .crown {
    position: absolute;
    left: 50%;
    top: -2em;
    margin-top: -110px;
  }

  #content .ranking .items .item .tit {
    position: absolute;
    left: 0;
    top: -1.5em;
    width: 300px;
    text-align: center;
    font-weight: bold;
    font-size: 3.2rem;
    line-height: 1em;
    margin-bottom: 20px;
  }

  #content .ranking .items .item .bar {
    height: 600px;
    padding-top: 20px;
    margin-top: 20px;
  }

  #content .ranking .items .item .texts {
    width: 262px;
    margin: 0 auto;
  }

  #content .ranking .items .item .texts .body {
    padding: 5px 15px;
    background: url(../../common/img/life/rank_frame_loop.png);
    line-height: 1.8;
    margin-top: 0;
  }

  #content .ranking .items .item .texts .body span {
    font-weight: bold;
  }

  #content .ranking .items .item1 {
    left: 50%;
    top: 0;
  }

  #content .ranking .items .item1 .crown {
    margin-left: -300px;
    margin-top: -160px;
  }

  #content .ranking .items .item2 {
    left: 150px;
    top: 50px;
  }

  #content .ranking .items .item2 .crown {
    margin-left: -60px;
  }

  #content .ranking .items .item3 {
    right: 0px;
    top: 100px;
  }

  #content .ranking .items .item3 .crown {
    margin-left: -60px;
  }

  #content .house {
    padding-top: 60px;
  }
  #content .house .inner {
    width: 740px;
  }

  #content .house .charts {
    margin-top: 50px;
  }
  #content .house .chart1 {
    float: left;
  }

  #content .house .chart2 {
    float: right;
  }
  #content .house .chart {
    width: 300px;
  }

  #content .house .chart .tit {
    text-align: center;
    font-weight: bold;
    font-size: 2.08rem;
    margin-bottom: 20px;
  }
  #content .house .chart .g {
    text-align: center;
    margin-bottom: 30px;
  }
  #content .house .chart .guide {
    border: #666 1px dashed;
    background-color: #fff;
    position: relative;
    font-weight: bold;
    height: 75px;
    display: table-cell;
    width: 300px;
    vertical-align: middle;
    padding: 0 10px;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  #content .house .chart .guide .arrow {
    position: absolute;
    left: 50%;
    margin-left: -11px;
    top: -23px;
  }

  #content .house .chart .cap {
    font-size: 1.44rem;
    margin-top: 10px;
    line-height: 1.8;
  }

  #content .house .example .tit {
    text-align: center;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 2.4;
    margin-top: 40px;
  }
  #content .house .example .tit img {
    position: relative;
    top: 13px;
    margin-right: 10px;
  }

  #content .house .example .datas {
    padding: 20px 0;
    margin-top: 40px;
    border-top: #333 1px solid;
    border-bottom: #333 1px solid;
  }
  #content .house .example .datas .data1 {
    float: left;
    width: 50%;
    text-align: center;
  }
  #content .house .example .datas .data2 {
    float: right;
    width: 50%;
    text-align: center;
  }
  #content .house .example .datas .data .inn {
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
  }

  #content .house .example .datas .data .area {
    font-size: 1.92rem;
    font-weight: bold;
  }
  #content .house .example .datas .data .price {
    margin-top: 10px;
    font-size: 2.24rem;
    font-weight: bold;
  }
  #content .house .example .datas .data .price span {
    font-size: 4.48rem;
    line-height: 1;
    font-family: Helvetica, Arial, sans-serif;
  }

  #content .house .example .datas .data2 .inn {
    text-align: center;
  }

  #content .house .example .guide {
    margin-top: 40px;
    text-align: center;
  }
  #content .house .example .guide .inn {
    border: #666 1px dashed;
    background-color: #fff;
    position: relative;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    padding: 30px 60px 20px 60px;
    font-weight: bold;
    font-size: 2.24rem;
  }
  #content .house .example .guide .inn span {
    font-size: 4.48rem;
    font-family: Helvetica, Arial, sans-serif;
  }
  #content .house .example .guide .arrow {
    position: absolute;
    left: 50%;
    margin-left: -11px;
    top: -23px;
  }

  #content .house .example .point {
    margin-top: 30px;
    font-size: 3.52rem;
    text-align: center;
    font-weight: bold;
    line-height: 1em;
  }

  #content .house .example .cap {
    font-size: 1.28rem;
    text-align: center;
    margin-top: 10px;
  }

  #content .shop {
    padding-top: 60px;
    background-color: #fff;
  }

  #content .shop .items {
    margin-top: 50px;
  }
  #content .shop .items .item {
    float: left;
    width: 300px;
    margin-right: 30px;
    position: relative;
  }

  #content .shop .items .item:last-child {
    margin-right: 0px;
  }

  #content .shop .items .item .image img {
    width: 100%;
  }

  #content .shop .items .item .texts .tit {
    font-weight: bold;
    font-size: 1.76rem;
    line-height: 1.35em;
    margin-top: 10px;
  }
  #content .shop .items .item .texts .body {
    border-top: #333 1px solid;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 1.28rem;
    line-height: 1.5em;
  }

  #content .holiday {
    padding-top: 60px;
  }

  #content .holiday .items {
    margin-top: 50px;
  }
  #content .holiday .items .item {
    float: left;
    width: 300px;
    margin-right: 30px;
    position: relative;
  }

  #content .holiday .items .item:last-child {
    margin-right: 0px;
  }

  #content .holiday .items .item .image img {
    width: 100%;
  }

  #content .holiday .items .item .texts .tit {
    font-weight: bold;
    font-size: 1.76rem;
    line-height: 1.35em;
    margin-top: 10px;
  }
  #content .holiday .items .item .texts .body {
    border-top: #333 1px solid;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 1.28rem;
    line-height: 1.5em;
  }

  #content .holiday .items .item.other {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    border-top: #333 1px solid;
    border-bottom: #333 1px solid;
    line-height: 1.8;
  }
  #content .holiday .items .item.other > p {
    margin-top: 0;
  }

  #content .holiday .items .item.other ul li {
    list-style: disc;
    font-size: 1.76rem;
    font-weight: bold;
    margin-left: 1em;
  }

  #content .aruaru {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fff;
  }

  #content .aruaru .read {
    text-align: center;
    font-weight: bold;
    font-size: 1.92rem;
    margin-top: 20px;
  }

  #content .aruaru .items {
    width: 889px;
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
  }

  #content .aruaru .controls {
    display: none;
  }
  #content .aruaru .items .next {
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -30px;
  }
  #content .aruaru .items .prev {
    position: absolute;
    left: 50px;
    top: 50%;
    margin-top: -30px;
  }

  #content .aruaru .items .list {
    width: 889px;
    position: relative;
  }

  #content .aruaru .items .item {
    margin-bottom: 30px;
    background: url(../../common/img/life/aruaru_frame.png);
    width: 889px;
    height: 231px;
    position: relative;
  }

  #content .aruaru .items .item .ill {
    position: absolute;
    left: 110px;
    top: 5px;
  }
  #content .aruaru .items .item .ill img {
    width: 320px;
  }

  #content .aruaru .items .item .text {
    position: absolute;
    left: 450px;
    top: 20px;
    background: url(../../common/img/life/aruaru_bln.png);
    width: 352px;
    height: 169px;
  }

  #content .aruaru .items .item .text .in {
    display: table-cell;
    vertical-align: middle;
    width: 352px;
    height: 169px;
    text-align: center;
    font-size: 160%;
    font-weight: bold;
  }

  #content .aruaru .items .item .text .in p {
    padding-left: 50px;
    padding-right: 20px;
    text-align: left;
    display: inline-block;
    margin-top: -20px;
    line-height: 1.3em;
    font-size: 2.56rem;
  }
  #content .aruaru .items .item .text .in p .small {
    font-size: 65%;
    line-height: 1.3em;
  }

  #content .aruaru .items .item .hash {
    font-weight: bold;
    position: absolute;
    left: 450px;
    top: 180px;
    text-align: right;
    width: 352px;
  }

  #content .advice {
    padding-top: 30px;
  }

  #content .advice .outer {
    padding-bottom: 75px;
  }

  #content .advice .read {
    text-align: center;
    font-weight: bold;
    font-size: 2.88rem;
    margin-top: 20px;
    line-height: 1;
  }

  #content .advice .items {
    width: 600px;
    background-color: #fff;
    margin: 50px auto 0 auto;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
  }

  #content .advice .items .item {
    border-bottom: #666 1px dashed;
    margin-top: 10px;
    padding: 0px 0 10px 25px;
  }
  #content .advice .items .item:last-child {
    border-bottom: 0px;
  }
  #content .advice .items .item .body {
    font-weight: bold;
    line-height: 1.8;
  }

  #content .advice .items .item .name {
    color: #666;
    font-size: 1.4rem;
  }

  #content .advice .ill1 {
    position: absolute;
    left: -30px;
    bottom: -50px;
  }

  #content .advice .ill2 {
    position: absolute;
    right: -30px;
    bottom: -50px;
  }

  #content .advice .cap {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    font-size: 1.28rem;
    text-align: right;
  }

  #content .fmenu {
    background: #fff;
  }

  #content .fmenu .inner {
    padding: 30px 0;
  }

  #content .fmenu ul {
    text-align: center;
  }
  #content .fmenu ul li {
    display: inline;
  }

  #content .fmenu ul li a {
    display: inline-block;
    text-decoration: none;
    padding: 6px 20px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 764px) {
  #content .mv {
    position: relative;
    padding-bottom: 25px;
  }

  #content .mv .inner {
    position: relative;
    overflow: hidden;
  }

  #content .mv .backimage {
    position: relative;
  }
  #content .mv .backimage img {
    width: 100%;
    min-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  #content .mv .cloud1 {
    width: 230px;
    position: absolute;
    left: -0%;
    top: 50%;
    margin-left: -115px;
  }

  #content .mv .cloud2 {
    width: 230px;
    position: absolute;
    right: -20%;
    top: 10%;
    margin-left: -115px;
  }

  #content .mv .texts {
    width: 320px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -70px;
    margin-left: -160px;
  }

  #content .mv .title_s {
    display: none;
  }

  #content .mv h1 {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }

  #content .read {
    position: relative;
    line-height: 1.5;
    padding: 0 20px;
    padding-top: 50px;
    background: #fff;
  }
  #content .read p {
    font-size: 1.6rem;
  }
  #content .read .cap {
    font-size: 1.4rem;
  }

  #content .mv .bottom {
    position: absolute;
    left: 0;
    bottom: 75px;
    width: 100%;
  }

  #content .mv .bottom img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 400px;
  }

  #content .mv .subs {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    z-index: 1;
  }

  #content .mv .hdk {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
  }

  #content .mv .hdk img {
    width: 100%;
    height: 25px;
    display: block;
  }

  #content .section {
    line-height: 1.8em;
    position: relative;
  }
  #content .section .outer {
  }
  #content .section .inner {
    margin-left: auto;
    margin-right: auto;
  }

  #content .section .hdk {
    position: absolute;
    left: 0;
    top: -25px;
    width: 100%;
  }

  #content .section .hdk img {
    width: 100%;
    height: 25px;
    display: block;
  }

  #content .section .inner {
    position: relative;
  }

  #content .section .titles {
    text-align: center;
  }
  #content .section .shoulder {
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 1.92rem;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: #000 1px solid;
    display: inline-block;
  }

  #content .section .shoulder span {
    font-size: 2.4rem;
  }

  #content .section h2 {
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1em;
    text-align: center;
    margin-top: 20px;
  }

  #content .ancnavi {
    position: relative;
    z-index: 2;
  }
  #content .ancnavi ul {
    position: absolute;
    left: 50%;
    top: 0;
  }
  #content .ancnavi ul li {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    margin-left: -28px;
    width: 57px;
    height: 57px;
    transition: top 0.3s ease;
  }
  #content .ancnavi ul li a {
    display: table-cell;
    vertical-align: middle;
    width: 57px;
    height: 57px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 60%;
    line-height: 1.3;
  }
  #content .ancnavi ul li:nth-child(1) {
    left: -150px;
    top: -50px;
  }

  #content .ancnavi ul li:nth-child(2) {
    left: -90px;
    top: -38px;
  }
  #content .ancnavi ul li:nth-child(3) {
    left: -30px;
    top: -32px;
  }
  #content .ancnavi ul li:nth-child(4) {
    left: 30px;
    top: -32px;
  }
  #content .ancnavi ul li:nth-child(5) {
    left: 90px;
    top: -38px;
  }
  #content .ancnavi ul li:nth-child(6) {
    left: 150px;
    top: -50px;
  }

  #content .ranking {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
  }

  #content .ranking .items {
    position: relative;
    margin-top: 30px;
  }

  #content .ranking .items .item {
  }

  #content .ranking .items .item .crown {
  }

  #content .ranking .items .item .tit {
    text-align: center;
    font-weight: bold;
    font-size: 3.2rem;
    line-height: 1em;
    margin-bottom: 20px;
  }

  #content .ranking .items .item .bar {
    margin: 0 20px;
  }

  #content .ranking .items .item .texts .body {
    background: url(../../common/img/life/rank_frame_sp_loop.png) center top /
      100% 142px;
    padding: 5px 15px;
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 0;
  }

  #content .ranking .items .item .texts .body span {
    font-weight: bold;
  }

  #content .ranking .items .item2 {
    margin-top: 20px;
  }

  #content .ranking .items .item2 .crown {
    width: 90px;
    margin: 0 auto;
  }

  #content .ranking .items .item3 {
    margin-top: 20px;
  }

  #content .ranking .items .item3 .crown {
    width: 90px;
    margin: 0 auto;
  }

  #content .house {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  #content .house .charts {
    margin-top: 30px;
  }

  #content .house .chart {
    margin: 0 20px;
  }
  #content .house .chart2 {
    margin-top: 30px;
  }

  #content .house .chart .tit {
    text-align: center;
    font-weight: bold;
    font-size: 2.08rem;
    margin-bottom: 20px;
  }
  #content .house .chart .g {
    width: 240px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
  }
  #content .house .chart .guide {
    border: #666 1px dashed;
    background-color: #fff;
    position: relative;
    font-weight: bold;
    padding: 20px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  #content .house .chart .guide .arrow {
    width: 22px;
    position: absolute;
    left: 50%;
    margin-left: -11px;
    top: -23px;
  }

  #content .house .chart .cap {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 10px;
  }

  #content .house .example .tit {
    text-align: center;
    font-size: 2.24rem;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
  }
  #content .house .example .tit img {
    width: 30px;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
  }

  #content .house .example .datas {
    margin: 0 20px;
    padding: 20px 0;
    margin-top: 20px;
    border-top: #333 1px solid;
    border-bottom: #333 1px solid;
  }
  #content .house .example .datas .data1 {
    float: left;
    width: 50%;
    text-align: center;
  }
  #content .house .example .datas .data2 {
    float: right;
    width: 50%;
    text-align: center;
  }
  #content .house .example .datas .data .inn {
    text-align: center;
    display: inline-block;
    padding: 10px 10px;
  }

  #content .house .example .datas .data .area {
    font-size: 1.6rem;
    font-weight: bold;
  }
  #content .house .example .datas .data .price {
    margin-top: 10px;
    font-size: 2.24rem;
    font-weight: bold;
  }
  #content .house .example .datas .data .price span {
    font-size: 160%;
    font-family: Helvetica, Arial, sans-serif;
  }

  #content .house .example .datas .data2 .inn {
    text-align: center;
    background: rgba(170, 92, 36, 0.4);
  }

  #content .house .example .guide {
    margin-top: 40px;
    text-align: center;
  }
  #content .house .example .guide .inn {
    border: #666 1px dashed;
    background-color: #fff;
    position: relative;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    padding: 30px 60px 20px 60px;
    font-weight: bold;
    font-size: 2.24rem;
  }
  #content .house .example .guide .inn span {
    font-size: 4.48rem;
    font-family: Helvetica, Arial, sans-serif;
  }
  #content .house .example .guide .arrow {
    width: 22px;
    position: absolute;
    left: 50%;
    margin-left: -11px;
    top: -23px;
  }

  #content .house .example .point {
    margin-top: 30px;
    font-size: 2.88rem;
    text-align: center;
    font-weight: bold;
    line-height: 1em;
  }

  #content .house .example .cap {
    font-size: 1.28rem;
    text-align: center;
    margin: 10px 20px;
    line-height: 1.3em;
  }

  #content .shop {
    padding-top: 30px;
    background-color: #fff;
  }

  #content .shop .titles {
    margin-bottom: 30px;
  }

  #content .shop .items .item {
    margin: 0 20px;
    margin-bottom: 50px;
  }

  #content .shop .items .item .texts .tit {
    font-weight: bold;
    font-size: 1.92rem;
    line-height: 1em;
    margin-top: 15px;
  }
  #content .shop .items .item .texts .body {
    border-top: #333 1px solid;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 1.6rem;
    line-height: 1.8;
    /*        font-size:90%;*/
  }

  #content .holiday {
    padding-top: 30px;
  }

  #content .holiday .titles {
    margin-bottom: 30px;
  }

  #content .holiday .items .item {
    margin: 0 20px;
    margin-bottom: 50px;
  }

  #content .holiday .items .item .texts .tit {
    font-weight: bold;
    font-size: 1.92rem;
    line-height: 1em;
    margin-top: 15px;
  }
  #content .holiday .items .item .texts .body {
    border-top: #333 1px solid;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 1.6rem;

    line-height: 1.8;
    /*        font-size:90%;*/
  }

  #content .holiday .items .item.other {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    border-top: #333 1px solid;
    border-bottom: #333 1px solid;
    line-height: 1.8;
  }
  #content .holiday .items .item.other p {
    font-size: 1.6rem;
    margin-top: 0;
  }

  #content .holiday .items .item.other ul li {
    list-style: disc;
    font-size: 1.76rem;
    font-weight: bold;
    margin-left: 1em;
  }

  #content .aruaru {
    padding-top: 30px;
    padding-bottom: 60px;
    background-color: #fff;
  }

  #content .aruaru .read {
    text-align: center;
    font-weight: bold;
    font-size: 1.92rem;
    margin-top: 20px;
    padding-top: 0;
  }

  #content .aruaru .items {
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
  }

  #content .aruaru .controls {
    display: none;
  }
  #content .aruaru .items .next {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 15px;
  }
  #content .aruaru .items .prev {
    position: absolute;
    left: 10px;
    top: 50%;
    width: 15px;
  }

  #content .aruaru .items .list {
    position: relative;
  }

  #content .aruaru .items .item {
    position: relative;
  }

  #content .aruaru .items .item .ill {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
  }
  #content .aruaru .items .item .ill img {
  }

  #content .aruaru .items .item .text {
    background: url(../../common/img/life/aruaru_bln.png) center center / 300px
      144px;
    width: 300px;
    height: 144px;
    margin: 0 auto;
  }
  #content .aruaru .items .item .text .in {
    display: table-cell;
    vertical-align: middle;
    width: 300px;
    height: 144px;
    text-align: center;
    font-size: 1.92rem;
    font-weight: bold;
  }

  #content .aruaru .items .item .text .in p {
    padding-left: 50px;
    padding-right: 20px;
    text-align: left;
    display: inline-block;
    margin-top: -20px;
    line-height: 1.3em;
    font-size: 1.92rem;
  }
  #content .aruaru .items .item .text .in p .small {
    font-size: 65%;
    line-height: 1.3em;
  }

  #content .aruaru .items .item .hash {
    font-weight: bold;
    text-align: right;
    margin: 0 20px;
    margin-top: -20px;
  }

  #content .advice {
    padding-top: 30px;
  }

  #content .advice .inner {
    position: relative;
    padding-bottom: 120px;
  }

  #content .advice .read {
    padding-top: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 1.92rem;
    background: transparent;
  }

  #content .advice .items {
    background-color: #fff;
    margin: 20px 20px 10px 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
  }

  #content .advice .items .item {
    border-bottom: #666 1px dashed;
    margin-top: 10px;
    padding: 0px 0 10px 25px;
  }
  #content .advice .items .item:last-child {
    border-bottom: 0px;
  }
  #content .advice .items .item .body {
    font-weight: bold;
    line-height: 1.8;
    font-size: 1.6rem;
  }

  #content .advice .items .item .name {
    color: #666;
    font-size: 1.4rem;
  }

  #content .advice .ill1 {
    position: absolute;
    left: 20px;
    bottom: -10px;
    width: 96px;
  }

  #content .advice .ill2 {
    position: absolute;
    right: 20px;
    bottom: -10px;
    width: 96px;
  }

  #content .advice .cap {
    margin: 0 20px;
    font-size: 1.28rem;
  }

  #content .fmenu {
    background: #fff;
  }

  #content .fmenu .inner {
    padding: 20px 0 40px 0;
  }

  #content .fmenu ul {
    text-align: center;
  }
  #content .fmenu ul li {
    display: inline;
  }

  #content .fmenu ul li a {
    display: inline-block;
    text-decoration: none;
    padding: 0px 10px;
    font-size: 1.28rem;
  }
}
