@charset "UTF-8";
.copiat_photo_box {
  background-color: #f4b2b2;
}

.copiat_photo {
  width: 200px;
}

#lp_container {
  line-height: 1;
  text-align: center;
  overflow: hidden;
}
#lp_container img {
  max-width: 100%;
}
section {
  position: relative;
}
section .sec_ttl {
  font-weight: bold;
}
section .page_link {
  position: absolute;
}
#lp_container .lp_inner {
  max-width: 1020px;
  padding: 0 20px;
  margin: 0 auto;
}

.top .head_banner_area {
  max-width: 825px;
  margin: 0 auto;
}
.top .page_ttl {
  text-align: center;
}
.top .head_banner_area .text_wrap {
  flex-direction: column;
  justify-content: flex-end;
}
.top .head_banner_area .text_wrap p {
  color: #af8345;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  margin: 0 0 8px;
}
.top .head_banner_area .text_wrap .btn_wrap {
  text-align: right;
}
.top .head_banner_area .text_wrap .btn_wrap .btn {
  color: #818181;
  font-weight: bold;
  margin-top: 20px !important;
  padding: 15px 60px !important;
}
.btn2 {
  background: url(/static/ROP/contents/copiat/images/icn_arrow_btn.png)
    no-repeat 0 0;
  appearance: none;
  background-color: #f98d28 !important;
  color: #fff !important;
  border: 2px solid #c4c8cc;
  border-radius: 60px;
  cursor: pointer;
  color: #3c3c3c;
  display: inline-block;
  margin-top: 20px;
  padding: 15px 60px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
}
.btn2:hover {
  opacity: 0.6;
}

.top .slick-slide {
  position: relative;
}
.top .mv_slick_container img {
  width: 100%;
}
.top .slick-slide:not(.slick-active):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.top .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
}
.top .slick-arrow::before {
  content: "";
}
.top .slick-prev {
  background: url(/static/ROP/contents/copiat/images/arrows_prev.png) no-repeat
    center/contain;
}
.top .slick-next {
  background: url(/static/ROP/contents/copiat/images/arrows_next.png) no-repeat
    center/contain;
}
.top .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.top .slick-dots li button {
  font-size: 0;
  border: none;
  padding: 0;
  border-radius: 50%;
  background-color: #c4c8cc;
}
.top .slick-dots .slick-active button {
  background-color: #cc0000;
}
@media (min-width: 768px) {
  #lp_container .lp_inner {
    padding: 0 20px;
  }
  .top .head_banner_area .text_wrap {
    margin-left: 3.6%;
  }
  .top .head_banner_area .text_wrap p {
    font-size: 17px;
  }
  .top .head_banner_area .text_wrap .btn_wrap .btn {
    width: 130px;
    font-size: 12px;
    margin-top: 20px;
    padding: 15px 60px;
  }
  .btn2 {
    background: url(/static/ROP/contents/copiat/images/icn_arrow_btn.png)
      no-repeat 0 0;
    appearance: none;
    background-color: #f98d28 !important;
    color: #fff !important;
    border: 2px solid #c4c8cc;
    border-radius: 60px;
    cursor: pointer;
    color: #3c3c3c;
    display: inline-block;
    margin-top: 10px;
    padding: 15px 70px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease;
  }
  .btn2:hover {
    opacity: 0.6;
  }
  .top .main_slide_wrap {
    margin: 0 0 82px;
  }
  .top .slick-slide {
    width: 670px;
  }
  .top .slick-arrow {
    width: 50px;
    height: 100px;
  }
  .top .slick-prev {
    left: calc(50% - 450px);
  }
  .top .slick-next {
    right: calc(50% - 450px);
  }
  .top .slick-dots {
    bottom: -40px;
  }
  .top .slick-dots li {
    margin: 0 12px;
  }
  .top .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 767px) {
  #lp_container .lp_inner {
    padding: 0 15px;
  }
  .top .head_banner_area {
    display: flex;
    width: 85.3333vw;
    padding: 1.2vw 0;
    margin: 0 auto;
  }
  .top .head_banner_area .page_ttl {
    width: 100vw;
  }
  .top .head_banner_area img {
    width: 65%;
  }
  .top .head_banner_area .text_wrap {
    margin-left: 3vw;
  }
  .top .head_banner_area .text_wrap p {
    font-size: 2.1333vw;
    line-height: 1.35;
    margin: 0 0 0.6667vw;
  }
  .top .head_banner_area .text_wrap .btn_wrap .btn {
    font-size: 1.8667vw;
    padding: 1.3333vw 6vw 1.3333vw 4.3333vw;
  }
  .top .head_banner_area .text_wrap .btn_wrap .btn:after {
    width: 0.9333vw;
    height: 1.6vw;
    margin-top: 0;
    transform: translateY(-50%);
    background-position: center;
    background-size: cover;
  }
  .top .head_banner_area .text_wrap .btn_wrap .btn2:after {
    width: 0.9333vw;
    height: 1.6vw;
    margin-top: 0;
    transform: translateY(-50%);
    background-position: center;
    background-size: cover;
  }
  .top .main_slide_wrap {
    margin: 0 0 40px;
  }
  .top .slick-dots {
    bottom: -22px;
  }
  .top .slick-dots li {
    margin: 0 9px;
  }
  .top .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
.top_nav_wrap nav ul {
  display: flex;
  flex-wrap: wrap;
}
.top_nav_wrap nav ul li {
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
}
.top_nav_wrap nav ul li a {
  display: block;
  font-weight: bold;
  background-color: #efd9b8;
}
.top_nav_wrap nav ul li a span {
  position: relative;
}
.top_nav_wrap nav ul li a span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(/static/ROP/contents/copiat/images/icon_nav_btn.png) no-repeat
    center/contain;
}

