@charset "UTF-8";
* {
/*
  font-family: 'Noto Sans JP', sans-serif,"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
*/
font-family: sans-serif,"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;


  margin: 0;
  padding: 0;
}

img {
  vertical-align: top;
}
#cont_2 .content img,
#cont3 .content img,
#cont4 .inner img,
#cont5 ul li img {
  width: 100%;
  height: auto;
}

li {
  list-style: none;
}

.fadecont {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}

/* フェードイン時に入るクラス */
.is-fadein {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/*
--------------------------------------------------------------*/
@media screen and (max-width: 1199px) {
  .wrap {

  }
  img {
    vertical-align: top;
  }
  .openbtn {
    position: fixed;
    right: 3.466666667vw;
    top: 2.93333333vw;
    z-index: 8;
  }
  .openbtn img {
    height: auto;
    width: 7.2vw;
  }
  #spmenu {
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #009B8F;
    height: 100%;
    position: fixed;
    left: 0;
    top: -200%;
    width: 100%;
    z-index: 10;
  }
  #spmenu .inner {
    height: 100%;
    overflow: scroll;
  }
  #spmenu.on {
    top: -0;
  }
  .closebtn {
    display: none;
    position: fixed;
    right: 3.466666667vw;
    top: 2.93333333vw;
  }
  #spmenu.on .closebtn {
    display: block;
  }
  .closebtn img {
    height: auto;
    width: 5.866666667vw;
  }
  .spmenulogo {
    margin-bottom: 14vw;
    padding: 3.33333vw 0 0 3.2vw;
  }
  .spmenulogo img {
    height: auto;
    width: 50.53333vw;
  }
  .openmenu {
    margin: 0 auto;
    padding-bottom: 0;
    width: 78.66667vw;
  }
  .openmenu1 {
    margin-bottom: 0;
    margin-top: 14vw;
  }
  .openmenu2 {
    margin-bottom: 20px;
  }
  .openmenu1 + p {
    color: #fff;
    font-size: 4.26667vw;
    margin: 20px auto;
    width: 78.66667vw;
    text-align: left;
  }
  .openmenu1,
  .openmenu2 {
    border-bottom: 1px solid #fff;
  }
  .openmenu li a {
    /*background: url(../img/arrorw.png) no-repeat left 0.7em;
    background-size: 1.33333vw auto; */
    color: #fff;
    display: block;
    padding-left: 3.46667vw;
    text-decoration: none;
    position: relative;
  }
  .openmenu li a:before {
    content: "";
    background-image: url("../img/arrorw.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 5px;
    height: 8px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .openmenu1 li {
    margin-bottom: 6.66667vw;
  }
  .openmenu2 li {
    display: inline-block;
    margin-bottom: 6.66667vw;
    width: 37.33333vw;
  }
  .openmenu3 + div {
    margin: 0 auto 2.93333vw;
    width: 78.66667vw;
  }
  .openmenu3 + div img {
    height: auto;
    width: 80.13333vw;
  }
  .openmenu3 + div + p {
    background: #EBEBEB;
    border-radius: 5px;
    font-size: 2.4vw;
    line-height: 6.66667vw;
    margin: 0 auto;
    text-align: center;
    width: 78.66667vw;
  }
  /* main */
  #main {
    background: url("../img/fv_bg_sp.png") no-repeat top center;
    background-size: cover;
    padding-top:12.26666667vw;
    padding-bottom: 8vw;;
    position: relative;
  }
  #main .inner {
    text-align: center;
  }
  #main h1 {
    margin-bottom:4vw;
    z-index: 1;
    position: relative;
  }
  #main h1 img {
    height:auto;
    width:100%;
  }
  #main h1 + p{
    color:#fff;
    font-weight:bold;
    font-size:3.2vw;
    line-height:5.333333333vw;
    text-align:center;
    top:0;
    left: 0;
    position: static;;
  }
  
  
  #main p{
    position:absolute;
    top:4vw;
    left:4vw;
  }
  #main p img {
    height: auto;
    width: 51.266vw;
  }
  #main h2 {
    margin-bottom: 5.33333vw;
  }
  #main h2 img {
    height: auto;
    width: 97.46667vw;
  }
  #main p.txt2 {
    margin-bottom: 8vw;
  }
  #main p.txt2 img {
    height: auto;
    width: 82.73333vw;
  }
  #main p.txt3 img {
    height: auto;
    width: 64.6vw;
  }
  #gnav {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 5;
  }
  #gnav ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2px;
    background-color: #fff;
    border-radius: 30px;
  }
  #gnav li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #gnav li a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    position: relative;
  }
  #gnav li img {
    height: auto;
    width: 100%;
  }
  #cont1,
  #cont_2,
  #cont3,
  #cont4,
  #cont5,
  footer {
    position: relative;
    z-index: 2;

  }
  /* cont 1 */
  #cont1 {
    background: url(../img/gift1_bg_sp.png) no-repeat top left;
    background-size: auto;
    background-repeat: repeat;
    position: relative;
    text-align: center;
    padding: 100px 20px 5.333333333vw;
    z-index: 0;
    margin-top: -110px;
  }
  #cont1 .itemwrap {
    margin: 0 auto ;
    position:relative;
    background: url(../img/gift1_main_bg_sp.png) no-repeat;
    background-size: 100% 100%;
    padding: 0 20px 60px;
  }
  #cont1 h2 {
  }
  #cont1 h2 img {
    height: auto;
    width: 67vw;
    margin-top: 10px;
  }
  #cont1 h2 + p {
    margin-bottom: 6.66667vw;
  }
  #cont1 h2 + p img {
    height: auto;
    width: 81.5333vw;
  }
  #cont1 h2 + p + p {
    color: #FFEF00;
    font-size: 4vw;
    font-weight: bold;
    line-height: 2em;
    margin-bottom: 10.66667vw;
  }
  #cont1 .itemlist {
    margin: 40px auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    gap: 0;
    margin-bottom: 30px;
    border-top: 2px dotted #595757;
    
  }
  #cont1 .itemlist li {
    border-bottom: 2px dotted #595757;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }
  #cont1 .itemlist li:nth-child(2n) {
    padding-left: 10px;
  }
  #cont1 .itemlist li:nth-child(2n-1) {
    padding-right: 10px;
  }
  #cont1 .itemlist.last {
    grid-template-columns: 1fr 1fr;
  }
  #cont1 .itemlist li img {
    width: 100%;
    height: auto;
  }
  #cont1 .itemlist li:nth-child(2n-1):after {
    border-right: 2px dotted #595757;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
  #cont1 .itemwrap p.notice_box {
    background:#D7004B;
    color:#fff;
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 25px;
    padding: 15px 0;
    text-align:center;
  }
  #cont1 .itemwrap p {
    text-align: left;
    margin: 0 auto;
  }
  #cont1 .itemwrap p.notice_sub {
    font-size: 3vw;
    margin:0 auto;
    text-align: left;
    padding-left:1em;
    position: relative;
  }
  #cont1 .itemwrap p.notice_sub:before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
  }

  /* cont 2 */
  #cont_2 {
    background: url(../img/gift2_bg_sp.png) repeat top left;
    background-size: cover;
    text-align: center;
    padding: 5.333333333vw 20px 40vw;
  }
  #cont_2:before {
    content: "";
    position: absolute;
    background: url(../img/gift2_top_bg_sp.png) no-repeat top center;
    background-size: contain;
    width: 100%;
    height: 937.5px;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #cont_2:after {
    content: "";
    position: absolute;
    background: url(../img/gift2_bottom_bg_sp.png) no-repeat bottom center;
    background-size: contain;
    width: 100%;
    height: 227px;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  #cont_2 h2 {
    margin-bottom: 5.33333vw;
  }
  #cont_2 h2 img {
    height: auto;
    width: 67vw;
  }
  #cont_2 h2 + p {
    margin-bottom: 3.33333vw;
  }
  #cont_2 h2 + p img {
    height: auto;
    width: 80.33333vw;
  }
  #cont_2 p + div {
    text-align:left;
    margin:0 4vw 9.33333vw;
  }
  #cont_2 p + div img {
    height: auto;
    width: 83vw;
  }
  #cont_2 ol {
    margin: 0 auto 9.33333vw;
  }
  #cont_2 ol li:nth-child(1),
  #cont_2 ol li:nth-child(2) {
    background: #fff;
    border-radius: 10px;
    list-style: none;
    font-size: 4vw;
    line-height: 12vw;
    margin-bottom: 6.66667vw;
    text-align: center;
    position: relative;
    font-weight: 500;
  }
  #cont_2 ol li:nth-child(1):before,
  #cont_2 ol li:nth-child(2):before {
    background: url(../img/sparrow.png) no-repeat center bottom;
    background-size: cover;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -19.25px;
    height: 19.25px;
    z-index: 1;
    width: 49.5px;
  }
  #cont_2 ol li:nth-child(1) span,
  #cont_2 ol li:nth-child(2) span {
    color: #E85514;
    font-size: 3.733333333vw;
    font-weight: bold;
  }
  #cont_2 ol li:nth-child(1) span strong,
  #cont_2 ol li:nth-child(2) span strong{
    font-size: 1.8rem;
  }
  #cont_2 ol li:nth-child(3) img {
    height: auto;
    width: 88.06667vw;
  }
  #cont_2 ol + p {
    font-size: 4vw;
    line-height: 2em;
    margin-bottom: 20px;
  }
  #cont_2 ol + p sup {
    font-size: 1.6vw;
  }
  #cont_2 ol + p span {
    font-size:3.733333333vw;
    display: inline-block;
  }
  #cont_2 ol + p strong {
    font-size:4.666666667vw;
    display: inline-block;
  }
  #cont_2 ol + p + p {
    font-size: 4vw;
    font-weight: 500;
    line-height: 2em;
    margin: 0 auto 6.66667vw;
  }
  #cont_2 ol + p + p strong {
    font-size: 5vw;
  }
  #cont_2 ol + p + p + div img {
    height: auto;
    width: 72.4vw;
  }
  #cont_2 ol li.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    gap: 0 10px;
    padding: 15px 0;
  }
  #cont_2 ol li.flex p {
    margin: 0;
    padding: 0;
    font-size: 4vw;
    letter-spacing: 2px;
    font-weight: 500;
  }
  #cont_2 ol li.flex p:first-child img {
    width: 130px;
    height: auto;
    vertical-align: middle;
  }
  #cont_2 .tyuu{
    text-indent: -.8em;
    margin: 0 0 8vw 1em;
    padding-left: 1em;
    text-align: left;
  }
  #cont_2 .tyuu li{
    font-size:3vw;
    line-height:5.066666667vw;
  }
  #cont_2 .hoveraction img{
    height:auto;
    width:70.66666667vw;
  }


  /* cont 3 */
  #cont3 {
    background:#fff  url(../img/gift3_bg_sp.png) repeat top left;
    background-size: 100%;
    text-align: center;
    padding: 5.333333333vw 20px 15.66666667vw;
    position: relative;
  }
  #cont3 h2 {
    margin-bottom: 11.33333vw;
  }
  #cont3 p span {
    font-size:3.733333333vw;
    display: inline-block;
  }
  #cont3 p strong {
    font-size: 4.8vw;
    display: inline-block;
    margin-top: 10px;
  }
  #cont3 h2 img {
    height: auto;
    width: 67vw;
  }
  #cont3 h2 + p {
    margin-bottom: 12.66667vw;
    font-weight: 500;
  }
  #cont3 h2 + p img {
    height: auto;
    width: 84.53333vw;
  }
  #cont3 div {
    margin-bottom: 7.33333vw;
  }
  #cont3 div img {
    height: auto;
    width: 89.73333333vw    ;
  }
  #cont3 .tyuu{
    text-indent: -1em;
    margin:5.333333333vw 4vw 4vw;
    padding-left:1em;
    text-align:left;
  }
  #cont3 .tyuu li{
    font-size:3.2vw;
    line-height:5.066666667vw;
  }
  #cont3 .hoveraction img{
    height:auto;
    width:70.66666667vw;
  }
  #cont3 p.sp.subcharacter {
    margin: 40px auto;
  }
  #cont3 p.sp.subcharacter img {
    max-width: 300px;
    width: 70%;
  }


  /* cont 4 */
  #cont4 {
    background: url(../img/lineup_bg_sp.png) no-repeat top center;
    background-size: cover;
    padding: 0 20px 13.33333vw;
  }
  #cont4 h2,
  #cont4 h2 + h4,
  #cont4 .txtbox h4,
  #cont4 .txtbox h4 + p,
  #cont4 h2 + h4 + p,
  #cont4 h2 + h4 + p + p,
  #cont4 h2 + h4 + p + p + div {
    text-align: center;
  }
  #cont4 h2 {
    margin-bottom: 7.33333vw;
  }
  #cont4 h2 img {
    height: auto;
    width: 84.4vw;
  }
  #cont4 .txtbox h4  {
    color:#fff;
    font-size:5.066666667vw;
    margin-bottom:5.333333333vw;
  }
  #cont4 .txtbox h4  {
    font-size:4.533333333vw;
  }
  #cont4 .txtbox h4 + p {
    color:#fff;
    font-size: 3.46667vw;
    line-height: 2em;
    margin-bottom: 6vw;
  }
  #cont4 .txtbox h4 + p + p {
    margin-bottom: 3.33333vw;
  }
  #cont4 .txtbox h4 + p + p img {
    height: auto;
    width: 30.2vw;
  }
  #cont4 .txtbox + div {
    margin-bottom:4vw;
    text-align:center;
  }
  #cont4 .txtbox + .txtbox + div{
    background:#1A325E url(../img/spimg.png) no-repeat bottom center ;
    background-size:73.53333333vw auto;
    padding-bottom: 20.46666667vw    ;
  }
  
  
  
  
  #cont4 .txtbox + div img {
    height: auto;
    width: 52.06667vw;
  }
  #cont4 .menu {
    margin-bottom: 4.66667vw;
    text-align: center;
  }
  #cont4 .menu li {
    display: inline-block;
    margin-bottom:2vw;
  }
  #cont4 .menu li:not(:nth-child(3n)) {
    margin-right:2vw;
  }
  #cont4 .inner .item_link img {
    max-width: 125px;
  }
  #cont4 .menu li img {
    height: auto;
    width: 29.8vw;
  }
  .tabcont0,
  .tabcont1,
  .tabcont2 {
    display: block !important;
  }
  .chara {
    display: none;
  }
  .tabcont {
    margin: 0 auto;
    width: 94.66667vw;
  }
  .tabcont0,
  .item1,
  .item2,
  .item3,
  .item4 {
    background: #fff;
    padding: 2.66667vw 0 0;
  }
  .tabcont h4 {
    text-align: center;
    margin-bottom: 5.33333vw;
  }
  .tabcont h4 img {
    height: auto;
    width: 88vw;
  }
  .tabcont h4 + ul > li,
  .imtelist li {
    width: 88vw;
  }
  .tabcont h4 + ul > li,
  .imtelist li {
    border-bottom: 1px dashed #000;
    margin: 0 auto 6.66667vw;
    padding-bottom: 5.33333vw;
  }
  .tabcont .point,
  .tabcont .data {
    display: inline-block;
    vertical-align: top;
  }
  .tabcont h5 {
    font-size: 3.46667vw;
    line-height: 5.33333vw;
    margin-bottom: 1.33333vw;
    padding-left: 3.33333vw;
  }
  .tabcont .point{
    width:45vw;
  }
  .tabcont .point dd img {
    height: auto;
    width: 45.33333vw;
  }


  .tabcont .point dd span.offimage img{
    height:auto;
    width:9.466666667vw;
  }
  .tabcont .point dd span.offimage span{
    background:#000;
    color:#fff;
    display:inline-block;
    font-size:3.333333333vw;
    vertical-align: bottom;
    margin-left:5vw;
    padding:0 2vw;
    line-height:2em;
  }
  .tabcont .point dd span.offimage span strong{
    font-size:4.4vw;
  }
  .tabcont .point dd ul{
    margin-top:2vw;
  }
  .tabcont .point dd ul li{
      display: inline-block;;

  }
  .tabcont .point dd ul li:not(:last-child){
    margin-right:1vw;
  }
  .tabcont .point dd ul li img{
    height:auto;
    width:13vw;
  }













  .tabcont .data {
    width: 40vw;
  }
  .tabcont .data dt {
    font-size: 3.73333vw;
    margin-top: 4.66667vw;
    margin-bottom: 10px;
  }
  .tabcont .data dt span {
    display: block;
    font-size: 2.633vw;
    margin-top: 4vw;
  }
  .tabcont .data dt strong span {
    background:#000;
    display: inline-block;
    font-size: 2.633vw;
    margin-top: 4vw;
  }
  .tabcont .data dt span.pc {
    display: none;
  }
  .tabcont .price {
    color: #CF2C25;
    font-size: 2.93333vw;
    position: relative;
    padding-top: 6.66667vw;
    margin-bottom: 2vw;
    text-align: right;
  }
  .tabcont .price span {
    background: #CF2C25;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 3.2vw;
    line-height: 5.06667vw;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 18.4vw;
  }
  .tabcont .price strong {
    font-size: 5.6vw;
  }
  .tabcont .price .delvery {
    background: none;
    display: block;
    color: #000;
    position: relative;
    text-align: right;
    width: 100%;
  }
  .orderbtn {
    margin-top: 5.33333vw;
  }
  .orderbtn img {
    height: auto;
    width: 41.4vw;
  }
  .tabcont .centerbtn {
    text-align: center;
  }
  #cont4 .centerbtn img {
    height: auto;
    width: 70.93333vw;
  }
  .detaildata {
    background: #F0F0F0;
    margin-top: 10.66667vw;
    padding: 4vw 0;
  }
  .detaildata p {
    font-size: 3.46667vw;
    line-height: 5.6vw;
    margin: 0 3.33333vw;
  }
  .sp.indentkome {
    color: #fff;
    font-size: 3.2vw;
    margin: 4vw 2vw 12vw;
    padding-left: 2.93333vw;
    position: relative;
  }
  .sp.indentkome:before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
  }
  #cont4 .otheritem {
    margin: 8vw auto 0;
    text-align: center;
  }
  #cont4 .otheritem dt {
    margin-bottom: 6.66667vw;
  }
  #cont4 .otheritem dt img {
    height: auto;
    width: 81.73333vw;
  }
  
  
  #cont4 .otheritem dd{
    color:#fff;
  }
  #cont4 .otheritem dd img {
    height: auto;
    width: 93.73333vw;
  }
  /* cont 5 */
  #cont5 {
    background: #fff;
    margin: 0;
    padding: 13.33333vw 20px 4vw;
  }
  #cont5 h2 {
    margin-bottom: 20px;
    text-align: center;
  }
  #cont5 h2 img {
    height: auto;
    width: 65.8vw;
  }

  #cont5 p{
    font-size:3.466666667vw;
    font-weight:bold;
    line-height:6.133333333vw;
    margin-bottom:5.333333333vw;
    text-align:center;
  }
  #cont5 ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  #cont5 ul li dt img {
    height: auto;
    width: 100%;
  }
  #cont5 ul li dt + dd {
    font-family: 'Hiragino Sans','ヒラギノ角ゴシック';
    margin: 1.33333vw 0;
  }
  #cont5 ul li dd {
    font-size: 2.4vw;
  }
  #cont5 ul li:nth-child(1) dd img {
    height: auto;
    width: 39.66667vw;
  }
  #cont5 ul li:nth-child(2) dd img {
    height: auto;
    width: 40.4vw;
  }
  #cont5 ul li:nth-child(3) dd img {
    height: auto;
    width: 37.46667vw;
  }
  #cont5 ul li:nth-child(4) dd img {
    height: auto;
    width: 37.66667vw;
  }
  #cont5 ul li:nth-child(5) dd img {
    height: auto;
    width: 37vw;
  }
  #cont5 ul li:nth-child(6) dd img {
    height: auto;
    width: 35.8vw;
  }
  #cont5 ul li:nth-child(7) dd img {
    height: auto;
    width: 35.53333vw;
  }
  .tabcontent h3 {
    background-image: url("../img/category_sp.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    width: 100%;
    height: 65px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 5vw;
    font-weight: 700;
    text-shadow: 2px 1px 1px #000;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  .items_list .content-container .content {
    padding: 30px 20px 0;
  }
  ul.item_box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }
  ul.item_box .sp_box_item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
  }
  ul.item_box li .image {
    display: block;
  }
  ul.item_box li img {
    width: 100%;
    height: auto;
  }
  ul.item_box li .image img {
    padding-bottom: 5px;
  }
  ul.item_box li p.item_explain {
    font-weight: 700;
    font-size: 3.5vw;
    margin-bottom: 10px;
  }
  ul.item_box li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  p.item_discount {
    background-image: url(../img/discount.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    font-weight: 900;
    text-align: center;
    font-size: 1rem;
    line-height: 1;
    padding-top: 8px;
  }
  p.item_discount span {
    color: #d7004b;
    font-weight: 900;
    font-size: .9rem;
    display: inline-block;
  }
  p.item_discount span strong {
    font-size: 1.4rem;
  }
  div.sp.item_option {
    display: grid;
    gap: 10px 5px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  ul.item_box li .item_detail .item_info h4 {
    font-size: 4vw;
    margin-bottom: 5px;
  }
  ul.item_box li .item_detail .item_info p.item_price img {
    margin-right: 10px;
    max-width: 100px;
    vertical-align: bottom;
  }
  ul.item_box li .item_detail .item_info p.item_price span {
    font-size: 5vw;
    line-height: 1;
    display: inline-block;
    margin-top: 10px;
    font-weight: 900;
    padding-left: 10px;
  }
  p.button_other_items a {
    background-color: #000000;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    text-align: center;
    padding: 20px 40px 20px 25px;
    border-radius: 50px;
    text-decoration: none;
    margin: 60px auto;
    display: inline-block;
    position: relative;
  }
  p.button_other_items.second a {
    margin: 0 auto 60px;
  }
  .last_notice {
    background-color: #F0F0F0;
    padding: 20px;
    text-align: left;
  }
  .last_notice p {
    font-size: 3vw;
    font-weight: 500;
  }
  .last_notice p span {
    font-size: .8rem;
  }
  .other_item_title {
    margin: 40px auto 20px;
  }
  .other_item_title p.text {
    font-size: 5vw;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin: 0 auto 20px;
  }
  /* footer */
  footer {
    background: #fff;
    border-top: 1px solid #000;
    padding: 4vw 0 34vw;
  }
  footer p {
    font-size: 1.86667vw;
    text-align: center;
  }
  .sptopborder {
    border-top: 1px dashed #000;
  }
  .spmt40 {
    margin-top: 5.33333vw !important;
  }
  .spmb80 {
    margin-bottom: 10.66667vw !important;
  }
  .spmb120 {
    margin-bottom: 16vw !important;
  }
  .sppt50 {
    padding-top: 6.66667vw !important;
  }
  .pc {
    display: none;
  }
  a[href*="tel:"]{
    pointer-events: auto;
  }
}

@media screen and (min-width: 1200px) {
  #pageheader {
    margin-bottom: 42px;
  }
  #pageheader h1 {
    padding-top: 15px;
    margin-left: 30px;
  }
  .hoveraction img {
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 90px;
    width: auto;
  }
  .hoveraction img:hover {
    opacity: 1;
  }
  body{
    background: url(../img/repeat.png) repeat-x top left;
  }
  /* main */
  #main {
    background: url("../img/fv_bg.png") no-repeat bottom center;
    background-size: cover;
    position: relative;
    padding: 50px 0 100px;
    width: 100%;
  }
  #main .inner {
  }
  #main .inner h1 img{
    margin-right:-50px;
  }
  #main .inner h1 {
    text-align:center;
  }
  #main .inner > p {
    position:absolute;
    left:15px;
    top:15px;
  }
  /* nav */
  #gnav {
    position: fixed;
    width: 100%;
    bottom: 10px;
    left: 0;
    text-align: center;
    z-index: 3;
  }
  #gnav ul {
    margin: 0 auto;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
  }
  #gnav li {
    display: inline-block;
    position:relative;
    height: 90px;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
  }
  #gnav li:not(:last-child):after{
    content:"";
    display:block;
    position:absolute;
    height:100%;
    width:2px;
    background-color: #fff;
    right:0;
    top:0;
  }

  #gnav li:first-child {
    border-radius: 15px 0 0 15px;
  }
  #gnav li:last-child {
    border-radius: 0 15px 15px 0;
  }
  #cont1,
  #cont_2,
  #cont3,
  #cont4,
  #cont5,
  footer {
    position: relative;
    z-index: 2;
    min-width:1100px;
  }

  /* cont 1 */
  #cont1 {
    background: url(../img/gift1_bg.png) no-repeat top left;
    background-size: auto;
    background-repeat: repeat;
    position: relative;
    text-align: center;
    padding: 100px 0 95px;
  }
  #cont1 h2 {
    margin-bottom: 50px;
    margin-bottom: 50px;
    padding-top: 15px;
    margin-right: -75px;
  }
  #cont1 h2 + p {
    margin-bottom: 45px;
  }
  #cont1 .itemwrap h2 img {
    width: 990px;
  }
  #cont1 h2 + p + p {
    color: #FFEF00;
    font-size: 24px;
    font-weight: bold;
    line-height: 2em;
    margin-bottom: 80px;
  }
  #cont1 .itemlist {
    margin: 0 auto ;
    max-width: 1004px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 0 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 2px dotted #595757;
  }
  #cont1 .itemlist.last {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  #cont1 .itemlist li img {
    height: 365px;
    width: auto;
  }
  #cont1 .itemwrap{
    margin: 0 auto ;
    max-width: 1200px;
    position:relative;
    background: url(../img/gift1_main_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 0 0 80px;
  }
  #cont1 .itemwrap p.notice_box {
    background:#D7004B;
    color:#fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 25px;
    padding:25px 0;
    text-align:center;
    max-width: 1004px;
  }
  #cont1 .itemwrap p {
    text-align: left;
    max-width: 1024px;
    margin: 0 auto;
  }
  #cont1 .itemwrap p.notice_sub {
    font-size:14px;
    margin:0 auto;
    text-align: left;
    padding-left:1em;
    position: relative;
    width:1004px;
  }
  #cont1 .itemwrap p.notice_sub:before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
  }

  /* cont 2 */
  #cont_2 .content {
    max-width: 1004px;
    margin: 0 auto;
  }
  #cont_2 h2 {
    max-width: 770px;
    margin: 0 auto 50px 45px;
  }
  #cont_2 p {
    margin: 0 auto 40px;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.8;
  }
  #cont_2 p.gift2_flow {
    margin: 0 auto 40px;
  }
  #cont_2 p strong {
    font-size: 1.7rem;
  }
  #cont_2 .hoveraction a img {
    max-width: 430px;
    margin: 0 auto;
  }
  #cont_2 p + div {
    margin: 0 auto 70px;
  }
  #cont_2 ol {
    margin: 0 auto 70px;
    width: 861px;
  }
  #cont_2 ol li.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
    padding: 15px 0;
  }
  #cont_2 ol li.flex p {
    margin: 0;
    padding: 0;
    font-size: 1.3rem;
    letter-spacing: 2px;
  }
  #cont_2 ol li.flex p:first-child img {
    width: 210px;
  }
  #cont_2 ol li:nth-child(1),
  #cont_2 ol li:nth-child(2) {
    background: #fff;
    border-radius: 10px;
    list-style: none;
    font-size: 1.3rem;
    line-height: 90px;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    width: 861px;
    font-weight: 500;
    letter-spacing: 2px;
  }
  #cont_2 ol li:nth-child(1):before,
  #cont_2 ol li:nth-child(2):before {
    background: url(../img/arrow.png) no-repeat center bottom;
    content: "";
    display: block;
    position: absolute;
    bottom: -39px;
    height: 39px;
    width: 861px;
    z-index: 1;
  }
  #cont_2 ol li:nth-child(1) span,
  #cont_2 ol li:nth-child(2) span {
    color: #D65F4B;
    font-size: 30px;
    font-weight: bold;
  }
  #cont_2 p + ul {
    margin-bottom:50px;
  }
  #cont_2 p + ul li{
    font-size:14px;
    line-height:2em;
  }
  #cont_2 ol + p + p {
    font-size: 14px;
    line-height: 2em;
    margin-bottom: 70px;
  }

  /* cont 3 */
  #cont3 {
    background:#fff  url(../img/gift3_bg.png) repeat top left;
    background-size: 100%;
    text-align: center;
    padding: 100px 0 95px;
    position:relative;
  }
  #cont3 .content {
    max-width: 1004px;
    margin: 0 auto;
  }
  #cont3 h2 {
    max-width: 900px;
    margin: 0 auto 50px 45px;
  }
  #cont3 h2 + p {
    margin-top: 0;
    margin-bottom: 20px;
  }
  #cont3 div + p {
    font-size: 20px;
    font-weight: bold;
    line-height: 2em;
    margin-bottom: 30px;
  }
  #cont3 .hoveraction a img {
    max-width: 430px;
    margin: 0 auto;
  }
  #cont3 p {
    font-size: 1.6rem;
    line-height: 2;
    font-weight: 500;
  }
  #cont3 p span {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 2;
    font-weight: 500;
    margin-top: 20px;
  }
  #cont3 p strong {
    display: inline-block;
    font-size: 1.8rem;
  }
  #cont3 p.notice {
    font-size: 1rem;
    margin-bottom: 60px;
  }

  #cont3 p + div{
     margin-bottom:60px;
  }
  #cont3 div + p + p {
    font-size: 14px;
  }
  #cont3 .tyuu{
    margin-bottom:70px;
  }
  #cont3 .tyuu li{
      font-size:14px;
    line-height:2em;
  }



  /* cont 4 */
  #cont4 {
    background: url(../img/lineup_bg.png) no-repeat top center;
    background-size: cover;
    padding: 0 0 95px;
  }
  #cont4 .inner {
    margin: 0 auto;
    max-width: 1004px;
  }
  #cont4 h2,
  #cont4 h2 + h4,
  #cont4 h2 + h4 + p,
  #cont4 .txtbox h4,
  #cont4 .txtbox h4 + p,
  #cont4 h2 + h4 + p + p,
  #cont4 h2 + h4 + p + p + div {
    text-align: center;
  }
  #cont4 h2 {
    margin-bottom: 0;
  }
  #cont4 h2 img {
    max-width: 812px;
  }
  #cont4 .txtbox h4 {
    color:#fff;
    font-size:30px;
    margin-bottom:30px;
  }
  #cont4 .txtbox h4 + p {
    color:#fff;
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 40px;
  }
  #cont4 h2 + h4 + p + p {
    margin-bottom: 20px;
  }
  #cont4 div.hoveraction {
    text-align:center;
    margin-top: -100px;
    position:relative;
  }
  #cont4 div.hoveraction a img {
    width: 250px;
  }
  #cont4 .txtbox + div:before,
  #cont4 .txtbox + div:after {
    content:"";
    display: block;
    position:absolute;
  }
  
  #cont4 .tab {
    position: relative;
  }
  #cont4 .tab li {
    cursor: pointer;
    display: inline-block;
  }
  #cont4 .tab li:nth-child(1) {
    background: url(../img/tab0_on.png) no-repeat center bottom;
  }
  #cont4 .tab li:nth-child(2) {
    background: url(../img/tab1_on.png) no-repeat center bottom;
  }
  #cont4 .tab li:nth-child(3) {
    background: url(../img/tab2_on.png) no-repeat center bottom;
  }
  #cont4 .tab li img {
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #cont4 .tab li.on img,
  #cont4 .tab li img:hover {
    opacity: 0;
  }
  #cont4 .tab li:not(:last-child) {
    margin-right: 8.5px;
  }
  #cont4 .otheritem {
    margin: 15px auto 0;
    text-align: center;
  }
  #cont4 .otheritem dd.pc {
    color:#fff;
    font-size: 14px;
    margin-bottom: 50px;
    text-align: left;
  }
  #cont4 .otheritem dt {
    margin-bottom: 50px;
  }
  #item1box{
    margin-bottom:70px;
  }
  .tabcont1,
  .tabcont2 {
    display: none;
  }
  .tabcont0 .chara,
  .tabcont1 .chara,
  .tabcont2 .chara {
    padding-top: 45px;
    text-align: center;
    vertical-align: middle;
  }
  .tabcont0 .chara,
  .tabcont1 .chara {
    vertical-align: middle;
  }
  .pc_leftborder{
    display:table-cell!important;
  }
  .tabcont2 .chara {
    display:table-cell;
  }

  .tabcont2 .chara + li {
    padding-top: 45px;
  }
  .tabcont {
    background: #fff;
    padding: 40px 0 0;
  }
  .tabcont h4 {
    text-align: center;
    margin-bottom: 30px;
  }
  .tabcont h4 + ul,
  .imtelist {
    margin: 0 auto;
    width: 921px;
  }
  .imtelist.topborder {
    border-top: 1px dashed #000;
    margin: 80px auto;
    padding-top: 25px;
  }
  .tabcont h4 + ul > li,
  .imtelist > li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    padding-top: 30px;
    padding-bottom: 40px;
    position: relative;
    vertical-align: middle;
    width: 457px;
  }
  .tabcont h4 + ul > li:nth-child(even),
  .imtelist > li:nth-child(even) {
    padding-left: 52px;
  }
  .tabcont h4 + ul > li:nth-child(odd),
  .imtelist > li:nth-child(odd) {
    border-right: 1px dashed #000;
    padding-right: 52px;
  }
  .tabcont h4 + ul > li:not(:nth-last-child(1)):not(:nth-last-child(2)) {
    border-bottom: 1px dashed #000;
  }
  .tabcont h5 {
    font-size: 17px;
    line-height: 26px;
  }
  .tabcont h5.pb1 {
    margin-bottom: 0.7em;
  }
  .tabcont .point dd {
    text-align:center;
    position:relative;
  }
  .tabcont .point dd {
    text-align:center;
    position:relative;
  }
  .tabcont .point dd > img{
    height:250px;
    width:auto;
  }

  .tabcont .point dd span{
    position:absolute;
    left:0;
    bottom:0;
  }
  .type {
    position: absolute;
    right: 0;
    top: 30px;
  }
  .type li {
    margin-bottom: 3px;
  }
  .tabcont ul li:nth-child(odd) .type {
    right: 50px;
  }
  .tabcont .data {
    position: relative;
  }
  .tabcont .data dt {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .tabcont .data dt strong {
    font-size: 18px;
  }
  .tabcont .data dt span {
    display: block;
    font-size: 13px;
    margin-top: 5px;
  }
  .tabcont .data dt strong span {
    background:#000;
    color:#fff;
    display: inline-block;
    font-size:18px;
    margin-left:10px;
    padding:0 5px;
  }
  .tabcont .data dt strong span strong{
    font-size:24px;
  }

  .tabcont .price {
    color: #CF2C25;
    font-size: 13px;
    position: relative;
    margin-bottom: 30px;
    padding-left: 150px;
  }
  .tabcont .price span {
    background: #CF2C25;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 21px;
    line-height: 38px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
  }
  .tabcont .price span.delvery {
    display: block;
    position: relative;
    background: #EFEFEF;
    text-align: center;
    font-size: 12px;
    margin-left: -150px;
    color: #000;
    width: 335px;
    margin-top: 15px;
  }
  .tabcont .price strong {
    font-size: 26px;
  }
  .tabcont .data .item {
    position: absolute;
    bottom: 91px;
    right: 0;
  }
  .tabcont .data .item img{
    display:block;
    margin-top:5px;
  }

  .tabcont .imtelist.topborder .data .item {
    bottom: 195px;
  }
  .tabcont .orderbtn {
    text-align: center;
  }
  .tabcont .data + .btn {
    position: absolute;
    bottom: -55px;
    text-align: center;
    width: 408px;
  }
  .tabcont .centerbtn {
    text-align: center;
  }
  .detaildata {
    background: #F0F0F0;
    margin-top: 60px;
    padding: 25px 0;
  }
  .detaildata p {
    font-size: 16px;
    line-height: 2em;
    text-align: center;
  }
  .tabcont1 .item2,
  .tabcont2 .item2 {
    margin-top: 40px;
  }
  .tabcont2 .item2 ul {
    margin-bottom: 156px;
  }
  /* cont 5 */
  #cont5 {
    background: #fff;
  }
  #cont5 .inner {
    margin: 0 auto;
    padding: 85px 0;
    max-width: 1004px;
  }
  #cont5 h2 {
    margin-bottom: 55px;
    text-align: center;
  }
  #cont5 h2 img {
    max-width: 655px;
  }
  #cont5 p {
    font-size: 26px;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 35px;
    text-align: center;
    letter-spacing: 0.01em;
  }
  #cont5 ul {
    margin:0 auto;
    text-align:center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 30px;
  }
  #cont5 ul li {
    width: calc(25% - 25px);
  }
  #cont5 ul li dt + dd {
    font-family: 'Hiragino Sans','ヒラギノ角ゴシック';
    margin: 10px 0;
  }
  #cont5 ul li dd {
    font-size: 13px;
  }
  .tabcontent h3 {
    background-image: url("../img/category.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 90px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    text-shadow: 2px 1px 1px #000;
    letter-spacing: 2px;
    margin-bottom: 40px;
  }
  .items_list .content-container .content {
    padding: 40px 60px 0;
  }
  ul.item_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  ul.item_box li .image {
    display: grid;
    grid-template-columns: .2fr .8fr;
    gap: 0 20px;
    justify-content: flex-start;
    align-items: end;
  }
  ul.item_box li img {
    width: 100%;
    height: auto;
  }
  ul.item_box li .image img {
    padding-bottom: 40px;
  }
  ul.item_box li p.item_explain {
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  ul.item_box li:nth-child(2n-1) {
    padding-right: 40px;
    padding-bottom: 40px;
    border-right: 2px solid #AAAAAB;
  }
  ul.item_box li:nth-child(2n) {
    padding-left: 40px;
    padding-bottom: 40px;
  }
  ul.item_box li:nth-child(n+3) {
    padding-top: 40px;
  }
  p.item_discount {
    background-image: url(../img/discount.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 83px;
    height: 83px;
    font-weight: 900;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1;
    padding-top: 15px;
  }
  p.item_discount span {
    color: #d7004b;
    font-weight: 900;
    font-size: 1.2rem;
    display: inline-block;
  }
  p.item_discount span strong {
    font-size: 2rem;
  }
  ul.item_box li .item_detail .item_info h4 {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  ul.item_box li .item_detail {
    display: grid;
    grid-template-columns: .9fr .17fr;
    gap: 20px 10px;
  }
  ul.item_box li .item_detail .item_info p.item_price img {
    margin-right: 10px;
    max-width: 120px;
    vertical-align: bottom;
  }
  ul.item_box li .item_detail .item_info p.item_price span {
    font-size: 1.8rem;
    line-height: 1;
  }
  p.button_other_items a {
    background-color: #000000;
    color: #fff;
    font-weight: 500;
    font-size: 1.4rem;
    text-align: center;
    padding: 20px 100px;
    border-radius: 50px;
    text-decoration: none;
    margin: 60px auto 80px;
    display: inline-block;
    position: relative;
  }
  p.button_other_items.second a {
    margin: 0 auto 80px;
  }
  .last_notice {
    background-color: #F0F0F0;
    padding: 40px;
    text-align: center;
  }
  .last_notice p {
    font-size: 1.1rem;
    font-weight: 500;
  }
  .last_notice p span {
    font-size: .9rem;
  }
  .other_item_title {
    margin: 80px auto;
  }
  .other_item_title p.text {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin: 0 auto 40px;
  }
  /* footer */
  footer {
    background: #fff;
    border-top: 1px solid #000;
    padding: 18px 0 125px;
  }
  footer p {
    font-size: 12px;
    text-align: center;
    padding-right: 35px;
  }
  .mt20 {
    margin-top: 20px !important;
  }
  .mt40 {
    margin-top: 40px !important;
  }
  .mb70 {
    margin-bottom: 70px !important;
  }
  .sp {
    display: none;
  }
  a[href*="tel:"]{
    text-decoration: none;
    pointer-events: none;
  }
}

@media screen and (min-width:1200px) and (max-width:1440px) {
  #cont_2 {
    background: url("../img/gift2_bg.png") repeat top left;
    text-align: center;
    padding: 100px 0 250px;
    position: relative;
    z-index: 1;
  }
  #cont_2:before {
    content: "";
    position: absolute;
    background: url("../img/gift2_top_bg.png") no-repeat top center;
    background-size: contain;
    width: 100%;
    height: 1023px;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #cont_2:after {
    content: "";
    position: absolute;
    background: url("../img/gift2_bottom_bg.png") no-repeat bottom center;
    background-size: contain;
    width: 100%;
    height: 202.5px;
    bottom: -3px;
    left: 0;
    z-index: -1;
  }
}
@media screen and (min-width:1441px) and (max-width: 1600px) {
  #cont_2 {
    background: url("../img/gift2_bg.png") repeat top left;
    text-align: center;
    padding: 100px 0 300px;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  #cont_2:before {
    content: "";
    position: absolute;
    background: url("../img/gift2_top_bg.png") no-repeat top center;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #cont_2:after {
    content: "";
    position: absolute;
    background: url("../img/gift2_bottom_bg.png") no-repeat bottom center;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    bottom: -3px;
    left: 0;
    z-index: -1;
  }
}
@media screen and (min-width:1601px) {
  #cont_2 {
    background: url("../img/gift2_bg.png") repeat top left;
    text-align: center;
    padding: 100px 0 400px;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  #cont_2:before {
    content: "";
    position: absolute;
    background: url("../img/gift2_top_bg.png") no-repeat top center;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #cont_2:after {
    content: "";
    position: absolute;
    background: url("../img/gift2_bottom_bg.png") no-repeat bottom center;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    bottom: -3px;
    left: 0;
    z-index: -1;
  }
}


