@charset "UTF-8";
body {
  background-color: #bc121a;
  color: white;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12pt;
  line-height: 1.6;
}

@media screen and (max-width: 500px) {
  body {
    font-size: 3.6vw;
  }
}

body img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 900px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 901px) {
  .spOnly {
    display: none !important;
  }
}

@media screen and (min-width: 501px) {
  .spTextOnly {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .tabletOnly {
    display: none;
  }
}

.full {
  width: 100%;
}

.row {
  padding-top: 75px;
  padding-bottom: 75px;
}

@media screen and (max-width: 900px) {
  .row {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
}

.w1200 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1250px) {
  .w1200 {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

.pc-header {
  height: 100px;
  border-bottom: 8px solid #bca475;
}

.pc-header .w1200 {
  position: relative;
}

.pc-header h1 {
  position: absolute;
  top: 17px;
}

.pc-header h1 img {
  width: 500px;
  max-width: 45vw;
}

.pc-header .global-menu {
  position: absolute;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 38px;
}

.pc-header .global-menu li {
  margin-left: 1em;
  margin-right: 1em;
}

.front-slider .sliderlogo {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 50vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.front-slider .sliderlogo img {
  width: 70%;
}

.front-slider .swiper-slide {
  width: 100%;
  height: 50vw;
}

.front-slider .swiper-pagination-bullet-active {
  background-color: #bc121a;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}

.front-slider .slide-img img {
  display: block;
}

.front-slider .swiper-pagination {
  bottom: 0;
}

.flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex2 .box30 {
  width: 30%;
}

@media screen and (max-width: 900px) {
  .flex2 .box30 {
    width: 100%;
  }
}

.flex2 .box70 {
  width: 70%;
}

@media screen and (max-width: 900px) {
  .flex2 .box70 {
    width: 100%;
  }
}

.row01 .box30 {
  text-align: center;
}

.row01 .box30 img {
  width: 70%;
}

@media screen and (max-width: 900px) {
  .row01 .box30 img {
    width: 50%;
  }
}

.row01 p.txt01 {
  font-size: 20pt;
  line-height: 2;
}

@media screen and (max-width: 1000px) {
  .row01 p.txt01 {
    font-size: 18pt;
  }
}

@media screen and (max-width: 900px) {
  .row01 p.txt01 {
    font-size: 16pt;
    text-align: center;
    margin-top: 3em;
  }
}

@media screen and (max-width: 500px) {
  .row01 p.txt01 {
    font-size: 4vw;
  }
}

.row01 .box70 {
  padding-left: 60px;
}

@media screen and (max-width: 900px) {
  .row01 .box70 {
    padding-left: 0;
  }
}

.row02 .box40 {
  width: 50%;
}

@media screen and (max-width: 900px) {
  .row02 .box40 {
    width: 100%;
  }
}

.row02 .box60 {
  width: 50%;
  padding-left: 60px;
}

@media screen and (max-width: 900px) {
  .row02 .box60 {
    width: 100%;
    padding-left: 0;
  }
}

.row02 .box60 p.txt02 {
  font-size: 19pt;
}

@media screen and (max-width: 1000px) {
  .row02 .box60 p.txt02 {
    font-size: 18pt;
  }
}

@media screen and (max-width: 900px) {
  .row02 .box60 p.txt02 {
    text-align: center;
    margin-top: 1em;
    font-size: 20pt;
  }
}

@media screen and (max-width: 500px) {
  .row02 .box60 p.txt02 {
    font-size: 5vw;
  }
}

.row02 .box60 p.txt03 {
  margin-top: 2em;
  font-size: 12pt;
  line-height: 1.8;
}

@media screen and (max-width: 1000px) {
  .row02 .box60 p.txt03 {
    font-size: 12pt;
  }
}

@media screen and (max-width: 900px) {
  .row02 .box60 p.txt03 {
    text-align: center;
    font-size: 16pt;
  }
}

@media screen and (max-width: 500px) {
  .row02 .box60 p.txt03 {
    font-size: 3.6vw;
  }
}

.row03 {
  padding-left: 60px;
  padding-right: 60px;
}

@media screen and (max-width: 1000px) {
  .row03 {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

@media screen and (max-width: 500px) {
  .row03 {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}

@media screen and (max-width: 900px) {
  .row03 .flex2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.row03 .box40 {
  width: 50%;
}

@media screen and (max-width: 900px) {
  .row03 .box40 {
    width: 100%;
  }
}

.row03 .box60 {
  width: 50%;
  padding-right: 60px;
}

@media screen and (max-width: 900px) {
  .row03 .box60 {
    margin-top: 2em;
    width: 100%;
    padding-right: 0;
  }
}

.row03 .box60 p {
  text-align: right;
}

@media screen and (max-width: 900px) {
  .row03 .box60 p {
    text-align: center;
  }
}

.row03 .box60 p.txt02 {
  font-size: 19pt;
}

@media screen and (max-width: 1000px) {
  .row03 .box60 p.txt02 {
    font-size: 18pt;
  }
}

@media screen and (max-width: 900px) {
  .row03 .box60 p.txt02 {
    font-size: 22pt;
  }
}

@media screen and (max-width: 500px) {
  .row03 .box60 p.txt02 {
    font-size: 5vw;
  }
}

.row03 .box60 p.txt03 {
  margin-top: 2em;
  font-size: 13pt;
  line-height: 1.8;
}

@media screen and (max-width: 1000px) {
  .row03 .box60 p.txt03 {
    font-size: 12pt;
  }
}

@media screen and (max-width: 900px) {
  .row03 .box60 p.txt03 {
    text-align: center;
    font-size: 16pt;
  }
}

@media screen and (max-width: 500px) {
  .row03 .box60 p.txt03 {
    font-size: 4vw;
  }
}

.row04 {
  padding-left: 60px;
  padding-right: 60px;
}

@media screen and (max-width: 1000px) {
  .row04 {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

@media screen and (max-width: 500px) {
  .row04 {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}

.row04 p.txt-lineup {
  text-align: center;
  font-size: 20pt;
  background-color: white;
  color: #bc121a;
  line-height: 2.6em;
  height: 2.6em;
  border-radius: 2em;
  border: 3px solid #bca475;
  margin-bottom: 60px;
}

@media screen and (max-width: 500px) {
  .row04 p.txt-lineup {
    font-size: 6vw;
  }
}

.row04 .flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row04 .flex3 .box {
  width: 30%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  margin-bottom: 3em;
}

@media screen and (max-width: 900px) {
  .row04 .flex3 .box {
    width: 46%;
  }
}

@media screen and (max-width: 500px) {
  .row04 .flex3 .box {
    width: 100%;
    margin-bottom: 3em;
  }
}

.row04 .flex3 .imgbox img {
  border: 3px solid #bca475;
}

.row04 .flex3 p.name {
  margin-top: 1em;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .row04 .flex3 p.name {
    font-size: 11pt;
  }
}

@media screen and (max-width: 500px) {
  .row04 .flex3 p.name {
    font-size: 4vw;
  }
}

.row04 .linkflex3 {
  margin-top: 100px;
  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;
}

@media screen and (max-width: 500px) {
  .row04 .linkflex3 {
    margin-top: 10vw;
  }
}

.row04 .linkflex3 .btnbox {
  width: 32%;
}

@media screen and (max-width: 900px) {
  .row04 .linkflex3 .btnbox {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
  }
}

.row04 .linkflex3 .btnbox a {
  width: 100%;
  height: 4em;
  position: relative;
  display: inline-block;
  border: 2px solid white;
  border-radius: 0.8rem;
  font-weight: bold;
  line-height: 3.8em;
}

.row04 .linkflex3 .btnbox a span.tx {
  position: absolute;
  left: 38%;
}

@media screen and (max-width: 500px) {
  .row04 .linkflex3 .btnbox a span.tx {
    font-size: 4vw;
  }
}

.row04 .linkflex3 .btnbox a span.arrow {
  position: absolute;
  right: 3%;
}

.row04 .linkflex3 .btnbox a img {
  position: absolute;
  bottom: 0;
  width: 30%;
  left: 2%;
}

@media screen and (max-width: 900px) {
  .row04 .linkflex3 .btnbox a img {
    width: 10%;
  }
}

@media screen and (max-width: 500px) {
  .row04 .linkflex3 .btnbox a img {
    width: 20vw;
  }
}

.row04 .linkflex3 .btnbox a:hover {
  background-color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #bc121a;
}

.row04 .centerbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
}

.row04 .centerbox img:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
}

.row04 a.link-text {
  text-align: center;
  font-size: 15pt;
  padding-left: 2em;
  padding-right: 2em;
  background-color: white;
  color: #bc121a;
  line-height: 2.6em;
  height: 2.6em;
  border-radius: 2em;
  marker-end: 2em;
  display: inline-block;
}

.row04 a.link-text:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #bca475;
  color: white;
}

@media screen and (max-width: 500px) {
  .row04 a.link-text {
    font-size: 4.5vw;
    font-weight: bold;
  }
}

.linkflex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 60px;
}

@media screen and (max-width: 500px) {
  .linkflex2 {
    margin-top: 5vw;
  }
}

.linkflex2 .btnbox {
  width: 20em;
}

@media screen and (max-width: 900px) {
  .linkflex2 .btnbox {
    width: 48%;
  }
}

.linkflex2 .btnbox a {
  font-weight: bold;
  width: 100%;
  height: 4em;
  position: relative;
  border: 2px solid white;
  border-radius: 3em;
  background-color: white;
  color: #bc121a;
  text-align: center;
  display: inline-block;
  line-height: 3.8em;
}

@media screen and (max-width: 500px) {
  .linkflex2 .btnbox a {
    height: 3em;
    line-height: 2.8em;
  }
}

.linkflex2 .btnbox a span.tx {
  display: inline-block;
}

@media screen and (max-width: 500px) {
  .linkflex2 .btnbox a span.tx {
    font-size: 3.2vw;
    margin-left: -0.5em;
  }
}

.linkflex2 .btnbox a:hover {
  background-color: #bc121a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: white;
}

.linkflex2 .btnbox a span.arrow {
  position: absolute;
  right: 10%;
}

@media screen and (max-width: 500px) {
  .linkflex2 .btnbox a span.arrow {
    font-size: 3.2vw;
    right: 3vw;
  }
}

.row05 {
  border-top: 1px solid white;
  text-align: center;
  padding-bottom: 40px;
}

@media screen and (max-width: 500px) {
  .row05 {
    padding-bottom: 5vw;
  }
}

.row05 img {
  max-width: 500px;
  width: 100%;
}

@media screen and (max-width: 500px) {
  .row05 img {
    width: 70%;
  }
}

.row05 p {
  margin-top: 2em;
  font-size: 8pt;
}

@media screen and (max-width: 500px) {
  .row05 p {
    margin-top: 1em;
  }
}

@media screen and (max-width: 900px) {
  .mt-sp {
    margin-top: 50px;
  }
}

@media screen and (max-width: 500px) {
  .mt-sp {
    margin-top: 14vw;
  }
}

.lineup .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lineup .flexbox .textbox {
  height: 100%;
}

.lineup .bgimg {
  height: 27.5vw;
  max-height: 500px;
  background-image: url("../img/lineup-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-bottom: 8px solid #bca475;
}

@media screen and (max-width: 500px) {
  .lineup .bgimg {
    border-bottom: 1px solid #bca475;
  }
}

.lineup .bgimg p {
  text-align: center;
}

.lineup .bgimg p img {
  width: 220px;
}

@media screen and (max-width: 500px) {
  .lineup .bgimg p img {
    width: 30vw;
  }
}

.lineup .bgimg p.lineup-txt {
  font-size: 24pt;
  font-weight: bold;
  margin-top: 1.3em;
}

@media screen and (max-width: 500px) {
  .lineup .bgimg p.lineup-txt {
    font-size: 4vw;
    margin-top: 0.5em;
  }
}

.cate-smart .bgimg {
  background-image: url(../img/category/cate-smart.jpg);
}

.cate-authentic .bgimg {
  background-image: url(../img/category/cate-authentic.jpg);
}

.cate-especial .bgimg {
  background-image: url(../img/category/cate-especial.jpg);
}

.single .w1000 {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1100px) {
  .single .w1000 {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

.single .w1000 .mainimg img {
  border: 3px solid #bca475;
}

.single .w1000 h2 {
  text-align: center;
}

.single .w1000 h2 img {
  width: 90%;
}

@media screen and (max-width: 1100px) {
  .single .w1000 h2 img {
    width: 93%;
    padding: 1.5em 0;
  }
}

.single .w1000 p.engtext {
  font-weight: bold;
  text-align: center;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  font-size: 20pt;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  margin-bottom: 1em;
}

@media screen and (max-width: 500px) {
  .single .w1000 p.engtext {
    font-size: 4.2vw;
  }
}

.single .w1000 p.addimg {
  width: 90%;
  margin: 0 auto;
}

.single .w1000 p.addimg img {
  width: 102%;
  margin-left: -1.15%;
}

@media screen and (max-width: 500px) {
  .single .w1000 p.addimg {
    width: 100%;
  }
  .single .w1000 p.addimg img {
    width: 110%;
    margin-left: -5%;
  }
}

.single .w1000 p.disctext {
  text-align: center;
  font-size: 15pt;
  padding-top: 1em;
  line-height: 1.6em;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

@media screen and (max-width: 500px) {
  .single .w1000 p.disctext {
    font-size: 4vw;
    text-align-last: left;
  }
}

.single .w1000 div.materialswrap {
  margin: 3em auto;
  width: 90%;
  padding: 1.5em 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #fff;
}

@media screen and (max-width: 500px) {
  .single .w1000 div.materialswrap {
    width: 90%;
  }
}

.single .w1000 div.materialswrap p.packageimg {
  width: 40%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 500px) {
  .single .w1000 div.materialswrap p.packageimg {
    width: 80%;
    margin-left: 10%;
  }
}

.single .w1000 div.materialswrap p.packageimg img {
  width: 90%;
}

.single .w1000 div.materialswrap p.materials {
  width: 60%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1em;
  font-size: 10pt;
  line-height: 1.4em;
}

@media screen and (max-width: 500px) {
  .single .w1000 div.materialswrap p.materials {
    width: 100%;
  }
}

.single .w1000 div.materialswrap p.materials span.midashi01 {
  font-weight: bold;
  display: inline-block;
}

@media screen and (max-width: 500px) {
  .single .w1000 div.materialswrap p.materials span.midashi01 {
    margin-top: 1em;
  }
}

.single .w1000 div.materialswrap p.materials span.midashi02 {
  font-weight: bold;
  margin-top: 1em;
  display: inline-block;
}

.single .w1000 .linkbox {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single .w1000 .linkbox a {
  display: inline-block;
  text-align: center;
  font-size: 25pt;
  color: #bc121a;
  background-color: white;
  border: 2px solid #bc121a;
  border-radius: 10px;
  font-weight: bold;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
  line-height: 1;
}

@media screen and (max-width: 500px) {
  .single .w1000 .linkbox a {
    font-size: 6vw;
  }
}

.single .w1000 .linkbox a span {
  font-size: 14pt;
}

@media screen and (max-width: 500px) {
  .single .w1000 .linkbox a span {
    font-size: 3.6vw;
  }
}

@media screen and (min-width: 501px) {
  .single .w1000 .linkbox a:hover {
    background-color: #bc121a;
    color: white;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 2px solid white;
  }
}

.sp-header {
  background-color: #bc121a;
  z-index: 5000;
  height: 50px;
  border-bottom: 1px solid #bca475;
  width: 100%;
  position: fixed;
  top: 0px;
}

@media screen and (max-width: 500px) {
  .sp-header {
    height: 14vw;
  }
}

.sp-header h1 {
  position: absolute;
  top: 10px;
}

@media screen and (max-width: 500px) {
  .sp-header h1 {
    left: 3vw;
    top: 1vw;
  }
}

.sp-header h1 img {
  margin-top: 5px;
  margin-left: 15px;
  width: 450px;
  max-width: 60%;
}

@media screen and (max-width: 500px) {
  .sp-header h1 img {
    width: auto;
    margin: 0;
    height: 12vw;
  }
}

/* スマホメニュー　開くボタン    */
.menu-open {
  cursor: pointer;
  position: absolute;
  right: 2px;
  top: 0px;
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 500px) {
  .menu-open {
    margin: 0;
    width: 8vw;
    height: auto;
    right: 3vw;
    top: 3vw;
  }
}

/* スマホのメニューパネル */
.sp-menu-panel {
  z-index: 6000;
  position: fixed;
  display: none;
  right: -100vw;
  width: 100%;
  height: 130vh;
  background-color: #bca475;
  top: 0;
  /* メニュー閉じるボタン */
}

.sp-menu-panel .menu-close {
  cursor: pointer;
  position: absolute;
  right: 2px;
  top: 2px;
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 500px) {
  .sp-menu-panel .menu-close {
    width: 12vw;
    height: 12vw;
    right: 2vw;
    top: 2vw;
  }
}

.sp-menu-panel ul.globalmenu {
  margin-top: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sp-menu-panel ul.globalmenu li {
  text-align: center;
  width: 80%;
  border: 1px solid white;
  margin-bottom: 1em;
}

.sp-menu-panel ul.globalmenu li a {
  width: 100%;
  font-size: 16pt;
  line-height: 3em;
  display: inline-block;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .sp-menu-panel ul.globalmenu li a {
    font-size: 4.5vw;
  }
}

.pageTop {
  z-index: 1500;
  cursor: pointer;
  display: none;
  bottom: 15px;
  right: 0px;
  text-align: center;
  position: fixed;
  z-index: 900;
  text-align: center;
  color: #bc121a;
  font-size: 11pt;
}

.pageTop img {
  width: 50px;
}

@media screen and (max-width: 500px) {
  .pageTop {
    width: 11vw;
    font-size: 3.3vw;
    right: 1vw;
    bottom: 2vw;
  }
  .pageTop img {
    width: 100%;
  }
}

p.sorry {
  text-align: center;
  font-size: 18pt;
}

@media screen and (max-width: 500px) {
  p.sorry {
    font-size: 5.5vw;
    margin-top: 10vw;
    margin-bottom: 10vw;
  }
}

.row10 .catebox {
  margin-top: 170px;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 900px) {
  .row10 .catebox {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.row10 .catebox .imgbox {
  width: 55%;
  background-size: cover;
}

.row10 .catebox .bg-smart {
  background-image: url(../img/category/cate-smart2.jpg);
}

.row10 .catebox .bg-authentic {
  background-image: url(../img/category/cate-authentic2.jpg);
}

.row10 .catebox .bg-especial {
  background-image: url(../img/category/cate-especial2.jpg);
}

.row10 .catebox .txtbox {
  width: 45%;
  background-color: #f6f6f6;
}

.row10 .catebox .txtbox .tximg {
  width: 100%;
  text-align: center;
  margin-top: -40px;
}

.row10 .catebox .txtbox .tximg img {
  width: 90%;
}

.row10 .catebox .txtbox p {
  color: black;
}

.row10 .catebox .txtbox .txtdisc {
  margin-top: 1em;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 1rem;
}

@media screen and (max-width: 900px) {
  .row10 .catebox .txtbox .txtdisc {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media screen and (max-width: 700px) {
  .row10 .catebox .txtbox .txtdisc {
    font-size: 3.6vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

.row10 .catebox .txtbox p.txlink {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1em;
}

.row10 .catebox .txtbox p.txlink a {
  display: inline-block;
  text-align: center;
  font-size: 16pt;
  color: #bc121a;
  background-color: white;
  border: 1px solid #bc121a;
  border-radius: 6px;
  font-weight: bold;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
  line-height: 1;
}

@media screen and (max-width: 500px) {
  .row10 .catebox .txtbox p.txlink a {
    font-size: 4.6vw;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    padding-left: 3em;
    padding-right: 3em;
    font-weight: normal;
  }
}

.row10 .catebox .txtbox p.txlink a span {
  font-size: 14pt;
}

@media screen and (max-width: 500px) {
  .row10 .catebox .txtbox p.txlink a span {
    font-size: 3.6vw;
  }
}

@media screen and (min-width: 501px) {
  .row10 .catebox .txtbox p.txlink a:hover {
    background-color: #bc121a;
    color: white;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.row10 .catebox .txtbox p.lineimg {
  text-align: center;
}

.row10 .catebox .txtbox p.lineimg img {
  width: 80%;
  margin-bottom: 1rem;
}

.row10 .catebox .txtbox p.tx01 {
  color: #b9a273;
  font-size: 20pt;
  font-weight: bold;
  text-align: center;
}

.row10 .catebox .txtbox p.tx02 {
  font-size: 11pt;
}

@media screen and (max-width: 900px) {
  .row10 .catebox .imgbox,
  .row10 .catebox .txtbox {
    width: 100%;
    min-height: 50vw;
  }
}
/*# sourceMappingURL=layout.css.map */