html, body, div, span, hr, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  outline: none;
  color: inherit;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

body {
  color: #000;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.banner_page {
  background: url("../images/banner.jpg") no-repeat center bottom;
  background-size: cover;
  width: 100%;
  height: 192px;
  text-align: center;
  padding-top: 55px;
}

.banner_grandprix_page {
  background-image: url("../images/banner_grandprix.jpg");
  height: 245px;
}

.banner_top img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .banner_top {
    margin-top: 47px;
  }
}

@media only screen and (max-width: 767px) {
  .banner_page {
    padding-top: 38px;
    height: 139px;
    background-image: url("../images/banner_sp.jpg");
  }
  .diary_text_banner {
    width: 168px;
  }
  .profile_text_banner {
    width: 166px;
  }
  .topix_text_banner {
    width: 192px;
  }
  .goods_text_banner {
    width: 195px;
  }
  .banner_grandprix_page {
    background-image: url("../images/banner_grandprix_sp.jpg");
    height: 139px;
    background-position: center center;
  }
}

.block_top_profile {
  background: rgba(255, 255, 255, 0.82);
  border-radius: 10px;
  padding: 65px 0 60px 56px;
  position: relative;
}

.block_top_profile .top_profile_title {
  margin-bottom: 28px;
  max-width: calc(50% - 56px);
}

.block_top_profile .top_profile_right {
  position: absolute;
  width: 50%;
  top: 63px;
  right: 0;
  text-align: right;
  padding-right: 68px;
}

.block_top_profile .articleB_text {
  max-width: calc(50% - 56px);
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .block_top_profile {
    padding: 25px 20px 35px;
    text-align: center;
    border-radius: 5px;
  }
  .block_top_profile .top_profile_title {
    max-width: 100%;
    width: 303px;
    text-align: center;
    margin-bottom: 20px;
  }
  .block_top_profile .top_profile_right {
    position: relative;
    width: 100%;
    top: 0;
    text-align: center;
    padding-right: 0;
    margin-bottom: 18px;
  }
  .block_top_profile .top_profile_img {
    width: 293px;
  }
  .block_top_profile .articleB_text {
    max-width: 100%;
    padding: 0 13px;
    margin-bottom: 18px;
  }
}

.btn_green {
  background: #009f3e;
  color: #fff;
  min-width: 268px;
  line-height: 69px;
  display: inline-block;
  border-radius: 35px;
  font-size: 20px;
  text-align: center;
  position: relative;
  font-weight: bold;
  padding: 0 45px;
}

.btn_green:hover {
  background: #1cbb5a;
}

.btn_green:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/arrow_right_white.png") no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
}

.btn_green-medium {
  min-width: 383px;
}

.btn_green-medium:after {
  right: 28px;
}

.btn_green_type1 {
  min-width: 187px;
  height: 47px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #009f3e;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 0 33px;
}

.btn_green_type1:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/arrow_right_white.png") no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
}

.btn_green_type1:hover {
  background: #1cbb5a;
}

.btn_circle {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding-top: 38px;
  width: 135px;
  height: 135px;
  border-radius: 100%;
  background: #009f3e;
  position: absolute;
  z-index: 1;
  right: 22px;
  top: 36px;
}

.btn_circle:hover {
  background: #1cbb5a;
}

.btn_circle:before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 6px;
  right: 6px;
  border-radius: 100%;
  border: 2px solid #fff;
}

.btn_circle:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 28px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../images/arrow_right_white.png") no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
}

@media only screen and (max-width: 767px) {
  .btn_green {
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    border-radius: 29px;
    max-width: 305px;
    min-width: auto;
    padding: 18px 42px;
  }
  .btn_green:after {
    right: 26px;
  }
  .btn_green-medium {
    padding: 10px 42px;
    border-radius: 32px;
  }
  .btn_green_type1 {
    font-size: 11px;
    height: 33px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    min-width: 131px;
    padding: 0 20px;
  }
  .btn_green_type1:after {
    width: 10px;
    height: 10px;
    right: 10px;
  }
  .btn_circle {
    width: 68px;
    height: 68px;
    font-size: 9px;
    line-height: 12px;
    padding-top: 19px;
    right: 6px;
    top: 6px;
  }
  .btn_circle:before {
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
    border: 1px solid #fff;
  }
  .btn_circle:after {
    width: 8px;
    height: 8px;
    bottom: 14px;
  }
}

.modal.is-show .img_model {
  z-index: 10000;
  opacity: 1;
}

.modal.is-show .modal_content {
  z-index: 9999;
  opacity: 1;
}

