﻿/*==============================================
 Utility
 ===============================================*/
 .main_wrapper {
    background-image: url(../products_img/goods_side1.png),url(../products_img/goods_side2.png),url(../products_img/goods_side3.png),url(../products_img/goods_side4.png),url(../products_img/goods_back.png);
    position: relative;
    background-size: 334px,246px,390px,390px,cover;
    background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;
    background-position: bottom left 23%,bottom right 24%,left top,right top,center;
    z-index: 0;
    border-bottom: 6px solid #6C070C;
    border-top: 6px solid #51070C;
}

@media screen and (min-width: 1921px) {
  .main_wrapper {
    background-size: 334px,246px,390px,390px,cover;
    background-position: bottom left 23%,bottom right 24%,bottom;
  }
}

.main_inner {
    padding: 50px 0;
    text-align: center;
}
.main_inner p {
    display: block;
    color: #fff;
    font-size: 26px;
    letter-spacing: 0.15em;
    font-weight: 600;
}
h1 {
  z-index: 1;
  position: relative;
}
h1 img {
    max-height: 220px;
}
.border {
    position: relative;
    border: 1px solid #e6eaee;
    border-radius: 10px;
    overflow: hidden;
}
.bf_fff {
    background: #fff;
    position: relative;
}
.content_wrapper {
    padding: 60px 0;
    position: relative;
}
.bg_fff {
    background-color: #fff;
    position: relative;
    border-radius: 16px;
    padding: 20px;
    border: 6.5px solid #93000A;
}
.bg_fff ul {
    margin: 0;
    padding: 0;
}
.bg_fff ul li {
  position: relative;
  line-height: 35px;
  padding-left: 25px;
  list-style: none;
  font-size: 18px;
  letter-spacing: 1.8px;
  color: #666666;
  font-weight: bold;
}
.bg_fff ul li:not(:last-child) {
    margin-bottom: 5px;
}
.bg_fff ul li:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  background: #93000A;
  border-radius: 5px;
}
.bg_fff ul li.star:before {
    content: "\2605";
    background: no-repeat;
    width: auto;
    height: auto;
    top: 0;
    left: -4px;
    color: #93000A;
    border-radius: 0;
}
.bg_fff .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.notes1.flex {
  border-bottom: 1px solid #FFA205;
  padding-bottom: 35px;
  margin-bottom: 35px;
  align-items: flex-start;
}
.notes1.flex ul li:first-child {
    padding-left: 0;
    color: #93000A;
    font-size: 20px;
    letter-spacing: 0.1em;
    padding-right: 0;
}
.notes1.flex ul li:first-child:before {
  display: none;
}
.mt100 {
    margin-top: 100px;
}
.notes1.flex p,
.notes2.flex p {
    width: 150px;
    background-color: #93000A;
    color: #fff;
    text-align: center;
    font-size: 25px;
    letter-spacing: 0.06em;
    border-radius: 5px;
    line-height: 1em;
    padding: 8px;
    font-weight: bold;
}
.notes1.flex ul,
.notes2.flex ul {
  width: calc(100% - 160px);
  padding-left: 25px;
}
.notes1 ul li:not(:last-child) {
  padding-right: 60px;
}
h2.godstitle {
  text-align: center;
  margin-bottom: 60px;
  display: block;
  position: relative;
}
h2.godstitle img.godstitle_text {
  max-height: 281px;
}

.tabMenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.godsitem {
  align-items: center;
  opacity: .7;
  width: calc(100% / 3 - 20px);
  text-align: center;
  color: #ffffff;
  padding: 25px 10px;
  line-height: 31px;
  letter-spacing: 0.84px;
  font-weight: 600;
  cursor: pointer;
  font-size: 21px;
  border-radius: 15px 15px 0px 0px;
  border-bottom: none;
}
/* コンテンツは非表示 */
.content {
  display: none;
}
/* activeクラスの追加でタブの色を変更 */
.godsitem.active {
  opacity: 1;
}
/* activeクラスの追加でコンテンツを表示 */
.content.active {
  display: block;
}
.tabContent .row {
  display: flex;
  flex-wrap: wrap;
}
.godsitem_1 {
  background: transparent linear-gradient(0deg, #FFA204 50%, #FFB504 51%) 0% 0% no-repeat padding-box;
  border: 3px solid #FFCE5A;
  border-bottom:0;
}
.godsitem_2 {
  background: transparent linear-gradient(0deg, #008D3E 50%, #00A23E 51%) 0% 0% no-repeat padding-box;
  border: 3px solid #3CB86C;
  border-bottom:0;
}
.godsitem_3 {
  background: transparent linear-gradient(0deg, #0094C8 50%, #00ACC9 51%) 0% 0% no-repeat padding-box;
  border: 3px solid #6BC1DF;
  border-bottom:0;
}
#godsitem_1 {
  background-image: url(../img/2025/back_dia1.png);
  background-size: 239px;
  background-repeat: repeat;
  background-position: center top;
}
#godsitem_2 {
  background-color: #009191;
  background-image: url(../img/2025/back_color1.png);
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: top center;
}
#godsitem_3 {
  background-image: url(../img/2025/back_dia1.png);
  background-size: 239px;
  background-repeat: repeat;
  background-position: center top;
}
#godsitem_1 .item_text1,
#godsitem_1 .item_price {
  color: #FFA205;
}
#godsitem_2 .item_text1,
#godsitem_2 .item_price {
  color: #00A23E;
}
#godsitem_3 .item_text1,
#godsitem_3 .item_price {
  color: #00ACC8;
}
.tabContent .content_wrapper {
  padding: 75px 0 100px;
}

