@charset "UTF-8";
/* Sass Document */
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 840px) {
  html {
    width: 100%;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  color: #353F4B;
  font-family: "Shippori Mincho", serif;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
form,
figure {
  margin: 0;
  padding: 0;
  border: none;
  list-style-type: none;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
  line-break: strict;
}

.l-header {
  -webkit-box-shadow: 0 0 0.4rem 0 rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0 0 0.4rem 0 rgba(0, 0, 0, 0.1490196078);
}

.l-main {
  padding-top: 10.4rem;
}
@media screen and (max-width: 840px) {
  .l-main {
    padding-top: 6rem !important;
  }
}

.l-content-bottom {
  border-top: 0.1rem solid #DCDCDC;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gothic {
  font-family: "Yu Gothic", "Yu Gothic Medium", "YuGothic", "Meiryo", sans-serif;
}

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

@media screen and (max-width: 840px) {
  .pc {
    display: none;
  }
}

.breadcrumb {
  padding: 3rem 0 6rem;
}
@media screen and (max-width: 1400px) {
  .breadcrumb {
    padding: 2.5vw 0 5vw;
  }
}
@media screen and (max-width: 840px) {
  .breadcrumb {
    padding: 4vw 0 10.6666666667vw;
  }
}
.breadcrumb .wrap {
  max-width: 120rem;
  width: 90%;
  margin: auto;
}
.breadcrumb ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6rem;
}
@media screen and (max-width: 1400px) {
  .breadcrumb ul {
    gap: 1.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  .breadcrumb ul {
    gap: 2.6666666667vw;
  }
}
.breadcrumb ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 1400px) {
  .breadcrumb ul li {
    gap: 1.3333333333vw;
    font-size: 1vw;
  }
}
@media screen and (max-width: 840px) {
  .breadcrumb ul li {
    gap: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
.breadcrumb ul li + li:before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: 0.2rem;
  border-left: 0.1rem solid #333;
  border-bottom: 0.1rem solid #333;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
@media screen and (max-width: 1400px) {
  .breadcrumb ul li + li:before {
    width: 0.4166666667vw;
    height: 0.4166666667vw;
  }
}
@media screen and (max-width: 840px) {
  .breadcrumb ul li + li:before {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
}

.column_content {
  padding: 0 0 8rem;
}
@media screen and (max-width: 1400px) {
  .column_content {
    padding: 0 0 6.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  .column_content {
    padding: 0 0 5.3333333333vw;
  }
}
@media (min-width: 768px) {
  .column_content a[href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
  .column_content a:hover {
    opacity: 0.7;
  }
}
.column_content img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.column_content strong {
  font-weight: 700;
}
.column_content a {
  color: #353F4B;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.column_content a:hover {
  text-decoration: none;
}
.column_content input,
.column_content button,
.column_content textarea,
.column_content select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.column_content select::-ms-expand {
  display: none;
}
.column_content .wrap {
  max-width: 120rem;
  width: 90%;
  margin: auto;
}
.column_content .btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 6.4rem;
  padding: 0 3.262rem;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 7rem;
}
@media screen and (max-width: 1400px) {
  .column_content .btn a {
    height: 5.3333333333vw;
    padding: 0 2.7183333333vw;
    font-size: 1.5vw;
    border-radius: 5.8333333333vw;
  }
}
@media screen and (max-width: 840px) {
  .column_content .btn a {
    height: 13.3333333333vw;
    padding: 0 5.4666666667vw;
    font-size: 4vw;
    border-radius: 18.6666666667vw;
  }
}
.column_content .btn a .arrow {
  position: absolute;
  top: 50%;
  right: 1.6rem;
  width: 2.7832199097rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1400px) {
  .column_content .btn a .arrow {
    right: 1.3333333333vw;
    width: 2.3193499247vw;
  }
}
@media screen and (max-width: 840px) {
  .column_content .btn a .arrow {
    right: 3.6346666667vw;
    width: 5.5664398193vw;
  }
}
.column_content .title_area p {
  font-size: 1.6rem;
}
@media screen and (max-width: 1400px) {
  .column_content .title_area p {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  .column_content .title_area p {
    font-size: 3.2vw;
    line-height: 1.1;
  }
}
.column_content .title_area p + .title02 {
  margin-top: 0.584rem;
}
@media screen and (max-width: 1400px) {
  .column_content .title_area p + .title02 {
    margin-top: 0.4866666667vw;
  }
}
@media screen and (max-width: 840px) {
  .column_content .title_area p + .title02 {
    margin-top: 0;
  }
}
.column_content .title_area .title02 {
  font-size: 5rem;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 1400px) {
  .column_content .title_area .title02 {
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  .column_content .title_area .title02 {
    font-size: 8.5333333333vw;
    line-height: 1.5;
  }
}
.column_content .title_area .title02 + p {
  margin-top: 2.3rem;
}
@media screen and (max-width: 1400px) {
  .column_content .title_area .title02 + p {
    margin-top: 1.9166666667vw;
  }
}
@media screen and (max-width: 840px) {
  .column_content .title_area .title02 + p {
    margin-top: 0;
    line-height: 2.5;
  }
}
.column_content .main_title {
  padding-bottom: 3.2rem;
  margin-bottom: 6rem;
  font-size: 4rem;
  font-weight: 500;
  border-bottom: 0.1rem solid #DCDCDC;
}
@media screen and (max-width: 1400px) {
  .column_content .main_title {
    padding-bottom: 2.6666666667vw;
    margin-bottom: 5vw;
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  .column_content .main_title {
    padding-bottom: 3.7333333333vw;
    margin-bottom: 10.6666666667vw;
    font-size: 7.4666666667vw;
    line-height: 1.71428571;
  }
}
.column_content .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1400px) {
  .column_content .flex {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  .column_content .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 13.3333333333vw;
    margin-bottom: 0;
  }
}
.column_content .main_contet {
  max-width: 93rem;
  width: 77.5%;
}
@media screen and (max-width: 840px) {
  .column_content .main_contet {
    max-width: none;
    width: 100%;
  }
}
.column_content .main_contet .article_area li {
  padding: 3rem 4rem;
  border-bottom: 0.1rem dashed #BCBCBC;
}
@media screen and (max-width: 1400px) {
  .column_content .main_contet .article_area li {
    padding: 2.5vw 3.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  .column_content .main_contet .article_area li {
    padding: 4.2666666667vw 0;
  }
}
.column_content .main_contet .article_area li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.8rem;
}
@media screen and (max-width: 1400px) {
  .column_content .main_contet .article_area li a {
    gap: 1.5vw;
  }
}
@media screen and (max-width: 840px) {
  .column_content .main_contet .article_area li a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.1333333333vw;
  }
}
.column_content .main_contet .article_area li a .flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8rem;
  margin-bottom: 0;
}
@media screen and (max-width: 840px) {
  .column_content .main_contet .article_area li a .flex {
    gap: 4vw;
    margin-bottom: 2.4vw;
  }
}
.column_content .main_contet .article_area li a .date {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .column_content .main_contet .article_area li a .date {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 840px) {
  .column_content .main_contet .article_area li a .date {
    font-size: 2.9333333333vw;
    line-height: 2;
  }
}
.column_content .main_contet .article_area li a .cat {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.5rem;
  padding: 0 1.2rem;
  font-size: 1.2rem;
  font-weight: 500;
  background: #F8F9FA;
  border: 0.1rem solid #9BA7B1;
}
@media screen and (max-width: 1400px) {
  .column_content .main_contet .article_area li a .cat {
    height: 2.0833333333vw;
    padding: 0 1vw;
    font-size: 1vw;
  }
}
@media screen and (max-width: 840px) {
  .column_content .main_contet .article_area li a .cat {
    height: 5.6vw;
    padding: 0 2.5573333333vw;
    font-size: 2.6986666667vw;
  }
}
.column_content .main_contet .article_area li a .cat.ingredients {
  color: #D87DA3;
  border: 0.1rem solid #E799BA;
}
.column_content .main_contet .article_area li a .cat.references {
  color: #7794B6;
  border: 0.1rem solid #8FA5C0;
}
.column_content .main_contet .article_area li a .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.5rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1400px) {
  .column_content .main_contet .article_area li a .title {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 840px) {
  .column_content .main_contet .article_area li a .title {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    font-size: 4vw;
    line-height: 1.7;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: unset;
  }
}
.column_content .main_contet .article_area.flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.column_content .main_contet .article_area.flex li {
  width: 33.3333333333%;
  padding: 0;
  border: none;
}
@media screen and (max-width: 840px) {
  .column_content .main_contet .article_area.flex li {
    width: 100%;
    border-bottom: 0.1rem solid #EAEAEA;
  }
}
@media screen and (max-width: 840px) {
  .column_content .main_contet .article_area.flex li:first-of-type {
    border-top: 0.1rem solid #EAEAEA;
  }
}
.column_content .main_contet .article_area.flex li a {
  display: block;
  padding: 1.587rem 1.587rem 2.242rem;
  border: 0.1rem solid #EAEAEA;
  border-radius: 0;
}
@media screen and (max-width: 1400px) {
  .column_content .main_contet .article_area.flex li a {
    padding: 1.3225vw 1.3225vw 1.8683333333vw;
  }
}
@media screen and (max-width: 840px) {
  .column_content .main_contet .article_area.flex li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4vw;
    padding: 4.2666666667vw 0;
    border: none;
  }
}
.column_content .main_contet .article_area.flex li a figure {
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 1.307rem;
}
@media screen and (max-width: 1400px) {
  .column_content .main_contet .article_area.flex li a figure {
    margin-bottom: 1.0891666667vw;
  }
}
@media screen and (max-width: 840px) {
  .column_content .main_contet .article_area.flex li a figure {
    width: 33.6973917643vw;
    margin-bottom: 0;
  }
}
.column_content .main_contet .article_area.flex li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 840px) {
  .column_content .main_contet .article_area.flex li a .in {
    width: 48.9414510091vw;
    padding: 2.6666666667vw 0;
  }
}
.column_content .main_contet .article_area.flex li a .cat {
  height: 2.335rem;
  padding: 0 1.1121rem;
  font-size: 1.121rem;
}
@media screen and (max-width: 1400px) {
  .column_content .main_contet .article_area.flex li a .cat {
    height: 1.9458333333vw;
    padding: 0 0.9260083333vw;
    font-size: 0.9341666667vw;
  }
}
@media screen and (max-width: 840px) {
  .column_content .main_contet .article_area.flex li a .cat {
    height: 5.6vw;
    padding: 0 2.5573333333vw;
    margin-bottom: 2.9333333333vw;
    font-size: 2.6986666667vw;
  }
}
.column_content .main_contet .article_area.flex li a .date {
  margin: 1em 0;
  font-size: 1.121rem;
}
@media screen and (max-width: 1400px) {
  .column_content .main_contet .article_area.flex li a .date {
    font-size: 0.9341666667vw;
  }
}
@media screen and (max-width: 840px) {
  .column_content .main_contet .article_area.flex li a .date {
    margin: 0;
    font-size: 2.6666666667vw;
  }
}
.column_content .main_contet .article_area.flex li a .title {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  font-size: 1.494rem;
}
@media screen and (max-width: 1400px) {
  .column_content .main_contet .article_area.flex li a .title {
    font-size: 1.245vw;
  }
}
@media screen and (max-width: 840px) {
  .column_content .main_contet .article_area.flex li a .title {
    font-size: 3.984vw;
  }
}
.column_content .main_contet .single_content {
  padding: 0 0 14rem;
  margin-bottom: 4.8rem;
  border-bottom: 0.1rem dashed #BCBCBC;
}
@media screen and (max-width: 1400px) {
  .column_content .main_contet .single_content {
    padding: 0 0 11.6666666667vw;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 840px) {
  .column_content .main_contet .single_content {
    padding: 0 0 12.8vw;
    margin-bottom: 9.0666666667vw;
    border-bottom: 0.1rem solid #BCBCBC;
  }
}
.column_content .main_contet .single_content .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.7rem;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 1400px) {
  .column_content .main_contet .single_content .flex {
    gap: 1.4166666667vw;
    margin-bottom: 2.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  .column_content .main_contet .single_content .flex {
    gap: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.column_content .main_contet .single_content .flex .cat {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.6rem;
  padding: 0 1.4rem;
  font-size: 1.2rem;
  font-weight: 500;
  border: 0.1rem solid #353F4B;
  border-radius: 5rem;
}
@media screen and (max-width: 1400px) {
  .column_content .main_contet .single_content .flex .cat {
    height: 2.1666666667vw;
    padding: 0 1.1666666667vw;
    font-size: 1vw;
    border-radius: 4.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  .column_content .main_contet .single_content .flex .cat {
    height: 5.3333333333vw;
    padding: 0 2.1333333333vw;
    font-size: 2.6666666667vw;
    border-radius: 13.3333333333vw;
  }
}
.column_content .main_contet .single_content .flex .cat.ingredients {
  color: #D87DA3;
  border: 0.1rem solid #E799BA;
}
.column_content .main_contet .single_content .flex .cat.references {
  color: #7794B6;
  border: 0.1rem solid #8FA5C0;
}
.column_content .main_contet .single_content .flex .date {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .column_content .main_contet .single_content .flex .date {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 840px) {
  .column_content .main_contet .single_content .flex .date {
    font-size: 2.6666666667vw;
    line-height: 2;
  }
}
.column_content .main_contet .single_content .title01 {
  padding-bottom: 2.4rem;
  margin-bottom: 4rem;
  font-size: 2.8rem;
  font-weight: 500;
  border-bottom: 0.1rem solid #BCBCBC;
}
@media screen and (max-width: 1400px) {
  .column_content .main_contet .single_content .title01 {
    padding-bottom: 2vw;
    margin-bottom: 3.3333333333vw;
    font-size: 2.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  .column_content .main_contet .single_content .title01 {
    padding-bottom: 3.2vw;
    margin-bottom: 5.3333333333vw;
    font-size: 4.8vw;
  }
}
.column_content .main_contet .single_content .article_contet p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.25;
}
@media screen and (max-width: 1400px) {
  .column_content .main_contet .single_content .article_contet p {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  .column_content .main_contet .single_content .article_contet p {
    font-size: 3.7333333333vw;
    line-height: 1.625;
  }
}
.column_content .main_contet .single_content .article_contet figure {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1400px) {
  .column_content .main_contet .single_content .article_contet figure {
    margin-bottom: 3.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  .column_content .main_contet .single_content .article_contet figure {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  .column_content .main_contet .single_content .article_contet figure img {
    width: 100%;
  }
}
.column_content .side {
  max-width: 24rem;
  width: 20%;
}
@media screen and (max-width: 840px) {
  .column_content .side {
    max-width: none;
    width: 100%;
    width: 88vw;
    margin: 0 auto 10.6666666667vw;
  }
}
.column_content .side .side_title {
  position: relative;
  padding: 0.9rem 2rem 1rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.1;
  background: #F8F9FA;
  border-bottom: 0.1rem solid #353F4B;
}
@media screen and (max-width: 1400px) {
  .column_content .side .side_title {
    padding: 0.75vw 1.6666666667vw 0.8333333333vw;
    margin-bottom: 0.8333333333vw;
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  .column_content .side .side_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
    font-size: 4.8vw;
    line-height: 2.33333;
    background: none;
  }
}
@media screen and (max-width: 840px) {
  .column_content .side .side_title .arrow {
    position: relative;
    width: 2.8vw;
    height: 2.8vw;
  }
}
@media screen and (max-width: 840px) {
  .column_content .side .side_title .arrow:before, .column_content .side .side_title .arrow:after {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 100%;
    height: 0.1rem;
    margin: auto;
    background: #000;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
}
.column_content .side .side_title .arrow:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.column_content .side .side_title.acc_active .arrow:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
@media screen and (max-width: 840px) {
  .column_content .side .cat_list {
    display: none;
  }
}
.column_content .side .cat_list li {
  border-bottom: 0.1rem solid #EAEAEA;
}
.column_content .side .cat_list li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1rem;
  padding: 2rem 0;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1400px) {
  .column_content .side .cat_list li a {
    gap: 0.8333333333vw;
    padding: 1.6666666667vw 0;
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  .column_content .side .cat_list li a {
    gap: 2.9333333333vw;
    padding: 4vw 10.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.column_content .side .cat_list li a:before {
  content: ">";
}
.column_content .pager_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 0.6rem;
}
@media screen and (max-width: 1400px) {
  .column_content .pager_list {
    gap: 0.5vw;
  }
}
@media screen and (max-width: 840px) {
  .column_content .pager_list {
    gap: 1.6vw;
    margin-top: 5.3333333333vw;
  }
}
.column_content .pager_list li {
  width: 3.5rem;
  aspect-ratio: 1/1;
  font-size: 1.5rem;
}
@media screen and (max-width: 1400px) {
  .column_content .pager_list li {
    width: 2.9166666667vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 840px) {
  .column_content .pager_list li {
    width: 8vw;
    font-size: 3.2vw;
  }
}
.column_content .pager_list li span,
.column_content .pager_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.column_content .pager_list li span {
  color: #fff;
  background: #353F4B;
}
.column_content .pager_list li a:hover {
  color: #fff;
  background: #353F4B;
  opacity: 1;
}
.column_content .pager_list .prev .arrow,
.column_content .pager_list .next .arrow {
  position: relative;
  width: 0.6rem;
  height: 0.7rem;
  background: none;
}
@media screen and (max-width: 1400px) {
  .column_content .pager_list .prev .arrow,
  .column_content .pager_list .next .arrow {
    width: 0.5vw;
    height: 0.5833333333vw;
  }
}
@media screen and (max-width: 840px) {
  .column_content .pager_list .prev .arrow,
  .column_content .pager_list .next .arrow {
    width: 1.6vw;
    height: 1.8666666667vw;
  }
}
.column_content .pager_list .prev .arrow::before, .column_content .pager_list .prev .arrow::after,
.column_content .pager_list .next .arrow::before,
.column_content .pager_list .next .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.05rem);
  width: 0.65rem;
  height: 0.1rem;
  border-radius: 9999px;
  background-color: #353f4b;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 1400px) {
  .column_content .pager_list .prev .arrow::before, .column_content .pager_list .prev .arrow::after,
  .column_content .pager_list .next .arrow::before,
  .column_content .pager_list .next .arrow::after {
    top: calc(50% - 0.0416666667vw);
    width: 0.5416666667vw;
  }
}
@media screen and (max-width: 840px) {
  .column_content .pager_list .prev .arrow::before, .column_content .pager_list .prev .arrow::after,
  .column_content .pager_list .next .arrow::before,
  .column_content .pager_list .next .arrow::after {
    top: calc(50% - 0.1333333333vw);
    width: 1.7333333333vw;
  }
}
.column_content .pager_list .prev .arrow::before,
.column_content .pager_list .next .arrow::before {
  -webkit-transform: rotate(36.85deg);
          transform: rotate(36.85deg);
}
.column_content .pager_list .prev .arrow::after,
.column_content .pager_list .next .arrow::after {
  -webkit-transform: rotate(-36.85deg);
          transform: rotate(-36.85deg);
}
.column_content .pager_list .prev a:hover .arrow::before, .column_content .pager_list .prev a:hover .arrow::after,
.column_content .pager_list .next a:hover .arrow::before,
.column_content .pager_list .next a:hover .arrow::after {
  background-color: #fff;
}
.column_content .pager_list .prev .arrow::before, .column_content .pager_list .prev .arrow::after {
  left: 0;
  -webkit-transform-origin: 0.05rem 50%;
          transform-origin: 0.05rem 50%;
}
@media screen and (max-width: 1400px) {
  .column_content .pager_list .prev .arrow::before, .column_content .pager_list .prev .arrow::after {
    -webkit-transform-origin: 0.0041666667vw 50%;
            transform-origin: 0.0041666667vw 50%;
  }
}
@media screen and (max-width: 840px) {
  .column_content .pager_list .prev .arrow::before, .column_content .pager_list .prev .arrow::after {
    -webkit-transform-origin: 0.0133333333vw 50%;
            transform-origin: 0.0133333333vw 50%;
  }
}
.column_content .pager_list .next .arrow::before, .column_content .pager_list .next .arrow::after {
  right: 0;
  -webkit-transform-origin: calc(100% - 0.05rem) 50%;
          transform-origin: calc(100% - 0.05rem) 50%;
}
@media screen and (max-width: 1400px) {
  .column_content .pager_list .next .arrow::before, .column_content .pager_list .next .arrow::after {
    -webkit-transform-origin: calc(100% - 0.0041666667vw) 50%;
            transform-origin: calc(100% - 0.0041666667vw) 50%;
  }
}
@media screen and (max-width: 840px) {
  .column_content .pager_list .next .arrow::before, .column_content .pager_list .next .arrow::after {
    -webkit-transform-origin: calc(100% - 0.0133333333vw) 50%;
            transform-origin: calc(100% - 0.0133333333vw) 50%;
  }
}
.column_content .pager {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
@media screen and (max-width: 840px) {
  .column_content .pager {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 11.7333333333vw 0;
  }
}
@media screen and (max-width: 840px) {
  .column_content .pager:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0.1rem;
    height: 8.5333333333vw;
    background: #BCBCBC;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.column_content .pager .prev,
.column_content .pager .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 840px) {
  .column_content .pager .prev,
  .column_content .pager .next {
    position: relative;
    top: auto;
    -webkit-transform: unset;
            transform: unset;
    width: 50%;
  }
}
.column_content .pager .prev a,
.column_content .pager .next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding: 0;
  font-size: 1.7rem;
  color: #1C1C1C;
  font-weight: 500;
  border: none;
  border-radius: 0;
}
@media screen and (max-width: 1400px) {
  .column_content .pager .prev a,
  .column_content .pager .next a {
    gap: 1.6666666667vw;
    font-size: 1.4166666667vw;
  }
}
@media screen and (max-width: 840px) {
  .column_content .pager .prev a,
  .column_content .pager .next a {
    gap: 5.8666666667vw;
    padding: 1.6vw 0;
    font-size: 3.2vw;
  }
}
.column_content .pager .prev .arrow,
.column_content .pager .next .arrow {
  display: inline-block;
  width: 0.6rem;
  height: 0.8rem;
}
@media screen and (max-width: 1400px) {
  .column_content .pager .prev .arrow,
  .column_content .pager .next .arrow {
    width: 0.5vw;
    height: 0.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  .column_content .pager .prev .arrow,
  .column_content .pager .next .arrow {
    position: relative;
    width: 1.6vw;
    height: 2.1333333333vw;
  }
}
.column_content .pager .prev .arrow::before, .column_content .pager .prev .arrow::after,
.column_content .pager .next .arrow::before,
.column_content .pager .next .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.05rem);
  width: 0.71rem;
  height: 0.1rem;
  border-radius: 9999px;
  background-color: #1C1C1C;
}
@media screen and (max-width: 1400px) {
  .column_content .pager .prev .arrow::before, .column_content .pager .prev .arrow::after,
  .column_content .pager .next .arrow::before,
  .column_content .pager .next .arrow::after {
    width: 0.5916666667vw;
  }
}
@media screen and (max-width: 840px) {
  .column_content .pager .prev .arrow::before, .column_content .pager .prev .arrow::after,
  .column_content .pager .next .arrow::before,
  .column_content .pager .next .arrow::after {
    width: 1.8933333333vw;
  }
}
.column_content .pager .prev .arrow::before,
.column_content .pager .next .arrow::before {
  -webkit-transform: rotate(41.2deg);
          transform: rotate(41.2deg);
}
.column_content .pager .prev .arrow::after,
.column_content .pager .next .arrow::after {
  -webkit-transform: rotate(-41.2deg);
          transform: rotate(-41.2deg);
}
.column_content .pager .prev {
  left: 0;
}
@media screen and (max-width: 840px) {
  .column_content .pager .prev a {
    padding-left: 4vw;
  }
}
.column_content .pager .prev .arrow::before, .column_content .pager .prev .arrow::after {
  left: 0;
  -webkit-transform-origin: 0.05rem 50%;
          transform-origin: 0.05rem 50%;
}
.column_content .pager .next {
  right: 0;
  margin-left: auto;
}
@media screen and (max-width: 840px) {
  .column_content .pager .next a {
    padding-right: 4vw;
  }
}
.column_content .pager .next .arrow::before, .column_content .pager .next .arrow::after {
  right: 0;
  -webkit-transform-origin: calc(100% - 0.05rem) 50%;
          transform-origin: calc(100% - 0.05rem) 50%;
}
.column_content .pager .btn_return a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 23rem;
  height: 6.4rem;
  font-size: 1.8rem;
  font-weight: 500;
  background: #F8F9FA;
  border: 0.1rem solid #9BA7B1;
  border-radius: 7.568rem;
}
@media screen and (max-width: 1400px) {
  .column_content .pager .btn_return a {
    width: 19.1666666667vw;
    height: 5.3333333333vw;
    font-size: 1.5vw;
    border-radius: 6.3066666667vw;
  }
}
@media screen and (max-width: 840px) {
  .column_content .pager .btn_return a {
    width: 61.3333333333vw;
    height: 17.0666666667vw;
    font-size: 4.8vw;
    border-radius: 20.1813333333vw;
  }
}
.column_content .pager .btn_return a .arrow {
  position: absolute;
  top: 50%;
  right: 2.7rem;
  display: inline-block;
  width: 0.6rem;
  height: 0.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1400px) {
  .column_content .pager .btn_return a .arrow {
    width: 0.5vw;
    height: 0.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  .column_content .pager .btn_return a .arrow {
    width: 1.6vw;
    height: 2.1333333333vw;
  }
}
.column_content .pager .btn_return a .arrow::before, .column_content .pager .btn_return a .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.05rem);
  right: 0;
  width: 0.71rem;
  height: 0.1rem;
  border-radius: 9999px;
  background-color: #1C1C1C;
  -webkit-transform-origin: calc(100% - 0.05rem) 50%;
          transform-origin: calc(100% - 0.05rem) 50%;
}
@media screen and (max-width: 1400px) {
  .column_content .pager .btn_return a .arrow::before, .column_content .pager .btn_return a .arrow::after {
    width: 0.5916666667vw;
  }
}
@media screen and (max-width: 840px) {
  .column_content .pager .btn_return a .arrow::before, .column_content .pager .btn_return a .arrow::after {
    width: 1.8933333333vw;
  }
}
.column_content .pager .btn_return a .arrow::before {
  -webkit-transform: rotate(41.2deg);
          transform: rotate(41.2deg);
}
.column_content .pager .btn_return a .arrow::after {
  -webkit-transform: rotate(-41.2deg);
          transform: rotate(-41.2deg);
}

#content {
  padding: 10rem 0;
}
@media screen and (max-width: 1400px) {
  #content {
    padding: 8.3333333333vw 0;
  }
}
@media screen and (max-width: 840px) {
  #content {
    padding: 13.3333333333vw 0;
  }
}
#content .wrap {
  max-width: 100rem;
}
#content .main_title {
  padding-bottom: 3.2rem;
  margin-bottom: 3.2rem;
  font-size: 3rem;
  font-weight: 500;
  border-bottom: 0.1rem solid #DCDCDC;
}
@media screen and (max-width: 1400px) {
  #content .main_title {
    padding-bottom: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 840px) {
  #content .main_title {
    padding-bottom: 4.2666666667vw;
    margin-bottom: 4.2666666667vw;
    font-size: 5.3333333333vw;
  }
}
#content h2 {
  margin-bottom: 1.4rem;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  #content h2 {
    margin-bottom: 1.1666666667vw;
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #content h2 {
    margin-bottom: 2.1333333333vw;
    font-size: 4.2666666667vw;
  }
}
#content h2:before {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 1rem;
  background: #353F4B;
  border-radius: 0.2rem;
}
@media screen and (max-width: 1400px) {
  #content h2:before {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    margin-right: 0.8333333333vw;
    border-radius: 0.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #content h2:before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin-right: 1.3333333333vw;
    border-radius: 0.5333333333vw;
  }
}
#content p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8666666;
}
@media screen and (max-width: 1400px) {
  #content p {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 840px) {
  #content p {
    font-size: 3.4666666667vw;
  }
}
#content p + h2 {
  margin-top: 3.2rem;
}
@media screen and (max-width: 1400px) {
  #content p + h2 {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #content p + h2 {
    margin-top: 5.3333333333vw;
  }
}