.modal.is-show .modal_bg {
  z-index: 9999;
  opacity: 1;
}

.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.modal_content {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9;
  max-height: calc(100vh - 100px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: calc(100% - 30px);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  width: 890px;
  text-align: center;
}

.modal .img_model {
  max-height: calc(100vh - 100px);
}

.modal_close {
  position: absolute;
  width: 22px;
  height: 14px;
  top: -22px;
  right: 0;
  display: block;
}

.modal_close:before {
  content: "";
  position: absolute;
  right: 0;
  border-radius: 2px;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  top: 7px;
}

.modal_close:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  border-radius: 2px;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  top: 7px;
}

.modal_video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  -webkit-animation-name: video;
          animation-name: video;
}

.modal_video.is-close {
  opacity: 0;
}

.modal_video.is-close .modal_video_movie_wrap {
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}

.modal_video_body {
  max-width: 1008px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal_video_inner {
  width: 100%;
  padding: 0 30px;
}

.modal_video_movie_wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: video-inner;
          animation-name: video-inner;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal_video_movie_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal_video_close_btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
  cursor: pointer;
}

.modal_video_close_btn:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal_video_close_btn:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  .modal_video_movie_wrap {
    padding-bottom: 75.25%;
  }
}

@-webkit-keyframes video {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes video {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes video-inner {
  0% {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes video-inner {
  0% {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.articleA_title {
  margin-bottom: 15px;
  text-align: center;
}

.articleA_text {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #3f190b;
  margin-bottom: 14px;
  font-weight: bold;
}

.articleB_head {
  position: relative;
  margin-bottom: 27px;
}

.articleB_text {
  font-size: 20px;
  line-height: 32px;
  color: #412210;
  margin-bottom: 30px;
  font-weight: bold;
}

.articleB_text-small {
  font-size: 15px;
  line-height: 29px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .articleA_title {
    margin-bottom: 17px;
  }
  .articleA_text {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.6px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 323px;
    margin: 0 auto 8px;
    padding: 0 6px;
    max-width: 100%;
  }
  .articleB_head {
    margin-bottom: 12px;
  }
  .articleB_text {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 323px;
    margin: 0 auto 16px;
    padding: 0 6px;
    max-width: 100%;
  }
  .articleB_text-small {
    font-size: 12px;
    line-height: 15px;
    margin-top: 2px;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 62.5%;
}

.clearfix:after {
  clear: both;
  content: '';
  display: block;
}

.wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  background: url("../images/bg.jpg") repeat;
}

.container {
  position: relative;
}

.t-center {
  text-align: center;
}

.f-bold {
  font-weight: bold;
}

.is-overflow {
  overflow: hidden;
}

.bg-green {
  background: #009f3e !important;
}

.breadcrumb {
  margin-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumb li {
  font-size: 16px;
  line-height: 21px;
  color: #3f190b;
  font-weight: 700;
}

.breadcrumb a {
  position: relative;
  padding-right: 28px;
  margin-right: 13px;
}

.breadcrumb a:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background: url("../images/arrow_right.png") no-repeat;
  background-size: cover;
  width: 10px;
  height: 17px;
}

.breadcrumb_none .banner_page {
  margin-bottom: 70px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}

.pagination li {
  position: relative;
  color: #fff;
  font-size: 17px;
}

.pagination li.current:before {
  content: "";
  position: absolute;
  top: -33px;
  background: url("../images/icon_leaf.png") no-repeat;
  background-size: cover;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 40px;
  z-index: 1;
}

.pagination li.next a {
  background: url("../images/icon_pagination.png") no-repeat;
  background-size: cover;
  width: 13px;
  height: 26px;
  margin-top: 7px;
  margin-left: 15px;
}

.pagination li.previous a {
  background: url("../images/icon_pagination.png") no-repeat;
  background-size: cover;
  width: 13px;
  height: 26px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-top: 7px;
  margin-right: 15px;
}

.pagination li.is-none {
  z-index: -1;
}

.pagination li span {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #3f190b;
  margin: 0 11px;
  z-index: 10;
  position: relative;
}

.pagination li a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #a47c53;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 11px;
}

@media only screen and (min-width: 768px) {
  a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .pcBr:before {
    content: "\a";
    white-space: pre;
  }
  .pcNone {
    display: none !important;
  }
  .content {
    width: 978px;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 15px;
  }
}

@media only screen and (min-width: 640px) {
  .sp640 {
    display: none !important;
  }
}

@media only screen and (max-width: 639px) {
  .pc640 {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .spBr:before {
    content: "\a";
    white-space: pre;
  }
  .spNone {
    display: none !important;
  }
  .wrapper {
    min-width: auto;
    margin-top: 47px;
  }
  .content {
    padding: 0 13px;
  }
  .breadcrumb {
    margin-left: 0;
    padding: 14px 0;
    height: auto;
  }
  .breadcrumb li {
    font-size: 14px;
    line-height: 16px;
    padding: 5px 0;
  }
  .breadcrumb a {
    padding-right: 19px;
    margin-right: 10px;
  }
  .breadcrumb a:after {
    width: 8px;
    height: 13px;
  }
  .pagination {
    margin-top: 35px;
  }
  .pagination li.next a {
    margin-top: 5px;
    margin-left: 10px;
  }
  .pagination li.previous a {
    margin-top: 5px;
    margin-right: 10px;
  }
  .pagination li.current:before {
    width: 40px;
    height: 30px;
    top: -25px;
  }
  .pagination li a {
    width: 35px;
    height: 35px;
    margin: 0 5px;
  }
  .pagination li span {
    width: 35px;
    height: 35px;
    margin: 0 5px;
  }
  .breadcrumb_none .banner_page {
    margin-bottom: 30px;
  }
}

.footer {
  padding: 36px 15px 32px;
  background: #3f190b;
  position: relative;
  z-index: 10;
  text-align: center;
}

.logo_footer {
  display: inline-block;
  margin-bottom: 28px;
}

.copyright {
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
}

.pagetop {
  position: fixed;
  right: 128px;
  bottom: 39px;
  width: 130px;
  height: 130px;
  background: url("../images/bg_pagetop.png") no-repeat;
  background-size: cover;
  border-radius: 100%;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  padding-top: 39px;
  opacity: 0;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pagetop.is-show {
  opacity: 1;
  z-index: 999;
}

.pagetop span:before {
  content: "";
  background: url("../images/arrow_top.png") no-repeat;
  background-size: cover;
  width: 22px;
  height: 21px;
  left: 50%;
  top: 12px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
}

@media only screen and (max-width: 768px) {
  .pagetop {
    width: 75px;
    height: 75px;
    right: 14px;
    bottom: 30px;
    font-size: 13px;
    line-height: 13px;
    padding-top: 22px;
  }
  .pagetop span:before {
    width: 13px;
    height: 13px;
    top: 7px;
  }
}

@media only screen and (max-width: 767px) {
  .footer {
    padding: 25px 0 20px;
  }
  .copyright {
    font-size: 12px;
    line-height: 22px;
  }
  .logo_footer {
    width: 119px;
    margin: 0 auto 18px;
  }
  .logo_footer img {
    width: 100%;
  }
}

.header {
  position: relative;
  z-index: 10;
}

.header_top {
  background: #fcd006;
  width: 948px;
  max-width: 100%;
  min-width: 100%;
}

.header_top .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 73px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1018px;
  padding: 0 0 0 35px;
}

.header_top .logo_right {
  width: 130px;
}

.header_top .logo_right img {
  width: 100%;
  display: block;
}

.header_top .logo_left {
  width: 302px;
}

.header_top .logo_left img {
  width: 100%;
  display: block;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 75px;
  width: 948px;
  max-width: 100%;
  min-width: 100%;
}

.menu li {
  border-left: 1px solid #e0dfde;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
}

.menu li:last-child {
  border-right: 1px solid #e0dfde;
}

.menu a {
  font-size: 21px;
  padding: 0 5px;
  color: #3f190b;
  text-align: center;
  font-weight: bold;
  position: relative;
}

.menu span {
  position: relative;
  z-index: 10;
}

.header_top_page .menu {
  height: 78px;
}

@media only screen and (min-width: 768px) {
  .menu li.current a:after {
    content: "";
    background: #ffeb3f;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 10px;
    position: absolute;
  }
  .menu li:hover a {
    color: #efad1b;
  }
}

@media only screen and (max-width: 768px) {
  .wrapper {
    margin-top: 47px;
  }
  .top_page {
    margin-top: 0;
  }
  .header {
    z-index: 9999;
  }
  .header_top {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .header_top .content {
    height: 47px;
    padding: 0 15px;
    width: 100%;
  }
  .header_top .logo_right {
    width: 79px;
    margin-right: 36px;
  }
  .header_top .logo_left {
    width: 151px;
  }
  .menu {
    background: rgba(247, 176, 29, 0.95);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% - 64px);
    max-width: none;
    min-width: auto;
    position: fixed;
    top: 47px;
    z-index: 9999;
    right: calc(-100% + 64px);
    height: auto !important;
    -webkit-transition: right 0.5s ease-in-out;
    transition: right 0.5s ease-in-out;
  }
  .menu li {
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 0;
  }
  .menu li.current a:after {
    content: none;
  }
  .menu li:last-child {
    border-bottom: none;
  }
  .menu a {
    font-size: 14px;
    line-height: 24px;
    display: block;
    width: 100%;
    text-align: left;
    padding: 6px 0 6px 36px;
  }
  .menu a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    background: url("../images/arrow_menu.png") no-repeat;
    background-size: cover;
    width: 6px;
    height: 9px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .menu.is-show {
    right: 0;
  }
  .icon_hamburger {
    position: absolute;
    width: 22px;
    height: 14px;
    top: 17px;
    right: 15px;
    display: block !important;
  }
  .icon_hamburger:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 2px;
    width: 100%;
    height: 2px;
    background: #4a2d23;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .icon_hamburger:after {
    content: "";
    position: absolute;
    top: 12px;
    right: 0;
    border-radius: 2px;
    width: 100%;
    height: 2px;
    background: #4a2d23;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .icon_hamburger span {
    position: absolute;
    top: 6px;
    right: 0;
    border-radius: 2px;
    width: 100%;
    height: 2px;
    background: #4a2d23;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .icon_hamburger.is-show:before {
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
    top: 7px;
  }
  .icon_hamburger.is-show:after {
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
    top: 7px;
  }
  .icon_hamburger.is-show span {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

.diary_page {
  padding-bottom: 102px;
}

.diary_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -18px -36px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}

.diary_item {
  width: calc(100%/3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 18px;
  margin-bottom: 36px;
}

.diary_item:last-child {
  margin-right: 0;
}

.diary_content {
  background: #fff;
  border-radius: 3px;
  padding: 26px;
  position: relative;
  overflow: hidden;
}

.diary_content:after {
  content: "";
  position: absolute;
  border: 25px solid #009f3e;
  right: 0;
  bottom: 0;
  border-bottom: transparent;
  border-left: transparent;
  border-top-color: transparent;
}

.diary_content img {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  border-radius: 3px;
}

.diary_date {
  font-size: 16px;
  line-height: 16px;
  color: #f3ad16;
  font-weight: bold;
  margin-bottom: 10px;
}

.diary_title {
  border-top: 4px dotted #dedede;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  padding-top: 12px;
  letter-spacing: -1px;
  font-weight: bold;
}

.diary_under_page {
  padding-bottom: 107px;
}

.diary_article {
  background: #fff;
  border-radius: 10px;
  padding: 56px 60px 82px;
}

.diary_article img {
  border-radius: 10px;
  display: block;
  width: 100%;
  margin-bottom: 40px;
}

.diary_article_date {
  font-size: 18px;
  font-weight: 500;
  line-height: 33px;
  min-width: 135px;
  padding: 0 15px;
  color: #fff;
  background: #f7b01d;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  margin-bottom: 12px;
  font-weight: bold;
}

.diary_article_text {
  font-size: 16px;
  line-height: 28px;
  color: #3f190b;
  font-weight: bold;
}

.diary_article .btn_green {
  margin-top: 44px;
}

@media only screen and (max-width: 767px) {
  .diary_page {
    padding-bottom: 55px;
  }
  .diary_page .content {
    padding: 0 15px;
  }
  .diary_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
  .diary_item {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .diary_content {
    padding: 20px 20px 18px;
    border-radius: 2px;
    width: 100%;
  }
  .diary_content:after {
    border-width: 20px;
  }
  .diary_content img {
    margin-bottom: 17px;
    border-radius: 2px;
  }
  .diary_date {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 12px;
  }
  .diary_title {
    font-size: 15px;
    line-height: 19px;
    border-top-width: 2px;
    padding-top: 9px;
  }
  .diary_article {
    border-radius: 5px;
    padding: 20px 20px 43px;
  }
  .diary_article img {
    border-radius: 5px;
    margin-bottom: 30px;
  }
  .diary_article_date {
    font-size: 14px;
    min-width: 110px;
    border-radius: 3px;
    line-height: 27px;
    padding: 0 5px;
    margin-bottom: 14px;
  }
  .diary_article_text {
    font-size: 14px;
    line-height: 25px;
  }
  .diary_article .btn_green {
    margin-top: 28px;
  }
  .diary_under_page {
    padding-bottom: 80px;
  }
  .diary_under_page .content {
    padding: 0 15px;
  }
}

.goods_page {
  padding-bottom: 98px;
  position: relative;
  z-index: 10;
}

.goods_article {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 57px 15px;
}

.goods_article .articleB_text {
  margin-bottom: 43px;
}

.goods_article .btn_green {
  margin-top: 24px;
}

.goods_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 837px;
  margin: 0 auto 60px;
  max-width: 100%;
}

.goods_list_item {
  width: calc(100%/3);
  text-align: center;
  margin-bottom: 4px;
  padding: 0 4px;
}

.goods_list img {
  width: 216px;
  margin-bottom: 19px;
}

.goods_list_title {
  font-size: 18px;
  line-height: 23px;
  color: #3f190b;
  min-height: 69px;
  font-weight: bold;
}

.goods_list_nurie {
  margin-top: 36px;
  margin-bottom: 0;
}

.goods_list_nurie .goods_list_title {
  min-height: auto;
}

.goods_list_nurie .goods_list_item {
  margin-bottom: 32px;
}

.goods_list_nurie .img_model {
  display: none;
}

@media only screen and (max-width: 767px) {
  .goods_img_title_01 {
    width: 307px;
  }
  .goods_img_title_02 {
    width: 307px;
  }
  .goods_img {
    width: 277px;
  }
  .goods_page {
    padding-bottom: 30px;
  }
  .goods_article {
    padding: 20px 13px 10px;
  }
  .goods_article .articleB_text {
    margin-bottom: 16px;
  }
  .goods_article .btn_green {
    margin-top: 33px;
  }
  .goods_list {
    padding: 0;
    max-width: 100%;
    width: 350px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 6px;
  }
  .goods_list_item {
    padding: 0;
    width: 156px;
    max-width: 50%;
    margin-bottom: 33px;
  }
  .goods_list_item:nth-child(2n-1) {
    padding-right: 11px;
  }
  .goods_list_item:nth-child(2n) {
    padding-left: 11px;
  }
  .goods_list img {
    width: 100%;
    margin-bottom: 11px;
  }
  .goods_list_title {
    font-size: 14px;
    line-height: 16px;
    min-height: auto;
  }
  .goods_list_nurie {
    margin-top: 28px;
  }
  .goods_list_nurie .goods_list_item {
    margin-bottom: 26px;
  }
}

.grandprix_page {
  padding-bottom: 70px;
}

.grandprix_article {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding: 92px 15px 50px;
  position: relative;
}

.grandprix_article:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/flag_left.png") no-repeat;
  background-size: cover;
  width: 242px;
  height: 92px;
}

.grandprix_article:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/flag_right.png") no-repeat;
  background-size: cover;
  width: 246px;
  height: 92px;
}

.grandprix_article_title {
  position: relative;
}

.grandprix_block {
  width: 100%;
  text-align: center;
  margin: 35px auto 27px;
}

@media only screen and (max-width: 767px) {
  .grandprix_page {
    padding-bottom: 47px;
  }
  .grandprix_article {
    padding: 48px 13px 33px;
    border-radius: 5px;
  }
  .grandprix_article:before {
    background-image: url("../images/flag_left_sp.png");
    width: 90px;
    height: 39px;
  }
  .grandprix_article:after {
    background-image: url("../images/flag_right_sp.png");
    width: 90px;
    height: 39px;
  }
  .grandprix_block {
    margin-top: 20px;
    margin-bottom: 23px;
  }
  .grandprix_img_title_02 {
    width: 240px;
  }
  .grandprix_img_title_01 {
    width: 292px;
  }
  .grandprix_img_block {
    width: 325px;
  }
  .grandprix_img {
    width: 318px;
  }
}

.movie_page {
  padding-bottom: 64px;
}

.movie_page .list_movie_img {
  margin-bottom: 10px;
}

.movie_page .list_movie_item {
  margin-bottom: 50px;
}

.movie_page .list_movie .icon_play {
  width: 63px;
}

.movie_page .list_movie_title {
  font-size: 16px;
  line-height: 24px;
}

.movie_article {
  padding: 56px 60px 32px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
}

.movie_article .articleB_head {
  margin-bottom: 54px;
}

.movie_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 44px -15px 0;
}

.movie_item {
  width: calc(100%/3);
  padding: 0 15px;
  margin-bottom: 30px;
}

.list_movie {
  overflow: hidden;
  margin: 0 -16px;
  -webkit-text-size-adjust: 100%;
}

.list_movie_item {
  float: left;
  width: 33.333%;
  padding: 0 16px;
}

.list_movie_content {
  display: block;
}

.list_movie_img {
  width: 100%;
  position: relative;
  border-radius: 3px;
  margin-bottom: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list_movie_img img {
  border-radius: 3px;
  width: 100%;
}

.list_movie .icon_play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  width: 72px;
}

.list_movie_title {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  color: #3f190b;
}

@media only screen and (max-width: 767px) {
  .movie_text_banner {
    width: 194px;
  }
  .movie_img_title {
    width: 307px;
  }
  .movie_page {
    padding-bottom: 73px;
  }
  .movie_page .list_movie {
    overflow: hidden;
    width: 307px;
  }
  .movie_page .list_movie_item {
    margin-bottom: 30px;
    padding: 0;
  }
  .movie_page .list_movie_img {
    height: auto;
    margin-bottom: 8px;
  }
  .movie_page .list_movie .icon_play {
    width: 75px;
  }
  .movie_page .list_movie_title {
    font-size: 14px;
    line-height: 21px;
  }
  .movie_article {
    border-radius: 5px;
    padding: 25px 22px 20px;
  }
  .movie_article .articleB_head {
    margin-bottom: 28px;
  }
  .movie_list {
    margin: 26px 0 0;
  }
  .movie_item {
    width: 100%;
    padding: 0;
    margin-bottom: 22px;
  }
  .movie_item img {
    width: 100%;
  }
  .list_movie {
    margin: 0 auto;
    padding: 0;
    width: 245px;
    max-width: 100%;
    overflow: visible;
  }
  .list_movie .slick-list {
    overflow: hidden;
  }
  .list_movie_item {
    width: 100%;
    padding: 0 10px;
    outline: none;
  }
  .list_movie_img {
    margin-bottom: 8px;
    height: auto;
  }
  .list_movie_title {
    font-size: 14px;
    line-height: 21px;
  }
  .list_movie .icon_play {
    width: 55px;
  }
  .list_movie .slick-arrow {
    position: absolute;
    top: 62px;
    font-size: 0;
    border: none;
    background: none;
    z-index: 99;
    cursor: pointer;
    outline: none;
    width: 30px;
    height: 30px;
  }
  .list_movie .slick-arrow.slick-prev {
    left: -23px;
  }
  .list_movie .slick-arrow.slick-prev:before {
    background-image: url("../images/arrow_slide_left.png");
  }
  .list_movie .slick-arrow.slick-next {
    right: -23px;
  }
  .list_movie .slick-arrow.slick-next:before {
    background-image: url("../images/arrow_slide_right.png");
  }
  .list_movie .slick-arrow:before {
    content: "";
    position: absolute;
    top: 0;
    width: 13px;
    height: 25px;
    background-size: cover;
    background-repeat: no-repeat;
    left: 8px;
  }
}

.profile_page {
  padding-bottom: 87px;
}

.profile_article {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  padding-top: 49px;
  padding-bottom: 72px;
}

.profile_article .articleB_head {
  margin-bottom: 19px;
}

@media only screen and (max-width: 767px) {
  .profile_page {
    padding-bottom: 80px;
  }
  .profile_article {
    border-radius: 5px;
    padding: 20px 13px 25px;
  }
  .profile_article .articleB_head {
    margin-bottom: 12px;
  }
  .profile_img_title {
    width: 307px;
  }
  .profile_img {
    width: 325px;
  }
}

.section_top_profile {
  padding: 90px 0;
}

.section_top_topics {
  padding: 50px 0 90px;
  background: url("../images/bg_top_diary.png") repeat;
}

.top_topics_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 34px 0 9px;
}

.top_topics_head_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.top_topics_head .top_topics_img_title {
  margin-top: 41px;
  margin-left: 9px;
}

.top_topics_list {
  border: 6px solid #eabb26;
  border-radius: 10px;
  padding: 0 10px 0 17px;
  background: #fff;
}

.top_topics_list_item_content {
  border-bottom: 3px dotted #e4e4e4;
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 78px;
}

.top_topics_list_item:last-child .top_topics_list_item_content {
  border-bottom-color: #fff;
}

.top_topics_list_item:hover .top_topics_title {
  color: #efad1b;
}

.top_topics_date {
  font-size: 16px;
  line-height: 25px;
  color: #f4ae34;
  width: 172px;
  text-align: center;
  font-weight: bold;
  position: relative;
}

.top_topics_date:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 20px;
  border-left: 3px solid #f4ae34;
  border-top: 3px solid #f4ae34;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.top_topics_title {
  color: #3f190b;
  font-size: 16px;
  line-height: 25px;
  width: calc(100% - 172px);
  font-weight: bold;
}

.section_top_diary {
  text-align: center;
  padding-top: 77px;
  padding-bottom: 90px;
  background: url("../images/bg_top_diary.png") repeat;
}

.section_top_diary .articleB_title {
  margin-bottom: 50px;
}

.section_top_diary .btn_green {
  margin-top: 60px;
}

.section_top_grandprix {
  padding: 90px 0;
  background: #fff;
}

.top_grandprix_block {
  position: relative;
  min-height: 219px;
  border-radius: 10px;
  border: 6px solid #76c8ec;
  background: #c7e8f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top_grandprix_block_content {
  padding-top: 30px;
  padding-left: 30px;
  position: relative;
  width: 100%;
}

.top_grandprix_block_content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg_top_grandprix.png") repeat;
}

.top_grandprix_img {
  position: absolute;
  bottom: 0;
  right: 115px;
  z-index: 10;
}

.top_grandprix_title {
  margin-bottom: 11px;
  position: relative;
  z-index: 1;
  max-width: calc(100% - 400px);
}

.top_grandprix_text {
  font-size: 19px;
  line-height: 28px;
  font-weight: bold;
  color: #3f190b;
  position: relative;
  z-index: 1;
  max-width: calc(100% - 420px);
  padding-bottom: 20px;
}

.section_top_goods {
  text-align: center;
  padding-top: 79px;
  padding-bottom: 92px;
}

.section_top_goods .articleB_text {
  margin-bottom: 43px;
}

.section_top_goods .btn_green {
  margin-top: 50px;
}

.top_goods_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -10px;
}