#top,#godsitem_btn {
    background-image: url(../img/2025/back_color2.png);
    background-size: 100%;
    background-repeat: repeat;
    background-position: center;
    padding: 90px 0;
}
#top {
    padding-top: 0;
}

#top .container {
    z-index: 1;
    position: relative;
}

.item {
    height: 100%;
    border-radius: 25px;
    background-color: #ffffff;
    overflow: hidden;
}
.item .text {
  padding: 25px 30px;
  min-height: 185px;
  position: relative;
}
.item .text p {
  display: block;
  text-align: left;
  font-feature-settings: "palt" 1;
}
.item img {
    background-color: #fff;
    cursor: pointer;
}
.item_text1 {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 5px;
  line-height: 27px;
  letter-spacing: 1.4px;
}
.item_text2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #666666;
  letter-spacing: 2px;
}
.item_price {
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  bottom: 25px;
  right: 30px;
  letter-spacing: 1.6px;
  line-height: 24px;
}

.item_text3, .text_sm {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.text-justify {
    font-feature-settings: "palt" 1;
}

.tab,
.sp {
    display: none;
}

.animete_target {
    opacity: 0;
}

footer {
  padding-top: 0 !important;
}
img.additem,
img.additem2 {
  position: absolute;
  /* width: 115px; */
  max-height: 34px;
  background: transparent;
  right: 30px;
  top: -17px;
}
img.additem2 {
  right: 195px;
}

.goodstitle-inner,.goodstitle-inner2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}
.goodstitle-inner2 {
    padding: 60px 0;
    border-top: 2px solid #FFEB90;
    border-bottom: 2px solid #FFEB90;
}
.goodstitle-child:first-child img {
    max-height: 222px;
}
.goodstitle-child:first-child {
    width: calc(100% - 940px);
}
.goodstitle-child:last-child {
    width: 940px;
}
.goodstitle-child h2.godstitle {
    margin-bottom: 0;
}
.goodstitle-child2:first-child img {
    max-height: 356px;
}
.goodstitle-child2:first-child {
    width: 690px;
}
.goodstitle-child2:last-child {
    width: calc(100% - 720px);
}
.goodstitle-child2 h5 {
  font-size: 22px;
  line-height: 1.8em;
  letter-spacing: 0.13em;
  margin-bottom: 10px;
}
.goodstitle-child2 h3 {
  font-size: 30px;
  line-height: 1.3em;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
}
.goodstitle-child2 p {
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0.12em;
  margin-top: 0;
  margin-bottom: 0;
}
#godsitem_1 img.abs,
#godsitem_2 img.abs,
#godsitem_3 img.abs {
    z-index: 1;
    max-height: 281px;
}
#godsitem_1 .inner-border,
#godsitem_2 .inner-border,
#godsitem_3 .inner-border {
    border: 2px solid #93000A;
    padding: 50px;
}
#godsitem_1 img.abs1,
#godsitem_2 img.abs1,
#godsitem_3 img.abs1 {
    top: -125px;
    right: -10px;
}
#godsitem_1 img.abs2,
#godsitem_2 img.abs2,
#godsitem_3 img.abs2 {
    left: -45px;
    bottom: -65px;
}
#godsitem_1 img.abs3,
#godsitem_2 img.abs3,
#godsitem_3 img.abs3 {
    right: -35px;
    bottom: -60px;
}


@media screen and (max-width: 1700px) {
  .main_wrapper {
    background-position: bottom left 18%, bottom right 20%, calc(50% - 700px) top, calc(50% + 700px) top, center;
  }
}

