@charset "UTF-8";
@import url(base/reset.css);
/****************************************
common.scss
/****************************************

          common

*****************************************/
.clearfix::after {
  content: "";
  display: block;
  clear: both; }

.float-l {
  float: left; }

.float-r {
  float: right; }

.postion-r {
  position: relative; }

.postion-a {
  position: absolute; }

.main-bg {
  background-color: #eee; }

@media screen and (min-width: 768px) {
  .ma100 {
    margin-bottom: 100px; }

  .ma70 {
    margin-bottom: 70px; }

  .ma60 {
    margin-bottom: 60px; }

  .ma55 {
    margin-bottom: 55px; }

  .ma50 {
    margin-bottom: 50px; }

  .ma45 {
    margin-bottom: 45px; }

  .ma40 {
    margin-bottom: 40px; }

  .ma35 {
    margin-bottom: 35px; }

  .ma35 {
    margin-bottom: 35px; }

  .ma30 {
    margin-bottom: 30px; }

  .ma25 {
    margin-bottom: 25px; }

  .ma20 {
    margin-bottom: 20px; }

  .ma15 {
    margin-bottom: 15px; }

  .ma10 {
    margin-bottom: 10px; } }
@media screen and (max-width: 767px) {
  .sp-ma70 {
    margin-bottom: 70px; }

  .sp-ma60 {
    margin-bottom: 60px; }

  .sp-ma55 {
    margin-bottom: 55px; }

  .sp-ma50 {
    margin-bottom: 50px; }

  .sp-ma45 {
    margin-bottom: 45px; }

  .sp-ma40 {
    margin-bottom: 40px; }

  .sp-ma35 {
    margin-bottom: 35px; }

  .sp-ma35 {
    margin-bottom: 35px; }

  .sp-ma30 {
    margin-bottom: 30px; }

  .sp-ma25 {
    margin-bottom: 25px; }

  .sp-ma20 {
    margin-bottom: 20px; }

  .sp-ma15 {
    margin-bottom: 15px; }

  .sp-ma10 {
    margin-bottom: 10px; }

  .sp-ma-100 {
    margin-bottom: -100px; }

  .sp-ma-80 {
    margin-bottom: -80px; }

  .sp-ma-60 {
    margin-bottom: -60px; }

  .sp-ma-40 {
    margin-bottom: -40px; }

  .sp-ma-20 {
    margin-bottom: -20px; }

  .sp-ma-10 {
    margin-bottom: -10px; } }
.pc-block {
  display: none; }
  @media screen and (min-width: 1000px) {
    .pc-block {
      display: block; } }

.tab-block {
  display: none; }
  @media screen and (min-width: 768px) and (max-width: 999px) {
    .tab-block {
      display: block; } }

.touch-block {
  display: none; }
  @media screen and (max-width: 999px) {
    .touch-block {
      display: block; } }

.sp-block {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp-block {
      display: block; } }

/****************************************

          カラム

*****************************************/
.col2-list::after {
  content: '';
  display: block;
  clear: both; }
.col2-list > * {
  margin-left: 0;
  margin-top: 0;
  float: left;
  width: calc((100% - 10px) / 2); }
  .col2-list > * + *:not(:nth-child(2n+1)) {
    margin-left: 10px; }
  .col2-list > *:not(:nth-child(-n+2)) {
    margin-top: 10px; }

@media screen and (max-width: 767px) {
  .col2-list > * {
    float: none;
    width: 100%; }

  .col2-list > * + *:not(:nth-child(2n+1)) {
    margin-left: 0px; } }
.col3-list::after {
  content: '';
  display: block;
  clear: both; }
.col3-list > * {
  margin-left: 0;
  margin-top: 0;
  float: left;
  width: calc((100% - 76px) / 3); }
  .col3-list > * + *:not(:nth-child(3n+1)) {
    margin-left: 38px; }
  .col3-list > *:not(:nth-child(-n+3)) {
    margin-top: 38px; }

@media screen and (max-width: 767px) {
  .col3-list > * {
    float: none;
    width: 100%; }

  .col3-list > * + *:not(:nth-child(3n+1)) {
    margin-left: 0px; } }
.col4-list::after {
  content: '';
  display: block;
  clear: both; }
.col4-list > * {
  margin-left: 0;
  margin-top: 0;
  float: left;
  width: calc((100% - 30px) / 4); }
  .col4-list > * + *:not(:nth-child(4n+1)) {
    margin-left: 10px; }
  .col4-list > *:not(:nth-child(-n+4)) {
    margin-top: 10px; }

@media screen and (max-width: 767px) {
  .col4-list > * {
    float: none;
    width: 100%; }

  .col4-list > * + *:not(:nth-child(4n+1)) {
    margin-left: 0px; } }
/*sp*/
@media screen and (max-width: 767px) {
  .sp-col2-list::after {
    content: '';
    display: block;
    clear: both; }
  .sp-col2-list > * {
    margin-left: 0;
    margin-top: 0;
    float: left;
    width: calc((100% - 10px) / 2); }
    .sp-col2-list > * + *:not(:nth-child(2n+1)) {
      margin-left: 10px; }
    .sp-col2-list > *:not(:nth-child(-n+2)) {
      margin-top: 10px; } }
@media screen and (max-width: 767px) {
  .sp-col3-list::after {
    content: '';
    display: block;
    clear: both; }
  .sp-col3-list > * {
    margin-left: 0;
    margin-top: 0;
    float: left;
    width: calc((100% - 20px) / 3); }
    .sp-col3-list > * + *:not(:nth-child(3n+1)) {
      margin-left: 10px; }
    .sp-col3-list > *:not(:nth-child(-n+3)) {
      margin-top: 10px; } }
@media screen and (max-width: 767px) {
  .sp-col4-list::after {
    content: '';
    display: block;
    clear: both; }
  .sp-col4-list > * {
    margin-left: 0;
    margin-top: 0;
    float: left;
    width: calc((100% - 30px) / 4); }
    .sp-col4-list > * + *:not(:nth-child(4n+1)) {
      margin-left: 10px; }
    .sp-col4-list > *:not(:nth-child(-n+4)) {
      margin-top: 10px; } }
/****************************************

          flex

*****************************************/
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .flex {
      display: block; } }

@media screen and (max-width: 767px) {
  .sp-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap; } }
.flex-ce {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .flex-ce {
      display: block; } }

@media screen and (max-width: 767px) {
  .sp-flex-ce {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; } }
.flex-txt-ce {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .flex-txt-ce {
      display: block; } }

@media screen and (max-width: 767px) {
  .sp-flex-txt-ce {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; } }
.flex-mce {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .flex-mce {
      display: block; } }

@media screen and (max-width: 767px) {
  .sp-flex-mce {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; } }
.flex-u {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end; }
  @media screen and (max-width: 767px) {
    .flex-u {
      display: block; } }

@media screen and (max-width: 767px) {
  .sp-flex-u {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; } }
.flex-t {
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column; }
  @media screen and (max-width: 767px) {
    .flex-t {
      display: block; } }

@media screen and (max-width: 767px) {
  .sp-flex-t {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column; } }
.flex-re {
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  @media screen and (max-width: 767px) {
    .flex-re {
      display: block; } }

@media screen and (max-width: 767px) {
  .flex-re {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse; } }
.flex-ue {
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }
  @media screen and (max-width: 767px) {
    .flex-ue {
      display: block; } }

@media screen and (max-width: 767px) {
  .sp-flex-ue {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; } }
.flex-o {
  -webkit-box-ordinal-group: -1;
  -moz-box-ordinal-group: -1;
  -webkit-flex-order: -1;
  -moz-flex-order: -1;
  -webkit-order: -1;
  -moz-order: -1;
  order: -1; }
  @media screen and (max-width: 767px) {
    .flex-o {
      display: block; } }

@media screen and (max-width: 767px) {
  .sp-flex-o {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -webkit-flex-order: -1;
    -moz-flex-order: -1;
    -webkit-order: -1;
    -moz-order: -1;
    order: -1; } }
.flex-rt {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse; }
  @media screen and (max-width: 767px) {
    .flex-rt {
      display: block; } }

@media screen and (max-width: 767px) {
  .sp-flex-rt {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse; } }
.flex-r {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }
  @media screen and (max-width: 767px) {
    .flex-r {
      display: block; } }

@media screen and (max-width: 767px) {
  .sp-flex-r {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .sp-flex-r {
      display: block; } }

/****************************************

          Typography

*****************************************/
html {
  font-size: 62.5%; }

body {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #555555;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden; }

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a,
a:visited {
  color: inherit; }

address {
  font-style: normal; }

p,
.text {
  letter-spacing: 0.08em;
  line-height: 2.2; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.bold {
  font-weight: 700; }

.border_dashed {
  border: none;
  border-bottom: dashed 1px #777; }

/****************************************

          button

*****************************************/
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
  vertical-align: top; }

label,
select,
input[type=submit] {
  cursor: pointer; }

/****************************************

          link

*****************************************/
a:hover,
a:focus,
a:active {
  transition: all 0.8s ease 0s; }

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: top;
  font-size: 0;
  line-height: 0; }

/****************************************

thumb hover effect

*****************************************/
.thumb_hover_anime {
  overflow: hidden;
  position: relative;
  opacity: 1; }
  .thumb_hover_anime img {
    transform-origin: top right;
    transition: transform 1s cubic-bezier(0.42, 0, 0.17, 1.01);
    transform: translate3d(-20px, 0, 0); }
  .thumb_hover_anime:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%;
    background-color: white;
    z-index: 1;
    transition: transform 1s cubic-bezier(0.42, 0, 0.17, 1.01);
    transform-origin: top right; }
  .thumb_hover_anime.thumb_green_bg::after {
    background: #eee; }

.animated.thumb_hover_anime img {
  transform: translate3d(0, 0, 0); }
.animated.thumb_hover_anime:after {
  transform: scale(0, 1); }

/********************
free_shipping
********************/
.free_shipping {
  background: #d9d9d9;
  padding: 10px 5%; }

/********************
pankuzu
********************/
.pankuzu li {
  display: inline-block;
  padding-right: 10px; }
.pankuzu li + li:before {
  content: ">";
  display: inline-block;
  margin-right: 10px; }
@media screen and (min-width: 1000px) {
  .pankuzu {
    padding: 0 5%; } }
@media screen and (max-width: 999px) {
  .pankuzu {
    background: #eee;
    padding: 10px 5%; } }

/********************
black back
********************/
.bb {
  background: #000;
  border-radius: 10px;
  padding: 25px 15px;
  width: 100%;
  color: #fff; }

/********************
dp btn
********************/
.cnto_dbloc {
  display: block; }

.dp_btn {
  border: solid #000 1px;
  border-radius: 10px;
  vertical-align: middle;
  padding: 8px 20px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  overflow: hidden;
  width: 50%; }
  .dp_btn::after {
    content: '';
    width: 8px;
    height: 8px;
    margin-left: 15px;
    display: inline-block;
    border-right: solid 1.5px #555;
    border-top: solid 1.5px #555;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }
  .dp_btn > a::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100vh;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%; }
  .dp_btn a {
    display: inline-block;
    vertical-align: middle; }

@media screen and (max-width: 767px) {
  .dp_btn {
    width: 100%; } }
/********************
dp img
********************/
.dp_img {
  width: auto;
  height: auto;
  display: block; }

@media screen and (max-width: 767px) {
  .dp_img_sp80 {
    transform-origin: 0 0;
    transform: scale(0.8);
    height: auto; } }
/********************
gran btn
********************/
.cnto_granloc {
  display: block; }

.gran_btn {
  background-color: #D6006C;
  border-radius: 10px;
  vertical-align: middle;
  padding: 8px 25px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  overflow: hidden;
  width: 60%; }
  .gran_btn::after {
    content: '';
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 15px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-right: solid 1.5px #fff;
    border-top: solid 1.5px #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }
  .gran_btn > a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%; }
  .gran_btn a {
    display: inline-block;
    vertical-align: middle;
    color: #fff; }

@media screen and (max-width: 767px) {
  .gran_btn {
    width: 100%; } }
/********************
gran logo
********************/
.w50 img {
  width: 50%; }

.w70 img {
  width: 70%; }

.wide-contents {
  max-width: 1140px;
  width: 90%;
  margin-left: auto;
  margin-right: auto; }

.title-line-contents {
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 1000px) {
    .title-line-contents {
      width: 90%; } }

.max-inner {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto; }

.mini-contents {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.container {
  position: relative;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .container {
      padding-left: 0;
      padding-right: 0; } }

.main-sidebar {
  left: 0;
  min-height: 100%;
  z-index: 999; }
  @media screen and (min-width: 1000px) {
    .main-sidebar {
      background: #f5f5f5;
      width: 280px;
      padding: 30px; }
      .main-sidebar .main-nav {
        display: none; } }
  @media screen and (max-width: 999px) {
    .main-sidebar {
      width: 100%;
      padding: 30px 0 60px;
      top: 58px;
      position: fixed;
      width: 100%;
      background: white;
      overflow: scroll;
      height: 100%;
      display: none; }
      .main-sidebar .title {
        display: none; } }

.main-contents {
  box-sizing: border-box;
  position: relative;
  margin-right: 0;
  margin-left: auto;
  height: 100%; }
  @media screen and (min-width: 1000px) {
    .main-contents {
      width: calc(100% - 280px);
      padding: 30px 0; } }
  @media screen and (max-width: 999px) {
    .main-contents {
      width: 100%;
      padding: 0px 0 30px; } }
  .main-contents-inner {
    max-width: 860px;
    margin: auto; }
    @media screen and (min-width: 1000px) {
      .main-contents-inner {
        padding: 30px 30px; } }
    @media screen and (max-width: 999px) {
      .main-contents-inner {
        padding: 30px 5%; } }

.topics-contents {
  box-sizing: border-box;
  position: relative;
  margin-right: 0;
  margin-left: auto;
  height: 100%; }
  @media screen and (min-width: 1000px) {
    .topics-contents {
      width: 100%;
      padding: 30px 0; } }
  @media screen and (max-width: 999px) {
    .topics-contents {
      width: 100%;
      padding: 0px 0 30px; } }
  .topics-contents-inner {
    max-width: 860px;
    margin: auto; }
    @media screen and (min-width: 1000px) {
      .topics-contents-inner {
        padding: 30px 30px; } }
    @media screen and (max-width: 999px) {
      .topics-contents-inner {
        padding: 30px 5%; } }

@media screen and (min-width: 768px) {
  .tablet90 {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%; } }
@media screen and (min-width: 1000px) {
  .tablet90 {
    margin-left: auto;
    margin-right: auto;
    width: 100%; } }
@media screen and (max-width: 767px) {
  .tablet90 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%; } }

.cate-yoto {
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .cate-yoto {
      justify-content: space-around; } }
  @media screen and (max-width: 767px) {
    .cate-yoto {
      flex-wrap: wrap;
      max-width: 500px;
      width: 100%;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 767px) {
    .cate-yoto li {
      width: calc(100% / 4);
      margin-bottom: 20px; } }
  .cate-yoto li a {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5; }
    .cate-yoto li a span.ico {
      display: block;
      width: 63px;
      height: 63px;
      margin-left: auto;
      margin-right: auto;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      margin-bottom: 20px; }
      .cate-yoto li a span.ico.quilt {
        background-image: url(../img/share/cate_yoto/quilt.svg); }
      .cate-yoto li a span.ico.sewing {
        background-image: url(../img/share/cate_yoto/sewing.svg); }
      .cate-yoto li a span.ico.shishu {
        background-image: url(../img/share/cate_yoto/shishu.svg); }
      .cate-yoto li a span.ico.leather {
        background-image: url(../img/share/cate_yoto/leather.svg); }
      .cate-yoto li a span.ico.knit {
        background-image: url(../img/share/cate_yoto/knit.svg); }
      .cate-yoto li a span.ico.beads {
        background-image: url(../img/share/cate_yoto/beads.svg); }
      .cate-yoto li a span.ico.felt {
        background-image: url(../img/share/cate_yoto/felt.svg); }

/* header.scss

***************************************

          header

*****************************************/
body {
  /*@include mq-touch{
  	padding-top: 58px;//header height
  }*/ }

header {
  align-items: center;
  border-bottom: solid 1px #ccc;
  position: fixed;
  top: 0;
  width: 100%;
  background: white;
  z-index: 9999; }
  @media screen and (min-width: 1000px) {
    header {
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media screen and (max-width: 999px) {
    header {
      padding-top: 10px;
      padding-bottom: 10px; } }
  @media screen and (min-width: 768px) {
    header {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 768px) and (max-width: 999px) {
    header .main-nav {
      display: none; } }
  @media screen and (max-width: 767px) {
    header {
      padding-left: 5%;
      padding-right: 5%; }
      header .main-nav {
        display: none; } }
  @media screen and (min-width: 1000px) {
    header {
      align-items: center; }
      header .main-nav {
        margin-right: 10px; } }
  header .serch_box {
    margin-bottom: 0;
    margin-right: 20px; }
    @media screen and (max-width: 999px) {
      header .serch_box {
        display: none; } }

@media screen and (min-width: 1000px) {
  .logo img {
    max-width: 243px; } }
@media screen and (max-width: 999px) {
  .logo {
    width: 180px; } }

@media screen and (min-width: 768px) and (max-width: 999px) {
  .logo_company {
    display: none; } }
@media screen and (max-width: 767px) {
  .logo_company {
    display: none; } }

/* sp nav */
.sp_nav {
  height: 16px; }
  @media screen and (min-width: 1000px) {
    .sp_nav {
      display: none; } }

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.menu-trigger {
  position: relative;
  width: 33px;
  height: 16px; }

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #555; }

.menu-trigger span:nth-of-type(1) {
  top: 0; }

.menu-trigger span:nth-of-type(2) {
  bottom: 0; }

.menu-trigger.active span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 .75s forwards;
  animation: active-menu-bar01 .75s forwards; }

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(6px) rotate(0); }
  100% {
    -webkit-transform: translateY(6px) rotate(45deg); } }
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0); }
  50% {
    transform: translateY(6px) rotate(0); }
  100% {
    transform: translateY(6px) rotate(45deg); } }
.menu-trigger.active span:nth-of-type(2) {
  -webkit-animation: active-menu-bar02 .75s forwards;
  animation: active-menu-bar02 .75s forwards; }

@-webkit-keyframes active-menu-bar02 {
  0% {
    -webkit-transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(-8px) rotate(0); }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg); } }
@keyframes active-menu-bar02 {
  0% {
    transform: translateY(0) rotate(0); }
  50% {
    transform: translateY(-8px) rotate(0); }
  100% {
    transform: translateY(-8px) rotate(-45deg); } }
/* footer
***************************************

          footer

*****************************************/
.sns img {
  width: 38px;
  height: 38px; }
.sns a + a {
  padding-left: 10px; }
@media screen and (max-width: 767px) {
  .sns {
    padding-left: 20px; } }

footer {
  background: #555555;
  color: white; }
  @media screen and (min-width: 768px) {
    footer {
      padding: 50px 5%; } }
  @media screen and (max-width: 767px) {
    footer {
      padding: 30px 5%; } }
  footer a {
    color: white; }
  footer .logo_company {
    text-align: center;
    margin: 20px auto 0;
    background: white;
    padding: 10px;
    width: 110px; }
    @media screen and (max-width: 999px) {
      footer .logo_company {
        display: block; } }

.copyright {
  margin-top: 30px;
  font-size: 1.2rem; }

#totop a {
  display: none;
  position: fixed;
  z-index: 98;
  width: 29px;
  height: 72px;
  padding: 10px; }
  @media screen and (min-width: 768px) {
    #totop a {
      right: 20px;
      bottom: 40px; } }
  @media screen and (max-width: 767px) {
    #totop a {
      right: 3%;
      bottom: 5px; } }
