@charset "UTF-8";

/* ************************
common
************************ */
body {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  overflow-x: hidden;
}

#yeargift2025 {
  width: 980px;
  margin: auto;
}

.main_inner {
  width: 920px;
  margin: auto;
}

div,
p,
h1,
h2,
h3,
h4 {
  line-height: 1.5em;
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* ************************
main
************************ */
#container.lower #main_column .main {
  padding: 0;
}

/* ************************
cp
************************ */
#cp {
  padding: 64px 0;
  background-color: #fefdf9;
}

#cp .main_inner .cp_top {
  text-align: center;
}

#cp .main_inner .cp_top h3 {
  font-size: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-bottom: 1px solid #d85648;
}

#cp .main_inner .cp_top h4 {
  font-size: 18px;
  padding-top: 4px;
}

#cp .main_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
}

#cp .main_inner ul li {
  position: relative;
}

#cp .main_inner ul li img {
  width: 140px;
  height: auto;
}

#cp .main_inner ul li dl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 220px;
}

#cp .main_inner ul li dl dt {
  font-size: 24px;
  color: #c64036;
  font-weight: 700;
}

#cp .main_inner ul li dl dd {
  font-size: 16px;
  padding-top: 16px;
  font-weight: 700;
}

#cp .main_inner ul.flex01 {
  padding-top: 40px;
  width: 622px;
}

#cp .main_inner ul.flex02 {
  padding-top: 24px;
  width: 374px;
}

#cp .main_inner .important_text {
  font-size: 16px;
  padding-top: 40px;
  font-weight: 700;
}

#cp .main_inner .important_text span {
  font-size: 24px;
  font-weight: 700;
  color: #c64036;
}

/* ************************
nav_area
************************ */
#nav_area {
  padding: 64px 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

#nav_area::before {
  position: absolute;
  content: "";
  background: url(/user_data/packages/default/img/yeargift2024/menu_accent.png) center center/cover;
  bottom: -600px;
  right: -400px;
  width: 932px;
  height: 946px;
}

#nav_area::after {
  position: absolute;
  content: "";
  background: url(/user_data/packages/default/img/yeargift2024/menu_accent.png) center center/cover;
  top: -200px;
  left: 0;
  -webkit-transform: translate(-50%, -50%) rotate(60deg);
  transform: translate(-50%, -50%) rotate(60deg);
  width: 932px;
  height: 946px;
}

#nav_area h2 {
  font-size: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-bottom: 1px solid #d85648;
}

#nav_area h3 {
  font-size: 24px;
  text-align: center;
  padding-top: 4px;
}

#nav_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 2;
  padding-top: 40px;
}

#nav_area ul li {
  position: relative;
}

#nav_area ul li:nth-child(1) a,
#nav_area ul li:nth-child(5) a {
  background-color: #a48cd1;
}

#nav_area ul li:nth-child(1)::after,
#nav_area ul li:nth-child(5)::after {
  position: absolute;
  top: 10px;
  left: 10px;
  content: "";
  background: url(/user_data/packages/default/img/yeargift2024/purple_btn.jpg) center center/cover;
  width: 200px;
  height: 90px;
  z-index: -1;
}

#nav_area ul li:nth-child(2) a,
#nav_area ul li:nth-child(6) a {
  background-color: #d85648;
}

#nav_area ul li:nth-child(2)::after,
#nav_area ul li:nth-child(6)::after {
  position: absolute;
  top: 10px;
  left: 10px;
  content: "";
  background: url(/user_data/packages/default/img/yeargift2024/red_btn.jpg) center center/cover;
  width: 200px;
  height: 90px;
  z-index: -1;
}

#nav_area ul li:nth-child(3) a,
#nav_area ul li:nth-child(7) a {
  background-color: #e29a4b;
}

#nav_area ul li:nth-child(3)::after,
#nav_area ul li:nth-child(7)::after {
  position: absolute;
  top: 10px;
  left: 10px;
  content: "";
  background: url(/user_data/packages/default/img/yeargift2024/orange_btn.jpg) center center/cover;
  width: 200px;
  height: 90px;
  z-index: -1;
}

#nav_area ul li:nth-child(4) a,
#nav_area ul li:nth-child(8) a {
  background-color: #839b5c;
}

#nav_area ul li:nth-child(4)::after,
#nav_area ul li:nth-child(8)::after {
  position: absolute;
  top: 10px;
  left: 10px;
  content: "";
  background: url(/user_data/packages/default/img/yeargift2024/green_btn.jpg) center center/cover;
  width: 200px;
  height: 90px;
  z-index: -1;
}

#nav_area ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
  height: 90px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#nav_area ul li a:hover {
  -webkit-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
  opacity: 1;
}

#nav_area ul li:nth-child(n+5) {
  margin-top: 32px;
}

/* ************************
nav common
************************ */
.content_title {
  font-size: 40px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 12px 0;
}

.content_title::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 100%;
  height: 10px;
  background-repeat: repeat-x;
}

.content_title::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 100%;
  height: 10px;
  background-repeat: repeat-x;
}

.sub_title {
  font-size: 24px;
  text-align: center;
  padding-top: 24px;
}

