@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto&family=Shippori+Mincho&display=swap");
@-webkit-keyframes profile_scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1230px);
            transform: translateX(-1230px);
  }
}
@keyframes profile_scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1230px);
            transform: translateX(-1230px);
  }
}
@media screen and (max-width: 768px) {
  @-webkit-keyframes profile_scroll {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-1230px);
              transform: translateX(-1230px);
    }
  }
  @keyframes profile_scroll {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-1230px);
              transform: translateX(-1230px);
    }
  }
}
/* reset */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

html {
  max-width: 2600px;
  margin: 0 auto;
}

body {
  display: block;
  position: relative;
  color: #333333;
  background-color: #fff;
  font-family: "YuGo-Medium", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
}

h1, h2, h3, h4 {
  text-wrap: auto;
}

a, p, li, span {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  a, p, li, span {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
  color: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
a:hover {
  opacity: 0.6;
}
a:hover {
  color: #333333;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li, ol li {
  list-style: none;
  margin: 0;
  padding: 0;
}

select {
  min-width: 100px;
  padding: 4px 36px 4px 12px;
  height: 38px;
  border: 1px solid #ccc;
  font-family: "YuGo-Medium", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  background-color: #fff;
  background-position: right 14px top 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7xfMSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTIgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8ZGVmcz4NCjxzdHlsZT4uc3QwIHsNCiAgICAgICAgZmlsbDogIzMzMzsNCiAgICAgIH08L3N0eWxlPg0KPC9kZWZzPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEuNywyLjdjLS4yLDAtLjMsMC0uNS4yTC4yLDMuN2MtLjEuMS0uMi4zLS4yLjVzMCwuMy4yLjVsNS40LDUuNGMuMS4xLjMuMi41LjJzLjMsMCwuNS0uMmw1LjMtNS4zYy4xLS4xLjItLjMuMi0uNXMwLS4zLS4yLS41bC0xLS45Yy0uMS0uMS0uMy0uMi0uNS0uMnMtLjMsMC0uNS4ybC0zLjksMy45LTMuOS0zLjljLS4xLS4xLS4zLS4yLS41LS4yaDBaIi8+DQo8L3N2Zz4NCg==);
  background-size: 12px 12px;
  font-size: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

header .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 2600px;
  position: fixed;
  z-index: 80;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
header .header.is-hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
header .header_top {
  width: 100%;
  background: #fff;
}
header .header_top_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 12px 30px;
}
@media screen and (max-width: 1024px) {
  header .header_top_inner {
    padding-top: 50px;
  }
}
header .header_bottommenu {
  background: #faf9f5;
  width: 100%;
}
header .header_bottommenu_inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
header .header_bottommenu_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  padding: 12px 0 12px;
}
header .header_bottommenu_inner ul li {
  display: block;
}
header .header_bottommenu_inner ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 5px;
  padding-bottom: 4px;
}
header .header_bottommenu_inner ul li a img {
  width: 16px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
header .header_bottommenu_inner ul li a img.icon_miso {
  width: 24px;
  height: auto;
}
header .header_bottommenu_inner ul li a p {
  color: #333333;
  font-weight: bold;
}
header .header_bottommenu_inner ul li a:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #333333;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .header_bottommenu_inner ul li a:hover:before {
  opacity: 0;
}
header .header_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px 5px;
  width: 100%;
  max-width: 340px;
}
header .header_catch {
  width: 100%;
  display: block;
}
header .header_catch p {
  font-size: 12px;
  font-weight: bold;
}
header .header_logo {
  max-width: 198px;
  width: 100%;
  display: block;
}
header .header_companyinfo {
  display: block;
}
header .header_companyinfo p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-bottom: 2px;
  font-size: 11px;
  font-weight: bold;
}
header .header_companyinfo p span {
  display: inline;
  font-size: 11px;
  background: #35356c;
  color: #fff;
  padding: 0 4px;
  margin-bottom: 2px;
  border-radius: 2px;
}
header .header_center {
  display: block;
  max-width: 200px;
  width: 100%;
  position: absolute;
  top: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  header .header_center {
    top: 10px;
  }
}
header .header_payments {
  display: block;
  width: 100%;
}
header .header_payments img {
  width: 100%;
  display: block;
}
header .header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 16px;
}
header .header_rtop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
header .header_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
}
header .header_tel p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
  font-weight: bold;
  font-size: 11px;
}
header .header_tel p img {
  width: 16px;
  height: auto;
}
header .header_tel p a {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 20px;
  color: #35356c;
  pointer-events: none;
}
header .header_sns {
  display: block;
}
header .header_sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
}
header .header_sns ul li {
  display: block;
}
header .header_sns ul li a {
  display: block;
}
header .header_sns ul li a img {
  width: 30px;
  height: 30px;
}
header .header_rbottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  header .header_rbottom {
    gap: 16px;
  }
}
header .header_menu {
  display: block;
}
header .header_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  header .header_menu ul {
    gap: 16px;
  }
}
header .header_menu ul li {
  display: block;
}
header .header_menu ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
header .header_menu ul li a img {
  width: 20px;
  height: auto;
}
header .header_menu ul li a p {
  font-size: 12px;
  color: #333333;
  font-weight: bold;
}
header .header_menu ul li a .cart_number {
  position: absolute;
  top: -10px;
  right: 0px;
  display: none;
}
header .header_menu ul li a .cart_number.active {
  display: block;
}
header .header_menu ul li a .cart_number p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 18px;
  height: 18px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  background: #35356c;
  padding: 2px;
  border-radius: 999px;
}
header .header_submenu {
  display: block;
}
header .header_submenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}
header .header_submenu ul li {
  display: block;
}
header .header_submenu ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 5px;
}
header .header_submenu ul li a img {
  width: 16px;
  height: auto;
}
header .header_submenu ul li a p {
  font-size: 12px;
  color: #333333;
  font-weight: bold;
}
header .header_hamburger {
  display: none;
  width: 24px;
  height: 16px;
  position: absolute;
  right: 24px;
  top: 105px;
  cursor: pointer;
}
header .header_hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
header .header_hamburger span:nth-of-type(1) {
  top: 0;
}
header .header_hamburger span:nth-of-type(3) {
  top: 100%;
}
header .header_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 1000;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header_overlay.active {
  opacity: 1;
  pointer-events: auto;
}
header .header_spmenu {
  display: none;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1001;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header_spmenu.active {
  opacity: 0;
  pointer-events: none;
}
header .header_spmenu_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow-y: auto;
}
header .header_spmenu_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
header .header_spmenu_top_logo {
  width: 100%;
  max-width: 160px;
}
header .header_spmenu_top_logo a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header_spmenu_top_logo a img {
  width: 100%;
  height: auto;
}
header .header_spmenu_top_closebtn {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: relative;
}
header .header_spmenu_top_closebtn span {
  display: block;
  width: 100%;
  height: 2px;
  background: #333;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
header .header_spmenu_top_closebtn span:nth-of-type(1) {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
header .header_spmenu_top_closebtn span:nth-of-type(2) {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
header .header_spmenu_search {
  width: 100%;
  position: relative;
  margin-bottom: 16px;
}
header .header_spmenu_search form {
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
header .header_spmenu_search form input {
  width: calc(100% - 30px);
  border: none;
  outline: none;
  font-size: 16px;
  color: #333;
}
header .header_spmenu_search form button {
  width: 20px;
  height: 20px;
  border: none;
  background: url(../images/common/icon_search.png) center center no-repeat;
  background-size: contain;
  cursor: pointer;
}
header .header_spmenu_accountmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  width: 100%;
  margin-bottom: 30px;
}
header .header_spmenu_accountmenu_item {
  width: 50%;
}
header .header_spmenu_accountmenu_item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
  padding: 12px 16px;
  background: #faf9f5;
  border-radius: 8px;
}
header .header_spmenu_accountmenu_item a img {
  width: 16px;
  height: auto;
}
header .header_spmenu_accountmenu_item a p {
  font-size: 12px;
  color: #333333;
  font-weight: bold;
}
header .header_spmenu_mainmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
header .header_spmenu_mainmenu_title {
  margin-bottom: 16px;
}
header .header_spmenu_mainmenu_title p {
  font-size: 14px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
}
header .header_spmenu_mainmenu_title p:before {
  content: "";
  width: 13px;
  height: 15px;
  background: url(../images/common/icon_rice_blue.png) no-repeat center center;
  background-size: contain;
}
header .header_spmenu_mainmenu_parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px 32px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
header .header_spmenu_mainmenu_parent_item {
  width: calc(50% - 16px);
}
header .header_spmenu_mainmenu_parent_item > p, header .header_spmenu_mainmenu_parent_item a {
  font-size: 14px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
header .header_spmenu_mainmenu_parent_item > p:before, header .header_spmenu_mainmenu_parent_item a:before {
  content: "";
  width: 16px;
  height: 12px;
  background: url(../images/common/icon_arrowhead.png) no-repeat center center;
  background-size: contain;
}
header .header_spmenu_mainmenu_child {
  width: 100%;
  padding: 0px 0;
}
header .header_spmenu_mainmenu_child ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 32px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
header .header_spmenu_mainmenu_child ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
header .header_spmenu_mainmenu_child ul li a .hsmc_icon {
  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: 20px;
  height: 20px;
}
header .header_spmenu_mainmenu_child ul li a .hsmc_icon img {
  width: 100%;
}
header .header_spmenu_mainmenu_child ul li a p {
  font-size: 14px;
  font-weight: bold;
}
header .header_spmenu_sns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}
header .header_spmenu_sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
}
header .header_spmenu_sns ul li {
  display: block;
}
header .header_spmenu_sns ul li a {
  display: block;
}
header .header_spmenu_sns ul li a img {
  width: 30px;
  height: 30px;
}
header .header_spmenu_tel {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
header .header_spmenu_tel_btn {
  display: block;
  width: 100%;
}
header .header_spmenu_tel_btn a {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 28px;
  color: #fff;
  text-decoration: underline;
  background: #35356c;
  border-radius: 8px;
  padding: 12px 16px;
  position: relative;
  pointer-events: auto;
}
header .header_spmenu_tel_btn a:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../images/common/icon_tel_white.png) no-repeat center center;
  background-size: contain;
}
header .header_spmenu_tel_time p {
  font-size: 12px;
  font-weight: bold;
}
header .header_spfloat {
  display: none;
}

