@charset "UTF-8";
.special-content h1 {
  font-family: "lato", Arial, sans-serif;
  font-size: 1.8rem;
  letter-spacing: 1px;
  font-weight: 500; }
.special-content h2 {
  font-family: "lato", Arial, sans-serif;
  font-size: 1.2rem; }
.special-content img {
  width: 100%; }
.special-content .main-title {
  text-align: center; }
.special-content .style-content {
  display: flex;
  margin-top: 3rem; }
  .special-content .style-content .title {
    width: 15%;
    text-align: right;
    display: flex;
    justify-content: center; }
  .special-content .style-content .items {
    display: 85%; }
    .special-content .style-content .items figcaption {
      margin: 0.5rem 0 2.5rem; }
  @media (max-width: 640px) {
    .special-content .style-content {
      display: block; }
      .special-content .style-content .title {
        width: 100%;
        display: block; }
      .special-content .style-content .items {
        display: 100%; }
        .special-content .style-content .items .container {
          padding-left: 0px;
          padding-right: 0px; } }

.special-content #xmas .special-header {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }
.special-content #xmas .xmas-wrapping {
  margin-top: 3rem;
  background: #fcfcf2;
  border: 1px solid #887d00;
  padding: 2rem; }
  @media (max-width: 640px) {
    .special-content #xmas .xmas-wrapping {
      margin-top: 1.5rem;
      padding: 1.5rem 1.2rem 1rem; } }
  .special-content #xmas .xmas-wrapping h2 {
    color: #C8090F;
    text-align: center; }
  .special-content #xmas .xmas-wrapping .image {
    margin: 2rem 0;
    text-align: center; }
    .special-content #xmas .xmas-wrapping .image img {
      max-width: 640px; }
    @media (max-width: 640px) {
      .special-content #xmas .xmas-wrapping .image {
        margin: 1rem 0; } }
  .special-content #xmas .xmas-wrapping .note {
    font-size: 0.8rem; }
.special-content #xmas h2 {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.6; }
  @media (max-width: 640px) {
    .special-content #xmas h2 {
      font-size: 1rem; } }
.special-content #xmas h3 {
  font-size: 1rem; }
.special-content #xmas .item-content {
  background: #DEE7EC;
  position: relative;
  z-index: 1;
  padding-top: 3rem;
  margin-top: 4rem; }
  .special-content #xmas .item-content .container:nth-child(3), .special-content #xmas .item-content .container:nth-child(4), .special-content #xmas .item-content .container:nth-child(5), .special-content #xmas .item-content .container:nth-child(6) {
    position: relative;
    margin-top: 6rem; }
    .special-content #xmas .item-content .container:nth-child(3):before, .special-content #xmas .item-content .container:nth-child(4):before, .special-content #xmas .item-content .container:nth-child(5):before, .special-content #xmas .item-content .container:nth-child(6):before {
      position: absolute;
      z-index: 1;
      content: ' ';
      top: -4rem;
      left: 0;
      width: 100%;
      height: 4rem; }
  .special-content #xmas .item-content .container:nth-child(3):before, .special-content #xmas .item-content .container:nth-child(5):before {
    background: url(/assets/images/special/xmas2020/bg02.png) top center/auto 100% repeat-x; }
  .special-content #xmas .item-content .container:nth-child(4):before, .special-content #xmas .item-content .container:nth-child(6):before {
    background: url(/assets/images/special/xmas2020/bg03.png) top center/auto 100% repeat-x; }
  .special-content #xmas .item-content:before {
    position: absolute;
    z-index: 2;
    content: ' ';
    top: 3rem;
    left: 0;
    width: 100%;
    height: 4rem;
    background: url(/assets/images/special/xmas2020/bg01.png) top center/auto 100% repeat-x; }
  .special-content #xmas .item-content .tit {
    width: 100%;
    position: absolute;
    left: 0;
    top: -2rem;
    text-align: center; }
    .special-content #xmas .item-content .tit img {
      max-width: 240px; }
  .special-content #xmas .item-content h2 {
    position: relative;
    z-index: 2;
    text-align: center;
    letter-spacing: 0;
    color: #fff;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 1rem; }
    .special-content #xmas .item-content h2:before {
      position: absolute;
      content: ' ';
      top: -39px;
      right: 0;
      width: 40px;
      height: 40px; }
    .special-content #xmas .item-content h2.tit-green {
      background: #254A23; }
      .special-content #xmas .item-content h2.tit-green:before {
        background: url(/assets/images/special/xmas2020/tit-green.png) top center/auto 100% no-repeat; }
    .special-content #xmas .item-content h2.tit-red {
      background: #A60919; }
      .special-content #xmas .item-content h2.tit-red:before {
        left: 0;
        background: url(/assets/images/special/xmas2020/tit-red.png) top center/auto 100% no-repeat; }
    .special-content #xmas .item-content h2.tit-yellow {
      background: #C0BD08; }
      .special-content #xmas .item-content h2.tit-yellow:before {
        top: 0;
        left: 0;
        margin: auto;
        width: 90%;
        height: 100%;
        background: url(/assets/images/special/xmas2020/tit-yellow.png) top center/100% auto no-repeat; }
  .special-content #xmas .item-content .catalog {
    text-align: center;
    padding: 3rem 0; }
    .special-content #xmas .item-content .catalog img {
      max-width: 600px; }