.attention {
  margin-top: 64px;
  padding: 16px 0;
  background-color: #fcf7d9;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  position: relative;
  width: calc(100% - 60px);
  margin: 64px auto 0;
}

.attention::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #fff;
}

.attention::after {
  position: absolute;
  content: "";
  top: -20px;
  left: 90px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 140px;
  height: 70px;
  border-radius: 20px 20px 0 0;
}

/* *****
color
****** */
.text_purple {
  color: #a48cd1;
}

.bg_purple {
  background-color: #a48cd1;
  color: #fff;
}

.text_red {
  color: #d85648;
}

.bg_red {
  background-color: #d85648;
  color: #fff;
}

.text_orange {
  color: #e29a4b;
}

.bg_orange {
  background-color: #e29a4b;
  color: #fff;
}

.text_green {
  color: #839b5c;
}

.bg_green {
  background-color: #839b5c;
  color: #fff;
}

/* *****
product
****** */
.product_items .product_item {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.product_items .product_item .content_left {
  width: 670px;
}

.product_items .product_item .content_left .content_left_top {
  position: relative;
  margin-top: 64px;
  width: 670px;
  height: 402px;
  top: 0;
  left: 0;
  background-repeat: repeat;
}

.product_items .product_item .content_left .content_left_top .content_img {
  position: absolute;
  top: -56px;
  width: 520px;
  height: auto;
}

.product_items .product_item .content_left .content_left_top .content_img::after {
  position: absolute;
  content: "";
  bottom: -30px;
  width: 260px;
  height: 140px;
}

.product_items .product_item .content_left .content_left_top .limited {
  position: absolute;
  width: 100px;
  height: auto;
  top: 30px;
}

.product_items .product_item .content_left .content_left_top .furoshiki_icon {
  position: absolute;
  width: 100px;
  height: auto;
  top: 150px;
}

.product_items .product_item .content_left .content_left_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 40px 0 0 30px;
}

.product_items .product_item .content_left .content_left_bottom .product_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product_items .product_item .content_left .content_left_bottom .product_menu .product {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 18px;
  font-weight: 700;
}

.product_items .product_item .content_left .content_left_bottom .product_menu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-left: 10px;
  font-size: 18px;
}

.product_items .product_item .content_left .content_left_bottom .product_menu ul li:not(:first-child) {
  padding-top: 20px;
}

.product_items .product_item .content_left .content_left_bottom .product_menu ul li dt {
  padding-left: 20px;
  position: relative;
}

.product_items .product_item .content_left .content_left_bottom .product_menu ul li dt::before {
  position: absolute;
  content: "*";
  top: 80%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
}

.product_items .product_item .content_left .content_left_bottom .product_menu ul li dd {
  padding-left: 10px;
}

.product_items .product_item .content_left .content_left_bottom .product_price .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product_items .product_item .content_left .content_left_bottom .product_price .number p {
  width: 150px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
}

.product_items .product_item .content_left .content_left_bottom .product_price .number p:nth-child(2) {
  font-size: 40px;
}

.product_items .product_item .content_left .content_left_bottom .product_price .price {
  font-size: 100px;
  font-weight: 700;
  margin: -16px 0 -32px;
}

.product_items .product_item .content_left .content_left_bottom .product_price .price span {
  font-size: 50px;
  font-weight: 700;
  position: relative;
}

.product_items .product_item .content_left .content_left_bottom .product_price .price span::after {
  content: "(税込)";
  position: absolute;
  top: -84px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 18px;
  width: 100px;
}

.product_items .product_item .content_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding-top: 60px;
}

.product_items .product_item .content_right p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 20px;
  position: relative;
  z-index: 2;
}

.product_items .product_item .content_right p::after {
  position: absolute;
  content: "";
  top: -24%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  z-index: -1;
}

.product_items .product_item .content_right h4 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 60px;
}

.product_items .product_item .content_right h4 span {
  font-size: 48px;
  padding-top: 120px;
  position: relative;
}

.product_items .product_item .content_right h4 span::after {
  position: absolute;
  content: "";
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0.2px;
  height: 80px;
  background-color: #333;
}

/* *****
product left
****** */
.product_item.product_left .content_left {
  width: 670px;
}

.product_item.product_left .content_left .content_left_top {
  border-radius: 0 20px 20px 0;
}

.product_item.product_left .content_left .content_left_top .content_img {
  left: 30px;
}

.product_item.product_left .content_left .content_left_top .content_img::after {
  right: -180px;
}

.product_item.product_left .content_left .content_left_top .limited {
  right: 30px;
}

.product_item.product_left .content_left .content_left_top .furoshiki_icon {
  right: 26px;
}

.product_item.product_left .content_left .content_left_bottom {
  margin: 40px 0 0 30px;
}

.product_item.product_left .content_right {
  padding: 60px 0 0 60px;
}

.product_item.product_left .content_right p {
  text-indent: -15em;
  margin-top: 3em;
}

/* *****
product right
****** */
.product_item.product_right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.product_item.product_right .content_left .content_left_top {
  border-radius: 20px 0 0 20px;
}

.product_item.product_right .content_left .content_left_top .content_img {
  right: 30px;
}

.product_item.product_right .content_left .content_left_top .content_img .content_img::after {
  left: -180px;
}

