@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;
  }
  .js_text_overflow {
    height: 40px;
    font-size: 12px;
    overflow: hidden;
  }
  .btnLink {
    text-align: center;
    margin: 30px 0;
  }
  .btn-flat-simple-haruyama {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #333;
    background: #ececec;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 22px;
  }
  .btn-flat-simple-psfa {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #333;
    background: #ececec;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 22px;
  }
  .btn-flat-simple-foel {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #333;
    background: #ececec;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 22px;
  }
  .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;
  }
  .title_text {
    text-align: center;
/* 見出し / h2 */
  }
  .lead_text {
    margin: 20px 0;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  .main_visual {
    margin-top: 40px;
    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;
    font-size: 13px;
  }
  .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: #000 !important;
    text-align: center;
    background: #fff;
    -webkit-transition: color 0.4s, background 0.4s;
    transition: color 0.4s, background 0.4s;
  }
  .sale_price {
    color: #cb0030;
  }
  .product {
    margin-top: 80px;
  }
  .product + .product {
    margin-top: 60px;
  }
  .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 #fecf78;
    border-left: solid 2px #fecf78;
    top: 0;
    left: 0;
  }
  .product_content_inr::after {
    border-right: solid 2px #fecf78;
    border-bottom: solid 2px #fecf78;
    bottom: 0;
    right: 0;
  }
  .product_content_img,
  .product_content_box {
    width: 100%;
  }
  .product_content_img {
    margin: 0;
  }
  .product_content_img img,
  .product_content_box_img img {
    width: 100%;
  }
  .product_content_box {
    padding-bottom: calc(50% + 14px);
    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-bottom: 30px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .product_content_box_img {
    margin: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .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: calc(((100% - 20px) / 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 #fecf78;
    border-left: solid 2px #fecf78;
    top: 0;
    left: 0;
  }
  .product_sub_content_list_item::after {
    border-top: solid 2px #fecf78;
    border-right: solid 2px #fecf78;
    top: 0;
    right: 0;
  }
  .product_sub_content_list_item_inr {
    width: 100%;
    padding: 10px;
    -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 #fecf78;
    border-left: solid 2px #fecf78;
    bottom: 0;
    left: 0;
  }
  .product_sub_content_list_item_inr::after {
    border-right: solid 2px #fecf78;
    border-bottom: solid 2px #fecf78;
    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 #fecf78;
    color: #fff !important;
    text-align: center;
    background: #fecf78;
    -webkit-transition: color 0.4s, background 0.4s;
    transition: color 0.4s, background 0.4s;
  }
  .page-title {
    margin-top: 30px !important;
  }
  .anchor {
    margin-top: -65px;
    padding-top: 65px;
  }
  .video.forSP iframe {
    width: 100%;
  }
  .item_list_item_sub {
    margin-top: 15px;
  }
  .item_list_item_sub.w160_sp {
    width: calc((100% / 3) * 2);
  }
}
@media screen and (min-width: 768px) {
  .isSp {
    display: none;
  }
  .isPc {
    display: block;
  }
  .container.ht {
    width: 1040px;
    margin: 0 auto;
  }
  .js_text_overflow {
    height: 45px;
    font-size: 14px;
    overflow: hidden;
  }
  .btnLink {
    text-align: center;
    margin-bottom: 50px;
  }
  .btn-flat-simple-haruyama {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #333;
    background: #ececec;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 22px;
  }
  .btn-flat-simple-haruyama:hover {
    background: #5673a1;
    color: #fff;
  }
  .btn-flat-simple-psfa {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #333;
    background: #ececec;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 22px;
  }
  .btn-flat-simple-psfa:hover {
    background: #ddc354;
    color: #fff;
  }
  .btn-flat-simple-foel {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #333;
    background: #ececec;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 22px;
  }
  .btn-flat-simple-foel:hover {
    background: #7db088;
    color: #fff;
  }
  .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;
  }
  .title_text {
    text-align: center;
  }
  .lead_text {
    margin: 20px 0;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  .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: 1px solid #000;
    color: #000 !important;
    text-align: center;
    background: #fff;
    -webkit-transition: color 0.4s, background 0.4s;
    transition: color 0.4s, background 0.4s;
  }
  .text_box_btn .text_box_btn_link:hover {
    color: #fff !important;
    background: #000;
    text-decoration: none;
  }
  .sale_price {
    color: #cb0030;
  }
  .product {
    margin-top: 80px;
  }
  .product + .product {
    margin-top: 60px;
  }
  .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 #fecf78;
    border-left: solid 2px #fecf78;
    top: 0;
    left: 0;
  }
  .product_content_inr::after {
    border-right: solid 2px #fecf78;
    border-bottom: solid 2px #fecf78;
    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(240px + 16px);
    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-bottom: 30px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .product_content_box_img {
    margin: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .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_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 #fecf78;
    border-left: solid 2px #fecf78;
    top: 0;
    left: 0;
  }
  .product_sub_content_list_item::after {
    border-top: solid 2px #fecf78;
    border-right: solid 2px #fecf78;
    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 #fecf78;
    border-left: solid 2px #fecf78;
    bottom: 0;
    left: 0;
  }
  .product_sub_content_list_item_inr::after {
    border-right: solid 2px #fecf78;
    border-bottom: solid 2px #fecf78;
    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 {
    width: 100%;
    margin: 0;
  }
  .product_sub_content_list_item_purchase_link {
    display: block;
    width: 100px;
    padding: 10px 15px;
    border: 2px solid #fecf78;
    color: #fff !important;
    text-align: center;
    background: #fecf78;
    -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;
  }
  .anchor {
    margin-top: -65px;
    padding-top: 65px;
  }
  .item_list_item_sub {
    margin-top: 10px;
  }
.ishirt_branding_movie {
    max-width: 1040px;
    width: 100%;
    margin-top: 60px;
	margin-bottom: 80px;
    margin-inline: auto;
}
}
@media screen and (max-width: 767px) {
	.ishirt_branding_movie {
    max-width: 1040px;
    width: 100%;
    margin-top: 60px;
	margin-bottom: 60px;
    margin-inline: auto;
}
  .uc_heading-h1 {
    margin-bottom: 25px;
    background: #eee;
    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: #eee;
    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 (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;
  }
}
.h2-fix {
  margin-top: 20px;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .h2-fix {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .main.ishirt .push-btn {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .main.ishirt .push-btn:hover {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  .main.ishirt a:hover {
    text-decoration: none;
  }
  .main.ishirt .mv_wrap {
    position: relative;
    margin-bottom: 20px;
  }
  .main.ishirt .mv_wrap_txt_area {
    background: #005CA9;
    opacity: 0.86;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 0 20px;
    text-align: center;
  }
  .main.ishirt .mv_wrap_txt {
    font-weight: 900;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 19px;
    text-align: center;
    color: #fff;
    position: relative;
    display: inline-block;
  }
  .main.ishirt .mv_wrap_txt::before,
  .main.ishirt .mv_wrap_txt::after {
    position: absolute;
    content: "";
    display: block;
    background-repeat: no-repeat;
    width: 17px;
    height: 100%;
    background-size: contain;
    position: absolute;
    bottom: -2px;
  }
  .main.ishirt .mv_wrap_txt::before {
    background-image: url("../images/mv_txt_img01.png");
    left: -24px;
  }
  .main.ishirt .mv_wrap_txt::after {
    background-image: url("../images/mv_txt_img02.png");
    right: -24px;
  }
  .main.ishirt .mv_wrap_btn {
    width: 506px;
    height: 85px;
    background-color: #fdfd59;
    -webkit-filter: drop-shadow(0px 5px 0px #a7a700);
            filter: drop-shadow(0px 5px 0px #a7a700);
    margin: 10px auto 0;
    font-weight: 900;
    font-size: 28px;
    letter-spacing: 0.06em;
    line-height: 35px;
    text-align: center;
    color: #020202;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .main.ishirt .mv_wrap_btn::after {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .main.ishirt .mv_wrap_btn span {
    font-size: 17px;
    letter-spacing: 0.06em;
    line-height: 21px;
    display: block;
  }
  .main.ishirt .mv_wrap_price_wrap {
    position: absolute;
    top: calc(100% - (152px * 2) + 20px);
    left: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 500px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main.ishirt .mv_wrap_special {
    width: 170px;
  }
  .main.ishirt .mv_wrap_special img {
    width: 100%;
  }
  .main.ishirt .mv_wrap_price_red {
    /*-- font-style: italic; --*/
    font-size: 85px;
    font-weight: bold;
    color: #fbfb6e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0;
  }
.main.ishirt .mv_wrap_yen {
    font-size: 35px;
    padding-bottom: 10px;
  }
  .main.ishirt .mv_wrap_price_red::after {
    display: block;
    content: '';
    width: 64px;
    height: 46px;
    background: url("../images/tax.png") no-repeat;
    background-size: contain;
    margin-left: 5px;
  }
  .shirts_heading-h2 {
    font-weight: 900;
    font-size: 40px;
    line-height: 79px;
    text-align: center;
    color: #005CA9;
  }
  .shirts_heading-h2-sub {
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    color: #000;
  }
  .shirts_heading-h2-sub span {
    font-size: 16px;
    display: block;
  }
  .ishirt_graph {
    margin-top: 30px;
  }
  .ishirt_graph img {
    margin: auto;
  }
  .ishirt_graph_txt {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 40px;
    text-align: center;
    color: #0f0f0f;
    margin-top: 30px;
  }
  .ishirt_graph_txt span {
    font-size: 26px;
    color: #005CA9;
    font-weight: bold;
  }
  .ishirt_bnr02 {
    margin-top: 64px;
  }
  .ishirt_web_ttl {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .ishirt_web_ttl img {
    margin: auto;
  }
  .ishirt_web_logo {
    width: 191px;
    margin: 0 auto;
  }
  .ishirt_web_logo img {
    width: 100%;
  }
  .ishirt_web_special_price {
    position: absolute;
    left: 25%;
    top: 87px;
  }
  .ishirt_web_wrap {
    /*-- background-image: url("../images/web_bg_sp.png"); --*/
	background-color: #dbf3fe;
    padding: 25px 27px 40px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 60px;
  }
  .ishirt_web_wrap_special {
    /*-- background-image: url("../images/web_bg_sp.png"); --*/
	background-color: #dbf3fe;
    padding: 25px 27px 40px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .ishirt_web_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ishirt_web_list_special {
    padding-top: 140px;
  }
  .ishirt_web_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 480px;
    background-color: #fff;
  }
  .ishirt_web_item_special {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 790px;
    background-color: #fff;
    margin: auto;
    position: relative;
  }
  .ishirt_web_item_special::after {
    display: block;
    content: '';
    width: 155px;
    height: 165px;
    background: url("../images/recommend.png") no-repeat;
    background-size: contain;
    position: absolute;
    left: -78px;
    top: -52px;
  }
  .ishirt_web_item_img {
    width: 205px;
  }
  .ishirt_web_item_img img {
    width: 100%;
    height: 100%;
  }
  .ishirt_web_item_img_special {
    width: 300px;
  }
  .ishirt_web_item_img_special img {
    width: 100%;
    height: 100%;
  }
  .ishirt_web_item_ttl {
    font-weight: 900;
    font-size: 30px;
    line-height: 42px;
    text-align: left;
    color: #005CA9;
    border-bottom: 2px solid #005CA9;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .ishirt_web_item_ttl_special {
    font-weight: 900;
    font-size: 35px;
    line-height: 42px;
    text-align: left;
    color: #005CA9;
    border-bottom: 2px solid #005CA9;
    padding-bottom: 20px;
    margin-bottom: 10px;
    padding-left: 1rem;
  }
  .ishirt_web_item_txt {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 28px;
    text-align: left;
    color: #0f0f0f;
  }
  .ishirt_web_item_txt .bold {
    font-weight: bold;
  }
  .ishirt_web_item_txt_special {
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 37px;
    text-align: left;
    color: #0f0f0f;
  }
  .ishirt_web_item_txt_special .bold {
    font-weight: bold;
  }
  .ishirt_web_item_txt_wrap {
    width: 275px;
    padding: 20px 20px;
    position: relative;
  }
  .ishirt_web_item_txt_wrap_special {
    width: 490px;
    padding: 20px 20px;
    position: relative;
  }
  .ishirt_web_item_txt_link {
    width: 224px;
    height: 54px;
    background: #d00;
    -webkit-filter: drop-shadow(0px 5px 0px rgba(0,0,0,0.16));
            filter: drop-shadow(0px 5px 0px rgba(0,0,0,0.16));
    color: #fff;
    display: block;
    text-align: center;
    line-height: 54px;
    border-radius: 30px;
    position: absolute;
    bottom: 25px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .ishirt_web_item_txt_link:visited,
  .ishirt_web_item_txt_link:hover,
  .ishirt_web_item_txt_link:link {
    color: #fff;
  }
  .ishirt_web_item_txt_link::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 22px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .ishirt_web_item_txt_link .bold {
    font-weight: bold;
  }
  .ishirt_web_item_txt_link_special {
    width: 330px;
    height: 54px;
    background: #d00;
    -webkit-filter: drop-shadow(0px 5px 0px rgba(0,0,0,0.16));
            filter: drop-shadow(0px 5px 0px rgba(0,0,0,0.16));
    color: #fff;
    display: block;
    text-align: center;
    line-height: 54px;
    border-radius: 30px;
    position: absolute;
    bottom: 25px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .ishirt_web_item_txt_link_special:visited,
  .ishirt_web_item_txt_link_special:hover,
  .ishirt_web_item_txt_link_special:link {
    color: #fff;
  }
  .ishirt_web_item_txt_link_special::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 22px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .ishirt_web_item_txt_link_special .bold {
    font-weight: bold;
  }
  .ishirt_about {
    background-image: url("../images/about_bg.png");
    padding: 32px 27px 40px;
    background-repeat: no-repeat;
    margin-top: 64px;
    margin-bottom: 60px;
  }
  .ishirt_about_content {
    width: 410px;
    margin-bottom: 15px;
  }
  .ishirt_about_logo {
    margin: 0 auto 30px;
    text-align: center;
  }
  .shirts_heading-h2-black {
    font-size: 32px;
    line-height: 52px;
    color: #0f0f0f;
    display: inline;
  }
  .ishirt_about_content_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ishirt_about_inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 825px;
    margin: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ishirt_about_head {
    font-weight: 900;
    font-size: 20px;
    line-height: 53px;
    text-align: center;
    color: #005CA9;
  }
  .ishirt_about_img_wrap {
    width: 382px;
  }
  .ishirt_about_content_list_item {
    width: 197px;
    text-align: center;
    position: relative;
    background-color: #fff;
    padding: 30px 20px 20px;
    margin-bottom: 15px;
  }
  .ishirt_about_content_list_item::after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 96px;
    height: 100%;
    background-size: contain;
  }
  .ishirt_about_content_list_item:nth-child(1)::after {
    background-image: url("../images/about_point01.png");
  }
  .ishirt_about_content_list_item:nth-child(2)::after {
    background-image: url("../images/about_point02.png");
  }
  .ishirt_about_content_list_item:nth-child(3)::after {
    background-image: url("../images/about_point03.png");
  }
  .ishirt_about_content_list_item:nth-child(4)::after {
    background-image: url("../images/about_point04.png");
  }
  .ishirt_about_content_list_item_txt {
    font-size: 13px;
  }
  .ishirt_about_content_list_item_txt span.bold {
    font-size: 17px;
  }
  .ishirt_about_content_list_item_img {
    width: 90px;
    margin: auto;
  }
  .ishirt_about_content_underBox {
    /*-- background-color: #fff; --*/
    padding: 15px 100px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    /*-- margin-top: 40px; --*/
  }
  .ishirt_about_content_underBox_head {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 55px;
    text-align: center;
    margin-bottom: 10px;
  }
  .ishirt_about_content_underBox_head span.bold {
    font-weight: 500;
    position: relative;
    font-size: 42px;
    letter-spacing: 0.05em;
    line-height: 55px;
    z-index: 0;
  }
  .ishirt_about_content_underBox_head span.bold::after {
    bottom: 5px;
    left: 0;
    content: '';
    display: inline-block;
    width: 100%;
    height: 9px;
    background: #fdfd59;
    position: absolute;
    z-index: -1;
  }
  .ishirt_about_content_underBox_txt_wrap {
    background-color: #f5fafb;
    text-align: center;
    padding: 15px 0 20px;
  }
  .ishirt_about_content_underBox_img {
    width: 293px;
    position: absolute;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: end;
        align-content: end;
  }
  .ishirt_about_content_underBox_txt {
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
  }
  .ishirt_about_content_underBox_txt_red {
    color: #d00;
    font-weight: 900;
    font-size: 25px;
    letter-spacing: 0.05em;
    line-height: 32px;
    text-align: center;
  }
	
	
	
	
	  .ishirt_about_content_underBox_txt_red_less {
    color: #d00;
    font-weight: 900;

    font-size: 50px;
			  line-height: 0.75em;
  }
	
	
	
	
  .ishirt_about_content_underBox_txt_red span {
    font-size: 41px;
    line-height: 65px;
  }
  .ishirt_about_content_underBox_txt_bold {
    font-weight: 900;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    color: #000;
  }
  .ishirt_wrinkles {
    background-image: url("../images/wrinkles_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 40px 55px;
    margin-top: 60px;
  }
  .ishirt_wrinkles .ishirt_wrinkles_lead {
    margin-bottom: 40px;
  }
  .ishirt_wrinkles .ishirt_wrinkles_lead .shirts_heading-h2-sub {
    font-size: 36px;
  }
  .ishirt_wrinkles_img_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 876px;
    margin: 30px auto 20px;
  }
  .ishirt_wrinkles_txt {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 42px;
    text-align: center;
    color: #0f0f0f;
  }
  .ishirt_wrinkles_txt span.bold {
    font-size: 26px;
    font-weight: bold;
    color: #005CA9;
  }
  .ishirt_wrinkles_notes {
    background: #fff;
    padding: 20px 30px;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #005CA9;
    line-height: 1.6;
  }
  .ishirt_wrinkles_note_head {
    font-size: 20px;
    font-weight: bold;
    color: #005CA9;
  }
  .ishirt_wrinkles_note_txt {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 34px;
    color: #0f0f0f;
  }
  .ishirt_wrinkles_list {
    width: 960px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ishirt_wrinkles_list_item {
    width: 307px;
    border: 3px solid #005CA9;
    background-color: #fff;
  }
  .ishirt_wrinkles_list_item_head {
    height: 76px;
    background: #005CA9;
    font-size: 30px;
    color: #fff;
    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-weight: bold;
    line-height: 75px;
  }
  .ishirt_wrinkles_list_item_body {
    padding: 15px 25px 30px;
  }
  .ishirt_wrinkles_list_item_txt {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.8;
    color: #0f0f0f;
  }
  .ishirt_wrinkles_list_item_txt span {
    font-weight: bold;
    color: #005CA9;
  }
  .ishirt_wrinkles_list_item_img_wrap {
    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 {
    padding-top: 40px;
    text-align: center;
  }
  .ishirt_lineup_list {
    width: 1040px;
    margin: 27px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ishirt_lineup_list .item_list_item_sub {
    margin-top: 10px;
    margin-bottom: 5px;
    height: 70px;
    text-align: center;
  }
  .ishirt_lineup_list .item_list_item_sub img {
    margin: auto;
  }
  .ishirt_lineup_list_item {
    width: 245px;
  }
  .ishirt_lineup_2 .ishirt_lineup_list_item:nth-child(4) .ishirt_lineup_list_item_name {
    font-size: 13.4px;
  }
  .ishirt_lineup_lead {
    font-size: 26px;
    font-weight: bold;
    color: #0f0f0f;
    margin-top: 20px;
  }
  .ishirt_lineup_ttl {
    font-size: 46px;
    font-weight: 700;
    color: #005CA9;
    margin-top: 0;
  }
  .ishirt_lineup_label {
    background: #005CA9;
    color: #fff;
    font-size: 28px;
    display: inline-block;
    min-width: 323px;
    line-height: 53px;
    border-radius: 26.5px;
    margin: 15px auto 0;
    padding: 0 20px;
    font-weight: bold;
  }
  .ishirt_lineup_label.ladies {
    background: #d89797;
    width: 387px;
  }
  .ishirt_lineup_list_item_catch {
    font-size: 17px;
	text-align: center;
    line-height: 24px;
    font-weight: bold;
    color: #005CA9;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
    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::after {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 12px;
    background-image: url("../images/fukidashi.png");
    left: 0;
    right: 0;
    bottom: -12px;
    margin: auto;
  }
  .ishirt_lineup_list_item_img_wrap {
    margin-top: 16px;
  }
  a.ishirt_lineup_list_item_btn {
    border: 2px solid #005CA9;
    display: inline-block;
    margin: 20px auto 0;
    font-size: 14px;
    color: #005CA9;
    font-weight: bold;
    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;
  }
  .ishirt_lineup_banner_btn {
    width: 425px;
    height: 140px;
    background-color: #fdfd59;
    -webkit-filter: drop-shadow(0px 5px 0px #a7a700);
            filter: drop-shadow(0px 5px 0px #a7a700);
    margin: 10px auto 0;
    font-weight: 900;
    font-size: 21px;
    letter-spacing: 0.06em;
    line-height: 35px;
    text-align: center;
    color: #020202;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ishirt_lineup_banner_btn::after {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .ishirt_lineup_banner_btn span {
    font-size: 25px;
  }
  .ishirt_lineup_banner {
    background-color: #005CA9;
    position: relative;
    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-color: #005CA9;
    position: relative;
    padding: 32px 0 54px 50px;
    margin-top: 50px;
  }
  .ishirt_lineup_banner_content {
    position: relative;
    left: 140px;
  }
  .ishirt_lineup_banner_txt_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin-bottom: 45px;
  }
  .ishirt_lineup_banner_txt_wrap::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url("../images/web_limited_line.png");
    width: 397px;
    height: 19px;
    bottom: -30px;
  }
  .ishirt_lineup_banner_txt {
    font-weight: 900;
    font-size: 33px;
    letter-spacing: 0.06em;
    line-height: 39px;
    color: #fff;
    padding-left: 8px;
    padding-bottom: 3px;
  }
  .ishirt_lineup_banner_img {
    position: absolute;
    bottom: 47px;
    left: 0px;
    right: 500px;
    margin: auto;
    width: 273px;
  }
  .ishirt_lineup_list_item_name,
  .ishirt_lineup_list_item_price {
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 26px;
    text-align: center;
  }
  .ishirt_lineup_banner.ladies {
    background-color: #d89797;
    margin-bottom: 50px;
  }
  .ishirt_web_caution {
    font-size: 14px;
    line-height: 28px;
    margin-top: 38px;
  }
}
@media screen and (max-width: 767px) {
  .main.ishirt .uc_heading-h1 {
    padding: 15px 5px 15px 10px;
    font-size: calc((14 / 375) * 100vw);
  }
  .main.ishirt .mv_wrap {
    position: relative;
  }
  .main.ishirt .mv_wrap .mv img {
    width: 100%;
    height: 100%;
  }
  .main.ishirt .container.ht.ishirt_mv_area {
    padding: 0;
  }
  .main.ishirt .mv_wrap_txt_area {
    background: #005CA9;
    opacity: 0.86;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 0 20px;
    text-align: center;
  }
  .main.ishirt .mv_wrap_txt {
    font-weight: 900;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 19px;
    text-align: center;
    color: #fff;
    position: relative;
    display: inline-block;
  }
  .main.ishirt .mv_wrap_txt::before,
  .main.ishirt .mv_wrap_txt::after {
    position: absolute;
    content: "";
    display: block;
    background-repeat: no-repeat;
    width: 17px;
    height: 100%;
    background-size: contain;
    position: absolute;
    bottom: -2px;
  }
  .main.ishirt .mv_wrap_txt::before {
    background-image: url("../images/mv_txt_img01.png");
    left: -24px;
  }
  .main.ishirt .mv_wrap_txt::after {
    background-image: url("../images/mv_txt_img02.png");
    right: -24px;
  }
  .main.ishirt .mv_wrap_btn {
    width: 335px;
    height: 70px;
    background-color: #fdfd59;
    -webkit-filter: drop-shadow(0px 5px 0px #a7a700);
            filter: drop-shadow(0px 5px 0px #a7a700);
    margin: 10px auto 0;
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 0.06em;
    line-height: 28px;
    text-align: center;
    color: #020202;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .main.ishirt .mv_wrap_btn::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    position: absolute;
    right: 22px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .main.ishirt .mv_wrap_btn span {
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 23px;
    display: block;
  }
  .main.ishirt .mv_wrap_price_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 300px;
    margin: auto;
    position: absolute;
    top: calc(100% - (137px * 2) + 50px);
    right: 0;
    left: 0;
  }
  .main.ishirt .mv_wrap_special {
    width: 120px;
  }
  .main.ishirt .mv_wrap_special img {
    width: 100%;
  }
  .main.ishirt .mv_wrap_price_red {
    /*-- font-style: italic; --*/
    font-size: 48px;
    font-weight: bold;
    color: #fbfb6e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
.main.ishirt .mv_wrap_yen {
    font-size: 16px;
    padding-bottom: 6px;
	padding-right: 5px;
  }
  .main.ishirt .mv_wrap_price_red::after {
    display: block;
    content: '';
    width: 32px;
    height: 25px;
    background: url("../images/tax.png") no-repeat;
    background-size: contain;
    margin-left: 5px;
  }
  .shirts_heading-h2 {
    font-weight: 900;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #005CA9;
  }
  .shirts_heading-h2-sub {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #000;
  }
  .shirts_heading-h2-sub span {
    font-size: 14px;
    display: block;
  }
  .worries_img {
    margin-top: 20px;
  }
  .worries_img img {
    width: 100%;
    height: 100%;
  }
  .container.ht.ishirt_graph_area {
    margin: 0;
    padding: 0;
  }
  .ishirt_graph_head {
    margin: 30px 0 15px;
  }
  .ishirt_graph_head .shirts_heading-h2-sub {
    margin-top: 10px;
  }
  .ishirt_graph img {
    width: 10;
    width: 100%;
    height: auto;
  }
  .ishirt_graph_txt {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 40px;
    text-align: center;
    color: #0f0f0f;
    margin-top: 30px;
  }
  .ishirt_graph_txt span {
    font-size: 26px;
    color: #005CA9;
    font-weight: bold;
  }
  .ishirt_bnr02 {
    margin-top: 64px;
  }
  .ishirt_web_ttl {
    position: absolute;
    top: -40px;
    right: 0;
    left: 0;
    width: 306px;
    margin: 0 auto;
  }
  .ishirt_web_ttl img {
    margin: auto;
  }
  .ishirt_web_ttl_special {
    width: 306px;
    margin: 0 auto;
  }
  .ishirt_web_ttl_special img {
    margin: auto;
  }
  .ishirt_web_logo {
    width: 150px;
    margin: 0 auto;
  }
  .ishirt_web_logo img {
    width: 100%;
  }
  .ishirt_web_special_price {
    position: absolute;
    left: 0%;
    top: 80px;
  }
  .container.ht.ishirt_web_area {
    padding: 0;
  }
  .ishirt_web_wrap {
    /*-- background-image: url("../images/web_bg_sp.png"); --*/
	background-color: #dbf3fe;
    padding: 245px 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .ishirt_web_wrap_special {
    /*-- background-image: url("../images/web_bg_sp.png"); --*/
	background-color: #dbf3fe;
    padding: 20px 0 30px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .ishirt_web_list {
    display: block;
    margin-bottom: 40px;
  }
  .ishirt_web_list_special {
    padding-top: 110px;
  }
  .ishirt_web_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: #fff;
  }
  .ishirt_web_item_special {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: #fff;
    position: relative;
  }
  .ishirt_web_item_special::after {
    display: block;
    content: '';
    width: 95px;
    height: 95px;
    background: url("../images/recommend.png") no-repeat;
    background-size: contain;
    position: absolute;
    left: 8px;
    top: -205px;
  }
  .ishirt_web_item:not(:last-child) {
    margin-bottom: 15px;
  }
  .ishirt_web_item_img {
    width: 160px;
  }
  .ishirt_web_item_img img {
    width: 100%;
    height: auto;
  }
  .ishirt_web_item_img_special {
    width: 160px;
  }
  .ishirt_web_item_img_special img {
    width: 100%;
    height: auto;
  }
  .ishirt_web_item_ttl {
    font-weight: 900;
    font-size: 23px;
    line-height: 30px;
    text-align: left;
    color: #005CA9;
    border-bottom: 2px solid #005CA9;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .ishirt_web_item_ttl_special {
    font-weight: 900;
    font-size: 17px;
    line-height: 24px;
    text-align: left;
    color: #005CA9;
    border-bottom: 2px solid #005CA9;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 0.5rem;
  }
  .ishirt_web_item_txt {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 28px;
    text-align: left;
    color: #0f0f0f;
  }
  .ishirt_web_item_txt .bold {
    font-weight: bold;
  }
  .ishirt_web_item_txt_special {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 27px;
    text-align: left;
    color: #0f0f0f;
  }
  .ishirt_web_item_txt_special .bold {
    font-weight: bold;
  }
  .ishirt_web_item_txt_wrap {
    padding: 15px 18px 15px;
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .ishirt_web_item_txt_wrap_special {
    padding: 15px 18px 15px;
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .ishirt_web_item_txt_link {
    width: calc((175 / 375) * 100vw);
    height: 42px;
    background: #d00;
    -webkit-filter: drop-shadow(0px 5px 0px rgba(0,0,0,0.16));
            filter: drop-shadow(0px 5px 0px rgba(0,0,0,0.16));
    color: #fff;
    display: block;
    text-align: center;
    line-height: 42px;
    font-size: calc((12 / 375) * 100vw);
    border-radius: 30px;
    margin-top: 10px;
    position: relative;
  }
  .ishirt_web_item_txt_link:visited,
  .ishirt_web_item_txt_link:hover,
  .ishirt_web_item_txt_link:link {
    color: #fff;
  }
  .ishirt_web_item_txt_link::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .ishirt_web_item_txt_link .bold {
    font-weight: bold;
  }
  .ishirt_web_item_txt_link_special {
    width: calc((175 / 375) * 100vw);
    height: 42px;
    background: #d00;
    -webkit-filter: drop-shadow(0px 5px 0px rgba(0,0,0,0.16));
            filter: drop-shadow(0px 5px 0px rgba(0,0,0,0.16));
    color: #fff;
    display: block;
    text-align: center;
    line-height: 42px;
    font-size: calc((12 / 375) * 100vw);
    border-radius: 30px;
    margin-top: 10px;
    position: relative;
  }
  .ishirt_web_item_txt_link_special:visited,
  .ishirt_web_item_txt_link_special:hover,
  .ishirt_web_item_txt_link_special:link {
    color: #fff;
  }
  .ishirt_web_item_txt_link_special::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .ishirt_web_item_txt_link_special .bold {
    font-weight: bold;
  }
  .container.ht.ishirt_about_area {
    padding: 0;
  }
  .ishirt_about {
    background-image: url("../images/about_bg_sp.png");
    padding: 32px 20px 0;
    background-repeat: no-repeat;
    margin-top: 64px;
    /*-- margin-bottom: 60px; --*/
	margin-bottom: -15px;
    background-size: cover;
  }
  .ishirt_about_content {
    width: calc((335 / 375) * 100vw);
    margin-bottom: 15px;
  }
  .ishirt_about_logo {
    margin: 0 auto 15px;
    text-align: center;
    width: 170px;
  }
  .ishirt_about_lead {
    margin-bottom: 20px;
  }
  .shirts_heading-h2-black {
    font-size: 24px;
    line-height: 52px;
    color: #0f0f0f;
    display: inline;
  }
  .ishirt_about_content_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ishirt_about_inr {
    display: block;
  }
  .ishirt_about_head {
    font-weight: 900;
    font-size: 20px;
    line-height: 53px;
    text-align: center;
    color: #005CA9;
  }
  .ishirt_about_img_wrap {
    width: calc((200 / 375) * 100vw);
    margin: auto;
  }
  .ishirt_about_content_list_item {
    width: calc((160 / 375) * 100vw);
    text-align: center;
    position: relative;
    background-color: #fff;
    padding: calc((25 / 375) * 100vw) 5px 12px;
    margin-bottom: 15px;
  }
  .ishirt_about_content_list_item::after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: calc((80 / 375) * 100vw);
    height: 100%;
    background-size: contain;
  }
  .ishirt_about_content_list_item:nth-child(1)::after {
    background-image: url("../images/about_point01.png");
  }
  .ishirt_about_content_list_item:nth-child(2)::after {
    background-image: url("../images/about_point02.png");
  }
  .ishirt_about_content_list_item:nth-child(3)::after {
    background-image: url("../images/about_point03.png");
  }
  .ishirt_about_content_list_item:nth-child(4)::after {
    background-image: url("../images/about_point04.png");
  }
  .ishirt_about_content_list_item_txt {
    font-size: calc((13 / 375) * 100vw);
  }
  .ishirt_about_content_list_item_txt span.bold {
    font-size: calc((17 / 375) * 100vw);
  }
  .ishirt_about_content_list_item_img {
    width: 72px;
    margin: auto;
  }
  .ishirt_about_content_underBox {
    position: relative;
    width: 100vw;
    left: -20px;
    /*-- background-color: #fff; --*/
  }
  .ishirt_about_content_underBox_head {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 26px;
    text-align: center;
    padding: 20px 100px 45px 0;
  }
  .ishirt_about_content_underBox_head span.bold.isSp {
    font-weight: 500;
    position: relative;
    font-size: 23px;
    letter-spacing: 0.05em;
    line-height: 30px;
    z-index: 3;
    display: inline-block;
  }
  .ishirt_about_content_underBox_head span.bold.isSp::after {
    bottom: 5px;
    left: 0;
    content: '';
    display: inline-block;
    width: 100%;
    height: 9px;
    background: #fdfd59;
    position: absolute;
    z-index: -1;
  }
  .ishirt_about_content_underBox_txt_wrap {
    background-color: #f5fafb;
    text-align: center;
    padding: 15px 0 20px;
  }
  .ishirt_about_content_underBox_img {
    width: 182px;
    position: absolute;
    top: -20px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: end;
        align-content: end;
  }
  .ishirt_about_content_underBox_img img {
    width: 100%;
    height: 100%;
  }
  .ishirt_about_content_underBox_txt {
    font-weight: bold;
    font-size: 14px;
    line-height: 26px;
  }
  .ishirt_about_content_underBox_txt_red {
    color: #d00;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 23px;
    text-align: center;
  }
	
	
		  .ishirt_about_content_underBox_txt_red_less {
    color: #d00;
    font-weight: 900;
    font-size: 50px;
			  line-height: 0.75em;


  }
	
	
	
  .ishirt_about_content_underBox_txt_red span {
    font-size: 32px;
    line-height: 36px;
  }
  .ishirt_about_content_underBox_txt_bold {
    font-weight: 900;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #000;
  }
  .container.ht.ht.ishirt_wrinkles_area {
    padding: 0;
  }
  .ishirt_wrinkles {
    background-image: url("../images/wrinkles_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 20px 25px;
  }
  .ishirt_wrinkles_lead {
    margin-bottom: 12px;
  }
  .ishirt_wrinkles_img_wrap {
    display: block;
  }
  .ishirt_wrinkles_img_before,
  .ishirt_wrinkles_img_after {
    width: calc((300 / 375) * 100vw);
    text-align: center;
    margin: auto;
  }
  .ishirt_wrinkles_img_before img,
  .ishirt_wrinkles_img_after img {
    width: 100%;
    height: auto;
  }
  .ishirt_wrinkles_img_before {
    margin-bottom: 20px;
  }
  .ishirt_wrinkles_txt_wrap {
    margin-top: 30px;
  }
  .ishirt_wrinkles_txt {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 26px;
    text-align: center;
    color: #0f0f0f;
  }
  .ishirt_wrinkles_txt span.bold {
    font-size: 18px;
    font-weight: bold;
    color: #005CA9;
  }
  .ishirt_wrinkles_notes {
    background: #fff;
    padding: 20px 12px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #005CA9;
    line-height: 1.6;
    font-size: 14px;
  }
  .ishirt_wrinkles_note_head {
    font-size: 14px;
    font-weight: bold;
    color: #005CA9;
  }
  .ishirt_wrinkles_note_txt {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 26px;
    color: #0f0f0f;
  }
  .ishirt_wrinkles_list {
    display: block;
  }
  .ishirt_wrinkles_list_item {
    width: 100%;
    background-color: #fff;
    margin-bottom: 15px;
  }
  .ishirt_wrinkles_list_item_head {
    height: 60px;
    background: #005CA9;
    font-size: 24px;
    color: #fff;
    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-weight: bold;
  }
  .ishirt_wrinkles_list_item_body {
    padding: 15px 25px 20px;
  }
  .ishirt_wrinkles_list_item_txt {
    margin-top: 20px;
    font-size: 14px;
    line-height: 26px;
    color: #0f0f0f;
  }
  .ishirt_wrinkles_list_item_txt span {
    font-weight: bold;
    color: #005CA9;
  }
  .ishirt_wrinkles_list_item_img_wrap {
    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 {
    padding-top: 40px;
    text-align: center;
  }
  .ishirt_lineup_list {
    margin: 27px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ishirt_lineup_list .item_list_item_sub {
    width: 102px;
    height: 125px;
    margin: 10px auto 15px;
  }
  .ishirt_lineup_list .item_list_item_sub img {
    width: 100%;
    height: auto;
  }
  .ishirt_lineup_list_item {
    width: calc((160 / 375) * 100vw);
    margin-bottom: 20px;
  }
  .ishirt_lineup_lead {
    font-size: 16px;
    font-weight: bold;
    color: #0f0f0f;
    margin-top: 8px;
  }
  .ishirt_lineup_ttl {
    font-size: 24px;
    font-weight: 700;
    color: #005CA9;
    margin-top: 8px;
  }
  .ishirt_lineup_label {
    background: #005CA9;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    width: 196px;
    line-height: 46px;
    border-radius: 26.5px;
    margin: 20px auto 0;
    padding: 0 20px;
  }
  .ishirt_lineup_label.ladies {
    background: #d89797;
    width: 244px;
  }
  .ishirt_lineup_list_item_catch {
    font-size: 13px;
	text-align: center;
    font-weight: bold;
    color: #005CA9;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
    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::after {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 12px;
    background-image: url("../images/fukidashi.png");
    left: 0;
    right: 0;
    bottom: -12px;
    margin: auto;
  }
  .ishirt_lineup_list_item_img_wrap {
    margin-top: 16px;
  }
  a.ishirt_lineup_list_item_btn {
    border: 2px solid #005CA9;
    display: inline-block;
    margin: 10px auto 0;
    font-size: 13px;
    color: #005CA9;
    font-weight: bold;
    width: 124px;
    height: 36px;
    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_banner_btn {
    width: 100%;
    height: 140px;
    background-color: #fdfd59;
    -webkit-filter: drop-shadow(0px 5px 0px #a7a700);
            filter: drop-shadow(0px 5px 0px #a7a700);
    margin: 10px auto 0;
    position: relative;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 35px;
    text-align: center;
    color: #020202;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ishirt_lineup_banner_btn::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .ishirt_lineup_banner_btn span {
    font-size: 22px;
  }
  .push-btn-web {
    color: #d00;
    font-size: 20px;
  }
  .ishirt_lineup_banner {
    background-color: #005CA9;
    position: relative;
    padding: 102px 20px 25px;
    margin-top: 60px;
	margin-bottom: 50px;
  }
  .ishirt_lineup_banner_content {
    position: relative;
  }
  .ishirt_lineup_banner_txt_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin-bottom: 28px;
  }
  .ishirt_lineup_banner_txt_wrap::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url("../images/web_limited_line.png");
    width: 264px;
    height: 20px;
    bottom: -20px;
    background-position: center;
  }
  .ishirt_lineup_banner_icon {
    width: 25px;
    margin: 8px 0 0;
  }
  .ishirt_lineup_banner_txt {
    font-weight: 900;
    font-size: 21px;
    letter-spacing: 0.06em;
    line-height: 39px;
    color: #fff;
    padding-left: 8px;
    padding-bottom: 3px;
  }
  .ishirt_lineup_banner_img {
    position: absolute;
    top: -21px;
    left: 0;
    right: 0;
    margin: auto;
    width: 152px;
  }
  .ishirt_lineup_list_item_name,
  .ishirt_lineup_list_item_price {
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 26px;
    text-align: center;
  }
  .ishirt_lineup_banner.ladies {
    background-color: #d89797;
    margin-bottom: 50px;
  }
  .ishirt_web_caution {
    font-size: 12px;
    line-height: 24px;
    padding: 20px;
  }
  .ishirt_lineup_2 .ishirt_lineup_label,
  .ishirt_lineup_3 .ishirt_lineup_label {
    margin-top: 0;
  }
  .ishirt_lineup_2 .ishirt_lineup_list_item:nth-child(3) .item_list_item_sub,
  .ishirt_lineup_2 .ishirt_lineup_list_item:nth-child(4) .item_list_item_sub {
    height: auto;
  }
  .ishirt_lineup_3 .item_list_item_sub {
    height: auto;
  }
  .ishirt_lineup_3 .item_list_item_sub.col1 {
    width: 47px;
  }
  .ishirt_lineup_3 .ishirt_lineup_list_item:nth-child(3) .ishirt_lineup_list_item_img_wrap {
    height: calc((208 / 375) * 100vw);
    width: 87%;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 350px) {
  .main.ishirt .mv_wrap_price_wrap {
    top: calc(100% - (137px * 2) + 60px);
  }
}
@media screen and (max-width: 320px) {
  .main.ishirt .mv_wrap_price_red {
    font-size: 32px;
    /*-- font-style: italic; --*/
  }
  .main.ishirt .mv_wrap_special {
    width: 90px;
  }
  .main.ishirt .mv_wrap_price_wrap {
    top: calc(100% - (137px * 2) + 80px);
  }
}
@media screen and (min-width: 768px) {
  .review_title {
    letter-spacing: 0.05em;
    line-height: 55px;
    text-align: center;
  }
  .review_title span.bold {
    font-weight: 500;
    position: relative;
    font-size: 30px;
    letter-spacing: 0.05em;
    line-height: 55px;
    z-index: 0;
  }
  .review_title span.bold::after {
    bottom: 5px;
    left: 0;
    content: '';
    display: inline-block;
    width: 100%;
    height: 9px;
    background: #fdfd59;
    position: absolute;
    z-index: -1;
  }
  .review_box {
    background-color: #F0F0F0;
    padding: 20px;
	margin-top: 40px;  
  }
}
@media screen and (max-width: 767px) {
  .review_title {
    letter-spacing: 0.05em;
    line-height: 26px;
    text-align: center;
  }
  .review_title span.bold {
    font-weight: 500;
    position: relative;
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 30px;
    z-index: 3;
    display: inline-block;
  }
  .review_title span.bold::after {
    bottom: 1px;
    left: 0;
    content: '';
    display: inline-block;
    width: 100%;
    height: 9px;
    background: #fdfd59;
    position: absolute;
    z-index: -1;
  }
  .review_box {
    background-color: #F0F0F0;
    padding: 20px;
	margin-top: 40px;  
  }
}
/*# sourceMappingURL=style.css.map */