.top_goods_list li {
  max-width: 25%;
  width: 215px;
  padding: 0 10px;
}

.section_top_movie {
  padding-top: 100px;
  text-align: center;
  background: url("../images/top_movie_bg.png") repeat;
  position: relative;
  padding-bottom: 55px;
}

.section_top_movie:before {
  content: "";
  position: absolute;
  top: 0;
  left: -9px;
  right: 0;
  height: 60px;
  background: url("../images/top_movie_bg_top.png") repeat;
  z-index: 3;
}

.section_top_movie:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: #c99e71;
}

.section_top_movie .articleB_head {
  margin-bottom: 33px;
  z-index: 3;
}

.section_top_movie .articleB_text {
  margin-bottom: 41px;
  z-index: 3;
  position: relative;
}

.section_top_movie .list_movie {
  z-index: 3;
  position: relative;
}

.section_top_movie .top_movie_comming {
  position: relative;
  z-index: 3;
}

.section_top_movie .btn_green {
  margin-top: 33px;
  z-index: 10;
}

.section_top_movie .img_top_movie {
  position: absolute;
  bottom: 64px;
  left: 60px;
  z-index: 1;
}

.section_top_movie .content:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 169px;
  background: url("../images/top_movie_bg_left.png") no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  height: calc(100% - 32px);
}