.product_item.product_right .content_left .content_left_top .limited {
  right: 520px;
}

.product_item.product_right .content_left .content_left_top .furoshiki_icon {
  right: 522px;
}

.product_item.product_right .content_left .content_left_bottom {
  margin: 40px 30px 0 0;
}

.product_item.product_right .content_right {
  padding: 60px 30px 0 0;
}

/* *****
product_flex_wrap
****** */
ul.product_flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

ul.product_flex_wrap li.product_flex {
  width: 470px;
}

ul.product_flex_wrap li.product_flex a .content_left_top {
  position: relative;
  margin-top: 64px;
  width: 100%;
  height: 340px;
}

ul.product_flex_wrap li.product_flex a .content_left_top .content_img {
  position: absolute;
  width: 400px;
  height: auto;
  top: -24px;
}

ul.product_flex_wrap li.product_flex .product_content {
  padding-left: 30px;
}

ul.product_flex_wrap li.product_flex .product_content .product_title {
  padding-top: 24px;
  text-align: left;
}

ul.product_flex_wrap li.product_flex .product_content .product_title h4 {
  font-size: 40px;
  text-align: left;
}

ul.product_flex_wrap li.product_flex .product_content .product_title p {
  font-size: 18px;
  padding-top: 8px;
}

ul.product_flex_wrap li.product_flex .product_content .product_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  padding-top: 24px;
}

ul.product_flex_wrap li.product_flex .product_content .product_menu .product {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 18px;
  font-weight: 700;
}

ul.product_flex_wrap li.product_flex .product_content .product_menu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-left: 10px;
  font-size: 18px;
}

ul.product_flex_wrap li.product_flex .product_content .product_menu ul li:not(:first-child) {
  padding-top: 20px;
}

ul.product_flex_wrap li.product_flex .product_content .product_menu ul li dt {
  padding-left: 20px;
  position: relative;
}

ul.product_flex_wrap li.product_flex .product_content .product_menu ul li dt::before {
  position: absolute;
  content: "*";
  top: 80%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
}

ul.product_flex_wrap li.product_flex .product_content .product_menu ul li dd {
  padding-left: 10px;
}

ul.product_flex_wrap li.product_flex .product_price {
  padding-top: 24px;
}

ul.product_flex_wrap li.product_flex .product_price .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

ul.product_flex_wrap li.product_flex .product_price .number p {
  width: 150px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
}

ul.product_flex_wrap li.product_flex .product_price .number p:nth-child(2) {
  font-size: 40px;
}

ul.product_flex_wrap li.product_flex .product_price .price {
  font-size: 100px;
  font-weight: 700;
  margin: -16px 0 -32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

ul.product_flex_wrap li.product_flex .product_price .price span {
  font-size: 50px;
  font-weight: 700;
  position: relative;
}

ul.product_flex_wrap li.product_flex .product_price .price span::after {
  content: "(税込)";
  position: absolute;
  top: -84px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 18px;
  width: 100px;
}

/* *****
product_flex_left
****** */
.product_flex_left a .content_left_top {
  border-radius: 0 20px 20px 0;
}

.product_flex_left a .content_left_top .content_img {
  left: 30px;
}

/* *****
product_flex_right
****** */
.product_flex_right a .content_left_top {
  border-radius: 20px 0 0 20px;
}

.product_flex_right a .content_left_top .content_img {
  right: 30px;
}

/* *****
product_side
****** */
.product_side {
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 64px;
}

.product_side .content_left_top {
  position: relative;
  width: 588px;
  height: 402px;
  top: 0;
  left: 0;
  background-repeat: repeat;
}

.product_side .content_left_top .content_img {
  position: absolute;
  top: -56px;
  width: 500px;
  height: auto;
}

.product_side .content_left_top .content_img::after {
  position: absolute;
  content: "";
  bottom: -30px;
  width: 260px;
  height: 140px;
}

.product_side .content_left_top .limited {
  position: absolute;
  width: 100px;
  height: auto;
  top: 30px;
}

.product_side .content_left_top .furoshiki_icon {
  position: absolute;
  width: 100px;
  height: auto;
  top: 150px;
}

.product_side .product_content h4 {
  font-size: 40px;
  text-align: left;
}

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

.product_side .product_content .product_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.product_side .product_content .product_menu .product {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 18px;
  padding: 8px 0;
  font-weight: 700;
}

.product_side .product_content .product_menu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-left: 10px;
  font-size: 18px;
}

.product_side .product_content .product_menu ul li:not(:first-child) {
  padding-top: 20px;
}

.product_side .product_content .product_menu ul li dt {
  padding-left: 20px;
  position: relative;
}

.product_side .product_content .product_menu ul li dt::before {
  position: absolute;
  content: "*";
  top: 80%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
}

.product_side .product_content .product_menu ul li dd {
  padding-left: 10px;
}

.product_side .product_content .product_price .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 16px;
}

.product_side .product_content .product_price .number p {
  width: 150px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
}

.product_side .product_content .product_price .number p:nth-child(2) {
  font-size: 40px;
}

.product_side .product_content .product_price .price {
  font-size: 100px;
  font-weight: 700;
  margin: -16px 0 -32px;
}

.product_side .product_content .product_price .price span {
  font-size: 50px;
  font-weight: 700;
  position: relative;
}