@media screen and (max-width: 768px) {
  header .header_top {
    width: 100%;
    background: #fff;
  }
  header .header_top_inner {
    width: 100%;
    padding: 0 0px;
    padding-top: 80px;
  }
  header .header_bottommenu {
    display: none;
  }
  header .header_left {
    margin: 0;
    border-top: 1px solid #000;
    width: 100%;
    max-width: unset;
    padding: 12px 16px;
  }
  header .header_catch {
    position: absolute;
    width: 100%;
    left: 0;
    top: 12px;
  }
  header .header_catch p {
    font-size: 11px;
    text-align: center;
  }
  header .header_logo {
    max-width: 160px;
  }
  header .header_center {
    top: 40px;
  }
  header .header_right {
    display: none;
  }
  header .header_rtop {
    display: none;
  }
  header .header_menu {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
    width: 100%;
    padding: 12px;
    display: block;
  }
  header .header_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .header_menu ul li {
    width: 25%;
  }
  header .header_menu ul li a p {
    font-size: 11px;
  }
  header .header_menu ul li a .cart_number {
    position: absolute;
    top: -10px;
    right: 50%;
    -webkit-transform: translateX(calc(50% + 16px));
            transform: translateX(calc(50% + 16px));
    display: none;
  }
  header .header_menu ul li a .cart_number.active {
    display: block;
  }
  header .header_submenu {
    display: none;
  }
  header .header_hamburger {
    display: block;
  }
  header .header_spmenu {
    display: block;
    pointer-events: none;
  }
  header .header_spmenu.active {
    opacity: 1;
    pointer-events: auto;
  }
  header .header_spfloat {
    display: block;
  }
}
main .footer_calendar {
  background-color: #faf9f5;
  padding: 50px 0;
}
main .footer_calendar .calendar_inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
main .footer_calendar .calendar_title {
  width: 100%;
  text-align: center;
  margin-bottom: 12px;
}
main .footer_calendar .calendar_title p {
  font-family: "Shippori Mincho", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-weight: 700;
  color: #35356c;
  font-size: 30px;
}
@media screen and (max-width: 1024px) {
  main .footer_calendar .calendar_title p {
    font-size: 20px;
  }
}
main .footer_calendar .calendar_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
main .footer_calendar .tbl_calendar {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 20px);
          flex: 0 1 calc(50% - 20px);
  width: 100%;
  max-width: 400px;
  background: #fff;
  border-collapse: collapse;
  border: 1px solid #e0dec8;
  border-radius: 8px;
}
main .footer_calendar .tbl_calendar caption {
  padding: 16px;
  background: #35356c;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
}
main .footer_calendar .tbl_calendar th, main .footer_calendar .tbl_calendar td {
  text-align: center;
  padding: 12px 5px;
  font-size: 14px;
  border: 1px solid #ece9de;
  width: 14.2857142857%;
  color: #333;
}
main .footer_calendar .tbl_calendar th {
  font-weight: bold;
}
main .footer_calendar .tbl_calendar td {
  height: 45px;
}
main .footer_calendar_memo {
  width: 100%;
  margin-top: 24px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  color: #333;
}
main .footer_info {
  background-color: #faf9f5;
}
main .footer_info .info_inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 50px 50px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
main .footer_info .info_sectiontitle {
  width: 100%;
  text-align: center;
  margin-bottom: 12px;
}
main .footer_info .info_sectiontitle p {
  font-family: "Shippori Mincho", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-weight: 700;
  color: #35356c;
  font-size: 30px;
}
@media screen and (max-width: 1024px) {
  main .footer_info .info_sectiontitle p {
    font-size: 20px;
  }
}
main .footer_info .info_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  main .footer_info .info_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main .footer_info .info_box {
  width: 32.5%;
  background: #ece9de;
  border-radius: 10px;
  padding: 30px 20px;
}
@media screen and (max-width: 1024px) {
  main .footer_info .info_box {
    width: 100%;
  }
}
main .footer_info .info_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
main .footer_info .info_title p {
  font-size: 20px;
  font-weight: bold;
}
main .footer_info .info_title:before {
  content: "";
  width: 32px;
  height: 32px;
  background: #cccccc;
}
main .footer_info .info_title_shipping:before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../images/common/footer_shipping_icon.png) no-repeat center center;
  background-size: contain;
}
main .footer_info .info_title_payment:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/common/footer_payment_icon.png) no-repeat center center;
  background-size: contain;
}
main .footer_info .info_title_return:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/common/footer_return_icon.png) no-repeat center center;
  background-size: contain;
}
main .footer_info .info_subtitle {
  background: #fff;
  border-radius: 4px;
  padding: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
}
main .footer_info .info_subtitle p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}
main .footer_info .info_content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
main .footer_info .info_content ul li {
  margin-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
}
main .footer_info .info_content ul li:before {
  position: relative;
  content: "●";
  color: #35356c;
  font-size: 8px;
  top: -4px;
  left: -8px;
}
main .footer_info .info_content p {
  font-size: 14px;
  line-height: 1.8;
}
main .footer_info .info_img {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
main .footer_info .info_img img {
  max-width: 100%;
  height: auto;
}

.bottomfullimg {
  position: relative;
}
.bottomfullimg_deco {
  position: absolute;
  top: -50px;
  left: 50px;
  width: 100%;
  max-width: 200px;
  height: auto;
  z-index: 1;
}

footer {
  background: #faf9f5;
}
footer .footer {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 50px;
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  footer .footer {
    max-width: 768px;
    width: 100%;
    padding-top: 50px;
  }
}
footer .footer_top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  footer .footer_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .footer_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
footer .footer_catch {
  width: 100%;
  display: block;
  margin-bottom: 16px;
}
footer .footer_catch p {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
}
footer .footer_logo {
  max-width: 250px;
  width: 100%;
  display: block;
  margin-bottom: 36px;
}
footer .footer_companyinfo {
  display: block;
  margin-bottom: 4px;
}
footer .footer_companyinfo p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: bold;
  gap: 8px;
}
footer .footer_companyinfo p span {
  display: inline;
  font-size: 14px;
  background: #35356c;
  color: #fff;
  padding: 0 4px;
  border-radius: 2px;
}
footer .footer_address {
  display: block;
  margin-bottom: 36px;
}
footer .footer_address p {
  font-size: 14px;
  font-weight: bold;
}
footer .footer_contactbox {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 24px;
  gap: 8px;
  margin-bottom: 16px;
}
footer .footer_contactbox_tel p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  font-weight: bold;
  gap: 8px;
}
footer .footer_contactbox_tel p a {
  font-size: 16px;
  margin-right: 8px;
  pointer-events: none;
}
footer .footer_contactbox_tel p img {
  width: 16px;
  height: 16px;
}
footer .footer_contactbox_mail p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: bold;
  gap: 8px;
}
footer .footer_contactbox_mail p a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}
footer .footer_contactbox_mail p img {
  width: 16px;
  height: 16px;
}
footer .footer_sns {
  display: block;
}
footer .footer_sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
}
footer .footer_sns ul li {
  display: block;
}
footer .footer_sns ul li a {
  display: block;
}
footer .footer_sns ul li a img {
  width: 30px;
  height: 30px;
}
footer .footer_right {
  display: block;
}
footer .footer_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 80px;
}
footer .footer_menu_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
footer .footer_menu_group_title p {
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
footer .footer_menu_group_title p:before {
  content: "";
  width: 13px;
  height: 15px;
  background: url(../images/common/icon_rice_blue.png) no-repeat center center;
  background-size: contain;
}
footer .footer_menu_group_list {
  margin-bottom: 20px;
}
footer .footer_menu_group_list:last-child {
  margin-bottom: 0;
}
footer .footer_menu_group_list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  position: relative;
  padding-left: 16px;
}
footer .footer_menu_group_list > ul:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #ccc;
  position: absolute;
  top: 0;
  left: 0;
}
footer .footer_menu_group_list > ul > li {
  display: block;
}
footer .footer_menu_group_list > ul > li > p, footer .footer_menu_group_list > ul > li a {
  font-size: 14px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
footer .footer_menu_group_list > ul > li > ul {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
footer .footer_menu_group_list > ul > li > ul > li > a {
  font-size: 14px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
footer .footer_menu_group_list > ul > li > ul > li > a:before {
  content: "";
  width: 16px;
  height: 12px;
  background: url(../images/common/icon_arrowhead.png) no-repeat center center;
  background-size: contain;
}
footer .footer_hr {
  width: 100%;
  height: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
}
footer .footer_hr_bg {
  width: 100%;
  height: 100%;
  background: url(../images/common/deco_hr.png) repeat-x left center;
}
footer .footer_bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer_bottom_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer_bottom_left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
}
footer .footer_bottom_left ul li a {
  font-size: 14px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
footer .footer_bottom_right {
  display: block;
}
footer .footer_bottom_right p {
  font-size: 12px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  main .footer_calendar {
    padding-bottom: 60px;
  }
  main .footer_calendar .calendar_inner {
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  main .footer_calendar .calendar_title p {
    font-size: 20px;
  }
  main .footer_calendar .calendar_content {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  main .footer_calendar .tbl_calendar {
    width: 100%;
    max-width: 480px;
  }
  main .footer_calendar .tbl_calendar caption {
    padding: 12px;
    font-size: 16px;
  }
  main .footer_calendar .tbl_calendar th, main .footer_calendar .tbl_calendar td {
    padding: 10px 2px;
    font-size: 12px;
    height: 40px;
  }
  main .footer_calendar_memo {
    max-width: 480px;
    margin-top: 16px;
    font-size: 13px;
    text-align: left;
  }
  main .footer_info {
    background-color: #faf9f5;
  }
  main .footer_info .info_inner {
    padding: 60px 20px;
  }
  main .footer_info .info_sectiontitle p {
    font-size: 20px;
  }
  main .footer_info .info_flex {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 30px;
  }
  main .footer_info .info_box {
    width: 100%;
    background: #ece9de;
    border-radius: 10px;
    padding: 30px 20px;
  }
  main .footer_info .info_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    margin-bottom: 24px;
  }
  main .footer_info .info_title p {
    font-size: 20px;
    font-weight: bold;
  }
  main .footer_info .info_title:before {
    content: "";
    width: 32px;
    height: 32px;
    background: #cccccc;
  }
  main .footer_info .info_title_shipping:before {
    content: "";
    width: 32px;
    height: 32px;
    background: url(../images/common/footer_shipping_icon.png) no-repeat center center;
    background-size: contain;
  }
  main .footer_info .info_title_payment:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/common/footer_payment_icon.png) no-repeat center center;
    background-size: contain;
  }
  main .footer_info .info_title_return:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/common/footer_return_icon.png) no-repeat center center;
    background-size: contain;
  }
  main .footer_info .info_subtitle {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  main .footer_info .info_subtitle p {
    font-size: 14px;
  }
  main .footer_info .info_content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  main .footer_info .info_content ul li {
    margin-left: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    position: relative;
  }
  main .footer_info .info_content ul li:before {
    position: relative;
    content: "●";
    color: #35356c;
    font-size: 8px;
    top: -4px;
    left: -8px;
  }
  main .footer_info .info_content p {
    font-size: 14px;
    line-height: 1.8;
  }
  .bottomfullimg_deco {
    top: -10px;
    left: 10px;
    width: 100%;
    max-width: 70px;
  }
  footer .footer {
    padding: 20px;
    padding-top: 60px;
    padding-bottom: 120px;
  }
  footer .footer_top {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .footer_left {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .footer_catch {
    width: 100%;
    display: block;
    margin-bottom: 16px;
  }
  footer .footer_catch p {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0px;
  }
  footer .footer_logo {
    max-width: 220px;
    margin-bottom: 8px;
  }
  footer .footer_companyinfo {
    width: 100%;
    display: block;
    margin-bottom: 4px;
  }
  footer .footer_companyinfo p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    font-weight: bold;
    gap: 8px;
  }
  footer .footer_companyinfo p span {
    display: inline;
    font-size: 14px;
    background: #35356c;
    color: #fff;
    padding: 0 4px;
    border-radius: 2px;
  }
  footer .footer_address {
    display: block;
    margin-bottom: 24px;
  }
  footer .footer_address p {
    font-size: 14px;
    font-weight: bold;
  }
  footer .footer_contactbox {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0px;
  }
  footer .footer_contactbox_tel p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 11px;
    font-weight: bold;
    gap: 8px;
  }
  footer .footer_contactbox_tel p a {
    font-size: 16px;
    margin-right: 8px;
    pointer-events: auto;
    text-decoration: underline;
  }
  footer .footer_contactbox_tel p img {
    width: 16px;
    height: 16px;
    background: url(../images/footer_tel_icon.png) no-repeat center center;
    background-size: contain;
  }
  footer .footer_contactbox_mail p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    font-weight: bold;
    gap: 8px;
  }
  footer .footer_contactbox_mail p a {
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
  }
  footer .footer_contactbox_mail p img {
    width: 16px;
    height: 16px;
  }
  footer .footer_sns {
    display: block;
  }
  footer .footer_sns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 10px;
  }
  footer .footer_sns ul li {
    display: block;
  }
  footer .footer_sns ul li a {
    display: block;
  }
  footer .footer_sns ul li a img {
    width: 30px;
    height: 30px;
  }
  footer .footer_right {
    display: none;
  }
  footer .footer_hr {
    width: 100%;
    height: 90px;
    margin-top: 25px;
    margin-bottom: 0;
  }
  footer .footer_hr_bg {
    width: 100%;
    height: 100%;
    background: url(../images/common/deco_hr.png) repeat-x left center;
  }
  footer .footer_bottom {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 60px;
  }
  footer .footer_bottom_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .footer_bottom_left ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  footer .footer_bottom_left ul li a {
    font-size: 13px;
    gap: 8px;
  }
  footer .footer_bottom_right {
    display: block;
    width: 100%;
  }
  footer .footer_bottom_right p {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
  }
}
main {
  padding-top: 165px;
}
@media screen and (max-width: 1024px) {
  main {
    padding-top: 185px;
  }
}
main .the_item {
  width: 100%;
  max-width: 266px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
main .the_item:hover {
  opacity: 0.7;
}
main .the_item a {
  opacity: 1;
}
main .the_item a:hover {
  opacity: 1;
}
main .the_item_imgbox {
  width: 100%;
  position: relative;
}
main .the_item_image {
  overflow: hidden;
  aspect-ratio: 4/3;
  position: relative;
  z-index: 1;
}
main .the_item_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .the_item_favorite {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border: 1px solid #d0cfcc;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  z-index: 2;
}
main .the_item_favorite button {
  width: 16px;
  height: 16px;
  background: url(../images/common/icon_favorite.png) no-repeat center center;
  background-size: contain;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
main .the_item_favorite button.fav-items {
  background: url(../images/common/icon_favorited.png) no-repeat center center;
  background-size: contain;
}
main .the_item_favorite.active:before {
  background: url(../images/common/icon_favorited.png) no-repeat center center;
  background-size: contain;
}
main .the_item_number {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
main .the_item_number img {
  width: 100%;
  height: auto;
}
main .the_item_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
}
main .the_item_content_title h3 {
  font-size: 16px;
  font-weight: bold;
  max-height: 48px;
  letter-spacing: 0px;
  line-height: 1.5;
  overflow: hidden;
}
main .the_item_content_price p {
  font-size: 12px;
  color: #333333;
}
main .the_item_content_price p span {
  font-size: 18px;
  color: #dc6450;
  font-weight: bold;
}
main .breadcrumb {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 40px 0px;
  position: relative;
  z-index: 5;
}
main .breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
main .breadcrumb ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
main .breadcrumb ul li a {
  color: #35356c;
}
main .breadcrumb ul li p {
  color: #35356c;
  font-weight: bold;
}
main .breadcrumb ul li:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/common/icon_arrowhead_blue.png) no-repeat center center;
  background-size: contain;
}
main .breadcrumb ul li:last-child:after {
  display: none;
}
main .acc {
  max-width: 278px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
main .acc_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #faf9f5;
  position: relative;
  cursor: pointer;
}
main .acc_head p, main .acc_head a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 16px;
  color: #333333;
  font-weight: bold;
}
main .acc_head:before, main .acc_head:after {
  content: "";
  width: 12px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  background: #333333;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
main .acc_head:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
main .acc_head.is-open:before, main .acc_head.is-open:after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
main .acc_body {
  background: #fff;
  display: block;
  overflow: hidden;
  height: 0px;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
main .acc_body.is-open {
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
main .acc_body ul {
  margin-top: 20px;
  padding: 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
main .acc_body ul li {
  width: 100%;
}
main .acc_body ul li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
main .acc_body ul li a p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: bold;
}
main .acc_body ul li a:before {
  content: "";
  width: 16px;
  height: 12px;
  background: url(../images/common/icon_arrowhead.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
main .acc_body ul li a.has_icon .imgbox {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main .acc_body ul li a.has_icon .imgbox img {
  width: 16px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
main .acc_body ul li a.has_icon .imgbox img.icon_miso {
  width: 24px;
  height: auto;
}
main .acc_body ul li a.has_icon:before {
  display: none;
}
main .acc .acc_single .acc_head:before {
  display: none;
}
main .acc .acc_single .acc_head:after {
  content: "";
  width: 10px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_arrowhead_black.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
main .mod_relation .relation_inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
}
main .mod_relation .relation_title {
  width: 100%;
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
main .mod_relation .relation_title h2 {
  font-size: 24px;
  letter-spacing: 2px;
}
main .mod_relation .relation_plist_inner {
  padding: 0 0px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 20px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
main .mod_recipe {
  position: relative;
  padding-top: 100px;
  padding-bottom: 60px;
  background: #fff;
}
main .mod_recipe.addbg {
  background: #faf9f5;
}
main .mod_recipe .recipe_inner {
  padding: 0 32px;
}
main .mod_recipe .recipe_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 853px;
  margin: 0 auto;
  height: auto;
  aspect-ratio: 853/309;
}
main .mod_recipe .recipe_box a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  padding: 16px 64px;
  background: url(../images/common/recipe_bg.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  main .mod_recipe .recipe_box a {
    padding: 16px 32px;
  }
}
main .mod_recipe .recipe_title {
  margin-bottom: 20px;
}
main .mod_recipe .recipe_title h2 {
  font-family: "Shippori Mincho", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  color: #35356c;
  font-size: 32px;
}
main .mod_recipe .recipe_text p {
  font-weight: bold;
  line-height: 2;
}
main .imgscroller_inner {
  width: 3690px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-animation: profile_scroll 40s linear infinite;
          animation: profile_scroll 40s linear infinite;
}
main .imgscroller_small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
main .imgscroller_small .imgscroller_img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
main .imgscroller_small .imgscroller_img img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  height: auto;
}
main .imgscroller_large .imgscroller_img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
main .imgscroller_large .imgscroller_img img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  height: auto;
}
main .simplebar-track.simplebar-horizontal {
  height: 5px;
  background: #d0cfcc;
  border-radius: 4px;
}
main .simplebar-scrollbar:before {
  background: #333;
  top: 0px;
  bottom: 0px;
}
main .simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
}

.search_modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}
.search_modal.active {
  display: block;
}
.search_modal_overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.search_modal_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  max-width: 600px;
  background: #fff;
  border-radius: 8px;
  padding: 20px 60px 20px 20px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.search_modal_close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.search_modal_close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background: #333;
}
.search_modal_close span:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.search_modal_close span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.search_modal_body form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 0px;
}
.search_modal_body input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}
.search_modal_body button {
  width: 20px;
  height: 20px;
  border: none;
  background: url(../images/common/icon_search.png) center center no-repeat;
  background-size: contain;
  cursor: pointer;
}
.search_modal_body button:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  main {
    padding-top: 140px;
  }
  main .the_item {
    max-width: 266px;
  }
  main .the_item a {
    gap: 16px;
  }
  main .the_item_favorite {
    bottom: 4px;
    right: 4px;
  }
  main .the_item_content_title h3 {
    font-size: 14px;
    max-height: 40px;
  }
  main .the_item_content_price p {
    font-size: 12px;
    color: #333333;
  }
  main .the_item_content_price p span {
    font-size: 18px;
    color: #dc6450;
    font-weight: bold;
  }
  main .breadcrumb {
    padding: 20px 16px 0px;
    max-width: 480px;
    margin: 0 auto;
    overflow: auto;
  }
  main .breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  main .breadcrumb ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
  main .acc {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
  main .acc_body {
    background: #fff;
    display: block;
    overflow: hidden;
    -webkit-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
  }
  main .acc_body ul {
    padding: 20px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  main .acc_body ul li {
    width: 100%;
  }
  main .acc_body ul li a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  main .acc_body ul li a p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    font-weight: bold;
  }
  main .acc_body ul li a:before {
    content: "";
    width: 16px;
    height: 12px;
    background: url(../images/common/icon_arrowhead.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  main .acc_body ul li a.has_icon .imgbox {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main .acc_body ul li a.has_icon .imgbox img {
    width: 16px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  main .acc_body ul li a.has_icon .imgbox img.icon_miso {
    width: 24px;
    height: auto;
  }
  main .acc_body ul li a.has_icon:before {
    display: none;
  }
  main .acc.acc_single {
    margin-bottom: 20px;
  }
  main .acc.acc_single .acc_head:before {
    display: none;
  }
  main .acc.acc_single .acc_head:after {
    content: "";
    width: 10px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../images/common/icon_arrowhead_black.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  main .mod_recipe {
    position: relative;
    padding-top: 80px;
    padding-bottom: 40px;
  }
  main .mod_recipe .recipe_inner {
    padding: 0 16px;
  }
  main .mod_recipe .recipe_box {
    width: 100%;
    max-width: 374px;
    aspect-ratio: 374/504;
  }
  main .mod_recipe .recipe_box a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    height: 100%;
    gap: 0;
    padding: 10px 16px 10px;
    padding-right: 4px;
    padding-top: min(70vw, 290px);
    background: url(../images/common/recipe_bg_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  main .mod_recipe .recipe_title {
    margin-bottom: 20px;
  }
  main .mod_recipe .recipe_title h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 410px) {
  main .mod_recipe .recipe_title h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  main .mod_recipe .recipe_text p {
    font-weight: bold;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) and (max-width: 410px) {
  main .mod_recipe .recipe_text p {
    font-size: 14px;
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 768px) {
  main .mod_relation .relation_title h2 {
    font-size: 20px;
    letter-spacing: 2px;
  }
  main .mod_relation .relation_plist {
    width: 100%;
    overflow-x: auto;
  }
  main .mod_relation .relation_plist_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  main .mod_relation .relation_plist_inner .the_item {
    width: 196px;
  }
  main .simplebar-track.simplebar-horizontal {
    height: 2px;
    background: #d0cfcc;
    border-radius: 4px;
  }
  main .simplebar-scrollbar:before {
    background: #333;
    top: 0px;
    bottom: 0px;
  }
  main .simplebar-scrollbar.simplebar-visible:before {
    opacity: 1;
  }
}
main .fv_slider {
  position: relative;
  background: #faf9f5;
  padding-bottom: 20px;
  padding-top: 15px;
  overflow: clip;
}
main .fv_slider_container {
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  overflow: unset;
}
main .fv_slider_main_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
main .fv_slider_main_item a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
main .fv_slider_main_item a:hover {
  opacity: 1;
}
main .fv_slider_main_item a:hover:before {
  opacity: 0.3;
}
main .fv_slider .swiper-slide {
  width: 850px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  main .fv_slider .swiper-slide {
    width: 82%;
  }
}
main .fv_slider .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
main .fv_slider .fv_controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 32px;
  position: relative;
  z-index: 10;
}
main .fv_slider .fv_controls .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: static; /* 位置を固定解除してFlexに合わせる */
  width: auto !important;
}
main .fv_slider .fv_controls .swiper-pagination .swiper-pagination-bullet {
  margin: 0 8px;
  width: 13px;
  height: 15px;
  background: url(../images/common/icon_rice_gray.png) center center no-repeat;
  background-size: contain;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main .fv_slider .fv_controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: url(../images/common/icon_rice_blue.png) no-repeat center center;
  background-size: contain;
  opacity: 1;
}
main .fv_slider .fv_controls .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 0.6;
}
main .fv_slider .fv_controls .swiper-button-prev, main .fv_slider .fv_controls .swiper-button-next {
  position: static; /* 位置を固定解除 */
  margin: 0;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main .fv_slider .fv_controls .swiper-button-prev:before, main .fv_slider .fv_controls .swiper-button-next:before {
  content: "";
  background: url(../images/common/icon_slider_arrowhead.png) center center no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
main .fv_slider .fv_controls .swiper-button-prev svg, main .fv_slider .fv_controls .swiper-button-next svg {
  display: none;
}
main .fv_slider .fv_controls .swiper-button-prev:hover, main .fv_slider .fv_controls .swiper-button-next:hover {
  opacity: 0.6;
}
main .fv_slider .fv_controls .swiper-button-next:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
main .fv_slider_absitem1 {
  position: absolute;
  top: -20px;
  left: 50%;
  width: 135px;
  -webkit-transform: translateX(calc(-50% - 380px));
          transform: translateX(calc(-50% - 380px));
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  main .fv_slider_absitem1 {
    width: 120px;
    -webkit-transform: translateX(calc(-50% - 280px));
            transform: translateX(calc(-50% - 280px));
  }
}
main .fv_slider_absitem2 {
  position: absolute;
  bottom: -110px;
  right: 50%;
  width: 130px;
  -webkit-transform: translateX(calc(50% + 350px));
          transform: translateX(calc(50% + 350px));
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  main .fv_slider_absitem2 {
    width: 120px;
    -webkit-transform: translateX(calc(50% + 250px));
            transform: translateX(calc(50% + 250px));
  }
}
main .fv_message {
  overflow: clip;
  background: #faf9f5;
  padding: 60px 0 160px;
}
main .fv_message_inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  main .fv_message_inner {
    gap: 0px;
  }
}
main .fv_message_bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: auto;
  max-width: 660px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
main .fv_message_bg img {
  width: 100%;
  height: auto;
}
main .fv_message_imgs {
  position: relative;
  width: 600px;
  height: 600px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  main .fv_message_imgs {
    width: 430px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
main .fv_message_img {
  position: relative;
}
main .fv_message_img figure {
  position: relative;
}
main .fv_message_img figure figcaption {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: auto;
  z-index: 3;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
main .fv_message_img figure figcaption p {
  background: #fff;
  white-space: nowrap;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1.8;
  padding: 10px 2px;
  font-weight: 600;
}
main .fv_message_img figure figcaption p span {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  line-height: 1;
  padding-top: 4px;
}
main .fv_message_img_01 {
  position: absolute;
  top: 40px;
  right: 210px;
  width: 334px;
  height: auto;
  z-index: 1;
}
main .fv_message_img_01 figure figcaption {
  top: 0px;
  right: 0px;
  width: 68px;
  height: 190px;
}
main .fv_message_img_02 {
  position: absolute;
  top: 390px;
  right: 290px;
  width: 300px;
  height: auto;
  z-index: 2;
}
main .fv_message_img_02 figure figcaption {
  top: -40px;
  right: 30px;
  width: 68px;
  height: 166px;
}
main .fv_message_img_03 {
  position: absolute;
  top: 270px;
  right: 40px;
  width: 248px;
  height: auto;
  z-index: 3;
}
main .fv_message_img_03 figure figcaption {
  top: 50px;
  right: -20px;
  width: 68px;
  height: 150px;
}
main .fv_message_text {
  z-index: 3;
}
main .fv_message_text_title p {
  font-family: "Shippori Mincho", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: 1.8;
  font-size: 36px;
  color: #35356c;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  main .fv_message_text_title p {
    font-size: 30px;
  }
}
main .fv_message_text_content {
  margin-top: 40px;
}
main .fv_message_text_content p {
  margin-bottom: 32px;
  line-height: 2;
  font-weight: bold;
}
main .fv_message_text_content p:last-child {
  margin-bottom: 0;
}
main .fv_message_text_btn {
  margin-top: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
main .fv_message_text_btn_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
main .fv_message_text_btn_inner:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -4px;
  left: 0px;
  background: #cccccc;
}
main .fv_message_text_btn_inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  color: #35356c;
  font-weight: bold;
  font-size: 16px;
  padding: 6px;
  position: relative;
}
main .fv_message_text_btn_inner a:before {
  content: "";
  width: 13px;
  height: 15px;
  background: url(../images/common/icon_rice_blue.png) no-repeat center center;
  background-size: contain;
}
main .fv_message_text_btn_inner a:after {
  content: "";
  width: 24px;
  height: 1px;
  position: absolute;
  bottom: -4px;
  left: 0px;
  background: #35356c;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
main .fv_message_text_btn_inner a:hover:after {
  width: 100%;
}
main .topmain_inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  main .topmain_inner {
    gap: 20px;
  }
}
main .topmain_menu {
  width: 278px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0px;
  position: sticky;
  top: 0px;
}
@media screen and (max-width: 1024px) {
  main .topmain_menu {
    width: 228px;
    padding-top: 40px;
    padding-left: 20px;
  }
}
main .topmain_content {
  max-width: 970px;
  width: calc(100% - 328px);
}
@media screen and (max-width: 1024px) {
  main .topmain_content {
    width: calc(100% - 248px);
    padding-left: 20px;
  }
}
main .topmain_content_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 100%;
}
main .topmain_content_title h2 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 3px;
}
main .topmain_content_title img {
  width: 100%;
  height: auto;
}
main .topmain_content .ranking, main .topmain_content .newitem {
  padding-top: 100px;
  padding-bottom: 100px;
}
main .topmain_content .ranking_title img, main .topmain_content .newitem_title img {
  width: 30px;
}
main .topmain_content .ranking_content, main .topmain_content .newitem_content {
  width: 100%;
  padding: 0 40px;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  main .topmain_content .ranking_content, main .topmain_content .newitem_content {
    padding: 0 10px;
  }
}
main .topmain_content .ranking_content_inner, main .topmain_content .newitem_content_inner {
  overflow-y: hidden;
  overflow-x: auto;
  padding: 40px 10px;
}
main .topmain_content .ranking_list, main .topmain_content .newitem_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
main .topmain_content .ranking_list .the_item, main .topmain_content .newitem_list .the_item {
  max-width: 196px;
}
main .topmain_content .newitem_title img {
  width: 30px;
}
main .topmain_content .newitem_content {
  padding: 50 50px;
}
main .topmain_content .newitem_list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 30px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
main .topmain_content .lineup {
  background: #faf9f5;
}
main .topmain_content .lineup_title {
  padding-top: 120px;
  margin-bottom: 40px;
}
main .topmain_content .lineup_title img {
  width: 24px;
}
main .topmain_content .lineup_head {
  position: relative;
}
main .topmain_content .lineup_head_img {
  position: relative;
  width: 100%;
  height: auto;
}
main .topmain_content .lineup_head_icon {
  position: absolute;
  max-width: 183px;
  left: 120px;
  bottom: -150px;
}
@media screen and (max-width: 1024px) {
  main .topmain_content .lineup_head_icon {
    max-width: 150px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -100px;
  }
}
main .topmain_content .lineup_head_icon_bg {
  display: block;
}
main .topmain_content .lineup_head_icon_content {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media screen and (max-width: 1024px) {
  main .topmain_content .lineup_head_icon_content {
    top: 20px;
    gap: 2px;
  }
}
main .topmain_content .lineup_head_icon_content img {
  max-width: 30px;
}
main .topmain_content .lineup_head_icon_content p {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  main .topmain_content .lineup_head_icon_content p {
    font-size: 24px;
  }
}
main .topmain_content .lineup_head_text {
  width: 100%;
  padding-right: 50px;
  padding-left: 340px;
  padding-top: 60px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  main .topmain_content .lineup_head_text {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 120px;
    padding-bottom: 20px;
  }
}
main .topmain_content .lineup_head_text p {
  font-weight: bold;
  line-height: 2;
}
main .topmain_content .lineup_section {
  background: #faf9f5;
}
main .topmain_content .lineup_section.dark {
  background: #edeade;
}
main .topmain_content .lineup_body {
  width: 100%;
  overflow: clip;
  padding: 40px 0 120px;
}
main .topmain_content .lineup_body_inner {
  padding: 0 50px;
}
@media screen and (max-width: 1024px) {
  main .topmain_content .lineup_body_inner {
    padding: 0 20px;
  }
}
main .topmain_content .lineup_list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(196px, 1fr));
  gap: 30px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
main .top_profile {
  overflow: clip;
  background: #faf9f5;
  position: relative;
}
main .top_profile .profile_bg {
  position: absolute;
  width: 100%;
  max-width: 860px;
  height: auto;
  top: 120px;
  left: 50%;
  -webkit-transform: translateX(calc(-50% + 290px));
          transform: translateX(calc(-50% + 290px));
  z-index: 1;
}
main .top_profile .profile_inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 100px;
  padding-right: 50px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  main .top_profile .profile_inner {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
main .top_profile .profile_title {
  margin-bottom: 60px;
}
main .top_profile .profile_title h2 {
  font-family: "Shippori Mincho", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  color: #35356c;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 3px;
}
main .top_profile .profile_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  main .top_profile .profile_box {
    gap: 40px;
  }
}
main .top_profile .profile_box.profile_topbox {
  margin-bottom: 100px;
}
main .top_profile .profile_box.profile_topbox .profile_box_img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc(100% - 440px);
}
@media screen and (max-width: 1024px) {
  main .top_profile .profile_box.profile_topbox .profile_box_img {
    width: calc(100% - 340px);
  }
}
main .top_profile .profile_box.profile_topbox .profile_box_content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 360px;
}
main .top_profile .profile_box.profile_bottombox {
  height: 340px;
}
main .top_profile .profile_box.profile_bottombox .profile_box_imgscroller {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: absolute;
  width: 1230px;
  top: 0;
  left: 450px;
}
@media screen and (max-width: 1024px) {
  main .top_profile .profile_box.profile_bottombox .profile_box_imgscroller {
    left: 350px;
  }
}
main .top_profile .profile_box.profile_bottombox .profile_box_content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
main .top_profile .profile_box_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
}
main .top_profile .profile_box_content_text p {
  margin-bottom: 24px;
  line-height: 2;
  font-weight: bold;
}
main .top_profile .profile_box_content_text p:last-child {
  margin-bottom: 0;
}
main .top_profile .profile_box_content_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
main .top_profile .profile_box_content_link:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -4px;
  left: 0px;
  background: #cccccc;
}
main .top_profile .profile_box_content_link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  color: #35356c;
  font-weight: bold;
  font-size: 16px;
  padding: 6px;
  position: relative;
}
main .top_profile .profile_box_content_link a:before {
  content: "";
  width: 13px;
  height: 15px;
  background: url(../images/common/icon_rice_blue.png) no-repeat center center;
  background-size: contain;
}
main .top_profile .profile_box_content_link a:after {
  content: "";
  width: 24px;
  height: 1px;
  position: absolute;
  bottom: -4px;
  left: 0px;
  background: #35356c;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
main .top_profile .profile_box_content_link a:hover:after {
  width: 100%;
}
main .top_profile .profile_box_img {
  border-radius: 10px;
  overflow: hidden;
}
main .top_profile .profile_box_img img {
  width: 100%;
  height: auto;
}
main .top_profile .profile_box_imgscroller {
  overflow: clip;
  border-radius: 10px;
}
main .top_profile .profile_box_kappa {
  position: absolute;
  bottom: -30px;
  right: -40px;
  width: 150px;
  height: auto;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  main .top_profile .profile_box_kappa {
    width: 120px;
  }
}
main .top_profile .profile_box_kappa img {
  width: 100%;
  height: auto;
}
main .top_profile .profile_box_ricedeco {
  position: absolute;
  bottom: -35px;
  left: 380px;
  width: 125px;
  height: auto;
  z-index: 2;
}
main .top_profile .profile_box_ricedeco img {
  width: 100%;
  height: auto;
}
main .top_news {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 120px;
}
main .top_news .news_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  main .top_news .news_flex {
    gap: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
main .top_news .news_headline {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 140px;
  min-height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main .top_news .news_title h2 {
  font-family: "Shippori Mincho", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  color: #35356c;
  font-size: 34px;
}
main .top_news .news_link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 6px;
}
main .top_news .news_link_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
main .top_news .news_link_inner:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -4px;
  left: 0px;
  background: #cccccc;
}
main .top_news .news_link_inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  color: #35356c;
  font-weight: bold;
  font-size: 16px;
  padding: 6px;
  position: relative;
}
main .top_news .news_link_inner a:before {
  content: "";
  width: 13px;
  height: 15px;
  background: url(../images/common/icon_rice_blue.png) no-repeat center center;
  background-size: contain;
}
main .top_news .news_link_inner a:after {
  content: "";
  width: 24px;
  height: 1px;
  position: absolute;
  bottom: -4px;
  left: 0px;
  background: #35356c;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
main .top_news .news_link_inner a:hover:after {
  width: 100%;
}
main .top_news .news_splink {
  display: none;
}
main .top_news .news_list {
  width: calc(100% - 240px);
}
main .top_news .news_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
main .top_news .news_list ul li {
  width: 100%;
  position: relative;
}
main .top_news .news_list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-top: 24px;
  padding-bottom: 24px;
  gap: 24px;
  border-bottom: 1px solid #ccc;
}
main .top_news .news_list ul li a .news_date {
  width: 90px;
}
main .top_news .news_list ul li a .news_date time {
  font-size: 14px;
  letter-spacing: 0px;
}
main .top_news .news_list ul li a .news_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 0;
}
main .top_news .news_list ul li a .news_title p {
  line-height: 2;
}
main .top_news .news_list ul li:first-child a {
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  main .fv_slider {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  main .fv_slider .swiper-slide {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  main .fv_slider .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
  }
  main .fv_slider_absitem1 {
    width: 95px;
    left: 5px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    top: 0px;
  }
  main .fv_slider_absitem2 {
    width: 95px;
    right: 5px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    bottom: -80px;
  }
  main .fv_message {
    overflow: clip;
    padding: 60px 0 80px;
  }
  main .fv_message_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .fv_message_bg {
    position: absolute;
    top: -60px;
    left: 50%;
    width: 100%;
    height: auto;
    max-width: 660px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }
  main .fv_message_bg img {
    width: 100%;
    height: auto;
  }
  main .fv_message_imgs {
    position: absolute;
    width: 100%;
    max-width: 480px;
    height: 520px;
    z-index: 2;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  main .fv_message_img figure figcaption p {
    font-size: 12px;
  }
  main .fv_message_img_01 {
    top: 180px;
    right: 50%;
    width: 224px;
    -webkit-transform: translateX(calc(50% - 70px));
            transform: translateX(calc(50% - 70px));
  }
  main .fv_message_img_01 figure figcaption {
    top: 0px;
    right: 12px;
    width: 26px;
    height: 160px;
  }
  main .fv_message_img_02 {
    top: 470px;
    right: 50%;
    width: 200px;
    -webkit-transform: translateX(calc(50% - 90px));
            transform: translateX(calc(50% - 90px));
  }
  main .fv_message_img_02 figure figcaption {
    top: -40px;
    right: 10px;
    width: 62px;
    height: 150px;
  }
  main .fv_message_img_03 {
    top: 310px;
    right: 50%;
    width: 168px;
    -webkit-transform: translateX(calc(50% + 90px));
            transform: translateX(calc(50% + 90px));
  }
  main .fv_message_img_03 figure figcaption {
    top: 40px;
    right: -10px;
    width: 62px;
    height: 145px;
  }
  main .fv_message_text {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main .fv_message_text_title p {
    font-size: 28px;
    text-align: center;
  }
  main .fv_message_text_content {
    margin-top: 24px;
  }
  main .fv_message_text_content p {
    text-align: center;
    margin-bottom: 16px;
  }
  main .fv_message_text_btn {
    margin-top: 520px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  main .fv_message_text_btn_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  main .fv_message_text_btn_inner:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -4px;
    left: 0px;
    background: #cccccc;
  }
  main .fv_message_text_btn_inner a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    color: #35356c;
    font-weight: bold;
    font-size: 16px;
    padding: 6px;
    position: relative;
  }
  main .fv_message_text_btn_inner a:before {
    content: "";
    width: 13px;
    height: 15px;
    background: url(../images/common/icon_rice_blue.png) no-repeat center center;
    background-size: contain;
  }
  main .fv_message_text_btn_inner a:after {
    content: "";
    width: 24px;
    height: 1px;
    position: absolute;
    bottom: -4px;
    left: 0px;
    background: #35356c;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
  }
  main .fv_message_text_btn_inner a:hover:after {
    width: 100%;
  }
  main .topmain_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .topmain_menu {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    padding: 20px 20px;
  }
  main .topmain_content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding: 0px 0px;
  }
  main .topmain_content_title {
    gap: 12px;
  }
  main .topmain_content_title h2 {
    font-size: 24px;
  }
  main .topmain_content .ranking, main .topmain_content .newitem {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  main .topmain_content .ranking_title img, main .topmain_content .newitem_title img {
    width: 24px;
  }
  main .topmain_content .ranking_content, main .topmain_content .newitem_content {
    padding: 0 0px;
  }
  main .topmain_content .ranking_content_inner, main .topmain_content .newitem_content_inner {
    max-width: 480px;
    margin: 0 auto;
    padding: 30px 16px;
  }
  main .topmain_content .ranking_list, main .topmain_content .newitem_list {
    gap: 20px;
  }
  main .topmain_content .ranking_list .the_item, main .topmain_content .newitem_list .the_item {
    max-width: 150px;
  }
  main .topmain_content .newitem {
    padding-bottom: 0;
  }
  main .topmain_content .newitem_title img {
    width: 30px;
  }
  main .topmain_content .newitem_content {
    padding: 50 50px;
  }
  main .topmain_content .newitem_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    gap: 30px;
  }
  main .topmain_content .newitem_list .the_item {
    max-width: 150px;
  }
  main .topmain_content .lineup_title {
    padding-top: 80px;
    margin-bottom: 40px;
  }
  main .topmain_content .lineup_title img {
    width: 16px;
  }
  main .topmain_content .lineup_head {
    position: relative;
  }
  main .topmain_content .lineup_head_img {
    position: relative;
    width: 100%;
    height: auto;
  }
  main .topmain_content .lineup_head_icon {
    bottom: -100px;
  }
  main .topmain_content .lineup_head_icon_content {
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  main .topmain_content .lineup_head_icon_content {
    top: 20px;
    gap: 2px;
  }
}
@media screen and (max-width: 768px) {
  main .topmain_content .lineup_head_icon_content img {
    max-width: 30px;
  }
  main .topmain_content .lineup_head_icon_content p {
    font-size: 28px;
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  main .topmain_content .lineup_head_icon_content p {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  main .topmain_content .lineup_head_text {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    padding-top: 110px;
  }
  main .topmain_content .lineup_section {
    background: #faf9f5;
  }
  main .topmain_content .lineup_section.dark {
    background: #edeade;
  }
  main .topmain_content .lineup_body {
    padding: 10px 0 70px;
  }
  main .topmain_content .lineup_body_inner {
    overflow-y: hidden;
    overflow-x: auto;
    padding: 16px;
    max-width: 480px;
    margin: 0 auto;
  }
  main .topmain_content .lineup_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
  }
  main .topmain_content .lineup_list .the_item {
    max-width: 180px;
  }
  main .top_profile .profile_bg {
    position: absolute;
    width: 100%;
    max-width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-30%, -40%);
            transform: translate(-30%, -40%);
    z-index: 1;
  }
  main .top_profile .profile_inner {
    padding-top: 100px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 480px;
    margin: 0 auto;
  }
  main .top_profile .profile_title {
    margin-bottom: 40px;
  }
  main .top_profile .profile_title h2 {
    font-size: 28px;
  }
  main .top_profile .profile_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    position: relative;
  }
  main .top_profile .profile_box.profile_topbox {
    margin-bottom: 80px;
  }
  main .top_profile .profile_box.profile_topbox .profile_box_img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  main .top_profile .profile_box.profile_topbox .profile_box_content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    gap: 30px;
  }
  main .top_profile .profile_box.profile_bottombox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  main .top_profile .profile_box.profile_bottombox .profile_box_imgscroller {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    width: 900px;
    left: 0px;
  }
  main .top_profile .profile_box.profile_bottombox .profile_box_content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    gap: 30px;
  }
  main .top_profile .profile_box_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 50px;
  }
  main .top_profile .profile_box_content_text p {
    margin-bottom: 24px;
    line-height: 2;
    font-weight: bold;
  }
  main .top_profile .profile_box_content_text p:last-child {
    margin-bottom: 0;
  }
  main .top_profile .profile_box_content_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  main .top_profile .profile_box_content_link:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -4px;
    left: 0px;
    background: #cccccc;
  }
  main .top_profile .profile_box_content_link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    color: #35356c;
    font-weight: bold;
    font-size: 16px;
    padding: 6px;
    position: relative;
  }
  main .top_profile .profile_box_content_link a:before {
    content: "";
    width: 13px;
    height: 15px;
    background: url(../images/common/icon_rice_blue.png) no-repeat center center;
    background-size: contain;
  }
  main .top_profile .profile_box_content_link a:after {
    content: "";
    width: 24px;
    height: 1px;
    position: absolute;
    bottom: -4px;
    left: 0px;
    background: #35356c;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
  }
  main .top_profile .profile_box_content_link a:hover:after {
    width: 100%;
  }
  main .top_profile .profile_box_img {
    border-radius: 10px;
    overflow: hidden;
  }
  main .top_profile .profile_box_img img {
    width: 100%;
    height: auto;
  }
  main .top_profile .profile_box_imgscroller {
    overflow: clip;
    border-radius: 10px;
  }
  main .top_profile .profile_box_imgscroller_inner {
    width: 2700px;
    -webkit-animation: profile_scroll 40s linear infinite;
            animation: profile_scroll 40s linear infinite;
  }
  main .top_profile .profile_box_imgscroller_small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  main .top_profile .profile_box_imgscroller_small .profile_box_imgscroller_img {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
  main .top_profile .profile_box_imgscroller_small .profile_box_imgscroller_img img {
    width: 100%;
    height: auto;
  }
  main .top_profile .profile_box_imgscroller_large .profile_box_imgscroller_img {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
  main .top_profile .profile_box_imgscroller_large .profile_box_imgscroller_img img {
    width: 100%;
    height: auto;
  }
  main .top_profile .profile_box_kappa {
    width: 100px;
    bottom: -50px;
    right: -10px;
  }
  main .top_profile .profile_box_ricedeco {
    bottom: 215px;
    left: -10px;
    width: 75px;
  }
  main .top_news {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 80px;
  }
  main .top_news .news_flex {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  main .top_news .news_headline {
    width: 100%;
    min-height: auto;
  }
  main .top_news .news_title h2 {
    font-family: "Shippori Mincho", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    color: #35356c;
    font-size: 30px;
  }
  main .top_news .news_link {
    display: none;
  }
  main .top_news .news_splink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-bottom: 6px;
  }
  main .top_news .news_splink_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  main .top_news .news_splink_inner:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -4px;
    left: 0px;
    background: #cccccc;
  }
  main .top_news .news_splink_inner a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    color: #35356c;
    font-weight: bold;
    font-size: 16px;
    padding: 6px;
    position: relative;
  }
  main .top_news .news_splink_inner a:before {
    content: "";
    width: 13px;
    height: 15px;
    background: url(../images/common/icon_rice_blue.png) no-repeat center center;
    background-size: contain;
  }
  main .top_news .news_splink_inner a:after {
    content: "";
    width: 24px;
    height: 1px;
    position: absolute;
    bottom: -4px;
    left: 0px;
    background: #35356c;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
  }
  main .top_news .news_splink_inner a:hover:after {
    width: 100%;
  }
  main .top_news .news_list {
    width: 100%;
  }
  main .top_news .news_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  main .top_news .news_list ul li {
    width: 100%;
    position: relative;
  }
  main .top_news .news_list ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
    gap: 0;
    border-bottom: 1px solid #ccc;
  }
  main .top_news .news_list ul li a .news_date {
    width: 100%;
  }
  main .top_news .news_list ul li a .news_date time {
    font-size: 14px;
    letter-spacing: 0px;
  }
  main .top_news .news_list ul li a .news_title {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    padding-right: 0;
  }
  main .top_news .news_list ul li a .news_title p {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
  }
}
main .page_fv {
  position: relative;
  background: #faf9f5;
  height: 500px;
  overflow-x: clip;
}
@media screen and (max-width: 1200px) {
  main .page_fv {
    height: 400px;
  }
}
main .page_fv_mainbg {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(calc(-50% + 220px));
          transform: translateX(calc(-50% + 220px));
  width: 720px;
}
@media screen and (max-width: 1200px) {
  main .page_fv_mainbg {
    top: 20px;
    width: 600px;
    -webkit-transform: translateX(calc(-50% + 180px));
            transform: translateX(calc(-50% + 180px));
  }
}
@media screen and (max-width: 1024px) {
  main .page_fv_mainbg {
    top: 40px;
    width: 480px;
    -webkit-transform: translateX(calc(-50% + 140px));
            transform: translateX(calc(-50% + 140px));
  }
}
main .page_fv_subbg {
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(calc(-50% - 340px));
          transform: translateX(calc(-50% - 340px));
  width: 510px;
}
@media screen and (max-width: 1200px) {
  main .page_fv_subbg {
    width: 400px;
    -webkit-transform: translateX(calc(-50% - 250px));
            transform: translateX(calc(-50% - 250px));
  }
}
main .page_fv_decobg {
  position: absolute;
  z-index: 4;
  top: 90px;
  left: 50%;
  -webkit-transform: translateX(calc(-50% + 530px));
          transform: translateX(calc(-50% + 530px));
  width: 120px;
}
@media screen and (max-width: 1200px) {
  main .page_fv_decobg {
    -webkit-transform: translateX(calc(-50% + 430px));
            transform: translateX(calc(-50% + 430px));
    top: 100px;
    width: 110px;
  }
}
@media screen and (max-width: 1024px) {
  main .page_fv_decobg {
    top: 50px;
    width: 110px;
    -webkit-transform: translateX(calc(-50% + 330px));
            transform: translateX(calc(-50% + 330px));
  }
}
main .page_fv_floatbg {
  position: absolute;
  z-index: 4;
  top: 380px;
  left: 50%;
  -webkit-transform: translateX(calc(-50% + 530px));
          transform: translateX(calc(-50% + 530px));
  width: 150px;
}
@media screen and (max-width: 1200px) {
  main .page_fv_floatbg {
    top: 340px;
    width: 130px;
    -webkit-transform: translateX(calc(-50% + 430px));
            transform: translateX(calc(-50% + 430px));
  }
}
@media screen and (max-width: 1024px) {
  main .page_fv_floatbg {
    top: 300px;
    width: 110px;
    -webkit-transform: translateX(calc(-50% + 330px));
            transform: translateX(calc(-50% + 330px));
  }
}
main .page_fv_inner {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  z-index: 5;
}
main .page_fv_title {
  padding-top: 90px;
}
main .page_fv_title h1, main .page_fv_title p {
  font-family: "Shippori Mincho", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  color: #35356c;
  font-size: 50px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1024px) {
  main .page_fv_title h1, main .page_fv_title p {
    font-size: 40px;
  }
}
main .page_fv.short {
  height: 340px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  main .page_fv.short {
    height: 270px;
  }
}
main .page_fv.short .page_fv_title {
  padding-top: 60px;
}
main .page_fv.short .page_fv_subbg {
  -webkit-transform: translateX(calc(-50% - 370px));
          transform: translateX(calc(-50% - 370px));
  width: 370px;
}
@media screen and (max-width: 1024px) {
  main .page_fv.short .page_fv_subbg {
    width: 270px;
    -webkit-transform: translateX(calc(-50% - 270px));
            transform: translateX(calc(-50% - 270px));
  }
}
main .page_fv.short .page_fv_decobg {
  z-index: 4;
  top: 70px;
  left: 50%;
  -webkit-transform: translateX(calc(-50% + 450px));
          transform: translateX(calc(-50% + 450px));
  width: 190px;
}
@media screen and (max-width: 1024px) {
  main .page_fv.short .page_fv_decobg {
    top: 50px;
    width: 110px;
    -webkit-transform: translateX(calc(-50% + 330px));
            transform: translateX(calc(-50% + 330px));
  }
}
main .page_content {
  position: relative;
  z-index: 1;
}
main .page_content_ismenuinner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  main .page_content_ismenuinner {
    gap: 20px;
  }
}
main .page_content_menu {
  width: 278px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0px;
  position: sticky;
  top: 0px;
}
@media screen and (max-width: 1024px) {
  main .page_content_menu {
    width: 228px;
    padding-top: 40px;
    padding-left: 20px;
  }
}
main .page_content_colmain {
  padding: 60px 0;
  max-width: 970px;
  width: calc(100% - 328px);
  background: #fff;
}
@media screen and (max-width: 1024px) {
  main .page_content_colmain {
    padding: 40px 0;
    width: calc(100% - 248px);
    padding-left: 20px;
  }
}
main .page_content_colmain_inner {
  padding: 0 50px;
}
@media screen and (max-width: 1024px) {
  main .page_content_colmain_inner {
    padding: 0 30px;
  }
}
main .page_content_colmain a {
  text-decoration: underline;
}
main .page_content_history, main .page_content_howto {
  background: #faf9f5;
}
main .page_content_history .page_content_bg {
  position: absolute;
  bottom: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: min(850px, 90%);
  z-index: 0;
}
main .page_content_history .page_content_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .page_content_walk .page_content_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-50% + 300px));
          transform: translate(-50%, calc(-50% + 300px));
  width: min(900px, 90%);
  z-index: 0;
}
main .page_content_walk .page_content_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .page_content_walk .page_content_bigtitle h2, main .page_content_walk .page_content_bigtitle h3 {
  background: #fff;
}
main .page_content_walk_lineage .page_content_fullimg {
  max-width: 800px;
}
main .page_content_product .page_content_bigtitle h2, main .page_content_product .page_content_bigtitle h3 {
  background: #fff;
}
main .page_content_bgfv, main .page_content_threepoint, main .page_content_otameshi {
  background: #faf9f5;
}
main .page_content_threepoint .page_content_img {
  width: 400px;
}
main .page_content_threepoint .page_content_img img {
  border-radius: 10px;
  overflow: hidden;
}
main .page_content_threepoint .page_content_textarea {
  width: calc(100% - 440px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
main .page_content_threepoint .page_content_textarea .page_content_text {
  margin: 10px 0;
}
main .page_content_threepoint .page_content_textarea .page_content_link {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
}
main .page_content_goodpoint .page_content_title.fukidashi {
  position: relative;
}
main .page_content_goodpoint .page_content_title.fukidashi h2 {
  position: relative;
  z-index: 1;
}
main .page_content_goodpoint .page_content_title.fukidashi h2:before, main .page_content_goodpoint .page_content_title.fukidashi h2:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 37px;
  background: url(../images/common/pointdot.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
main .page_content_goodpoint .page_content_title.fukidashi h2:before {
  top: -4px;
  left: -38px;
}
main .page_content_goodpoint .page_content_title.fukidashi h2:after {
  top: -4px;
  right: -38px;
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
          transform: rotate3d(0, 1, 0, 180deg);
}
main .page_content_otameshi {
  padding-top: 60px;
}
main .page_content_otameshi_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  main .page_content_otameshi_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 768px;
    margin: 0 auto;
  }
}
main .page_content_otameshi_left {
  width: 430px;
}
main .page_content_otameshi_left .page_content_title {
  margin: 20px 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
main .page_content_otameshi_left .page_content_title h2, main .page_content_otameshi_left .page_content_title h3 {
  font-size: 36px;
  font-weight: bold;
}
main .page_content_otameshi_left .page_content_text {
  margin: 30px 0;
}
@media screen and (max-width: 1024px) {
  main .page_content_otameshi_left {
    width: 100%;
  }
}
main .page_content_otameshi_right {
  width: calc(100% - 480px);
}
@media screen and (max-width: 1024px) {
  main .page_content_otameshi_right {
    width: 100%;
  }
}
main .page_content_otameshi_kappa {
  margin-top: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
main .page_content_otameshi_kappa_inner {
  width: 100%;
  max-width: 130px;
}
main .page_content_otameshi_kappa_inner img {
  width: 100%;
  height: auto;
}
main .page_content_otameshi_box {
  background: #fff;
  padding: 24px;
  margin-top: 20px;
}
main .page_content_otameshi_title {
  width: 100%;
  margin-top: -50px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main .page_content_otameshi_title p {
  display: inline;
  font-size: 24px;
  font-weight: bold;
  color: #35356c;
  border-bottom: 3px solid #35356c;
}
main .page_content_otameshi_subbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  main .page_content_otameshi_subbox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
main .page_content_otameshi_subbox_img {
  max-width: 320px;
}
main .page_content_otameshi_subbox_img img {
  width: 100%;
  height: auto;
}
main .page_content_otameshi_subbox_text p {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}
main .page_content_otameshi_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .page_content_otameshi_btn a {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  background: #35356c;
  border-radius: 10px;
  padding: 20px 10px 20px 30px;
  border: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
main .page_content_otameshi_btn a:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/common/icon_arrowhead_white.png);
  background-size: contain;
  background-repeat: no-repeat;
}
main .page_content_inner {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 90px 40px 60px;
}
main .page_content_inner_koji {
  margin: 80px 0;
}
main .page_content_inner_koji .page_content_textarea {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 480px;
}
@media screen and (max-width: 1024px) {
  main .page_content_inner_koji .page_content_textarea {
    width: 400px;
  }
}
main .page_content_inner_koji .page_content_imgs {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
}
main .page_content_inner_koji .page_content_imgs .page_content_img {
  position: absolute;
}
main .page_content_inner_koji .page_content_imgs .page_content_img:first-child {
  top: -10px;
  left: 0;
  width: 190px;
}
@media screen and (max-width: 1024px) {
  main .page_content_inner_koji .page_content_imgs .page_content_img:first-child {
    width: 150px;
    left: unset;
    right: 180px;
  }
}
main .page_content_inner_koji .page_content_imgs .page_content_img:last-child {
  top: 90px;
  right: 40px;
  width: 290px;
}
@media screen and (max-width: 1024px) {
  main .page_content_inner_koji .page_content_imgs .page_content_img:last-child {
    right: 0px;
    width: 220px;
  }
}
main .page_content_inner_koji .page_content_imgs .page_content_img picture {
  border-radius: 10px;
  overflow: hidden;
}
main .page_content_inner_koji .img_float {
  width: calc(100% - 520px);
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
  min-height: 420px;
}
@media screen and (max-width: 1024px) {
  main .page_content_inner_koji .img_float {
    width: calc(100% - 440px);
  }
}
main .page_content_inner_routes {
  margin: 80px 0;
}
main .page_content_inner_routes .page_content_textarea {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 450px;
}
@media screen and (max-width: 1024px) {
  main .page_content_inner_routes .page_content_textarea {
    width: 330px;
  }
}
main .page_content_inner_routes .page_content_routes_img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc(100% - 520px);
}
main .page_content_inner_routes .page_content_routes_img picture {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  main .page_content_inner_routes .page_content_routes_img {
    width: calc(100% - 370px);
  }
}
main .page_content_inner_turning {
  margin: 80px 0;
}
main .page_content_inner_turning .page_content_textarea {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc(100% - 430px);
}
@media screen and (max-width: 1024px) {
  main .page_content_inner_turning .page_content_textarea {
    width: calc(100% - 340px);
  }
}
main .page_content_inner_turning .page_content_turning_img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 350px;
}
main .page_content_inner_turning .page_content_turning_img picture {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  main .page_content_inner_turning .page_content_turning_img {
    width: 300px;
  }
}
main .page_content_bigtitle {
  width: 100%;
  background: url(../images/common/deco_hr.png) repeat-x center center;
  background-size: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px 0;
}
main .page_content_bigtitle:first-child {
  margin-top: 0;
}
main .page_content_bigtitle h2, main .page_content_bigtitle h3 {
  font-family: "Shippori Mincho", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  color: #35356c;
  font-size: 36px;
  letter-spacing: 3px;
  line-height: 1.6;
  position: relative;
  background: #faf9f5;
  padding: 0 0px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  main .page_content_bigtitle {
    margin: 30px 0;
  }
  main .page_content_bigtitle h2 {
    font-size: 32px;
  }
}
main .page_content_fullimg {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin: 70px auto;
}
main .page_content_fullimg:first-child {
  margin-top: 0;
}
main .page_content_fullimg img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  main .page_content_fullimg {
    margin: 50px 0;
  }
}
main .page_content_title {
  width: 100%;
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
main .page_content_title:first-child {
  margin-top: 0;
}
main .page_content_title h2, main .page_content_title h3 {
  font-family: "Shippori Mincho", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  color: #35356c;
  font-size: 30px;
  letter-spacing: 3px;
  position: relative;
  padding: 0;
  z-index: 2;
}
main .page_content_title.over_deco {
  padding-top: 10px;
}
main .page_content_title.over_deco:before {
  content: "";
  display: block;
  width: 13px;
  height: 15px;
  background: url(../images/common/icon_rice_blue.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  main .page_content_title.over_deco:before {
    top: -18px;
  }
}
@media screen and (max-width: 1024px) {
  main .page_content_title.over_deco {
    padding-top: 5px;
  }
}
main .page_content_title.side_deco {
  padding-left: 32px;
}
main .page_content_title.side_deco:before {
  content: "";
  display: block;
  width: 13px;
  height: 15px;
  background: url(../images/common/icon_rice_blue.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  main .page_content_title {
    margin: 30px 0;
  }
  main .page_content_title h3 {
    font-size: 28px;
  }
}
main .page_content_text {
  margin: 40px 0;
}
main .page_content_text:last-child {
  margin-bottom: 0px;
}
main .page_content_text p {
  font-weight: bold;
  line-height: 2;
  margin-bottom: 20px;
}
main .page_content_text p.note {
  font-size: 14px;
}
main .page_content_text p:last-child {
  margin-bottom: 0;
}
main .page_content_text.center {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  main .page_content_text {
    margin: 20px 0;
  }
}
main .page_content_badge {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 12px;
  background: #ece9de;
}
main .page_content_badge p {
  font-size: 18px;
  font-weight: bold;
}
main .page_content_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin: 80px 0;
}
@media screen and (max-width: 1024px) {
  main .page_content_grid {
    margin: 60px 0;
  }
}
main .page_content_grid .page_content_title {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 30px 0;
}
main .page_content_grid .page_content_title:first-child {
  margin-top: 0;
}
main .page_content_shbox {
  display: block;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ccc;
  margin: 120px 0 70px;
}
@media screen and (max-width: 1024px) {
  main .page_content_shbox {
    margin: 80px 0 50px;
  }
}
main .page_content_shbox_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 32px 48px;
  gap: 50px;
  min-height: 340px;
}
@media screen and (max-width: 1024px) {
  main .page_content_shbox_inner {
    gap: 20px;
    padding: 32px;
    min-height: 280px;
  }
}
main .page_content_shbox_title {
  width: 80px;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 4px double #333;
  border-right: 4px double #333;
}
main .page_content_shbox_title p {
  padding: 4px 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Shippori Mincho", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 6px;
  font-weight: bold;
}
main .page_content_shbox_title img {
  display: block;
  width: 100%;
  height: 100%;
}
main .page_content_shbox_title img.pc1 {
  display: block;
  position: absolute;
  top: 140px;
  width: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  main .page_content_shbox_title img.pc1 {
    width: 30px;
    top: 110px;
  }
}
main .page_content_shbox_title img.sp1 {
  display: none;
}
main .page_content_shbox_title img.sp2 {
  display: none;
}
@media screen and (max-width: 1024px) {
  main .page_content_shbox_title {
    width: 60px;
  }
  main .page_content_shbox_title p {
    font-size: 24px;
  }
}
main .page_content_shbox_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 30px;
}
main .page_content_shbox_text p {
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  main .page_content_shbox_text {
    padding-top: 15px;
  }
}
main .page_content_shbox_img {
  width: 250px;
}
main .page_content_shbox_img picture {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  main .page_content_shbox_img {
    width: 200px;
  }
}
main .page_content_refs {
  background: #edeade;
  margin: 60px 0;
  border-radius: 10px;
}
main .page_content_refs_inner {
  padding: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 1024px) {
  main .page_content_refs_inner {
    padding: 24px;
  }
}
main .page_content_refs_title {
  width: 140px;
  padding-right: 20px;
  border-right: 1px solid #fff;
}
main .page_content_refs_title p {
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  main .page_content_refs_title {
    width: 120px;
  }
  main .page_content_refs_title p {
    font-size: 18px;
  }
}
main .page_content_refs_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main .page_content_refs_text ul {
  padding-left: 40px;
}
main .page_content_refs_text ul li {
  margin-left: 16px;
  list-style-type: decimal;
  font-weight: bold;
  line-height: 2;
}
main .page_content_refs_text ul li::marker {
  margin-right: 4px;
  color: #35356c;
}
@media screen and (max-width: 1024px) {
  main .page_content_refs {
    margin: 40px 0;
  }
}
main .page_content_table .table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 100%;
}
main .page_content_table .table_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #fff;
  border-radius: 10px;
}
main .page_content_table .table_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 20px;
}
main .page_content_table .table_item.tc_title {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  width: 140px;
  border-right: 1px solid #fff;
  text-align: center;
}
main .page_content_table .table_item.tc_title p {
  color: #35356c;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  main .page_content_table .table_item.tc_title {
    width: 120px;
  }
}
main .page_content_table .table_item.tc_content {
  padding-left: 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
main .page_content_table .table_item.tc_content .btn_map:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  background: url(../images/common/icon_external.png) no-repeat center center;
  background-size: contain;
  margin-left: 10px;
}
main .page_content_table .table_item.tc_content iframe {
  width: 100%;
  aspect-ratio: 2/1;
}
main .page_content_scroller {
  width: 100%;
  overflow: clip;
  margin: 70px 0;
  border-radius: 10px;
}
main .page_content_steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 80px 0 120px;
}
@media screen and (max-width: 1024px) {
  main .page_content_steps {
    margin: 40px 0 80px;
  }
}
main .page_content_step {
  position: relative;
  width: 22%;
}
main .page_content_step_imgs {
  position: relative;
}
main .page_content_step_stepimg {
  position: absolute;
  top: -5px;
  left: 0;
  width: 30%;
}
main .page_content_step.step1:before {
  content: "";
  width: min(284px, 30vw);
  height: auto;
  aspect-ratio: 284/100;
  position: absolute;
  background: url(../images/common/stepchain01.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 25%;
  left: 42%;
}
@media screen and (max-width: 1024px) {
  main .page_content_step.step1:before {
    top: 12%;
    left: 48%;
  }
}
main .page_content_step.step2:before {
  content: "";
  width: min(272px, 30vw);
  height: auto;
  aspect-ratio: 272/100;
  position: absolute;
  background: url(../images/common/stepchain02.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: -3%;
  left: 48%;
}
main .page_content_step.step3:before {
  content: "";
  width: min(240px, 25vw);
  height: auto;
  aspect-ratio: 240/150;
  position: absolute;
  background: url(../images/common/stepchain03.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 11%;
  left: 56%;
}
@media screen and (max-width: 1024px) {
  main .page_content_step.step3:before {
    top: 5%;
    left: 60%;
  }
}
main .page_content_step.step2, main .page_content_step.step4 {
  top: 80px;
}
@media screen and (max-width: 1024px) {
  main .page_content_step.step2, main .page_content_step.step4 {
    top: 40px;
  }
}
main .page_content_step_title {
  margin-top: 16px;
}
main .page_content_step_title p {
  color: #35356c;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: bold;
  text-align: center;
}
main .page_content_step_text {
  margin-top: 16px;
}
main .page_content_step_text p {
  font-size: 16px;
  line-height: 2;
  text-align: left;
}
main .page_content_points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px 0 120px;
}
@media screen and (max-width: 1024px) {
  main .page_content_points {
    margin: 30px 0 60px;
  }
}
main .page_content_point {
  position: relative;
  width: 31%;
}
main .page_content_point_imgs {
  position: relative;
  margin-bottom: 24px;
}
main .page_content_point_pointtext {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 10px;
  right: 30px;
}
main .page_content_point_pointtext span {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0px;
  line-height: 1;
  color: #35356c;
}
main .page_content_point_pointtext span:nth-child(1) {
  font-size: 12px;
}
main .page_content_point_pointtext span:nth-child(2) {
  font-size: 34px;
}
main .page_content_point.point2 {
  top: 80px;
}
@media screen and (max-width: 1024px) {
  main .page_content_point.point2 {
    top: 40px;
  }
}
main .page_content_point_title {
  margin: 8px 0 8px;
}
main .page_content_point_title p {
  font-size: 24px;
  color: #35356c;
  font-weight: bold;
  text-align: center;
}
main .page_content_point_text p {
  line-height: 1.8;
  font-weight: bold;
  text-align: left;
}
main .page_content_listbox {
  overflow-y: hidden;
  overflow-x: auto;
  padding: 40px 0 20px;
}
main .page_content_plist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  gap: 30px;
}
main .page_content_plist .the_item {
  max-width: 230px;
}
main .page_content_link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0 20px;
}
main .page_content_link_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
main .page_content_link_inner:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -4px;
  left: 0px;
  background: #cccccc;
}
main .page_content_link_inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  color: #35356c;
  font-weight: bold;
  font-size: 16px;
  padding: 6px;
  position: relative;
}
main .page_content_link_inner a:before {
  content: "";
  width: 13px;
  height: 15px;
  background: url(../images/common/icon_rice_blue.png) no-repeat center center;
  background-size: contain;
}
main .page_content_link_inner a:after {
  content: "";
  width: 24px;
  height: 1px;
  position: absolute;
  bottom: -4px;
  left: 0px;
  background: #35356c;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
main .page_content_link_inner a:hover:after {
  width: 100%;
}
main .page_content .guide_nav {
  margin-bottom: 40px;
}
main .page_content .guide_nav_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
main .page_content .guide_nav_item {
  width: 100%;
}
main .page_content .guide_nav_item a {
  width: 100%;
  background: #fff;
  padding: 16px 32px 16px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: flex-start;
          flex-direction: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 10px;
  position: relative;
  font-weight: bold;
  text-decoration: none;
}
main .page_content .guide_nav_item a:after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/common/icon_arrowhead_blue.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
main .page_content .guide_table {
  width: 100%;
  border-collapse: collapse;
  margin: 40px 0;
  padding-left: 16px;
  padding-right: 16px;
}
main .page_content .guide_table table {
  width: 100%;
}
main .page_content .guide_table table thead tr th {
  border: 1px solid #D8D8D8;
  background: #ECE9DE;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  padding: 4px;
}
main .page_content .guide_table table tbody tr td {
  vertical-align: top;
  border: 1px solid #D8D8D8;
  padding: 4px;
  text-align: center;
}
main .page_content .content_section {
  margin-bottom: 40px;
  padding: 0 20px;
  background: #fff;
}
main .page_content .content_section_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 32px;
  border-bottom: 1px solid #ccc;
}
main .page_content .content_section_head_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
main .page_content .content_section_head_date time {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  color: #aaaaaa;
  font-size: 16px;
  font-weight: bold;
}
main .page_content .content_section_head_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
main .page_content .content_section_head_cat span {
  font-size: 16px;
  padding: 2px 8px;
  font-weight: bold;
  border: 1px solid #35356c;
  border-radius: 4px;
  color: #35356c;
}
main .page_content .content_section_head_bottom h1 {
  font-family: "Shippori Mincho", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.6;
  letter-spacing: 0;
  letter-spacing: -1px;
  padding: 16px 0;
}
main .page_content .content_section .wp-block-buttons {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 6px;
}
main .page_content .content_section .wp-block-buttons .wp-block-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
main .page_content .content_section .wp-block-buttons .wp-block-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  color: #fff;
  background: #35356c;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  padding: 8px 24px;
  position: relative;
}
main .page_content .content_section .content_section_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  background: #faf9f5;
  gap: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  margin: 80px 0 40px;
}
main .page_content .content_section .content_section_sns p {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 0;
}
main .page_content .content_section .content_section_sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  margin: 0;
  padding: 0;
}
main .page_content .content_section .content_section_sns ul li {
  list-style: none;
}
main .page_content .content_section .content_section_sns ul li a img {
  width: 36px;
  height: auto;
}
main .page_content .content_section .content_section_pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 40px;
}
main .page_content .content_section .content_section_pager_prev a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
main .page_content .content_section .content_section_pager_prev a:before {
  content: "";
  background: url(../images/common/icon_arrowhead_black.png) no-repeat center center;
  background-size: contain;
  width: 10px;
  height: 12px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
main .page_content .content_section .content_section_pager_next a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
main .page_content .content_section .content_section_pager_next a:after {
  content: "";
  background: url(../images/common/icon_arrowhead_black.png) no-repeat center center;
  background-size: contain;
  width: 10px;
  height: 12px;
}
main .page_content .content_section .content_section_pager_list a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
main .page_content .content_section .content_section_pager_list a:before {
  content: "";
  background: url(../images/index/lineup_icon.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
}
main .page_content .content_section .payment_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4px;
  margin: 10px 0;
}
main .page_content .content_section .payment_img img {
  max-width: 100%;
  height: auto;
}
main .page_content .content_section h2 {
  font-size: 28px;
  color: #35356c;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
  margin-top: 80px;
}
main .page_content .content_section h2:first-child {
  margin-top: 0;
}
main .page_content .content_section h3 {
  display: block;
  width: 100%;
  padding: 8px 16px;
  line-height: 1.6;
  background: #faf9f5;
  font-size: 24px;
  margin-bottom: 20px;
}
main .page_content .content_section h4 {
  font-size: 20px;
  line-height: 1.6;
  color: #35356c;
  font-weight: bold;
  position: relative;
  margin-bottom: 40px;
}
main .page_content .content_section h4:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: -20px;
  background: url(../images/common/deco_hr.png) repeat-x center center;
}
main .page_content .content_section h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  padding-left: 16px;
  position: relative;
}
main .page_content .content_section h5:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  left: 0;
  background: #35356c;
}
main .page_content .content_section p {
  line-height: 2;
  margin-bottom: 40px;
  padding-left: 16px;
  padding-right: 16px;
}
main .page_content .content_section p:last-child {
  margin-bottom: 0px;
}
main .page_content .content_section a {
  text-decoration: underline;
}
main .page_content .content_section a:visited {
  color: #666;
}
main .page_content .content_section a[target=_blank] {
  position: relative;
}
main .page_content .content_section a[target=_blank]:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
  background: url(../images/common/icon_external.png);
  background-repeat: no-repeat;
  background-size: contain;
}
main .page_content .content_section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 20px;
  gap: 6px;
  margin-bottom: 20px;
  padding-left: 16px;
  padding-right: 16px;
}
main .page_content .content_section ul li {
  position: relative;
  list-style: disc;
  line-height: 1.6;
  padding-left: 0px;
}
main .page_content .content_section ul.link-list li {
  list-style: none;
}
main .page_content .content_section ul.link-list li:before {
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -16px;
  width: 10px;
  height: 13px;
  position: absolute;
  background: url(../images/common/icon_arrowhead_blue.png);
  background-repeat: no-repeat;
  background-size: contain;
}
main .page_content .content_section ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  margin-bottom: 20px;
  counter-reset: number;
  padding-left: 16px;
  padding-right: 16px;
}
main .page_content .content_section ol li {
  position: relative;
  line-height: 1.6;
  padding-left: 40px;
}
main .page_content .content_section ol li:before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  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;
  top: 0px;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #000;
  border-radius: 50%;
  color: #fff;
  background: #35356c;
  font-size: 12px;
  text-align: center;
  line-height: 1.2;
}
main .page_content .content_section ol.guide_flow_olsec {
  gap: 40px;
}
main .page_content .content_section figure {
  width: 100%;
  margin: 40px 0;
  padding-left: 16px;
  padding-right: 16px;
}
main .page_content .content_section figure figcaption {
  margin-top: 16px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: -1px;
}