@media (min-width: 768px) {
  .top_nav_wrap {
    margin: 0 0 30px;
  }
  .top_nav_wrap nav ul {
    gap: 7px;
  }
  .top_nav_wrap nav ul li {
    border-radius: 5px;
    width: 157px;
  }
  .top_nav_wrap nav ul li.sp {
    display: none;
  }
  .top_nav_wrap nav ul li a {
    font-size: 15px;
    padding: 20px 0;
  }
  .top_nav_wrap nav ul li a span {
    padding-right: 16px;
  }
  .top_nav_wrap nav ul li a span::after {
    width: 14px;
    height: 14px;
  }
  /*	.pcwidth img {
    width: 50% !important;
  }*/
  .pcwidth img {
    opacity: 1;
    transition: opacity 0.3s;
  }
  .pcwidth img:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .top_nav_wrap {
    margin: 0 0 4.6667vw;
  }
  .top_nav_wrap nav ul li {
    border-radius: 0.6667vw;
    width: 32.6%;
  }
  .top_nav_wrap nav ul li:not(:nth-child(3n)) {
    margin-right: 1.1%;
  }
  .top_nav_wrap nav ul li:nth-child(n + 4) {
    margin-top: 1.2vw;
  }
  .top_nav_wrap nav ul li a {
    font-size: 2.8vw;
    padding: 4.6667vw 0;
  }
  .top_nav_wrap nav ul li a span {
    padding-right: 3.7333vw;
  }
  .top_nav_wrap nav ul li a span::after {
    width: 3.0667vw;
    height: 3.0667vw;
  }
}