.product_side .product_content .product_price .price span::after {
  content: "(税込)";
  position: absolute;
  top: -84px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 18px;
  width: 100px;
}

/* *****
product_side_left
****** */
.product_side_left a .content_left_top {
  border-radius: 0 20px 20px 0;
}

.product_side_left a .content_left_top .content_img {
  left: 30px;
}

.product_side_left .product_content {
  padding-right: 30px;
}

/* *****
product_side_right
****** */
.product_side_right {
  flex-direction: row-reverse;
}

.product_side_right a .content_left_top {
  border-radius: 20px 0 0 20px;
}

.product_side_right a .content_left_top .content_img {
  right: 30px;
}

.product_side_right .product_content {
  padding-left: 30px;
}

/* *****
button
****** */
.product_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
  width: 300px;
  height: 60px;
  border-radius: 30px;
  position: relative;
  font-weight: 700;
}

.product_btn::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 290px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 30px;
}

.product_btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #ffffff;
}

/* ************************
nav01
************************ */
#nav01 {
  padding: 64px 0;
  background: url(/user_data/packages/default/img/yeargift2024/bg01.jpg) center center/contain;
  background-repeat: repeat;
}

#nav01 .content_title::before {
  background: url(/user_data/packages/default/img/yeargift2024/title_accent_purple.png) center center/contain;
}

#nav01 .content_title::after {
  background: url(/user_data/packages/default/img/yeargift2024/title_accent_purple.png) center center/contain;
}

#nav01 .attention {
  color: #333;
}

#nav01 .attention span {
  color: #c64036;
}

#nav01 .attention::after {
  background: url(/user_data/packages/default/img/yeargift2024/firstcome.png) center center/cover;
}

#nav01 .product_items .product_item .content_left .content_left_top {
  background: url(/user_data/packages/default/img/yeargift2024/sheet_purple.jpg) center center/contain;
}

#nav01 .product_items .product_item .content_left .content_left_top .content_img::after {
  background: url(/user_data/packages/default/img/yeargift2024/furoshiki_img.png) center center/cover;
}

#nav01 .product_items .product_item .content_left .content_left_bottom .product_menu ul li dt::before {
  color: #a48cd1;
}

#nav01 .product_items .product_item .content_left .content_left_bottom .product_price .number p:nth-child(2) {
  border: 1px solid #a48cd1;
}

#nav01 .product_items .product_item .content_left .content_left_bottom .product_price .price span::after {
  color: #a48cd1;
}

#nav01 .product_items .product_item .content_right p {
  text-indent: -13em;
  margin-top: 9em;
}

#nav01 .product_items .product_item .content_right p::after {
  background: url(/user_data/packages/default/img/yeargift2024/accent_purple.png) center center/cover;
}

#nav01 .product_items .product_item .content_right h4 {
  font-size: 100px;
}

#nav01 .product_items .product_item:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

#nav01 .product_items .product_item:nth-child(2) .content_right p {
  text-indent: -3em;
  margin-top: 3em;
}

#nav01 .product_items .product_item:nth-child(2) .content_right p::after {
  top: 43%;
}

#nav01 .product_items .product_item:nth-child(2) .content_left .content_left_top {
  border-radius: 20px 0 0 20px;
}

#nav01 .product_items .product_item:nth-child(2) .content_left .content_left_top .content_img {
  right: 20px;
  top: -90px;
  width: 500px;
}

#nav01 .product_items .product_item:nth-child(2) .content_left .content_left_top .content_img::after {
  left: -180px;
}

#nav01 .product_items .product_item:nth-child(2) .content_left .content_left_top .limited {
  right: 550px;
}

#nav01 .product_items .product_item:nth-child(2) .content_left .content_left_top .furoshiki_icon {
  right: 550px;
}

#nav01 .product_items .product_item:nth-child(2) .content_left .content_left_bottom {
  margin: 40px 30px 0 0;
}

/* ************************
nav02
************************ */
#nav02 {
  padding: 64px 0;
  background: url(/user_data/packages/default/img/yeargift2024/bg02.jpg) center center/contain;
  background-repeat: repeat;
  position: relative;
}

/*
#nav02 .sub_title02 {
  font-size: 24px;
  text-align: center;
  color: #c64036;
  font-weight: 700;
}
*/
#nav02 .sub_title02 {
  /*font-size: 24px;*/
  /*text-align: center;*/
  color: #c64036;
  font-weight: 700;
  padding: 8px 0;
  background-color: #fcf7d9;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  position: relative;
  width: calc(100% - 45%);
  /*margin: 64px auto 0;*/
  margin: 0 auto;
  height: 48px;
}

#nav02 .collaboration {
  position: absolute;
  width: 332px;
  height: 277px;
  top: 258px;
  left: 30px;
}

#nav02 .gohan {
  position: absolute;
  width: 540px;
  height: 608px;
  top: 263px;
  right: 0;
}

#nav02 .iimura {
  position: absolute;
  width: 409px;
  height: 471px;
  top: 542px;
  left: 0;
}

#nav02 .award {
  position: absolute;
  width: 223px;
  height: 190px;
  top: 703px;
  right: 22px;
}

