body {
  background: #f5f5f5;
}
.h1.block-genre-page--header {
  display: none;
}
.freepage {
  color: #000;
  font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, sans-serif;
}

/* PC */
@media only screen and (min-width: 768px) {
  /*-----------------------
    共通
  -----------------------*/
  #header {
    margin: 0;
  }
  .pane-left-menu,
  .wrapper > .pane-topic-path {
    display: none;
  }
  .pane-contents > .container {
    display: block;
    width: 100%;
  }
  .block-genre-page .block-genre-page--header-freespace {
    margin: 0;
  }
  .pane-right-menu {
    margin: 0 auto;
  }

  .block-top-event--goods {
    width: 1200px;
    margin: 0 auto;
  }
  body:not(.page-top) .block-pickup-list-p li > div:nth-child(4n+1) {
    margin-left: 40px;
  }

  .freepage .sp {
    display: none !important;
  }

  /*-----------------------
    TOP
  -----------------------*/
  .freepage .mv {
    position: relative;
    background: #fff;
    padding: 0 0 40px;
  }
  .freepage .mv > img {
    width: 100%;
  }
  .freepage h1 {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: bold;
    text-align: center;
  }
  .freepage .mv p {
    margin: 40px 0 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.8;
  }
  /*.freepage.top h1 {
    position: absolute;
    left: 50px;
    bottom: -87px;
  }*/
  .freepage h1:after {
    display: none;
  }
  .freepage .intro {
    padding: 200px 0 150px;
    background: #fff;
  }
  .freepage .intro .inner {
    position: relative;
    width: 1000px;
    height: 426px;
    margin: 0 auto;
  }
  .freepage .intro .text {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    z-index: 1;
  }
  .freepage h2 {
    font-size: 38px;
    line-height: 54px;
    font-weight: bold;
    margin: 0 0 25px;
    padding: 0;
    border: 0;
  }
  .freepage h2:after {
    display: none;
  }
  .freepage .intro p {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .freepage .intro .img {
    position: absolute;
    top: 0;
    right: 0;
  }
  .freepage .intro .img-t {
    position: absolute;
    right: -100px;
    bottom: -18px;
  }
  .freepage .list {
    padding: 100px 0;
  }
  .freepage .list .inner {
    width: 1200px;
    margin: 0 auto;
  }
  .freepage .list .cat:first-child {
    margin: 0 0 100px;
  }
  .freepage .list .cat .head {
    position: relative;
    margin: 0 0 50px;
    padding: 75px 0 0;
  }
  .freepage .list .cat .head:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 2px;
    height: 40px;
    background: #000;
  }
  .freepage h3 {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    margin: 0;
  }
  .freepage .list .cat .head a {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 0 3px;
    border-bottom: 1px solid #999;
  }
  .freepage .list .cat .head a:hover {
    opacity: 1;
    border-bottom: 1px solid #f5f5f5;
  }
  .freepage .list .cat .head a img {
    height: 12px;
  }
  .freepage .list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .freepage .list li {
    position: relative;
    margin: 0 0 2px;
  }
  .freepage .list li .num {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 77px;
    height: 78px;
    z-index: 1;
  }
  .freepage .list li .num img {
    max-width: 77px;
    max-height: 78px;
  }

  /*-----------------------
    PAGE
  -----------------------*/
  .block-genre-page--event {
    margin: 0 0 100px;
  }
  .block-top-event--goods + .freepage {
    margin-top: 130px;
  }
  .freepage > h1 {
    font-size: 24px;
    margin: 40px 0 70px;
  }
  .freepage > h1 img {
    width: 100%;
  }
  .freepage .scene {
    width: 1200px;
    margin: 0 auto;
  }
  .freepage .scene .scene-mv {
    position: relative;
    margin: 0 0 100px;
  }
  .freepage .scene .scene-mv .num {
    position: absolute;
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid #000;
    padding: 0 30px 14px 0;
    top: 40px;
  }
  .freepage .scene#scene03 .scene-mv .num,
  .freepage.men .scene#scene04 .scene-mv .num,
  .freepage.women .scene#scene01 .scene-mv .num {
    padding: 0 0 14px 30px;
  }
  .freepage .scene .scene-mv .num img:first-child {
    margin: 0 15px 0 0;
  }
  .freepage .scene .img-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 1000px;
    margin: 0 auto;
  }
  .freepage.men .scene#scene01 .img-top,
  .freepage.men .scene#scene03 .img-top,
  .freepage.women .scene .img-top:first-child {
    flex-direction: row-reverse;
  }
  .freepage .scene .img-top img {
    width: 460px;
  }
  .freepage .scene .text {
    width: 470px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .freepage .scene .text .headline:first-child {
    font-weight: bold;
    padding: 0 0 10px;
  }
  .freepage .scene .text .headline:not(:first-child) {
    padding: 20px 0 10px;
    margin: 20px 0 0;
    font-weight: bold;
    border-top: 1px solid #ddd;
  }
  .freepage .scene  .inner{
    width: 1000px;
    margin: 0 auto;
  }
  .freepage .scene .img {
    margin-top: -190px;
  }
  .freepage .scene .img:not(.img-last) {
    position: relative;
    text-align: right;
  }
  .freepage .scene .img:not(.img-last) img {
    width: 460px;
  }
  .freepage .scene .img.img-last {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 100px;
  }
  .freepage .scene .img.img-last.img-r {
    flex-direction: row-reverse;
    text-align: left;
  }
  .freepage .scene .img.img-last img {
    width: 660px;
  }
  .freepage .scene .img.img-last .item {
    width: 310px;
    font-size: 16px;
    line-height: 2;
  }
  .freepage .scene .img.img-last .item .ttl {
    font-weight: bold;
  }
  .item-ttl {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
  }
  .block-top-event--goods + .item-ttl {
    margin-top: 50px;
  }

  .freepage .profile {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 -75px 100px -60px;
  }
  .freepage .profile .profile-inner {
    width: 770px;
  }
  .freepage .profile .text {
    width: 100%;
    line-height: 2;
  }
  .freepage .profile .ttl {
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ddd;
  }
  .freepage .profile .name {
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    margin: 0 0 10px;
  }
  .freepage .profile .text p {
    margin: 0 0 15px;
  }
  .freepage .profile img {
    width: 342px;
  }

  .related {
    width: 1200px;
    margin: 0 auto 80px;
  }
  .related > .ttl {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    margin: 0 0 30px;
  }
  .related ul {
    display: flex;
    flex-wrap: wrap;
  }
  .related li {
    width: calc((100% - 90px) / 4);
    margin: 0 30px 30px 0;
    background: #fff;
  }
  .related li:nth-child(4n) {
    margin-right: 0;
  }
  .related li a {
    display: block;
  }
  .related li a.img {
    width: 278px;
    height: 278px
  }
  .related li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .related li a.text {
    display: flex;
    flex-direction: column;
    height: calc(100% - 278px);
    padding: 10px 10px 10px 13px;
    border-left: 3px solid #ea5541;
  }
  .related li .sub {
    font-size: 12px;
    margin: 0 0 5px;
  }
  .related li .ttl {
    line-height: 1.4;
    margin: 0 0 7px;
  }
  .related li .date {
    color: #838383;
    font-size: 12px;
    margin-top: auto;
  }

  .block-pickup-list-p--items > li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .block-pickup-list-p--item-body {
    position: relative;
    flex-wrap: wrap;
    flex-direction: column;
    width: 195px;
    margin: 40px 0 0 40px;
    background-color: #fff;
  }
  .block-pickup-list-p li > div:nth-child(4n+1) {
    margin-left: 40px;
  }
  .block-pickup-list-p--image a {
    display: block;
    padding: 10px 10px 0 10px;
    overflow: hidden;
  }
  .block-pickup-list-p--image a figure.img-center {
    display: block;
    width: 175px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    overflow: hidden;
    text-align: center;
  }
  .block-pickup-list-p--item-description {
    padding: 11px 20px 16px 20px;
    margin: 10px 0 0 0;
    border-top: 1px solid #f7f7f7;
    width: 195px;
    height: calc(100% - 220px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--category-name {
    color: #808080;
    font-size: 12px;
    margin: 5px 0;
  }
  .block-pickup-list-p--item-description .block-pickup-list-p--goods-name {
    line-height: 18px;
    padding: 0 0 15px;
  }
  .block-pickup-list-p li .block-pickup-list-p--item-body a {
    text-decoration: none;
  }
  .block-pickup-list-p--item-description .variation-name,
  .block-pickup-list-p--comment,
  .block-pickup-list-p--add-cart {
    display: none;
  }
  .block-pickup-list-p--price-items {
    display: flex;
    flex-direction: column;
  }
  .block-pickup-list-p--price-infos {
    margin-top: auto;
  }
  .block-pickup-list-p--item-description .price {
    order: 20;
    font-weight: normal;
    text-align: right;
  }
  .block-pickup-list-p--price-items .block-pickup-list-p--net-price {
    display: none;
  }
}

/* SP */
@media only screen and (max-width: 767px) {
  /*-----------------------
    共通
  -----------------------*/
  .freepage .pc {
    display: none !important;
  }

  /*-----------------------
    TOP
  -----------------------*/
  .freepage .mv {
    position: relative;
    background: #fff;
    padding: 0 0 20px;
  }
  .freepage h1 {
    padding: 0;
  }
  .freepage .mv p {
    margin: 20px 10px 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  /*.freepage.top h1 {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -27px;
    width: 340px;
    margin: auto;
    padding: 0;
    max-width: 95%;
  }*/
  .freepage .intro {
    padding: 90px 0 30px;
    background: #fff;
    text-align: center;
  }
  .freepage .text {
    margin: 0 0 18px;
  }
  .freepage h2 {
    font-size: 21px;
    line-height: 29px;
    background: transparent;
    padding: 0;
    margin: 0 0 15px;
  }
  .freepage .text p {
    font-size: 13px;
    line-height: 18px;
  }
  .freepage .intro .img {
    padding: 0 28px;
  }
  .freepage .img-t {
    text-align: right;
    padding: 0 11px 0 0;
    transform: translateY(-12px);
  }
  .freepage .img-t img {
    width: 75%;
  }
  .freepage .list {
    padding: 45px 0 0;
  }
  .freepage .list .cat:first-child {
    margin: 0 0 50px;
  }
  .freepage .list .head {
    position: relative;
    margin: 0 0 20px;
    padding: 35px 0 0;
    text-align: center;
  }
  .freepage .list .head:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 1px;
    height: 20px;
    background: #000;
  }
  .freepage h3 {
    font-size: 16px;
    font-weight: bold;
    padding: 0;
  }
  .freepage h3 img {
    height: 20px;
  }
  .freepage .list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 25px;
  }
  .freepage .list li {
    position: relative;
    width: calc((100% - 1px) / 2);
    margin: 0 0 1px;
  }
  .freepage .list li .num {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 58px;
    transform: translate(-50%, -50%);
  }
  .freepage .list .link {
    text-align: center;
  }
  .freepage .list .link a {
    display: inline-block;
    border-bottom: 1px solid #999;
    padding: 0 0 8px;
    text-decoration: none;
  }
  .freepage .list .link a img {
    height: 10px;
  }

  /*-----------------------
    PAGE
  -----------------------*/
  .pane-contents {
    padding: 0 0 60px;
  }
  .block-top-event--goods + .freepage {
    margin: 60px 0 0;
  }
  .freepage:not(.top) h1 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 30px 0 20px;
  }
  .freepage .scene {
    padding-top: 50px;
    margin-top: -50px;
  }
  .freepage .scene .scene-mv {
    position: relative;
    margin: 0 0 30px;
  }
  .freepage .scene .scene-mv .num {
    position: absolute;
    padding: 0 0 10px 20px;
    border-bottom: 1px solid #000;
    top: 20px;
  }
  .freepage .scene .scene-mv .num img:first-child {
    display: block;
    width: 50px;
    margin: 0 auto 7px;
  }
  .freepage .scene .scene-mv .num img:last-child {
    display: block;
    height: 39px;
  }
  .freepage .scene .img-top {
    padding: 0 25px;
    margin: 0 0 20px;
  }
  .freepage .scene .img-top .text {
    margin: 0 0 28px;
  }
  .freepage .scene .img-top .text .headline:first-child {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px;
  }
  .freepage .scene .img-top .text .headline:not(:first-child) {
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0 0;
    margin: 15px 0 5px;
    border-top: 1px solid #ddd;
  }
  .freepage .scene .img-top .text p {
    font-size: 14px;
    line-height: 24px;
  }
  .freepage .scene .img-top br {
    display: none;
  }
  .freepage .scene .img:not(.img-last) {
    position: relative;
  }
  .freepage .scene .img:not(.img-last) img {
    width: 47%;
  }
  .freepage .scene .img-last {
    margin: -45px 0 40px;
    text-align: right;
  }
  .freepage .scene .img-last img {
    width: 67%;
  }
  .freepage .scene .img-last .item {
    font-size: 14px;
    line-height: 24px;
    padding: 0 25px;
    margin: 20px 0 0;
    text-align: left;
  }
  .freepage .scene .img-last .item .ttl {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 7px;
  }
  .freepage .profile {
    margin: 0 25px 50px;
    overflow: hidden;
  }
  .freepage .profile img {
    float: right;
    width: 54%;
    margin: 0 0 15px;
  }
  .freepage .profile .head {
    float: left;
    width: 38%;
    margin: 7vw 0;
  }
  .freepage .profile .text {
    clear: both;
    margin: 0;
  }
  .freepage .profile .ttl {
    font-size: 19px;
    font-weight: bold;
    padding: 0 0 7px;
    margin: 0 0 20px;
    border-bottom: 1px solid #ddd;
  }
  .freepage .profile .name {
    font-size: 19px;
    font-weight: bold;
    margin: 0 0 10px;
  }
  .freepage .profile .text p {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 15px;
  }
  .freepage .profile .career {
    font-size: 13px;
    line-height: 21px;
  }
  .related {
    padding: 0 10px;
    margin: 20px 0 50px;
  }
  .related > .ttl {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    margin: 0 0 20px;
  }
  .related ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .related li {
    width: 49%;
    margin: 0 0 10px;;
    background: #fff;
  }
  .related li a {
    display: block;
    text-decoration: none;
  }
  .related li a.img {
    width: calc((100vw - 20px) / 2 - 1%);
    height: calc((100vw - 20px) / 2 - 1%);
    max-width: 100%;
  }
  .related li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .related li a.text {
    display: flex;
    flex-direction: column;
    height: calc(100% - ((100vw - 20px) / 2 - 1%));
    padding: 10px 10px 10px 13px;
    border-left: 3px solid #ea5541;
  }
  .related li .sub {
    font-size: 11px;
    margin: 0 0 2px;
  }
  .related li .ttl {
    line-height: 1.4;
    margin: 0 0 7px;
  }
  .related li .date {
    color: #838383;
    font-size: 12px;
    margin-top: auto;
  }
  .item-ttl {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
  }

  .block-pickup-list-p {
    margin-top: 15px;
  }
  .block-pickup-list-p--items {
    padding: 0 5px;
  }
  .block-top-event--goods.freepage .block-pickup-list-p--items li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .block-top-event--goods.freepage .block-pickup-list-p--items .block-pickup-list-p--item-body {
    width: calc(50% - 5px);
    overflow: hidden;
    margin-bottom: 10px;
    background-color: #fff;
  }
  .block-pickup-list-p--items li a {
    width: auto;
    position: relative;
    display: block;
    text-decoration: none;
    background: #fff;
    table-layout: auto;
  }
  .block-pickup-list-p--items li .img-center {
    padding: 5px;
  }
  .block-pickup-list-p--item-description {
    display: flex;
    flex-direction: column;
    padding: 0 5px 5px;
  }
  .block-pickup-list-p--items li .block-pickup-list-p--goods-name {
    font-size: 12px;
  }
  .block-pickup-list-p--items li .variation-name,
  .block-pickup-list-p--comment,
  .block-pickup-list-p--price-items .block-pickup-list-p--net-price,
  .block-top-event--goods.freepage .block-pickup-list-p--items .block-pickup-list-p--item-body .block-list-add-cart-btn {
    display: none;
  }
  .block-pickup-list-p--price-items .block-pickup-list-p--price {
    text-align: right;
  }

  /* freepage */
  .block-top-event--goods.freepage .block-pickup-list-p--items li {
    flex-wrap: wrap;
    width: 100%;
    padding: 0 5px;
  }
  .block-top-event--goods.freepage .block-pickup-list-p--items .block-pickup-list-p--item-body {
    width: calc(50% - 5px);
    overflow: hidden;
    margin-bottom: 10px;
    background-color: #fff;
  }
  .block-top-event--goods.freepage .block-pickup-list-p--items .block-pickup-list-p--goods-name,
  .block-top-event--goods.freepage .block-pickup-list-p--items .block-pickup-list-p--goods-name a {
    height: auto !important;
    overflow: visible;
    white-space: normal;
  }
  .block-top-event--goods.freepage .block-pickup-list-p--items .block-pickup-list-p--item-body .block-list-add-cart-btn {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .freepage .profile .ttl,
  .freepage .profile .name {
    font-size: 17px;
  }
}