@media screen and (max-width: 1600px) {
  img.additem, img.additem2 {
      max-height: 28px;
      right: 30px;
      top: -14px;
  }
  img.additem2 {
      right: 165px;
  }
  .item .text {
    padding: 15px 20px;
    min-height: 175px;
  }
  .item_text1 {
    font-size: 13px;
    letter-spacing: 1px;
    padding-bottom: 3px;
  }
  .item_text2 {
    font-size: 19px;
    letter-spacing: 1px;
  }
  .item_price {
    font-size: 15px;
    bottom: 15px;
    right: 20px;
    letter-spacing: 1px;
  }
  .item {
      border-radius: 20px;
  }
  h2.godstitle img.godstitle_text {
      max-height: 261px;
  }
  .goodstitle-child:last-child {
      width: 865px;
  }
  .goodstitle-child:first-child {
      width: calc(100% - 895px);
  }
  .goodstitle-child2:first-child img {
      max-height: 296px;
  }
  .goodstitle-child2:first-child {
      width: 604px;
  }
  .goodstitle-child2:last-child {
      width: calc(100% - 604px);
  }
  .goodstitle-child2 h5 {
    font-size: 20px;
    letter-spacing: 0.08em;
  }
  .goodstitle-child2 p {
      font-size: 15px;
      letter-spacing: 0.1em;
  }
  .goodstitle-child2 h3 {
      font-size: 27px;
      line-height: 1.3em;
      letter-spacing: 0.08em;
  }
  .mt100 {
      margin-top: 80px;
  }
  #godsitem_1 img.abs, #godsitem_2 img.abs, #godsitem_3 img.abs {
      max-height: 256px;
  }
  #godsitem_1 img.abs3, #godsitem_2 img.abs3, #godsitem_3 img.abs3 {
      bottom: -65px;
  }
}

@media screen and (min-width: 1601px) {
  .container {
    width: 1430px;
  }
  br.none1601 {
    display: none;
  }
}

@media screen and (max-width: 1500px) {
  .main_wrapper {
    background-size: 304px, 216px, 320px, 320px, cover;
    background-position: bottom left 18%, bottom right 20%, calc(50% - 600px) top, calc(50% + 600px) top, center;
  }
  h1 img {
      max-height: 200px;
  }
  .main_inner {
      padding: 40px 0;
  }
}

@media screen and (max-width: 1400px) {
  .main_wrapper {
    background-size: 284px, 206px, 290px, 290px, cover;
    background-position: bottom left 17%, bottom right 19%, calc(50% - 550px) top, calc(50% + 550px) top, center;
  }
    h2.godstitle img.godstitle_text {
        max-height: 246px;
    }
    .goodstitle-child:last-child {
        width: 816px;
    }
    .goodstitle-child:first-child {
        width: calc(100% - 816px);
    }
    .goodstitle-child:first-child img {
        max-height: 212px;
    }
}

@media screen and (max-width: 1300px) {
  .main_wrapper {
    background-size: 284px, 206px, 260px, 260px, cover;
    background-position: bottom left 15%, bottom right 17%, calc(50% - 530px) top, calc(50% + 530px) top, center;
  }
  #godsitem_1 img.abs2, #godsitem_2 img.abs2, #godsitem_3 img.abs2 {
      left: -30px;
  }
}

.block_1199 {
    display: none;
}

@media screen and (max-width: 1199px) {
    .main_wrapper {
      background-size: 264px, 191px, 240px, 240px, cover;
      background-position: bottom left 15%, bottom right 17%, calc(50% - 530px) top, calc(50% + 530px) top, center;
    }
    h1 img {
      max-height: 170px;
    }
    img.additem, img.additem2 {
        max-height: 22px;
        right: 25px;
        top: -11px;
    }
    img.additem2 {
        right: 130px;
    }
    h2.godstitle img.godstitle_text {
        max-height: 216px;
    }
    .block_1199 {
        display: block;
    }
    .item {
        border-radius: 15px;
    }
    .godsitem {
      font-size: 20px;
      padding: 22px 10px;
    }
    #godsitem_1 img.abs, #godsitem_2 img.abs, #godsitem_3 img.abs {
        max-height: 241px;
    }
    #godsitem_1 img.abs1, #godsitem_2 img.abs1, #godsitem_3 img.abs1 {
        top: -110px;
    }
    .notes1.flex ul, .notes2.flex ul {
        width: calc(100% - 150px);
    }
    .notes1.flex p, .notes2.flex p {
        width: 150px;
        font-size: 23px;
    }
    .notes1.flex ul li:first-child {
        font-size: 19px;
        letter-spacing: 0.08em;
    }
    .bg_fff ul li {
        font-size: 15px;
    }
    .bg_fff ul li:before{
        top: 14px;
    }
    .item_text2 {
      font-size: 17px;
    }
    .mt100 {
        margin-top: 70px;
    }
    .goodstitle-child2:first-child,
    .goodstitle-child2:last-child {
        width: 100%;
    }
    .goodstitle-child2:last-child {
        margin-top: 40px;
    }
    .goodstitle-child:last-child {
        width: 715px;
    }
    .goodstitle-child:first-child {
        width: calc(100% - 715px);
        text-align: left;
    }
    .goodstitle-child:first-child img {
        max-height: 182px;
    }
    .goodstitle-inner {
        margin-bottom: 50px;
    }
    .goodstitle-inner2 {
        padding: 50px 0;
    }
    br.none1601 {
      display: none;
    }
    #top .m-bot-80 {
        margin-bottom: 70px;
    }
}