.ranking .sub_text {
  display: block;
}
.ranking .contents ul {
  counter-reset: number 0;
}
.ranking .contents ul li {
  text-align: left;
}
.ranking .contents ul li a {
  display: block;
}
.ranking .contents ul li .rank {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  padding: 0.25em 1em;
  background-color: #b29b83;
}
.ranking .contents ul li .rank::before {
  content: counter(number) "位";
  counter-increment: number 1;
}
.ranking .contents ul li:nth-child(-n + 3) .rank {
  background-color: #cc0000;
}
.ranking .contents ul li:nth-child(-n + 3) .rank::after {
  content: "";
  position: absolute;
  bottom: 0;
}
.ranking .contents ul li:nth-child(1) .rank:after {
  background: url(/static/ROP/contents/copiat/images/crown_gold.png) no-repeat
    center/contain;
}
.ranking .contents ul li:nth-child(2) .rank:after {
  background: url(/static/ROP/contents/copiat/images/crown_silver.png) no-repeat
    center/contain;
}
.ranking .contents ul li:nth-child(3) .rank:after {
  background: url(/static/ROP/contents/copiat/images/crown_bronze.png) no-repeat
    center/contain;
}
.ranking .contents ul li .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.ranking .contents ul li .price {
  color: #cc0000;
}
.ranking .contents ul li .price .num {
  padding: 0 0.2em 0 0.1em;
}
@media (min-width: 768px) {
  .ranking {
    margin: 30px 0 40px;
  }
  .ranking .sec_ttl {
    max-width: 980px;
    font-size: 28px;
    padding: 15px 0;
    margin: 0 auto 20px;
    color: #fff;
    font-weight: bold;
    background-color: #cc0000;
  }
  .ranking .title_wrap {
    margin: 0 0 30px;
  }
  .ranking .sub_text {
    display: block;
    font-size: 14px;
    padding-left: 1em;
    margin: 16px 0 0;
  }
  .ranking .contents ul {
    display: flex;
    flex-wrap: wrap;
  }
  .ranking .contents ul li {
    width: 18.4%;
    max-width: 180px;
  }
  .ranking .contents ul li:not(:nth-child(5n)) {
    margin-right: 2%;
  }
  .ranking .contents ul li:nth-child(n + 6) {
    margin-top: 42px;
  }
  .ranking .contents ul li .rank {
    margin-bottom: 5px;
  }
  .ranking .contents ul li:nth-child(-n + 3) .rank {
    margin-left: 40px;
  }
  .ranking .contents ul li:nth-child(-n + 3) .rank::after {
    left: -40px;
    width: 30px;
    height: 24px;
  }
  .rank_sp_slick_container {
    position: relative;
  }
  .ranking .contents ul li .img {
    overflow: hidden;
    margin: 0 0 4px;
    border-radius: 10px;
  }
  .ranking .contents ul li .img img {
    transition: transform 0.2s;
  }
  .ranking .contents ul li a:hover .img img {
    transform: scale(1.1);
  }
  .ranking .contents ul li .text {
    font-size: 16px;
    line-height: 1.5;
    max-height: 4.5em;
  }
  .ranking .contents ul li .price {
    font-size: 12px;
    margin: 14px 0 0;
  }
  .ranking .contents ul li .price .num {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .ranking {
    margin: 60px 0 40px;
  }
  .ranking .sec_ttl {
    max-width: 980px;
    font-size: 18px;
    padding: 17px 0px;
    margin: 0px auto 20px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    background-color: rgb(204, 0, 0);
  }
  .ranking .sub_text {
    font-size: 10px;
    margin: 10px 0 26px;
  }
  .ranking .contents ul {
    width: auto;
    overflow: hidden;
    padding-left: 15px;
    margin: 0 -15px;
  }
  .ranking .contents ul li {
    width: 135px;
  }
  .ranking .contents ul li a {
    margin-right: 15px;
  }
  .ranking .contents ul li .rank {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .ranking .contents ul li:nth-child(-n + 3) .rank {
    margin-left: 30px;
  }
  .ranking .contents ul li:nth-child(-n + 3) .rank::after {
    left: -30px;
    width: 22.5px;
    height: 13px;
  }
  .ranking .contents ul li .img {
    margin: 0 0 5px;
  }
  .ranking .contents ul li .text {
    font-size: 12px;
    line-height: 1.5;
    max-height: 4.5em;
  }
  .ranking .contents ul li .price {
    font-size: 10px;
    margin: 12px 0 0;
  }
  .ranking .contents ul li .price .num {
    font-size: 15px;
  }
  .rank_sp_slick_container li img {
    border-radius: 5px;
  }
  .rank_sp_slick_container .slick-prev,
  .rank_sp_slick_container .slick-next {
    position: absolute;
    top: 25%;
    width: 30px;
    height: 55px;
    font-size: 0;
    border: none;
    z-index: 2;
  }
  .rank_sp_slick_container .slick-prev {
    left: 0;
    background: url(/static/ROP/contents/copiat/images/box_arrows_prev.png)
      no-repeat center/contain;
  }
  .rank_sp_slick_container .slick-next {
    right: 0;
    background: url(/static/ROP/contents/copiat/images/box_arrows_next.png)
      no-repeat center/contain;
  }
}

.tv_oa_items {
  background: url() no-repeat center/cover;
}
.tv_oa_items .contents {
  background-color: #fff;
}
.tv_oa_items .oa_item_slick_container li .in {
  text-align: left;
}
.tv_oa_items .oa_item_slick_container li .in .date {
  text-align: left;
  color: #666666;
  white-space: nowrap;
}
.tv_oa_items .oa_item_slick_container li .in .item_wrap {
  display: flex;
}

.tv_oa_items .oa_item_slick_container li .img {
  overflow: hidden;
  border-radius: 10px;
}
.tv_oa_items .oa_item_slick_container li .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.tv_oa_items .oa_item_slick_container li .price {
  color: #cc0000;
}
.tv_oa_items .oa_item_slick_container li .price .num {
  padding: 0 0.2em 0 0.1em;
}
.tv_oa_items .oa_item_slick_container li .tvttl {
  color: #5c5753;
}
.oa_item_slick_container .slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.oa_item_slick_container .slick-prev {
  left: 0;
  background: url(/static/ROP/contents/copiat/images/box_arrows_prev.png)
    no-repeat center/contain;
}
.oa_item_slick_container .slick-next {
  right: 0;
  background: url(/static/ROP/contents/copiat/images/box_arrows_next.png)
    no-repeat center/contain;
}
.tv_oa_items .tv_nav nav ul {
  display: flex;
  flex-wrap: wrap;
}
.tv_oa_items .tv_nav nav ul li {
  overflow: hidden;
}
.tv_oa_items .tv_nav nav ul li img {
  border-radius: 10px 10px 10px 10px;
  border: 2px solid;
  border-color: #ba905b;
}
.tv_oa_items .tv_box {
  background:
    url(/static/ROP/contents/copiat/images/bg_line.jpg) repeat-x top center,
    #faf8f5 url(/static/ROP/contents/copiat/images/bg_line.jpg) repeat-x bottom
      center;
}
.tv_oa_items .tv_box .box_contents dl {
  text-align: left;
}
.tv_oa_items .tv_box .box_contents dl dt {
  color: #b38843;
  font-weight: bold;
  border-bottom: 1px solid #b38843;
}
.tv_oa_items .tv_box .box_contents dl dd .btn {
  font-weight: bold;
}
@media (min-width: 768px) {
  .tv_oa_items {
    margin: 0 0 75px;
  }
  .tv_oa_items .sec_ttl {
    max-width: 980px;
    font-size: 28px;
    padding: 15px 0;
    margin: 0 auto 20px;
    color: #fff;
    font-weight: bold;
    background-color: #cc0000;
  }
  .tv_oa_items .contents {
    min-height: 360px;
    padding: 0px;
    border-radius: 20px;
  }
  .tv_oa_items .oa_item_slick_container {
    margin: 0 0 37px;
  }
  .tv_oa_items .oa_item_slick_container li .in {
    margin-right: 20px;
    margin-left: 20px;
  }
  .tv_oa_items .oa_item_slick_container li .in > .item {
    margin-top: 0;
  }
  .tv_oa_items .oa_item_slick_container li .in h3 + .item {
    margin-top: 0;
  }
  .tv_oa_items .oa_item_slick_container li .in .date {
    font-size: 20px;
    margin: 0 0 19px;
  }
  .tv_oa_items .oa_item_slick_container li .in .date::before {
    width: 32px;
    height: 28px;
  }
  .tv_oa_items .oa_item_slick_container li .img {
    margin: 0 0 4px;
  }
  .tv_oa_items .oa_item_slick_container li .img img {
    transition: transform 0.2s;
  }
  .tv_oa_items .oa_item_slick_container li a:hover .img img {
    transform: scale(1.1);
  }
  .tv_oa_items .oa_item_slick_container li .text {
    font-size: 16px;
    line-height: 1.5;
    max-height: 4.5em;
  }
  .tv_oa_items .oa_item_slick_container li .price {
    font-size: 12px;
    margin: 14px 0 0;
  }
  .tv_oa_items .oa_item_slick_container li .price .num {
    font-size: 20px;
  }
  .tv_oa_items .oa_item_slick_container li .tvttl {
    font-size: 12px;
    margin: 14px 0;
  }
  .oa_item_slick_container .slick-prev {
    left: 0;
  }
  .oa_item_slick_container .slick-next {
    right: 0;
  }
  .oa_item_slick_container .slide-arrow {
    width: 60px;
    height: 115px;
  }
  .tv_oa_items .tv_nav {
    margin: 0 0 20px;
  }
  .tv_oa_items .tv_nav nav ul {
    gap: 15px 2%;
  }
  .tv_oa_items .tv_nav nav ul li {
    width: 23.47%;
    border-radius: 5px;
  }
  .tv_oa_items .tv_nav nav ul li a {
    opacity: 1;
    transition: opacity 0.3s;
  }
  .tv_oa_items .tv_nav nav ul li a:hover {
    opacity: 0.7;
  }
  .tv_oa_items .tv_box {
    padding: 35px 0;
    margin: 0 0 35px;
  }
  .tv_oa_items .tv_box .box_contents {
    display: flex;
  }
  .tv_oa_items .tv_box .box_contents .img {
    width: 350px;
    margin-right: 22px;
  }
  .tv_oa_items .tv_box .box_contents dl {
    padding: 18px 0 0;
  }
  .tv_oa_items .tv_box .box_contents dl dt {
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 12px;
  }
  .tv_oa_items .tv_box .box_contents dl dd p {
    font-size: 18px;
    line-height: 1.667;
  }
  .tv_oa_items .tv_box .box_contents dl dd .btn {
    margin: 15px 0 0;
  }
}
@media (max-width: 767px) {
  .tv_oa_items {
    padding: 0;
  }
  #lp_container .tv_oa_items .lp_inner {
    padding: 0;
  }

  .tv_oa_items .contents {
    padding: 0;
  }
  .tv_oa_items .sec_ttl {
    max-width: 980px;
    font-size: 18px;
    padding: 17px 0;
    margin: 0 auto 20px;
    color: #fff;
    font-weight: bold;
    background-color: #cc0000;
  }
  .tv_oa_items .oa_item_slick_container {
    padding: 0 0 35px 15px;
  }
  .tv_oa_items .oa_item_slick_container li {
    width: 157px;
  }
  .tv_oa_items .oa_item_slick_container li .in {
    margin-right: 15px;
  }
  .tv_oa_items .oa_item_slick_container li .in .date {
    font-size: 15px;
    margin: 0 0 15px;
  }
  .tv_oa_items .oa_item_slick_container li .in > .item {
    margin-top: 0;
  }
  .tv_oa_items .oa_item_slick_container li .in h3 + .item {
    margin-top: 0;
  }
  .tv_oa_items .oa_item_slick_container li .in .date::before {
    width: 23px;
    height: 20px;
  }
  .tv_oa_items .oa_item_slick_container li .img {
    margin: 0 0 7px;
  }
  .tv_oa_items .oa_item_slick_container li .text {
    font-size: 12px;
    line-height: 1.5;
    max-height: 4.5em;
  }
  .tv_oa_items .oa_item_slick_container li .price {
    font-size: 10px;
    margin: 11px 0 0;
  }
  .tv_oa_items .oa_item_slick_container li .price .num {
    font-size: 15px;
  }
  .tv_oa_items .oa_item_slick_container li .tvttl {
    font-size: 10px;
    margin: 11px 0;
  }
  .oa_item_slick_container .slide-arrow {
    width: 30px;
    height: 55px;
  }
  .tv_oa_items .tv_nav {
    margin: 0 0 20px;
    padding: 0 15px;
  }
  .tv_oa_items .tv_nav nav ul li {
    width: 47.8%;
    border-radius: 0.6667vw;
  }
  .tv_oa_items .tv_nav nav ul li:nth-child(odd) {
    margin-right: 4.3%;
  }
  .tv_oa_items .tv_nav nav ul li:nth-child(n + 3) {
    margin-top: 2.5333vw;
  }
  .tv_oa_items .tv_box {
    padding: 25px 15px;
    margin: 0 0 35px;
  }
  .tv_oa_items .tv_box {
    background-size:
      3.2vw 0.2667vw,
      3.2vw 0.2667vw;
  }
  .tv_oa_items .tv_box .box_contents .img {
    width: 80vw;
    margin: 0 auto 2vw;
  }
  .tv_oa_items .tv_box .box_contents dl {
    padding: 18px 0 0;
    display: inline-block;
  }
  .tv_oa_items .tv_box .box_contents dl dt {
    font-size: 4vw;
    line-height: 1.2;
    margin: 0 0 12px;
  }
  .tv_oa_items .tv_box .box_contents dl dd p {
    font-size: 3.4667vw;
    line-height: 1.38;
  }
  .tv_oa_items .tv_box .box_contents dl dd .btn_wrap {
    text-align: center;
  }
  .tv_oa_items .tv_box .box_contents dl dd .btn {
    font-size: 13px;
    padding: 7px 30px;
    width: 180px;
    box-sizing: border-box;
    margin: 1.4vw 0 0;
  }
}
/*下記CSS手動追加20230628遠山*/
.img_border {
  border: solid 1px #fff;
}

.video_wrap {
  max-width: 700px;
  margin: 0 auto;
}
.video_wrap .text {
  font-weight: bold;
}
.video_wrap .in {
  position: relative;
  padding-top: 56.25%;
}
.video_wrap .in iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.feature_items .item_list ul li .text {
  color: #010101;
}
@media (min-width: 768px) {
  .video_wrap {
    padding: 57px 20px 10px;
  }
  .video_wrap .text {
    font-size: 24px;
    line-height: 1.5;
    margin: 0 0 15px;
  }
}
@media (max-width: 767px) {
  .video_wrap {
    padding: 57px 15px 25px;
  }
  .video_wrap .text {
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 10px;
  }
}

.feature_items .item_list ul {
  display: flex;
  flex-wrap: wrap;
}
.feature_items .item_list ul li .text {
  text-align: left;
}
@media (min-width: 768px) {
  .feature_items {
    margin: 58px 0 60px;
  }
  .feature_items .sec_ttl {
    max-width: 980px;
    font-size: 28px;
    padding: 15px 0;
    margin: 0 auto 20px;
    color: #fff;
    font-weight: bold;
    background-color: #cc0000;
  }
  .feature_items .item_list ul li {
    width: 31.63%;
  }
  .feature_items .item_list ul li:not(:nth-child(3n)) {
    margin-right: 2.555%;
  }
  .feature_items .item_list ul li:nth-child(n + 4) {
    margin-top: 35px;
  }
  .feature_items .item_list ul li .img {
    overflow: hidden;
    margin: 0 0 7px;
  }
  .feature_items .item_list ul li .img img {
    transition: transform 0.2s;
  }
  .feature_items .item_list ul li a:hover .img img {
    transform: scale(1.1);
  }
  .feature_items .item_list ul li .text {
    font-size: 18px;
    line-height: 1.333;
  }
}
@media (max-width: 767px) {
  .feature_items {
    padding: 0 0 50px;
  }
  .feature_items .sec_ttl {
    max-width: 980px;
    font-size: 18px;
    padding: 17px 0px;
    margin: 0px auto 20px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    background-color: rgb(204, 0, 0);
  }
  .feature_items .item_list ul li {
    width: 47.8%;
  }
  .feature_items .item_list ul li:nth-child(odd) {
    margin-right: 4.4%;
  }
  .feature_items .item_list ul li:nth-child(n + 3) {
    margin-top: min(28px, 3.7333vw);
  }
  .feature_items .item_list ul li .img {
    margin: 0 0 4px;
  }
  .feature_items .item_list ul li .img img {
    width: 100%;
  }
  .feature_items .item_list ul li .text {
    font-size: min(18px, 3.2vw);
    line-height: 1.5;
  }
}

.keyword {
  background-color: #faf8f5;
}
.keyword .sec_ttl span {
  position: relative;
}
.keyword .sec_ttl span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(/static/ROP/contents/copiat/images/icon_magnifiler.png)
    no-repeat center/contain;
}
.keyword .keyword_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.keyword .keyword_list ul li a {
  display: inline-block;
  color: #fff;
  padding: 0.889em 3.389em;
  border-radius: 1.389em;
  background-color: #ed6f00;
}
@media (min-width: 768px) {
  .keyword {
    padding: 55px 0;
  }
  .keyword .sec_ttl {
    margin: 0 0 3px;
  }
  .keyword .sec_ttl span {
    padding-left: 43px;
  }
  .keyword .sec_ttl span::before {
    width: 31px;
    height: 31px;
  }
  .keyword .keyword_list ul li {
    margin: 27px 10px 0;
  }
  .keyword .keyword_list ul li a {
    font-size: 18px;
  }
  .keyword .keyword_list ul li a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  .keyword {
    padding: 42px 0;
  }
  .keyword .sec_ttl {
    margin: 0 0 17px;
  }
  .keyword .sec_ttl span {
    padding-left: 35px;
  }
  .keyword .sec_ttl span::before {
    width: 25px;
    height: 25px;
  }
  .keyword .keyword_list ul li {
    margin: 16px 13px 0;
  }
  .keyword .keyword_list ul li a {
    font-size: 13px;
  }
}