#nav02 .tanbo {
  position: absolute;
  width: 302px;
  height: 430px;
  top: 743px;
  right: 263px;
}

#nav02 .content_title::before {
  background: url(/user_data/packages/default/img/yeargift2024/title_accent_red.png) left center/contain;
}

#nav02 .content_title::after {
  background: url(/user_data/packages/default/img/yeargift2024/title_accent_red.png) left center/contain;
}

#nav02 .product_items {
  margin-top: 974px;
}

#nav02 .product_items .product_item .content_left .content_left_top {
  background: url(/user_data/packages/default/img/yeargift2024/sheet_red.jpg) center center/contain;
}

#nav02 .product_items .product_item .content_left .content_left_top .content_img {
  top: -90px;
  width: 520px;
}

dt.lines::before {
  top: 36% !important;
}

dt.lines {
  line-height: 21px !important;
}

#nav02 .product_items .product_item .content_left .content_left_bottom .product_menu ul li dt::before {
  color: #d85648;
}

#nav02 .product_items .product_item .content_left .content_left_bottom .product_menu ul li dd {
  -webkit-transform: translateY(-3px) !important;
  transform: translateY(-3px) !important;
}

#nav02 .product_items .product_item .content_left .content_left_bottom .product_price .number p:nth-child(2) {
  border: 1px solid #d85648;
}

#nav02 .product_items .product_item .content_left .content_left_bottom .product_price .price span::after {
  color: #d85648;
}

#nav02 .product_items .product_item .content_right {
  padding: 60px 0 0 60px;
}

#nav02 .product_items .product_item .content_right h4 {
  font-size: 52px;
  padding-left: 16px;
}

#nav02 .product_items .product_item .content_right p {
  text-indent: -12em;
  margin-top: 10em;
}

#nav02 .product_items .product_item .content_right p::after {
  background: url(/user_data/packages/default/img/yeargift2024/accent_red.png) center center/cover;
}

/* ************************
nav03
************************ */
#nav03 {
  padding: 64px 0;
  background: url(/user_data/packages/default/img/yeargift2024/bg03.jpg) center center/contain;
  background-repeat: repeat;
}

#nav03 .content_title::before {
  background: url(/user_data/packages/default/img/yeargift2024/title_accent_orange.png) center center/contain;
}

#nav03 .content_title::after {
  background: url(/user_data/packages/default/img/yeargift2024/title_accent_orange.png) center center/contain;
}

#nav03 .content_title span {
  color: #c64036;
}

#nav03 .subtitle_wrap {
  width: 672px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
}

#nav03 .subtitle_wrap img {
  width: 140px;
  height: auto;
}

#nav03 .subtitle_wrap p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
}

#nav03 .attention {
  width: 672px;
  background-color: #d85648;
  color: #fff;
  font-size: 18px;
  padding: 13px 0;
  margin: 44px auto 0;
}

#nav03 .attention::after {
  width: 197px;
  height: 45.5px;
  top: 10px;
  left: -24px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(/user_data/packages/default/img/yeargift2025/1220wen.png) center center/cover;
}

#nav03 .product_items .product_item .content_left .content_left_top {
  height: 600px;
  background: url(/user_data/packages/default/img/yeargift2024/sheet_orange.jpg) center center/contain;
}

#nav03 .product_items .product_item .content_left .content_left_top .limited {
  right: 540px;
}

#nav03 .product_items .product_item .content_left .content_left_top .furoshiki_icon {
  right: 539px;
  top: 130px;
}

#nav03 .product_items .product_item .content_left .content_img {
  top: -47px;
}

#nav03 .product_items .product_item .content_left_bottom .product_menu ul li dt::before {
  color: #e29a4b;
}

#nav03 .product_items .product_item .content_left_bottom .product_price .number p {
  width: 183px;
}

#nav03 .product_items .product_item .content_left_bottom .product_price .number p:nth-child(2) {
  border: 1px solid #e29a4b;
}

#nav03 .product_items .product_item .content_left_bottom .product_price .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -16px 0 -44px;
  letter-spacing: -0.035em;
}

#nav03 .product_items .product_item .content_left_bottom .product_price .price img {
  width: 70px;
  height: auto;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

#nav03 .product_items .product_item .content_left_bottom .product_price ul.product_price_bottom {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-top: 1px solid #e29a4b;
  padding: 30px 0 12px;
}

#nav03 .product_items .product_item .content_left_bottom .product_price ul.product_price_bottom li:nth-child(1) {
  font-size: 20px;
  line-height: 1.2em;
}

#nav03 .product_items .product_item .content_left_bottom .product_price ul.product_price_bottom li:nth-child(2) {
  font-size: 56px;
}

#nav03 .product_items .product_item .content_left_bottom .product_price ul.product_price_bottom li:nth-child(2) span {
  font-size: 40px;
  position: relative;
}

#nav03 .product_items .product_item .content_left_bottom .product_price ul.product_price_bottom li:nth-child(2) span::after {
  position: absolute;
  content: "(税込)";
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  font-size: 12px;
}

#nav03 .product_items .product_item .content_left_bottom .product_price span::after {
  color: #e29a4b;
}

#nav03 .product_items .product_item .content_left_bottom .product_price a {
  width: 366px;
}