@media screen and (max-width: 1100px) {
    .main_wrapper {
      background-size: 254px, 181px, 240px, 240px, cover;
      background-position: bottom left 14%, bottom right 16%, calc(50% - 500px) top, calc(50% + 500px) top, center;
    }
}

@media screen and (max-width: 991px) {
    .main_inner {
        padding: 70px 0;
    }
    h1 img {
        max-height: 160px;
    }
    .main_wrapper {
        background-size: 244px, 171px, 220px, 220px, cover;
        background-position: bottom left 10%, bottom right 15%, calc(50% - 390px) top, calc(50% + 390px) top, center;
    }
    .godsitem {
      font-size: 18px;
      letter-spacing: 0;
      width: calc(100% / 3 - 10px);
      border-radius: 12px;
      padding: 15px 5px;
      border: 2px solid #FFCE5A;
      line-height: 1.6em;
    }
    .godsitem_2 {
        border: 2px solid #3CB86C;
    }
    .godsitem_3 {
        border: 2px solid #6BC1DF;
    }
    #top .m-bot-80 {
        margin-bottom: 30px;
    }
    h2.godstitle img.godstitle_text {
        max-height: 186px;
    }
    h2.godstitle {
        margin-bottom: 50px;
    }
    .goodstitle-child2:first-child img {
        max-height: 256px;
    }
    .goodstitle-child:first-child,
    .goodstitle-child:last-child {
        width: 100%;
        text-align: center;
    }
    .goodstitle-child:last-child {
        order: 1;
    }
    .goodstitle-child:first-child {
        order: 2;
    }
    .goodstitle-child:first-child img {
        max-height: 162px;
        margin-top: 40px;
    }
    .goodstitle-child2 h5 {
        font-size: 19px;
    }
    .goodstitle-child2 h3 {
        font-size: 25px;
    }
    .goodstitle-child2 p {
        font-size: 14px;
    }
    #godsitem_1 img.abs, #godsitem_2 img.abs, #godsitem_3 img.abs {
        max-height: 201px;
    }
    .bg_fff {
        padding: 15px;
    }
    #godsitem_1 img.abs2, #godsitem_2 img.abs2, #godsitem_3 img.abs2 {
        left: -50px;
    }
    #godsitem_1 img.abs1, #godsitem_2 img.abs1, #godsitem_3 img.abs1 {
        top: -70px;
    }
    .mt100 {
        margin-top: 50px;
    }
    .bg_fff .flex {
        flex-wrap: wrap;
    }
    .notes1.flex ul li:first-child {
        font-size: 18px;
    }
    .notes1.flex {
      padding-bottom: 30px;
    }
    .notes1.flex p, .notes2.flex p,
    .notes1.flex ul, .notes2.flex ul {
      width: 100%;
    }
    .notes1.flex p img, .notes2.flex p img {
      width: 160px;
      display: block;
      margin: 0 auto;
    }
    .notes1.flex ul, .notes2.flex ul {
      padding-left: 0;
      margin-top: 20px;
    }
    .notes1 ul li:not(:last-child) {
      padding-right: 30px;
    }
    .bg_fff ul li {
      padding-left: 20px;
      line-height: 1.5em;
    }
    .bg_fff ul li:not(:last-child) {
      margin-bottom: 10px;
    }
    .bg_fff ul li:before {
      top: 7px;
      width: 8px;
      height: 8px;
    }
    .bg_fff ul li.star:before {
        left: -3px;
    }
    #godsitem_btn {
      padding-bottom: 30px !important;
    }
    .tabMenu {
      flex-wrap: wrap;
    }
    .notes1.flex p, .notes2.flex p {
        font-size: 22px;
    }
}

@media screen and (min-width: 992px) {
}

@media screen and (max-width: 899px) {
    h1 img {
        max-height: 150px;
    }
    .main_wrapper {
        background-size: 229px, 161px, 200px, 200px, cover;
        background-position: bottom left 8%, bottom right 13%, calc(50% - 350px) top, calc(50% + 350px) top, center;
    }
    .main_inner {
        padding: 60px 0;
    }
}