.staff_recommend {
  background: url() no-repeat center/cover;
}
.staff_recommend .recommend_item_wrap {
  position: relative;
  background-color: #fff;
}
.recommend_item_wrap .recommend_slick_container {
  position: initial;
}
.recommend_slick_container .slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.recommend_slick_container .slick-prev {
  left: 0;
  background: url(/static/ROP/contents/copiat/images/box_arrows_prev.png)
    no-repeat center/contain;
}
.recommend_slick_container .slick-next {
  right: 0;
  background: url(/static/ROP/contents/copiat/images/box_arrows_next.png)
    no-repeat center/contain;
}
#lp_container .slick-disabled {
  opacity: 0;
}
.recommend_slick_container li {
  text-align: left;
}
.recommend_slick_container li .in .img {
  overflow: hidden;
  border-radius: 10px;
}
.recommend_slick_container li .in .price {
  color: #cc0000;
}
.recommend_slick_container li .in .num {
  padding: 0 0.2em 0 0.1em;
}
@media (min-width: 768px) {
  .staff_recommend {
    padding: 0;
  }
  .staff_recommend.web {
    margin: 58px 0 0;
  }
  .staff_recommend.web .list_caption {
    font-size: 24px;
    margin: 30px 0 23px;
  }
  .staff_recommend.web .item_link a {
    display: block;
    color: #b38843;
    font-weight: bold;
  }
  .staff_recommend.web .item_link {
    display: inline-block;
  }
  .staff_recommend.web .item_link {
    margin: 0 0 30px;
  }
  .staff_recommend.web .item_link a {
    font-size: 20px;
  }
  .staff_recommend .recommend_item_wrap {
    border-radius: 20px;
    padding: 0 0 60px;
  }
  .staff_recommend .recommend_item_wrap .sec_ttl {
    max-width: 980px;
    font-size: 28px;
    padding: 15px 0;
    margin: 0 auto 20px;
    color: #fff;
    font-weight: bold;
    background-color: #cc0000;
  }
  .recommend_slick_container .slide-arrow {
    width: 60px;
    height: 115px;
  }
  .recommend_slick_container li .in {
    margin: 0 15px;
  }
  .recommend_slick_container li .in .img {
    margin: 0 0 10px;
  }
  .recommend_slick_container li .img img {
    transition: transform 0.2s;
  }
  .recommend_slick_container li a:hover .img img {
    transform: scale(1.1);
  }
  .recommend_slick_container li .in .text {
    font-size: 16px;
    line-height: 1.5;
  }
  .recommend_slick_container li .in .price {
    font-size: 12px;
    margin: 14px 0 0;
  }
  .recommend_slick_container li .in .price .num {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .staff_recommend.web {
    margin: 30px 0 0;
  }
  .staff_recommend.web .list_caption {
    font-size: 15px;
    margin: 0 0 13px;
  }
  .staff_recommend.web .item_link {
    margin: 0 0 15px;
  }
  .staff_recommend.web .item_link a {
    color: #b38843;
    font-size: 15px;
  }
  #lp_container .staff_recommend .lp_inner {
    padding: 0;
  }
  .staff_recommend .recommend_item_wrap .sec_ttl {
    max-width: 980px;
    font-size: 18px;
    padding: 17px 0;
    margin: 0 auto 20px;
    color: #fff;
    font-weight: bold;
    background-color: #cc0000;
  }
  .staff_recommend .recommend_item_wrap {
    padding: 0 0 29px;
  }
  .recommend_slick_container .slide-arrow {
    width: 30px;
    height: 55px;
  }
  .recommend_slick_container {
    padding-left: 15px;
  }
  .recommend_slick_container li {
    width: 157px;
  }
  .recommend_slick_container li .in {
    margin-right: 15px;
  }
  .recommend_slick_container li .in .img {
    margin: 0 0 9px;
  }
  .recommend_slick_container li .in .text {
    font-size: 12px;
    line-height: 1.5;
  }
  .recommend_slick_container li .in .price {
    font-size: 10px;
    margin: 10 px 0 0;
  }
  .recommend_slick_container li .in .price .num {
    font-size: 15px;
  }
}

