@charset "UTF-8";
html {
  font-size: 62.5%;
}

img {
  width: auto;
  height: auto;
}
.mainvisual_img {
  width: 100%;
  display: block;
}
#Contents .container {
  overflow: hidden;
}

.content {
  margin-bottom: calc(80 * (100vw / 750));
}
.content img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  max-width: 100%;
  height: auto;
  display: block;
}
.content .model_img {
  width: 100%;
  margin: auto;
}
.content .prod_wrap {
  width: calc(710 * (100vw / 750));
  max-width: 1000px;
  margin: auto;
}
.content .prod_link {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  margin: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.content .prod_detail {
  width: calc(630 * (100vw / 750));
  height: calc(380 * (100vw / 750));
  background-color: #fff;
  -webkit-box-shadow: 0 calc(15 * (100vw / 750)) calc(30 * (100vw / 750)) rgba(0, 0, 0, 0.1);
          box-shadow: 0 calc(15 * (100vw / 750)) calc(30 * (100vw / 750)) rgba(0, 0, 0, 0.1);
  margin: auto;
  padding: calc(50 * (100vw / 750)) 0 calc(60 * (100vw / 750));
}
.content .prod_detail .buy_button {
  margin-top: calc(10 * (100vw / 750));
}
.content .prod_name {
  margin: calc(28 * (100vw / 750)) 0 calc(4 * (100vw / 750));
}
.content3 a:hover > img {
  opacity: 0.7;
}

.cont3_bt {
  border-top: 1px solid #333;
}
@media screen and (max-width: 767px){
  .breadcrumb__list {
    padding-bottom: calc(18 * (100vw / 750));
  }

  .sponly {
    display: block;
  }

  .pconly {
    display: none;
  }
  .content3 {
    margin-bottom: calc(80 * (100vw / 750));
    padding-top: calc(90 * (100vw / 750));
  }
  .content3 .title_sub {
    width: calc(623 * (100vw / 750));
    height: calc(58 * (100vw / 750));
    background-color: #000;
    display: inline-block;
    margin: auto;
    position: absolute;
    top: calc(-40 * (100vw / 750));
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }
  .content3 h3.title {
    padding-bottom: calc(0 * (100vw / 750));
  }
  .content3 .cont3_img_wrap {
    position: relative;
  }
  .content3 .prod_detail_wrap {
    width: calc(576 * (100vw / 750)) !important;
  }
  .content3 .prod_img_link {
    width: 90% !important;
  }
  .content3 .model_img_list,
.content3 .credit_link_wrap {
    width: calc(666 * (100vw / 750)) !important;
  }
  .content3 .title_sub {
    width: calc(620 * (100vw / 750));
    height: calc(58 * (100vw / 750));
  }
  .content3 .title_sub {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 1.2rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.15em;
    line-height: calc(58 * (100vw / 750));
    text-align: center;
  }
  .content3 .lead {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: calc(20 * (100vw / 750)) !important;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.12em;
    line-height: 1.682;
    -moz-text-align-last: left;
         text-align-last: left;
  }
  .content3 .prod_name {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: calc(18 * (100vw / 750)) !important;
    text-align: left;
  }
  .content3 .prod_price {
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-size: calc(31.19 * (100vw / 750)) !important;
    letter-spacing: 0;
    text-align: left;
  }
  .content3 .prod_price .small {
    font-size: calc(20 * (100vw / 750)) !important;
  }
  .more_link {
    height: calc(83 * (100vw / 750)) !important;
  }
  .more_link_text {
    font-size: calc(18.61 * (100vw / 750)) !important;
    line-height: calc(83 * (100vw / 750)) !important;
  }
  .credit_link_wrap {
    margin: auto;
  }
  .credit_link_wrap .credit_title_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .credit_link_wrap .title {
    font-family: "Noto Serif SC", serif;
    font-weight: 600;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    color: #8b3801;
    font-size: calc(28.34 * (100vw / 750)) !important;
    -webkit-transform: none;
            transform: none;
  }
  .credit_link_wrap .title_jp {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: calc(17.54 * (100vw / 750)) !important;
    margin-left: calc(17 * (100vw / 750)) !important;
  }
  .credit_link_wrap .price_wrap {
    margin-top: calc(7 * (100vw / 750));
  }
  .credit_link_wrap .price_item {
    border-bottom: 1px solid #000;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    position: relative;
  }
  .credit_link_wrap .price_item::after {
    width: calc(9 * (100vw / 750)) !important;
    height: calc(13 * (100vw / 750)) !important;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    position: absolute;
    top: calc(32 * (100vw / 750)) !important;
    right: calc(18 * (100vw / 750)) !important;
  }
  .credit_link_wrap .price_link {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    display: block;
    font-size: calc(18.01 * (100vw / 750)) !important;
    letter-spacing: 0.12em;
    line-height: calc(70 * (100vw / 750)) !important;
    padding-left: calc(5 * (100vw / 750)) !important;
  }
  .credit_link_wrap .price_list_desp {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: calc(18.01 * (100vw / 750)) !important;
    letter-spacing: 0.12em;
    margin: calc(22 * (100vw / 750)) 0 0 calc(4 * (100vw / 750)) !important;
  }
}
@media screen and (min-width: 768px){
  .breadcrumb__list {
    padding-bottom: 1.6rem;
  }

  .sponly {
    display: none;
  }

  .pconly {
    display: block;
  }
  .content {
    width: calc(1200 * (100vw / 1200));
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1199px){
  .top_area {
    width: calc(1200 * (100vw / 1200));
    max-width: 1200px;
    margin: 0 auto;
  }

  .title_area {
    margin-top: calc(64 * (100vw / 1200));
  }

  .lead {
    margin-top: calc(41 * (100vw / 1200));
  }
  .content1 {
    margin-top: calc(65 * (100vw / 1200));
    margin-bottom: calc(95 * (100vw / 1200));
  }
  .content1 .item_wrap {
    width: calc(1050 * (100vw / 1200));
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .content1 .item_content {
    position: relative;
  }
  .content1 .item_content:nth-of-type(2)::before {
    width: calc(357 * (100vw / 1200));
    max-width: 357px;
    height: calc(196 * (100vw / 1200));
    max-height: 196px;
    border-left: 1px solid #494949;
    border-right: 1px solid #494949;
    content: "";
    display: block;
    position: absolute;
    top: calc(110 * (100vw / 1200));
    left: calc(-10 * (100vw / 1200));
    z-index: -1;
  }
  .content1 .item_img {
    width: calc(330 * (100vw / 1200));
    max-width: 330px;
    margin: auto;
    position: relative;
    z-index: -1;
  }
  .content1 .item_check {
    width: calc(77 * (100vw / 1200));
    max-width: 77px;
    margin: calc(16 * (100vw / 1200)) auto 0;
  }
  .content1 .prod_name {
    margin: calc(-14 * (100vw / 1200)) 0 0;
    text-align: center;
    z-index: 1;
  }
  .content1 .prod_name_en {
    margin-top: calc(14 * (100vw / 1200));
  }
  .content2 {
    background-color: #d9d5cd;
    margin-bottom: calc(127 * (100vw / 1200));
    padding-bottom: calc(120 * (100vw / 1200));
  }
  .content2 .cont2_lead {
    margin-top: calc(48 * (100vw / 1200));
  }
  .content2 .model_img_wrap {
    width: calc(765 * (100vw / 1200));
    max-width: 765px;
    margin-left: auto;
    margin-right: 0;
  }
  .content2 .model_wrap {
    margin-top: 0;
    position: relative;
  }
  .content2 .model_wrap_knit {
    width: calc(1096 * (100vw / 1200));
    height: calc(1066 * (100vw / 1200));
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    display: block;
    margin: auto;
    margin-top: calc(80 * (100vw / 1200));
    position: relative;
  }
  .content2 .model_wrap_knit .text_area {
    width: calc(480 * (100vw / 1200));
    position: absolute;
  }
  .content2 .model_wrap_knit .text_area .lead {
    margin-top: calc(35 * (100vw / 1200));
    padding-bottom: calc(6 * (100vw / 1200));
  }
  .content2 .model_wrap_knit .text_area .text {
    margin-top: calc(15 * (100vw / 1200));
    text-align: justify;
  }
  .content2 .model_wrap_knit1 {
    background-image: url(../img/model_img_03.png);
  }
  .content2 .model_wrap_knit1 .text_area {
    bottom: 0;
    right: 0;
  }
  .content2 .model_wrap_knit1 .text_area .title {
    width: calc(360 * (100vw / 1200));
  }
  .content2 .model_wrap_knit2 {
    background-image: url(../img/model_img_05.png);
  }
  .content2 .model_wrap_knit2 .text_area {
    bottom: 0;
    left: calc(25 * (100vw / 1200));
  }
  .content2 .model_wrap_knit2 .text_area .title {
    width: calc(389 * (100vw / 1200));
  }
  .content2 .model_wrap_knit3 {
    background-image: url(../img/model_img_07.png);
  }
  .content2 .model_wrap_knit3 .text_area {
    bottom: 0;
    right: 0;
  }
  .content2 .model_wrap_knit3 .text_area .title {
    width: calc(363 * (100vw / 1200));
  }
  .content2 .model_wrap_knit3 .text_area .text {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .content2 .model_wrap:nth-of-type(2) {
    z-index: 2;
  }
  .content2 .model_wrap:nth-of-type(2) .model_img_wrap {
    margin-right: auto;
    margin-left: 0;
  }
  .content2 .cont2_desp {
    display: inline-block;
    padding-left: calc(48 * (100vw / 1200));
    margin-top: calc(18 * (100vw / 1200));
    padding-bottom: calc(62 * (100vw / 1200));
  }
  .content3 {
    margin-bottom: calc(80 * (100vw / 1200));
    padding-top: calc(90 * (100vw / 1200));
  }
  .content3:first-of-type {
    border-top: 1px solid #333;
  }
  .content3 .title_sub {
    width: calc(623 * (100vw / 1200));
    height: calc(58 * (100vw / 1200));
    background-color: #000;
    display: inline-block;
    margin: auto;
    position: absolute;
    top: calc(-40 * (100vw / 1200));
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }
  .content3 .cont3_img_wrap {
    margin-top: 5rem;
    position: relative;
  }
  .content3 h3.title {
    padding-bottom: calc(60 * (100vw / 1200));
  }
  .content3 .model_img {
    width: 100%;
    margin-top: calc(-70 * (100vw / 1200));
  }
  .content3 .model_img_desp {
    width: calc(1025 * (100vw / 1200));
    background-color: #fff;
    margin-left: calc(75 * (100vw / 1200));
    padding-top: calc(55 * (100vw / 1200));
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
  }
  .content3 .model_img_desp .title {
    width: calc(865 * (100vw / 1200));
    border-bottom: 1px solid #000;
    margin: 0 0 calc(10 * (100vw / 1200)) calc(90 * (100vw / 1200));
  }
  .content3 .model_img_list {
    width: calc(716 * (100vw / 1200));
    margin: calc(96 * (100vw / 1200)) auto 0;
  }
  .content3 .lead {
    width: calc(870 * (100vw / 1200));
    margin-top: calc(-40 * (100vw / 1200)) !important;
    margin: auto;
  }
  .content3 .prod_detail_wrap {
    width: calc(576 * (100vw / 1200));
    margin: auto;
  }
  .content3 .prod_img {
    width: calc(715 * (100vw / 1200));
    max-width: 715px;
    margin: calc(56 * (100vw / 1200)) auto 0;
  }
  .content3 .prod_img_link {
    width: calc(715 * (100vw / 1200));
    max-width: 715px;
    display: block;
    margin: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .content3 .prod_name {
    margin: calc(3 * (100vw / 1200)) 0 0;
  }
  .content3 .prod_price {
    margin: calc(4 * (100vw / 1200)) 0 calc(22 * (100vw / 1200));
  }
  .content3 .credit_link_wrap {
    margin-top: calc(60 * (100vw / 1200));
  }
  .top_area .title {
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    color: #866849;
    font-size: calc(100 * (100vw / 1200));
    letter-spacing: 0.06em;
    line-height: 1.12;
    text-align: center;
    -webkit-transform: scale(1, 1.1);
            transform: scale(1, 1.1);
  }
  .top_area .title_small {
    font-size: calc(79 * (100vw / 1200));
  }
  .top_area .title_lead {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: #000;
    font-size: calc(48.7 * (100vw / 1200));
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.14em;
  }
  .top_area .lead {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: calc(27.16 * (100vw / 1200));
    -webkit-font-feature-settings: "none";
            font-feature-settings: "none";
    letter-spacing: 0.08em;
    line-height: 1.6354933726;
    text-align: center;
  }

  .content .prod_name {
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    color: #45453f;
    font-size: calc(25.01 * (100vw / 1200));
    letter-spacing: 0.04em;
    line-height: 1.1271491403;
  }
  .content .prod_name_en {
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    color: #a64905;
    font-size: calc(18 * (100vw / 1200));
    letter-spacing: 0.04em;
    line-height: 1;
    text-align: center;
  }
  .content .cont2_lead {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: #3c3c3c;
    font-size: calc(32 * (100vw / 1200));
    -webkit-font-feature-settings: "none";
            font-feature-settings: "none";
    letter-spacing: 0.1em;
    line-height: 1.5003125;
    text-align: center;
  }
  .content .balloon_text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: calc(30 * (100vw / 1200));
    letter-spacing: 0.02em;
    line-height: 1.4003333333;
  }
  .content .cont2_desp {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: calc(25 * (100vw / 1200));
    letter-spacing: 0.12em;
    line-height: 1.6256;
  }

  .content2 .model_wrap .text_area .lead {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    border-bottom: calc(2 * (100vw / 1200)) solid #64615f;
    color: #2a2828;
    font-size: calc(33.73 * (100vw / 1200));
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1.071153276;
  }
  .content2 .model_wrap .text_area .text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    width: calc(470 * (100vw / 1200));
    color: #262626;
    font-size: calc(28 * (100vw / 1200));
    letter-spacing: -0.06em;
    line-height: 1.5003571429;
  }
  .content2 .model_wrap .text_area .text_ls {
    letter-spacing: -0.02em;
  }

  .content3 .title {
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    color: #000;
    font-size: calc(96.96 * (100vw / 1200));
    letter-spacing: 0em;
    line-height: 1.15;
    text-align: center;
  }
  .content3 .title_sub {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: calc(27.61 * (100vw / 1200));
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.26em;
    line-height: calc(58 * (100vw / 1200));
    text-align: center;
  }
  .content3 .model_img_desp p.title {
    font-size: calc(51.69 * (100vw / 1200));
    letter-spacing: 0;
    line-height: 1.1456761463;
  }
  .content3 .lead {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: calc(20 * (100vw / 1200));
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.12em;
    line-height: 1.682;
    -moz-text-align-last: left;
         text-align-last: left;
  }
  .content3 .prod_name {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: calc(18 * (100vw / 1200));
    text-align: left;
  }
  .content3 .prod_price {
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-size: calc(31.19 * (100vw / 1200));
    letter-spacing: 0;
    text-align: left;
  }
  .content3 .prod_price .small {
    font-size: calc(20 * (100vw / 1200));
  }
  .more_link {
    width: 100%;
    height: calc(83 * (100vw / 1200));
    background-color: #000;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .more_link_text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: calc(18.61 * (100vw / 1200));
    letter-spacing: 0.08em;
    line-height: calc(83 * (100vw / 1200));
    text-align: center;
  }
  .credit_link_wrap {
    width: calc(715 * (100vw / 1200));
    margin: auto;
  }
  .credit_link_wrap .credit_title_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .credit_link_wrap .title {
    font-family: "Noto Serif SC", serif;
    font-weight: 600;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    color: #8b3801;
    font-size: calc(28.34 * (100vw / 1200));
    -webkit-transform: none;
            transform: none;
  }
  .credit_link_wrap .title_jp {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: calc(17.54 * (100vw / 1200));
    margin-left: calc(17 * (100vw / 1200));
  }
  .credit_link_wrap .price_wrap {
    margin-top: calc(7 * (100vw / 1200));
  }
  .credit_link_wrap .price_item {
    border-bottom: 1px solid #000;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    position: relative;
  }
  .credit_link_wrap .price_item::after {
    width: calc(9 * (100vw / 1200));
    height: calc(13 * (100vw / 1200));
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    position: absolute;
    top: calc(32 * (100vw / 1200));
    right: calc(18 * (100vw / 1200));
  }
  .credit_link_wrap .price_link {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    display: block;
    font-size: calc(18.01 * (100vw / 1200));
    letter-spacing: 0.12em;
    line-height: calc(70 * (100vw / 1200));
    padding-left: calc(5 * (100vw / 1200));
  }
  .credit_link_wrap .price_list_desp {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: calc(18.01 * (100vw / 1200));
    letter-spacing: 0.12em;
    margin: calc(22 * (100vw / 1200)) 0 0 calc(4 * (100vw / 1200));
  }
}
@media screen and (min-width:1200px){
  .top_area {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
  }

  .title_area {
    margin-top: 64px;
  }

  .lead {
    margin-top: 41px;
  }
  .content1 {
    margin-top: 65px;
    margin-bottom: 95px;
  }
  .content1 .item_wrap {
    width: 1050px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .content1 .item_content {
    position: relative;
  }
  .content1 .item_content:nth-of-type(2)::before {
    width: 357px;
    height: 196px;
    border-left: 1px solid #494949;
    border-right: 1px solid #494949;
    content: "";
    display: block;
    position: absolute;
    top: 110px;
    left: -13px;
    z-index: -2;
  }
  .content1 .item_img {
    position: relative;
    z-index: -1;
  }
  .content1 .item_check {
    margin: 16px auto 0;
  }
  .content1 .prod_name {
    margin: -14px 0 0;
    text-align: center;
    z-index: 1;
  }
  .content1 .prod_name_en {
    margin-top: -2px;
  }
  .content2 {
    background-color: #d9d5cd;
    margin-bottom: 127px;
    padding-bottom: 120px;
  }
  .content2 .cont2_lead {
    margin-top: 48px;
  }
  .content2 .model_img_wrap {
    width: calc(765 * (100vw / 1200));
    max-width: 765px;
    margin-left: auto;
    margin-right: 0;
  }
  .content2 .model_wrap {
    margin-top: 0;
    position: relative;
  }
  .content2 .model_wrap_knit {
    width: 1096px;
    height: 1066px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    display: block;
    margin: auto;
    margin-top: 80px;
    position: relative;
  }
  .content2 .model_wrap_knit .text_area {
    width: 480px;
    position: absolute;
  }
  .content2 .model_wrap_knit .text_area .lead {
    margin-top: 35px;
    padding-bottom: 6px;
  }
  .content2 .model_wrap_knit .text_area .text {
    margin-top: 15px;
    text-align: justify;
  }
  .content2 .model_wrap_knit1 {
    background-image: url(../img/model_img_03.png);
  }
  .content2 .model_wrap_knit1 .text_area {
    bottom: 0;
    right: 0;
  }
  .content2 .model_wrap_knit1 .text_area .title {
    width: 360px;
  }
  .content2 .model_wrap_knit2 {
    background-image: url(../img/model_img_05.png);
  }
  .content2 .model_wrap_knit2 .text_area {
    bottom: 0;
    left: 25px;
  }
  .content2 .model_wrap_knit2 .text_area .title {
    width: 389px;
  }
  .content2 .model_wrap_knit3 {
    background-image: url(../img/model_img_07.png);
  }
  .content2 .model_wrap_knit3 .text_area {
    bottom: 0;
    right: 0;
  }
  .content2 .model_wrap_knit3 .text_area .title {
    width: 363px;
  }
  .content2 .model_wrap_knit3 .text_area .text {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .content2 .cont2_desp {
    display: inline-block;
    padding-left: 48px;
    margin-top: 18px;
    padding-bottom: 62px;
  }
  .content3 {
    margin-bottom: 80px;
    padding-top: 90px;
  }
  .content3:first-of-type {
    border-top: 1px solid #333;
  }
  .content3 .title_sub {
    width: 623px;
    height: 58px;
    background-color: #000;
    display: inline-block;
    margin: auto;
    position: absolute;
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }
  .content3 .cont3_img_wrap {
    position: relative;
  }
  .content3 .model_img {
    width: 100%;
    margin-top: 70px;
  }
  .content3 .model_img_desp {
    width: 1025px;
    background-color: #fff;
    margin-left: 75px;
    padding-top: 55px;
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
  .content3 .model_img_desp .title {
    width: 865px;
    border-bottom: 1px solid #000;
    margin: 0 0 10px 90px;
  }
  .content3 .model_img_list {
    width: 716px;
    margin: 96px auto 0;
  }
  .content3 .lead {
    width: 870px;
    margin-top: -40px !important;
    margin: auto;
  }
  .content3 .prod_detail_wrap {
    width: 576px;
    margin: auto;
  }
  .content3 .prod_img {
    margin: 56px auto 0;
  }
  .content3 .prod_img_link {
    width: 715px;
    display: block;
    margin: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .content3 .prod_name {
    margin: 3px 0 0;
  }
  .content3 .prod_price {
    margin: 4px 0 22px;
  }
  .content3 .credit_link_wrap {
    margin-top: 60px;
  }
  .top_area .title {
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    color: #866849;
    font-size: 100px;
    letter-spacing: 0.06em;
    line-height: 1.12;
    text-align: center;
    -webkit-transform: scale(1, 1.1);
            transform: scale(1, 1.1);
  }
  .top_area .title_small {
    font-size: 79px;
  }
  .top_area .title_lead {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 48.7px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.14em;
  }
  .top_area .lead {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 27.16px;
    -webkit-font-feature-settings: "none";
            font-feature-settings: "none";
    letter-spacing: 0.08em;
    line-height: 1.6354933726;
    text-align: center;
  }

  .content .prod_name {
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    color: #45453f;
    font-size: 25.01px;
    letter-spacing: 0.04em;
    line-height: 1.1271491403;
  }
  .content .prod_name_en {
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    color: #a64905;
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 1.955;
    text-align: center;
  }
  .content .cont2_lead {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: #3c3c3c;
    font-size: 32px;
    -webkit-font-feature-settings: "none";
            font-feature-settings: "none";
    letter-spacing: 0.1em;
    line-height: 1.5003125;
    text-align: center;
  }
  .content .cont2_desp {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 25px;
    letter-spacing: 0.12em;
    line-height: 1.6256;
  }

  .content2 .model_wrap .text_area .lead {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    border-bottom: 2px solid #64615f;
    color: #2a2828;
    font-size: 33.73px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1.071153276;
  }
  .content2 .model_wrap .text_area .text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    width: 470px;
    color: #262626;
    font-size: 28px;
    letter-spacing: -0.06em;
    line-height: 1.5003571429;
  }
  .content2 .model_wrap .text_area .text_ls {
    letter-spacing: -0.02em;
  }

  .content3 .title {
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    color: #000;
    font-size: 96.96px;
    letter-spacing: 0em;
    line-height: 1.15;
    text-align: center;
  }
  .content3 .title_sub {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 27.61px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.26em;
    line-height: 58px;
    text-align: center;
  }
  .content3 .model_img_desp p.title {
    font-size: 51.69px;
    letter-spacing: 0;
    line-height: 1.1456761463;
  }
  .content3 .lead {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 20px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.12em;
    line-height: 1.682;
    -moz-text-align-last: left;
         text-align-last: left;
  }
  .content3 .prod_name {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: left;
  }
  .content3 .prod_price {
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-size: 31.19px;
    letter-spacing: 0;
    text-align: left;
  }
  .content3 .prod_price .small {
    font-size: 20px;
  }
  .more_link {
    width: 100%;
    height: 83px;
    background-color: #000;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .more_link_text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 18.61px;
    letter-spacing: 0.08em;
    line-height: 83px;
    text-align: center;
  }
  .credit_link_wrap {
    width: 715px;
    margin: auto;
  }
  .credit_link_wrap .credit_title_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .credit_link_wrap .title {
    font-family: "Noto Serif SC", serif;
    font-weight: 600;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    color: #8b3801;
    font-size: 28.34px;
    -webkit-transform: none;
            transform: none;
  }
  .credit_link_wrap .title_jp {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 17.54px;
    margin-left: 17px;
  }
  .credit_link_wrap .price_wrap {
    margin-top: 7px;
  }
  .credit_link_wrap .price_item {
    border-bottom: 1px solid #000;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    position: relative;
  }
  .credit_link_wrap .price_item::after {
    width: 9px;
    height: 13px;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    position: absolute;
    top: 32px;
    right: 18px;
  }
  .credit_link_wrap .price_link {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    display: block;
    font-size: 18.01px;
    letter-spacing: 0.12em;
    line-height: 70px;
    padding-left: 5px;
  }
  .credit_link_wrap .price_list_desp {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 18.01px;
    letter-spacing: 0.12em;
    margin: 22px 0 0 4px;
  }
}
@media screen and (min-width: 1200px){
  .content {
    max-width: 1200px;
    margin-bottom: 100px;
  }
}
/*# sourceMappingURL=style.css.map */