@media screen and (max-width: 840px) {
    .main_wrapper {
        background-size: 219px, 156px, 200px, 200px, cover;
        background-position: bottom left 7%, bottom right 12%, calc(50% - 340px) top, calc(50% + 340px) top, center;
    }
    h2.godstitle img.godstitle_text {
        max-height: 181px;
    }
    #godsitem_1 img.abs, #godsitem_2 img.abs, #godsitem_3 img.abs {
        max-height: 181px;
    }
    #godsitem_1 img.abs2, #godsitem_2 img.abs2, #godsitem_3 img.abs2 {
        left: -30px;
    }
    #godsitem_1 img.abs1, #godsitem_2 img.abs1, #godsitem_3 img.abs1 {
        top: -50px;
    }
}

@media screen and (max-width: 799px) {
    .main_inner {
        padding: 55px 0;
    }
    h1 img {
        max-height: 140px;
    }
    .main_wrapper {
        background-size: 209px, 151px, 190px, 190px, cover;
        background-position: bottom left 7%, bottom right 12%, calc(50% - 320px) top, calc(50% + 320px) top, center;
    }
}

@media screen and (max-width: 768px) {
    #godsitem_1 img.abs, #godsitem_2 img.abs, #godsitem_3 img.abs {
        max-height: 166px;
    }
    #godsitem_1 img.abs2, #godsitem_2 img.abs2, #godsitem_3 img.abs2 {
        left: -10px;
        bottom: -55px;
    }
    #godsitem_1 img.abs3, #godsitem_2 img.abs3, #godsitem_3 img.abs3 {
        right: -15px;
        bottom: -50px;
    }
    #godsitem_1 img.abs1, #godsitem_2 img.abs1, #godsitem_3 img.abs1 {
        top: -40px;
    }
    .mt100 {
        margin-top: 40px;
    }
    .tabContent .content_wrapper {
        padding: 75px 0 90px;
    }
}

@media screen and (max-width: 767px) {
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }
    .godsitem {
        font-size: 17px;
        border-radius: 10px;
        line-height: 1.5em;
    }
    h2.godstitle img.godstitle_text {
        max-height: 166px;
    }
    .goodstitle-child:first-child img {
        max-height: 152px;
        margin-top: 35px;
    }
    .goodstitle-child2 h3 {
        font-size: 24px;
    }
    .bg_fff ul li {
      font-size: 15px;
      padding-left: 18px;
      line-height: 30px;
    }
    .bg_fff ul li:not(:last-child) {
      margin-bottom: 5px;
    }
    .bg_fff ul li:before {
      top: 11px;
    }
    .notes1.flex {
      padding-bottom: 25px;
      margin-bottom: 30px;
    }
    .item_text2 {
      font-size: 16px;
      line-height: 26px;
    }
    .item_price {
      font-size: 14px;
      bottom: 15px;
    }
}

@media screen and (max-width: 740px) {
    .main_wrapper {
        background-size: 199px, 141px, 180px, 180px, cover;
        background-position: bottom left 4%, bottom right 10%, calc(50% - 290px) top, calc(50% + 290px) top, center;
    }
}

@media screen and (max-width: 699px) {
    .item_text1 {
      padding-bottom: 2px;
      line-height: 1.6;
    }
    .item .text {
      padding: 20px 25px 40px 25px;
    }
    h2.godstitle img.godstitle_text {
        max-height: 156px;
    }
    .goodstitle-child2:first-child img {
        max-height: 236px;
    }
    .goodstitle-inner2 {
        padding: 45px 0;
    }
    .goodstitle-inner {
        margin-bottom: 45px;
    }
    .goodstitle-child:first-child img {
        max-height: 142px;
    }
    .godsitem {
        font-size: 16px;
        line-height: 1.4em;
    }
    h1 img {
        max-height: 130px;
    }
    .main_wrapper {
        background-size: 174px, 130px, 170px, 170px, cover;
        background-position: bottom left 2%, bottom right 9%, calc(50% - 240px) top, calc(50% + 240px) top, center;
    }
    .goodstitle-child2:last-child {
        margin-top: 35px;
    }
}

@media screen and (max-width: 650px) {
    .item .text {
      min-height: 188px;
    }
    .item_text2 {
      letter-spacing: 1.2px;
    }
}