.gourmet .list_wrap ul {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .gourmet {
    padding: 0 0 60px;
  }
  .gourmet .sec_ttl {
    margin: 0 0 20px;
  }
  .gourmet .list_wrap ul li {
    width: 30.6%;
  }
  .gourmet .list_wrap ul li:not(:nth-child(3n)) {
    margin-right: 4.1%;
  }
  .gourmet .list_wrap ul li:nth-child(n + 4) {
    margin-top: 35px;
  }
  .gourmet .list_wrap ul li img {
    transition: transform 0.2s;
  }
  .gourmet .list_wrap ul li a .img {
    overflow: hidden;
  }
  .gourmet .list_wrap ul li a:hover .img img {
    transform: scale(1.1);
  }
}
@media (max-width: 767px) {
  .gourmet {
    padding: 40px 0 50px;
  }
  .gourmet .sec_ttl {
    margin: 0 0 26px;
  }
  .gourmet .list_wrap ul li {
    width: 47.8%;
  }
  .gourmet .list_wrap ul li a img {
    width: 100%;
  }
  .gourmet .list_wrap ul li:nth-child(odd) {
    margin-right: 4.4%;
  }
  .gourmet .list_wrap ul li:nth-child(n + 3) {
    margin-top: 4.4%;
  }
}

