@charset "UTF-8";

main {
  display: block;
}

section + section {
  margin: 100px 0;
}

.inner {
  max-width: 1920px !important;
  padding: 0 !important;
}

.main_inner {
  display: block;
}

.section_inner {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

.camp_header_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(https://www.actjapan.co.jp/html/template/default/images/camp_header_top.jpg) no-repeat;
  height: 250px;
  margin-top: -40px;
}

.camp_header_top_title {
  color: #fff;
  font-size: 32px;
  letter-spacing: 0.05em;
  font-weight: normal;
  font-family: 'Noto Sans JP', sans-serif;
}

.camp_header_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(https://www.actjapan.co.jp/html/template/default/images/camp_header_title_02.jpg) no-repeat;
  height: 600px;
}

.camp_header_title_img {
  position: relative;
}

.camp_header_title_comment {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 15%;
}

.camp_header_title_comment p {
  color: #e7363d;
  font-weight: bold;
  -webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.3));
}

.camp_header_title_comment p:nth-of-type(1) {
  font-size: 30px;
}

.camp_header_title_comment p:nth-of-type(2) {
  font-size: 36px;
}

/*---------------------------------------------------------*/
/*ACT JAPANクリスマスキャンペーン日付のところ*/
.camp_catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-x: hidden;
}

.camp_catch_img {
  margin: 0 10px;
}

/*---------------------------------------------------------*/
/*ACT JAPANクリスマスキャンペーンイメージ*/
.camp_header_main_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.camp_header_main_unit_left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.camp_header_main_unit_left > figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.camp_header_main_unit_left > figure > img {
  width: auto;
  height: auto;
  display: block;
}

.camp_header_main_unit_right {
  width: 48%;
}

.camp_header_main_unit_right_block > li + li {
  margin-top: 20px;
  -webkit-filter: drop-shadow(1px 2px 6px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(1px 2px 6px rgba(0, 0, 0, 0.2));
}

.camp_header_main_unit_right_block > li > a {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.camp_header_main_unit_right_block > li > a:hover {
  opacity: 0.7;
  -webkit-filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.3));
  text-decoration: none;
}

.camp_header_main_unit_right_block > li > a > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.camp_header_main_unit_right_block > li:nth-of-type(1) > a > dl {
  background: #d2ac5e;
}

.camp_header_main_unit_right_block > li:nth-of-type(2) > a > dl {
  background: #1f8c4a;
}

.camp_header_main_unit_right_block > li:nth-of-type(3) > a > dl {
  background: #e7363d;
}

.camp_header_main_unit_right_block > li > a > dl > dt {
  width: 35%;
}

.camp_header_main_unit_right_block > li > a > dl > dt > figure {
  width: 100%;
  height: 100%;
}

.camp_header_main_unit_right_block > li > a > dl > dt > figure > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.camp_header_main_unit_right_block > li > a > dl > dd {
  width: 65%;
  padding: 3%;
}

.camp_header_main_unit_right_block > li > a > dl > dd > h3 {
  font-size: 24px;
  color: #fff;
  -webkit-filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.3));
  line-height: 1.3;
  margin-bottom: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0 0 10px 0;
  font-weight: bold;
}

.camp_header_main_unit_right_block > li > a > dl > dd > p {
  color: #fff;
  font-size: 14px;
  -webkit-filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.3));
  line-height: 1.3;
  text-align: justify;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
}

.main_back {
  background-color: #fff8e9;
  z-index: 1;
  position: relative;
  padding: 70px 0;
  margin-left: -50%;
  margin-right: -50%;
}

.camp_title {
  width: 92%;
  font-size: 36px;
  background: #1c3966;
  color: #fff;
  position: relative;
  margin: auto;
  text-align: center;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 70px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
}

.camp_title > span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 30px;
}