#totop img {
  width: 100%;
  height: auto; }

/* nav.scss
***************************************

          navi

*****************************************/
/***************************************
header sp+tab sidebar
*****************************************/
.main-nav div {
  display: inline-block;
  text-align: center;
  margin-right: 15px; }
  @media screen and (min-width: 1000px) {
    .main-nav div {
      font-size: 90%; } }
  .main-nav div a::before {
    content: "";
    width: auto;
    height: 25px;
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
.main-nav-info a::before {
  background-image: url(../img/share/info.svg); }
.main-nav-cart a::before {
  background-image: url(../img/share/cart.svg); }
.main-nav-delivery a::before {
  background-image: url(../img/share/delivery.png); }
.main-nav-member a::before {
  background-image: url(../img/share/member.svg); }
.main-nav-contact a::before {
  background-image: url(../img/share/contact.svg); }
.main-nav-new_register {
  margin-right: 0; }
  .main-nav-new_register a::before {
    background-image: url(../img/share/new_register.svg); }

.sp_top_cart {
  margin: 0 2% 0; }
  @media screen and (min-width: 1000px) {
    .sp_top_cart {
      display: none; } }
  .sp_top_cart a::before {
    content: "";
    width: 27px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 23px;
    background-image: url(../img/share/cart.svg); }

.sp_top_search {
  margin: 0 0 0 auto; }
  @media screen and (min-width: 1000px) {
    .sp_top_search {
      display: none; } }

.foot_nav a {
  padding: 0 20px; }

.main-sidebar .main-nav {
  margin: 0 2% 20px; }
  .main-sidebar .main-nav div {
    width: 25%;
    margin: 0;
    display: block; }
    .main-sidebar .main-nav div a {
      display: block;
      font-size: 11px; }
      .main-sidebar .main-nav div a::before {
        display: block;
        margin: auto; }

/***************************************
sidebar
*****************************************/
@media screen and (min-width: 1000px) {
  .main-side-nav {
    border-top: dashed 1px #777;
    border-bottom: dashed 1px #777;
    padding: 10px 0; } }
@media screen and (min-width: 1000px) {
  .main-side-nav {
    margin: 10px auto; } }
@media screen and (min-width: 768px) and (max-width: 999px) {
  .main-side-nav {
    border-top: solid 1px #ccc; } }
@media screen and (max-width: 767px) {
  .main-side-nav {
    border-top: solid 1px #ccc; } }
.main-side-nav .side_pre,
.main-side-nav dt {
  font-weight: 700;
  font-size: 1.4rem;
  display: block;
  cursor: pointer;
  position: relative; }
  .main-side-nav .side_pre.parent::before, .main-side-nav .side_pre.parent::after,
  .main-side-nav dt.parent::before,
  .main-side-nav dt.parent::after {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background: #999999;
    position: absolute;
    right: 5%;
    top: 23px; }
  .main-side-nav .side_pre.parent::after,
  .main-side-nav dt.parent::after {
    transform: rotate(90deg); }
  .main-side-nav .side_pre.parent.open::after,
  .main-side-nav dt.parent.open::after {
    display: none; }
  @media screen and (min-width: 768px) {
    .main-side-nav .side_pre,
    .main-side-nav dt {
      padding: 10px 0 0; } }
  @media screen and (max-width: 999px) {
    .main-side-nav .side_pre,
    .main-side-nav dt {
      border-bottom: solid 1px #ccc;
      background: #eee;
      padding: 10px 5%; } }
.main-side-nav .side_pre::before {
  display: none; }
.main-side-nav a {
  display: inline; }
  @media screen and (min-width: 1000px) {
    .main-side-nav a {
      padding: 3px 0; } }
  @media screen and (min-width: 768px) and (max-width: 999px) {
    .main-side-nav a {
      padding: 3px 5%; } }
  @media screen and (max-width: 767px) {
    .main-side-nav a {
      padding: 3px 5%; } }
.main-side-nav ol {
  margin-bottom: 10px;
  margin-left: 10px; }
.main-side-nav dd {
  display: none; }
  @media screen and (max-width: 999px) {
    .main-side-nav dd {
      padding-top: 10px; } }
.main-side-nav.yoto {
  border-bottom: none; }
  @media screen and (min-width: 1000px) {
    .main-side-nav.yoto {
      padding-top: 20px; } }
  .main-side-nav.yoto dt,
  .main-side-nav.yoto ol {
    padding-left: 80px; }
    @media screen and (max-width: 999px) {
      .main-side-nav.yoto dt,
      .main-side-nav.yoto ol {
        padding-left: 10%; } }
  .main-side-nav.yoto dt {
    padding-top: 13px;
    padding-bottom: 13px; }
    @media screen and (min-width: 1000px) {
      .main-side-nav.yoto dt {
        margin-bottom: 18px; } }
    @media screen and (max-width: 999px) {
      .main-side-nav.yoto dt {
        padding-right: 5%; } }
    .main-side-nav.yoto dt .ico {
      display: block;
      height: 100%;
      width: 60px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      position: absolute;
      top: 0;
      left: 0; }
      @media screen and (max-width: 999px) {
        .main-side-nav.yoto dt .ico {
          margin-left: 5%;
          left: 5%;
          width: 30px; } }
      .main-side-nav.yoto dt .ico.quilt {
        background-image: url(../img/share/cate_yoto/quilt_gray.svg); }
      .main-side-nav.yoto dt .ico.sewing {
        background-image: url(../img/share/cate_yoto/sewing_gray.svg); }
      .main-side-nav.yoto dt .ico.shishu {
        background-image: url(../img/share/cate_yoto/shishu_gray.svg); }
      .main-side-nav.yoto dt .ico.leather {
        background-image: url(../img/share/cate_yoto/leather_gray.svg); }
      .main-side-nav.yoto dt .ico.knit {
        background-image: url(../img/share/cate_yoto/knit_gray.svg); }
      .main-side-nav.yoto dt .ico.beads {
        background-image: url(../img/share/cate_yoto/beads_gray.svg); }
      .main-side-nav.yoto dt .ico.felt {
        background-image: url(../img/share/cate_yoto/felt_gray.svg); }
  .main-side-nav.yoto ol {
    margin-left: 0;
    margin-bottom: 20px; }
  @media screen and (max-width: 999px) {
    .main-side-nav.yoto a {
      padding-left: 50px;
      padding-right: 50px; } }

.title.title_cate {
  display: block; }
  @media screen and (max-width: 999px) {
    .title.title_cate {
      padding: 30px 9.5% 15px;
      background-color: #eee; }
      .title.title_cate:first-of-type {
        border-top: 1px solid #ccc; } }

/***************************************
serch
*****************************************/
.serch_bar {
  border: solid 1px #ccc;
  position: relative;
  background: white; }
  .serch_bar button {
    position: absolute;
    top: 2px;
    right: 7px;
    opacity: 0.5; }
  .serch_bar input[type="text"] {
    border-radius: 0;
    border: none;
    min-width: 78%;
    padding: 15px 5px; }

.serch_box {
  margin-bottom: 20px; }

@media screen and (max-width: 999px) {
  .main-sidebar .serch_box {
    display: none; } }
@media screen and (max-width: 999px) {
  .main-sidebar .serch_box {
    display: none; } }
.main-contents .serch_box {
  margin-bottom: 0; }
  .main-contents .serch_box .serch_bar {
    margin-inline: auto; }
    @media screen and (min-width: 768px) {
      .main-contents .serch_box .serch_bar {
        max-width: 400px; } }
    @media screen and (max-width: 767px) {
      .main-contents .serch_box .serch_bar {
        width: 80%; } }
    .main-contents .serch_box .serch_bar button {
      top: 12px; }
    .main-contents .serch_box .serch_bar input[type="text"] {
      padding: 25px 5px; }

/* title.scss
***************************************

          title

*****************************************/
.title {
  display: block;
  letter-spacing: .1em; }
  @media screen and (min-width: 768px) {
    .title.ll-size {
      font-size: 2rem; }
    .title.l-size {
      font-size: 1.8rem; }
    .title.m-size {
      font-size: 1.6rem; }
    .title.s-size {
      font-size: 1.3rem; } }
  @media screen and (max-width: 767px) {
    .title.ll-size {
      font-size: 2rem; }
    .title.l-size {
      font-size: 1.8rem; }
    .title.m-size {
      font-size: 1.6rem; }
    .title.s-size {
      font-size: 1.3rem; } }

/*　btn.scss

***************************************
一覧
*****************************************/
.thumb_img {
  width: 100%;
  padding-bottom: 100%;
  background: no-repeat center white;
  background-size: cover;
  border: solid 1px #ccc;
  margin-bottom: 10px; }

.products_thumb {
  margin-bottom: 20px; }
  .products_thumb .title {
    margin-bottom: 5px;
    line-height: 150%; }
  .products_thumb .caption {
    font-size: 1.2rem;
    line-height: 170%; }

.price {
  font-weight: 700;
  font-size: 1.2rem;
  margin-top: 5px; }
  .price span {
    font-size: 1rem;
    padding-left: 10px; }

/***************************************
ページネーション
*****************************************/
.pagination {
  font-size: 80%;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  max-width: 50%;
  width: 100%;
  margin: 150px 0 20px 0; }
  .pagination a {
    padding: 8px 11.9px; }
  .pagination .inactive,
  .pagination span {
    padding: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px; }
  .pagination .pagination-last {
    letter-spacing: .3em; }
  .pagination .current {
    background-color: #000;
    color: #fff; }

.pagination-arrow {
  width: 17px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 1.8s;
  display: inline-block;
  vertical-align: middle; }

.pagination-prev-arrow {
  background-image: url(../images/top/slick-arrow.png);
  background-repeat: no-repeat;
  margin-right: 11.9px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }
  .pagination-prev-arrow:hover {
    -webkit-transform: translateX(-20%) rotateY(180deg);
    transform: translateX(-20%) rotateY(180deg); }

.pagination-next-arrow {
  background-image: url(../images/top/slick-arrow.png);
  background-repeat: no-repeat; }
  .pagination-next-arrow:hover {
    -webkit-transform: translateX(20%);
    transform: translateX(20%); }

@media screen and (max-width: 767px) {
  /**************
  ページネーション
  ***************/
  .pagination {
    font-size: 80%;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    max-width: 100%;
    width: 100%;
    margin: 30vw 0 0 0; }
    .pagination a {
      padding: 7.5px 12.5px; }
    .pagination span {
      padding: 7.5px 12.5px; }
    .pagination .current {
      background-color: #000;
      color: #fff;
      border-radius: 50%; } }
.more a {
  position: relative;
  margin: 5px; }
  .more a::after {
    content: '';
    width: 16px;
    height: 16px;
    margin-left: 15px;
    vertical-align: middle;
    display: inline-block;
    transition: transform 0.5s linear;
    border-right: solid 1.5px #555;
    border-top: solid 1.5px #555;
    transform: rotate(45deg); }
  .more a:hover::after {
    margin-left: 10px; }

.more-right a {
  position: relative;
  margin: 5px; }
  .more-right a::before {
    content: '';
    width: 16px;
    height: 16px;
    margin-right: 15px;
    vertical-align: middle;
    display: inline-block;
    transition: transform 0.5s linear;
    border-right: solid 1.5px #555;
    border-top: solid 1.5px #555;
    transform: rotate(-135deg); }
  .more-right a:hover::before {
    margin-right: 10px; }

.link-btn:hover::after {
  transform: scale(0.9); }
.link-btn.w23::after {
  width: 23px;
  height: 23px; }
.link-btn.link-btn-right {
  position: relative;
  display: block; }
  .link-btn.link-btn-right::after {
    position: absolute;
    right: 0;
    top: 20%; }
.link-btn.link-btn-border-box {
  border-top: solid 1px #707070;
  border-bottom: solid 1px #707070;
  display: block;
  text-align: center;
  line-height: 80px; }

/***************************************
詳細アイコン
*****************************************/
.single_icoset {
  text-align: right;
  /*高級研磨*/ }
  .single_icoset .ico {
    display: inline-block;
    height: 75px;
    width: 140px;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-size: contain; }
  .single_icoset .ico.polishing {
    background-image: url(../../shop/img/ico/polishing.png); }

/***************************************
バナー表示
*****************************************/
.link-new-tab img {
  width: 100%; }
.link-new-tab.w400 a {
  max-width: 400px;
  display: inline-block; }

/*top.scss

***************************************

          top cont

*****************************************/
.main_img_area {
  position: relative; }

.main_img {
  width: 100%;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .main_img {
      max-height: 400px; } }
  .main_img img {
    max-width: 100%;
    margin: auto; }
    @media screen and (min-width: 768px) {
      .main_img img {
        max-height: 400px; } }
    @media screen and (max-width: 767px) {
      .main_img img {
        width: 100%;
        max-height: none; } }
  .main_img a {
    display: block; }
  .main_img div {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    width: 100%; }
  .main_img .img1 {
    background-image: url(../img/top/main_img1_bg.jpg); }
  .main_img .img2 {
    background-image: url(../img/top/main_img2_bg.jpg); }
  .main_img .img3 {
    background-image: url(../img/top/main_img_granset_bg.jpg); }
  .main_img .img4 {
    background-image: url(../img/top/main_img_kagibou_bg.jpg); }
  .main_img .img5 {
    background-image: url(../img/top/main_img_gran_award_bg.jpg); }
  .main_img .img6 {
    background-color: #122F57; }
  .main_img .img7,
  .main_img .img8 {
    background-color: #fff; }
  .main_img .img9 {
    background-color: #2A91BF; }
  .main_img .img10 {
    background-color: #000; }
  @media screen and (min-width: 768px) {
    .main_img img:first-child + img {
      display: none; } }
  @media screen and (max-width: 767px) {
    .main_img img:first-child {
      display: none; } }

.rslides_nav {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -15px;
  z-index: 2; }
  .rslides_nav::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    margin-top: 10px;
    z-index: 2;
    border-right: solid 2px #555;
    border-top: solid 2px #555; }
  @media screen and (min-width: 768px) {
    .rslides_nav.next {
      right: 10px; } }
  @media screen and (max-width: 767px) {
    .rslides_nav.next {
      right: 0%; } }
  .rslides_nav.next::before {
    margin-right: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }
  @media screen and (min-width: 768px) {
    .rslides_nav.prev {
      left: 10px; } }
  @media screen and (max-width: 767px) {
    .rslides_nav.prev {
      left: 0%; } }
  .rslides_nav.prev::before {
    margin-left: 20px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg); }

@media screen and (max-width: 999px) {
  .top_copy {
    padding: 30px 5% 0; } }

/* お知らせ */
.info_cont {
  padding: 30px 0;
  border-top: dashed 1px #777;
  border-bottom: dashed 1px #777;
  margin-top: 10px; }
  .info_cont p {
    line-height: 170%; }

/*カルーセル*/
@media screen and (max-width: 767px) {
  .top_crs {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0; } }
.top_crs div {
  display: block;
  width: 100%;
  padding-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .top_crs div {
      width: 100%; }
      .top_crs div .swiper-slide {
        width: 32%; } }
  .top_crs div .swiper-slide {
    padding: 0 10px; }
.top_crs img {
  width: 100%;
  display: block;
  margin: auto; }
.top_crs .swiper-container-horizontal > .swiper-pagination-bullets,
.top_crs .swiper-pagination-custom,
.top_crs .swiper-pagination-fraction {
  bottom: -20px; }
.top_crs .swiper-pagination-bullet-active {
  opacity: 1;
  background: #555; }

/*video*/
.top_video_area {
  padding-top: 20px;
  /*動画の大きさを調整*/ }
  .top_video_area .video {
    position: relative;
    padding-bottom: 52.5%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto; }
  .top_video_area .video iframe,
  .top_video_area .video object,
  .top_video_area .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* ジャンル一覧 */
@media screen and (max-width: 767px) {
  .top_cate {
    padding: 0; }
    .top_cate .title {
      padding-left: 5%; }
    .top_cate .sp-col3-list li {
      margin-top: 0; }
    .top_cate .sp-col3-list > * + *:not(:nth-child(3n+1)) {
      margin-left: 0; } }
.top_cate .top_cate-list {
  flex-wrap: wrap; }
  .top_cate .top_cate-list:after {
    content: "";
    display: block;
    width: 33%;
    height: 0; }
.top_cate li {
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }
  @media screen and (min-width: 768px) {
    .top_cate li {
      height: 100px;
      width: 32%;
      margin-bottom: 10px; } }
  @media screen and (max-width: 767px) {
    .top_cate li {
      height: 25vw;
      width: 33.333%; } }
  .top_cate li a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    font-size: 110%;
    width: 100%;
    height: 100%;
    text-decoration: none; }
    @media screen and (min-width: 768px) {
      .top_cate li a {
        padding-left: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center; } }
    @media screen and (max-width: 767px) {
      .top_cate li a {
        padding-left: 10%;
        padding-top: 10%;
        font-size: 3.3vw;
        line-height: 150%; } }
@media screen and (min-width: 768px) {
  .top_cate .top_cate_tenui {
    background-image: url(../img/top/tenui.jpg);
    background-size: contain; } }
@media screen and (max-width: 767px) {
  .top_cate .top_cate_tenui {
    background-image: url(../img/top/sp_tenui.jpg);
    background-size: cover; } }
@media screen and (min-width: 768px) {
  .top_cate .top_cate_sewing {
    background-image: url(../img/top/sewing.jpg);
    background-size: contain; } }
@media screen and (max-width: 767px) {
  .top_cate .top_cate_sewing {
    background-image: url(../img/top/sp_sewing.jpg);
    background-size: cover; } }
@media screen and (min-width: 768px) {
  .top_cate .top_cate_knit {
    background-image: url(../img/top/knit.jpg);
    background-size: contain; } }
@media screen and (max-width: 767px) {
  .top_cate .top_cate_knit {
    background-image: url(../img/top/sp_knit.jpg);
    background-size: cover; } }
@media screen and (min-width: 768px) {
  .top_cate .top_cate_lace {
    background-image: url(../img/top/lace.jpg);
    background-size: contain; } }
@media screen and (max-width: 767px) {
  .top_cate .top_cate_lace {
    background-image: url(../img/top/sp_lace.jpg);
    background-size: cover; } }
@media screen and (min-width: 768px) {
  .top_cate .top_cate_knit_bamboo {
    background-image: url(../img/top/knit_bamboo.jpg);
    background-size: contain; } }
@media screen and (max-width: 767px) {
  .top_cate .top_cate_knit_bamboo {
    background-image: url(../img/top/sp_knit_bamboo.jpg);
    background-size: cover; } }
@media screen and (min-width: 768px) {
  .top_cate .top_cate_afugan {
    background-image: url(../img/top/afugan.jpg);
    background-size: contain; } }
@media screen and (max-width: 767px) {
  .top_cate .top_cate_afugan {
    background-image: url(../img/top/sp_afugan.jpg);
    background-size: cover; } }
@media screen and (min-width: 768px) {
  .top_cate .top_cate_wabari {
    background-image: url(../img/top/wabari.jpg);
    background-size: contain; } }
@media screen and (max-width: 767px) {
  .top_cate .top_cate_wabari {
    background-image: url(../img/top/sp_wabari.jpg);
    background-size: cover; } }
@media screen and (min-width: 768px) {
  .top_cate .top_cate_knitting {
    background-image: url(../img/top/knitting.jpg);
    background-size: contain; } }
@media screen and (max-width: 767px) {
  .top_cate .top_cate_knitting {
    background-image: url(../img/top/sp_knitting.jpg);
    background-size: cover; } }
@media screen and (min-width: 768px) {
  .top_cate .top_cate_beads {
    background-image: url(../img/top/beads.jpg);
    background-size: contain; } }
@media screen and (max-width: 767px) {
  .top_cate .top_cate_beads {
    background-image: url(../img/top/sp_beads.jpg);
    background-size: cover; } }
@media screen and (min-width: 768px) {
  .top_cate .top_cate_felt {
    background-image: url(../img/top/felt.jpg);
    background-size: contain; } }
@media screen and (max-width: 767px) {
  .top_cate .top_cate_felt {
    background-image: url(../img/top/sp_felt.jpg);
    background-size: cover; } }
@media screen and (min-width: 768px) {
  .top_cate .top_cate_carp {
    background-image: url(../img/top/carp.jpg);
    background-size: contain; } }
@media screen and (max-width: 767px) {
  .top_cate .top_cate_carp {
    background-image: url(../img/top/sp_carp.jpg);
    background-size: cover; } }
@media screen and (min-width: 768px) {
  .top_cate .top_cate_wool {
    background-image: url(../img/top/wool.jpg);
    background-size: contain; } }
@media screen and (max-width: 767px) {
  .top_cate .top_cate_wool {
    background-image: url(../img/top/sp_wool.jpg);
    background-size: cover; } }
@media screen and (min-width: 768px) {
  .top_cate .top_cate_oharibako {
    background-image: url(../img/top/oharibako.jpg);
    background-size: contain; } }
@media screen and (max-width: 767px) {
  .top_cate .top_cate_oharibako {
    background-image: url(../img/top/sp_oharibako.jpg);
    background-size: cover; } }
@media screen and (min-width: 768px) {
  .top_cate .top_cate_gift {
    background-image: url(../img/top/pc_gift.jpg);
    background-size: contain; } }
@media screen and (max-width: 767px) {
  .top_cate .top_cate_gift {
    background-image: url(../img/top/sp_gift.jpg);
    background-size: cover; } }

/* おすすめ商品 */
.recommend {
  background: #F2ECEC; }

/* 人気ランキング */
.ranking a {
  display: block;
  position: relative; }
.ranking a::before,
.ranking a::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }
.ranking a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 45px 0 0;
  border-color: #E80000 transparent transparent transparent; }
.ranking a::after {
  text-align: center;
  color: white;
  font-size: 1.5rem;
  width: 22px;
  height: 22px; }
.ranking ul .products_thumb:nth-child(1) a::after {
  content: "1"; }
.ranking ul .products_thumb:nth-child(2) a::after {
  content: "2"; }
.ranking ul .products_thumb:nth-child(3) a::after {
  content: "3"; }
.ranking ul .products_thumb:nth-child(4) a::after {
  content: "4"; }
@media screen and (max-width: 767px) {
  .ranking li:nth-child(4) {
    display: none; } }

/* ピックアップシリーズ */
@media screen and (max-width: 767px) {
  .top_pickup li {
    width: 100%;
    margin-bottom: 20px; } }
.top_pickup img {
  width: 100%;
  height: auto; }

/* 手芸トピックス */
.topics .more {
  margin: 20px 0; }

.topics_cont {
  border-top: dashed 1px #777;
  margin-top: 10px;
  font-size: 1.4rem; }
  .topics_cont li {
    border-bottom: dashed 1px #777;
    padding: 10px 0; }
    .topics_cont li a {
      display: flex; }
  @media screen and (min-width: 768px) {
    .topics_cont img {
      height: 50px;
      width: auto; } }
  @media screen and (max-width: 767px) {
    .topics_cont img {
      height: auto;
      width: 20%; } }

@media screen and (min-width: 768px) {
  .topics_post {
    width: 83%; } }
@media screen and (max-width: 767px) {
  .topics_post {
    width: 76%; } }
.topics_post .date {
  font-size: 1.2rem; }

.top_clm2_48 a {
  display: block;
  width: 48%; }

/*category.scss

***************************************

          category

*****************************************/
.category .thumb_img {
  padding-bottom: 59.5%; }
.category .products_thumb {
  width: 50%;
  margin-bottom: 20px;
  margin-left: 0 !important; }
  .category .products_thumb p {
    line-height: 170%; }
  @media screen and (max-width: 767px) {
    .category .products_thumb b {
      font-size: 1.3rem; } }
  @media screen and (min-width: 768px) {
    .category .products_thumb b,
    .category .products_thumb p {
      padding: 0 30px; } }
  @media screen and (max-width: 767px) {
    .category .products_thumb b,
    .category .products_thumb p {
      padding: 0 10px; } }
.category .ico_yoto {
  width: 63px; }

/***************************************

category list

*****************************************/
.category-list li {
  width: 30%; }

/***************************************

freespace

*****************************************/
.cg_freespace_01 .flex-cont_use_btn {
  justify-content: flex-end; }
  .cg_freespace_01 .flex-cont_use_btn li {
    border: 1px solid #555;
    text-align: center;
    margin-left: 5px;
    width: auto;
    border-radius: 6px;
    width: 20%; }
    .cg_freespace_01 .flex-cont_use_btn li a {
      width: 100%;
      display: block;
      padding-top: 20px;
      padding-bottom: 20px;
      font-size: 1.8rem;
      font-weight: bold;
      line-height: 1;
      text-decoration: none; }
      @media screen and (max-width: 767px) {
        .cg_freespace_01 .flex-cont_use_btn li a {
          font-size: 1.5rem;
          padding-top: 13px;
          padding-bottom: 13px; } }
      .cg_freespace_01 .flex-cont_use_btn li a.se {
        background-color: #555;
        color: #fff; }

/*single.scss

***************************************

          single

*****************************************/
.single-products-pic {
  margin-bottom: 50px; }
  .single-products-pic img {
    margin-bottom: 20px;
    border: solid 1px #ccc; }

.single-products-cont li {
  list-style: square outside;
  margin-left: 20px;
  margin-bottom: 10px; }
.single-products-cont .dot li {
  list-style: circle outside;
  margin-left: 20px;
  margin-bottom: 10px; }
.single-products-cont table {
  width: 100%;
  border: solid 1px #ccc;
  margin-bottom: 20px; }
  .single-products-cont table th, .single-products-cont table td {
    padding: 5px 10px;
    text-align: left;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc; }
  .single-products-cont table th {
    background: #d9d9d9; }
  .single-products-cont table tr:nth-child(odd) td {
    background: #f1f1f1; }
  .single-products-cont table tr:nth-child(even) td {
    background: white; }
.single-products-cont .maxw_250 {
  width: 100%;
  max-width: 250px; }
.single-products-cont .maxw_500 {
  width: 100%;
  max-width: 500px; }

.single-products-table {
  margin: 40px auto; }
  @media screen and (max-width: 767px) {
    .single-products-table {
      position: relative;
      padding-top: 30px;
      overflow: scroll; }
      .single-products-table::before {
        content: "<<< 横にスクロールできます";
        display: block;
        text-align: right;
        font-weight: bold;
        position: absolute;
        right: 0;
        top: 0; }
      .single-products-table table {
        min-width: 660px; } }

.single-products-price-table {
  margin: 0px 0 40px; }
  .single-products-price-table-head {
    list-style: disc;
    margin: 40px 0 0; }
    .single-products-price-table-head li {
      margin-bottom: 0; }
  .single-products-price-table table {
    width: auto;
    border: none;
    margin-left: 20px;
    margin-bottom: 20px; }
    .single-products-price-table table td {
      padding-left: 0;
      padding-right: 20px;
      border: none;
      background: none !important; }
    .single-products-price-table table td + td {
      font-weight: bold;
      font-size: 105%; }
      .single-products-price-table table td + td span {
        font-size: 90%;
        font-weight: normal; }

.single-products-comment {
  margin: 40px auto; }

.single-products-detail {
  background: #eee;
  padding: 30px;
  margin: 50px auto; }
  .single-products-detail .table {
    width: auto;
    border: none; }
    .single-products-detail .table th, .single-products-detail .table td {
      text-align: left;
      border: none; }
  .single-products-detail .btn {
    border: none;
    background: #555;
    color: white;
    font-size: 14px;
    vertical-align: middle; }

.order-detail-nav {
  list-style: disc;
  margin: 10px 20px; }

.single-products-price {
  margin-bottom: 10px; }
  .single-products-price .title {
    display: inline-block; }
  .single-products-price th {
    padding-left: 0; }

.order-row {
  margin-bottom: 10px; }

.prduct-option {
  display: inline-block;
  max-width: 100%; }

/* 数量増減 */
.input-prepend,
.input-append {
  position: relative; }

.input-prepend.input-append input {
  height: 46px;
  box-sizing: border-box; }

/*アイコン*/
/* 24px black */
.icon-lg-b.icon-minus {
  background-position: -288px -120px; }

/* 24px white */
.icon-lg-w.icon-minus {
  background-position: -288px -120px; }

/* 24px black */
.icon-lg-b.icon-plus {
  background-position: -312px -120px; }

/* 24px white */
.icon-lg-w.icon-plus {
  background-position: -312px -120px; }

/* 24px black */
.icon-lg-b.icon-cart {
  background-position: -264px -96px; }

/* 24px white */
.icon-lg-w.icon-cart {
  background-position: -264px -96px; }

.stock_error {
  color: #E80000; }

aside.rosarios_4 {
  border: 1px solid #555;
  box-sizing: border-box;
  padding: 50px 20px 20px;
  margin-bottom: 40px; }

/*topics.scss

***************************************

          topics single

*****************************************/
#news_area {
  border-top: dashed 1px #777;
  border-bottom: dashed 1px #777;
  padding: 30px 0; }

.topics_cont .date, .topics_cont .cate,
#news_area .date,
#news_area .cate {
  display: inline-block; }
.topics_cont .cate,
#news_area .cate {
  border: solid 1px #707070;
  padding: 0 5px;
  font-size: 1.2rem;
  margin-left: 10px; }
@media screen and (min-width: 768px) {
  .topics_cont .photo,
  #news_area .photo {
    max-width: 260px;
    text-align: right; }
  .topics_cont .cont,
  #news_area .cont {
    width: 60%; } }

#year {
  text-align: center; }
  #year li {
    list-style: none; }

/*topics_gran.scss

/****************************************
gran page
*****************************************/
#gran_page .gran_video {
  margin-top: 60px;
  width: 100%;
  /* 横幅変更 */
  padding: 0;
  box-sizing: border-box;
  margin-bottom: 60px; }
  #gran_page .gran_video .gran_video_inner {
    padding-top: 56.25%;
    position: relative;
    height: 0;
    overflow: hidden; }
    #gran_page .gran_video .gran_video_inner iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
#gran_page .w50 img {
  width: 50%; }
#gran_page .gran_title {
  color: #D6006C; }
#gran_page .dp_img_sp80 {
  transform-origin: 50% 0; }
#gran_page .back_ygray {
  background-color: #F5F3F0;
  padding-top: 70px;
  padding-bottom: 100px; }
#gran_page .buy_btn {
  background-color: #555555;
  border-radius: 5px;
  width: 200px;
  height: auto;
  text-align: center;
  margin: auto; }
  #gran_page .buy_btn a {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block; }

#granset_page .pc_br {
  display: block; }
@media screen and (max-width: 767px) {
  #granset_page .pc_br {
    display: none; } }
#granset_page h1.title span {
  display: block;
  font-size: 1.8rem; }
#granset_page .inner-center {
  max-width: 620px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #granset_page .inner-center {
      width: 100%; } }
  #granset_page .inner-center .awrd_link {
    width: 365px;
    margin: 0 auto 90px; }
    @media screen and (max-width: 767px) {
      #granset_page .inner-center .awrd_link {
        width: 100%;
        justify-content: space-around;
        margin: 0 auto 60px; } }
    #granset_page .inner-center .awrd_link .award_link_cont {
      width: 170px; }
      @media screen and (max-width: 767px) {
        #granset_page .inner-center .awrd_link .award_link_cont {
          width: 40%; } }
      #granset_page .inner-center .awrd_link .award_link_cont a .logo_box {
        width: 100%;
        height: 125px;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: auto 85%; }
        #granset_page .inner-center .awrd_link .award_link_cont a .logo_box.hgd {
          background-image: url(../img/topics/hiroshima_gd_logo.jpg); }
        #granset_page .inner-center .awrd_link .award_link_cont a .logo_box.hby {
          background-image: url(../img/topics/hobby_logo.jpg); }
      #granset_page .inner-center .awrd_link .award_link_cont a .txt_box {
        font-size: 1.6rem;
        text-align: center;
        text-decoration: underline; }
        @media screen and (max-width: 767px) {
          #granset_page .inner-center .awrd_link .award_link_cont a .txt_box {
            font-size: 1.3rem; } }
  #granset_page .inner-center .to_buy p {
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem; }
  @media screen and (min-width: 768px) {
    #granset_page .inner-center .to_buy .flex {
      justify-content: space-between; } }
  #granset_page .inner-center .to_buy .flex .buy_btn {
    background-color: #555555;
    border-radius: 5px;
    width: 47%;
    height: auto;
    text-align: center;
    font-size: 1.8rem;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      #granset_page .inner-center .to_buy .flex .buy_btn {
        width: 90%;
        margin: auto auto 30px auto; } }
    #granset_page .inner-center .to_buy .flex .buy_btn a {
      color: #fff;
      padding-top: 10px;
      padding-bottom: 10px;
      display: inline-block;
      vertical-align: middle; }
  #granset_page .inner-center .to_buy .flex .buy_btn > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%; }
  #granset_page .inner-center .award_link_under {
    margin-top: 80px;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      #granset_page .inner-center .award_link_under {
        margin-top: 30px; } }
    #granset_page .inner-center .award_link_under a {
      display: inline-block;
      text-decoration: underline;
      text-align: center;
      font-size: 1.6rem; }