.gourmetcategory {
  background-color: #faf8f5;
}
.gourmetcategory .sec_ttl span {
  position: relative;
}
.gourmetcategory .sec_ttl span::before {
  content: "";
  position: absolute;
  top: 50%;

  left: 0;
  transform: translateY(-50%);
  background: url(/static/ROP/contents/copiat/images/icon_magnifiler.png)
    no-repeat center/contain;
}

.gourmetcategory .lists_wrap .list {
  text-align: left;
}
.gourmetcategory .lists_wrap .list .list_caption {
  position: relative;
  font-weight: bold;
}
.gourmetcategory .lists_wrap .list ul li a::before {
  content: "・";
}
@media (min-width: 768px) {
  .gourmetcategory {
    padding: 54px 0 50px;
  }
  .gourmetcategory .sec_ttl {
    margin: 0 0 34px;
  }
  .gourmetcategory .sec_ttl span {
    padding-left: 45px;
  }
  .gourmetcategory .sec_ttl span::before {
    width: 31px;
    height: 31px;
  }
  .gourmetcategory .lists_wrap {
    column-count: 5;
    column-gap: 35px;
    column-width: 205px;
    padding: 0 0 0 30px;
  }
  .gourmetcategory .lists_wrap .list {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  .gourmetcategory .lists_wrap .list {
    font-size: 15px;
  }
  .gourmetcategory .lists_wrap .list .list_caption {
    margin: 0 0 13px;
  }
  .gourmetcategory .lists_wrap .list .list_caption a {
    display: flex;
    align-items: center;
  }
  .gourmetcategory .lists_wrap .list .list_caption a .icon {
    margin-right: 5px;
  }
  .gourmetcategory .lists_wrap .list .drop_sp_list {
    display: none;
  }
  .gourmetcategory .lists_wrap .list ul {
    margin: 0 0 40px;
  }
  .gourmetcategory .lists_wrap .list ul li:not(:last-child) {
    margin: 0 0 15px;
  }
}
@media (max-width: 767px) {
  .gourmetcategory {
    padding: 35px 0 0;
  }
  #lp_container .gourmetcategory .lp_inner {
    padding: 0;
  }
  .gourmetcategory .sec_ttl {
    margin: 0 0 33px;
  }
  .gourmetcategory .lists_wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .gourmetcategory .lists_wrap .list {
    width: 34%;
    margin: 0 8% 33px;
  }
  .gourmetcategory .lists_wrap .list .drop_sp_list {
    cursor: pointer;
  }
  .gourmetcategory .lists_wrap .list .drop_sp_list .img {
    text-align: center;
    margin: 0 0 7px;
  }
  .gourmetcategory .lists_wrap .list .drop_sp_list .img img {
    height: 130px;
    max-width: 230px;
    object-fit: contain;
  }
  .gourmetcategory .lists_wrap .list .drop_sp_list .list_caption {
    text-align: center;
    font-size: 3.4vw;
    line-height: 1.5;
  }
  .gourmetcategory .lists_wrap .list > .wrap {
    display: none;
  }
  .gourmetcategory .lists_wrap > .wrap {
    position: relative;
    width: 100%;
    padding: 20px 10.667% 20px 7.333%;
    margin: -15px 0 33px;
    background-color: #edd4ae;
  }
  .gourmetcategory .lists_wrap > .wrap .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 10.6667vw;
    height: 10.6667vw;
    background: url(/static/ROP/contents/copiat/images/btn_close.jpg) no-repeat
      center/contain;
    cursor: pointer;
  }
  .gourmetcategory .lists_wrap > .wrap .list_caption {
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
    margin: 0 0 13px;
  }
  .gourmetcategory .lists_wrap > .wrap .list_caption a .icon {
    display: none;
  }
  .gourmetcategory .lists_wrap > .wrap ul {
    display: flex;
    flex-wrap: wrap;
  }
  .gourmetcategory .lists_wrap > .wrap ul li {
    width: 45.5%;
  }
  .gourmetcategory .lists_wrap > .wrap ul li:nth-child(odd) {
    margin-right: 9%;
  }
  .gourmetcategory .lists_wrap > .wrap ul li a {
    display: block;
    text-align: left;
    font-size: 12px;
    line-height: 1.5;
    padding: 6px 0;
    border-bottom: 1px solid #fff;
  }
  .gourmetcategory .lists_wrap > .wrap ul li a::before {
    content: "・";
  }
}