.camp_title::before {
  content: url(https://www.actjapan.co.jp/html/template/default/images/ribon_left.png);
  display: block;
  position: absolute;
  top: 22px;
  left: -45px;
  z-index: -1;
}

.camp_title::after {
  content: url(https://www.actjapan.co.jp/html/template/default/images/ribon_right.png);
  display: block;
  position: absolute;
  top: 22px;
  right: -45px;
  z-index: -2;
}

/*--------------------------------------------------*/
/*ノーベル賞・クリスマスキャンペーン豪華プレゼント!*/
.camp_presents_unit > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  padding: 20px;
  -webkit-filter: drop-shadow(1px 2px 6px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(1px 2px 6px rgba(0, 0, 0, 0.2));
}

.camp_presents_unit > li + li {
  margin-top: 40px;
}

.camp_presents_unit > li > figure {
  width: 23%;
}

.camp_presents_text_block {
  width: 74%;
}

.camp_presents_unit > li > figure > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.camp_presents_text_block > h2 {
  margin: 20px 0 30px 0;
}

.camp_presents_text_title_left {
  font-size: 24px;
  color: #e7363d;
  border-top: solid 1px #e7363d;
  border-bottom: solid 1px #e7363d;
  padding: 4px 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
}

.camp_presents_text_title_right {
  font-size: 28px;
  color: #fff;
  background: #e7363d;
  position: relative;
  margin-left: 1.5em;
  padding: 4px 0.5em 4px 50px;
  font-family: 'Noto Sans JP', sans-serif;
}

.one::before {
  content: "1";
  background: #d2ac5e;
  color: #e7363d;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 48px;
  position: absolute;
  top: -6px;
  left: -20px;
  font-family: "Century Gothic";
}

.two::before {
  content: "!";
  background: #d2ac5e;
  color: #e7363d;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 48px;
  position: absolute;
  top: -5px;
  left: -20px;
  font-family: "Century Gothic";
  font-weight: bold;
}

.camp_presents_text_title_right {
  font-weight: bold;
}

.camp_presents_text_01 {
  color: #0f2e5f;
  font-weight: bold;
  font-size: 18px;
}

.camp_presents_text_02 {
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
}

/*--------------------------------------------------*/
/*クリスマスキャンペーン ラインナップ 1,2,7,8*/
.camp_lineup_title {
  width: 92%;
  font-size: 36px;
  background: #1c3966;
  color: #fff;
  position: relative;
  margin: auto;
  text-align: center;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 70px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
}

.camp_lineup_title::before {
  content: url(https://www.actjapan.co.jp/html/template/default/images/ribon_left.png);
  display: block;
  position: absolute;
  top: 22px;
  left: -45px;
  z-index: -1;
}

.camp_lineup_title::after {
  content: url(https://www.actjapan.co.jp/html/template/default/images/ribon_right.png);
  display: block;
  position: absolute;
  top: 22px;
  right: -45px;
  z-index: -2;
}

a.camp_lineup_link {
  display: block;
  color: #222;
}

a.camp_lineup_link:hover {
  opacity: 0.7;
  text-decoration: none;
}

.camp_lineup_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4%;
}

li.camp_lineup_list {
  width: 48%;
  border: solid 3px #e7363d;
  border-radius: 10px;
  background-color: #fff;
}

.camp_lineup_list_inner {
  padding: 10px 20px;
  height: 440px;
  position: relative;
}

h3.camp_item_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.camp_item_name_number {
  background: #fdcd25;
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  font-size: 64px;
  color: #e7363d;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Century Gothic";
  font-weight: bold;
}

.camp_item_name_title {
  background: #fdcd25;
  display: block;
  color: #0f2e5f;
  font-weight: bold;
  width: 100%;
  margin-left: -15px;
  line-height: 1.3;
  padding: 4px 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
}

p.camp_percent_unit {
  background: #fdcd25;
  color: #0f2e5f;
  font-weight: bold;
  font-size: 28px;
  display: inline-block;
  position: absolute;
  bottom: 10px;
  padding: 10px 10px;
  text-align: center;
  border-radius: 10px;
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
}

.camp_percent_number {
  font-size: 40px;
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
}

div.camp_price_unit {
  position: absolute;
  bottom: 10px;
  left: 160px;
}

p.camp_price_unit_list {
  font-size: 20px;
  font-weight: bold;
  color: #0f2e5f;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  line-height: 1;
}

p.camp_price_unit_list_sale {
  line-height: 1;
}

span.camp_price_unit_number {
  font-size: 64px;
  color: #e7363d;
  font-weight: 900;
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

span.camp_price_unit_currency {
  font-size: 20px;
  font-weight: bold;
  color: #0f2e5f;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

p.camp_price_unit_list_other {
  color: #fff;
  background: #0f2e5f;
  border-radius: 50%;
  padding: 11px;
  position: absolute;
  bottom: 40px;
  right: 20px;
  font-size: 14px;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
}

p.camp_price_unit_list_present {
  color: #fff;
  background: #0f2e5f;
  border-radius: 10px;
  padding: 8px;
  position: absolute;
  bottom: 75px;
  right: 10px;
  font-size: 9px;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
  max-width: 138px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
}

p.camp_price_unit_list_present > img {
  margin-top: 4px;
  width: 100%;
}

p.camp_price_unit_text {
  padding: 10px;
  background: #e7363d;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  min-height: 182px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  margin: 0;
}

.camp_price_unit_text_accent {
  font-size: 24px;
  text-align: center;
  display: block;
  margin-top: 20px;
}

span.camp_price_unit_text_accent_small {
  font-size: 11px;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
}

div.item1 {
  background: url(/template/default/images/item_01_multi_cloth.png) no-repeat;
  background-size: 90%;
  background-position: center center;
}

div.item2 {
  background: url(/template/default/images/item_02_multi_cloth.png) no-repeat;
  background-size: 90%;
  background-position: center center;
}

div.item7 {
  background: url(/template/default/images/item_07_mopset_s.png) no-repeat;
  background-size: 90%;
  background-position: center center;
}

div.item8 {
  background: url(/template/default/images/item_08_mopset_m.png) no-repeat;
  background-size: 90%;
  background-position: center center;
}

/*--------------------------------------------------*/
/*クリスマスキャンペーン ラインナップ 3,4,5,6*/
h2.camp_lineup_title_2way {
  width: 100%;
  font-size: 28px;
  background: #1c3966;
  color: #fff;
  position: relative;
  margin: auto;
  text-align: center;
  margin-bottom: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  border-radius: 10px;
  padding: 4px 0 6px;
  font-weight: bold;
}

.camp_lineup_block_2way {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

/*-------------------------------------------------------*/
/*クリスマスキャンペーン ラインナップ 3,4,5,6 - 左*/
.camp_lineup_block_6way_left {
  width: 54%;
}

div.camp_lineup_list_6way_green {
  border: solid 3px #006934;
  border-radius: 10px;
  background-color: #fff;
}

ul.camp_6way_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  /* gap: 8%; */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

ul.camp_6way_wrap::after {
  content: url(https://www.actjapan.co.jp/html/template/default/images/r-arrow.png);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(70px, -50%);
          transform: translate(70px, -50%);
}

li.camp_6way_wrap_parts:nth-child(even) {
  width: 50%;
  border-bottom: dashed 1px #006934;
  padding-left: 4%;
  padding-bottom: 10px;
}

li.camp_6way_wrap_parts:nth-last-child(even) {
  width: 50%;
  border-right: dashed 1px #006934;
  border-bottom: dashed 1px #006934;
  padding-right: 4%;
  padding-bottom: 10px;
}

li.camp_6way_wrap_parts:nth-of-type(n+3) {
  padding-top: 20px;
}

li.camp_6way_wrap_parts:nth-of-type(n+5) {
  border-bottom: none;
  padding-bottom: 0px;
}

div.camp_lineup_list_6way {
  border-radius: 10px;
  background-color: #fff;
}

a.camp_lineup_link_6way {
  display: block;
  color: #222;
}

a.camp_lineup_link_6way:hover {
  opacity: 0.7;
  text-decoration: none;
}

.camp_lineup_list_6way_inner {
  padding: 0;
  /* height: 260px; */
  position: relative;
}

h3.camp_item_name_6way {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #006934;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 4px 8px;
  margin: 0;
}

.camp_item_name_title_6way_before {
  display: block;
  color: #fff;
  font-weight: bold;
  width: 100%;
  line-height: 1.3;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
}

.camp_item_name_title_6way_after {
  display: block;
  color: #fff;
  font-weight: bold;
  width: 100%;
  /* margin-left: -15px; */
  line-height: 1.3;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  /* margin-left: 0.5em; */
}

div.camp_6way_comment {
  margin-top: 10px;
  border: solid 1px #1c3966;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 4px 8px;
  border-radius: 6px;
  max-width: 140px;
  z-index: 3;
  position: relative;
  height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

span.camp_6way_comment_before {
  font-size: 17px;
  font-weight: bold;
  color: #0f2e5f;
  display: block;
  text-align: center;
}

span.camp_6way_comment_after {
  font-size: 10px;
  font-weight: bold;
  color: #0f2e5f;
  display: block;
  line-height: 1.3;
}

div.camp_price_unit_6way {
  /* position: absolute; */
  /* bottom: 10px; */
  /* right: 10px; */
  position: relative;
  z-index: 3;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

p.camp_price_unit_list_6way {
  font-size: 14px;
  font-weight: bold;
  color: #0f2e5f;
  /* text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
		-1px 1px 0 #FFF, 1px -1px 0 #FFF,
		0px 1px 0 #FFF, 0-1px 0 #FFF,
		-1px 0 0 #FFF, 1px 0 0 #FFF; */
  /* line-height: 1; */
}

p.camp_price_unit_list_sale_6way {
  line-height: 1;
}

span.camp_price_unit_number_6way {
  font-size: 40px;
  color: #e7363d;
  font-weight: 900;
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

span.camp_price_unit_currency_6way {
  font-size: 14px;
  font-weight: bold;
  color: #0f2e5f;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1;
}

/*-------------------------------------------------------*/
/*クリスマスキャンペーン ラインナップ 3,4,5,6 - 右*/
.camp_lineup_block_2way_right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

div.camp_lineup_list_2way {
  border: solid 3px #e7363d;
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
}

div.camp_lineup_list_2way + div.camp_lineup_list_2way {
  margin-top: 30px;
  /* width: 100%; */
}

a.camp_lineup_link_2way {
  display: block;
  color: #222;
  height: 100%;
  width: 100%;
}

a.camp_lineup_link_2way:hover {
  opacity: 0.7;
  text-decoration: none;
}

.camp_lineup_list_2way_inner {
  padding: 10px 20px;
  height: 100%;
  position: relative;
}

div.item3 {
/*  background: url(https://www.actjapan.co.jp/html/template/default/images/item_03_mopset_s_x2.png) no-repeat;
  background-size: 60%;
  background-position: center right; */
}

div.item4 {
/*  background: url(https://www.actjapan.co.jp/html/template/default/images/item_04_mopset_s_x3.png) no-repeat;
  background-size: 60%;
  background-position: center right; */
}

h3.camp_item_name_2way {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.camp_item_name_number_2way {
  background: #fdcd25;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  font-size: 60px;
  color: #e7363d;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Century Gothic";
  font-weight: bold;
}

p.camp_item_name_title_2way {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fdcd25;
  margin: auto 0 auto -15px;
  padding: 4px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.camp_item_name_title_2way_before {
  display: block;
  color: #0f2e5f;
  font-weight: bold;
  width: 40%;
  line-height: 1.3;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  text-align: center;
}

.camp_item_name_title_2way_after {
  display: block;
  color: #0f2e5f;
  font-weight: bold;
  width: 65%;
  margin-left: -15px;
  line-height: 1.3;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  margin-left: 0.5em;
  text-align: center;
}

div.camp_2way_comment {
  margin-top: 35px;
}

span.camp_2way_comment_before {
  font-size: 1.1vw;
  font-weight: bold;
  color: #0f2e5f;
  display: block;
}

span.camp_2way_comment_after {
  font-size: 1.1vw;
  font-weight: bold;
  color: #0f2e5f;
  display: block;
}

p.camp_percent_2way_unit {
  background: #fdcd25;
  color: #0f2e5f;
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  position: absolute;
  bottom: 10px;
  padding: 10px 10px;
  text-align: center;
  border-radius: 10px;
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
}

.camp_percent_number_2way {
  font-size: 36px;
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
}

div.camp_price_unit_2way {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

p.camp_price_unit_list_sale_2way {
  line-height: 1;
}

span.camp_price_unit_number_2way {
  font-size: 60px;
  color: #e7363d;
  font-weight: 900;
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

span.camp_price_unit_currency_2way {
  font-size: 20px;
  font-weight: bold;
  color: #0f2e5f;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

figure.camp_price_unit_6way_image {
  position: absolute;
  bottom: 5px;
  right: -15px;
  z-index: 2;
}

p.camp_caution {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  text-align: center;
}

br.sp_none {
  display: none;
}
br.sp_size {
  display: none;
}
/*# sourceMappingURL=camp-style.css.map */