#granset_page .gran_video {
  margin-top: 100px;
  width: 100%;
  /* 横幅変更 */
  padding: 0;
  box-sizing: border-box;
  margin-bottom: 60px; }
  @media screen and (max-width: 767px) {
    #granset_page .gran_video {
      margin-top: 50px; } }
  #granset_page .gran_video .gran_video_inner {
    padding-top: 56.25%;
    position: relative;
    height: 0;
    overflow: hidden; }
    #granset_page .gran_video .gran_video_inner iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
#granset_page .w50 img {
  width: 50%; }
#granset_page .w70 img {
  width: 70%; }
  @media screen and (max-width: 767px) {
    #granset_page .w70 img {
      width: 100%; } }
#granset_page .gran_title {
  color: #D6006C; }
#granset_page .p_big {
  font-size: 1.6rem; }
@media screen and (max-width: 767px) {
  #granset_page .p_big {
    text-align: left; } }
#granset_page .feature {
  letter-spacing: -.4em;
  /* 文字間を詰めて隙間をなくす */ }
  #granset_page .feature img {
    width: 32%;
    display: inline-block;
    letter-spacing: normal;
    /* 文字間を元に戻す */ }
  #granset_page .feature .pic3 {
    margin: auto 2%; }
@media screen and (max-width: 767px) {
  #granset_page .feature img {
    width: 100%;
    display: block; }
  #granset_page .feature .pic3 {
    margin: -10% 0 0 0; }
  #granset_page .feature .pic4 {
    margin: -10% 0 0 0; } }