.mail_magazine .sec_ttl span {
  position: relative;
}
.mail_magazine .sec_ttl span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(/static/ROP/contents/copiat/images/icon_mail.png) no-repeat
    center/contain;
}
.mail_magazine .wrap {
  background-color: #faf8f5;
}
.mail_magazine .wrap dl {
  color: #734f3a;
  font-weight: bold;
}
.mail_magazine .wrap dl > div {
  flex: 1 1 auto;
  display: flex;
}
.mail_magazine .wrap dl > div dd .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mail_magazine .btn_mail {
  max-width: 400px;
  margin: 0 auto;
}
.mail_magazine .btn_mail a {
  position: relative;
  display: block;
  color: #fff;
  font-weight: bold;
}
@media (min-width: 768px) {
  .mail_magazine {
    padding: 60px 0 64px;
  }
  .mail_magazine .sec_ttl {
    margin: 0 0 26px;
  }
  .mail_magazine .sec_ttl span {
    padding-left: 41px;
  }
  .mail_magazine .sec_ttl span::before {
    width: 30px;
    height: 32px;
  }
  .mail_magazine .text {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 30px;
  }
  .mail_magazine .text .sp {
    display: none;
  }
  .mail_magazine .wrap {
    max-width: 700px;
    padding: 25px 0;
    margin: 0 auto 41px;
    border-radius: 10px;
  }
  .mail_magazine .wrap dl {
    display: flex;
    align-items: center;
  }
  .mail_magazine .wrap dl dt {
    width: 170px;
    font-size: 18px;
    line-height: 1.33;
  }
  .mail_magazine .wrap dl > div {
    justify-content: space-evenly;
    border-left: 1px solid #74503c;
  }
  .mail_magazine .wrap dl > div dd .icon {
    height: 50px;
    margin: 0 0 8px;
  }
  .mail_magazine .wrap dl > div dd p {
    font-size: 14px;
    line-height: 1.285;
  }
  .mail_magazine .btn_mail a {
    font-size: 22px;
    padding: 16px 0;
    line-height: 1.36;
    border-radius: 45px;
    transition: opacity 0.3s;
    background: url(/static/ROP/contents/copiat/images/btn_arrow.png) no-repeat
      #ed6f00 center right 37px;
  }
  .mail_magazine .btn_mail a:hover {
    opacity: 0.8;
  }
  .mail_magazine .bnrArea {
    margin-top: 62px;
  }
}
@media (max-width: 767px) {
  .mail_magazine {
    padding: 46px 0 65px;
  }
  .mail_magazine .sec_ttl {
    margin: 0 0 17px;
  }
  .mail_magazine .sec_ttl span {
    padding-left: 33px;
  }
  .mail_magazine .sec_ttl span::before {
    width: 24px;
    height: 25px;
  }
  .mail_magazine .text {
    font-size: 13px;
    line-height: 1.85;
    margin: 0 0 18px;
  }
  .mail_magazine .wrap {
    padding: 27px 0 30px;
    margin: 0 auto 26px;
    border-radius: 10px;
  }
  .mail_magazine .wrap dl dt {
    position: relative;
    font-size: 14px;
    line-height: 1.33;
    padding: 0 0 16px;
    margin: 0 0 21px;
  }
  .mail_magazine .wrap dl dt::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 50px;
    height: 2px;
    background-color: #74503c;
  }
  .mail_magazine .wrap dl dt .pc {
    display: none;
  }
  .mail_magazine .wrap dl > div {
    display: flex;
    justify-content: space-evenly;
  }
  .mail_magazine .wrap dl > div dd .icon {
    margin: 0 0 6px;
  }
  .mail_magazine .wrap dl > div dd .icon img {
    height: 36px;
    object-fit: contain;
  }
  .mail_magazine .wrap dl > div dd p {
    font-size: 10px;
    line-height: 1.3;
  }
  .mail_magazine .btn_mail a {
    font-size: 18px;
    padding: 17px 0;
    line-height: 1.33;
    border-radius: 43px;
    background: url(/static/ROP/contents/copiat/images/btn_arrow.png) no-repeat
      #ed6f00 center right 27px/13px 23px;
  }
  .mail_magazine .bnrArea {
    margin-top: 65px;
  }
}
.catalog {
  background: url(/static/ROP/contents/copiat/images/bg_line.jpg) repeat-x
    bottom center;
}
.catalog .catalog_contents {
  background-image:
    url(/static/ROP/contents/copiat/images/bg_line.jpg),
    url(/static/ROP/contents/copiat/images/bg_line.jpg);
  background-repeat: repeat-x, repeat-x;
  background-position:
    top center,
    bottom center;
  background-color: #faf8f5;
  background-size: auto;
}
.catalog .catalog_contents .wrap .collection .digital_catalog a,
.catalog .item_link a {
  display: block;
  color: #b38843;
  font-weight: bold;
}
.catalog .item_link {
  display: inline-block;
}
.catalog .catalog_slick li .in {
  text-align: left;
}
.catalog .catalog_slick li .in .img {
  overflow: hidden;
  border-radius: 10px;
}
.catalog .catalog_slick li .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.catalog .catalog_slick li .price {
  color: rgb(204, 0, 0);
}
.catalog .catalog_slick li .price .num {
  padding: 0px 0.2em 0px 0.1em;
}
.catalog .catalog_contents .wrap .collection a.btn {
  font-weight: bold;
}
.catalog .catalog_slick .slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.catalog .catalog_slick .slick-prev {
  left: 0;
  background: url(/static/ROP/contents/copiat/images/box_arrows_prev.png)
    no-repeat center/contain;
}
.catalog .catalog_slick .slick-next {
  right: 0;
  background: url(/static/ROP/contents/copiat/images/box_arrows_next.png)
    no-repeat center/contain;
}
@media (min-width: 768px) {
  .catalog {
    margin: 0 0 70px;
  }
  .catalog .sec_ttl {
    max-width: 980px;
    font-size: 28px;
    padding: 15px 0px;
    margin: 0px auto 20px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    background-color: rgb(204, 0, 0);
  }
  .catalog .catalog_contents {
    padding: 34px 0;
    margin: 0 0 38px;
  }
  .catalog .catalog_contents .wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 30px;
  }
  .catalog .catalog_contents .wrap .collection {
    width: 46.74%;
  }
  .catalog .catalog_contents .wrap .collection:nth-child(even) {
    margin-left: 6.12%;
  }
  .catalog .catalog_contents .wrap .collection:nth-child(n + 3) {
    margin-top: 30px;
  }
  .catalog .catalog_contents .wrap .collection .img {
    margin: 0 0 16px;
  }
  .catalog .catalog_contents .wrap .collection .digital_catalog {
    margin: 0 0 20px;
  }
  .catalog .catalog_contents .wrap .collection .digital_catalog a {
    font-size: 20px;
  }
  .catalog .catalog_contents .wrap .collection a.btn {
    font-size: 18px;
    padding: 11px 30px;
    width: 230px;
    box-sizing: border-box;
  }
  .catalog .list_caption {
    font-size: 24px;
    margin: 0 0 20px;
  }
  .catalog .item_link {
    margin: 0 0 30px;
  }
  .catalog .item_link a {
    font-size: 20px;
  }
  .catalog .picup_items {
    padding: 0 0 45px;
  }
  .catalog .catalog_slick li .in {
    margin-right: 15px;
    margin-left: 15px;
  }
  .catalog .catalog_slick li .in .img {
    margin: 0px 0px 10px;
  }
  .catalog .catalog_slick li .text {
    font-size: 16px;
    line-height: 1.5;
    max-height: 4.5em;
  }
  .catalog .catalog_slick li .price {
    font-size: 12px;
    margin: 14px 0px 0px;
  }
  .catalog .catalog_slick li .price .num {
    font-size: 20px;
  }
  .catalog .catalog_slick .slide-arrow {
    width: 60px;
    height: 115px;
  }
}
@media (max-width: 767px) {
  .catalog {
    margin: 0 0 5px;
  }
  .catalog,
  .catalog .catalog_contents {
    background-size:
      3.2vw 0.2667vw,
      3.2vw 0.2667vw;
  }
  .catalog .sec_ttl {
    max-width: 980px;
    font-size: 18px;
    padding: 17px 0px;
    margin: 0px auto 20px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    background-color: rgb(204, 0, 0);
  }
  .catalog .catalog_contents {
    padding: 30px 0;
    margin: 0 0 33px;
  }
  #lp_container .catalog .lp_inner {
    padding: 0;
  }
  .catalog .catalog_contents .wrap {
    padding: 0 25px;
  }
  .catalog .catalog_contents .wrap .collection + .collection {
    margin: 30px 0 0;
  }
  .catalog .catalog_contents .wrap .collection .img {
    margin: 0 0 10px;
  }
  .catalog .catalog_contents .wrap .collection .digital_catalog {
    margin: 0 0 13px;
  }
  .catalog .catalog_contents .wrap .collection .digital_catalog a {
    font-size: 15px;
  }
  .catalog .catalog_contents .wrap .collection a.btn {
    font-size: 13px;
    padding: 7px 30px;
    width: 180px;
    box-sizing: border-box;
  }
  .catalog .list_caption {
    font-size: 4vw;
    margin: 0 0 15px;
  }
  .catalog .item_link {
    margin: 0 0 15px;
  }
  .catalog .item_link a {
    font-size: 15px;
  }
  .catalog .picup_items {
    padding: 0 0 10px;
  }
  .catalog .catalog_slick {
    padding-left: 15px;
  }
  .catalog .catalog_slick li .in {
    margin-right: 15px;
  }
  .catalog .catalog_slick li .in .img {
    margin: 0px 0px 9px;
  }
  .catalog .catalog_slick li .text {
    font-size: 12px;
    line-height: 1.5;
  }
  .catalog .catalog_slick li .price {
    font-size: 10px;
  }
  .catalog .catalog_slick li .price .num {
    font-size: 15px;
  }
  .catalog .catalog_slick .slide-arrow {
    width: 30px;
    height: 55px;
  }
}
@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