@media screen and (max-width: 599px) {
    h1 img {
        max-height: 120px;
    }
    .main_inner {
        padding: 50px 0;
    }
    h2.godstitle img.godstitle_text {
        max-height: 146px;
    }
    .goodstitle-child2 h3 {
        font-size: 23px;
    }
    .main_wrapper {
        background-position: bottom left 2%, bottom right 9%, calc(50% - 220px) top, calc(50% + 220px) top, center;
    }
    .goodstitle-child:first-child img {
        max-height: 132px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 575px) {
    .main_inner {
        padding: 70px 0;
    }
    .godsitem {
        font-size: 15px;
        padding: 12px 5px;
        width: calc(100% / 3 - 7px);
    }
    h2.godstitle img.godstitle_text {
        max-height: 136px;
    }
    .item .text {
      padding: 15px 18px 40px 18px;
    }
    .item_price {
      right: 18px;
    }
    .tabContent .col-sm-6:nth-child(odd) {
      padding-left: 7.5px;
    }
    .tabContent .col-sm-6:nth-child(even) {
      padding-right: 7.5px;
    }
    .tabContent .col-sm-6.m-bot-30 {
      margin-bottom: 25px;
    }
    .notes1.flex ul li {
      float: none;
    }
    .notes1 ul li:not(:last-child) {
      padding-right: 0;
    }
    #godsitem_1 img.abs, #godsitem_2 img.abs, #godsitem_3 img.abs {
        max-height: 151px;
    }
    .bg_fff {
        padding: 12px;
    }
    .tabContent .content_wrapper {
        padding: 70px 0 80px;
    }
    #godsitem_1 .inner-border, #godsitem_2 .inner-border, #godsitem_3 .inner-border {
        padding: 45px;
    }
    .mt100 {
        margin-top: 35px;
    }
    .goodstitle-child:first-child img {
        max-height: 127px;
    }
    .goodstitle-inner {
        margin-bottom: 40px;
    }
    .goodstitle-inner2 {
        padding: 40px 0;
    }
    .goodstitle-child2:last-child {
        margin-top: 30px;
    }
    .goodstitle-child2 h5 {
        font-size: 17px;
    }
    .goodstitle-child2 h3 {
        font-size: 21px;
    }
    .goodstitle-child2 p {
        font-size: 13px;
    }
    .main_wrapper {
        background-size: 154px, 110px, 150px, 150px, cover;
        background-position: bottom left, bottom right 6%, calc(50% - 210px) top, calc(50% + 210px) top, center;
    }
    .notes1.flex ul li:first-child {
        font-size: 17px;
    }
    .notes1.flex p, .notes2.flex p {
        font-size: 21px;
    }
}

@media screen and (max-width: 540px) {
    .main_wrapper {
        background-size: 139px, 100px, 140px, 140px, cover;
        background-position: bottom left, bottom right 5%, calc(50% - 190px) top, calc(50% + 190px) top, center;
    }
    h2.godstitle img.godstitle_text {
        max-height: 130px;
    }
    br.none1601 {
        display: block;
    }
}

@media screen and (max-width: 520px) {
    .item .text {
      min-height: 188px;
    }
    .item_text2 {
      letter-spacing: 0.5px;
    }
    .goodstitle-child:first-child img {
        max-height: 122px;
    }
    .goodstitle-child2 h5 {
        font-size: 16px;
    }
    .goodstitle-child2 h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 500px) {
    h2.godstitle {
      margin-bottom: 40px;
    }
    span.tax {
      font-size: 11px;
      vertical-align: top;
    }
    .item_price {
      right: 15px;
    }
    .item_text1 {
      font-size: 12px;
      line-height: 1.2em;
    }
    .item_text2 {
      font-size: 14px;
      line-height: 1.5em;
    }
    .item_price {
      font-size: 13px;
      bottom: 12px;
    }
    .item .text {
      min-height: 0;
      position: initial;
    }
    .item_price {
      right: 25px;
    }
    .godsitem {
        padding: 15px 5px;
        width: 100%;
    }
    .godsitem_2,
    .godsitem_3 {
        margin-top: 20px;
    }
    .godsitem br {
        display: none;
    }
    img.additem, img.additem2 {
        max-height: 20px;
        right: 20px;
        top: -10px;
    }
    img.additem2 {
        right: 120px;
    }
    .goodstitle-inner {
        margin-bottom: 35px;
    }
    .goodstitle-inner2 {
        padding: 35px 0;
    }
    .goodstitle-child2 h5,
    .goodstitle-child2 p {
        letter-spacing: 0.04em;
    }
    .goodstitle-child2 p {
      font-size: 12px;
    }
    .goodstitle-child2:last-child {
        margin-top: 25px;
    }
    .goodstitle-inner2 {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 480px) {
    #top .m-bot-80 {
        margin-bottom: 25px;
    }
    #godsitem_btn {
      padding-bottom: 25px !important;
    }
    h1 img {
        max-height: 110px;
    }
    .main_wrapper {
        background-size: 129px, 95px, 120px, 120px, cover;
        background-position: bottom left, bottom right 5%, calc(50% - 170px) top, calc(50% + 170px) top, center;
    }
    .bg_fff {
      padding: 10px;
    }
    #godsitem_1 .inner-border, #godsitem_2 .inner-border, #godsitem_3 .inner-border {
        padding: 40px;
    }
    .bg_fff ul li {
      padding-left: 18px;
      letter-spacing: 0.05em;
      font-size: 13px;
      line-height: 26px;
    }
    .bg_fff ul li:before {
      top: 9px;
    }
    .notes1.flex p img, .notes2.flex p img {
      width: 140px;
    }
    .notes1.flex p, .notes2.flex p {
        font-size: 18px;
    }
    .notes1.flex ul li:first-child {
        font-size: 16px;
    }
    #godsitem_1 img.abs, #godsitem_2 img.abs, #godsitem_3 img.abs {
        max-height: 141px;
    }
    .mt100 {
        margin-top: 30px;
    }
    #godsitem_1 img.abs3, #godsitem_2 img.abs3, #godsitem_3 img.abs3 {
        bottom: -35px;
        right: -20px;
    }
    #godsitem_1 img.abs2, #godsitem_2 img.abs2, #godsitem_3 img.abs2 {
        left: -15px;
        bottom: -45px;
    }
    .tabContent .content_wrapper {
      padding: 60px 0 70px;
    }
    .goodstitle-child:first-child img {
        max-height: 112px;
        margin-top: 25px;
    }
    .goodstitle-inner {
        margin-bottom: 30px;
    }
    .goodstitle-child2 h3 {
        font-size: 19px;
    }
    .goodstitle-child2 h5 {
        font-size: 15px;
    }
    .goodstitle-child2 p {
        text-align: justify;
        padding-left: 1em;
        text-indent: -1em;
    }
    .item {
        border-radius: 10px;
    }
    .goodstitle-child2 h5,
    .goodstitle-child2 h3 {
        text-align: justify;
    }
    .goodstitle-child2 h5 br,
    .goodstitle-child2 h3 br {
        display: none;
    }
    img.additem, img.additem2 {
        max-height: 18px;
        right: 15px;
        top: -9px;
    }
    img.additem2 {
        right: 105px;
    }
}