#granset_page .dp_img_sp80 {
  transform-origin: 50% 0; }
#granset_page .back_ygray {
  background-color: #F5F3F0;
  padding-top: 70px;
  padding-bottom: 100px; }

/*topics_campaign.scss

/****************************************
かぎぐるみ vs ぼうぐるみ 2021 春 page
*****************************************/
main.topics-contents.p-btm0 {
  padding-bottom: 0; }

/* かぎぐるみ vs ぼうぐるみ　共通＆1回目のレイアウト */
.campain_base .main_pic_area,
#kagi_bou_2021 .main_pic_area {
  width: 100%;
  margin-top: 30px;
  background-color: #122f57;
  height: 580px;
  text-align: center; }
  @media screen and (min-width: 768px) and (max-width: 999px) {
    .campain_base .main_pic_area,
    #kagi_bou_2021 .main_pic_area {
      margin-top: 0;
      height: auto; } }
  @media screen and (max-width: 767px) {
    .campain_base .main_pic_area,
    #kagi_bou_2021 .main_pic_area {
      margin-top: 0;
      height: auto; } }
  .campain_base .main_pic_area img,
  #kagi_bou_2021 .main_pic_area img {
    height: 580px;
    min-width: 1080px; }
    @media screen and (min-width: 768px) and (max-width: 999px) {
      .campain_base .main_pic_area img,
      #kagi_bou_2021 .main_pic_area img {
        min-width: 100%;
        width: 100%;
        height: auto; } }
    @media screen and (max-width: 767px) {
      .campain_base .main_pic_area img,
      #kagi_bou_2021 .main_pic_area img {
        min-width: 100%;
        width: 100%;
        height: auto; } }
.campain_base .txt_c_red,
#kagi_bou_2021 .txt_c_red {
  color: #b5030f; }
.campain_base .campaign_btn,
#kagi_bou_2021 .campaign_btn {
  width: 480px;
  margin: 0 auto 80px; }
  @media screen and (max-width: 767px) {
    .campain_base .campaign_btn,
    #kagi_bou_2021 .campaign_btn {
      max-width: 100%;
      width: 100%;
      height: auto; } }
  .campain_base .campaign_btn a,
  #kagi_bou_2021 .campaign_btn a {
    background-color: #122f57;
    color: #fff;
    display: block;
    padding: 30px 0 35px; }
    .campain_base .campaign_btn a .triangle,
    #kagi_bou_2021 .campaign_btn a .triangle {
      width: 0;
      height: 0;
      border-top: 17px solid #fff;
      border-right: 15px solid transparent;
      border-left: 15px solid transparent;
      margin: 0 auto; }
.campain_base .essentials .inner,
#kagi_bou_2021 .essentials .inner {
  padding-top: 60px;
  padding-bottom: 75px; }
  @media screen and (max-width: 767px) {
    .campain_base .essentials .inner,
    #kagi_bou_2021 .essentials .inner {
      padding-top: 10%;
      padding-bottom: 10%; } }
