/* カートのプレゼントバナー
.fs-l-cart__mainColumn::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1680 / 812;
  background-image: url('https://akitainu.itembox.design/item/ukon.jpg?t=20251207210839');
  background-size: cover;
  background-position: center;
}
*/

.fs-c-agreementConfirmation__password::after {
    content: "パスワードは英字と数字それぞれ大文字・小文字を使用し、8文字以上で入力してください。";
    display: block;
    font-size: 12px;
    color: #343434;
 }

.free_template {
  padding: 30px 0;
  color: #163420;
  font-family: "Kiwi Maru", serif;
}
@media screen and (max-width: 1199px) {
  .free_template {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 850px) {
  .free_template {
    width: 100%;
  }
}
.free_template .main_banner {
  margin: 0 0 50px;
}
.free_template img {
  display: block;
  line-height: 0;
}
.free_template h1 {
  margin: 0 0 30px;
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.1em;
}
@media (max-width: 850px) {
  .free_template h1 {
    font-size: 32px;
  }
}
.free_template h1.left {
  text-align: left;
}
.free_template h2 {
  margin: 0 0 40px;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.1em;
  color: #fff;
  background: #163420;
  padding: 20px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
}
@media (max-width: 850px) {
  .free_template h2 {
    font-size: 20px;
  }
}
.free_template p {
  margin: 0 0 30px;
  text-align: center;
  font-size: 17px;
  line-height: 2;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
.free_template .separator-line {
  height: 1px;
  width: 100%;
  background: #b3b2b3;
  margin: 60px 0;
}
.free_template .separator-dot {
  height: 2px;
  width: 100%;
  background-image: linear-gradient(to right, #b3b2b3 2px, transparent 2px);
  background-size: 7px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  margin: 60px 0;
}
.free_template .separator-small {
  width: 115px;
  height: 10px;
  background: #163420;
  margin: 60px auto;
}
.free_template .separator-nikukyu {
  width: 100%;
  height: 50px;
  background: url("https://akitainu.itembox.design/item/template_separator_nikukyu.svg") no-repeat left center;
  background-size: contain;
  margin: 70px auto;
}
@media (max-width: 850px) {
  .free_template .separator-nikukyu {
    width: 100%;
    height: 0;
    padding: 0 0 9.5%;
    background: url("https://akitainu.itembox.design/item/template_separator_nikukyu_sp.svg") no-repeat left center;
    background-size: contain;
    margin: 70px auto;
  }
}
.free_template .comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px 0 60px;
}
@media (max-width: 850px) {
  .free_template .comment {
    display: block;
  }
}
.free_template .comment .comment_img {
  width: 58%;
  line-height: 0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 850px) {
  .free_template .comment .comment_img {
    width: 100%;
    margin: 0 0 50px;
  }
}
.free_template .comment .comment_txt {
  width: 36%;
}
@media (max-width: 850px) {
  .free_template .comment .comment_txt {
    width: 100%;
  }
}
.free_template .comment .comment_txt h2 {
  padding: 15px;
  border-radius: 12px;
  position: relative;
  margin: 0 0 45px;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
}
.free_template .comment .comment_txt h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-bottom: 25px solid #163420;
  border-top: 0;
  border-radius: 7px;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
.free_template .comment .comment_txt p {
  text-align: left;
}
.free_template .product_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px 0 35px;
}
.free_template .product_list .product {
  width: 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 850px) {
  .free_template .product_list .product {
    display: block;
  }
}
.free_template .product_list .product .product_img {
  width: 47%;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
@media (max-width: 850px) {
  .free_template .product_list .product .product_img {
    width: 100%;
    margin: 0 0 15px;
  }
}
.free_template .product_list .product .product_txt {
  width: 47%;
}
@media (max-width: 850px) {
  .free_template .product_list .product .product_txt {
    width: 100%;
  }
}
.free_template .product_list .product .product_txt .name {
  font-size: 24px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  letter-spacing: 0.1em;
}
.free_template .product_list .product .product_txt .txt {
  font-size: 15px;
  text-align: left;
  margin: 0 0 5px;
  line-height: 1.5;
}
.free_template .product_list .product .product_txt .price {
  font-size: 18px;
  font-weight: 800;
  text-align: left;
}
.free_template .txtblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #163420;
  margin: 0 0 50px;
}
@media (max-width: 850px) {
  .free_template .txtblock {
    display: block;
  }
}
.free_template .txtblock .txtblock_img {
  width: 50%;
}
@media (max-width: 850px) {
  .free_template .txtblock .txtblock_img {
    width: 100%;
  }
}
.free_template .txtblock .txtblock_txt {
  width: 50%;
  padding: 55px 55px 25px;
  color: #fff;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 850px) {
  .free_template .txtblock .txtblock_txt {
    width: 100%;
    padding: 55px 40px 25px;
  }
}
.free_template .txtblock .txtblock_txt h3 {
  font-size: 32px;
  margin: 0 0 20px;
  text-align: left;
}
@media (max-width: 850px) {
  .free_template .txtblock .txtblock_txt h3 {
    font-size: 24px;
  }
}
.free_template .txtblock .txtblock_txt h4 {
  font-size: 28px;
  margin: 0 0 20px;
  text-align: left;
}
@media (max-width: 850px) {
  .free_template .txtblock .txtblock_txt h4 {
    font-size: 24px;
  }
}
.free_template .txtblock .txtblock_txt p {
  text-align: left;
}
.free_template .txtblock_B {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #163420;
  padding: 50px 0 50px 50px;
  margin: 0 0 50px;
}
@media (max-width: 850px) {
  .free_template .txtblock_B {
    padding: 25px 0 25px 25px;
  }
}
.free_template .txtblock_B .txtblock_img {
  width: 50%;
}
.free_template .txtblock_B .txtblock_txt {
  width: 50%;
}
.free_template .txtblock_B .txtblock_txt h3 {
  color: #fff;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
  font-size: 40px;
  margin: 40px auto;
}
@media (max-width: 850px) {
  .free_template .txtblock_B .txtblock_txt h3 {
    font-size: 26px;
    margin: 0 auto 15px;
  }
}
.free_template .txtblock_B .txtblock_txt p {
  color: #fff;
  padding: 0 50px;
  text-align: left;
}
@media (max-width: 850px) {
  .free_template .txtblock_B .txtblock_txt p {
    padding: 0 10px;
    font-size: 14px;
  }
}
.free_template .fukidashi_ttl {
  text-align: center;
}
.free_template .fukidashi_ttl h3 {
  font-size: 30px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  letter-spacing: 0.1em;
}
@media (max-width: 850px) {
  .free_template .fukidashi_ttl h3 {
    font-size: 20px;
  }
}
.free_template .fukidashi_ttl h2 {
  display: inline-block;
  font-size: 38px;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  padding: 10px 50px;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 850px) {
  .free_template .fukidashi_ttl h2 {
    font-size: 24px;
    margin: 0 0 25px;
  }
}
.free_template .fukidashi_ttl h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-bottom: 25px solid #163420;
  border-top: 0;
  border-radius: 7px;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
.free_template .btn {
  text-align: center;
  margin: 0 0 50px;
}
.free_template .btn a {
  background: #163420;
  font-size: 30px;
  color: #fff;
  padding: 10px 70px;
  border-radius: 50px;
  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;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
@media (max-width: 850px) {
  .free_template .btn a {
    font-size: 24px;
    padding: 10px 50px;
    width: 100%;
  }
}
.free_template .btn a img {
  width: 32px;
  display: inline-block;
  margin: 0 15px 0 0;
}
@media (max-width: 850px) {
  .free_template .btn a img {
    width: 24px;
  }
}
.free_template .btn_sm {
  text-align: center;
  margin: 0 0 50px;
}
.free_template .btn_sm a {
  background: #163420;
  font-size: 20px;
  color: #fff;
  padding: 10px 70px;
  border-radius: 50px;
  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;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
@media (max-width: 850px) {
  .free_template .btn_sm a {
    font-size: 15px;
    padding: 10px 10px;
    width: 100%;
  }
}
.free_template .btn_sm a img {
  width: 24px;
  display: inline-block;
  margin: 0 15px 0 0;
}
@media (max-width: 850px) {
  .free_template .btn_sm a img {
    width: 16px;
    margin: 0 10px 0 0;
  }
}
.free_template .column_en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5%;
}
@media (max-width: 850px) {
  .free_template .column_en {
    display: block;
  }
}
.free_template .column_en .column {
  width: 30%;
  position: relative;
}
@media (max-width: 850px) {
  .free_template .column_en .column {
    width: 100%;
  }
}
.free_template .column_en .column img {
  width: 85%;
  margin: 0 0 15px;
}
.free_template .column_en .column .en {
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  font-size: 21px;
  margin: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: left;
  font-family: "Kiwi Maru", serif;
}
@media (max-width: 850px) {
  .free_template .column_en .column .en {
    font-size: 26px;
  }
}
.free_template .column_en .column .txt {
  width: 85%;
  line-height: 1.5;
  text-align: left;
}
.free_template .design_block {
  margin: 0 0 50px;
}
.free_template .design_block .ttl {
  padding: 40px 0;
  background-image: -webkit-gradient(linear, left top, right bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #163420), to(#163420));
  background-image: linear-gradient(to bottom right, transparent, transparent 50%, #163420 50%, #163420);
  text-align: center;
}
@media (max-width: 850px) {
  .free_template .design_block .ttl {
    padding: 0;
  }
}
.free_template .design_block .ttl h3 {
  font-size: 50px;
  font-family: "Kiwi Maru", serif;
  margin: 0;
  color: #c96a6b;
  width: 50%;
  padding: 0 0 0 10px;
  font-weight: 500;
  line-height: 1em;
}
@media (max-width: 850px) {
  .free_template .design_block .ttl h3 {
    width: 100%;
    font-size: 32px;
  }
}
.free_template .design_block .ttl h2 {
  font-size: 100px;
  font-family: "Kiwi Maru", serif;
  background: transparent;
  padding: 0;
  margin: 0;
  color: #c96a6b;
  width: 50%;
  padding: 0 0 0 10px;
  font-weight: 500;
  line-height: 1em;
}
@media (max-width: 850px) {
  .free_template .design_block .ttl h2 {
    width: 100%;
    font-size: 70px;
  }
}
.free_template .design_block .cont {
  background: #163420;
  padding: 70px 100px 30px;
}
@media (max-width: 850px) {
  .free_template .design_block .cont {
    padding: 40px 30px 15px;
  }
}
.free_template .design_block .cont .cont_01, .free_template .design_block .cont .cont_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 50px;
}
.free_template .design_block .cont .cont_01:last-child, .free_template .design_block .cont .cont_02:last-child {
  margin: 0;
}
.free_template .design_block .cont .cont_01 .num, .free_template .design_block .cont .cont_02 .num {
  font-size: 134px;
  line-height: 1em;
  color: #c96a6b;
  font-family: "Kiwi Maru", serif;
}
@media (max-width: 850px) {
  .free_template .design_block .cont .cont_01 .num, .free_template .design_block .cont .cont_02 .num {
    font-size: 65px;
  }
}
.free_template .design_block .cont .cont_01 .inner, .free_template .design_block .cont .cont_02 .inner {
  width: 60%;
}
.free_template .design_block .cont .cont_01 .inner .img, .free_template .design_block .cont .cont_02 .inner .img {
  width: 100%;
  height: 0;
  padding: 0 0 100%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.free_template .design_block .cont .cont_01 .inner .txt, .free_template .design_block .cont .cont_02 .inner .txt {
  width: 80%;
  margin: 20px auto;
  text-align: left;
  color: #fff;
}
@media (max-width: 850px) {
  .free_template .design_block .cont .cont_01 .inner .txt, .free_template .design_block .cont .cont_02 .inner .txt {
    width: 90%;
    font-size: 14px;
  }
}
.free_template .design_block .btm {
  height: 230px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#163420), color-stop(50%, #163420), color-stop(50%, transparent), to(transparent));
  background-image: linear-gradient(to bottom right, #163420, #163420 50%, transparent 50%, transparent);
}
@media (max-width: 850px) {
  .free_template .design_block .btm {
    height: 102px;
  }
}
.free_template .design_block_B {
  margin: 0 0 50px;
}
.free_template .design_block_B .top {
  height: 230px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right bottom, from(transparent), color-stop(50%, transparent), color-stop(#163420), color-stop(50%), to(#163420));
  background-image: linear-gradient(to bottom right, transparent, transparent 50%, #163420, 50%, #163420);
}
@media (max-width: 850px) {
  .free_template .design_block_B .top {
    height: 102px;
  }
}
.free_template .design_block_B .cont {
  background: #163420;
  padding: 70px 100px 30px;
}
@media (max-width: 850px) {
  .free_template .design_block_B .cont {
    padding: 40px 30px 15px;
  }
}
.free_template .design_block_B .cont .ttl {
  text-align: center;
  margin: 0 0 70px;
}
.free_template .design_block_B .cont .ttl h3 {
  font-size: 40px;
  font-family: "Kiwi Maru", serif;
  margin: 0;
  color: #e8aec9;
  padding: 0 0 0 10px;
  font-weight: 500;
  line-height: 1em;
}
@media (max-width: 850px) {
  .free_template .design_block_B .cont .ttl h3 {
    font-size: 32px;
  }
}
.free_template .design_block_B .cont .ttl h2 {
  font-size: 80px;
  font-family: "Kiwi Maru", serif;
  background: transparent;
  padding: 0;
  margin: 0;
  color: #e8aec9;
  padding: 0 0 0 10px;
  font-weight: 500;
  line-height: 1em;
}
@media (max-width: 850px) {
  .free_template .design_block_B .cont .ttl h2 {
    font-size: 70px;
  }
}
.free_template .design_block_B .cont .cont_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 70px;
  position: relative;
}
@media (max-width: 850px) {
  .free_template .design_block_B .cont .cont_01 {
    display: block;
    margin: 0 0 40px;
  }
}
.free_template .design_block_B .cont .cont_01 .num {
  font-size: 110px;
  line-height: 1em;
  color: #e8aec9;
  font-family: "Kiwi Maru", serif;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 850px) {
  .free_template .design_block_B .cont .cont_01 .num {
    position: relative;
    right: auto;
    text-align: left;
    font-size: 75px;
  }
}
.free_template .design_block_B .cont .cont_01 .img {
  width: 47%;
  border-radius: 110px 0 0;
  position: relative;
  overflow: hidden;
  margin: 50px 0 0;
}
@media (max-width: 850px) {
  .free_template .design_block_B .cont .cont_01 .img {
    width: 100%;
    margin: 0 0 10px;
    border-radius: 70px 0 0;
  }
}
.free_template .design_block_B .cont .cont_01 .inner {
  width: 47%;
}
@media (max-width: 850px) {
  .free_template .design_block_B .cont .cont_01 .inner {
    width: 100%;
  }
}
.free_template .design_block_B .cont .cont_01 .inner .txt {
  color: #fff;
  text-align: left;
  padding: 145px 0 0;
}
@media (max-width: 850px) {
  .free_template .design_block_B .cont .cont_01 .inner .txt {
    padding: 0;
  }
}
.free_template .design_block_B .cont .cont_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 0 0 70px;
  position: relative;
}
@media (max-width: 850px) {
  .free_template .design_block_B .cont .cont_02 {
    display: block;
    margin: 0 0 40px;
  }
}
.free_template .design_block_B .cont .cont_02 .num {
  font-size: 110px;
  line-height: 1em;
  color: #e8aec9;
  font-family: "Kiwi Maru", serif;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 850px) {
  .free_template .design_block_B .cont .cont_02 .num {
    position: relative;
    right: auto;
    text-align: right;
    font-size: 75px;
  }
}
.free_template .design_block_B .cont .cont_02 .img {
  width: 47%;
  border-radius: 110px 0 0;
  position: relative;
  overflow: hidden;
  margin: 50px 0 0;
}
@media (max-width: 850px) {
  .free_template .design_block_B .cont .cont_02 .img {
    width: 100%;
    margin: 0 0 10px;
    border-radius: 70px 0 0;
  }
}
.free_template .design_block_B .cont .cont_02 .inner {
  width: 47%;
}
@media (max-width: 850px) {
  .free_template .design_block_B .cont .cont_02 .inner {
    width: 100%;
  }
}
.free_template .design_block_B .cont .cont_02 .inner .txt {
  color: #fff;
  text-align: left;
  padding: 145px 0 0;
}
@media (max-width: 850px) {
  .free_template .design_block_B .cont .cont_02 .inner .txt {
    padding: 0;
  }
}
.free_template .design_block_B .btm {
  height: 230px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#163420), color-stop(50%, #163420), color-stop(50%, transparent), to(transparent));
  background-image: linear-gradient(to bottom right, #163420, #163420 50%, transparent 50%, transparent);
}
@media (max-width: 850px) {
  .free_template .design_block_B .btm {
    height: 102px;
  }
}
.free_template dl {
  width: 70%;
  margin: 0 auto 20px;
}
@media (max-width: 850px) {
  .free_template dl {
    margin: 0 0 0 15%;
    width: 80%;
  }
}
.free_template dl dt {
  font-size: 30px;
  margin: 0 0 10px;
  position: relative;
}
@media (max-width: 850px) {
  .free_template dl dt {
    font-size: 24px;
  }
}
.free_template dl dt::before {
  content: "";
  background: url("https://akitainu.itembox.design/item/template_nikukyu-g.svg") no-repeat center center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: -35px;
}
@media (max-width: 850px) {
  .free_template dl dt::before {
    width: 25px;
    height: 25px;
    top: 10px;
    left: -33px;
  }
}
.free_template dl dd {
  font-size: 16px;
  margin: 0 0 40px;
}
.free_template .column_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.5%;
}
@media (max-width: 850px) {
  .free_template .column_product {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.free_template .column_product .column {
  width: 31%;
}
@media (max-width: 850px) {
  .free_template .column_product .column {
    width: 47%;
  }
}
.free_template .column_product .column img {
  margin: 0 0 20px;
}
.free_template .column_product .column .name {
  font-size: 24px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  letter-spacing: 0.1em;
}
.free_template .column_product .column .txt {
  line-height: 1.5;
  font-size: 15px;
  text-align: left;
  margin: 0 0 10px;
}
.free_template .column_product .column .price {
  font-size: 18px;
  font-weight: 800;
  text-align: left;
}
.free_template .column_02_bg, .free_template .column_02 {
  margin: 0 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5%;
}
.free_template .column_02_bg .column, .free_template .column_02 .column {
  width: 35%;
}
@media (max-width: 850px) {
  .free_template .column_02_bg .column, .free_template .column_02 .column {
    width: 47%;
  }
}
.free_template .column_02_bg .column > img, .free_template .column_02 .column > img {
  margin: 0 0 20px;
}
.free_template .column_02_bg .column .txt, .free_template .column_02 .column .txt {
  text-align: left;
  line-height: 1.5;
  font-size: 16px;
}
.free_template .column_02_bg {
  padding: 90px 0 0;
  background: url("https://akitainu.itembox.design/item/template_images/bg_nikukyu.svg") no-repeat top center;
  background-size: contain;
}
@media (max-width: 850px) {
  .free_template .column_02_bg {
    background: url("https://akitainu.itembox.design/item/template_images/bg_nikukyu_sp.svg") no-repeat top center;
    background-size: contain;
  }
}
.free_template .center_img {
  width: 50%;
  margin: 0 auto 60px;
}
@media (max-width: 850px) {
  .free_template .center_img {
    width: 90%;
    margin: 0 0 40px;
  }
}
.free_template .center_img img {
  -webkit-box-shadow: 40px 45px 0px 0px rgb(22, 52, 32);
          box-shadow: 40px 45px 0px 0px rgb(22, 52, 32);
  margin: 0 0 80px;
}
@media (max-width: 850px) {
  .free_template .center_img img {
    -webkit-box-shadow: 25px 30px 0px 0px rgb(22, 52, 32);
            box-shadow: 25px 30px 0px 0px rgb(22, 52, 32);
    margin: 0 0 50px;
  }
}
.free_template .center_img h3 {
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media (max-width: 850px) {
  .free_template .center_img h3 {
    width: 100%;
    margin: 0 0 0 5%;
    font-size: 24px;
  }
}
.free_template ul {
  margin: 0 auto 60px;
}
@media (max-width: 850px) {
  .free_template ul {
    padding: 0;
  }
}
.free_template ul li {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin: 0 0 20px;
  letter-spacing: 0.1em;
  position: relative;
  padding: 0 0 0 40px;
}
@media (max-width: 850px) {
  .free_template ul li {
    font-size: 18px;
    padding: 0 0 0 35px;
  }
}
.free_template ul li::before {
  content: "";
  background: url("https://akitainu.itembox.design/item/template_images/nikukyu-list.svg") no-repeat center center;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 2px;
  left: 0;
}
@media (max-width: 850px) {
  .free_template ul li::before {
    width: 24px;
    height: 24px;
  }
}
.free_template .news {
  margin: 0 0 60px;
}
.free_template .news a {
  display: block;
  padding: 0 0 40px;
  border-bottom: 1px solid #b3b2b3;
  margin: 0 0 40px;
}
.free_template .news a:last-child {
  padding: 0;
  border-bottom: none;
}
.free_template .news a .news_ttl {
  display: block;
  font-size: 28px;
  color: #163420;
  margin: 0 0 15px;
}
.free_template .news a .news_txt {
  color: #595757;
  font-size: 18px;
  margin: 0 0 15px;
  display: block;
  width: 70%;
}
@media (max-width: 850px) {
  .free_template .news a .news_txt {
    width: 100%;
  }
}
.free_template .news a .news_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  color: #163420;
  margin: -15px 0 0;
}
@media (max-width: 850px) {
  .free_template .news a .news_btn {
    margin: 0;
    font-size: 20px;
  }
}
.free_template .news a .news_btn::before {
  content: "";
  background: url("https://akitainu.itembox.design/item/template_images/nikukyu-g.svg") no-repeat center center;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px 0 0;
}
@media (max-width: 850px) {
  .free_template .news a .news_btn::before {
    width: 25px;
    height: 25px;
    top: 10px;
    left: -33px;
  }
}
.free_template .design_block_C {
  position: relative;
  margin: 0 auto 60px;
}
.free_template .design_block_C::before {
  content: "";
  background: #163420;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
@media (max-width: 850px) {
  .free_template .design_block_C::before {
    width: 35%;
  }
}
.free_template .design_block_C .en {
  width: 40%;
  font-size: 42px;
  font-family: "Kiwi Maru", serif;
  margin: 0 0 0 auto;
  text-align: right;
  padding: 20px 0;
}
@media (max-width: 850px) {
  .free_template .design_block_C .en {
    width: 60%;
    font-size: 24px;
    padding: 5px 0;
  }
}
.free_template .design_block_C img {
  width: 80%;
  position: relative;
  z-index: 2;
  margin: 0 0 30px auto;
}
@media (max-width: 850px) {
  .free_template .design_block_C img {
    width: 85%;
  }
}
.free_template .design_block_C .txt {
  width: 40%;
  font-size: 18px;
  margin: 0 0 25px auto;
  text-align: left;
}
@media (max-width: 850px) {
  .free_template .design_block_C .txt {
    width: 60%;
  }
}
.free_template .design_block_C .btn {
  max-width: 40%;
  margin: 0 0 25px auto;
}
@media (max-width: 850px) {
  .free_template .design_block_C .btn {
    max-width: 60%;
  }
}
.free_template .design_block_C .btn a {
  font-size: 18px;
  padding: 10px 45px;
  margin: 0;
}
@media (max-width: 850px) {
  .free_template .design_block_C .btn a {
    font-size: 16px;
    padding: 10px 30px;
  }
}
.free_template .design_block_C .btn a img {
  width: 24px;
}
@media (max-width: 850px) {
  .free_template .design_block_C .btn a img {
    width: 20px;
  }
}
.free_template .design_block_C_r {
  position: relative;
  margin: 0 auto 60px;
}
.free_template .design_block_C_r::before {
  content: "";
  background: #163420;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
@media (max-width: 850px) {
  .free_template .design_block_C_r::before {
    width: 35%;
  }
}
.free_template .design_block_C_r .en {
  width: 40%;
  font-size: 42px;
  font-family: "Kiwi Maru", serif;
  text-align: left;
  padding: 20px 0;
  margin: 0;
}
@media (max-width: 850px) {
  .free_template .design_block_C_r .en {
    width: 60%;
    font-size: 24px;
    padding: 5px 0;
  }
}
.free_template .design_block_C_r img {
  width: 80%;
  position: relative;
  z-index: 2;
  margin: 0 0 30px 0;
}
@media (max-width: 850px) {
  .free_template .design_block_C_r img {
    width: 85%;
  }
}
.free_template .design_block_C_r .txt {
  width: 40%;
  font-size: 18px;
  margin: 0 0 25px 0;
  text-align: left;
}
@media (max-width: 850px) {
  .free_template .design_block_C_r .txt {
    width: 60%;
  }
}
.free_template .design_block_C_r .btn {
  max-width: 40%;
  margin: 0 0 25px 0;
}
@media (max-width: 850px) {
  .free_template .design_block_C_r .btn {
    max-width: 60%;
  }
}
.free_template .design_block_C_r .btn a {
  font-size: 18px;
  padding: 10px 45px;
  margin: 0;
}
@media (max-width: 850px) {
  .free_template .design_block_C_r .btn a {
    font-size: 16px;
    padding: 10px 30px;
  }
}
.free_template .design_block_C_r .btn a img {
  width: 24px;
}
@media (max-width: 850px) {
  .free_template .design_block_C_r .btn a img {
    width: 20px;
  }
}
.free_template .image_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2%;
  margin: 0 0 60px;
}
.free_template .image_list img {
  width: 32%;
  padding: 0 0 2%;
}
@media (max-width: 850px) {
  .free_template .image_list img {
    width: 49%;
  }
}
.free_template .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 30px;
}
.free_template .product > img {
  width: 55%;
}
@media (max-width: 850px) {
  .free_template .product > img {
    width: 48%;
  }
}
.free_template .product .cont {
  width: 40%;
}
@media (max-width: 850px) {
  .free_template .product .cont {
    width: 48%;
  }
}
.free_template .product .cont .name {
  text-align: left;
  font-size: 32px;
  font-weight: 800;
  margin: 0 0 15px;
}
@media (max-width: 850px) {
  .free_template .product .cont .name {
    font-size: 24px;
  }
}
.free_template .product .cont .txt {
  text-align: left;
  font-size: 18px;
  margin: 0 0 15px;
}
@media (max-width: 850px) {
  .free_template .product .cont .txt {
    font-size: 16px;
    line-height: 1.5;
  }
}
.free_template .product .cont .price {
  text-align: left;
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 15px;
}
@media (max-width: 850px) {
  .free_template .product .cont .price {
    font-size: 20px;
  }
}
.free_template .product .cont .btn a {
  font-size: 18px;
  padding: 10px 45px;
  margin: 0;
}
@media (max-width: 850px) {
  .free_template .product .cont .btn a {
    padding: 10px 15px;
    font-size: 14px;
  }
}
.free_template .product .cont .btn a img {
  width: 24px;
}
@media (max-width: 850px) {
  .free_template .product .cont .btn a img {
    width: 20px;
  }
}
.free_template .design_block_D,
.free_template .design_block_D_y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2%;
  margin: 0 0 60px;
}
@media (max-width: 850px) {
  .free_template .design_block_D,
  .free_template .design_block_D_y {
    display: block;
  }
}
.free_template .design_block_D .column,
.free_template .design_block_D_y .column {
  width: 48%;
  padding: 30px;
  background: #ecf0eb;
  border-radius: 10px;
}
@media (max-width: 850px) {
  .free_template .design_block_D .column,
  .free_template .design_block_D_y .column {
    width: 100%;
    margin: 0 0 30px;
    padding: 25px;
  }
}
.free_template .design_block_D .column .point,
.free_template .design_block_D_y .column .point {
  border: 3px solid #163420;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  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;
  background: #fff;
  margin: 0 auto;
}
.free_template .design_block_D .column .point span,
.free_template .design_block_D_y .column .point span {
  display: block;
}
.free_template .design_block_D .column .point span:first-child,
.free_template .design_block_D_y .column .point span:first-child {
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
}
.free_template .design_block_D .column .point span:last-child,
.free_template .design_block_D_y .column .point span:last-child {
  font-size: 36px;
  line-height: 1;
  font-weight: 800;
}
.free_template .design_block_D .column .cont,
.free_template .design_block_D_y .column .cont {
  background: #fff;
  border-radius: 10px;
  padding: 65px 25px 30px;
  margin: -45px 0 30px;
}
.free_template .design_block_D .column .cont h3,
.free_template .design_block_D_y .column .cont h3 {
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin: 0 0 25px;
}
.free_template .design_block_D .column .cont h3 + h4,
.free_template .design_block_D_y .column .cont h3 + h4 {
  margin: -10px 0 25px;
}
.free_template .design_block_D .column .cont h4,
.free_template .design_block_D_y .column .cont h4 {
  margin: 0 0 25px;
  font-weight: 800;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  font-size: 20px;
}
.free_template .design_block_D .column .cont img,
.free_template .design_block_D_y .column .cont img {
  margin: 0 0 25px;
}
.free_template .design_block_D .column .cont .txt,
.free_template .design_block_D_y .column .cont .txt {
  font-size: 14px;
  text-align: left;
  margin: 0 0 20px;
}
.free_template .design_block_D .column .cont .separator-line,
.free_template .design_block_D_y .column .cont .separator-line {
  margin: 20px 0;
}
.free_template .design_block_D .column .cont .price,
.free_template .design_block_D_y .column .cont .price {
  text-align: left;
  font-size: 24px;
  font-weight: 800;
  margin: 0;
  line-height: 1;
}
.free_template .design_block_D .column .btn,
.free_template .design_block_D_y .column .btn {
  width: 100%;
  margin: 0;
}
.free_template .design_block_D .column .btn a,
.free_template .design_block_D_y .column .btn a {
  font-size: 22px;
  width: 100%;
}
.free_template .design_block_D .column .btn a img,
.free_template .design_block_D_y .column .btn a img {
  width: 26px;
  margin: 0 10px 0 0;
}
.free_template .design_block_D .column .ttl,
.free_template .design_block_D_y .column .ttl {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 20px;
}
.free_template .design_block_D .column .ttl + .cont,
.free_template .design_block_D_y .column .ttl + .cont {
  margin: 0 0 30px;
  padding: 30px 25px;
}