@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700&display=swap");
.min {
  display: block; }
  @media screen and (min-width: 1113px) {
    .min {
      display: none !important; } }
  @media screen and (min-width: 750px) and (max-width: 1112px) {
    .min {
      display: none !important; } }

@media screen and (min-width: 1113px) {
  .sp {
    display: none !important; } }

@media screen and (min-width: 750px) and (max-width: 1112px) {
  .pc {
    display: none !important;
    background: pink; } }

@media screen and (max-width: 749px) {
  .pc {
    display: none !important;
    background: yellow; } }

.a_block {
  display: block;
  width: 100%;
  height: 100%; }

.font {
  color: #333333;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.87; }
  @media screen and (min-width: 750px) and (max-width: 1112px) {
    .font {
      font-size: 1.4rem; } }

.article_main_conts {
  position: relative; }
  .article_main_conts a {
    text-decoration: none !important; }
    .article_main_conts a.special_xx_underline {
      text-decoration: underline !important; }
    .article_main_conts a.special_xx_underline2 {
      text-decoration: underline !important;
      color: #FF46B1; }
  .article_main_conts p {
    font-size: 16px; }
    @media screen and (max-width: 749px) {
      .article_main_conts p {
        font-size: 14px;
        line-height: 1.8; } }
    .article_main_conts p small {
      font-size: 12px; }
      @media screen and (max-width: 749px) {
        .article_main_conts p small {
          font-size: 10px; } }

.special_xx_w100 {
  width: 100%; }

.special_xx_w700 {
  width: 100%;
  max-width: 700px;
  margin: auto; }

.special_xx_w500 {
  max-width: 500px;
  margin: auto;
  width: 100%; }

.special_xx_icon {
  width: 3%; }
  @media screen and (max-width: 749px) {
    .special_xx_icon {
      width: 6%; } }

.special_xx_presented {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px; }
  @media screen and (max-width: 749px) {
    .special_xx_presented {
      position: relative;
      text-align: right;
      font-size: 10px; } }

.special_xx_profile {
  line-height: 1.3 !important; }

.special_xx_caption {
  line-height: 2 !important; }

.special_xx_title {
  display: flex;
  height: 52px;
  align-items: center; }
  .special_xx_title_no {
    color: #FFF;
    background: #846200;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    width: 110px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 749px) {
      .special_xx_title_no {
        font-size: 15px;
        width: 90px; } }
  .special_xx_title_text {
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px solid #846200;
    height: 100%;
    line-height: 1;
    display: flex;
    align-items: center;
    box-sizing: border-box !important; }
    @media screen and (max-width: 749px) {
      .special_xx_title_text {
        font-size: 15px;
        padding-left: 10px;
        width: calc(100% - 90px);
        line-height: 1.6; } }

.special_xx_subTitle {
  font-size: 24px;
  font-weight: 700;
  text-align: center; }
  @media screen and (max-width: 749px) {
    .special_xx_subTitle {
      font-size: 18px; } }
  .special_xx_subTitle small {
    font-size: 16px; }

.special_xx_leadTitle {
  font-size: 18px;
  font-weight: bold; }
  @media screen and (max-width: 749px) {
    .special_xx_leadTitle {
      font-size: 18px; } }

.special_xx_flex {
  display: flex;
  align-items: center;
  background: #EFEFEF;
  position: relative; }
  .special_xx_flex::after {
    content: "Learn More ▼";
    color: #333333;
    font-family: 'Noto Serif JP', serif;
    font-size: 15px;
    position: absolute;
    right: 10px;
    bottom: 10px; }
    @media screen and (max-width: 749px) {
      .special_xx_flex::after {
        font-size: 10px;
        right: 8px;
        bottom: 6px; } }
  .special_xx_flex-l {
    width: 160px;
    margin-right: 20px;
    background: #FFF; }
    @media screen and (max-width: 749px) {
      .special_xx_flex-l {
        width: 130px; } }
  .special_xx_flex-r {
    font-size: 16px;
    font-weight: 700; }
    @media screen and (max-width: 749px) {
      .special_xx_flex-r {
        font-size: 12px;
        width: calc(100% - 130px); } }

.special_xx_flex2 {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 749px) {
    .special_xx_flex2 {
      display: block; } }
  .special_xx_flex2-l {
    width: 300px;
    margin-right: 20px; }
    @media screen and (max-width: 749px) {
      .special_xx_flex2-l {
        margin: auto; } }
  .special_xx_flex2-r {
    font-size: 16px;
    font-weight: 700;
    line-height: 2; }
    @media screen and (max-width: 749px) {
      .special_xx_flex2-r {
        margin-top: 10px;
        text-align: center; } }

.special_xx_flex3 {
  display: flex;
  align-items: center; }
  .special_xx_flex3 p {
    font-size: 12px; }
  @media screen and (max-width: 749px) {
    .special_xx_flex3 {
      flex-wrap: wrap; } }
  .special_xx_flex3-l {
    max-width: 315px;
    margin-right: 60px; }
    @media screen and (max-width: 749px) {
      .special_xx_flex3-l {
        width: 100%;
        max-width: 100%;
        margin-right: 0; } }
  .special_xx_flex3-r {
    max-width: 315px; }
    @media screen and (max-width: 749px) {
      .special_xx_flex3-r {
        width: 100%;
        max-width: 100%;
        margin-top: 40px; } }

.special_xx_flex4 {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 749px) {
    .special_xx_flex4 {
      flex-wrap: wrap; } }
  .special_xx_flex4-l {
    max-width: 480px;
    margin-right: 20px; }
    @media screen and (max-width: 749px) {
      .special_xx_flex4-l {
        width: 100%;
        max-width: 100%; } }
  .special_xx_flex4-r {
    max-width: 190px; }
    @media screen and (max-width: 749px) {
      .special_xx_flex4-r {
        width: 100%;
        max-width: 100%; } }
    .special_xx_flex4-r p {
      font-size: 12px;
      line-height: 1.66; }

.special_xx_flex5 {
  display: flex;
  align-items: flex-start; }
  @media screen and (max-width: 749px) {
    .special_xx_flex5 {
      flex-wrap: wrap; } }
  .special_xx_flex5-l {
    width: 160px;
    margin-right: 20px; }
    @media screen and (max-width: 749px) {
      .special_xx_flex5-l {
        width: 110px; } }
  .special_xx_flex5-r {
    max-width: 520px;
    width: calc(100% - 180px); }
    @media screen and (max-width: 749px) {
      .special_xx_flex5-r {
        width: calc(100% - 130px); } }
    .special_xx_flex5-r p {
      font-size: 16px;
      line-height: 1.66; }
      @media screen and (max-width: 749px) {
        .special_xx_flex5-r p {
          font-size: 14px;
          line-height: 1.3; } }

.special_xx_flex6 {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 749px) {
    .special_xx_flex6 {
      flex-wrap: wrap; } }
  .special_xx_flex6-l {
    max-width: 150px; }
    @media screen and (max-width: 749px) {
      .special_xx_flex6-l {
        width: 100%;
        max-width: 100%; } }
  .special_xx_flex6-r {
    max-width: 448px; }
    @media screen and (max-width: 749px) {
      .special_xx_flex6-r {
        padding-top: 20px;
        width: 100%;
        max-width: 100%; } }

.special_xx_label {
  background: #846200;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 14px;
  height: 30px; }

.special_xx_label2 {
  background: #846200;
  color: #FFF;
  display: flex;
  align-items: center;
  position: relative;
  height: 40px;
  padding: 7px 12px;
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  box-sizing: border-box; }
  @media screen and (max-width: 749px) {
    .special_xx_label2 {
      font-size: 16px;
      height: 35px; } }
  .special_xx_label2::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    border-bottom: 1px solid #FFF;
    border-left: 1px solid #FFF;
    top: calc(50% - 6px);
    right: 14px;
    transform: rotate(-45deg);
    transform-origin: right; }
  .special_xx_label2_cont {
    padding: 20px 0; }

.special_xx_label3 {
  background: #846200;
  color: #FFF;
  display: flex;
  align-items: center;
  position: relative;
  height: 40px;
  padding: 7px 12px;
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  box-sizing: border-box; }
  @media screen and (max-width: 749px) {
    .special_xx_label3 {
      font-size: 15px;
      height: 35px; } }
  .special_xx_label3_cont {
    padding: 20px 0; }

.special_xx_grid {
  width: calc((100% - 10px)/2);
  max-width: 345px;
  background: #EFEFEF;
  padding: 40px 20px 20px;
  margin-top: 10px;
  font-size: 12px;
  box-sizing: border-box; }
  .special_xx_gridWrap {
    display: flex; }
    @media screen and (max-width: 749px) {
      .special_xx_gridWrap {
        display: block; } }
  @media screen and (max-width: 749px) {
    .special_xx_grid {
      width: 100%;
      max-width: 100%; } }
  .special_xx_grid:nth-child(odd) {
    margin-right: 10px; }
  .special_xx_grid_head {
    display: flex; }
    .special_xx_grid_head-1 {
      font-size: 16px;
      font-weight: 700; }
    .special_xx_grid_head-2 {
      margin-top: 25px; }
    .special_xx_grid_head-r {
      width: 62px;
      margin-left: auto; }

.special_xx_link_shop {
  display: block;
  max-width: 500px;
  width: 100%;
  margin: auto; }

.special_xx_mt20 {
  margin-top: 20px; }
  @media screen and (min-width: 750px) and (max-width: 1112px) {
    .special_xx_mt20 {
      margin-top: 10px; } }

.special_xx_mt30 {
  margin-top: 30px; }
  @media screen and (min-width: 750px) and (max-width: 1112px) {
    .special_xx_mt30 {
      margin-top: 15px; } }

.special_xx_mt40 {
  margin-top: 40px; }
  @media screen and (min-width: 750px) and (max-width: 1112px) {
    .special_xx_mt40 {
      margin-top: 20px; } }

.special_xx_mt50 {
  margin-top: 50px; }
  @media screen and (min-width: 750px) and (max-width: 1112px) {
    .special_xx_mt50 {
      margin-top: 25px; } }

.special_xx_mt70 {
  margin-top: 70px; }
  @media screen and (min-width: 750px) and (max-width: 1112px) {
    .special_xx_mt70 {
      margin-top: 35px; } }

.special_xx_mt80 {
  margin-top: 80px; }
  @media screen and (min-width: 750px) and (max-width: 1112px) {
    .special_xx_mt80 {
      margin-top: 40px; } }

.special_xx_mt100 {
  margin-top: 100px; }
  @media screen and (min-width: 750px) and (max-width: 1112px) {
    .special_xx_mt100 {
      margin-top: 50px; } }

.special_xx_fs18 {
  font-size: 18px !important; }
  @media screen and (max-width: 749px) {
    .special_xx_fs18 {
      font-size: 16px !important; } }

.special_xx_fs14 {
  font-size: 14px !important; }
  @media screen and (max-width: 749px) {
    .special_xx_fs14 {
      font-size: 13px !important; } }

.special_xx_fs10 {
  font-size: 10px !important; }

.special_xx_underline {
  text-decoration: underline; }