/*# sourceMappingURL=index.css.map */
p.logo img { width: 145px; }
h1 img {
  max-width: 1000px;
  margin: 0 auto;
}
h2 img {
  width: 100%;
  height: auto;
}
#cont_2 ol li.flex p:first-child img:hover {
  opacity: .8;
}

/* Tab */
@media screen and (min-width:1199px) {
  .items_list {
    margin: 80px auto;
  }
  .sp.tab-container {
    display: none;
  }
  .tab-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 10px;
  }
  .tab-container .tab {
    padding: .6em 1em;
    border-radius: 5px 5px 0 0;
    text-align: center;
    cursor: pointer;
    background-color: #DCDCDC;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    text-shadow: 2px 1px 1px #000;
  }
  .items_list .content-container {
    border-top: 10px solid #d7004b;
  }
  .tabcontent {
      display: none;
  }
  .tabcontent.show {
      display: block;
  }
  ul.item_box li .item_detail .item_info p.item_normal_price {
    font-size: .8rem;
  }
  ul.item_box li .item_detail .item_info p.item_price {
    margin: 20px auto;
    color: #d7004b;
    font-weight: 900;
    font-size: .9rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width:1200px) {
  .items_list {
    margin: 80px auto 20px;
  }
  .pc.tab-container {
    display: none;
  }
  .tab-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
  .tab-container .tab a {
    padding: 10px 5px;
    border-radius: 5px;
    border: 2px solid #fff;
    text-align: center;
    cursor: pointer;
    background-color: #d7004b;
    color: #fff;
    font-size: 3.8vw;
    font-weight: 700;
    text-shadow: 2px 1px 1px #000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
  .items_list .content-container {
    margin-top: 40px;
  }
  .items_list .content-container .tabcontent:not(:first-child) {
    border-top: 10px solid #d7004b;
  }
  ul.item_box li .item_detail .item_info p.item_normal_price {
    font-size: 2.8vw;
  }
  ul.item_box li .item_detail .item_info p.item_price {
    margin: 20px auto;
    color: #d7004b;
    font-weight: 500;
    font-size: 3.5vw;
    letter-spacing: 0;
  }
  ul.item_box li .item_detail .item_info p.item_construciton {
    font-size: 2.7vw;
  }
}
.tab-container .tab:hover {
  opacity: .9;
}
.tab-container .tab.active {
  background-color: #d7004b;
}
.content-container .category_box {
  background-color: #fff;
}
.content-container .category_box:not(:first-child) {
  border-top: 10px solid #d7004b;
}
ul.item_box li {
  border-bottom: 2px solid #AAAAAB;
}
ul.item_box li.character {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
ul.item_box li.character img {
  max-width: 250px;
}
ul.item_box li .item_detail .item_info p {
  font-weight: 500;
}
ul.item_box li .item_detail .item_option p:not(:last-child) {
  margin-bottom: 5px;
}
ul.item_box li p.item_link {
  margin-top: 20px;
}
p.button_other_items {
  display: block;
  text-align: center;
  
}
p.button_other_items a:after {
  content: "";
  display: block;
  background-image: url("../img/icon_button_white.png");
  width: 7.5px;
  height: 13px;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
p.button_other_items a:hover {
  opacity: .8;
}
.other_item_title p a:hover {
  opacity: .8;
}
#main.errorpage {
  background-image: none;
  background-color: #009B8F;
}
#main.errorpage h1,
#main.errorpage h2 {
  color: #fff;
}