#nav03 .product_items .product_item .content_left_bottom .product_price a::after {
  width: 356px;
}

#nav03 .product_items .product_item:nth-child(2) .content_left a .content_left_top {
  height: 402px;
}

#nav03 .product_items .product_item:nth-child(2) .content_left a .content_left_top .limited {
  right: 30px;
}

#nav03 .product_items .product_item:nth-child(2) .content_left a .content_left_top .furoshiki_icon {
  right: 32px;
}

#nav03 .product_items .content_right p {
  text-indent: -9em;
  margin-top: 9em;
  text-orientation: upright;
}

#nav03 .product_items .content_right p::after {
  top: 24%;
  background: url(/user_data/packages/default/img/yeargift2024/accent_orange.png) center center/cover;
}

/* ************************
nav04
************************ */
#nav04 {
  padding: 64px 0;
  background: url(/user_data/packages/default/img/yeargift2024/bg04.jpg) center center/contain;
  background-repeat: repeat;
}

#nav04 .content_title::before {
  background: url(/user_data/packages/default/img/yeargift2024/title_accent_green.png) center center/contain;
}

#nav04 .content_title::after {
  background: url(/user_data/packages/default/img/yeargift2024/title_accent_green.png) center center/contain;
}

#nav04 .product_items .product_item:nth-child(1) .content_left .content_left_top {
  height: 600px;
}

#nav04 .product_items .product_item:nth-child(2) .content_right p {
  text-indent: -7em;
  margin-top: 5em;
}

#nav04 .product_items .product_item:nth-child(2) .content_right p::after {
  top: 28%;
}

#nav04 .product_items .product_item:nth-child(3) .content_right p {
  text-indent: 0;
  margin-top: 0;
}

#nav04 .product_items .product_item:nth-child(3) .content_right p::after {
  top: 50%;
}

#nav04 .product_items .product_item .content_left .content_left_top {
  background: url(/user_data/packages/default/img/yeargift2024/sheet_green.jpg) center center/contain;
}

#nav04 .product_items .product_item .content_left .content_left_bottom .product_menu ul li dt::before {
  color: #839b5c;
}

#nav04 .product_items .product_item .content_left .content_left_bottom .product_price .number p:nth-child(2) {
  border: 1px solid #839b5c;
}

#nav04 .product_items .product_item .content_left .content_left_bottom .product_price .price span::after {
  color: #839b5c;
}

#nav04 .product_items .product_item .content_right p {
  text-indent: -9em;
  margin-top: 9em;
}

#nav04 .product_items .product_item .content_right p::after {
  background: url(/user_data/packages/default/img/yeargift2024/accent_green.png) center center/cover;
}

#nav04 .product_flex_wrap .product_flex a .content_left_top {
  background: url(/user_data/packages/default/img/yeargift2024/sheet_green.jpg) center center/contain;
}

#nav04 .product_flex_wrap .product_flex .product_content .product_menu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#nav04 .product_flex_wrap .product_flex .product_content .product_menu ul li dt::before {
  color: #839b5c;
}

#nav04 .product_flex_wrap .product_flex .product_content .product {
  padding: 60px 0;
}

#nav04 .product_flex_wrap .product_flex .product_content .product_price .number p {
  border: 1px solid #839b5c;
}

/* ************************
nav05
************************ */
#nav05 {
  padding: 64px 0;
  background: url(/user_data/packages/default/img/yeargift2024/bg01.jpg) center center/contain;
  background-repeat: repeat;
}

#nav05 .content_title::before {
  background: url(/user_data/packages/default/img/yeargift2024/title_accent_purple.png) center center/contain;
}

#nav05 .content_title::after {
  background: url(/user_data/packages/default/img/yeargift2024/title_accent_purple.png) center center/contain;
}

#nav05 .product_items .product_side a .content_left_top {
  background: url(/user_data/packages/default/img/yeargift2024/sheet_purple.jpg) center center/contain;
}

#nav05 .product_items .product_side a .content_left_top .content_img {
  width: 540px;
  right: 12px;
  top: -56px;
}

#nav05 .product_items .product_side .product_content .product_menu ul li dt::before {
  color: #a48cd1;
}

#nav05 .product_items .product_side .product_content .product_price .number p:nth-child(2) {
  border: 1px solid #a48cd1;
}

#nav05 .product_items .product_side .product_content .product_price .price span::after {
  color: #a48cd1;
}

#nav05 .product_flex_wrap {
  margin-top: 50px;
}

#nav05 .product_flex_wrap .product_flex:nth-child(1) a .content_left_top .content_img {
  width: 400px;
  top: -55px;
}

#nav05 .product_flex_wrap .product_flex:nth-child(2) a .content_left_top .content_img {
  right: 16px;
  top: -27px;
  width: 420px;
}

#nav05 .product_flex_wrap .product_flex a .content_left_top {
  height: 400px;
  background: url(/user_data/packages/default/img/yeargift2024/sheet_purple.jpg) center center/contain;
}

#nav05 .product_flex_wrap .product_flex .product_content .product_menu ul li dt::before {
  color: #a48cd1;
}

#nav05 .product_flex_wrap .product_flex .product_content .product {
  padding: 16px 0;
}