.wrapper {
  max-width: 980px;
  margin: 0 auto;
}
.moji_new {
  font-weight: bold;
}

.goods_name {
  color: #7d7d7d;
}

.goods_price {
  color: #7d7d7d;
  font-weight: bold;
}

.goods {
  position: relative;
  margin: 20px;
}

.copiat_goods_photo {
  width: 200px;
  height: auto;
}

.goods_box {
  display: flex;
  justify-content: space-between;
}

.goods_box:last-child {
  margin-bottom: 30px;
}

.goods_photo_box {
  text-align: center;
}

.new::before {
  position: absolute;
  content: "NEW";
  top: 0;
  right: 0;
  background-color: crimson;
  color: white;
  text-align: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 12px;
  line-height: 50px;
}

.container {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .moji_new {
    font-weight: bold;
    display: inline-block;
    margin-left: 15px;
  }

  .goods_box {
    display: block;
    justify-content: space-between;
  }

  .goods {
    position: relative;
    margin: 40 20px;
  }

  .goods_name {
    text-align: center;
  }

  .goods_price {
    text-align: center;
  }

  .copiat_goods_photo {
    width: 200px;
    height: auto;
  }

  .goods_photo_box {
    margin: 0 auto;
    width: 300px;
    position: relative;
  }

  .container {
    margin: 0 auto;
    width: 400px;
  }

  .new::before {
    position: absolute;
    content: "NEW";
    right: 10px;

    background-color: crimson;
    color: white;
    text-align: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 12px;
    line-height: 50px;
  }
}