.special-content #xmas .xmas-live {
  position: relative;
  margin: 0.5rem 0 4rem;
  padding: 1rem 0; }
  .special-content #xmas .xmas-live img {
    width: auto; }
  .special-content #xmas .xmas-live:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    content: ' ';
    background: url(/assets/images/special/xmas2020/line-gift.png) top center/auto repeat; }
  .special-content #xmas .xmas-live .xmas-live__inner {
    position: relative;
    background: #F2F2DC;
    margin-top: -30px;
    padding: 30px 1rem 1rem;
    text-align: center; }
    .special-content #xmas .xmas-live .xmas-live__inner__top {
      display: flex;
      align-items: center;
      /* 垂直中心 */
      justify-content: center;
      /* 水平中心 */
      position: relative;
      z-index: 2; }
    .special-content #xmas .xmas-live .xmas-live__inner__top:before, .special-content #xmas .xmas-live .xmas-live__inner__top:after {
      content: "";
      width: 100%;
      height: 8px;
      background: url(/assets/images/special/xmas2020/line-gift.png) top center/auto repeat;
      transform: rotateX(180deg); }
    .special-content #xmas .xmas-live .xmas-live__inner__top:before {
      margin-right: 1em;
      /* 文字の右隣 */ }
    .special-content #xmas .xmas-live .xmas-live__inner__top:after {
      margin-left: 1em;
      /* 文字の左隣 */ }
    .special-content #xmas .xmas-live .xmas-live__inner h1.tit {
      font-size: 54px;
      font-weight: 500;
      margin-bottom: 1.6rem; }
      @media (max-width: 640px) {
        .special-content #xmas .xmas-live .xmas-live__inner h1.tit {
          font-size: 44px;
          line-height: 1;
          margin-bottom: 1.5rem; } }
    .special-content #xmas .xmas-live .xmas-live__inner h1, .special-content #xmas .xmas-live .xmas-live__inner h2 {
      color: #887D00;
      font-family: 'Zen Kurenaido', sans-serif;
      font-weight: normal;
      font-size: 36px;
      line-height: 38px; }
      .special-content #xmas .xmas-live .xmas-live__inner h1 span, .special-content #xmas .xmas-live .xmas-live__inner h2 span {
        font-size: 1rem;
        font-family: sans-serif; }
    .special-content #xmas .xmas-live .xmas-live__inner h2.yomi {
      font-family: 'Kiwi Maru', serif;
      font-size: 1.2rem;
      margin-top: -20px; }
    .special-content #xmas .xmas-live .xmas-live__inner .copy {
      color: #887D00;
      line-height: 1.4;
      letter-spacing: 1px; }
    .special-content #xmas .xmas-live .xmas-live__inner .live-box {
      background: #fff;
      border-radius: 1rem;
      display: inline-block;
      padding: 1rem 2rem 1.5rem; }
      .special-content #xmas .xmas-live .xmas-live__inner .live-box .date {
        color: #C8090F;
        margin-bottom: 0; }
      .special-content #xmas .xmas-live .xmas-live__inner .live-box .txt {
        font-size: 0.8rem; }
      .special-content #xmas .xmas-live .xmas-live__inner .live-box a.btn {
        display: inline-block;
        border: 1px solid #C8090F;
        color: #C8090F;
        border-radius: 0.5rem;
        padding: 2px 1rem 0;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4); }
    .special-content #xmas .xmas-live .xmas-live__inner h3 {
      color: #C8090F;
      font-size: 1.6rem;
      font-family: 'Zen Kurenaido', sans-serif;
      margin: 0 0 1rem;
      font-weight: bold; }
      @media (max-width: 640px) {
        .special-content #xmas .xmas-live .xmas-live__inner h3 {
          font-size: 20px; } }
    .special-content #xmas .xmas-live .xmas-live__inner .desc {
      line-height: 1.4;
      font-weight: bold; }