#nav05 .product_flex_wrap .product_flex .product_content .product_price .number p {
  border: 1px solid #a48cd1;
}

/* ************************
nav06
************************ */
#nav06 {
  padding: 64px 0;
  background: url(/user_data/packages/default/img/yeargift2024/bg02.jpg) center center/contain;
  background-repeat: repeat;
}

#nav06 .content_title::before {
  background: url(/user_data/packages/default/img/yeargift2024/title_accent_red.png) center center/contain;
  background-repeat: repeat-x;
}

#nav06 .content_title::after {
  background: url(/user_data/packages/default/img/yeargift2024/title_accent_red.png) center center/contain;
  background-repeat: repeat-x;
}

#nav06 .product_items .product_side a .content_left_top {
  height: 476px;
  background: url(/user_data/packages/default/img/yeargift2024/sheet_red.jpg) center center/contain;
}

#nav06 .product_items .product_side a .content_img {
  right: 11px;
  top: 22px;
  width: 540px;
}

#nav06 .product_items .product_side .product_content .product_menu {
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}

#nav06 .product_items .product_side .product_content .product_menu ul li dt::before {
  color: #d85648;
}

#nav06 .product_items .product_side .product_content .product_price .number p:nth-child(2) {
  border: 1px solid #d85648;
}

#nav06 .product_items .product_side .product_content .product_price .price span::after {
  color: #d85648;
}

#nav06 .product_flex_wrap {
  margin-top: 40px;
}

#nav06 .product_flex_wrap .product_flex:nth-child(1) a .content_left_top .content_img {
  width: 410px;
  top: -72px;
}

#nav06 .product_flex_wrap .product_flex:nth-child(2) a .content_left_top .content_img {
  top: -34px;
  width: 436px;
  right: 12px;
}

#nav06 .product_flex_wrap .product_flex a .content_left_top {
  height: 400px;
  background: url(/user_data/packages/default/img/yeargift2024/sheet_red.jpg) center center/contain;
}

#nav06 .product_flex_wrap .product_flex .product_content .product_menu {
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}

#nav06 .product_flex_wrap .product_flex .product_content .product_menu ul li dt::before {
  color: #d85648;
}

#nav06 .product_flex_wrap .product_flex .product_content .product {
  padding: 16px 0;
}

#nav06 .product_flex_wrap .product_flex .product_content .product_price .number p {
  border: 1px solid #d85648;
}

/* ************************
nav07
************************ */
#nav07 {
  padding: 64px 0;
  background: url(/user_data/packages/default/img/yeargift2024/bg03.jpg) center center/contain;
  background-repeat: repeat;
  position: relative;
}

#nav07 .iwaibune_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: absolute;
  top: 217px;
  left: 174px;
}

#nav07 .iwaibune_text h3 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 90px;
  font-weight: 700;
  text-align: start;
}

#nav07 .iwaibune_text p {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 32px;
  text-align: start;
  padding-right: 36px;
  text-indent: -3em;
  margin-top: 159px;
  position: relative;
  z-index: 2;
}

#nav07 .iwaibune_text p::before {
  content: "";
  position: absolute;
  top: 33%;
  left: 38%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(/user_data/packages/default/img/yeargift2024/accent_orange.png) center center/cover;
  width: 200px;
  height: 200px;
  z-index: -1;
}

#nav07 .iwaibune01 {
  position: absolute;
  width: 388px;
  height: 425px;
  top: 215px;
  right: 32px;
}

#nav07 .iwaibune02 {
  position: absolute;
  width: 280px;
  height: 300px;
  top: 550px;
  right: 310px;
}

#nav07 .content_title::before {
  background: url(/user_data/packages/default/img/yeargift2024/title_accent_orange.png) left center/contain;
}

#nav07 .content_title::after {
  background: url(/user_data/packages/default/img/yeargift2024/title_accent_orange.png) left center/contain;
}

#nav07 .product_items {
  margin-top: 792px;
}

#nav07 .product_items .product_item:nth-child(1) .content_left .content_left_top .content_img {
  top: -100px;
  width: 530px;
}

#nav07 .product_items .product_item:nth-child(1) .content_right p {
  text-indent: 0em;
  margin-top: 0;
  text-align: justify;
}

#nav07 .product_items .product_item:nth-child(2) {
  margin-top: 64px;
}

#nav07 .product_items .product_item:nth-child(2) .content_left .content_left_top .content_img {
  top: -78px;
  width: 490px;
}

#nav07 .product_items .product_item .content_left .content_left_top {
  width: 640px;
  background: url(/user_data/packages/default/img/yeargift2024/sheet_orange.jpg) center center/contain;
}

#nav07 .product_items .product_item .content_left .content_left_bottom .product_menu ul li dt {
  line-height: 21px;
}

#nav07 .product_items .product_item .content_left .content_left_bottom .product_menu ul li dt::before {
  color: #e29a4b;
}

#nav07 .product_items .product_item .content_left .content_left_bottom .product_price .number p:nth-child(2) {
  border: 1px solid #e29a4b;
}

#nav07 .product_items .product_item .content_left .content_left_bottom .product_price .price span::after {
  color: #e29a4b;
}

#nav07 .product_items .product_item .content_right {
  padding: 60px 0 0 4px;
}