.section_top_movie .content:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 169px;
  background: url("../images/top_movie_bg_right.png") no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  height: calc(100% - 32px);
}

@media only screen and (width: 768px) {
  .section_top_profile {
    padding: 60px 0;
  }
  .section_top_topics {
    padding: 35px 0 60px;
  }
  .section_top_diary {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .section_top_grandprix {
    padding: 60px 0;
  }
  .section_top_goods {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .top_page {
    margin-top: 0;
  }
  .top_page .content {
    padding: 0 15px;
  }
  .section_top_profile {
    padding: 43px 0;
  }
  .section_top_topics {
    padding: 25px 0 43px;
    background-image: url("../images/bg_top_diary_sp.png");
    background-size: 375px auto;
  }
  .top_topics_head {
    padding: 0 9px 0 3px;
  }
  .top_topics_head .top_topics_img {
    width: 42px;
  }
  .top_topics_head .top_topics_img_title {
    width: 137px;
    margin-top: 21px;
    margin-left: 5px;
    max-width: calc(100% - 56px);
  }
  .top_topics_head_left {
    width: calc(100% - 131px);
  }
  .top_topics_list {
    border-width: 3px;
    border-radius: 5px;
    padding: 0 2px 0 5px;
  }
  .top_topics_list_item_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-width: 2px;
    padding: 11px 10px;
    min-height: 52px;
  }
  .top_topics_date {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    text-align: left;
    padding-left: 15px;
  }
  .top_topics_date:before {
    top: 5px;
    width: 6px;
    height: 6px;
    left: 0;
  }
  .top_topics_title {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
  .top_diary_img_title {
    width: 307px;
  }
  .section_top_diary {
    padding-top: 38px;
    padding-bottom: 43px;
    background-image: url("../images/bg_top_diary_sp.png");
    background-size: 375px auto;
  }
  .section_top_diary .diary_item {
    margin-bottom: 30px;
  }
  .section_top_diary .articleB_title {
    margin-bottom: 28px;
  }
  .section_top_diary .btn_green {
    margin-top: 0;
  }
  .section_top_grandprix {
    padding: 43px 0;
  }
  .top_grandprix_block {
    border-width: 3px;
    border-radius: 5px;
    min-height: 133px;
  }
  .top_grandprix_block_content {
    padding-top: 12px;
    padding-left: 12px;
  }
  .top_grandprix_block_content:after {
    background-image: url("../images/bg_top_grandprix_sp.png");
    background-size: 325px auto;
  }
  .top_grandprix_title {
    width: 253px;
    max-width: calc(100% - 74px);
    margin-bottom: 5px;
  }
  .top_grandprix_text {
    font-size: 12px;
    line-height: 18px;
    max-width: calc(100% - 110px);
    padding-bottom: 10px;
  }
  .top_grandprix_img {
    width: 119px;
    right: 6px;
  }
  .section_top_goods {
    padding: 38px 0 43px;
  }
  .section_top_goods .articleB_text {
    margin-bottom: 19px;
  }
  .section_top_goods .btn_green {
    margin-top: 11px;
  }
  .top_goods_img_title {
    width: 307px;
  }
  .top_goods_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -10px;
  }
  .top_goods_list li {
    max-width: 50%;
    width: 162px;
    width: 182px;
    padding: 0 10px;
    margin-bottom: 19px;
  }
  .top_movie_img_title {
    width: 307px;
  }
  .section_top_movie {
    padding-top: 54px;
    padding-bottom: 41px;
    background-image: url("../images/top_movie_bg_sp.png");
    background-size: 375px auto;
  }
  .section_top_movie:before {
    background-image: url("../images/top_movie_bg_top_sp.png");
    height: 28px;
    background-size: auto 28px;
  }
  .section_top_movie:after {
    height: 70px;
  }
  .section_top_movie .list_movie {
    margin-top: 19px;
  }
  .section_top_movie .top_movie_comming {
    width: 198px;
  }
  .section_top_movie .articleB_head {
    margin-bottom: 12px;
  }
  .section_top_movie .articleB_text {
    margin-bottom: 19px;
  }
  .section_top_movie .btn_green {
    margin-top: 13px;
  }
  .section_top_movie .content:before {
    background-image: url("../images/top_movie_bg_left_sp.png");
    width: 60px;
    height: calc(100% - 18px);
  }
  .section_top_movie .content:after {
    background-image: url("../images/top_movie_bg_right_sp.png");
    width: 63px;
    height: calc(100% - 18px);
  }
}

@media only screen and (max-width: 639px) {
  .top_topics_head .top_topics_img_title {
    width: 78px;
    margin-top: 9px;
  }
}

.topix_page {
  padding-bottom: 77px;
}

.topix_list {
  background: #fff;
  border-radius: 10px;
  padding: 30px 20px 100px;
}

.topix_date {
  font-size: 16px;
  line-height: 25px;
  color: #f4ae34;
  width: 142px;
  text-align: center;
  font-weight: bold;
}

.topix_title {
  font-size: 16px;
  line-height: 25px;
  width: calc(100% - 142px);
  font-weight: bold;
}

.topix_item_content {
  border-bottom: 3px dotted #e4e4e4;
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .topix_list {
    border-radius: 5px;
    padding: 7px 13px 115px;
  }
  .topix_item_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px 0;
  }
  .topix_date {
    font-size: 15px;
    line-height: 21px;
    width: 100%;
    text-align: left;
    margin-bottom: 2px;
  }
  .topix_title {
    font-size: 15px;
    line-height: 21px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
.list_sns ul {
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
  justify-content: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
}
.list_sns ul li {
  padding: 0 8px;
}
.list_sns#h_list_sns {
}
.list_sns#f_list_sns {
  margin-bottom: 20px;
}

/* 20240524 追加 */

#attention .profile_article {
	margin-top: 10px;
	padding: 10px 15px 10px;
}

#attention .container {
	display: flex;
	align-items: center;
	justify-content: center;
}

#attention .container .articleB_text {
	margin-bottom: 0;
	padding-top: 5px;
}

#attention .container img {
	padding-bottom: 10px;
}