.campain_base .essentials dl.ess_list div,
#kagi_bou_2021 .essentials dl.ess_list div {
  margin-bottom: 20px; }
  .campain_base .essentials dl.ess_list div:last-child,
  #kagi_bou_2021 .essentials dl.ess_list div:last-child {
    margin-bottom: 0; }
  .campain_base .essentials dl.ess_list div dt,
  #kagi_bou_2021 .essentials dl.ess_list div dt {
    width: 15%;
    font-weight: 700;
    font-size: 1.3rem; }
    @media screen and (max-width: 767px) {
      .campain_base .essentials dl.ess_list div dt,
      #kagi_bou_2021 .essentials dl.ess_list div dt {
        width: 100%;
        margin-bottom: 1%; } }
  .campain_base .essentials dl.ess_list div dd,
  #kagi_bou_2021 .essentials dl.ess_list div dd {
    width: 85%;
    font-size: 1.6rem; }
    @media screen and (max-width: 767px) {
      .campain_base .essentials dl.ess_list div dd,
      #kagi_bou_2021 .essentials dl.ess_list div dd {
        width: 100%; } }
    .campain_base .essentials dl.ess_list div dd p span,
    #kagi_bou_2021 .essentials dl.ess_list div dd p span {
      display: inline-block; }
.campain_base .essentials .imp_points dl.imp_po_list,
#kagi_bou_2021 .essentials .imp_points dl.imp_po_list {
  font-size: 1.3rem; }
  .campain_base .essentials .imp_points dl.imp_po_list dt,
  #kagi_bou_2021 .essentials .imp_points dl.imp_po_list dt {
    font-weight: 700;
    margin-bottom: 5px; }
  .campain_base .essentials .imp_points dl.imp_po_list dd ul li,
  #kagi_bou_2021 .essentials .imp_points dl.imp_po_list dd ul li {
    list-style: disc outside;
    margin-left: 20px;
    margin-bottom: 5px; }
.campain_base .inner-plus,
#kagi_bou_2021 .inner-plus {
  padding-top: 70px;
  padding-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .campain_base .inner-plus,
    #kagi_bou_2021 .inner-plus {
      padding-top: 10%;
      padding-bottom: 10%; } }
.campain_base .production,
#kagi_bou_2021 .production {
  background-color: #f2f1e2;
  /*0520追加*/ }
  .campain_base .production .lazyloaded,
  #kagi_bou_2021 .production .lazyloaded {
    width: 25%;
    padding-bottom: 25%;
    background-size: cover;
    position: relative; }
  .campain_base .production .lazyloaded a,
  #kagi_bou_2021 .production .lazyloaded a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  .campain_base .production .lazyloaded img,
  #kagi_bou_2021 .production .lazyloaded img {
    height: 1px; }
  .campain_base .production .main-contents-inner,
  #kagi_bou_2021 .production .main-contents-inner {
    width: 90%;
    max-width: none; }
  .campain_base .production .flex-ce,
  #kagi_bou_2021 .production .flex-ce {
    flex-wrap: wrap; }
.campain_base .magazine,
#kagi_bou_2021 .magazine {
  background-color: #5f7ca3;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 120px; }
  .campain_base .magazine .magazine_ico,
  #kagi_bou_2021 .magazine .magazine_ico {
    width: 105px;
    margin: 0 auto; }
  .campain_base .magazine .magazine_pic,
  #kagi_bou_2021 .magazine .magazine_pic {
    width: 354px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .campain_base .magazine .magazine_pic,
      #kagi_bou_2021 .magazine .magazine_pic {
        width: 90%; } }
  .campain_base .magazine.notice .main-contents-inner,
  #kagi_bou_2021 .magazine.notice .main-contents-inner {
    padding-top: 80px;
    padding-bottom: 130px; }
    @media screen and (max-width: 767px) {
      .campain_base .magazine.notice .main-contents-inner,
      #kagi_bou_2021 .magazine.notice .main-contents-inner {
        padding-top: 17%;
        padding-bottom: 17%; } }
    .campain_base .magazine.notice .main-contents-inner .notice_deco,
    #kagi_bou_2021 .magazine.notice .main-contents-inner .notice_deco {
      border: 2px solid #fff;
      padding-top: 30px;
      padding-bottom: 50px; }
      @media screen and (max-width: 767px) {
        .campain_base .magazine.notice .main-contents-inner .notice_deco,
        #kagi_bou_2021 .magazine.notice .main-contents-inner .notice_deco {
          padding: 5%; } }
.campain_base .result,
#kagi_bou_2021 .result {
  margin-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .campain_base .result,
    #kagi_bou_2021 .result {
      margin-bottom: 8%; } }
  .campain_base .result h1,
  #kagi_bou_2021 .result h1 {
    margin-top: 30px; }
  .campain_base .result .result_ico,
  #kagi_bou_2021 .result .result_ico {
    background-color: #122f57;
    text-align: center;
    width: 180px;
    height: 180px;
    margin: 0 auto 50px;
    position: relative;
    border-radius: 50%; }
    .campain_base .result .result_ico h2,
    #kagi_bou_2021 .result .result_ico h2 {
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .campain_base .result .result_production,
  #kagi_bou_2021 .result .result_production {
    font-family: "Kosugi Maru", sans-serif;
    background-color: #122f57;
    margin-top: 50px;
    padding: 80px 0 100px;
    color: #fff; }
    @media screen and (min-width: 768px) and (max-width: 999px) {
      .campain_base .result .result_production,
      #kagi_bou_2021 .result .result_production {
        padding: 5% 0 10%; } }
    @media screen and (max-width: 767px) {
      .campain_base .result .result_production,
      #kagi_bou_2021 .result .result_production {
        padding: 7% 0 10%;
        margin-top: 7%; } }
    @media screen and (min-width: 1000px) {
      .campain_base .result .result_production .main-contents-inner.inner-wide,
      #kagi_bou_2021 .result .result_production .main-contents-inner.inner-wide {
        max-width: 1080px;
        margin: 0 auto; } }
    .campain_base .result .result_production h3,
    #kagi_bou_2021 .result .result_production h3 {
      color: #fff; }
    .campain_base .result .result_production .cup,
    #kagi_bou_2021 .result .result_production .cup {
      width: 142px;
      height: 170px;
      margin-bottom: 30px; }
    .campain_base .result .result_production .clm_2_img,
    #kagi_bou_2021 .result .result_production .clm_2_img {
      width: 50%; }
      @media screen and (max-width: 767px) {
        .campain_base .result .result_production .clm_2_img,
        #kagi_bou_2021 .result .result_production .clm_2_img {
          width: 100%; } }
      .campain_base .result .result_production .clm_2_img img,
      #kagi_bou_2021 .result .result_production .clm_2_img img {
        width: 100%; }
    .campain_base .result .result_production .main_img_border,
    #kagi_bou_2021 .result .result_production .main_img_border {
      position: relative; }
      .campain_base .result .result_production .main_img_border::after,
      #kagi_bou_2021 .result .result_production .main_img_border::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        display: block;
        border-right: 1px solid #122f57; }
        @media screen and (max-width: 767px) {
          .campain_base .result .result_production .main_img_border::after,
          #kagi_bou_2021 .result .result_production .main_img_border::after {
            border-right: none;
            border-bottom: 1px solid #122f57;
            width: 100%;
            height: 1px;
            top: inherit;
            bottom: 0; } }
    .campain_base .result .result_production b,
    #kagi_bou_2021 .result .result_production b {
      display: block; }
    .campain_base .result .result_production table,
    #kagi_bou_2021 .result .result_production table {
      margin-bottom: 100px; }
      .campain_base .result .result_production table tr th,
      #kagi_bou_2021 .result .result_production table tr th {
        background-color: #405f89;
        padding: 40px 5% 70px;
        font-size: 2rem;
        font-weight: bold;
        position: relative; }
        @media screen and (max-width: 767px) {
          .campain_base .result .result_production table tr th,
          #kagi_bou_2021 .result .result_production table tr th {
            padding: 5% 5% 10%; } }
        .campain_base .result .result_production table tr th::after,
        #kagi_bou_2021 .result .result_production table tr th::after {
          content: "";
          display: inline-block;
          background-image: url(../img/topics/campaign/kagi_bou_gurumi/arrow.svg);
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          width: 60px;
          height: 20px;
          position: absolute;
          bottom: 30px;
          left: 50%;
          margin-left: -30px; }
          @media screen and (max-width: 767px) {
            .campain_base .result .result_production table tr th::after,
            #kagi_bou_2021 .result .result_production table tr th::after {
              width: 36px;
              height: 12px;
              margin-left: -18px;
              bottom: 20%; } }
      .campain_base .result .result_production table tr th,
      .campain_base .result .result_production table tr td,
      #kagi_bou_2021 .result .result_production table tr th,
      #kagi_bou_2021 .result .result_production table tr td {
        border-right: 1px solid #122f57;
        border-bottom: 1px solid #122f57; }
        .campain_base .result .result_production table tr th:last-child,
        .campain_base .result .result_production table tr td:last-child,
        #kagi_bou_2021 .result .result_production table tr th:last-child,
        #kagi_bou_2021 .result .result_production table tr td:last-child {
          border-right: none; }
    .campain_base .result .result_production .under_box,
    #kagi_bou_2021 .result .result_production .under_box {
      background-color: #fff;
      padding: 90px 0 100px; }
      @media screen and (min-width: 768px) and (max-width: 999px) {
        .campain_base .result .result_production .under_box,
        #kagi_bou_2021 .result .result_production .under_box {
          padding: 5% 0; } }
      @media screen and (max-width: 767px) {
        .campain_base .result .result_production .under_box,
        #kagi_bou_2021 .result .result_production .under_box {
          padding: 5% 0; } }
      .campain_base .result .result_production .under_box .magazine_box,
      #kagi_bou_2021 .result .result_production .under_box .magazine_box {
        margin-bottom: 80px; }
        .campain_base .result .result_production .under_box .magazine_box .pic_box,
        #kagi_bou_2021 .result .result_production .under_box .magazine_box .pic_box {
          width: 500px; }
          @media screen and (min-width: 768px) and (max-width: 999px) {
            .campain_base .result .result_production .under_box .magazine_box .pic_box,
            #kagi_bou_2021 .result .result_production .under_box .magazine_box .pic_box {
              width: 65%; } }
          @media screen and (max-width: 767px) {
            .campain_base .result .result_production .under_box .magazine_box .pic_box,
            #kagi_bou_2021 .result .result_production .under_box .magazine_box .pic_box {
              width: 100%; } }
        .campain_base .result .result_production .under_box .magazine_box .txt_box,
        #kagi_bou_2021 .result .result_production .under_box .magazine_box .txt_box {
          background-color: #da5f4f;
          width: 300px;
          padding: 30px;
          box-sizing: border-box; }
          @media screen and (min-width: 768px) and (max-width: 999px) {
            .campain_base .result .result_production .under_box .magazine_box .txt_box,
            #kagi_bou_2021 .result .result_production .under_box .magazine_box .txt_box {
              width: 35%;
              padding: 3%; } }
          @media screen and (max-width: 767px) {
            .campain_base .result .result_production .under_box .magazine_box .txt_box,
            #kagi_bou_2021 .result .result_production .under_box .magazine_box .txt_box {
              width: 100%;
              text-align: center; } }
          .campain_base .result .result_production .under_box .magazine_box .txt_box img,
          #kagi_bou_2021 .result .result_production .under_box .magazine_box .txt_box img {
            width: 200px;
            margin-top: 15px;
            transform: rotate(7deg); }
            @media screen and (min-width: 768px) and (max-width: 999px) {
              .campain_base .result .result_production .under_box .magazine_box .txt_box img,
              #kagi_bou_2021 .result .result_production .under_box .magazine_box .txt_box img {
                width: 70%;
                margin-bottom: 5%;
                margin-top: 2%; } }
          .campain_base .result .result_production .under_box .magazine_box .txt_box p,
          #kagi_bou_2021 .result .result_production .under_box .magazine_box .txt_box p {
            line-height: 2; }
      .campain_base .result .result_production .under_box ul.recommendation,
      #kagi_bou_2021 .result .result_production .under_box ul.recommendation {
        color: #122f57; }
        .campain_base .result .result_production .under_box ul.recommendation li,
        #kagi_bou_2021 .result .result_production .under_box ul.recommendation li {
          flex-wrap: wrap; }
          .campain_base .result .result_production .under_box ul.recommendation li .pic_box,
          #kagi_bou_2021 .result .result_production .under_box ul.recommendation li .pic_box {
            width: 300px; }
            @media screen and (min-width: 768px) and (max-width: 999px) {
              .campain_base .result .result_production .under_box ul.recommendation li .pic_box,
              #kagi_bou_2021 .result .result_production .under_box ul.recommendation li .pic_box {
                width: 40%; } }
            @media screen and (max-width: 767px) {
              .campain_base .result .result_production .under_box ul.recommendation li .pic_box,
              #kagi_bou_2021 .result .result_production .under_box ul.recommendation li .pic_box {
                width: 100%; } }
          .campain_base .result .result_production .under_box ul.recommendation li .txt_box,
          #kagi_bou_2021 .result .result_production .under_box ul.recommendation li .txt_box {
            width: 430px;
            padding-top: 20px;
            box-sizing: border-box; }
            @media screen and (min-width: 768px) and (max-width: 999px) {
              .campain_base .result .result_production .under_box ul.recommendation li .txt_box,
              #kagi_bou_2021 .result .result_production .under_box ul.recommendation li .txt_box {
                width: 50%;
                padding-top: 1%; } }
            @media screen and (max-width: 767px) {
              .campain_base .result .result_production .under_box ul.recommendation li .txt_box,
              #kagi_bou_2021 .result .result_production .under_box ul.recommendation li .txt_box {
                width: 100%; } }
            .campain_base .result .result_production .under_box ul.recommendation li .txt_box .title,
            #kagi_bou_2021 .result .result_production .under_box ul.recommendation li .txt_box .title {
              color: #e3097f; }
            .campain_base .result .result_production .under_box ul.recommendation li .txt_box .reco_btn,
            #kagi_bou_2021 .result .result_production .under_box ul.recommendation li .txt_box .reco_btn {
              margin-top: 30px; }
              @media screen and (max-width: 767px) {
                .campain_base .result .result_production .under_box ul.recommendation li .txt_box .reco_btn,
                #kagi_bou_2021 .result .result_production .under_box ul.recommendation li .txt_box .reco_btn {
                  margin-top: 20px; } }
              .campain_base .result .result_production .under_box ul.recommendation li .txt_box .reco_btn a,
              #kagi_bou_2021 .result .result_production .under_box ul.recommendation li .txt_box .reco_btn a {
                display: inline-block;
                color: #fff;
                background-color: #122f57;
                padding: 15px 30px;
                border-radius: 50px; }
