.b_price_red {
  font-size: 16px;
  font-weight: bold;
  color: #ca0030;
}
.ishirt_lineup_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 900px;
  margin: 50px auto 0;
}
.ishirt_lineup_list_item {
  width: calc((100% - 50px) / 3);
}
.ishirt_lineup_list_item:nth-child(n+2) {
  margin-left: 25px;
}
.ishirt_lineup_list_item:nth-child(n+4) {
  margin-top: 50px;
}
.ishirt_lineup_list_item:nth-child(3n+4) {
  margin-left: 0;
}
.ishirt_lineup_list_item_catch {
  font-size: 17px;
  font-weight: bold;
  color: #003460;
  width: 100%;
  height: 60px;
  border: 2px solid #003460;
  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;
  position: relative;
}
.ishirt_lineup_list_item_catch_arrow {
  position: absolute;
  bottom: -24px;
  left: calc(50% - (30px / 2));
}
.ishirt_lineup_list_item_catch_arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: solid 12px transparent;
  border-right: solid 12px transparent;
  border-bottom: solid 12px transparent;
  border-left: solid 12px #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: 0px;
  z-index: 120;
}
.ishirt_lineup_list_item_catch_arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: solid 15px transparent;
  border-right: solid 15px transparent;
  border-bottom: solid 15px transparent;
  border-left: solid 15px #a8bfd9;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -3px;
  z-index: 110;
}
.ishirt_lineup_list_item_img_wrap {
  margin-top: 20px;
  width: 100%;
  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;
}
.ishirt_lineup_list_item_img_wrap img {
  width: 100%;
}
.ishirt_lineup_list_item_name,
.ishirt_lineup_list_item_price {
  font-size: 14px;
  margin-top: 10px;
}
a.ishirt_lineup_list_item_btn {
  background: #312d3b;
  display: inline-block;
  margin: 20px auto 0;
  font-size: 14px;
  color: #fff;
  width: 190px;
  height: 45px;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.ishirt_lineup_list_item_btn:hover {
  opacity: 0.7;
}
.ishirt_lineup_list_item_note {
  border: 1px solid #a8bfd9;
  background: #f0f5fc;
  color: #a8bfd9;
  padding: 13px;
  margin-top: 20px;
}
p.ishirt_lineup_list_item_note_head {
  font-size: 16px;
  font-weight: bold;
}
p.ishirt_lineup_list_item_not_text {
  font-size: 14px;
  font-weight: 300;
}
.item1 {
  background-color: #D9EFF9 !important;
}
.item2 {
  background-color: #E6D8A6 !important;
}
.item3 {
  background-color: #c7ddd8 !important;
}
.item4 {
  background-color: #f7e9c5 !important;
}
.item5 {
  background-color: #ffd1dc !important;
}
.product_wrap {
  padding: 80px 0;
}
.product_wrap.item1 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .isSp {
    display: block;
  }
  .isPc {
    display: none;
  }
  .container.ht {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .full_movie_inr {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
  }
  .full_movie_inr iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 0;
  }
  .full_movie_inr .full_movie_text {
    width: 100%;
    margin: 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
  }
  .main_heading {
    margin: 20px 0;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .main_visual {
    margin-top: 20px;
    position: relative;
  }
  .main_visual_p {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
  .flex_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flexItems_itemLink .flex_items_itemLink_img {
    width: 100%;
  }
  .flex_items_item {
    -ms-flex-preferred-size: calc(((100% - 2%) / 2));
    flex-basis: calc(((100% - 2%) / 2));
  }
  .flex_items_item:nth-child(2n) {
    margin-left: 2%;
  }
  .flex_items_item:nth-child(n+3) {
    margin-top: 5%;
  }
  .flex_items_itemLink {
    display: block;
  }
  .text_box {
    margin-top: 20px;
  }
  .text_box .text_box_p {
    margin: 0;
  }
  .text_box .text_box_p+.text_box_p {
    margin-top: 3px;
  }
  .text_box_btn {
    margin-top: 10px;
  }
  .text_box_btn .text_box_btn_link {
    display: block;
    width: 100px;
    margin: 0 auto;
    padding: 10px 15px;
    border: 2px solid #000;
    color: #fff !important;
    text-align: center;
    background: #000;
    -webkit-transition: color 0.4s, background 0.4s;
    transition: color 0.4s, background 0.4s;
  }
  .product + .product {
    margin-top: 60px;
  }
  .product_inr {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .product_inr + .product_sub_content .product_sub_content_inr {
    padding-right: 15px;
    padding-left: 15px;
  }
  .product_sub_content_inr {
    width: 100%;
  }
  .product_heading {
    margin: 30px 0;
    text-align: center;
  }
  .product_content_inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 1;
  }
  .product_content_inr::before,
  .product_content_inr::after {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: -1;
  }
  .product_content_inr::before {
    border-top: solid 2px #312d3b;
    border-left: solid 2px #312d3b;
    top: 0;
    left: 0;
  }
  .product_content_inr::after {
    border-right: solid 2px #312d3b;
    border-bottom: solid 2px #312d3b;
    bottom: 0;
    right: 0;
  }
  .product_content_img,
  .product_content_box {
    width: 100%;
  }
  .product_content_img {
    margin-bottom: 20px;
  }
  .product_content_img img,
  .product_content_box_img img {
    width: 100%;
  }
  .product_content_box_step {
    font-size: 18px;
    font-style: italic;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .product_content_box_heading {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #333;
  }
  .product_content_box_h_bottom {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .product_content_box_text {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .product_content_box_img {
    margin: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .product_btmtext {
    margin-top: 20px;
  }
  .product_sub_content_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product_sub_content_list_item {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .product_sub_content_list_item:nth-child(n+2) {
    margin-top: 20px;
  }
  .product_sub_content_list_item::before,
  .product_sub_content_list_item::after {
    content: '';
    width: 20px;
    height: 20px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    z-index: -1;
  }
  .product_sub_content_list_item::before {
    border-top: solid 2px #312d3b;
    border-left: solid 2px #312d3b;
    top: 0;
    left: 0;
  }
  .product_sub_content_list_item::after {
    border-top: solid 2px #312d3b;
    border-right: solid 2px #312d3b;
    top: 0;
    right: 0;
  }
  .product_sub_content_list_item_inr {
    width: 100%;
    padding: 10px;
    position: relative;
  }
  .product_sub_content_list_item_inr::before,
  .product_sub_content_list_item_inr::after {
    content: '';
    width: 20px;
    height: 20px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    z-index: -1;
  }
  .product_sub_content_list_item_inr::before {
    border-bottom: solid 2px #312d3b;
    border-left: solid 2px #312d3b;
    bottom: 0;
    left: 0;
  }
  .product_sub_content_list_item_inr::after {
    border-right: solid 2px #312d3b;
    border-bottom: solid 2px #312d3b;
    right: 0;
    bottom: 0;
  }
  .product_sub_content_list_item_p {
    margin: 0;
    text-align: center;
  }
  .product_sub_content_list_item_purchase_link {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 10px 15px;
    border: 2px solid #312d3b;
    color: #fff !important;
    text-align: center;
    background: #312d3b;
    -webkit-transition: color 0.4s, background 0.4s;
    transition: color 0.4s, background 0.4s;
  }
  .btn_anchor,
  .btn_no_anchor {
    display: block;
    width: 100%;
    margin: 15px auto;
    padding: 16px 40px 16px 16px;
    text-align: center;
    background-color: #707070;
    position: relative;
  }
  .btn_no_anchor {
    padding-right: 16px;
  }
  .btn_no_anchor .btn_anchor_span {
    padding-left: 0;
  }
  .btn_anchor::before {
    content: '';
    width: 17px;
    height: 3px;
    margin: auto;
    background: #fff;
    border-radius: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;
  }
  .btn_anchor::after {
    content: '';
    width: 17px;
    height: 3px;
    margin: auto;
    background: #fff;
    border-radius: 4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
  }
  .btn_anchor_span {
    display: inline-block;
    padding-left: 15px;
    font-size: 16px;
    color: #fff;
  }
  .lead_area {
    margin-top: 50px;
  }
  .lead_area_content {
    position: relative;
  }
  .lead_area_content:nth-child(n+2) {
    margin-top: 200px;
  }
  .lead_area_content_main {
    width: 100%;
    margin-top: 220px;
    padding: 60px 20px 30px;
    border: 1px solid #000;
  }
  .lead_area_content_main_dl {
    margin-bottom: 0;
  }
  .lead_area_content_main_dd {
    margin-top: 1em;
    font-size: 16px;
    letter-spacing: 0.9px;
    line-height: 2.25;
  }
  .lead_area_content_main_dt {
    text-align: center;
  }
  .lead_area_content_main_li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 16px;
    letter-spacing: 0.9px;
    line-height: normal;
  }
  .lead_area_content_main_li:nth-child(n+2) {
    margin-top: 0.5em;
  }
  .lead_area_content_main_listmark {
    color: #f77483;
  }
  .lead_area_content_sub {
    margin: auto;
    text-align: center;
    position: absolute;
    top: -200px;
    right: 0;
    left: 0;
  }
  #section_main {
    margin-top: -40px;
    padding-top: 80px;
  }
  .section_heading {
    text-align: center;
  }
  .section_heading_bottom_p {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .product_content_box_heading_center {
    margin-bottom: 30px;
    text-align: center;
  }
  .product_content_day {
    position: absolute;
    top: -30px;
    left: -15px;
  }
  .product.even .product_content_day {
    right: -15px;
    left: auto;
  }
  .product_content_box .product_content_box_heading_center {
    margin: 0;
    text-align: center;
  }
  .product_content_box_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .product_content_box_flex_left_img {
    width: 120px;
    margin-bottom: 0;
  }
  .product_content_box_flex_right {
    margin-left: 1em;
  }
  .product_content_box_flex_right_point {
    font-size: 22px;
    letter-spacing: 0.1em;
  }
  .product_content_box_flex_right_p {
    margin-bottom: 0;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
  .product_content_box.multiple .product_content_box_flex:first-of-type {
    margin-bottom: 10px;
    bottom: 105px;
  }
  .product_content_box.multiple .product_content_box_flex_left_img {
    width: 120px;
  }
  .product_content_box.multiple .product_content_box_flex_right {
    width: 328px;
  }
  .product_content_box.multiple .product_content_box_text {
    margin-top: 10px;
  }
  .ishirt_lineup_list {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
  }
  .ishirt_lineup_list_item {
    width: calc((100% - 15px) / 2);
  }
  .ishirt_lineup_list_item:nth-child(n+2) {
    margin-left: 0;
  }
  .ishirt_lineup_list_item:nth-child(even) {
    margin-left: 15px;
  }
  .ishirt_lineup_list_item:nth-child(n+3) {
    margin-top: 15px;
  }
  a.ishirt_lineup_list_item_btn {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .isSp {
    display: none;
  }
  .isPc {
    display: block;
  }
  .container.ht {
    width: 1040px;
    margin: 0 auto;
  }
  .full_movie_inr {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
  }
  .full_movie_inr iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 0;
  }
  .full_movie_inr .full_movie_text {
    width: 100%;
    margin: 0;
    font-size: 50px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
  }
  .main_heading {
    margin: 20px 0;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .main_visual {
    margin-top: 40px;
    position: relative;
  }
  .main_visual_p {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 30px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
  .flex_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flexItems_itemLink .flex_items_itemLink_img {
    width: 100%;
  }
  .flex_items_item {
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%;
  }
  .flex_items_item:nth-child(n+2) {
    margin-left: 2.5%;
  }
  .flex_items_item:nth-child(4n+1) {
    margin-left: 0;
  }
  .flex_items_item:nth-child(n+5) {
    margin-top: 2.5%;
  }
  .flex_items_itemLink {
    display: block;
  }
  .text_box {
    margin-top: 20px;
  }
  .text_box .text_box_p {
    margin: 0;
  }
  .text_box .text_box_p + .text_box_p {
    margin-top: 3px;
  }
  .text_box_btn {
    margin-top: 10px;
  }
  .text_box_btn .text_box_btn_link {
    display: block;
    width: 100px;
    margin: 0 auto;
    padding: 10px 15px;
    border: 2px solid #000;
    color: #fff !important;
    text-align: center;
    background: #000;
    -webkit-transition: color 0.4s, background 0.4s;
    transition: color 0.4s, background 0.4s;
  }
  .text_box_btn .text_box_btn_link:hover {
    color: #333 !important;
    background: #fff;
    text-decoration: none;
  }
  .product + .product {
    margin-top: 60px;
  }
  .product_inr,
  .product_sub_content_inr {
    width: 1040px;
    margin-inline: auto;
  }
  .product_heading {
    margin: 30px 0;
    text-align: center;
  }
  .product.even .product_content_inr .product_content_box {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .product.even .product_content_inr .product_content_img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .product_content_inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1;
  }
  .product_content_inr::before,
  .product_content_inr::after {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: -1;
  }
  .product_content_inr::before {
    border-top: solid 2px #312d3b;
    border-left: solid 2px #312d3b;
    top: 0;
    left: 0;
  }
  .product_content_inr::after {
    border-right: solid 2px #312d3b;
    border-bottom: solid 2px #312d3b;
    bottom: 0;
    right: 0;
  }
  .product_content_img,
  .product_content_box {
    width: calc(((100% - 40px) / 2));
  }
  .product_content_img {
    margin: 0;
  }
  .product_content_box {
    padding-bottom: calc(200px + 10px);
    position: relative;
  }
  .product_content_box_step {
    font-size: 18px;
    font-style: italic;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .product_content_box_heading {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #333;
  }
  .product_content_box_h_bottom {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .product_content_box_text {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .product_content_box_img {
    margin: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .product_btmtext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
  .product_btmtext__p {
    width: 520px;
    margin-bottom: 0;
    padding: 0 40px;
  }
  .product_sub_content_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product_sub_content_list.flex_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .product_sub_content_list_item {
    width: calc(((100% - 40px) / 2));
    position: relative;
    z-index: 1;
  }
  .product_sub_content_list_item:nth-child(n+3) {
    margin-top: 20px;
  }
  .product_sub_content_list_item::before,
  .product_sub_content_list_item::after {
    content: '';
    width: 20px;
    height: 20px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    z-index: -1;
  }
  .product_sub_content_list_item::before {
    border-top: solid 2px #312d3b;
    border-left: solid 2px #312d3b;
    top: 0;
    left: 0;
  }
  .product_sub_content_list_item::after {
    border-top: solid 2px #312d3b;
    border-right: solid 2px #312d3b;
    top: 0;
    right: 0;
  }
  .product_sub_content_list_item:hover::before {
    top: 5px;
    left: 325px;
  }
  .product_sub_content_list_item:hover::after {
    top: 5px;
    right: 45px;
  }
  .product_sub_content_list_item_inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 20px 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  .product_sub_content_list_item_inr::before,
  .product_sub_content_list_item_inr::after {
    content: '';
    width: 20px;
    height: 20px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    z-index: -1;
  }
  .product_sub_content_list_item_inr::before {
    border-bottom: solid 2px #312d3b;
    border-left: solid 2px #312d3b;
    bottom: 0;
    left: 0;
  }
  .product_sub_content_list_item_inr::after {
    border-right: solid 2px #312d3b;
    border-bottom: solid 2px #312d3b;
    right: 0;
    bottom: 0;
  }
  .product_sub_content_list_item_inr:hover::before {
    bottom: 5px;
    left: 325px;
  }
  .product_sub_content_list_item_inr:hover::after {
    right: 45px;
    bottom: 5px;
  }
  .product_sub_content_list_item_p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0;
  }
  .product_sub_content_list_item_purchase_link {
    display: block;
    width: 100px;
    padding: 10px 15px;
    border: 2px solid #312d3b;
    color: #fff !important;
    text-align: center;
    background: #312d3b;
    -webkit-transition: color 0.4s, background 0.4s;
    transition: color 0.4s, background 0.4s;
  }
  .product_sub_content_list_item_purchase_link:hover {
    color: #333 !important;
    background: #fff;
    text-decoration: none;
  }
  .btn_anchor,
  .btn_no_anchor {
    display: block;
    width: 630px;
    margin: 50px auto;
    padding: 21px 60px 18px 20px;
    text-align: center;
    background-color: #707070;
    position: relative;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .btn_no_anchor {
    padding-right: 20px;
  }
  .btn_no_anchor .btn_anchor_span {
    padding-left: 0;
  }
  .btn_anchor:hover,
  .btn_no_anchor:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  .btn_anchor::before {
    content: '';
    width: 17px;
    height: 3px;
    margin: auto;
    background: #fff;
    border-radius: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    position: absolute;
    top: 0;
    right: 40px;
    bottom: 0;
  }
  .btn_anchor::after {
    content: '';
    width: 17px;
    height: 3px;
    margin: auto;
    background: #fff;
    border-radius: 4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
  }
  .btn_anchor_span {
    padding-left: 30px;
    font-size: 23px;
    color: #fff;
  }
  .lead_area {
    margin-top: 50px;
  }
  .lead_area_content {
    position: relative;
  }
  .lead_area_content:nth-child(n+2) {
    margin-top: 200px;
  }
  .lead_area_content_main {
    width: 600px;
    margin-right: 30px;
    margin-left: auto;
    padding: 40px 75px;
    border: 1px solid #000;
  }
  .lead_area_content:nth-child(even) .lead_area_content_main {
    margin-right: auto;
    margin-left: 125px;
  }
  .lead_area_content_main_dd {
    margin-top: 2em;
    font-size: 16px;
    letter-spacing: 0.9px;
    line-height: 2.75;
  }
  .lead_area_content_main_ul {
    margin-left: 20px;
  }
  .lead_area_content_main_li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 16px;
    letter-spacing: 0.9px;
    line-height: normal;
  }
  .lead_area_content_main_li:nth-child(n+2) {
    margin-top: 0.5em;
  }
  .lead_area_content_main_listmark {
    color: #f77483;
  }
  .lead_area_content_sub {
    position: absolute;
    top: 40px;
    right: 565px;
  }
  .lead_area_content:nth-child(even) .lead_area_content_sub {
    top: -150px;
    right: 30px;
  }
  #section_main {
    margin-top: -40px;
    padding-top: 100px;
  }
  .section_heading {
    text-align: center;
  }
  .section_heading_bottom_p {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .product_content_day {
    position: absolute;
    top: -60px;
    left: -60px;
  }
  .product.even .product_content_day {
    right: -60px;
    left: auto;
  }
  .product_content_box .product_content_box_heading_center {
    margin: 0;
    text-align: center;
  }
  .product_content_box_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .product_content_box_flex_left_img {
    width: 200px;
    margin-bottom: 0;
  }
  .product_content_box_flex_right {
    width: 245px;
  }
  .product_content_box_flex_right_point {
    font-size: 22px;
    letter-spacing: 0.1em;
  }
  .product_content_box_flex_right_p {
    margin-bottom: 0;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
  .product_content_box.multiple .product_content_box_flex:first-of-type {
    margin-bottom: 10px;
    bottom: 105px;
  }
  .product_content_box.multiple .product_content_box_flex_left_img {
    width: 120px;
  }
  .product_content_box.multiple .product_content_box_flex_right {
    width: 328px;
  }
  .product_content_box.multiple .product_content_box_text {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .bread-crumb {
    font-size: 10px;
    margin: 15px 0px 5px 0px;
    width: 100%;
    padding-bottom: 10px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .bread-crumb ul {
    display: table;
    width: auto;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
  }
  .bread-crumb ul li {
    float: none;
    display: table-cell;
    white-space: nowrap;
  }
  .content-head-keyword-search + .bread-crumb {
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .bread-crumb {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
  }
  .bread-crumb::after {
    clear: both;
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
  }
  .bread-crumb ul {
    margin: 0 auto;
    width: 1240px;
    color: #111;
    line-height: 1.1;
  }
  .bread-crumb ul li::before {
    color: #04256d;
  }
  .bread-crumb li {
    float: left;
  }
  .bread-crumb li::before {
    content: '>';
    margin: 0 5px;
  }
  .bread-crumb li:first-child::before {
    content: '';
    margin: 0;
  }
  .bread-crumb ul a {
    color: #111;
  }
}
/* PSFA */
@media screen and (max-width: 767px) {
  .uc_heading-h1 {
    margin-top: 25px;
    margin-bottom: 25px;
    background: #f0f0f0;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    height: 58px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) {
  .uc_heading-h1 {
    margin-bottom: 25px;
    background: #f0f0f0;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    padding-left: 20px;
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
.anchor.is-fixed .anchor_list {
  width: 1010px;
  margin: 0 auto;
}
.anchor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.anchor_list_item {
  width: calc((100% - 35px) / 4);
}
.anchor_list_item:nth-child(n+2) {
  margin-left: 10px;
}
.anchor_list_item:nth-child(n+5) {
  margin-top: 10px;
}
.anchor_list_item:nth-child(4n+5) {
  margin-left: 0;
}
.anchor_list_item_link {
  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;
  height: 100%;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  background-color: #AC302D;
}
.anchor_list_item_link:link,
.anchor_list_item_link:visited {
  color: #333;
}
.anchor_list_p {
    margin: 20px 0;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
}	
}
@media screen and (max-width: 767px) {
.anchor_list_item {
        width: calc((100% - 35px) / 2);
	  margin-bottom: 15px;
    }
.anchor_list_item_link {
        padding: 5px;
        font-size: 13px;
    }	
.anchor.is-fixed .anchor_list {
  width: 100%;
  margin: 0 auto;
}
.anchor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.anchor_list_item:nth-child(2n) {
  margin-left: 10px;
}
.anchor_list_item_link {
  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;
  height: 100%;
  text-align: center;
  background-color: #AC302D;
}
.anchor_list_item_link:link,
.anchor_list_item_link:visited {
  color: #333;
}
.anchor_list_p {
        margin: 20px 0;
        font-size: 16px;
        line-height: 24px;
	    text-align: center;
}
.mt60 {
    margin-top: 60px !important;
}	
}	
/*# sourceMappingURL=style.css.map */