@media screen and (max-width: 428px) {
    .bg_fff {
        padding: 8px;
    }
    #godsitem_1 .inner-border, #godsitem_2 .inner-border, #godsitem_3 .inner-border {
        padding: 35px;
    }
    #godsitem_1 img.abs, #godsitem_2 img.abs, #godsitem_3 img.abs {
        max-height: 131px;
    }
    #godsitem_1 img.abs2, #godsitem_2 img.abs2, #godsitem_3 img.abs2 {
        left: -20px;
        bottom: -40px;
    }
    .notes1.flex p, .notes2.flex p {
        font-size: 17px;
    }
    .notes1.flex ul li:first-child {
        font-size: 15px;
    }
    #godsitem_1 img.abs1, #godsitem_2 img.abs1, #godsitem_3 img.abs1 {
        top: -30px;
    }
    .mt100 {
        margin-top: 25px;
    }
    .goodstitle-child:first-child img {
        max-height: 107px;
    }
    .goodstitle-child2 h5 {
        font-size: 14px;
    }
    .goodstitle-child2 h3 {
        font-size: 18px;
        letter-spacing: 0.06em;
    }
    .goodstitle-inner2 {
        padding: 30px 0;
    }
    .goodstitle-inner2 {
        margin-bottom: 40px;
    }
    .tabContent .col-sm-6.m-bot-30 {
        margin-bottom: 20px;
    }
    .tabContent .content_wrapper {
        padding: 55px 0 60px;
    }
    .main_wrapper {
        background-size: 124px, 93px, 120px, 120px, cover;
        background-position: bottom left, bottom right 5%, calc(50% - 155px) top, calc(50% + 155px) top, center;
    }
}

@media screen and (max-width: 420px) {
    .tabContent .col-sm-6:nth-child(odd) {
      padding-left: 15px;
      width: 100%;
    }
    .tabContent .col-sm-6:nth-child(even) {
      padding-right: 15px;
      width: 100%;
    }
    img.additem, img.additem2 {
        max-height: 22px;
        right: 25px;
        top: -11px;
    }
    img.additem2 {
        right: 135px;
    }
    .notes1.flex ul, .notes2.flex ul {
        margin-top: 15px;
    }
}

@media screen and (max-width: 414px) {
    .main_inner {
        padding: 60px 0;
    }
    .item .text {
        padding: 15px 15px 35px;
    }
    h1 img {
        max-height: 100px;
    }
    .main_wrapper {
        background-size: 115px, 86px, 115px, 115px, cover;
        background-position: bottom left, bottom right 5%, calc(50% - 145px) top, calc(50% + 145px) top, center;
    }
    .goodstitle-child2 h3 {
        font-size: 17px;
        letter-spacing: 0.04em;
    }
}