.campain_base .connection,
#kagi_bou_2021 .connection {
  padding-top: 30px;
  padding-bottom: 30px; }
  .campain_base .connection ul li,
  #kagi_bou_2021 .connection ul li {
    text-align: center;
    margin-bottom: 10px; }
    .campain_base .connection ul li a,
    #kagi_bou_2021 .connection ul li a {
      display: inline-block;
      text-decoration: underline;
      font-size: 1.3rem; }

.campain_base {
  /* かぎぐるみ vs ぼうぐるみ　2021冬 */
  /* かぎぐるみ vs ぼうぐるみ　2022冬 */
  /* かぎぐるみ vs ぼうぐるみ　2024 */
  /* かぎぐるみ vs ぼうぐるみ　2025 */ }
  .campain_base .list-dot li {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 10px; }
  .campain_base#kagi_bou_2021_winter .main_pic_area {
    background-color: #2b91bf; }
  .campain_base#kagi_bou_2021_winter .result .result_ico {
    background-color: #2b91bf; }
  .campain_base#kagi_bou_2021_winter .result .result_production {
    background-color: #2b91bf; }
    .campain_base#kagi_bou_2021_winter .result .result_production .main_img_border::after {
      border-right: 1px solid #2b91bf; }
      @media screen and (max-width: 767px) {
        .campain_base#kagi_bou_2021_winter .result .result_production .main_img_border::after {
          border-bottom: 1px solid #2b91bf; } }
    .campain_base#kagi_bou_2021_winter .result .result_production table {
      margin-bottom: 100px; }
      .campain_base#kagi_bou_2021_winter .result .result_production table tr th {
        background-color: #dfeaef;
        color: #006693; }
        .campain_base#kagi_bou_2021_winter .result .result_production table tr th::after {
          background-image: url(../img/topics/campaign/kagi_bou_gurumi_2021winter/arrow.svg); }
      .campain_base#kagi_bou_2021_winter .result .result_production table tr th,
      .campain_base#kagi_bou_2021_winter .result .result_production table tr td {
        border-right: 1px solid #2b91bf;
        border-bottom: 1px solid #2b91bf; }
    .campain_base#kagi_bou_2021_winter .result .result_production .under_box .magazine_box {
      margin-bottom: 80px; }
      .campain_base#kagi_bou_2021_winter .result .result_production .under_box .magazine_box .txt_box {
        background-color: #c4e000;
        width: 100%;
        padding: 30px;
        box-sizing: border-box; }
        .campain_base#kagi_bou_2021_winter .result .result_production .under_box .magazine_box .txt_box.flex {
          justify-content: center; }
          @media screen and (min-width: 768px) {
            .campain_base#kagi_bou_2021_winter .result .result_production .under_box .magazine_box .txt_box.flex {
              align-items: center; } }
        @media screen and (min-width: 768px) and (max-width: 999px) {
          .campain_base#kagi_bou_2021_winter .result .result_production .under_box .magazine_box .txt_box {
            padding: 3%; } }
        @media screen and (max-width: 767px) {
          .campain_base#kagi_bou_2021_winter .result .result_production .under_box .magazine_box .txt_box {
            text-align: center; } }
        .campain_base#kagi_bou_2021_winter .result .result_production .under_box .magazine_box .txt_box img {
          width: 200px;
          margin-top: 15px;
          margin-right: 30px;
          transform: rotate(7deg); }
          @media screen and (min-width: 768px) and (max-width: 999px) {
            .campain_base#kagi_bou_2021_winter .result .result_production .under_box .magazine_box .txt_box img {
              margin-bottom: 0; } }
          @media screen and (max-width: 767px) {
            .campain_base#kagi_bou_2021_winter .result .result_production .under_box .magazine_box .txt_box img {
              margin-right: 0; } }
        .campain_base#kagi_bou_2021_winter .result .result_production .under_box .magazine_box .txt_box p {
          line-height: 2;
          color: #43443f; }
    .campain_base#kagi_bou_2021_winter .result .result_production .under_box ul.recommendation {
      color: #006693; }
      .campain_base#kagi_bou_2021_winter .result .result_production .under_box ul.recommendation li .txt_box .reco_btn a {
        background-color: #006693; }
  .campain_base#kagi_bou_2021_winter .result .magazine {
    background-color: #5f7ca3; }
  .campain_base#kagi_bou_2022_winter .list-dot li {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 10px; }
  .campain_base#kagi_bou_2022_winter .list-example .flex-cont_extitle {
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 15px; }
    .campain_base#kagi_bou_2022_winter .list-example .flex-cont_extitle p {
      line-height: 150%; }
      .campain_base#kagi_bou_2022_winter .list-example .flex-cont_extitle p.ex_num {
        padding: 2px 10px;
        border: 1px solid #555;
        margin-right: 10px;
        flex-shrink: 0; }
      .campain_base#kagi_bou_2022_winter .list-example .flex-cont_extitle p.ex_cont {
        font-size: 1.8rem;
        font-weight: bold;
        padding-left: 23px;
        position: relative; }
        .campain_base#kagi_bou_2022_winter .list-example .flex-cont_extitle p.ex_cont span {
          position: absolute;
          top: 52%;
          left: 0;
          margin-top: -9px;
          display: inline-block;
          margin-right: 5px;
          width: 18px;
          height: 18px;
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center; }
        .campain_base#kagi_bou_2022_winter .list-example .flex-cont_extitle p.ex_cont.maru span {
          background-image: url(../img/topics/campaign/kagi_bou_gurumi_2022winter/ico_maru.svg); }
        .campain_base#kagi_bou_2022_winter .list-example .flex-cont_extitle p.ex_cont.batsu span {
          background-image: url(../img/topics/campaign/kagi_bou_gurumi_2022winter/ico_batsu.svg); }
  .campain_base#kagi_bou_2022_winter .ex_b {
    display: block;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px; }
  .campain_base#kagi_bou_2022_winter .display_inline {
    display: inline; }
  .campain_base#kagi_bou_2022_winter .main_pic_area {
    background: linear-gradient(#2b74be 0%, #1e5690 100%); }
  .campain_base#kagi_bou_2022_winter .magazine {
    background-color: #2b74be; }
    .campain_base#kagi_bou_2022_winter .magazine .magazine_ico {
      margin-bottom: 40px; }
  .campain_base#kagi_bou_2022_winter .result .result_ico {
    background-color: #2b74be; }
  .campain_base#kagi_bou_2022_winter .result .result_production {
    background-color: #2b74be; }
    .campain_base#kagi_bou_2022_winter .result .result_production .main_img_border::after {
      border-right: 1px solid #2b74be; }
      @media screen and (max-width: 767px) {
        .campain_base#kagi_bou_2022_winter .result .result_production .main_img_border::after {
          border-bottom: 1px solid #2b74be; } }
    .campain_base#kagi_bou_2022_winter .result .result_production table {
      margin-bottom: 100px; }
      .campain_base#kagi_bou_2022_winter .result .result_production table tr th {
        background-color: #c7d7e8;
        color: #002e77; }
        .campain_base#kagi_bou_2022_winter .result .result_production table tr th::after {
          background-image: url(../img/topics/campaign/kagi_bou_gurumi_2022winter/arrow.svg); }
      .campain_base#kagi_bou_2022_winter .result .result_production table tr th,
      .campain_base#kagi_bou_2022_winter .result .result_production table tr td {
        border-right: 1px solid #2b74be;
        border-bottom: 1px solid #2b74be; }
    .campain_base#kagi_bou_2022_winter .result .result_production .under_box .magazine_box {
      margin-bottom: 80px; }
      .campain_base#kagi_bou_2022_winter .result .result_production .under_box .magazine_box .txt_box {
        background-color: #f38805;
        width: 100%;
        padding: 30px;
        box-sizing: border-box; }
        .campain_base#kagi_bou_2022_winter .result .result_production .under_box .magazine_box .txt_box.flex {
          justify-content: center; }
          @media screen and (min-width: 768px) {
            .campain_base#kagi_bou_2022_winter .result .result_production .under_box .magazine_box .txt_box.flex {
              align-items: center; } }
        @media screen and (min-width: 768px) and (max-width: 999px) {
          .campain_base#kagi_bou_2022_winter .result .result_production .under_box .magazine_box .txt_box {
            padding: 3%; } }
        @media screen and (max-width: 767px) {
          .campain_base#kagi_bou_2022_winter .result .result_production .under_box .magazine_box .txt_box {
            text-align: center; } }
        .campain_base#kagi_bou_2022_winter .result .result_production .under_box .magazine_box .txt_box img {
          width: 200px;
          margin-top: 15px;
          margin-right: 30px;
          transform: rotate(7deg); }
          @media screen and (min-width: 768px) and (max-width: 999px) {
            .campain_base#kagi_bou_2022_winter .result .result_production .under_box .magazine_box .txt_box img {
              margin-bottom: 0; } }
          @media screen and (max-width: 767px) {
            .campain_base#kagi_bou_2022_winter .result .result_production .under_box .magazine_box .txt_box img {
              margin-right: 0; } }
        .campain_base#kagi_bou_2022_winter .result .result_production .under_box .magazine_box .txt_box p {
          line-height: 2;
          color: #fff; }
    .campain_base#kagi_bou_2022_winter .result .result_production .under_box ul.recommendation {
      color: #002e77; }
      .campain_base#kagi_bou_2022_winter .result .result_production .under_box ul.recommendation li .txt_box .reco_btn a {
        background-color: #002e77; }
  .campain_base#kagi_bou_2022_winter .result .magazine {
    background-color: #5f7ca3; }
  .campain_base.common_example .list-example .flex-cont_extitle {
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 15px; }
    .campain_base.common_example .list-example .flex-cont_extitle p {
      line-height: 150%; }
      .campain_base.common_example .list-example .flex-cont_extitle p.ex_num {
        padding: 2px 10px;
        border: 1px solid #555;
        margin-right: 10px;
        flex-shrink: 0; }
      .campain_base.common_example .list-example .flex-cont_extitle p.ex_cont {
        font-size: 1.8rem;
        font-weight: bold;
        padding-left: 23px;
        position: relative; }
        .campain_base.common_example .list-example .flex-cont_extitle p.ex_cont span {
          position: absolute;
          top: 52%;
          left: 0;
          margin-top: -9px;
          display: inline-block;
          margin-right: 5px;
          width: 18px;
          height: 18px;
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center; }
        .campain_base.common_example .list-example .flex-cont_extitle p.ex_cont.maru span {
          background-image: url(../img/topics/campaign/kagi_bou_gurumi_2022winter/ico_maru.svg); }
        .campain_base.common_example .list-example .flex-cont_extitle p.ex_cont.batsu span {
          background-image: url(../img/topics/campaign/kagi_bou_gurumi_2022winter/ico_batsu.svg); }
  .campain_base.common_example .ex_b {
    display: block;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px; }
  .campain_base#kagi_bou_2024 .display_inline {
    display: inline; }
  .campain_base#kagi_bou_2024 .main_pic_area {
    background: #197f00; }
  .campain_base#kagi_bou_2024 .magazine {
    background-color: #197f00; }
    .campain_base#kagi_bou_2024 .magazine .magazine_ico {
      margin-bottom: 40px; }
  .campain_base#kagi_bou_2024 .result .result_ico {
    background-color: #197f00; }
  .campain_base#kagi_bou_2024 .result .result_production {
    background-color: #eff5ed;
    color: #197f00; }
    .campain_base#kagi_bou_2024 .result .result_production h3 {
      color: #197f00; }
    .campain_base#kagi_bou_2024 .result .result_production .main_img_border::after {
      border-right: 1px solid #eff5ed; }
      @media screen and (max-width: 767px) {
        .campain_base#kagi_bou_2024 .result .result_production .main_img_border::after {
          border-bottom: 1px solid #eff5ed; } }
    .campain_base#kagi_bou_2024 .result .result_production table {
      margin-bottom: 100px; }
      .campain_base#kagi_bou_2024 .result .result_production table tr th {
        background-color: #197f00;
        color: #eff5ed; }
        .campain_base#kagi_bou_2024 .result .result_production table tr th::after {
          background-image: url(../img/topics/campaign/kagi_bou_gurumi_2024/arrow.svg); }
      .campain_base#kagi_bou_2024 .result .result_production table tr th,
      .campain_base#kagi_bou_2024 .result .result_production table tr td {
        border-right: 1px solid #eff5ed;
        border-bottom: 1px solid #eff5ed; }
    .campain_base#kagi_bou_2024 .result .result_production .under_box .magazine_box {
      margin-bottom: 80px; }
      .campain_base#kagi_bou_2024 .result .result_production .under_box .magazine_box .txt_box {
        background-color: #1fb3d9;
        width: 100%;
        padding: 30px;
        box-sizing: border-box; }
        .campain_base#kagi_bou_2024 .result .result_production .under_box .magazine_box .txt_box.flex {
          justify-content: center; }
          @media screen and (min-width: 768px) {
            .campain_base#kagi_bou_2024 .result .result_production .under_box .magazine_box .txt_box.flex {
              align-items: center; } }
        @media screen and (min-width: 768px) and (max-width: 999px) {
          .campain_base#kagi_bou_2024 .result .result_production .under_box .magazine_box .txt_box {
            padding: 3%; } }
        @media screen and (max-width: 767px) {
          .campain_base#kagi_bou_2024 .result .result_production .under_box .magazine_box .txt_box {
            text-align: center; } }
        .campain_base#kagi_bou_2024 .result .result_production .under_box .magazine_box .txt_box img {
          width: 200px;
          margin-top: 15px;
          margin-right: 30px;
          transform: rotate(7deg); }
          @media screen and (min-width: 768px) and (max-width: 999px) {
            .campain_base#kagi_bou_2024 .result .result_production .under_box .magazine_box .txt_box img {
              margin-bottom: 0; } }
          @media screen and (max-width: 767px) {
            .campain_base#kagi_bou_2024 .result .result_production .under_box .magazine_box .txt_box img {
              margin-right: 0; } }
        .campain_base#kagi_bou_2024 .result .result_production .under_box .magazine_box .txt_box p {
          line-height: 2;
          color: #fff; }
    .campain_base#kagi_bou_2024 .result .result_production .under_box ul.recommendation {
      color: #197f00; }
      .campain_base#kagi_bou_2024 .result .result_production .under_box ul.recommendation li .txt_box .reco_btn a {
        background-color: #197f00; }
  .campain_base#kagi_bou_2024 .result .magazine {
    background-color: #5f7ca3; }
  .campain_base#kagi_bou_2025 .display_inline {
    display: inline; }
  .campain_base#kagi_bou_2025 .posi_re {
    position: relative; }
    .campain_base#kagi_bou_2025 .posi_re.production {
      padding-top: 60px; }
  .campain_base#kagi_bou_2025 .hinotama {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain; }
    .campain_base#kagi_bou_2025 .hinotama_3 {
      top: calc(-168px / 2);
      left: calc(50% - (168px / 2));
      z-index: 1;
      width: 168px;
      height: 168px;
      background-image: url(../img/topics/campaign/kagi_bou_gurumi_2025/hinotama_3.svg); }
      @media screen and (max-width: 767px) {
        .campain_base#kagi_bou_2025 .hinotama_3 {
          top: calc((-168px * 0.6) / 2);
          left: calc(50% - ((168px * 0.6) / 2));
          width: calc(168px * 0.6);
          height: calc(168px * 0.6); } }
  @media screen and (min-width: 1000px) {
    .campain_base#kagi_bou_2025 .hinotama_1 {
      top: 30%;
      left: -40%;
      width: 138px;
      height: 137px;
      background-image: url(../img/topics/campaign/kagi_bou_gurumi_2025/hinotama_1.svg); }
    .campain_base#kagi_bou_2025 .hinotama_2 {
      top: 5%;
      right: -20%;
      width: 115px;
      height: 107px;
      background-image: url(../img/topics/campaign/kagi_bou_gurumi_2025/hinotama_2.svg); } }
  .campain_base#kagi_bou_2025 .main_back {
    background-color: #2d2838;
    color: #fff; }
    .campain_base#kagi_bou_2025 .main_back.happyo {
      padding-top: 100px; }
      @media screen and (max-width: 767px) {
        .campain_base#kagi_bou_2025 .main_back.happyo {
          padding-top: 60px; } }
    .campain_base#kagi_bou_2025 .main_back .back_state {
      overflow: hidden; }
  .campain_base#kagi_bou_2025 .main_pic_area {
    background: #463f55; }
  .campain_base#kagi_bou_2025 .magazine {
    background-color: #89312a; }
    .campain_base#kagi_bou_2025 .magazine .magazine_ico {
      margin-bottom: 40px; }
  .campain_base#kagi_bou_2025 .yokai_list {
    margin-top: 15px;
    margin-bottom: 20px; }
    .campain_base#kagi_bou_2025 .yokai_list li {
      display: flex;
      flex-wrap: nowrap;
      box-sizing: border-box;
      padding: 20px;
      background-color: #514a62; }
      .campain_base#kagi_bou_2025 .yokai_list li:not(:last-child) {
        margin-bottom: 5px; }
      @media screen and (max-width: 767px) {
        .campain_base#kagi_bou_2025 .yokai_list li {
          display: block; } }
      .campain_base#kagi_bou_2025 .yokai_list li .box-num {
        width: 120px;
        flex-shrink: 0;
        line-height: 115%;
        margin-bottom: 15px; }
        @media screen and (min-width: 768px) {
          .campain_base#kagi_bou_2025 .yokai_list li .box-num {
            margin-bottom: 0; } }
      .campain_base#kagi_bou_2025 .yokai_list li .box-cont {
        width: calc(100% - 120px); }
        .campain_base#kagi_bou_2025 .yokai_list li .box-cont p {
          font-size: 1.2rem;
          line-height: 170%; }
      @media screen and (max-width: 767px) {
        .campain_base#kagi_bou_2025 .yokai_list li .box-num,
        .campain_base#kagi_bou_2025 .yokai_list li .box-cont {
          width: 100%; } }
  .campain_base#kagi_bou_2025.campain_base.common_example .list-example .flex-cont_extitle p.ex_num {
    border-color: #fff; }
  .campain_base#kagi_bou_2025 .result {
    margin-bottom: 0; }
    .campain_base#kagi_bou_2025 .result .result_ico {
      background-color: #463f55; }
    .campain_base#kagi_bou_2025 .result .result_production {
      background-color: #d8d6dd;
      color: #463f55; }
      .campain_base#kagi_bou_2025 .result .result_production h3 {
        color: #463f55; }
      .campain_base#kagi_bou_2025 .result .result_production .main_img_border::after {
        border-right: 1px solid #d8d6dd; }
        @media screen and (max-width: 767px) {
          .campain_base#kagi_bou_2025 .result .result_production .main_img_border::after {
            border-bottom: 1px solid #d8d6dd; } }
      .campain_base#kagi_bou_2025 .result .result_production table {
        margin-bottom: 100px; }
        .campain_base#kagi_bou_2025 .result .result_production table tr th {
          background-color: #463f55;
          color: #d8d6dd; }
          .campain_base#kagi_bou_2025 .result .result_production table tr th::after {
            background-image: url(../img/topics/campaign/kagi_bou_gurumi_2025/arrow.svg); }
        .campain_base#kagi_bou_2025 .result .result_production table tr th,
        .campain_base#kagi_bou_2025 .result .result_production table tr td {
          border-right: 1px solid #d8d6dd;
          border-bottom: 1px solid #d8d6dd; }
      .campain_base#kagi_bou_2025 .result .result_production .under_box .magazine_box {
        margin-bottom: 80px; }
        .campain_base#kagi_bou_2025 .result .result_production .under_box .magazine_box .txt_box {
          background-color: #59af18;
          width: 100%;
          padding: 30px;
          box-sizing: border-box; }
          .campain_base#kagi_bou_2025 .result .result_production .under_box .magazine_box .txt_box.flex {
            justify-content: center; }
            @media screen and (min-width: 768px) {
              .campain_base#kagi_bou_2025 .result .result_production .under_box .magazine_box .txt_box.flex {
                align-items: center; } }
          @media screen and (min-width: 768px) and (max-width: 999px) {
            .campain_base#kagi_bou_2025 .result .result_production .under_box .magazine_box .txt_box {
              padding: 3%; } }
          @media screen and (max-width: 767px) {
            .campain_base#kagi_bou_2025 .result .result_production .under_box .magazine_box .txt_box {
              text-align: center; } }
          .campain_base#kagi_bou_2025 .result .result_production .under_box .magazine_box .txt_box img {
            width: 200px;
            margin-top: 15px;
            margin-right: 30px;
            transform: rotate(7deg); }
            @media screen and (min-width: 768px) and (max-width: 999px) {
              .campain_base#kagi_bou_2025 .result .result_production .under_box .magazine_box .txt_box img {
                margin-bottom: 0; } }
            @media screen and (max-width: 767px) {
              .campain_base#kagi_bou_2025 .result .result_production .under_box .magazine_box .txt_box img {
                margin-right: 0; } }
          .campain_base#kagi_bou_2025 .result .result_production .under_box .magazine_box .txt_box p {
            line-height: 2;
            color: #fff; }
      .campain_base#kagi_bou_2025 .result .result_production .under_box ul.recommendation {
        color: #2d2838; }
        .campain_base#kagi_bou_2025 .result .result_production .under_box ul.recommendation li .txt_box .reco_btn a {
          background-color: #2d2838; }
    .campain_base#kagi_bou_2025 .result .magazine {
      background-color: #5f7ca3; }
  .campain_base#kagi_bou_2025 .campaign_btn a {
    background-color: #4e6686; }