@media screen and (max-width: 768px) {
  main .page_fv {
    height: 450px;
  }
  main .page_fv_mainbg {
    top: 150px;
    width: 350px;
    -webkit-transform: translateX(calc(-50% + 0px));
            transform: translateX(calc(-50% + 0px));
  }
  main .page_fv_subbg {
    -webkit-transform: translateX(calc(-50% - 110px));
            transform: translateX(calc(-50% - 110px));
    width: 230px;
  }
  main .page_fv_decobg {
    top: 150px;
    width: 90px;
    -webkit-transform: translateX(calc(-50% + 140px));
            transform: translateX(calc(-50% + 140px));
  }
  main .page_fv_floatbg {
    top: 340px;
    width: 80px;
    -webkit-transform: translateX(calc(-50% + 150px));
            transform: translateX(calc(-50% + 150px));
  }
  main .page_fv_inner {
    max-width: 480px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
    z-index: 5;
    position: relative;
  }
  main .page_fv_title {
    padding-top: 40px;
  }
  main .page_fv_title h1 {
    font-size: 30px;
    letter-spacing: 2px;
  }
  main .page_fv.short {
    height: auto;
    min-height: unset;
    min-height: 170px;
  }
  main .page_fv.short .page_fv_title {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  main .page_fv.short .page_fv_subbg {
    z-index: 1;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(calc(-50% - 60px));
            transform: translateX(calc(-50% - 60px));
    width: 170px;
  }
  main .page_fv.short .page_fv_decobg {
    z-index: 4;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(calc(-50% + 110px));
            transform: translateX(calc(-50% + 110px));
    width: 110px;
  }
  main .page_content_ismenuinner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  main .page_content_menu {
    width: 100%;
    padding: 20px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  main .page_content_colmain {
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  main .page_content_colmain_inner {
    padding: 0px;
    max-width: 480px;
    margin: 0 auto;
  }
  main .page_content_history .page_content_bg {
    display: none;
  }
  main .page_content_walk .page_content_bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, calc(-50% + 50px));
            transform: translate(-50%, calc(-50% + 50px));
    width: min(480px, 100%);
  }
  main .page_content_walk_intro {
    margin-bottom: 80px;
  }
  main .page_content_walk_intro .page_content_text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
  }
  main .page_content_walk_intro .page_content_fullimg {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0px -20px 30px;
  }
  main .page_content_walk_lineage .page_content_title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  main .page_content_walk_lineage .page_content_text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
  }
  main .page_content_walk_lineage .page_content_fullimg {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin: 40px 0;
    max-width: 800px;
    border-radius: 10px;
  }
  main .page_content_threepoint .page_content_img {
    width: 100%;
  }
  main .page_content_threepoint .page_content_textarea {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .page_content_threepoint .page_content_textarea .page_content_text {
    margin: 10px 0;
  }
  main .page_content_threepoint .page_content_textarea .page_content_link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  main .page_content_threepoint .page_content_grid {
    margin-top: 50px;
  }
  main .page_content_goodpoint .page_content_title.fukidashi {
    position: relative;
  }
  main .page_content_goodpoint .page_content_title.fukidashi h2 {
    position: relative;
    z-index: 1;
    width: calc(100% - 80px);
  }
  main .page_content_goodpoint .page_content_title.fukidashi h2:before, main .page_content_goodpoint .page_content_title.fukidashi h2:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 37px;
    background: url(../images/common/pointdot.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
  }
  main .page_content_goodpoint .page_content_title.fukidashi h2:before {
    top: 3px;
    left: -38px;
  }
  main .page_content_goodpoint .page_content_title.fukidashi h2:after {
    top: 3px;
    right: -38px;
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
            transform: rotate3d(0, 1, 0, 180deg);
  }
  main .page_content_otameshi {
    padding-top: 0;
  }
  main .page_content_otameshi_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0px;
  }
  main .page_content_otameshi_left {
    width: 100%;
  }
  main .page_content_otameshi_left .page_content_title {
    margin: 20px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  main .page_content_otameshi_left .page_content_title h2, main .page_content_otameshi_left .page_content_title h3 {
    font-size: 26px;
    font-weight: bold;
  }
  main .page_content_otameshi_left .page_content_text {
    margin: 30px 0;
  }
  main .page_content_otameshi_right {
    width: 100%;
  }
  main .page_content_otameshi_kappa {
    margin-top: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  main .page_content_otameshi_kappa_inner {
    width: 100%;
    max-width: 100px;
  }
  main .page_content_otameshi_kappa_inner img {
    width: 100%;
    height: auto;
  }
  main .page_content_otameshi_box {
    background: #fff;
    padding: 24px;
    margin-top: 20px;
  }
  main .page_content_otameshi_title {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main .page_content_otameshi_title p {
    font-size: 20px;
  }
  main .page_content_otameshi_subbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 30px;
    gap: 20px;
  }
  main .page_content_otameshi_subbox_img {
    width: 100%;
    max-width: unset;
  }
  main .page_content_otameshi_subbox_img img {
    width: 100%;
    height: auto;
  }
  main .page_content_otameshi_subbox_text p {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
  }
  main .page_content_otameshi_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main .page_content_otameshi_btn a {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    background: #35356c;
    border-radius: 10px;
    padding: 20px 10px 20px 30px;
    border: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
  main .page_content_otameshi_btn a:after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/common/icon_arrowhead_white.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  main .page_content_inner {
    max-width: 480px;
    padding: 80px 20px 40px;
  }
  main .page_content_inner_koji.page_content_grid {
    margin: 80px 0;
  }
  main .page_content_inner_koji .page_content_textarea {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  main .page_content_inner_koji .page_content_imgs {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
  }
  main .page_content_inner_koji .page_content_imgs .page_content_img {
    position: absolute;
  }
  main .page_content_inner_koji .page_content_imgs .page_content_img:first-child {
    top: 10px;
    width: 180px;
    right: unset;
    left: 0;
  }
  main .page_content_inner_koji .page_content_imgs .page_content_img:last-child {
    top: 60px;
    right: 0px;
    width: 230px;
  }
  main .page_content_inner_koji .img_float {
    width: 100%;
    height: 260px;
    min-height: unset;
  }
  main .page_content_inner_routes.page_content_grid {
    margin: 50px 0 50px 0;
  }
  main .page_content_inner_routes .page_content_textarea {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  main .page_content_inner_routes .page_content_routes_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  main .page_content_inner_turning.page_content_grid {
    margin: 50px 0;
  }
  main .page_content_inner_turning .page_content_textarea {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  main .page_content_inner_turning .page_content_turning_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  main .page_content_bigtitle {
    margin: 30px 0;
    background: url(../images/common/deco_hr.png) repeat-x center center;
    background-size: 85%;
  }
  main .page_content_bigtitle h2 {
    font-size: 28px;
    letter-spacing: 2px;
    line-height: 1.5;
  }
  main .page_content_fullimg {
    width: calc(100% + 40px);
    margin: 30px -20px 70px;
    border-radius: 0;
  }
  main .page_content_fullimg img {
    height: auto;
  }
  main .page_content_title {
    width: 100%;
    margin: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  main .page_content_title h2, main .page_content_title h3 {
    font-size: 24px;
    letter-spacing: 2px;
  }
  main .page_content_title.over_deco {
    padding-top: 10px;
  }
  main .page_content_title.over_deco:before {
    content: "";
    display: block;
    width: 13px;
    height: 15px;
    background: url(../images/common/icon_rice_blue.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: -24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  main .page_content_title.over_deco:before {
    top: -18px;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  main .page_content_title.over_deco {
    padding-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  main .page_content_title.side_deco {
    padding-left: 32px;
  }
  main .page_content_title.side_deco:before {
    content: "";
    display: block;
    width: 13px;
    height: 15px;
    background: url(../images/common/icon_rice_blue.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  main .page_content_title.sp_over_deco {
    padding-left: 0px;
    padding-top: 5px;
  }
  main .page_content_title.sp_over_deco:before {
    content: "";
    display: block;
    width: 13px;
    height: 15px;
    background: url(../images/common/icon_rice_blue.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: -18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  main .page_content_text {
    margin: 20px 0;
  }
  main .page_content_text p {
    font-weight: bold;
    line-height: 2;
    margin-bottom: 16px;
  }
  main .page_content_text p.note {
    font-size: 13px;
  }
  main .page_content_text.center {
    text-align: left;
  }
  main .page_content_text.sp_center {
    text-align: center;
  }
  main .page_content_columnbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .page_content_grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
    margin: 30px 0;
  }
  main .page_content_grid .page_content_title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 30px 0;
  }
  main .page_content_grid .page_content_title.sp_over_deco {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main .page_content_table .table_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .page_content_table .table_item.tc_title {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
    border-right: unset;
    text-align: left;
    padding: 8px;
    padding-top: 16px;
  }
  main .page_content_table .table_item.tc_title p {
    color: #35356c;
    font-weight: bold;
  }
  main .page_content_table .table_item.tc_content {
    padding: 8px;
    padding-bottom: 16px;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  main .page_content_shbox {
    margin: 60px 0 40px;
  }
  main .page_content_shbox_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    padding: 32px 20px;
    min-height: unset;
  }
  main .page_content_shbox_title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 130px);
    min-width: 190px;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    border-top: 4px double #333;
    border-bottom: 4px double #333;
  }
  main .page_content_shbox_title p {
    width: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    padding: 6px 0;
    font-size: 24px;
    letter-spacing: 3px;
    font-weight: bold;
  }
  main .page_content_shbox_title img {
    display: block;
    width: 100%;
    height: 100%;
  }
  main .page_content_shbox_title img.pc1 {
    display: none;
  }
  main .page_content_shbox_title img.sp1 {
    display: block;
    position: absolute;
    top: 50%;
    left: -60px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 35px;
    height: auto;
  }
  main .page_content_shbox_title img.sp2 {
    display: block;
    position: absolute;
    top: 50%;
    right: -60px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 35px;
    height: auto;
  }
  main .page_content_shbox_text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0px;
    padding-top: 0;
  }
  main .page_content_shbox_text p {
    font-weight: bold;
    line-height: 2;
  }
  main .page_content_shbox_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  main .page_content_refs {
    background: #edeade;
    margin: 20px 0;
    border-radius: 10px;
  }
  main .page_content_refs_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px 20px;
  }
  main .page_content_refs_title {
    width: 100%;
    padding-right: 0;
    border-right: unset;
    border-bottom: 1px solid #fff;
    padding-bottom: 12px;
  }
  main .page_content_refs_title p {
    font-size: 16px;
    letter-spacing: 3px;
    font-weight: bold;
  }
  main .page_content_refs_text {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  main .page_content_refs_text ul {
    padding-top: 16px;
    padding-left: 0;
  }
  main .page_content_refs_text ul li {
    margin-left: 16px;
    list-style-type: decimal;
    font-weight: bold;
    line-height: 1.6;
  }
  main .page_content_steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 60px 0 40px;
    padding: 0 10px;
  }
  main .page_content_step {
    position: relative;
    width: 74%;
  }
  main .page_content_step_imgs {
    position: relative;
  }
  main .page_content_step_stepimg {
    position: absolute;
    top: -5px;
    left: 0;
    width: 30%;
  }
  main .page_content_step.step1:before {
    content: "";
    width: 68px;
    height: auto;
    aspect-ratio: 68/235;
    position: absolute;
    background: url(../images/common/stepchain01_sp.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 45%;
    left: 84%;
  }
  main .page_content_step.step2:before {
    content: "";
    width: 109px;
    height: auto;
    aspect-ratio: 109/298;
    position: absolute;
    background: url(../images/common/stepchain02_sp.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 41%;
    left: -28%;
  }
  main .page_content_step.step3:before {
    content: "";
    width: 91px;
    height: auto;
    aspect-ratio: 91/286;
    position: absolute;
    background: url(../images/common/stepchain03_sp.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 42%;
    left: 87%;
  }
  main .page_content_step.step2, main .page_content_step.step4 {
    top: 0;
    margin-left: 26%;
  }
  main .page_content_step_title {
    margin-top: 20px;
  }
  main .page_content_step_title p {
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: bold;
    text-align: center;
  }
  main .page_content_step_text {
    margin-top: 16px;
  }
  main .page_content_step_text p {
    font-size: 14px;
    line-height: 2;
    text-align: left;
  }
  main .page_content_points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 60px 0 40px;
    padding: 0 10px;
  }
  main .page_content_point {
    position: relative;
    width: 100%;
  }
  main .page_content_point.point2 {
    top: 0;
  }
  main .page_content_point_title {
    margin-top: 20px;
  }
  main .page_content_point_title p {
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: bold;
    text-align: center;
  }
  main .page_content_point_text {
    margin-top: 16px;
  }
  main .page_content_point_text p {
    font-size: 14px;
    line-height: 2;
    text-align: center;
  }
  main .page_content_listbox {
    overflow-y: hidden;
    overflow-x: auto;
    padding: 30px 0 30px;
  }
  main .page_content_plist {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 24px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  main .page_content_plist .the_item {
    max-width: 175px;
  }
  main .page_content_link {
    margin: 20px 0 20px;
  }
  main .page_content .guide_nav_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  main .page_content .guide_nav_item {
    width: 100%;
  }
  main .page_content .guide_nav_item a {
    gap: 10px;
    padding: 16px 32px 16px 16px;
    border-radius: 10px;
    position: relative;
    font-weight: bold;
  }
  main .page_content .guide_nav_item a:after {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../images/common/icon_arrowhead_blue.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  main .page_content .guide_table {
    width: 100%;
    border-collapse: collapse;
    margin: 40px 0;
    overflow-x: auto;
  }
  main .page_content .guide_table table {
    min-width: 600px;
  }
  main .page_content .guide_table table thead tr th {
    border: 1px solid #D8D8D8;
    background: #ECE9DE;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    padding: 4px;
  }
  main .page_content .guide_table table tbody tr td {
    vertical-align: top;
    border: 1px solid #D8D8D8;
    padding: 4px;
    text-align: center;
  }
  main .page_content .content_section {
    padding: 30px 20px;
    margin-bottom: 24px;
  }
  main .page_content .content_section_head {
    margin-bottom: 24px;
  }
  main .page_content .content_section_head_top {
    gap: 12px;
  }
  main .page_content .content_section_head_bottom h1 {
    font-size: 24px;
    padding: 12px 0;
  }
  main .page_content .content_section .content_section_sns {
    width: 100%;
    margin: 40px 0 24px;
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  }
  main .page_content .content_section .content_section_sns p {
    font-size: 14px;
  }
  main .page_content .content_section .content_section_pager {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  main .page_content .content_section .content_section_pager_next {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  main .page_content .content_section .content_section_pager_list {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -ms-flex-item-align: center;
        align-self: center;
  }
  main .page_content .content_section h2 {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 16px;
  }
  main .page_content .content_section h3 {
    font-size: 20px;
    padding: 8px 12px;
  }
  main .page_content .content_section h4 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  main .page_content .content_section h4:before {
    bottom: -15px;
  }
  main .page_content .content_section p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 24px;
  }
  main .page_content .content_section ul, main .page_content .content_section ol {
    margin-left: 0;
    padding-left: 0px;
  }
  main .page_content .content_section ul li, main .page_content .content_section ol li {
    font-size: 14px;
  }
  main .page_content .content_section ol li {
    padding-left: 32px;
  }
  main .page_content .content_section ol li:before {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
  main .page_content .content_section ol.guide_flow_olsec {
    gap: 24px;
  }
  main .page_content .content_section figure {
    margin: 24px 0;
  }
  main .page_content .content_section figure figcaption {
    font-size: 14px;
  }
}
main .single_fv {
  position: relative;
  background: #faf9f5;
  padding-bottom: 40px;
}
main .single_item {
  width: 100%;
  background: #faf9f5;
  padding-bottom: 60px;
}
main .single_item_inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  gap: 6%;
}
main .single_item_left {
  width: 50%;
}
main .single_item_right {
  width: 44%;
  position: sticky;
  top: 40px;
}
main .single_item_spbottom {
  display: none;
}
main .single_item_slider {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 70px;
}
main .single_item_slider .swiper-main {
  margin-bottom: 20px;
}
main .single_item_slider .swiper-main .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
main .single_item_slider .swiper-main .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
main .single_item_slider .swiper-thumb .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
main .single_item_slider .swiper-thumb .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
main .single_item_slider .swiper-navigation {
  height: 0;
  width: 100%;
  position: relative;
}
main .single_item_slider .swiper-button-prev,
main .single_item_slider .swiper-button-next {
  width: 42px;
  height: 42px;
  margin-left: 0;
  margin-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  border: 1px solid #d0cfcc;
  border-radius: 50%;
  position: absolute;
}
main .single_item_slider .swiper-button-prev .swiper-navigation-icon,
main .single_item_slider .swiper-button-next .swiper-navigation-icon {
  display: none;
}
main .single_item_slider .swiper-button-prev:before,
main .single_item_slider .swiper-button-next:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 16px;
  background: url("../images/common/icon_arrowhead_blue.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(calc(-50% + 2px), -50%);
          transform: translate(calc(-50% + 2px), -50%);
}
main .single_item_slider .swiper-button-prev {
  left: -21px;
  right: unset;
}
main .single_item_slider .swiper-button-prev:before {
  -webkit-transform: translate(calc(-50% - 2px), -50%) rotate(180deg);
          transform: translate(calc(-50% - 2px), -50%) rotate(180deg);
}
main .single_item_slider .swiper-button-next {
  left: unset;
  right: -21px;
}
main .single_item_description {
  margin-bottom: 40px;
}
main .single_item_description h3 {
  background: #eceade;
  border-radius: 4px;
  padding: 15px 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
main .single_item_description p {
  margin-bottom: 30px;
}
main .single_item_description p:last-child {
  margin-bottom: 0;
}
main .single_item_review h3 {
  background: #eceade;
  border-radius: 4px;
  padding: 15px 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
main .single_item_review .review_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}
main .single_item_review .review_item {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  width: 100%;
}
main .single_item_review .review_item_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
main .single_item_review .review_item_body p {
  font-size: 16px;
  letter-spacing: -1px;
  line-height: 1.5;
  margin-bottom: 8px;
}
main .single_item_review .review_item_title {
  margin: 16px 0 8px;
}
main .single_item_review .review_item_title h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0px;
}
main .single_item_review .review_stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
main .single_item_review .review_stars span {
  font-size: 16px;
  font-weight: bold;
  color: #ccc;
}
main .single_item_review .review_stars_1 span:first-child {
  color: #35356c;
}
main .single_item_review .review_stars_2 span:first-child,
main .single_item_review .review_stars_2 span:nth-child(2) {
  color: #35356c;
}
main .single_item_review .review_stars_3 span:first-child,
main .single_item_review .review_stars_3 span:nth-child(2),
main .single_item_review .review_stars_3 span:nth-child(3) {
  color: #35356c;
}
main .single_item_review .review_stars_4 span:first-child,
main .single_item_review .review_stars_4 span:nth-child(2),
main .single_item_review .review_stars_4 span:nth-child(3),
main .single_item_review .review_stars_4 span:nth-child(4) {
  color: #35356c;
}
main .single_item_review .review_stars_5 span:first-child,
main .single_item_review .review_stars_5 span:nth-child(2),
main .single_item_review .review_stars_5 span:nth-child(3),
main .single_item_review .review_stars_5 span:nth-child(4),
main .single_item_review .review_stars_5 span:nth-child(5) {
  color: #35356c;
}
main .single_item_review .review_user p {
  font-size: 14px;
}
main .single_item_review .review_btn {
  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;
}
main .single_item_review .review_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  background: #fff;
  border-radius: 10px;
  padding: 16px 24px;
  border: 1px solid #ccc;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
}
main .single_item_review .review_btn a img {
  width: 18px;
  height: auto;
  display: block;
}
main .single_item_info h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 4px;
  color: #35356c;
}
main .single_item_price {
  margin-bottom: 40px;
}
main .single_item_price p {
  font-size: 15px;
  color: #333333;
}
main .single_item_price p span {
  font-size: 28px;
  color: #dc6450;
  font-weight: bold;
}
main .single_item_select {
  margin-bottom: 30px;
}
main .single_item_select select {
  max-width: 100px;
  width: 100%;
}
main .single_item_cartbtn {
  margin-bottom: 20px;
  min-height: 60px;
}
main .single_item_cartbtn .cart_add_btn {
  width: 100%;
  background: #35356c;
  border-radius: 10px;
  padding: 20px 20px;
  border: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
main .single_item_cartbtn .cart_add_btn:hover {
  opacity: 0.7;
}
main .single_item_cartbtn .cart_add_btn img {
  width: 20px;
  height: auto;
  display: block;
}
main .single_item_cartbtn .cart_add_btn.active {
  position: fixed;
  top: 10px;
  left: 0;
  width: 100%;
  z-index: 10;
}
main .single_item_favbtn {
  margin-bottom: 20px;
}
main .single_item_favbtn .favorite-button {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 20px 20px;
  border: 1px solid #ccc;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
main .single_item_favbtn .favorite-button:hover {
  opacity: 0.7;
}
main .single_item_favbtn .favorite-button:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/common/icon_favorite.svg) no-repeat center center;
  background-size: contain;
}
main .single_item_favbtn .favorite-button:after {
  content: "お気に入りに追加";
}
main .single_item_favbtn .favorite-button.fav-items:before {
  background: url(../images/common/icon_favorited.png) no-repeat center center;
  background-size: contain;
}
main .single_item_favbtn .favorite-button.fav-items:after {
  content: "お気に入り登録済み";
}
main .single_item_hr {
  width: 100%;
  height: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
}
main .single_item_hr_bg {
  width: 100%;
  height: 100%;
  background: url(../images/common/deco_hr.png) repeat-x center center;
}
main .single_item_links {
  margin-bottom: 30px;
}
main .single_item_links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
main .single_item_links ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 16px;
}
main .single_item_links ul li a:before {
  content: "";
  background: url(../images/common/icon_arrowhead_black.png) no-repeat center center;
  background-size: contain;
  width: 10px;
  height: 12px;
  display: block;
}
main .single_item_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  background: #fff;
  gap: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
}
main .single_item_sns p {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -1px;
}
main .single_item_sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
}
main .single_item_sns ul li a img {
  width: 36px;
  height: auto;
}
main .float_cartbtn {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 20px;
  z-index: 10;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
main .float_cartbtn form {
  margin: 0;
}
main .float_cartbtn.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
main .float_cartbtn .single_item_cartbtn {
  margin: 0;
}

@media screen and (max-width: 768px) {
  main .single_fv {
    padding-bottom: 20px;
  }
  main .single_item {
    width: 100%;
    background: #faf9f5;
    padding-bottom: 30px;
  }
  main .single_item_inner {
    padding: 0 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    gap: 20px;
  }
  main .single_item_left {
    width: 100%;
  }
  main .single_item_left .single_item_description {
    display: none;
  }
  main .single_item_left .single_item_review {
    display: none;
  }
  main .single_item_right {
    width: 100%;
    top: unset;
  }
  main .single_item_spbottom {
    width: 100%;
    display: block;
  }
  main .single_item_slider {
    margin-bottom: 30px;
  }
  main .single_item_description {
    margin-bottom: 20px;
  }
  main .single_item_description h3 {
    background: #eceade;
    border-radius: 4px;
    padding: 10px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
  }
  main .single_item_description p {
    margin-bottom: 20px;
  }
  main .single_item_description p:last-child {
    margin-bottom: 0;
  }
  main .single_item_review h3 {
    background: #eceade;
    border-radius: 4px;
    padding: 10px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
  }
  main .single_item_review .review_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
  }
  main .single_item_review .review_item {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
  }
  main .single_item_review .review_item_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  main .single_item_review .review_item_body p {
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  main .single_item_review .review_item_title {
    margin: 16px 0 8px;
  }
  main .single_item_review .review_item_title h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0px;
  }
  main .single_item_review .review_btn {
    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;
  }
  main .single_item_review .review_btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    background: #fff;
    border-radius: 10px;
    padding: 16px 24px;
    border: 1px solid #ccc;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
  }
  main .single_item_review .review_btn a img {
    width: 18px;
    height: auto;
    display: block;
  }
  main .single_item_info h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 4px;
    color: #35356c;
  }
  main .single_item_price {
    margin-bottom: 40px;
  }
  main .single_item_price p {
    font-size: 14px;
    color: #333333;
  }
  main .single_item_price p span {
    font-size: 20px;
    color: #dc6450;
    font-weight: bold;
  }
  main .single_item_sns {
    width: 100%;
    margin: 40px 0 24px;
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  }
  main .single_item_sns p {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -1px;
  }
  main .single_item_sns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
  }
  main .single_item_sns ul li a img {
    width: 36px;
    height: auto;
  }
}
main .archive_item_main_inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  main .archive_item_main_inner {
    gap: 20px;
  }
}
main .archive_item_main_menu {
  width: 278px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0px;
  position: sticky;
  top: 0px;
}
@media screen and (max-width: 1024px) {
  main .archive_item_main_menu {
    width: 228px;
    padding-top: 40px;
    padding-left: 20px;
  }
}
main .archive_item_main_content {
  padding: 60px 0;
  max-width: 970px;
  width: calc(100% - 328px);
  background: #fff;
}
@media screen and (max-width: 1024px) {
  main .archive_item_main_content {
    padding: 40px 0;
    width: calc(100% - 248px);
    padding-left: 20px;
  }
}
main .archive_item_main_sort {
  width: 100%;
  margin-bottom: 40px;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  main .archive_item_main_sort {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
main .archive_item_main_sort_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
main .archive_item_main_sort_inner p {
  font-size: 16px;
  font-weight: bold;
  word-break: keep-all;
}
main .archive_item_main_list {
  padding: 0 50px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(196px, 1fr));
  gap: 30px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 1024px) {
  main .archive_item_main_list {
    padding: 20px;
  }
}
main .archive_item_main_paging {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  main .archive_item_main_paging {
    padding: 20px;
  }
}
main .archive_item_main_paging .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
main .archive_item_main_paging .nav-links p, main .archive_item_main_paging .nav-links a, main .archive_item_main_paging .nav-links span {
  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: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  font-family: "YuGo-Medium", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-weight: bold;
}
main .archive_item_main_paging .nav-links p.prev, main .archive_item_main_paging .nav-links a.prev, main .archive_item_main_paging .nav-links span.prev {
  text-indent: -9999px;
  background-color: #fff;
}
main .archive_item_main_paging .nav-links p.prev::after, main .archive_item_main_paging .nav-links a.prev::after, main .archive_item_main_paging .nav-links span.prev::after {
  content: "";
  display: block;
  width: 9px;
  height: 12px;
  background: url(../images/common/icon_arrowhead_blue.png) no-repeat center center;
  background-size: cover;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
main .archive_item_main_paging .nav-links p.next, main .archive_item_main_paging .nav-links a.next, main .archive_item_main_paging .nav-links span.next {
  text-indent: -9999px;
  background-color: #fff;
}
main .archive_item_main_paging .nav-links p.next::after, main .archive_item_main_paging .nav-links a.next::after, main .archive_item_main_paging .nav-links span.next::after {
  content: "";
  display: block;
  width: 9px;
  height: 12px;
  background: url(../images/common/icon_arrowhead_blue.png) no-repeat center center;
  background-size: cover;
}
main .archive_item_main_paging .nav-links p.current, main .archive_item_main_paging .nav-links a.current, main .archive_item_main_paging .nav-links span.current {
  background-color: #35356c;
  color: #fff;
  border: 1px solid #35356c;
}
main .archive_news_main_content {
  padding: 60px 0;
  max-width: 970px;
  width: calc(100% - 328px);
  background: #fff;
}
@media screen and (max-width: 1024px) {
  main .archive_news_main_content {
    padding: 40px 0;
    width: calc(100% - 248px);
    padding-left: 20px;
  }
}
main .archive_news_main_list {
  padding: 0 50px;
  width: 100%;
}
main .archive_news_main_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
main .archive_news_main_list ul li {
  width: 100%;
  position: relative;
}
main .archive_news_main_list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-top: 24px;
  padding-bottom: 24px;
  gap: 24px;
  border-top: 1px solid #ccc;
}
main .archive_news_main_list ul li a .news_date {
  width: 90px;
}
main .archive_news_main_list ul li a .news_date time {
  font-size: 14px;
  letter-spacing: 0px;
}
main .archive_news_main_list ul li a .news_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 24px;
}
main .archive_news_main_list ul li a .news_title:after {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 8px;
}
main .archive_news_main_list ul li a .news_title p {
  line-height: 2;
}
main .archive_news_main_list ul li:last-child a {
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  main .archive_item_main_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  main .archive_item_main_menu {
    width: 100%;
    padding: 20px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  main .archive_item_main_content {
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    background: #fff;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  main .archive_item_main_sort {
    max-width: 480px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  main .archive_item_main_list {
    padding: 0px;
    display: grid;
    grid-template-columns: repeat(auto-fill, 154px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    max-width: 480px;
    margin: 0 auto;
  }
  main .archive_news_main_content {
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    background: #fff;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  main .archive_news_main_list {
    padding: 0px;
    max-width: 480px;
    margin: 0 auto;
  }
  main .archive_news_main_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  main .archive_news_main_list ul li {
    width: 100%;
    position: relative;
  }
  main .archive_news_main_list ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
    gap: 0;
    border-bottom: 1px solid #ccc;
  }
  main .archive_news_main_list ul li a .news_date {
    width: 100%;
  }
  main .archive_news_main_list ul li a .news_date time {
    font-size: 14px;
    letter-spacing: 0px;
  }
  main .archive_news_main_list ul li a .news_title {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    padding-right: 0;
  }
  main .archive_news_main_list ul li a .news_title p {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
  }
}