@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0%;
  padding: 0%;
  color: #333;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

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

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

a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
}

.nolink {
  pointer-events: none !important;
  opacity: 0.6 !important;
}

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

div,
p {
  margin: 0;
  padding: 0;
}

.bg-light {
  background: url(https://gigaplus.makeshop.jp/tenjushuzou/img/background01.png);
  position: relative;
  background-size: 100%;
  background-repeat: repeat-y;
}

.Sub-page {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .Sub-page {
    max-width: 1200rem;
  }
}
@media screen and (max-width: 768px) {
  .Sub-page {
    max-width: 100%;
  }
}
.Sub-page .breadcrumb {
  padding: 15px 0;
}
@media screen and (max-width: 1440px) {
  .Sub-page .breadcrumb {
    padding: 15rem 0;
  }
}
@media screen and (max-width: 768px) {
  .Sub-page .breadcrumb {
    padding: 20rem 35rem;
  }
}

.Sub-FV {
  position: relative;
  padding: 30px 0 70px;
}
@media screen and (max-width: 1440px) {
  .Sub-FV {
    padding: 30rem 0 70rem;
  }
}
@media screen and (max-width: 768px) {
  .Sub-FV {
    padding: 50rem 25rem 80rem;
  }
}
.Sub-FV_title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 1440px) {
  .Sub-FV_title {
    gap: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .Sub-FV_title {
    justify-content: space-between;
    gap: 10rem;
  }
}
.Sub-FV_title h1 {
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 1440px) {
  .Sub-FV_title h1 {
    font-size: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .Sub-FV_title h1 {
    font-size: 40rem;
  }
}
.Sub-FV_title img {
  width: 70px;
  height: auto;
}
@media screen and (max-width: 1440px) {
  .Sub-FV_title img {
    width: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .Sub-FV_title img {
    width: 80rem;
  }
}

.p-news {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 1440px) {
  .p-news {
    margin-bottom: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .p-news {
    padding: 0 35rem;
    margin-bottom: 150rem;
  }
}
.p-news_inner {
  max-width: 800px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .p-news_inner {
    max-width: 800rem;
  }
}
@media screen and (max-width: 768px) {
  .p-news_inner {
    max-width: 100%;
  }
}
.p-news_list li:first-child a {
  padding-top: 0;
}
.p-news_item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 20px 0;
  border-bottom: 1px solid #dedede;
}
@media screen and (max-width: 1440px) {
  .p-news_item {
    padding: 20rem 0;
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-news_item {
    flex-direction: column;
    padding: 35rem 0;
  }
}
.p-news_item_info {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 1440px) {
  .p-news_item_info {
    gap: 15rem;
  }
}
.p-news_item_info .date {
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  color: #333;
  word-break: keep-all;
}
@media screen and (max-width: 1440px) {
  .p-news_item_info .date {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .p-news_item_info .date {
    font-size: 26rem;
  }
}
.p-news_item_info .category {
  word-break: keep-all;
  display: inline-block;
  padding: 2px 7px;
  border-radius: 3px;
  background: #f2f7fa;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1440px) {
  .p-news_item_info .category {
    padding: 2rem 7rem;
    font-size: 13rem;
    border-radius: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-news_item_info .category {
    font-size: 24rem;
    padding: 1rem 10rem;
  }
}
.p-news_item_title {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 768px) {
  .p-news_item_title {
    font-size: 16rem;
    line-height: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .p-news_item_title {
    font-size: 28rem;
    line-height: 45rem;
  }
}

.pagenavi {
  margin-top: 60px;
}
@media screen and (max-width: 1440px) {
  .pagenavi {
    margin-top: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .pagenavi {
    margin-top: 50rem;
  }
}
.pagenavi_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1440px) {
  .pagenavi_box {
    gap: 40rem;
  }
}
.pagenavi_box .btnlink {
  max-width: 40px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .pagenavi_box .btnlink {
    max-width: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .pagenavi_box .btnlink {
    max-width: 60rem;
  }
}
.pagenavi_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .pagenavi_list {
    gap: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .pagenavi_list {
    gap: 45rem;
  }
}
.pagenavi_list li a,
.pagenavi_list li span {
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  color: #333;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .pagenavi_list li a,
  .pagenavi_list li span {
    font-size: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .pagenavi_list li a,
  .pagenavi_list li span {
    font-size: 34rem;
  }
}
@media screen and (min-width: 769px) {
  .pagenavi_list li a:hover,
  .pagenavi_list li span:hover {
    color: #d6c049;
  }
}
.pagenavi_list li a.current,
.pagenavi_list li span.current {
  color: #d6c049;
}

.p-newsdetail {
  padding: 30px 0 60px;
}
@media screen and (max-width: 1440px) {
  .p-newsdetail {
    padding: 30rem 0 60rem;
  }
}
@media screen and (max-width: 768px) {
  .p-newsdetail {
    padding: 40rem 35rem 80rem;
  }
}
.p-newsdetail_inner {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .p-newsdetail_inner {
    max-width: 1000rem;
  }
}
@media screen and (max-width: 768px) {
  .p-newsdetail_inner {
    max-width: 100%;
  }
}
.p-newsdetail_body {
  background-color: #fff;
}
.p-newsdetail_header {
  padding: 60px 100px 30px;
  border-bottom: 1px solid #c3af5b;
}
@media screen and (max-width: 1440px) {
  .p-newsdetail_header {
    padding: 60rem 100rem 30rem;
  }
}
@media screen and (max-width: 768px) {
  .p-newsdetail_header {
    padding: 80rem 40rem 30rem;
  }
}
.p-newsdetail_info {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1440px) {
  .p-newsdetail_info {
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .p-newsdetail_info {
    gap: 15rem;
  }
}
.p-newsdetail_info .date {
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1440px) {
  .p-newsdetail_info .date {
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-newsdetail_info .date {
    font-size: 26rem;
  }
}
.p-newsdetail_info .category {
  border-radius: 3px;
  background: #d6c049;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-align: left;
  color: #fff;
  padding: 1px 7px;
}
@media screen and (max-width: 1440px) {
  .p-newsdetail_info .category {
    border-radius: 3rem;
    font-size: 13rem;
    padding: 1rem 7rem;
  }
}
@media screen and (max-width: 768px) {
  .p-newsdetail_info .category {
    font-size: 24rem;
    padding: 2rem 10rem;
  }
}
.p-newsdetail_title {
  margin-top: 15px;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.04em;
  line-height: 42px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1440px) {
  .p-newsdetail_title {
    margin-top: 15rem;
    font-size: 28rem;
    line-height: 42rem;
  }
}
@media screen and (max-width: 768px) {
  .p-newsdetail_title {
    font-size: 40rem;
    line-height: 66rem;
    margin-top: 20rem;
  }
}
.p-newsdetail_content {
  padding: 0px 100px 80px;
  margin-top: 40px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  color: #333;
  margin: 30px auto;
}
@media screen and (max-width: 1440px) {
  .p-newsdetail_content {
    margin: 30rem auto;
    font-size: 14rem;
    line-height: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-newsdetail_content {
    font-size: 26rem;
    line-height: 47rem;
    margin: 40rem auto;
  }
}
@media screen and (max-width: 1440px) {
  .p-newsdetail_content {
    margin-top: 40rem;
    padding: 0rem 100rem 80rem;
  }
}
@media screen and (max-width: 768px) {
  .p-newsdetail_content {
    margin-top: 60rem;
    padding: 0rem 40rem 80rem;
  }
}
.p-newsdetail_content h2 {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.04em;
  line-height: 36px;
  text-align: left;
  color: #333;
  margin: 40px auto;
}
@media screen and (max-width: 1440px) {
  .p-newsdetail_content h2 {
    font-size: 22rem;
    line-height: 36rem;
    margin: 40rem auto;
  }
}
@media screen and (max-width: 768px) {
  .p-newsdetail_content h2 {
    font-size: 32rem;
    line-height: 54rem;
  }
}
.p-newsdetail_content h3 {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 35px;
  text-align: left;
  color: #333;
  margin: 40px auto;
}
@media screen and (max-width: 1440px) {
  .p-newsdetail_content h3 {
    margin: 40rem auto;
    font-size: 18rem;
    line-height: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .p-newsdetail_content h3 {
    font-size: 30rem;
    line-height: 52rem;
  }
}
.p-newsdetail_content h4 {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: left;
  color: #333;
  margin: 20px auto;
}
@media screen and (max-width: 1440px) {
  .p-newsdetail_content h4 {
    margin: 20rem auto;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .p-newsdetail_content h4 {
    font-size: 28rem;
    line-height: 48rem;
  }
}
.p-newsdetail_content p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  color: #333;
  margin: 30px auto;
}
@media screen and (max-width: 1440px) {
  .p-newsdetail_content p {
    margin: 30rem auto;
    font-size: 14rem;
    line-height: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-newsdetail_content p {
    font-size: 26rem;
    line-height: 47rem;
    margin: 40rem auto;
  }
}
.p-newsdetail_content a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  text-decoration: underline;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #007dcb;
  display: inline-block;
}
@media screen and (max-width: 1440px) {
  .p-newsdetail_content a {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .p-newsdetail_content a {
    font-size: 28rem;
  }
}
.p-newsdetail_content ul {
  margin: 30px auto;
  margin-left: 20px;
}
@media screen and (max-width: 1440px) {
  .p-newsdetail_content ul {
    margin: 30rem auto;
    margin-left: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-newsdetail_content ul {
    margin: 40rem auto;
    margin-left: 30rem;
  }
}
.p-newsdetail_content ul li {
  list-style: square;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 27px;
  text-align: left;
  color: #2c2a26;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .p-newsdetail_content ul li {
    font-size: 15rem;
    line-height: 27rem;
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-newsdetail_content ul li {
    font-size: 28rem;
    line-height: 48rem;
    margin-bottom: 20rem;
  }
}
.p-newsdetail_content ul li:last-child {
  margin-bottom: 0;
}
.p-newsdetail_content ul li::marker {
  color: #c3af5b;
}
.p-newsdetail_content ol {
  margin: 30px auto;
  margin-left: 25px;
}
@media screen and (max-width: 1440px) {
  .p-newsdetail_content ol {
    margin: 30rem auto;
    margin-left: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-newsdetail_content ol {
    margin: 40rem auto;
    margin-left: 40rem;
  }
}
.p-newsdetail_content ol li {
  list-style: decimal-leading-zero;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 27px;
  text-align: left;
  color: #2c2a26;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .p-newsdetail_content ol li {
    font-size: 15rem;
    line-height: 27rem;
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-newsdetail_content ol li {
    font-size: 28rem;
    line-height: 48rem;
    margin-bottom: 20rem;
  }
}
.p-newsdetail_content ol li:last-child {
  margin-bottom: 0;
}
.p-newsdetail_content ol li::marker {
  color: #c3af5b;
}
.p-newsdetail_content .red-bold {
  color: #E40000;
  font-weight: bold;
}
.p-newsdetail_content img {
  max-width: 600px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .p-newsdetail_content img {
    max-width: 600rem;
  }
}
@media screen and (max-width: 768px) {
  .p-newsdetail_content img {
    max-width: 100%;
  }
}

.postlinks {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}
@media screen and (max-width: 1440px) {
  .postlinks {
    gap: 100rem;
    margin-top: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .postlinks {
    gap: 80rem;
  }
}
.postlinks_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-weight: 500;
  font-size: 17px;
  text-align: center;
  color: #2c2a26;
}
@media screen and (max-width: 1440px) {
  .postlinks_item {
    gap: 15rem;
    font-size: 17rem;
  }
}
@media screen and (max-width: 768px) {
  .postlinks_item {
    font-size: 32rem;
    gap: 12rem;
  }
}
.postlinks_item.prev {
  transition: 0.3s;
  padding-left: 15px;
}
@media screen and (max-width: 1440px) {
  .postlinks_item.prev {
    padding-left: 15rem;
  }
}
@media screen and (min-width: 768px) {
  .postlinks_item.prev:hover::before {
    background: #2e251c;
  }
}
.postlinks_item.prev::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #dedede;
  border-radius: 50%;
  left: -40px;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .postlinks_item.prev::before {
    width: 40rem;
    height: 40rem;
    left: -40rem;
  }
}
@media screen and (max-width: 768px) {
  .postlinks_item.prev::before {
    width: 60rem;
    height: 60rem;
    left: -60rem;
  }
}
.postlinks_item.prev::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: -23px;
}
@media screen and (max-width: 1440px) {
  .postlinks_item.prev::after {
    left: -23rem;
    width: 8rem;
    height: 8rem;
    border-width: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .postlinks_item.prev::after {
    width: 15rem;
    height: 15rem;
    left: -34rem;
    border-width: 5rem;
  }
}
.postlinks_item.next {
  transition: 0.3s;
  padding-right: 15px;
}
@media screen and (max-width: 1440px) {
  .postlinks_item.next {
    padding-right: 15rem;
  }
}
.postlinks_item.next:hover::before {
  background: #2e251c;
}
.postlinks_item.next::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #dedede;
  border-radius: 50%;
  right: -40px;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .postlinks_item.next::before {
    width: 40rem;
    height: 40rem;
    right: -40rem;
  }
}
@media screen and (max-width: 768px) {
  .postlinks_item.next::before {
    width: 60rem;
    height: 60rem;
    right: -60rem;
  }
}
.postlinks_item.next::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: -23px;
}
@media screen and (max-width: 1440px) {
  .postlinks_item.next::after {
    right: -23rem;
    width: 8rem;
    height: 8rem;
    border-width: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .postlinks_item.next::after {
    width: 15rem;
    height: 15rem;
    right: -34rem;
    border-width: 5rem;
  }
}
.postlinks_item img {
  width: 40px;
}
@media screen and (max-width: 1440px) {
  .postlinks_item img {
    width: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .postlinks_item img {
    width: 60rem;
  }
}

.p-column {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 1440px) {
  .p-column {
    margin-bottom: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .p-column {
    padding: 0 35rem;
    margin-bottom: 150rem;
  }
}
.p-column_inner {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .p-column_inner {
    max-width: 1200rem;
  }
}
@media screen and (max-width: 768px) {
  .p-column_inner {
    max-width: 100%;
  }
}
.p-column_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 60px 40px;
}
@media screen and (max-width: 1440px) {
  .p-column_list {
    grid-gap: 60rem 40rem;
  }
}
@media screen and (max-width: 768px) {
  .p-column_list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 50rem 30rem;
  }
}
@media screen and (min-width: 769px) {
  .p-column_item:hover img {
    transform: scale(1.1);
    opacity: 0.6;
  }
  .p-column_item:hover .p-column_item_title {
    color: #E40000;
  }
}
.p-column_item_img {
  position: relative;
  overflow: hidden;
}
.p-column_item_img img {
  transition: all 0.5s;
  aspect-ratio: 4/3;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-column_item_title {
  margin-top: 12px;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  text-align: left;
  color: #333;
  transition: all 0.3s;
}
@media screen and (max-width: 1440px) {
  .p-column_item_title {
    margin-top: 12rem;
    line-height: 24rem;
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-column_item_title {
    margin-top: 15rem;
    font-size: 26rem;
    line-height: 42rem;
  }
}
.p-column_item_info {
  margin-top: 7px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1440px) {
  .p-column_item_info {
    gap: 10rem;
    margin-top: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .p-column_item_info {
    margin-top: 20rem;
    gap: 20rem;
  }
}
.p-column_item_info .date {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1440px) {
  .p-column_item_info .date {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .p-column_item_info .date {
    font-size: 24rem;
  }
}
.p-column_item_info .category {
  border-radius: 3px;
  background: #d6c049;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-align: left;
  color: #fff;
  padding: 1px 7px;
}
@media screen and (max-width: 1440px) {
  .p-column_item_info .category {
    border-radius: 3rem;
    font-size: 13rem;
    padding: 1rem 7rem;
  }
}
@media screen and (max-width: 768px) {
  .p-column_item_info .category {
    font-size: 24rem;
    padding: 2rem 10rem;
  }
}

.p-columndetail {
  padding: 30px 0 60px;
}
@media screen and (max-width: 1440px) {
  .p-columndetail {
    padding: 30rem 0 60rem;
  }
}
@media screen and (max-width: 768px) {
  .p-columndetail {
    padding: 40rem 35rem 80rem;
  }
}
.p-columndetail_inner {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .p-columndetail_inner {
    max-width: 1000rem;
  }
}
@media screen and (max-width: 768px) {
  .p-columndetail_inner {
    max-width: 100%;
  }
}
.p-columndetail_body {
  background-color: #fff;
}
.p-columndetail_header {
  padding: 60px 100px 30px;
  border-bottom: 1px solid #c3af5b;
}
@media screen and (max-width: 1440px) {
  .p-columndetail_header {
    padding: 60rem 100rem 30rem;
  }
}
@media screen and (max-width: 768px) {
  .p-columndetail_header {
    padding: 80rem 40rem 30rem;
  }
}
.p-columndetail_info {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1440px) {
  .p-columndetail_info {
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .p-columndetail_info {
    gap: 15rem;
  }
}
.p-columndetail_info .date {
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1440px) {
  .p-columndetail_info .date {
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-columndetail_info .date {
    font-size: 26rem;
  }
}
.p-columndetail_info .category {
  border-radius: 3px;
  background: #d6c049;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-align: left;
  color: #fff;
  padding: 1px 7px;
}
@media screen and (max-width: 1440px) {
  .p-columndetail_info .category {
    border-radius: 3rem;
    font-size: 13rem;
    padding: 1rem 7rem;
  }
}
@media screen and (max-width: 768px) {
  .p-columndetail_info .category {
    font-size: 24rem;
    padding: 2rem 10rem;
  }
}
.p-columndetail_title {
  margin-top: 15px;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.04em;
  line-height: 42px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1440px) {
  .p-columndetail_title {
    margin-top: 15rem;
    font-size: 28rem;
    line-height: 42rem;
  }
}
@media screen and (max-width: 768px) {
  .p-columndetail_title {
    font-size: 40rem;
    line-height: 66rem;
    margin-top: 20rem;
  }
}
.p-columndetail_content {
  padding: 40px 100px 80px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  color: #333;
  margin: 30px auto;
}
@media screen and (max-width: 1440px) {
  .p-columndetail_content {
    margin: 30rem auto;
    font-size: 14rem;
    line-height: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-columndetail_content {
    font-size: 26rem;
    line-height: 47rem;
    margin: 40rem auto;
  }
}
@media screen and (max-width: 1440px) {
  .p-columndetail_content {
    padding: 40rem 100rem 80rem;
  }
}
@media screen and (max-width: 768px) {
  .p-columndetail_content {
    padding: 20rem 40rem 80rem;
  }
}
.p-columndetail_content img {
  max-width: 600px;
  width: 100%;
  margin: 40px auto;
}
@media screen and (max-width: 1440px) {
  .p-columndetail_content img {
    max-width: 600rem;
    margin: 40rem auto;
  }
}
@media screen and (max-width: 768px) {
  .p-columndetail_content img {
    max-width: 100%;
  }
}
.p-columndetail_content h2 {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.04em;
  line-height: 36px;
  text-align: left;
  color: #333;
  margin: 80px auto 40px;
}
@media screen and (max-width: 1440px) {
  .p-columndetail_content h2 {
    font-size: 22rem;
    line-height: 36rem;
    margin: 80rem auto 40rem;
  }
}
@media screen and (max-width: 768px) {
  .p-columndetail_content h2 {
    margin: 100rem auto 40rem;
    font-size: 33rem;
    line-height: 56rem;
  }
}
.p-columndetail_content h3 {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 32px;
  text-align: left;
  color: #333;
  position: relative;
  padding-left: 10px;
}
.p-columndetail_content h3::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 2px;
  height: 20px;
  background: transparent;
  background-color: #c3af5b;
}
@media screen and (max-width: 1440px) {
  .p-columndetail_content h3::before {
    top: 8rem;
    width: 2rem;
    height: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-columndetail_content h3::before {
    height: 100%;
    top: 0;
  }
}
@media screen and (max-width: 1440px) {
  .p-columndetail_content h3 {
    font-size: 18rem;
    line-height: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .p-columndetail_content h3 {
    font-size: 28rem;
    line-height: 45rem;
  }
}
.p-columndetail_content h4 {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: left;
  color: #333;
  margin: 20px auto;
}
@media screen and (max-width: 1440px) {
  .p-columndetail_content h4 {
    margin: 20rem auto;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .p-columndetail_content h4 {
    font-size: 28rem;
    line-height: 48rem;
  }
}
.p-columndetail_content p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  color: #333;
  margin: 30px auto;
}
@media screen and (max-width: 1440px) {
  .p-columndetail_content p {
    margin: 30rem auto;
    font-size: 14rem;
    line-height: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-columndetail_content p {
    font-size: 26rem;
    line-height: 47rem;
    margin: 40rem auto;
  }
}
.p-columndetail_content a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  text-decoration: underline;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #007dcb;
  display: inline-block;
}
@media screen and (max-width: 1440px) {
  .p-columndetail_content a {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .p-columndetail_content a {
    font-size: 28rem;
  }
}
.p-columndetail_content ul {
  margin: 30px auto;
  margin-left: 20px;
}
@media screen and (max-width: 1440px) {
  .p-columndetail_content ul {
    margin: 30rem auto;
    margin-left: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-columndetail_content ul {
    margin: 40rem auto;
    margin-left: 30rem;
  }
}
.p-columndetail_content ul li {
  list-style: square;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 27px;
  text-align: left;
  color: #2c2a26;
  margin-bottom: 15px;
}
@media screen and (max-width: 1440px) {
  .p-columndetail_content ul li {
    font-size: 15rem;
    line-height: 27rem;
    margin-bottom: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-columndetail_content ul li {
    font-size: 28rem;
    line-height: 48rem;
    margin-bottom: 20rem;
  }
}
.p-columndetail_content ul li:last-child {
  margin-bottom: 0;
}
.p-columndetail_content ul li::marker {
  color: #c3af5b;
}
.p-columndetail_content ol {
  margin: 30px auto;
  margin-left: 25px;
}
@media screen and (max-width: 1440px) {
  .p-columndetail_content ol {
    margin: 30rem auto;
    margin-left: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-columndetail_content ol {
    margin: 40rem auto;
    margin-left: 40rem;
  }
}
.p-columndetail_content ol li {
  list-style: decimal-leading-zero;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 27px;
  text-align: left;
  color: #2c2a26;
  margin-bottom: 15x;
}
@media screen and (max-width: 1440px) {
  .p-columndetail_content ol li {
    font-size: 15rem;
    line-height: 27rem;
    margin-bottom: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-columndetail_content ol li {
    font-size: 28rem;
    line-height: 48rem;
    margin-bottom: 20rem;
  }
}
.p-columndetail_content ol li:last-child {
  margin-bottom: 0;
}
.p-columndetail_content ol li::marker {
  color: #c3af5b;
}
.p-columndetail_content .red-bold {
  color: #E40000;
  font-weight: bold;
}
.p-columndetail_content .flexbox {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-columndetail_content .flexbox {
    margin-bottom: 60rem;
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .p-columndetail_content .flexbox {
    flex-direction: column;
    gap: 40rem;
    margin-bottom: 40rem;
  }
}
.p-columndetail_content .flexbox:last-child {
  margin: 0;
}
.p-columndetail_content .flexbox:nth-of-type(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-columndetail_content .flexbox:nth-of-type(2n) {
    flex-direction: column;
  }
}
.p-columndetail_content .flexbox img {
  max-width: 425px;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-columndetail_content .flexbox img {
    max-width: 425rem;
  }
}
@media screen and (max-width: 768px) {
  .p-columndetail_content .flexbox img {
    max-width: 100%;
  }
}
.p-columndetail_content .flexbox_content {
  max-width: 335px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-columndetail_content .flexbox_content {
    max-width: 335rem;
  }
}
@media screen and (max-width: 768px) {
  .p-columndetail_content .flexbox_content {
    max-width: 100%;
  }
}
.p-columndetail_content .scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 768px) {
  .p-columndetail_content .scroll {
    padding-bottom: 20rem;
  }
}
.p-columndetail_content table {
  margin-top: 30px;
  width: 100%;
  border: 1px solid #fff;
  border-collapse: collapse;
}
@media screen and (max-width: 1440px) {
  .p-columndetail_content table {
    margin-top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .p-columndetail_content table {
    min-width: 1200rem;
    width: 100%;
  }
}
.p-columndetail_content table tr th {
  padding: 10px;
  border: 1px solid #fff;
  border-collapse: collapse;
  background: #707070;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  vertical-align: middle;
}
@media screen and (max-width: 1440px) {
  .p-columndetail_content table tr th {
    padding: 10rem;
    font-size: 15rem;
    line-height: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .p-columndetail_content table tr th {
    white-space: nowrap;
    padding: 15rem;
    font-size: 22rem;
    line-height: 2;
  }
}
.p-columndetail_content table tr td {
  padding: 15px;
  vertical-align: middle;
  border: 1px solid #e2e2e2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 1440px) {
  .p-columndetail_content table tr td {
    padding: 15rem;
    font-size: 15rem;
    line-height: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .p-columndetail_content table tr td {
    white-space: nowrap;
    font-size: 22rem;
    line-height: 2;
  }
}
.p-columndetail_content table tr td:first-child {
  background: #fbf9f0;
}

.p-about {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 1440px) {
  .p-about {
    margin-bottom: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about {
    padding: 0 35rem;
    margin-bottom: 120rem;
  }
}
.p-about_inner {
  max-width: 800px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .p-about_inner {
    max-width: 800rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about_inner {
    max-width: 100%;
  }
}
.p-about_itemrow {
  display: flex;
  align-items: stretch;
  gap: 20px;
  padding: 30px 0 20px;
  border-bottom: 1px solid #dedede;
}
@media screen and (max-width: 1440px) {
  .p-about_itemrow {
    gap: 20rem;
    padding: 30rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about_itemrow {
    gap: 17rem;
    padding: 30rem 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-about_itemrow:first-child {
  padding-top: 0;
}
.p-about_itemrow_head {
  min-width: 180px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  color: #5f5f5f;
}
@media screen and (max-width: 1440px) {
  .p-about_itemrow_head {
    font-size: 14rem;
    min-width: 180rem;
    line-height: 21rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about_itemrow_head {
    font-size: 25rem;
    line-height: 40rem;
    min-width: auto;
  }
}
.p-about_itemrow_content {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 768px) {
  .p-about_itemrow_content {
    font-size: 14rem;
    line-height: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about_itemrow_content {
    font-size: 26rem;
    line-height: 41rem;
  }
}
.p-about_itemrow_content p.smalltxt {
  margin-top: 15px;
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1440px) {
  .p-about_itemrow_content p.smalltxt {
    font-size: 13rem;
    line-height: 21rem;
    margin-top: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about_itemrow_content p.smalltxt {
    margin-top: 30rem;
    font-size: 24rem;
    line-height: 38rem;
  }
}

.p-access {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 1440px) {
  .p-access {
    margin-bottom: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .p-access {
    margin-bottom: 120rem;
  }
}
.p-access_inner {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .p-access_inner {
    max-width: 1200rem;
  }
}
@media screen and (max-width: 768px) {
  .p-access_inner {
    max-width: 100%;
  }
}
.p-access_title {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #333;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 1440px) {
  .p-access_title {
    margin-top: 30rem;
    font-size: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .p-access_title {
    font-size: 36rem;
    margin-bottom: 35rem;
  }
}
.p-access_title::after {
  display: block;
  margin: auto;
  margin-top: 20px;
  content: "";
  background-image: url(https://gigaplus.makeshop.jp/tenjushuzou/img/common/dot.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 31px;
  height: 5px;
}
@media screen and (max-width: 1440px) {
  .p-access_title::after {
    width: 31rem;
    height: 5rem;
    margin-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-access_title::after {
    width: 44rem;
    height: 8rem;
    margin-top: 25rem;
  }
}
.p-access_txt {
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  color: #333;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .p-access_txt {
    font-size: 15rem;
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-access_txt {
    margin-bottom: 30rem;
    font-size: 26rem;
  }
}
.p-access_map iframe {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 1440px) {
  .p-access_map iframe {
    height: 400rem;
  }
}

.p-history {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 1440px) {
  .p-history {
    margin-bottom: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .p-history {
    padding: 0 35rem;
    margin-bottom: 120rem;
  }
}
.p-history_inner {
  max-width: 800px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .p-history_inner {
    max-width: 800rem;
  }
}
@media screen and (max-width: 768px) {
  .p-history_inner {
    max-width: 100%;
  }
}
.p-history_box {
  position: relative;
}
.p-history_box::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 8px;
  left: 116px;
  background-color: #dedede;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .p-history_box::after {
    left: 115.5rem;
    top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-history_box::after {
    left: 203rem;
    top: 90rem;
    height: 97%;
  }
}
.p-history_itemrow {
  position: relative;
  font-family: "Shippori Mincho";
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #333;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1440px) {
  .p-history_itemrow {
    gap: 20rem;
    margin-bottom: 30rem;
    font-size: 14rem;
    line-height: 34rem;
  }
}
@media screen and (max-width: 768px) {
  .p-history_itemrow {
    justify-content: space-between;
    font-size: 26rem;
    line-height: 42rem;
    margin-bottom: 40rem;
    gap: 0;
  }
}
.p-history_itemrow:last-child {
  margin-bottom: 0;
}
.p-history_itemrow_head .title {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-history_itemrow_head .title {
    display: block;
    margin-bottom: 30rem;
  }
}
.p-history_itemrow_head .year {
  position: relative;
  display: inline-block;
  min-width: 120px;
}
@media screen and (max-width: 1440px) {
  .p-history_itemrow_head .year {
    min-width: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .p-history_itemrow_head .year {
    min-width: 210rem;
  }
}
.p-history_itemrow_head .year::after {
  position: absolute;
  z-index: 2;
  top: 8px;
  right: 0;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e40000;
}
@media screen and (max-width: 1440px) {
  .p-history_itemrow_head .year::after {
    top: 8rem;
    width: 8rem;
    height: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-history_itemrow_head .year::after {
    width: 16rem;
    height: 16rem;
    top: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .p-history_itemrow_content {
    max-width: 440rem;
    width: 100%;
  }
}

.p-privacy {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-privacy {
    padding: 0 35rem;
  }
}
.p-privacy_inner {
  max-width: 800px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .p-privacy_inner {
    max-width: 800rem;
  }
}
@media screen and (max-width: 768px) {
  .p-privacy_inner {
    max-width: 100%;
  }
}
.p-privacy_body {
  margin-bottom: 100px;
}
@media screen and (max-width: 1440px) {
  .p-privacy_body {
    margin-bottom: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .p-privacy_body {
    margin-bottom: 150rem;
  }
}
.p-privacy_body .txt {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 25px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1440px) {
  .p-privacy_body .txt {
    font-size: 14rem;
    line-height: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-privacy_body .txt {
    font-size: 26rem;
    line-height: 42rem;
  }
}
.p-privacy_body .head {
  margin-top: 15px;
}
@media screen and (max-width: 1440px) {
  .p-privacy_body .head {
    margin-top: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-privacy_body .head {
    margin-top: 30rem;
  }
}
.p-privacy_body .headlist li {
  list-style: decimal;
  margin-top: 40px;
  margin-left: 20px;
  padding-left: 5px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 25px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1440px) {
  .p-privacy_body .headlist li {
    font-size: 14rem;
    line-height: 25rem;
    margin-top: 40rem;
    margin-left: 20rem;
    padding-left: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-privacy_body .headlist li {
    font-size: 26rem;
    line-height: 42rem;
    margin-top: 60rem;
    margin-left: 40rem;
  }
}
.p-privacy_body .headlist li::marker {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1440px) {
  .p-privacy_body .headlist li::marker {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .p-privacy_body .headlist li::marker {
    font-size: 28rem;
  }
}
.p-privacy_body .dotlist li {
  margin: 0;
  padding: 0;
  margin: 10px 0;
  list-style: none;
  position: relative;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 1440px) {
  .p-privacy_body .dotlist li {
    margin: 10rem 0;
  }
}
@media screen and (max-width: 768px) {
  .p-privacy_body .dotlist li {
    margin: 20rem 0;
  }
}
.p-privacy_body .dotlist li::before {
  content: "●";
  margin-right: 5px;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1440px) {
  .p-privacy_body .dotlist li::before {
    margin-right: 5rem;
    font-size: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .p-privacy_body .dotlist li::before {
    font-size: 18rem;
    margin-right: 10rem;
  }
}
.p-privacy_body .numlist {
  counter-reset: list;
  margin-left: 10px;
}
@media screen and (max-width: 1440px) {
  .p-privacy_body .numlist {
    margin-left: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .p-privacy_body .numlist {
    margin-left: 20rem;
  }
}
.p-privacy_body .numlist li {
  margin: 0;
  padding: 0;
  margin: 10px 0;
  list-style: none;
  position: relative;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 1440px) {
  .p-privacy_body .numlist li {
    margin: 10rem 0;
  }
}
@media screen and (max-width: 768px) {
  .p-privacy_body .numlist li {
    margin: 20rem 0;
  }
}
.p-privacy_body .numlist li::before {
  counter-increment: list;
  content: "(" counter(list) ")";
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #333;
  margin-right: 5px;
}
@media screen and (max-width: 1440px) {
  .p-privacy_body .numlist li::before {
    margin-right: 5rem;
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-privacy_body .numlist li::before {
    font-size: 26rem;
    margin-right: 10rem;
  }
}

.p-terms {
  position: relative;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-terms {
    padding: 0 35rem;
  }
}
.p-terms_inner {
  max-width: 800px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .p-terms_inner {
    max-width: 800rem;
  }
}
@media screen and (max-width: 768px) {
  .p-terms_inner {
    max-width: 100%;
  }
}
.p-terms_body {
  margin-bottom: 100px;
}
@media screen and (max-width: 1440px) {
  .p-terms_body {
    margin-bottom: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .p-terms_body {
    margin-bottom: 150rem;
  }
}
.p-terms_body .txt {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 25px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1440px) {
  .p-terms_body .txt {
    font-size: 14rem;
    line-height: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-terms_body .txt {
    font-size: 26rem;
    line-height: 42rem;
  }
}
.p-terms__item {
  margin-top: 50px;
}
@media screen and (max-width: 1440px) {
  .p-terms__item {
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .p-terms__item {
    margin-top: 70rem;
  }
}
.p-terms__item_head {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1440px) {
  .p-terms__item_head {
    margin-bottom: 20rem;
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .p-terms__item_head {
    font-size: 32rem;
  }
}
.p-terms__item_content {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1440px) {
  .p-terms__item_content {
    font-size: 14rem;
    line-height: 25rem;
  }
}
.p-terms__item_content .list {
  margin-left: 40px;
}
@media screen and (max-width: 1440px) {
  .p-terms__item_content .list {
    margin-left: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .p-terms__item_content .list {
    margin-left: 70rem;
  }
}
.p-terms__item_content .list li {
  list-style: decimal;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 25px;
  text-align: left;
  color: #333;
  margin: 10px 0;
}
@media screen and (max-width: 1440px) {
  .p-terms__item_content .list li {
    margin: 10rem 0;
    font-size: 14rem;
    line-height: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-terms__item_content .list li {
    margin: 20rem 0;
    font-size: 26rem;
    line-height: 42rem;
  }
}
.p-terms__item_content .list li::marker {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1440px) {
  .p-terms__item_content .list li::marker {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .p-terms__item_content .list li::marker {
    font-size: 28rem;
  }
}
.p-terms__item_content .numlist {
  counter-reset: list;
}
.p-terms__item_content .numlist li {
  margin: 0;
  padding: 0;
  margin: 10px 0;
  list-style: none;
  position: relative;
  text-indent: -1.8em;
  padding-left: 1.8em;
}
@media screen and (max-width: 1440px) {
  .p-terms__item_content .numlist li {
    margin: 10rem 0;
  }
}
@media screen and (max-width: 768px) {
  .p-terms__item_content .numlist li {
    margin: 20rem 0;
  }
}
.p-terms__item_content .numlist li::before {
  counter-increment: list;
  content: "(" counter(list) ")";
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #333;
  margin-right: 5px;
}
@media screen and (max-width: 1440px) {
  .p-terms__item_content .numlist li::before {
    margin-right: 5rem;
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-terms__item_content .numlist li::before {
    font-size: 26rem;
    margin-right: 10rem;
  }
}

.p-guide {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 1440px) {
  .p-guide {
    margin-bottom: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .p-guide {
    padding: 0 35rem;
    margin-bottom: 150rem;
  }
}
.p-guide .txt {
  max-width: 800px;
  width: 100%;
  margin: auto;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 25px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1440px) {
  .p-guide .txt {
    max-width: 800rem;
    font-size: 14rem;
    line-height: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-guide .txt {
    max-width: 100%;
    font-size: 26rem;
    line-height: 42rem;
  }
}
.p-guide .pageinlinks {
  max-width: 920px;
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  margin-top: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1440px) {
  .p-guide .pageinlinks {
    max-width: 920rem;
    grid-gap: 10rem;
    margin-top: 40rem;
    margin-bottom: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .p-guide .pageinlinks {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10rem;
    max-width: 100%;
    margin-top: 50rem;
    margin-bottom: 70rem;
  }
}
.p-guide .pageinlinks_item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  background: #fff;
  border: 1px solid #dedede;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  color: #333;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-guide .pageinlinks_item:hover {
    background: #f7f4e2;
    opacity: 1;
  }
}
@media screen and (max-width: 1440px) {
  .p-guide .pageinlinks_item {
    height: 55rem;
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-guide .pageinlinks_item {
    height: 83rem;
    font-size: 25rem;
  }
}
.p-guide_inner {
  max-width: 800px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .p-guide_inner {
    max-width: 800rem;
  }
}
@media screen and (max-width: 768px) {
  .p-guide_inner {
    max-width: 100%;
  }
}
.p-guide_item {
  margin-bottom: 50px;
  scroll-margin-top: 150px;
}
.p-guide_item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  .p-guide_item {
    margin-bottom: 50rem;
    scroll-margin-top: 150rem;
  }
}
@media screen and (max-width: 768px) {
  .p-guide_item {
    scroll-margin-top: 300rem;
    margin-bottom: 70rem;
  }
}
.p-guide_item_title {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #333;
  padding-bottom: 7px;
  border-bottom: 1px solid #d6c049;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .p-guide_item_title {
    margin-bottom: 20rem;
    padding-bottom: 7rem;
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .p-guide_item_title {
    font-size: 32rem;
    padding-bottom: 15rem;
    margin-bottom: 30rem;
  }
}
.p-guide_item_content {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1440px) {
  .p-guide_item_content {
    font-size: 14rem;
    line-height: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-guide_item_content {
    font-size: 26rem;
    line-height: 42rem;
  }
}
.p-guide_item_content a {
  color: #007DCB;
  text-decoration: underline;
}
.p-guide_item_content .list {
  margin-left: 25px;
}
@media screen and (max-width: 1440px) {
  .p-guide_item_content .list {
    margin-left: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-guide_item_content .list {
    margin-left: 35rem;
  }
}
.p-guide_item_content .list li {
  margin: 0;
  padding: 0;
  margin: 10px 0;
  list-style: none;
  position: relative;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 1440px) {
  .p-guide_item_content .list li {
    margin: 10rem 0;
  }
}
@media screen and (max-width: 768px) {
  .p-guide_item_content .list li {
    margin: 20rem 0;
  }
}
.p-guide_item_content .list li::before {
  content: "●";
  margin-right: 5px;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1440px) {
  .p-guide_item_content .list li::before {
    margin-right: 5rem;
    font-size: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .p-guide_item_content .list li::before {
    font-size: 18rem;
    margin-right: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .p-guide_item_content .scrollbox {
    padding-bottom: 10rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
.p-guide_item_content .table {
  width: 100%;
  border: 1px solid #dedede;
  border-collapse: collapse;
  margin-top: 20px;
}
@media screen and (max-width: 1440px) {
  .p-guide_item_content .table {
    margin-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-guide_item_content .table {
    margin-top: 30rem;
    min-width: -moz-max-content;
    min-width: max-content;
  }
}
.p-guide_item_content .table tr th {
  vertical-align: middle;
  padding: 10px 15px;
  border: 1px solid #dedede;
  border-collapse: collapse;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  color: #707070;
  background: #fbf9f0;
}
@media screen and (max-width: 1440px) {
  .p-guide_item_content .table tr th {
    font-size: 14rem;
    padding: 10rem 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-guide_item_content .table tr th {
    font-size: 26rem;
    padding: 20rem;
  }
}
.p-guide_item_content .table tr td {
  vertical-align: middle;
  padding: 20px 15px;
  border: 1px solid #dedede;
  border-collapse: collapse;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 22.4px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1440px) {
  .p-guide_item_content .table tr td {
    font-size: 14rem;
    padding: 20rem 15rem;
    line-height: 22.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-guide_item_content .table tr td {
    font-size: 26rem;
    line-height: 39rem;
    padding: 20rem;
    vertical-align: auto;
  }
}
.p-guide_item_content .table tr td .smalltxt {
  font-size: 13px;
}
@media screen and (max-width: 1440px) {
  .p-guide_item_content .table tr td .smalltxt {
    font-size: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .p-guide_item_content .table tr td .smalltxt {
    font-size: 24rem;
  }
}
.p-guide_item_content .table02 {
  width: 100%;
  border: 1px solid #dedede;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .p-guide_item_content .table02 {
    min-width: -moz-max-content;
    min-width: max-content;
  }
}
.p-guide_item_content .table02 tr th {
  vertical-align: middle;
  padding: 10px 15px;
  border: 1px solid #dedede;
  border-collapse: collapse;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  color: #333;
  background: #fbf9f0;
}
@media screen and (max-width: 1440px) {
  .p-guide_item_content .table02 tr th {
    font-size: 14rem;
    padding: 10rem 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-guide_item_content .table02 tr th {
    font-size: 26rem;
    padding: 20rem;
  }
}
.p-guide_item_content .table02 tr td {
  vertical-align: middle;
  padding: 20px 15px;
  border: 1px solid #dedede;
  border-collapse: collapse;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1440px) {
  .p-guide_item_content .table02 tr td {
    font-size: 14rem;
    padding: 20rem 15rem;
    line-height: 23rem;
  }
}
@media screen and (max-width: 768px) {
  .p-guide_item_content .table02 tr td {
    font-size: 26rem;
    line-height: 39rem;
    padding: 20rem;
    vertical-align: auto;
  }
}
.p-guide_item_content .table02 tr td .smalltxt {
  font-size: 13px;
}
@media screen and (max-width: 1440px) {
  .p-guide_item_content .table02 tr td .smalltxt {
    font-size: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .p-guide_item_content .table02 tr td .smalltxt {
    font-size: 24rem;
  }
}
.p-guide_item_content .table02 tr td .col-red {
  color: #E40000;
}
.p-guide_item_content .fw-500 {
  font-weight: 500;
}
.p-guide_item_content .smalltxt {
  font-size: 13px;
}
@media screen and (max-width: 1440px) {
  .p-guide_item_content .smalltxt {
    font-size: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .p-guide_item_content .smalltxt {
    font-size: 24rem;
  }
}
.p-guide_item_content .col-red {
  color: #E40000;
}
.p-guide_item_content .mt-10 {
  margin-top: 10px;
}
@media screen and (max-width: 1440px) {
  .p-guide_item_content .mt-10 {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .p-guide_item_content .mt-10 {
    margin-top: 20rem;
  }
}
.p-guide_item_content .mt-20 {
  margin-top: 20px;
}
@media screen and (max-width: 1440px) {
  .p-guide_item_content .mt-20 {
    margin-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-guide_item_content .mt-20 {
    margin-top: 30rem;
  }
}
.p-guide_item_content .mt-30 {
  margin-top: 30px;
}
@media screen and (max-width: 1440px) {
  .p-guide_item_content .mt-30 {
    margin-top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .p-guide_item_content .mt-30 {
    margin-top: 50rem;
  }
}
.p-guide_item_content .listhead {
  margin: 30px 0 10px;
  position: relative;
  font-weight: 600;
  font-size: 15px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1440px) {
  .p-guide_item_content .listhead {
    margin: 30rem 0 10rem;
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-guide_item_content .listhead {
    margin: 50rem 0 20rem;
    font-size: 28rem;
  }
}
.p-guide_item_content .listhead::before {
  content: "● ";
  color: #D6C049;
}
.p-guide_item_content .credit-img {
  max-width: 370px;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
  .p-guide_item_content .credit-img {
    max-width: 370rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-guide_item_content .credit-img {
    max-width: 100%;
    margin-bottom: 20rem;
  }
}
.p-guide_item_content .paypay-img {
  max-width: 240px;
  width: 100%;
  margin-top: 15px;
  padding: 15px 20px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #dedede;
}
@media screen and (max-width: 1440px) {
  .p-guide_item_content .paypay-img {
    margin-top: 15rem;
    max-width: 240rem;
    padding: 15rem 20rem;
    border-radius: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-guide_item_content .paypay-img {
    margin-top: 30rem;
    max-width: 360rem;
  }
}

@media screen and (max-width: 768px) {
  body .cart {
    padding: 0 35rem;
  }
}
body .cart-list-table th {
  background: #fbf9f0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-align: left;
  color: #333;
  padding: 6px 10px;
}
@media screen and (max-width: 1440px) {
  body .cart-list-table th {
    font-size: 13rem;
  }
}
body .cart-list-table th:first-child {
  width: 360px;
}
@media screen and (max-width: 1440px) {
  body .cart-list-table th:first-child {
    width: 360re;
  }
}
body .cart-list-table tbody tr {
  border-bottom: 1px solid #dbd0c2;
}
body .cart-list-table tbody tr:last-child {
  border: none;
}
body .cart-list-table tbody .cart-total {
  background: transparent;
}
body .cart-list-table tbody td {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  body .cart-list-table tbody td {
    padding: 15rem 0;
  }
}
body .cart-list-table tbody td:first-child {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
@media screen and (max-width: 1440px) {
  body .cart-list-table tbody td:first-child {
    gap: 30rem;
    padding: 20rem 0;
  }
}
@media screen and (max-width: 768px) {
  body .cart-list-table tbody td:first-child {
    padding: 15rem 0;
  }
}
body .cart-list-table tbody td:last-child {
  padding: 20px 0;
}
@media screen and (max-width: 1440px) {
  body .cart-list-table tbody td:last-child {
    padding: 20rem 0;
  }
}
@media screen and (max-width: 768px) {
  body .cart-list-table tbody td:last-child {
    padding: 15rem 0;
  }
}
body .cart-list-image {
  max-width: 140px;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 1440px) {
  body .cart-list-image {
    max-width: 140rem;
    min-width: 80rem;
  }
}
@media screen and (max-width: 768px) {
  body .cart-list-image {
    max-width: 200rem;
    min-width: 100rem;
  }
}
body .cart-list-image img {
  width: 100%;
  height: auto;
}
body .cart-list-info {
  font-family: "Shippori Mincho", serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1440px) {
  body .cart-list-info {
    font-size: 14rem;
    line-height: 24rem;
  }
}
@media screen and (max-width: 768px) {
  body .cart-list-info {
    font-size: 26rem;
    line-height: 42rem;
  }
}
body .cart .item-cart-title {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1440px) {
  body .cart .item-cart-title {
    font-size: 16rem;
    line-height: 25rem;
  }
}
@media screen and (max-width: 768px) {
  body .cart .item-cart-title {
    font-size: 28rem;
    line-height: 42rem;
  }
}
body .cart .item-cart-subtotal,
body .cart .item-cart-price {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 19px;
  letter-spacing: 0.05em;
  text-align: right;
  color: #2c2926;
}
@media screen and (max-width: 1440px) {
  body .cart .item-cart-subtotal,
  body .cart .item-cart-price {
    font-size: 19rem;
  }
}
@media screen and (max-width: 768px) {
  body .cart .item-cart-subtotal,
  body .cart .item-cart-price {
    font-size: 34rem;
  }
}
@media screen and (max-width: 768px) {
  body .cart .item-cart-subtotal::before,
  body .cart .item-cart-price::before {
    font-size: 24rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
  }
}
body .cart .item-cart-subtotal span,
body .cart .item-cart-price span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-align: right;
  color: #2c2926;
}
@media screen and (max-width: 1440px) {
  body .cart .item-cart-subtotal span,
  body .cart .item-cart-price span {
    font-size: 13rem;
  }
}
@media screen and (max-width: 768px) {
  body .cart .item-cart-subtotal span,
  body .cart .item-cart-price span {
    font-size: 24rem;
  }
}
body .cart .item-cart-quantity .box {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 7px;
  vertical-align: middle;
}
@media screen and (max-width: 1440px) {
  body .cart .item-cart-quantity .box {
    gap: 7rem;
  }
}
@media screen and (max-width: 768px) {
  body .cart .item-cart-quantity .box {
    justify-content: flex-start;
    gap: 15rem;
  }
}
body .cart .item-cart-quantity .box input {
  text-align: right;
  margin: 0;
  width: 70px;
  height: 30px;
  background: #fff;
  border: 1px solid #dbd0c2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #2c2926;
  padding-right: 10px;
}
@media screen and (max-width: 1440px) {
  body .cart .item-cart-quantity .box input {
    padding-right: 10rem;
    width: 70rem;
    height: 30rem;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  body .cart .item-cart-quantity .box input {
    width: 165rem;
    height: 63rem;
    font-size: 33rem;
  }
}
body .cart .item-cart-quantity .box .update {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background: #007dcb;
  padding: 0px 10px;
}
@media screen and (max-width: 1440px) {
  body .cart .item-cart-quantity .box .update {
    padding: 0 10rem;
    height: 30rem;
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  body .cart .item-cart-quantity .box .update {
    width: 110rem;
    height: 63rem;
    font-size: 32rem;
  }
}
body .cart .item-cart-delete {
  float: none;
  display: block;
}
@media screen and (max-width: 768px) {
  body .cart .item-cart-delete {
    padding: 0;
  }
}
body .cart .item-cart-delete a {
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #2c2926;
  border: 1px solid rgba(44, 41, 38, 0.5058823529);
  background: #fff;
}
@media screen and (max-width: 1440px) {
  body .cart .item-cart-delete a {
    padding: 0 10rem;
    height: 30rem;
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  body .cart .item-cart-delete a {
    width: 110rem;
    height: 63rem;
    font-size: 32rem;
  }
}
@media screen and (max-width: 768px) {
  body .cart .cart-total {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
body .cart .cart-total-delivery {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-align: right;
  color: #2c2926;
}
@media screen and (max-width: 1440px) {
  body .cart .cart-total-delivery {
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  body .cart .cart-total-delivery {
    margin: 0 !important;
    font-size: 24rem;
  }
}
body .cart .cart-total-delivery p {
  position: relative;
}
body .cart .cart-total-delivery p::after {
  position: absolute;
  content: "";
  width: 25rem;
  height: 20rem;
  bottom: -20rem;
  right: 80rem;
  border-style: solid;
  border-width: 20rem 20rem 0 20rem;
  border-color: #f7f5ed transparent transparent transparent;
}
@media screen and (max-width: 768px) {
  body .cart .cart-total-delivery p {
    border-radius: 4px;
    background: #f7f5ed;
    display: inline-block;
    padding: 10rem 20rem !important;
  }
}
body .cart .cart-total-delivery .number {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 25px;
  text-align: left;
  color: #c30000;
}
@media screen and (max-width: 1440px) {
  body .cart .cart-total-delivery .number {
    font-size: 25rem;
  }
}
@media screen and (max-width: 768px) {
  body .cart .cart-total-delivery .number {
    font-size: 41rem;
  }
}
body .cart .cart-total-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #2c2a26;
}
@media screen and (max-width: 1440px) {
  body .cart .cart-total-title {
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  body .cart .cart-total-title {
    font-size: 24rem;
  }
}
body .cart .cart-total-title.pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  body .cart .cart-total-title.pc {
    display: none !important;
  }
}
body .cart .cart-total-title.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  body .cart .cart-total-title.sp {
    display: inline-block !important;
    margin-right: 15rem !important;
  }
}
body .cart .cart-total-price {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0.05em;
  text-align: right;
  color: #2c2926;
}
@media screen and (max-width: 1440px) {
  body .cart .cart-total-price {
    font-size: 28rem;
  }
}
@media screen and (max-width: 768px) {
  body .cart .cart-total-price {
    font-size: 44rem;
  }
}
body .cart .cart-total-price span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-align: right;
  color: #2c2926;
}
@media screen and (max-width: 768px) {
  body .cart .cart-total-price span {
    font-size: 13rem;
  }
}
@media screen and (max-width: 768px) {
  body .cart .cart-total-price span {
    font-size: 24rem;
  }
}
body .cart .cart-total-point {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-align: right;
  color: #2c2926;
}
@media screen and (max-width: 1440px) {
  body .cart .cart-total-point {
    font-size: 13rem;
  }
}
@media screen and (max-width: 768px) {
  body .cart .cart-total-point {
    font-size: 24rem;
  }
}
body .cart .cart-button-box {
  margin-top: 30px;
  text-align: right;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 1440px) {
  body .cart .cart-button-box {
    gap: 10rem;
    margin-top: 30rem;
  }
}
body .cart .cart-button-checkout a {
  border: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 60px;
  margin: auto;
  margin-right: 0;
  background: #e40000;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  body .cart .cart-button-checkout a {
    font-size: 16rem;
    width: 350rem;
    height: 60rem;
  }
}
body .cart .cart-button-amazon {
  max-width: 350px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  body .cart .cart-button-amazon {
    width: 350rem;
  }
}
body .cart .cart-button-back a {
  width: 350px;
  height: 60px;
  border: 1px solid #dedede;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  body .cart .cart-button-back a {
    font-size: 16rem;
    width: 350rem;
    height: 60rem;
  }
}
body .col-red {
  color: #c30000;
}

.gift-fv {
  position: relative;
  background-image: url(https://gigaplus.makeshop.jp/tenjushuzou/img/gift/mv-pc.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .gift-fv {
    background-image: url(https://gigaplus.makeshop.jp/tenjushuzou/img/gift/mv-sp.png);
    padding: 0 35rem;
  }
}
.gift-fv_inner {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .gift-fv_inner {
    max-width: 1200rem;
  }
}
@media screen and (max-width: 768px) {
  .gift-fv_inner {
    max-width: 100%;
  }
}
.gift-fv .breadcrumb-item + .breadcrumb-item:before {
  color: #fff;
}
.gift-fv .breadcrumb {
  padding: 15px 0;
}
@media screen and (max-width: 1440px) {
  .gift-fv .breadcrumb {
    padding: 15rem 0;
  }
}
@media screen and (max-width: 768px) {
  .gift-fv .breadcrumb {
    padding: 20rem 0;
  }
}
.gift-fv .breadcrumb-item::before {
  color: #fff;
}
.gift-fv .breadcrumb a,
.gift-fv .breadcrumb span {
  color: #fff;
}
.gift-fv_title {
  padding: 72px 0 123px;
  margin-left: 60px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-direction: column;
}
@media screen and (max-width: 1440px) {
  .gift-fv_title {
    gap: 10rem;
    margin-left: 60rem;
    padding: 72rem 0 123rem;
  }
}
@media screen and (max-width: 768px) {
  .gift-fv_title {
    margin-left: 0;
    padding: 52rem 0 104rem;
  }
}
.gift-fv_title p {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  .gift-fv_title p {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .gift-fv_title p {
    font-size: 26rem;
  }
}
.gift-fv_title h1 {
  font-weight: 500;
  font-size: 46px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .gift-fv_title h1 {
    font-size: 46rem;
  }
}
@media screen and (max-width: 768px) {
  .gift-fv_title h1 {
    font-size: 48rem;
  }
}

.gift01 {
  padding: 60px 0 110px;
}
@media screen and (max-width: 1440px) {
  .gift01 {
    padding: 60rem 0 110rem;
  }
}
.gift01_inner {
  max-width: 900px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .gift01_inner {
    max-width: 900rem;
  }
}
@media screen and (max-width: 768px) {
  .gift01_inner {
    max-width: 100%;
  }
}
.gift01 h2 {
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 1440px) {
  .gift01 h2 {
    font-size: 26rem;
  }
}
.gift01 p {
  margin-top: 50px;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 1440px) {
  .gift01 p {
    font-size: 15rem;
    line-height: 30rem;
    margin-top: 50rem;
  }
}

.gift02 {
  padding: 70px 0 60px;
}
@media screen and (max-width: 1440px) {
  .gift02 {
    padding: 70rem 0 60rem;
  }
}
@media screen and (max-width: 768px) {
  .gift02 {
    padding: 65rem 35rem 75rem;
  }
}
.gift02_inner {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .gift02_inner {
    max-width: 1200rem;
  }
}
@media screen and (max-width: 768px) {
  .gift02_inner {
    max-width: 100%;
  }
}
.gift02_title {
  position: relative;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 1440px) {
  .gift02_title {
    font-size: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .gift02_title {
    font-size: 40rem;
  }
}
.gift02_title::before {
  position: absolute;
  content: "";
  top: -105px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(https://gigaplus.makeshop.jp/tenjushuzou/img/gift/gift02-head.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 110px;
  height: 100px;
}
@media screen and (max-width: 1440px) {
  .gift02_title::before {
    width: 110rem;
    height: 100rem;
    top: -105rem;
  }
}
@media screen and (max-width: 768px) {
  .gift02_title::before {
    width: 115rem;
    height: 105rem;
    top: -107rem;
  }
}
.gift02_txt {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 27px;
  text-align: center;
  color: #333;
  margin-top: 30px;
}
@media screen and (max-width: 1440px) {
  .gift02_txt {
    margin-top: 30rem;
    font-size: 15rem;
    line-height: 27rem;
  }
}
@media screen and (max-width: 768px) {
  .gift02_txt {
    margin-top: 30rem;
    font-size: 26rem;
    line-height: 45rem;
    text-align: left;
  }
}
.gift02_box {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  margin-top: 60px;
}
@media screen and (max-width: 1440px) {
  .gift02_box {
    gap: 80rem;
    margin-top: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .gift02_box {
    gap: 60rem;
    flex-direction: column;
    align-items: center;
  }
}
.gift02_box_title {
  width: 100%;
  background: #d6c049;
  padding: 10px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .gift02_box_title {
    padding: 10rem;
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .gift02_box_title {
    font-size: 30rem;
    padding: 13rem 15rem;
  }
}
.gift02_box_title.bg-white {
  background: #fff;
  color: #333;
  font-weight: 500;
}
.gift02_box_txt {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 24px;
  text-align: center;
  color: #333;
  margin: 15px auto 25px;
}
@media screen and (max-width: 1440px) {
  .gift02_box_txt {
    font-size: 15rem;
    line-height: 24rem;
    margin: 15rem auto 25rem;
  }
}
@media screen and (max-width: 768px) {
  .gift02_box_txt {
    margin: 30rem auto;
    letter-spacing: normal;
    font-size: 26rem;
    line-height: 42rem;
  }
}
.gift02_leftbox {
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .gift02_leftbox {
    max-width: 800rem;
  }
}
@media screen and (max-width: 768px) {
  .gift02_leftbox {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .gift02_leftbox .gift02_box_txt {
    text-align: left;
  }
}
.gift02_leftbox_item {
  margin-bottom: 40px;
}
@media screen and (max-width: 1440px) {
  .gift02_leftbox_item {
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .gift02_leftbox_item {
    padding-bottom: 60rem;
    border-bottom: 2rem solid #dedede;
    margin-bottom: 60rem;
  }
}
.gift02_leftbox_item:last-child {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.gift02_leftbox_item_head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  color: #333;
  margin-bottom: 15px;
}
@media screen and (max-width: 1440px) {
  .gift02_leftbox_item_head {
    font-size: 15rem;
    margin-bottom: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .gift02_leftbox_item_head {
    text-align: center;
    font-size: 28rem;
    margin-bottom: 25rem;
  }
}
.gift02_leftbox_item_flex {
  display: flex;
  align-items: stretch;
  gap: 60px;
}
@media screen and (max-width: 1440px) {
  .gift02_leftbox_item_flex {
    gap: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .gift02_leftbox_item_flex {
    flex-wrap: wrap;
    gap: 90rem 60rem;
  }
}
.gift02_leftbox_item_flex .item:first-child {
  position: relative;
}
.gift02_leftbox_item_flex .item:first-child::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -47px;
  width: 32px;
  height: 32px;
  background-image: url(https://gigaplus.makeshop.jp/tenjushuzou/img/gift/plus.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  .gift02_leftbox_item_flex .item:first-child::after {
    width: 32rem;
    height: 32rem;
    right: -47rem;
  }
}
@media screen and (max-width: 768px) {
  .gift02_leftbox_item_flex .item:first-child::after {
    width: 50rem;
    height: 50rem;
    right: -50rem;
  }
}
@media screen and (max-width: 768px) {
  .gift02_leftbox_item_flex .item:first-child {
    max-width: 310rem;
  }
}
.gift02_leftbox_item_flex .item:nth-child(2) {
  position: relative;
}
.gift02_leftbox_item_flex .item:nth-child(2)::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -47px;
  width: 32px;
  height: 27px;
  background-image: url(https://gigaplus.makeshop.jp/tenjushuzou/img/gift/arrow-left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  .gift02_leftbox_item_flex .item:nth-child(2)::after {
    width: 32rem;
    height: 27rem;
    right: -47rem;
  }
}
@media screen and (max-width: 768px) {
  .gift02_leftbox_item_flex .item:nth-child(2)::after {
    left: -63rem;
    transform: rotate(90deg);
    width: 58rem;
    height: 50rem;
    top: unset;
    right: unset;
    bottom: -65rem;
  }
}
@media screen and (max-width: 768px) {
  .gift02_leftbox_item_flex .item:nth-child(2) {
    max-width: 310rem;
  }
  .gift02_leftbox_item_flex .item:nth-child(2) img {
    height: 463rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .gift02_leftbox_item_flex .item:nth-child(3) {
    max-width: 500rem;
    margin: auto;
  }
}
.gift02_rightbox {
  max-width: 320px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .gift02_rightbox {
    max-width: 320rem;
  }
}
@media screen and (max-width: 768px) {
  .gift02_rightbox {
    max-width: 100%;
  }
}
.gift02_rightbox_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1440px) {
  .gift02_rightbox_content {
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .gift02_rightbox_content {
    gap: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .gift02_rightbox_content .item {
    max-width: 500rem;
    margin: auto;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .gift02_rightbox_content .item img {
    height: 400rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.gift02 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 1440px) {
  .gift02 .item {
    gap: 5rem;
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .gift02 .item {
    font-size: 26rem;
    gap: 7rem;
  }
}

.gift03 {
  position: relative;
  padding: 60px 0 110px;
}
@media screen and (max-width: 1440px) {
  .gift03 {
    padding: 60rem 0 100rem;
  }
}
@media screen and (max-width: 768px) {
  .gift03 {
    padding: 80rem 35rem 140rem;
  }
}
.gift03_inner {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .gift03_inner {
    max-width: 1200rem;
  }
}
@media screen and (max-width: 768px) {
  .gift03_inner {
    max-width: 100%;
  }
}
.gift03_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
@media screen and (max-width: 1440px) {
  .gift03_box {
    gap: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .gift03_box {
    flex-direction: column;
    max-width: 100%;
    gap: 40rem;
  }
}
.gift03_box_content {
  max-width: 420px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .gift03_box_content {
    max-width: 420rem;
  }
}
@media screen and (max-width: 768px) {
  .gift03_box_content {
    max-width: 100%;
  }
}
.gift03_box_content .txt01 {
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1440px) {
  .gift03_box_content .txt01 {
    font-size: 15rem;
    line-height: 27rem;
  }
}
@media screen and (max-width: 768px) {
  .gift03_box_content .txt01 {
    font-size: 26rem;
    line-height: 42rem;
  }
}
.gift03_box_content .txt02 {
  margin-top: 30px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1440px) {
  .gift03_box_content .txt02 {
    margin-top: 30rem;
    font-size: 13rem;
    line-height: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .gift03_box_content .txt02 {
    font-size: 24rem;
    line-height: 42rem;
  }
}
.gift03_box_img {
  max-width: 630px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .gift03_box_img {
    max-width: 630rem;
  }
}
@media screen and (max-width: 768px) {
  .gift03_box_img {
    max-width: 100%;
  }
}

.gift_title {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #333;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 1440px) {
  .gift_title {
    margin-top: 30rem;
    font-size: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .gift_title {
    font-size: 36rem;
    margin-bottom: 35rem;
  }
}
.gift_title::after {
  display: block;
  margin: auto;
  margin-top: 20px;
  content: "";
  background-image: url(https://gigaplus.makeshop.jp/tenjushuzou/img/common/dot.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 31px;
  height: 5px;
}
@media screen and (max-width: 1440px) {
  .gift_title::after {
    width: 31rem;
    height: 5rem;
    margin-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .gift_title::after {
    width: 44rem;
    height: 8rem;
    margin-top: 25rem;
  }
}

.gift04 {
  padding: 80px 0;
}
@media screen and (max-width: 1440px) {
  .gift04 {
    padding: 80rem 0;
  }
}
@media screen and (max-width: 768px) {
  .gift04 {
    padding: 100rem 35rem;
  }
}
.gift04_inner {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .gift04_inner {
    max-width: 1200rem;
  }
}
@media screen and (max-width: 768px) {
  .gift04_inner {
    max-width: 100%;
  }
}
.gift04_title {
  position: relative;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 1440px) {
  .gift04_title {
    font-size: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .gift04_title {
    font-size: 40rem;
  }
}
.gift04_title::before {
  position: absolute;
  content: "";
  top: -105px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(https://gigaplus.makeshop.jp/tenjushuzou/img/gift/gift04-head.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 100px;
}
@media screen and (max-width: 1440px) {
  .gift04_title::before {
    width: 28rem;
    height: 100rem;
    top: -105rem;
  }
}
@media screen and (max-width: 768px) {
  .gift04_title::before {
    width: 34rem;
    height: 120rem;
    top: -130rem;
  }
}
.gift04_txt {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 27px;
  text-align: center;
  color: #333;
  margin-top: 30px;
}
@media screen and (max-width: 1440px) {
  .gift04_txt {
    margin-top: 30rem;
    font-size: 15rem;
    line-height: 27rem;
  }
}
@media screen and (max-width: 768px) {
  .gift04_txt {
    font-size: 26rem;
    line-height: 45rem;
    margin-top: 30rem;
    text-align: left;
  }
}
.gift04_top {
  max-width: 1080px;
  width: 100%;
  margin: 60px auto;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  .gift04_top {
    gap: 30rem;
    margin: 60rem auto;
    max-width: 1080rem;
  }
}
@media screen and (max-width: 768px) {
  .gift04_top {
    max-width: 600rem;
    flex-direction: column;
    gap: 80rem;
    margin: 80rem auto;
  }
}
.gift04_top_item {
  flex: 1;
}
.gift04_top_item_title {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 32px;
  text-align: center;
  color: #333;
  margin: 20px auto;
}
@media screen and (max-width: 1440px) {
  .gift04_top_item_title {
    margin: 20rem auto;
    font-size: 20rem;
    line-height: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .gift04_top_item_title {
    font-size: 34rem;
    line-height: 55rem;
  }
}
.gift04_top_item_txt {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 25px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1440px) {
  .gift04_top_item_txt {
    font-size: 14rem;
    line-height: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .gift04_top_item_txt {
    font-size: 26rem;
    line-height: 45rem;
  }
}
.gift04_bottom {
  background-color: #fff;
  padding: 60px;
}
@media screen and (max-width: 1440px) {
  .gift04_bottom {
    padding: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .gift04_bottom {
    padding: 60rem 40rem;
  }
}
.gift04_bottom_flex {
  display: flex;
  align-items: stretch;
  gap: 80px;
  justify-content: space-between;
}
@media screen and (max-width: 1440px) {
  .gift04_bottom_flex {
    gap: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .gift04_bottom_flex {
    flex-direction: column;
  }
}
.gift04_bottom_flex .itembox {
  position: relative;
  flex: 1;
}
.gift04_bottom_flex .itembox:first-child::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  right: -40px;
  background-color: #dedede;
}
@media screen and (max-width: 1440px) {
  .gift04_bottom_flex .itembox:first-child::after {
    right: -40rem;
  }
}
@media screen and (max-width: 768px) {
  .gift04_bottom_flex .itembox:first-child::after {
    left: 0;
    right: unset;
    top: unset;
    bottom: -40rem;
    width: 100%;
    height: 1rem;
  }
}
.gift04_bottom_flex .itembox_list li {
  list-style: none;
  text-indent: -1.5em;
  padding-left: 1.5em;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  color: #333;
  margin-bottom: 8px;
}
.gift04_bottom_flex .itembox_list li span {
  font-weight: 600;
}
.gift04_bottom_flex .itembox_list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  .gift04_bottom_flex .itembox_list li {
    font-size: 16rem;
    line-height: 32rem;
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .gift04_bottom_flex .itembox_list li {
    font-size: 26rem;
    line-height: 39rem;
    margin-bottom: 20rem;
  }
}
.gift04_bottom_flex .itembox_list li::before {
  content: "● ";
  color: #D6C049;
}
.gift04_bottom_single {
  margin-top: 30px;
  border-radius: 8px;
  background: #fbf9f0;
  padding: 33px;
}
@media screen and (max-width: 1440px) {
  .gift04_bottom_single {
    padding: 33rem;
    margin-top: 30rem;
    border-radius: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .gift04_bottom_single {
    padding: 30rem;
    margin-top: 50rem;
  }
}
.gift04_bottom_single li {
  list-style: none;
  text-indent: -1.5em;
  padding-left: 1.5em;
  font-weight: 500;
  font-size: 16px;
  line-height: 34px;
  text-align: left;
  color: #333;
}
.gift04_bottom_single li span {
  font-weight: 600;
}
@media screen and (max-width: 1440px) {
  .gift04_bottom_single li {
    font-size: 16rem;
    line-height: 34rem;
  }
}
@media screen and (max-width: 768px) {
  .gift04_bottom_single li {
    font-weight: 400;
    font-size: 26rem;
    line-height: 39rem;
  }
}
.gift04_bottom_single li::before {
  content: "● ";
  color: #D6C049;
}
.gift04_download {
  margin-top: 60px;
  display: flex;
  align-items: stretch;
  gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  .gift04_download {
    gap: 40rem;
    margin-top: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .gift04_download {
    flex-direction: column;
    gap: 50rem;
    padding: 0 40rem;
  }
}
.gift04_download_item {
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .gift04_download_item {
    max-width: 400rem;
  }
}
@media screen and (max-width: 768px) {
  .gift04_download_item {
    max-width: 100%;
  }
}
.gift04_download_link {
  height: 60px;
  background: #d6c049;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 500;
  font-size: 18px;
  text-align: left;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .gift04_download_link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1440px) {
  .gift04_download_link {
    height: 60rem;
    gap: 10rem;
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .gift04_download_link {
    gap: 20rem;
    height: 100rem;
    font-size: 28rem;
  }
}
.gift04_download_link img {
  width: 30px;
}
@media screen and (max-width: 1440px) {
  .gift04_download_link img {
    width: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .gift04_download_link img {
    width: 58rem;
  }
}
.gift04_download_txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  text-align: left;
  color: #333;
  margin-top: 20px;
}
@media screen and (max-width: 1440px) {
  .gift04_download_txt {
    margin-top: 20rem;
    font-size: 13rem;
    line-height: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .gift04_download_txt {
    margin-top: 10rem;
    font-size: 24rem;
    line-height: 42rem;
  }
}

.slideshow_wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.slideshow_wrap .slideshow {
  display: flex;
  animation: loop-slide 20s infinite linear 1s both;
}
.slideshow_wrap .slideshow img {
  width: 290px;
}
@media screen and (max-width: 1440px) {
  .slideshow_wrap .slideshow img {
    width: 290rem;
  }
}
@media screen and (max-width: 768px) {
  .slideshow_wrap .slideshow img {
    width: 400rem;
  }
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.gift05 {
  position: relative;
  padding: 80px 0 100px;
}
@media screen and (max-width: 1440px) {
  .gift05 {
    padding: 80rem 0 100rem;
  }
}
@media screen and (max-width: 768px) {
  .gift05 {
    padding: 100rem 35rem 150rem;
  }
}
.gift05_inner {
  max-width: 900px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .gift05_inner {
    max-width: 900rem;
  }
}
@media screen and (max-width: 768px) {
  .gift05_inner {
    max-width: 100%;
  }
}
.gift05_title {
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #333;
  margin-bottom: 50px;
}
@media screen and (max-width: 1440px) {
  .gift05_title {
    font-size: 26rem;
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .gift05_title {
    font-size: 40rem;
    margin-bottom: 60rem;
  }
}
.gift05_item {
  padding: 30px 0px 25px 0;
  border-bottom: 1px solid #dedede;
}
@media screen and (max-width: 1440px) {
  .gift05_item {
    padding: 30rem 0rem 25rem;
  }
}
@media screen and (max-width: 768px) {
  .gift05_item {
    padding: 50rem 0 40rem;
  }
}
.gift05_item:first-child {
  padding-top: 0;
}
.gift05_item .qusetion {
  padding-right: 50px;
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 15px;
}
@media screen and (max-width: 1440px) {
  .gift05_item .qusetion {
    gap: 15rem;
    padding-right: 50rem;
  }
}
.gift05_item .qusetion.active::before {
  width: 0;
}
.gift05_item .qusetion::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background: #5f5f5f;
  right: 7px;
  top: 7px;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .gift05_item .qusetion::before {
    height: 15rem;
    right: 7rem;
    top: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .gift05_item .qusetion::before {
    height: 19rem;
    top: 12rem;
  }
}
.gift05_item .qusetion::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  background: #5f5f5f;
  right: 0px;
  top: 14px;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .gift05_item .qusetion::after {
    width: 15rem;
    top: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .gift05_item .qusetion::after {
    width: 19rem;
    top: 20rem;
  }
}
.gift05_item .qusetion_head {
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: left;
  color: #d6c049;
}
@media screen and (max-width: 1440px) {
  .gift05_item .qusetion_head {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .gift05_item .qusetion_head {
    font-size: 36rem;
  }
}
.gift05_item .qusetion_txt {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 28px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1440px) {
  .gift05_item .qusetion_txt {
    font-size: 16rem;
    line-height: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .gift05_item .qusetion_txt {
    font-size: 28rem;
    line-height: 45rem;
  }
}
.gift05_item .answer {
  padding-right: 50px;
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 15px;
  margin-top: 25px;
}
@media screen and (max-width: 1440px) {
  .gift05_item .answer {
    gap: 15rem;
    padding-right: 50rem;
    margin-top: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .gift05_item .answer {
    margin-top: 25rem;
  }
}
.gift05_item .answer_head {
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: left;
  color: #707070;
}
@media screen and (max-width: 1440px) {
  .gift05_item .answer_head {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .gift05_item .answer_head {
    font-size: 36rem;
  }
}
.gift05_item .answer_content {
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  text-align: left;
  color: #5f5f5f;
}
@media screen and (max-width: 1440px) {
  .gift05_item .answer_content {
    font-size: 15rem;
    line-height: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .gift05_item .answer_content {
    font-size: 26rem;
    line-height: 42rem;
  }
}
.gift05_item .answer_content a {
  text-decoration: underline;
  color: #E40000;
}/*# sourceMappingURL=style_add.css.map */