@media screen and (max-width: 390px) {
    .main_inner {
        padding: 55px 0;
    }
    #godsitem_1 .inner-border, #godsitem_2 .inner-border, #godsitem_3 .inner-border {
        padding: 30px;
    }
    .notes1.flex p, .notes2.flex p {
        font-size: 16px;
    }
    .notes1.flex ul li:first-child {
        font-size: 14px;
        letter-spacing: 0.06em;
    }
    .bg_fff ul li {
        padding-left: 15px;
        letter-spacing: 0.04em;
        font-size: 12px;
        line-height: 24px;
    }
    .bg_fff ul li:before {
        width: 6px;
        height: 6px;
    }
    .notes1.flex ul, .notes2.flex ul {
        margin-top: 10px;
    }
    .notes1.flex {
        padding-bottom: 20px;
        margin-bottom: 25px;
    }
    #godsitem_1 img.abs, #godsitem_2 img.abs, #godsitem_3 img.abs {
        max-height: 116px;
    }
    .goodstitle-child:first-child img {
        max-height: 102px;
    }
    .goodstitle-child2 h3 {
        font-size: 16px;
    }
}

@media screen and (max-width: 375px) {
    h2.godstitle,
    .goodstitle-inner2 {
        margin-bottom: 35px;
    }
    .goodstitle-child:first-child img {
        max-height: 97px;
    }
    .goodstitle-inner2 {
        padding: 25px 0;
    }
    .goodstitle-child2:last-child {
        margin-top: 20px;
    }
    .item .text {
        padding: 12px 12px 35px;
    }
    .item_price {
      bottom: 10px;
    }
}

@media screen and (max-width: 360px) {
    .main_wrapper {
        background-size: 105px, 79px, 110px, 110px, cover;
        background-position: bottom left, bottom right 4%, calc(50% - 130px) top, calc(50% + 130px) top, center;
    }
    .godsitem {
        font-size: 14px;
    }
    .tabContent .content_wrapper {
        padding: 50px 0 55px;
    }
    #godsitem_1 .inner-border, #godsitem_2 .inner-border, #godsitem_3 .inner-border {
        padding: 25px;
    }
    .notes1.flex p, .notes2.flex p {
        font-size: 15px;
    }
    .notes1.flex {
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    .goodstitle-child:first-child img {
        max-height: 92px;
    }
    .goodstitle-inner {
        margin-bottom: 25px;
    }
    .goodstitle-child2 h3 {
        font-size: 15px;
    }
    .goodstitle-child2 h5 {
        font-size: 13px;
    }
    h2.godstitle, .goodstitle-inner2 {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 340px) {
    h1 img {
        max-height: 90px;
    }
    .main_wrapper {
        background-size: 99px, 74px, 110px, 110px, cover;
        background-position: bottom left, bottom right 4%, calc(50% - 120px) top, calc(50% + 120px) top, center;
    }
    .goodstitle-child:first-child img {
        max-height: 87px;
    }
    img.additem, img.additem2 {
        max-height: 20px;
        right: 25px;
        top: -10px;
    }
    img.additem2 {
        right: 125px;
    }
    #godsitem_1 .inner-border, #godsitem_2 .inner-border, #godsitem_3 .inner-border {
        padding: 20px;
    }
    #godsitem_1 img.abs, #godsitem_2 img.abs, #godsitem_3 img.abs {
        max-height: 111px;
    }
    .goodstitle-inner2 {
        padding: 20px 0;
    }
}

/* モーダルウィンドウ */
#item_modal {
opacity: 0;
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgb(0 0 0 / 39%);
z-index: 10;
transition: 1s;
}
.item_modalcontent {
max-width: 1024px;
width: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: #ffffff;
border-radius: 30px;
text-align: center;
padding: 0px 30px 30px 30px;
}
#item_modal_image {
max-width: 880px;
width: 100%;
}
#modal_close {
position: absolute;
width: 70px;
height: 70px;
background: #cccccc;
color: #ffffff;
font-size: 30px;
line-height: 67px;
font-weight: 600;
border-radius: 35px;
cursor: pointer;
top: -30px;
right: -15px;
border: 2px solid #ffffff;
transition: all .3s;
}
#modal_close:hover {
background: #d2d1d1;
}

@media screen and (max-width: 1199px) {
  .item_modalcontent {
    max-width: 940px;
  }
  #item_modal_image {
    max-width: 680px;
  }
  #modal_close {
    width: 60px;
    height: 60px;
    line-height: 57px;
  }
}

@media screen and (max-width: 991px) {
  .item_modalcontent {
    max-width: 840px;
  }
  #item_modal_image {
    max-width: 600px;
  }
  .sm-m-top-30 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 880px) {
  .item_modalcontent {
    max-width: 600px;
  }
  #item_modal_image {
    max-width: 550px;
  }
}

@media screen and (max-width: 640px) {
  .item_modalcontent {
    width: 90%;
  }
  #modal_close {
    width: 50px;
    height: 50px;
    line-height: 47px;
    top: -25px;
  }
}

@media screen and (max-width: 414px) {
  .item_modalcontent {
    width: 94%;
    padding: 5px 10px 20px 10px;
  }
  #modal_close {
    right: 0;
  }
}