#nav07 .product_items .product_item .content_right h4 {
  font-size: 52px;
  padding-left: 16px;
}

#nav07 .product_items .product_item .content_right p {
  text-indent: -12em;
  margin-top: 10em;
}

#nav07 .product_items .product_item .content_right p::after {
  top: 50%;
  background: url(/user_data/packages/default/img/yeargift2024/accent_orange.png) center center/cover;
}

#nav07 .product_items .product_item:nth-child(2) .content_left .content_left_top {
  width: 640px;
  background: url(/user_data/packages/default/img/yeargift2024/sheet_orange.jpg) center center/contain;
}

#nav07 .product_items .product_item:nth-child(2) .content_left .content_left_bottom .product_menu .product {
  padding: 16px 0;
}

#nav07 .product_items .product_item:nth-child(2) .content_right {
  padding: 60px 16px 0 0;
}

#nav07 .product_items .product_item:nth-child(2) .content_right h4 {
  font-size: 52px;
  padding-left: 16px;
}

#nav07 .product_items .product_item:nth-child(2) .content_right p {
  text-indent: -12em;
  margin-top: 8.5em;
}

#nav07 .product_items .product_item:nth-child(2) .content_right p::after {
  top: 17%;
  background: url(/user_data/packages/default/img/yeargift2024/accent_orange.png) center center/cover;
}

#nav07 .attention {
  width: 672px;
  font-size: 18px;
  background-color: #d85648;
  color: #fff;
}

/* ************************
nav08
************************ */
#nav08 {
  padding: 64px 0;
  background: url(/user_data/packages/default/img/yeargift2024/bg04.jpg) center center/contain;
  background-repeat: repeat;
}

#nav08 .content_title::before {
  background: url(/user_data/packages/default/img/yeargift2024/title_accent_green.png) center center/contain;
}

#nav08 .content_title::after {
  background: url(/user_data/packages/default/img/yeargift2024/title_accent_green.png) center center/contain;
}

#nav08 .product_items .product_side:nth-child(2) a .content_left_top .housou_icon {
  left: 20px;
}

#nav08 .product_items .product_side a .content_left_top {
  width: 500px;
  height: 460px;
  background: url(/user_data/packages/default/img/yeargift2024/sheet_green.jpg) center center/contain;
}

#nav08 .product_items .product_side a .content_left_top .housou_icon {
  position: absolute;
  width: 65px;
  height: auto;
  top: 20px;
  right: 20px;
}


#nav08 .product_items .product_side a .content_left_top .content_img {
  top: -32px;
  width: 380px;
}

#nav08 .product_items .product_side:first-child a .content_left_top .content_img {
  top: -60px;
}

#nav08 .product_items .product_side .product_content h4 {
  font-size: 40px;
  line-height: 48px;
  text-align: left;
}

#nav08 .product_items .product_side .product_content .sub_text {
  font-size: 16px;
  text-align: left;
  padding-top: 8px;
}

#nav08 .product_items .product_side .product_content .product_menu {
  padding-top: 8px;
}

#nav08 .product_items .product_side .product_content .product_menu ul li dt::before {
  color: #839b5c;
}

#nav08 .product_items .product_side .product_content .product_price .number p:nth-child(2) {
  border: 1px solid #839b5c;
}

#nav08 .product_items .product_side .product_content .product_price .price {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#nav08 .product_items .product_side .product_content .product_price .price span::after {
  color: #839b5c;
}

#nav08 .product_items .product_side_left .product_content {
  padding-right: 20px;
}

#nav08 .product_flex_wrap .product_flex:nth-child(1) a .content_left_top .content_img {
  width: 375px;
}

#nav08 .product_flex_wrap .product_flex:nth-child(2) a .content_left_top .content_img {
  top: 10px;
  width: 385px;
}

#nav08 .product_flex_wrap .product_flex a .content_left_top {
  height: 400px;
  background: url(/user_data/packages/default/img/yeargift2024/sheet_green.jpg) center center/contain;
}

#nav08 .product_flex_wrap .product_flex .product_content .product_menu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#nav08 .product_flex_wrap .product_flex .product_content .product_menu ul li dt::before {
  color: #839b5c;
}

#nav08 .product_flex_wrap .product_flex .product_content .product {
  padding: 16px 0;
}

#nav08 .product_flex_wrap .product_flex .product_content .product_price .number p {
  border: 1px solid #839b5c;
}

/* ************************************************ */
/* ************************************************ */
/* ************************************************ */
.fadein {
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
}

.fadein.active {
  opacity: 1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

/* 2025/10/24 追加 */
#page_top {
  position: fixed;
  top: 410px;
  right: 0;
  z-index: 200;
}

#page_top .yeargift_fixed_nav:nth-child(2) {
  margin-top: 20px;
}

#page_top .yeargift_fixed_nav a {
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 0 0 10px;
}

#page_top .yeargift_fixed_nav_01 a {
  height: 195px;
  background-color: #a83d25;
  color: #fff;
}

#page_top .yeargift_fixed_nav_02 a {
  height: 267px;
  background-color: #fff;
  color: #a83d25;
}

#page_top .yeargift_fixed_nav {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 24px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1.2em;
}

#js_pageUp.pageup {
  display: none;
}