/*topics_campaign.scss

/****************************************
針ものがたり　特設ページ
*****************************************/
main.topics-contents.p-btm0 {
  padding-bottom: 0; }

#harimonogatari_tokusetsu .text {
  letter-spacing: 0; }
  #harimonogatari_tokusetsu .text.ll-size {
    font-size: 2rem; }
  #harimonogatari_tokusetsu .text.l-size {
    font-size: 1.8rem; }
  #harimonogatari_tokusetsu .text.m-size {
    font-size: 1.6rem; }
  #harimonogatari_tokusetsu .text.s-size {
    font-size: 1.3rem; }
#harimonogatari_tokusetsu .center {
  width: 1000px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) and (max-width: 999px) {
    #harimonogatari_tokusetsu .center {
      width: 100%;
      margin: 0;
      padding: 0 5%; } }
  @media screen and (max-width: 767px) {
    #harimonogatari_tokusetsu .center {
      width: 100%;
      margin: 0;
      padding: 0 5%; } }
#harimonogatari_tokusetsu .btn_flex {
  justify-content: flex-end; }
  #harimonogatari_tokusetsu .btn_flex a {
    padding: 10px 25px 10px 20px;
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 50px;
    font-weight: bold; }
    #harimonogatari_tokusetsu .btn_flex a p {
      padding: 0 0 0 40px;
      line-height: 200%;
      font-size: 1.4rem;
      background-image: url(../img/topics/harimonogatari/shop_ico.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: left center; }
@media screen and (max-width: 767px) {
  #harimonogatari_tokusetsu .title.ll-size {
    font-size: 1.7rem; } }
#harimonogatari_tokusetsu .top_h1 {
  padding: 40px 0; }
  #harimonogatari_tokusetsu .top_h1 h1 {
    text-align: center;
    font-size: 200%; }
#harimonogatari_tokusetsu .main_pic {
  width: 100%;
  height: auto;
  text-align: center; }
  @media screen and (max-width: 999px) {
    #harimonogatari_tokusetsu .main_pic {
      background-image: none;
      width: 100%;
      height: auto; } }
  #harimonogatari_tokusetsu .main_pic img {
    max-height: 650px; }
#harimonogatari_tokusetsu .top_box {
  padding-bottom: 90px; }
  @media screen and (max-width: 999px) {
    #harimonogatari_tokusetsu .top_box {
      padding-bottom: 15%; } }
  #harimonogatari_tokusetsu .top_box .brand_logo {
    width: 300px;
    margin: 0 auto 80px; }
    @media screen and (max-width: 767px) {
      #harimonogatari_tokusetsu .top_box .brand_logo {
        width: 50%;
        margin: 0 auto 8%; } }
  #harimonogatari_tokusetsu .top_box h1 {
    font-size: 26px; }
    @media screen and (max-width: 999px) {
      #harimonogatari_tokusetsu .top_box h1 {
        font-size: 20px; } }
  #harimonogatari_tokusetsu .top_box .award_logo {
    width: 450px;
    margin: 0 auto 40px; }
    @media screen and (max-width: 767px) {
      #harimonogatari_tokusetsu .top_box .award_logo {
        width: 60%;
        margin: 0 auto 8%; } }
  #harimonogatari_tokusetsu .top_box a.gd_page_link {
    text-decoration: underline;
    margin-bottom: 60px; }
  #harimonogatari_tokusetsu .top_box .pic_hari {
    width: 100%; }
#harimonogatari_tokusetsu .about .gd_back {
  padding-top: 90px;
  padding-bottom: 160px;
  background: linear-gradient(180deg, #eaeaea 0%, white 46%, white 100%); }
  @media screen and (max-width: 999px) {
    #harimonogatari_tokusetsu .about .gd_back {
      padding-top: 15%;
      padding-bottom: 20%; } }
  @media screen and (max-width: 767px) {
    #harimonogatari_tokusetsu .about .gd_back .main-contents-inner {
      padding: 0; } }
  #harimonogatari_tokusetsu .about .gd_back .main-contents-inner .harimonogatari_video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 60px; }
    @media screen and (min-width: 768px) and (max-width: 999px) {
      #harimonogatari_tokusetsu .about .gd_back .main-contents-inner .harimonogatari_video {
        margin-bottom: 10px; } }
    @media screen and (max-width: 767px) {
      #harimonogatari_tokusetsu .about .gd_back .main-contents-inner .harimonogatari_video {
        margin-bottom: 10%; } }
    #harimonogatari_tokusetsu .about .gd_back .main-contents-inner .harimonogatari_video iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%; }
#harimonogatari_tokusetsu .about .feature_center {
  width: 800px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) and (max-width: 999px) {
    #harimonogatari_tokusetsu .about .feature_center {
      width: 100%;
      margin: 0;
      padding: 0 15%; } }
  @media screen and (max-width: 767px) {
    #harimonogatari_tokusetsu .about .feature_center {
      width: 100%;
      margin: 0;
      padding: 0 5%; } }
  @media screen and (max-width: 999px) {
    #harimonogatari_tokusetsu .about .feature_center .feature_flex {
      flex-direction: column;
      align-items: center; } }
  #harimonogatari_tokusetsu .about .feature_center .feature_flex .txt_box {
    width: 450px; }
    @media screen and (max-width: 999px) {
      #harimonogatari_tokusetsu .about .feature_center .feature_flex .txt_box {
        width: 100%; } }
    #harimonogatari_tokusetsu .about .feature_center .feature_flex .txt_box .feature_name_box {
      width: 130px;
      margin-right: 20px; }
      @media screen and (max-width: 767px) {
        #harimonogatari_tokusetsu .about .feature_center .feature_flex .txt_box .feature_name_box {
          width: 80px; } }
      #harimonogatari_tokusetsu .about .feature_center .feature_flex .txt_box .feature_name_box .feature_name {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background-color: #333333;
        position: relative; }
        @media screen and (max-width: 767px) {
          #harimonogatari_tokusetsu .about .feature_center .feature_flex .txt_box .feature_name_box .feature_name {
            width: 70px;
            height: 70px; } }
        #harimonogatari_tokusetsu .about .feature_center .feature_flex .txt_box .feature_name_box .feature_name b {
          color: #fff;
          text-align: center;
          display: inline-block;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto;
          width: 80%;
          height: 3.5rem; }
          @media screen and (max-width: 767px) {
            #harimonogatari_tokusetsu .about .feature_center .feature_flex .txt_box .feature_name_box .feature_name b {
              height: 3.3rem; } }
    #harimonogatari_tokusetsu .about .feature_center .feature_flex .txt_box .feature_txt_box {
      width: 320px; }
      @media screen and (max-width: 999px) {
        #harimonogatari_tokusetsu .about .feature_center .feature_flex .txt_box .feature_txt_box {
          width: 100%; } }
  #harimonogatari_tokusetsu .about .feature_center .feature_flex .pic_box {
    width: 350px; }
    @media screen and (min-width: 768px) and (max-width: 999px) {
      #harimonogatari_tokusetsu .about .feature_center .feature_flex .pic_box {
        width: 40%; } }
    @media screen and (max-width: 767px) {
      #harimonogatari_tokusetsu .about .feature_center .feature_flex .pic_box {
        width: 45%; } }
    @media screen and (max-width: 999px) {
      #harimonogatari_tokusetsu .about .feature_center .feature_flex .pic_box .pc_img {
        display: none; } }
    @media screen and (min-width: 1000px) {
      #harimonogatari_tokusetsu .about .feature_center .feature_flex .pic_box .tabsp_img {
        display: none; } }
  @media screen and (max-width: 999px) {
    #harimonogatari_tokusetsu .about .feature_center .feature_flex.ff_1 .txt_box {
      margin-bottom: 10%; } }
  @media screen and (max-width: 999px) {
    #harimonogatari_tokusetsu .about .feature_center .feature_flex.ff_2 .txt_box {
      order: 2; } }
  #harimonogatari_tokusetsu .about .feature_center .feature_flex.ff_2 .txt_box .feature_name_box .feature_name {
    background-color: #fff; }
    #harimonogatari_tokusetsu .about .feature_center .feature_flex.ff_2 .txt_box .feature_name_box .feature_name b {
      color: #333; }
  #harimonogatari_tokusetsu .about .feature_center .feature_flex.ff_2 .txt_box .feature_txt_box {
    width: 320px; }
    @media screen and (max-width: 999px) {
      #harimonogatari_tokusetsu .about .feature_center .feature_flex.ff_2 .txt_box .feature_txt_box {
        width: 100%; } }
  #harimonogatari_tokusetsu .about .feature_center .feature_flex.ff_2 .pic_box {
    width: 350px; }
    @media screen and (max-width: 999px) {
      #harimonogatari_tokusetsu .about .feature_center .feature_flex.ff_2 .pic_box {
        order: 1;
        margin-bottom: 10%; } }
    @media screen and (min-width: 768px) and (max-width: 999px) {
      #harimonogatari_tokusetsu .about .feature_center .feature_flex.ff_2 .pic_box {
        width: 40%; } }
    @media screen and (max-width: 767px) {
      #harimonogatari_tokusetsu .about .feature_center .feature_flex.ff_2 .pic_box {
        width: 45%; } }
    @media screen and (min-width: 1000px) {
      #harimonogatari_tokusetsu .about .feature_center .feature_flex.ff_2 .pic_box img {
        margin-left: 34px; } }
  #harimonogatari_tokusetsu .about .feature_center .feature_flex.ff_3 {
    align-items: flex-end; }
    @media screen and (max-width: 999px) {
      #harimonogatari_tokusetsu .about .feature_center .feature_flex.ff_3 {
        align-items: center; } }
    @media screen and (max-width: 999px) {
      #harimonogatari_tokusetsu .about .feature_center .feature_flex.ff_3 .txt_box {
        order: 2; } }
    @media screen and (max-width: 999px) {
      #harimonogatari_tokusetsu .about .feature_center .feature_flex.ff_3 .pic_box {
        order: 1; } }
    @media screen and (max-width: 999px) {
      #harimonogatari_tokusetsu .about .feature_center .feature_flex.ff_3 .pic_box {
        margin-bottom: 15%; } }