.special-content #xmas .xmas-live-main {
  font-family: 'Kiwi Maru', serif;
  padding-right: 0;
  padding-left: 0;
  text-align: center; }
  .special-content #xmas .xmas-live-main .card-mv {
    position: relative; }
    .special-content #xmas .xmas-live-main .card-mv .mv-top {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0; }
  .special-content #xmas .xmas-live-main__tit {
    background-image: url(/assets/images/special/xmas2020/live-bg1.png), url(/assets/images/special/xmas2020/live-bg2.png);
    background-position: top left, top right;
    background-size: auto 100%;
    background-repeat: no-repeat;
    padding: 0; }
    @media (max-width: 640px) {
      .special-content #xmas .xmas-live-main__tit {
        padding: 0.5rem 0 0.5rem;
        background-image: url(/assets/images/special/xmas2020/live-bg-sp.png);
        background-size: 100% auto; } }
    .special-content #xmas .xmas-live-main__tit h3 img {
      width: 32px;
      margin-right: 10px; }
      @media (max-width: 640px) {
        .special-content #xmas .xmas-live-main__tit h3 img {
          width: 40px; } }
    .special-content #xmas .xmas-live-main__tit .date {
      font-family: 'Kiwi Maru', serif;
      font-size: 24px;
      font-weight: 400;
      line-height: 1.3;
      margin-bottom: 0.5rem; }
      @media (max-width: 640px) {
        .special-content #xmas .xmas-live-main__tit .date {
          font-size: 20px; } }
    .special-content #xmas .xmas-live-main__tit .txt {
      line-height: 1.4; }
  .special-content #xmas .xmas-live-main .xmas-live:after {
    width: 60px;
    margin: auto;
    background: none;
    border-top: 60px solid #F2F2DC;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
    left: 0;
    right: 0;
    bottom: -10px; }
  .special-content #xmas .xmas-live-main .xmas-live__inner {
    background: #F2F2DC;
    margin-top: -0.5rem;
    padding: 1.5rem 1rem 1rem; }
    @media (max-width: 640px) {
      .special-content #xmas .xmas-live-main .xmas-live__inner {
        margin-top: -1rem; } }
  @media (max-width: 640px) {
    .special-content #xmas .xmas-live-main .xmas-live {
      margin-bottom: 2rem; } }
  .special-content #xmas .xmas-live-main .insta_link {
    position: relative;
    display: inline-block;
    border: 2px solid #C8090F;
    padding: 0.5rem 2.5rem;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    border-radius: 1rem;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    color: #C8090F;
    font-weight: 500;
    border-radius: 0.7rem; }
    .special-content #xmas .xmas-live-main .insta_link:before {
      position: absolute;
      content: ' ';
      border-bottom: solid 2px #C8090F;
      border-right: solid 2px #C8090F;
      width: 15px;
      height: 15px;
      top: 45%;
      right: 0.8rem;
      transform: rotate(-45deg); }
    .special-content #xmas .xmas-live-main .insta_link:before {
      width: 10px;
      height: 10px;
      top: 42%; }
  .special-content #xmas .xmas-live-main .copy {
    font-family: 'Kiwi Maru', serif;
    color: #887D00;
    margin-bottom: 2rem;
    font-size: 24px;
    position: relative;
    display: inline-block;
    padding: 0 60px; }
    @media (max-width: 640px) {
      .special-content #xmas .xmas-live-main .copy {
        font-size: 16px;
        padding: 0 20px; } }
    .special-content #xmas .xmas-live-main .copy:before, .special-content #xmas .xmas-live-main .copy:after {
      position: absolute;
      top: -10px;
      width: 34px;
      height: 45px;
      content: ' '; }
      @media (max-width: 640px) {
        .special-content #xmas .xmas-live-main .copy:before, .special-content #xmas .xmas-live-main .copy:after {
          width: 20px; } }
    .special-content #xmas .xmas-live-main .copy:before {
      left: 0;
      background: url(/assets/images/special/xmas2020/live-bgtit.png) top center/100% auto no-repeat; }
    .special-content #xmas .xmas-live-main .copy:after {
      right: 0;
      background: url(/assets/images/special/xmas2020/live-bgtit.png) top center/100% auto no-repeat;
      transform: rotateY(180deg); }
  .special-content #xmas .xmas-live-main .desc {
    padding-right: 20px;
    padding-left: 20px;
    line-height: 2.2;
    font-size: 1rem; }
    .special-content #xmas .xmas-live-main .desc span {
      background: linear-gradient(transparent 80%, #FFB819 80%);
      font-weight: 600; }
    @media (max-width: 640px) {
      .special-content #xmas .xmas-live-main .desc {
        text-align: left;
        line-height: 2;
        font-size: 0.9rem; } }
  .special-content #xmas .xmas-live-main .special-list {
    max-width: 960px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px; }
    .special-content #xmas .xmas-live-main .special-list .special {
      width: 48%;
      box-shadow: 0px 3px 6px #00000029;
      border-radius: 20px;
      text-align: center;
      padding: 20px 40px;
      margin-top: 3rem; }
      @media (max-width: 640px) {
        .special-content #xmas .xmas-live-main .special-list .special {
          margin-top: 1rem;
          width: 100%;
          border: 0.5px solid #eee;
          padding: 10px 15px; } }
      .special-content #xmas .xmas-live-main .special-list .special .insta_link {
        border-radius: 0.7rem; }
        .special-content #xmas .xmas-live-main .special-list .special .insta_link:before {
          width: 10px;
          height: 10px;
          top: 42%; }
      .special-content #xmas .xmas-live-main .special-list .special img {
        width: auto; }
      .special-content #xmas .xmas-live-main .special-list .special h2 {
        font-family: 'Kiwi Maru', serif;
        color: #C8090F;
        font-weight: 600;
        margin-top: 1rem; }
      .special-content #xmas .xmas-live-main .special-list .special p {
        font-size: 0.8rem; }
        @media (max-width: 640px) {
          .special-content #xmas .xmas-live-main .special-list .special p {
            text-align: left; } }
        .special-content #xmas .xmas-live-main .special-list .special p.txt-left {
          text-align: left; }
        .special-content #xmas .xmas-live-main .special-list .special p .txt-s {
          font-size: 0.7rem; }
      .special-content #xmas .xmas-live-main .special-list .special .fig {
        width: 100%;
        height: 220px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center; }
        .special-content #xmas .xmas-live-main .special-list .special .fig img {
          width: 70%; }
        @media (max-width: 640px) {
          .special-content #xmas .xmas-live-main .special-list .special .fig {
            height: auto;
            display: block;
            margin-bottom: 0.5rem; } }
        .special-content #xmas .xmas-live-main .special-list .special .fig.fig-short {
          height: 160px; }
          @media (max-width: 640px) {
            .special-content #xmas .xmas-live-main .special-list .special .fig.fig-short {
              height: 150px;
              display: flex; } }
          .special-content #xmas .xmas-live-main .special-list .special .fig.fig-short img {
            width: auto; }
    .special-content #xmas .xmas-live-main .special-list .top-special {
      width: 100%;
      background: #FDF0F0; }
      .special-content #xmas .xmas-live-main .special-list .top-special .fig {
        display: block;
        width: 180px;
        height: auto;
        margin: 0 auto 1rem; }
        .special-content #xmas .xmas-live-main .special-list .top-special .fig img {
          width: 100%; }
  .special-content #xmas .xmas-live-main .xmas-live__footer {
    position: relative;
    margin-top: 4rem;
    padding-bottom: 1rem; }
    @media (max-width: 640px) {
      .special-content #xmas .xmas-live-main .xmas-live__footer {
        padding-top: 1rem; } }
    .special-content #xmas .xmas-live-main .xmas-live__footer:after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 8px;
      content: ' ';
      background: url(/assets/images/special/xmas2020/line-gift.png) top center/auto repeat; }
    .special-content #xmas .xmas-live-main .xmas-live__footer h3 {
      color: #C8090F;
      font-family: 'Zen Kurenaido', sans-serif;
      font-weight: normal;
      font-size: 26px;
      font-weight: 500;
      line-height: 28px;
      margin-bottom: 0; }
      @media (max-width: 640px) {
        .special-content #xmas .xmas-live-main .xmas-live__footer h3 {
          font-size: 22px;
          margin-top: 1rem; } }
    .special-content #xmas .xmas-live-main .xmas-live__footer .sche {
      font-size: 1rem;
      font-family: sans-serif;
      font-weight: bold;
      margin-top: -10px; }
      @media (max-width: 640px) {
        .special-content #xmas .xmas-live-main .xmas-live__footer .sche {
          margin-top: 0px; } }
    .special-content #xmas .xmas-live-main .xmas-live__footer .date {
      color: #C8090F;
      font-size: 32px;
      line-height: 1.4;
      position: relative;
      display: inline-block; }
      @media (max-width: 640px) {
        .special-content #xmas .xmas-live-main .xmas-live__footer .date {
          font-size: 24px; } }
      .special-content #xmas .xmas-live-main .xmas-live__footer .date:before {
        position: absolute;
        top: -10px;
        right: -30px;
        width: 34px;
        height: 45px;
        content: ' ';
        background: url(/assets/images/special/xmas2020/live-bgtit-red.png) top right/auto repeat; }

/*# sourceMappingURL=xmas.css.map */