.privacy-policy #content .wrap .main_title {
  font-family: "Shippori Mincho", serif;
}
.privacy-policy #content .wrap p {
  font-family: "Yu Gothic", "Yu Gothic Medium", "YuGothic", "Meiryo", sans-serif;
}

.post-type-archive-products .article_area .in + .in,
.tax-products_cat .article_area .in + .in {
  margin-top: 9.4rem;
}
@media screen and (max-width: 1400px) {
  .post-type-archive-products .article_area .in + .in,
  .tax-products_cat .article_area .in + .in {
    margin-top: 7.8333333333vw;
  }
}
@media screen and (max-width: 840px) {
  .post-type-archive-products .article_area .in + .in,
  .tax-products_cat .article_area .in + .in {
    margin-top: 14.1333333333vw;
  }
}
.post-type-archive-products .article_area .in .title03,
.tax-products_cat .article_area .in .title03 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4rem;
  padding: 0 2.436rem;
  margin-bottom: 2.4rem;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  background: #353F4B;
  border-radius: 4rem;
}
@media screen and (max-width: 1400px) {
  .post-type-archive-products .article_area .in .title03,
  .tax-products_cat .article_area .in .title03 {
    height: 3.3333333333vw;
    padding: 0 2.03vw;
    margin-bottom: 2vw;
    font-size: 1.25vw;
    border-radius: 3.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  .post-type-archive-products .article_area .in .title03,
  .tax-products_cat .article_area .in .title03 {
    height: 6.6666666667vw;
    padding: 0 5.3333333333vw;
    margin-bottom: 2.1333333333vw;
    font-size: 2.9333333333vw;
    border-radius: 10.6666666667vw;
  }
}
.post-type-archive-products .article_area .in .en,
.tax-products_cat .article_area .in .en {
  margin-bottom: 4rem;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 1400px) {
  .post-type-archive-products .article_area .in .en,
  .tax-products_cat .article_area .in .en {
    margin-bottom: 3.3333333333vw;
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 840px) {
  .post-type-archive-products .article_area .in .en,
  .tax-products_cat .article_area .in .en {
    margin-bottom: 6.1333333333vw;
    font-size: 7.7333333333vw;
    line-height: 1.37931;
  }
}
.post-type-archive-products .article_area .in ul,
.tax-products_cat .article_area .in ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.6rem;
}
@media screen and (max-width: 1400px) {
  .post-type-archive-products .article_area .in ul,
  .tax-products_cat .article_area .in ul {
    gap: 2.5vw;
  }
}
@media screen and (max-width: 840px) {
  .post-type-archive-products .article_area .in ul,
  .tax-products_cat .article_area .in ul {
    gap: 2.6666666667vw;
  }
}
.post-type-archive-products .article_area .in ul li,
.tax-products_cat .article_area .in ul li {
  width: 38rem;
  aspect-ratio: 1/1;
  padding: 0;
  border: none;
}
@media screen and (max-width: 1400px) {
  .post-type-archive-products .article_area .in ul li,
  .tax-products_cat .article_area .in ul li {
    width: 31.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  .post-type-archive-products .article_area .in ul li,
  .tax-products_cat .article_area .in ul li {
    width: 100%;
  }
}
.post-type-archive-products .article_area .in ul li:first-of-type,
.tax-products_cat .article_area .in ul li:first-of-type {
  border: none;
}
.post-type-archive-products .article_area .in ul li a,
.tax-products_cat .article_area .in ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 0.1rem solid #C2C9D2;
}

.single-products .article_contet figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 38rem;
  aspect-ratio: 1/1;
  margin: 0 auto 5rem;
  border: 0.1rem solid #C2C9D2;
}
.single-products .article_contet h2 {
  margin-bottom: 1em;
}
.single-products .article_contet h3 {
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #333;
  border-left: 4px solid #888;
  background: #f5f5f5;
  padding: 0.5em 0.8em;
  margin-bottom: 1.2em;
  text-align: left;
}

.w100 {
  width: 100%;
}