#harimonogatari_tokusetsu .about .hari_intro {
  background-color: #333333;
  color: #fff;
  padding: 130px 0 120px; }
  @media screen and (max-width: 999px) {
    #harimonogatari_tokusetsu .about .hari_intro {
      padding: 15% 0; } }
#harimonogatari_tokusetsu .about .kenma {
  border: 5px solid #707070;
  border-radius: 40px;
  margin-top: 100px;
  margin-bottom: 140px; }
  @media screen and (min-width: 1000px) {
    #harimonogatari_tokusetsu .about .kenma {
      padding: 20px 0; } }
  @media screen and (max-width: 767px) {
    #harimonogatari_tokusetsu .about .kenma {
      margin-bottom: 20%; } }
  #harimonogatari_tokusetsu .about .kenma .pic_box {
    width: 50%; }
    @media screen and (max-width: 767px) {
      #harimonogatari_tokusetsu .about .kenma .pic_box {
        width: 100%; } }
#harimonogatari_tokusetsu .gift_set {
  background-color: #EBE1E1;
  margin-top: 180px;
  padding: 75px 0 175px;
  position: relative; }
  @media screen and (max-width: 767px) {
    #harimonogatari_tokusetsu .gift_set {
      padding: 50px 0 25%;
      margin-top: 20%; } }
  #harimonogatari_tokusetsu .gift_set .title_area {
    position: relative;
    z-index: 1; }
    #harimonogatari_tokusetsu .gift_set .title_area .title_box {
      width: 200px;
      height: 150px;
      margin: 0 auto 65px;
      background-color: #000;
      border-radius: 50%;
      position: relative; }
      @media screen and (max-width: 767px) {
        #harimonogatari_tokusetsu .gift_set .title_area .title_box {
          width: calc(200px * 0.7);
          height: calc(150px * 0.7); } }
      #harimonogatari_tokusetsu .gift_set .title_area .title_box::after {
        content: '';
        display: inline-block;
        position: absolute;
        width: 30px;
        height: 144px;
        background-image: url(../img/topics/harimonogatari/gift_title_deco.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        z-index: -1;
        left: 50%;
        top: -119px;
        margin-left: -15px; }
        @media screen and (max-width: 767px) {
          #harimonogatari_tokusetsu .gift_set .title_area .title_box::after {
            width: 15px;
            height: 72px;
            top: -59px;
            margin-left: -7.5px; } }
      #harimonogatari_tokusetsu .gift_set .title_area .title_box .title_txt {
        color: #fff;
        font-size: 200%;
        line-height: 150%;
        text-align: center;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 80%;
        height: 7rem; }
        @media screen and (max-width: 767px) {
          #harimonogatari_tokusetsu .gift_set .title_area .title_box .title_txt {
            font-size: 150%;
            line-height: 140%;
            height: 5rem; } }
  #harimonogatari_tokusetsu .gift_set h2 {
    margin-bottom: 90px; }
    @media screen and (max-width: 999px) {
      #harimonogatari_tokusetsu .gift_set h2 {
        margin-bottom: 15%; } }
  @media screen and (max-width: 767px) {
    #harimonogatari_tokusetsu .gift_set ul li.gift_set_list .gift_set_flex {
      flex-wrap: wrap; } }
  #harimonogatari_tokusetsu .gift_set ul li.gift_set_list .txt_box {
    width: calc(50% - 500px + 270px); }
    @media screen and (min-width: 768px) and (max-width: 999px) {
      #harimonogatari_tokusetsu .gift_set ul li.gift_set_list .txt_box {
        width: 35%;
        margin-left: 5%; } }
    @media screen and (max-width: 767px) {
      #harimonogatari_tokusetsu .gift_set ul li.gift_set_list .txt_box {
        width: 90%;
        margin: 0 auto; } }
    #harimonogatari_tokusetsu .gift_set ul li.gift_set_list .txt_box .txt_box_inner {
      width: 270px; }
      @media screen and (min-width: 768px) and (max-width: 999px) {
        #harimonogatari_tokusetsu .gift_set ul li.gift_set_list .txt_box .txt_box_inner {
          width: 100%; } }
      @media screen and (max-width: 767px) {
        #harimonogatari_tokusetsu .gift_set ul li.gift_set_list .txt_box .txt_box_inner {
          width: 100%; } }
      #harimonogatari_tokusetsu .gift_set ul li.gift_set_list .txt_box .txt_box_inner .set_cont {
        border: 1px solid #707070;
        box-sizing: border-box;
        padding: 20px; }
  #harimonogatari_tokusetsu .gift_set ul li.gift_set_list .pic_cont {
    width: calc(50% + 150px); }
    @media screen and (min-width: 768px) and (max-width: 999px) {
      #harimonogatari_tokusetsu .gift_set ul li.gift_set_list .pic_cont {
        width: 55%; } }
    @media screen and (max-width: 767px) {
      #harimonogatari_tokusetsu .gift_set ul li.gift_set_list .pic_cont {
        width: 90%;
        margin: 0 auto 7%; } }
    #harimonogatari_tokusetsu .gift_set ul li.gift_set_list .pic_cont .pic_cont_inner {
      background-color: #fff;
      width: 100%; }
      #harimonogatari_tokusetsu .gift_set ul li.gift_set_list .pic_cont .pic_cont_inner img {
        width: 740px; }
  #harimonogatari_tokusetsu .gift_set ul li.gift_set_list.li_1 {
    margin-bottom: 150px; }
    @media screen and (max-width: 767px) {
      #harimonogatari_tokusetsu .gift_set ul li.gift_set_list.li_1 {
        margin-bottom: 25%; } }
    #harimonogatari_tokusetsu .gift_set ul li.gift_set_list.li_1 .txt_box {
      justify-content: flex-end; }
    @media screen and (max-width: 767px) {
      #harimonogatari_tokusetsu .gift_set ul li.gift_set_list.li_1 .pic_cont {
        order: -1; } }
  @media screen and (min-width: 768px) and (max-width: 999px) {
    #harimonogatari_tokusetsu .gift_set ul li.gift_set_list.li_2 .txt_box {
      margin-right: 5%;
      margin-left: 0; } }
  #harimonogatari_tokusetsu .gift_set ul li.gift_set_list.li_2 .pic_cont {
    align-items: flex-start; }
    #harimonogatari_tokusetsu .gift_set ul li.gift_set_list.li_2 .pic_cont .pic_cont_inner {
      justify-content: flex-end; }
      #harimonogatari_tokusetsu .gift_set ul li.gift_set_list.li_2 .pic_cont .pic_cont_inner .img_box {
        max-width: 740px;
        background-color: #fff; }
        #harimonogatari_tokusetsu .gift_set ul li.gift_set_list.li_2 .pic_cont .pic_cont_inner .img_box img {
          width: 100%; }

/*topics_cc_tokyo.scss

/****************************************
TULIP CRAFT CAFE Tokyo
*****************************************/
#cc_tokyo p {
  font-size: 1.6rem;
  letter-spacing: 0.1em; }
@media screen and (min-width: 1000px) {
  #cc_tokyo .main-contents-inner.inner-wide {
    max-width: 1000px;
    margin: 0 auto; } }
@media screen and (min-width: 1000px) {
  #cc_tokyo .main-contents-inner.inner-wide-more {
    max-width: 1080px;
    margin: 0 auto; } }
#cc_tokyo .txt_c_red {
  color: #b5030f; }
#cc_tokyo .list-dot li {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 10px; }
#cc_tokyo .btn {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1; }
  #cc_tokyo .btn.track {
    text-align: center;
    padding: 20px 50px;
    border-radius: 50px;
    color: #f8f4ed;
    background-color: #837b71; }
    #cc_tokyo .btn.track.arrow {
      position: relative; }
      #cc_tokyo .btn.track.arrow:after {
        content: "";
        display: inline-block;
        position: absolute;
        top: calc(50% - (15px / 2));
        right: 20px;
        width: 15px;
        height: 15px;
        background-image: url(../img/topics/cc_tokyo/arrow_beige.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
#cc_tokyo .gmap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  margin-bottom: 20px; }
  #cc_tokyo .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
#cc_tokyo .main_pic_area {
  width: 100%;
  margin-top: 30px;
  height: 600px;
  background-image: url(../img/topics/cc_tokyo/main.jpg?06);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media screen and (min-width: 768px) and (max-width: 999px) {
    #cc_tokyo .main_pic_area {
      margin-top: 0;
      height: 500px; } }
  @media screen and (max-width: 767px) {
    #cc_tokyo .main_pic_area {
      margin-top: 0;
      height: 50vw; } }
  #cc_tokyo .main_pic_area .main-contents-inner {
    height: 100%;
    position: relative; }
  #cc_tokyo .main_pic_area h1 {
    position: absolute;
    right: 30px;
    bottom: 100px;
    font-size: 3rem;
    line-height: 1.3;
    color: #000;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 767px) {
      #cc_tokyo .main_pic_area h1 {
        bottom: 12%;
        font-size: 4vw; } }
#cc_tokyo #ov {
  margin-bottom: 50px; }
  #cc_tokyo #ov h2 {
    font-size: 2rem; }
    @media screen and (max-width: 767px) {
      #cc_tokyo #ov h2 {
        font-size: 1.8rem; } }
    #cc_tokyo #ov h2 span {
      font-size: 2.4rem;
      color: #d37a00; }
      @media screen and (max-width: 767px) {
        #cc_tokyo #ov h2 span {
          font-size: 2rem; } }
  #cc_tokyo #ov h3 {
    font-size: 1.8rem; }
#cc_tokyo #workshop {
  background-color: #f8f4ed;
  padding-top: 80px;
  padding-bottom: 80px; }
  @media screen and (max-width: 767px) {
    #cc_tokyo #workshop {
      padding-top: 60px;
      padding-bottom: 40px; } }
  #cc_tokyo #workshop h2 {
    font-size: 2.8rem;
    color: #837b71; }
    @media screen and (max-width: 767px) {
      #cc_tokyo #workshop h2 {
        font-size: 2.4rem; } }
  #cc_tokyo #workshop article {
    box-sizing: border-box;
    padding: 50px 40px;
    border: 1px solid #837b71;
    border-radius: 20px;
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      #cc_tokyo #workshop article {
        margin-bottom: 40px;
        padding: 40px 6% 20px; } }
    #cc_tokyo #workshop article:last-of-type {
      margin-bottom: 0; }
    #cc_tokyo #workshop article h3 {
      font-size: 2.4rem;
      margin-bottom: 30px;
      line-height: 1.5; }
      @media screen and (max-width: 767px) {
        #cc_tokyo #workshop article h3 {
          font-size: 2rem; } }
    #cc_tokyo #workshop article .flex-cont_ws {
      display: flex;
      padding-top: 50px;
      border-top: 1px solid #837b71; }
      @media screen and (max-width: 767px) {
        #cc_tokyo #workshop article .flex-cont_ws {
          padding-top: 30px; } }
      #cc_tokyo #workshop article .flex-cont_ws .box-pic {
        width: 45%; }
        @media screen and (max-width: 767px) {
          #cc_tokyo #workshop article .flex-cont_ws .box-pic {
            width: 100%;
            order: 1; } }
        #cc_tokyo #workshop article .flex-cont_ws .box-pic a img {
          width: 100%; }
      #cc_tokyo #workshop article .flex-cont_ws .box-txt {
        width: 50%;
        font-size: 1.6rem; }
        @media screen and (max-width: 767px) {
          #cc_tokyo #workshop article .flex-cont_ws .box-txt {
            width: 100%;
            order: 0;
            margin-bottom: 50px; } }
        #cc_tokyo #workshop article .flex-cont_ws .box-txt a {
          color: #555;
          text-decoration: underline; }
#cc_tokyo #contact {
  padding-top: 70px;
  padding-bottom: 70px; }
  @media screen and (max-width: 767px) {
    #cc_tokyo #contact {
      padding-top: 30px;
      padding-bottom: 50px; } }
  #cc_tokyo #contact .tel {
    font-size: 2rem; }
