@charset "UTF-8";
.sp {
  display: none !important;
}

input[type="submit"] {
  -webkit-appearance: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  text-align: left;
  width: 100%;
  height: 100%;
  min-width: 1200px;
  word-break: normal;
  word-wrap: break-word;
  line-height: 1.5;
  color: #fff;
}

header {
  background: #fff;
}
header .head01 {
  position: absolute;
  top: 27px;
  left: 40px;
  z-index: 20;
}
header .head01 .head02 {
  z-index: 1000;
}
header .head01 img {
  width: 315px;
}
header .gnav {
  z-index: 0;
  margin-top: 40px;
  padding-right: 70px;
  position: absolute;
  width: 100%;
}
header .gnav ul {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
}
header .gnav ul li {
  font-size: 16px;
  font-family: "Shippori Mincho", "NotoNoto Serif JP", serif;
  letter-spacing: 1.5px;
}
header .gnav ul li a {
  display: block;
  padding-bottom: 5px;
  border-bottom: transparent;
  font-weight: bold;
}
header .gnav ul li a:hover {
  text-decoration: none;
  color: #333;
  border-bottom: solid 2px #c00;
}
header .gnav ul li a.unpublished {
  cursor: text;
}
header .gnav ul li a.unpublished:hover {
  border: none;
  opacity: 1;
}
header .gnav ul li .nav_active a {
  border-bottom: solid 2px #c00;
}

.backgroundfix {
  position: relative;
  min-height: 100%;
  background-size: cover;
  /*--背景画像のサイズ--*/
  background-attachment: fixed;
  /*--背景画像の固定--*/
  background-repeat: no-repeat;
  /*--背景画像の繰り返し--*/
  background-position: center center;
  /*--背景画像の位置--*/
  z-index: 2;
  background-color: #fff;
  background-image: url(../../img/common/bg.jpg);
}

.th {
  text-decoration: line-through;
}

a {
  transition: all 0.2s;
}
a:hover {
  opacity: 0.7;
}

p,
dt,
dd,
li,
th,
td {
  line-height: 1.5;
}

/*clearfix */
.clearfix:after {
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  min-height: 0px;
}

h1 {
  margin-bottom: 0px;
  background: none;
  padding: 0;
  border-radius: inherit;
  font-size: 2em;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  display: inherit;
  margin: 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-rendering: inherit;
}

h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-rendering: inherit;
}

img {
  border: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  margin: 0px;
  padding: 0px;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #767676;
  text-decoration: underline;
}

.hover:hover {
  opacity: 0.7;
}

.link01 {
  color: #fff;
  text-decoration: none;
}
.link01:hover {
  text-decoration: none;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center !important;
}

.san_serif {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Lucida Grande", Meiryo, sans-serif;
}

.mb0 {
  margin-bottom: 0 !important;
}

table {
  border-collapse: collapse;
}

iframe {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

.acccont {
  display: none;
  -webkit-transition: none;
  -ms-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}

.red {
  color: #af2828;
}

.blue {
  color: #274b88;
}

.green {
  color: #488162;
}

/*---TOPpage---*/
.newsb {
  margin: 20px auto 0;
  width: 838px;
  height: 386px;
  padding: 30px 24px 34px 40px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
}
.newsb:has(> .news_list2) {
  background-color: transparent;
  border-width: 0;
  width: 1000px;
  height: auto;
}

.news_list,
.news_list2 {
  height: 100%;
  overflow-y: scroll;
}
.news_list li,
.news_list2 li {
  margin-right: 42px;
  font-size: 18px;
  border-bottom: solid 1px #00000052;
  padding: 12px 0;
  text-align: left;
}
.news_list li a,
.news_list2 li a {
  display: flex;
  gap: 32px;
}
.news_list li p,
.news_list2 li p {
  display: flex;
  gap: 29px;
  color: #000;
}
.news_list li p .news_date,
.news_list2 li p .news_date {
  font-size: 16px;
  font-weight: bold;
}
.news_list li p span,
.news_list2 li p span {
  font-size: 18px;
  font-weight: bold;
}
.news_list li p span span,
.news_list2 li p span span {
  margin: 20px 0;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
}

.news_list2 {
  height: auto;
  overflow-y: none;
}

.news_list::-webkit-scrollbar {
  width: 6px;
}

.news_list::-webkit-scrollbar-track {
  background-color: #1d1d1d;
}

.news_list::-webkit-scrollbar-thumb {
  background-color: #838383;
}

.ft01 {
  padding-top: 140px;
  padding-bottom: 80px;
  background-color: #000;
  position: relative;
  z-index: 10;
}

.ft02 {
  background-color: #000;
  padding-bottom: 100px;
  position: relative;
  z-index: 10;
}

.ft03 {
  max-width: 1210px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ft03 li {
  margin-right: 12px;
  margin-bottom: 20px;
  margin-left: 12px;
}

.plctxt {
  text-align: center;
  padding: 16px;
  letter-spacing: 1px;
  font-size: 18px;
}
.plctxt a {
  color: #fff;
  opacity: 1 !important;
  text-decoration: underline;
}

.copy {
  text-align: center;
  font-size: 13px;
  color: #fff;
}

.content {
  position: relative;
  z-index: 2;
}

.main01 {
  text-align: center;
  padding-top: 32px;
  padding-right: 20px;
  padding-left: 20px;
}
.main01 figure {
  margin-bottom: 174px;
}
.main01_2 {
  padding-bottom: 0px;
  object-fit: none;
}

.main02 {
  text-align: center;
}
.main02 figure {
  width: 768px;
  margin: 0 auto;
}
.main02.-rainbow {
  background: linear-gradient(135deg, rgba(203, 105, 157, 0.39), rgba(221, 183, 114, 0.39), rgba(62, 149, 157, 0.39), rgba(234, 119, 65, 0.39));
}
.main02_2 {
  margin-top: -100px;
}

.main03 {
  text-align: center;
}
.main03 figure {
  width: 768px;
  margin: 0 auto;
}
.main03.-rainbow {
  background: linear-gradient(135deg, rgba(203, 105, 157, 0.39), rgba(221, 183, 114, 0.39), rgba(62, 149, 157, 0.39), rgba(234, 119, 65, 0.39));
}
.main03_2 {
  margin-top: -100px;
}

.main04 {
  font-size: 36px;
}

.breadclomb {
  width: 1200px;
  font-size: 16px;
  margin: 0 auto;
  padding-top: 24px;
  padding-bottom: 24px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #000;
}

.rbox {
  width: 1200px;
  margin: 0 auto;
  border-radius: 50px;
  height: auto;
  padding-bottom: 50px;
}
.rbox .rcap {
  padding-top: 70px;
}
.rbox .rcap img {
  width: 64px;
  height: auto;
}
.rbox .rcap img.left {
  margin-top: -29px;
}
.rbox .rcap img.right {
  margin-top: 10px;
}
.rbox .rcap span {
  display: inline-block;
  color: #000;
  font-size: 32px;
}
.rbox .date {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.rbox .date p {
  display: block;
  color: #000;
  font-size: 22px;
}
.rbox .date span {
  display: block;
  color: #000;
  font-size: 22px;
  background: #fff;
  border: solid 2px #000;
  padding: 0px 7px;
}
.rbox .bikou {
  display: block;
  color: #000;
  font-size: 14px;
  text-align: left;
  width: 768px;
  margin: 10px auto 0;
}
.rbox .bikou2 {
  display: flex;
  font-size: 16px;
  margin-bottom: 20px;
}
.rbox .bikou3 {
  width: 10%;
}

.rbox2 {
  width: 1200px;
  margin: 50px auto 0;
  border-radius: 50px;
}
.rbox2 .rcap {
  padding-top: 70px;
}
.rbox2 .rcap img {
  width: 64px;
  height: auto;
}
.rbox2 .rcap img.left {
  margin-top: -29px;
}
.rbox2 .rcap img.right {
  margin-top: 10px;
}
.rbox2 .rcap span {
  display: inline-block;
  color: #000;
  font-size: 32px;
}
.rbox2 .venue {
  display: block;
  justify-content: center;
  margin-bottom: 30px;
}
.rbox2 .venue span {
  display: block;
  color: #000;
  font-size: 37px;
}
.rbox2 .venue p {
  display: block;
  color: #000;
  font-size: 19px;
}
.rbox2 .venue_map .map {
  position: relative;
  width: 840px;
  padding-top: 346px;
  margin: 0 auto 100px;
}
.rbox2 .venue_map .map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.rbox3 {
  width: 1200px;
  height: auto;
  margin: 0px auto 20px;
  padding: 0 0 30px;
}
.rbox3 .rcap {
  padding-top: 70px;
}
.rbox3 .rcap img {
  width: 64px;
  height: auto;
}
.rbox3 .rcap img.left {
  margin-top: -29px;
}
.rbox3 .rcap img.right {
  margin-top: 10px;
}
.rbox3 .rcap span {
  display: inline-block;
  color: #000;
  font-size: 32px;
}
.rbox3 .vazzy {
  margin: 50px 0 50px;
}
.rbox3 .rockdown {
  margin: 50px 0 50px;
}
.rbox3 .guest {
  font-size: 32px;
  color: #000;
  margin-bottom: 43px;
}
.rbox3 .cst_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.rbox3 .cst_wrap.type01, .rbox3 .cst_wrap.type02 {
  justify-content: center;
}
.rbox3 .cst_wrap .csts {
  flex-basis: 336px;
  margin: 0 32px;
  text-align: center;
  margin-bottom: 80px;
}
.rbox3 .cst_wrap .csts dt {
  text-align: center;
  margin-bottom: 17px;
}
.rbox3 .cst_wrap .csts dd {
  color: #000;
  font-size: 18px;
}
.rbox3 .cst_wrap.-two-column {
  width: 800px;
  margin: 0 auto;
}

.rbox4 {
  width: 1200px;
  height: auto;
  background: white;
  margin: 60px auto 40px;
  padding: 0 0 40px;
  border-radius: 50px;
}
.rbox4 .rcap {
  padding-top: 70px;
}
.rbox4 .rcap img {
  width: 64px;
  height: auto;
}
.rbox4 .rcap img.left {
  margin-top: -29px;
}
.rbox4 .rcap img.right {
  margin-top: 10px;
}
.rbox4 .rcap span {
  display: inline-block;
  color: #000;
  font-size: 32px;
}
.rbox4 .cmnbox01 {
  max-width: 1070px;
  margin: 50px auto 50px;
  padding: 0 20px;
}
.rbox4 .cmnbox01 .sy01 {
  font-size: 19px;
  line-height: 2.5;
  color: #000;
  font-size: 20px;
  background: url("../../img/vrs/line50.png") left 0px top -10px;
  text-align: left;
  position: relative;
}
.rbox4 .cmnbox01 .sy01 .ashiato {
  position: absolute;
  bottom: -50px;
  right: -30px;
}

.rbox5 {
  width: 1200px;
  height: auto;
  margin: 60px auto 20px;
  padding: 0 0 30px;
}
.rbox5 .rcap {
  padding-top: 70px;
}
.rbox5 .rcap img {
  width: 64px;
  height: auto;
}
.rbox5 .rcap img.left {
  margin-top: -29px;
}
.rbox5 .rcap img.right {
  margin-top: 10px;
}
.rbox5 .rcap span {
  display: inline-block;
  color: #000;
  font-size: 32px;
}
.rbox5 .p1 {
  text-align: center;
  font-size: 31px;
  margin: 20px 0 4px;
  color: #000;
}
.rbox5 .p2 {
  text-align: center;
  font-size: 27px;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #000;
}
.rbox5 .p2.-mt0 {
  margin-top: 0;
}
.rbox5 .p3 {
  font-size: 27px;
  display: inline-block;
  border: 1px solid #000;
  color: #000;
  padding: 3px 14px;
  margin-bottom: 26px;
}
.rbox5 .p2_2 {
  width: 768px;
  font-size: 14px;
  line-height: 1.86;
  text-align: left;
  margin: 0 auto;
  padding: 32px 0 50px;
  color: #000;
}

.rbox6 {
  width: 1200px;
  height: auto;
  margin: 60px auto 120px;
  padding: 0 0 30px;
}
.rbox6 .rcap {
  padding-top: 70px;
}
.rbox6 .rcap img {
  width: 64px;
  height: auto;
}
.rbox6 .rcap img.left {
  margin-top: -29px;
}
.rbox6 .rcap img.right {
  margin-top: 10px;
}
.rbox6 .rcap span {
  display: inline-block;
  color: #000;
  font-size: 32px;
}
.rbox6 .sch01 {
  max-width: 898px;
  margin: 0 auto;
}
.rbox6 .sch02 {
  background-color: rgba(255, 255, 255, 0.35);
  padding: 43px 68px 62px;
  margin: 50px 0 0px;
}
.rbox6 .sch02:last-child {
  margin-bottom: 0;
}
.rbox6 .sch03 {
  text-align: center;
  color: #000;
}
.rbox6 .sch03 span {
  display: inline-block;
  min-width: 495px;
  text-align: center;
  padding: 7px 5px;
  margin: 0 auto 19px;
  font-size: 28px;
}
.rbox6 .sch04 {
  font-size: 18px;
  text-align: left;
  color: #000;
  margin: 20px 0;
}
.rbox6 .sch04 span {
  font-size: 14px;
}
.rbox6 .sch05 {
  background-color: #fff;
  padding: 20px 27px;
  margin-bottom: 19px;
  font-size: 18px;
  text-align: left;
  color: #000;
}

.rbox7 {
  width: 1200px;
  height: auto;
  margin: 60px auto 120px;
  padding: 0 0 50px;
}
.rbox7 .rcap {
  padding-top: 70px;
}
.rbox7 .rcap img {
  width: 64px;
  height: auto;
}
.rbox7 .rcap img.left {
  margin-top: -29px;
}
.rbox7 .rcap img.right {
  margin-top: 10px;
}
.rbox7 .rcap span {
  display: inline-block;
  color: #000;
  font-size: 32px;
}
.rbox7 .stf01 {
  margin: 60px 0 0;
}
.rbox7 .stf01 li {
  text-align: center;
  color: #000;
}
.rbox7 .stf01 li.margin_type02.dt {
  margin-bottom: 1px;
  font-size: 16px;
}
.rbox7 .stf01 li.margin_type02.dd {
  margin-bottom: 25px;
  font-size: 23px;
}
.rbox7 .stf01 li:last-child {
  margin-bottom: 0;
}

.rbox8 {
  width: 1200px;
  height: auto;
  min-height: 700px;
  margin: 0px auto 120px;
  padding: 0 0 120px;
  border-radius: 50px;
}
.rbox8 .rcap {
  padding-top: 70px;
}
.rbox8 .rcap img {
  width: 64px;
  height: auto;
}
.rbox8 .rcap img.left {
  margin-top: -29px;
}
.rbox8 .rcap img.right {
  margin-top: 10px;
}
.rbox8 .rcap .ttl {
  font-size: 32px;
  color: #000;
}

.rbox9 {
  width: 1000px;
  height: auto;
  margin: 0px auto 10px;
  padding: 0 0 100px;
  border-radius: 50px;
}
.rbox9 .rcap {
  padding-top: 130px;
}
.rbox9 .rcap.-pt0 {
  padding-top: 25px;
}
.rbox9 .rcap img {
  width: 64px;
  height: auto;
}
.rbox9 .rcap img.left {
  margin-top: -29px;
}
.rbox9 .rcap img.right {
  margin-top: 10px;
}
.rbox9 .rcap .ttl {
  display: inline-block;
  color: #000;
  font-size: 32px;
}
.rbox9 .intro_disc {
  margin: 20px auto 0px;
  color: #000;
  font-size: 18px;
  text-align: center;
}
.rbox9 .intro_disc img {
  margin-bottom: 22px;
}
.rbox9 .intro_disc p.ttl {
  font-size: 24px;
}
.rbox9 .intro_disc p.ttl.-mlarge {
  margin: 48px 0;
}
.rbox9 .intro_disc p.ttl.-mxlarge {
  margin: 145px 0;
}
.rbox9 .intro_disc p {
  line-height: 1.875;
  text-align: left;
  margin-bottom: 17px;
}
.rbox9 .intro_disc p.-lh-h {
  line-height: 2.5;
}
.rbox9 .mt60 {
  margin-top: 60px;
}

.rbox10 {
  width: 1200px;
  height: auto;
  min-height: 700px;
  margin: 0px auto 120px;
  padding: 0 0 100px;
}
.rbox10 .rcap {
  padding-top: 70px;
}
.rbox10 .rcap img {
  width: 64px;
  height: auto;
}
.rbox10 .rcap img.left {
  margin-top: -29px;
}
.rbox10 .rcap img.right {
  margin-top: 10px;
}
.rbox10 .rcap span {
  display: inline-block;
  color: #000;
  font-size: 32px;
}
.rbox10 .faq_wrap {
  width: 975px;
  margin: 0px auto;
  color: #000;
}
.rbox10 .faq_wrap .bl_faq_read {
  margin: 20px auto 0px;
  padding: 0 0 40px;
  font-size: 16px;
  text-align: left;
}
.rbox10 .faq_wrap .bl_faq_read p {
  line-height: 1.7 !important;
}
.rbox10 .faq_wrap .faq02 {
  padding-left: 50px;
  padding-bottom: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.31);
  text-align: left;
}
.rbox10 .faq_wrap .faq02 dt {
  position: relative;
  font-size: 20px;
  margin-bottom: 30px;
  padding-top: 0px;
  padding-left: 17px;
  margin-top: 44px;
}
.rbox10 .faq_wrap .faq02 dt:after {
  content: "Q";
  color: #fff;
  font-size: 30px;
  text-align: center;
  display: block;
  position: absolute;
  top: -8px;
  left: -50px;
  background-color: #2A7BB1;
  width: 48px;
  height: 48px;
}
.rbox10 .faq_wrap .faq02 dd {
  position: relative;
  padding-top: 10px;
  padding-left: 17px;
}
.rbox10 .faq_wrap .faq02 dd:after {
  content: "A";
  color: #fff;
  font-size: 30px;
  text-align: center;
  display: block;
  position: absolute;
  top: -8px;
  left: -50px;
  background-color: #CA2B13;
  width: 48px;
  height: 48px;
}
.rbox10 .faq_wrap .faq02 dd a {
  color: #000;
  text-decoration: underline;
  padding: 0 5px;
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
}

.rbox11 {
  width: 1200px;
  height: auto;
  min-height: 700px;
  margin: 0px auto 120px;
  padding: 0 0 10px;
}
.rbox11 .rcap {
  padding-top: 70px;
}
.rbox11 .rcap img {
  width: 64px;
  height: auto;
}
.rbox11 .rcap img.left {
  margin-top: -29px;
}
.rbox11 .rcap img.right {
  margin-top: 10px;
}
.rbox11 .rcap span {
  display: inline-block;
  color: #000;
  font-size: 32px;
}
.rbox11 .bl_release {
  width: 100%;
  max-width: 957px;
  margin: 0 auto 70px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.31);
  padding: 0 0 50px;
  color: #000;
  text-align: left;
}
.rbox11 .bl_release .bl_release_cont {
  display: flex;
  justify-content: space-between;
  gap: 35px;
}
.rbox11 .bl_release .bl_release_cont .bl_release_img img {
  border: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
  background: #666;
}
.rbox11 .bl_release .bl_release_cont .bl_release_box {
  max-width: 758px;
  width: 100%;
}
.rbox11 .bl_release .bl_release_cont .bl_release_box .bl_release_ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 27px;
}
.rbox11 .bl_release .bl_release_cont .bl_release_box .bl_release_txt {
  border-top: 1px solid rgba(0, 0, 0, 0.31);
  padding-top: 19px;
  margin-bottom: 19px;
  line-height: 1.5;
}
.rbox11 .bl_release .bl_release_cont .bl_release_box .bl_release_txt p {
  letter-spacing: 0.04em;
  font-weight: normal;
}
.rbox11 .bl_release .bl_release_cont .bl_release_box .bl_release_txt .sub_ttl {
  background: #d90011;
  width: fit-content;
  padding: 2px 16px;
  margin-top: 5px;
  margin-bottom: 11px;
  color: #fff;
  font-weight: normal;
}
.rbox11 .bl_release .bl_release_cont .bl_release_box .bl_release_txt .btn_relaase {
  margin-top: 19px;
}
.rbox11 .bl_release .bl_release_cont .bl_release_box .bl_release_txt .btn_relaase li {
  margin: 0px;
  padding: 0px;
}
.rbox11 .bl_release .bl_release_cont .bl_release_box .bl_release_txt .btn_relaase li a {
  display: block;
  width: 300px;
  background: #3451a0;
  height: 52px;
  margin-bottom: 16px;
  border-radius: 41px;
  text-align: center;
  line-height: 52px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.rbox11 .bl_release .bl_release_cont .bl_release_box .bl_release_txt .btn_relaase li a:before {
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 13px;
  width: 25px;
  height: 1px;
  margin-top: 0px;
  content: "";
}
.rbox11 .bl_release .bl_release_cont .bl_release_box .bl_release_txt .btn_relaase li a:after {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  height: 12px;
  margin-top: -5px;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.rbox11 .bl_release .bl_release_cont .bl_release_box .bl_release_txt .btn_relaase li a.btn__st {
  background: #e57375;
}
.rbox11 .bl_release .bl_release_cont .bl_release_box .bl_release_txt .btn_relaase li a.btn__of {
  line-height: 1.5;
  background: #f0ae1d;
}
.rbox11 .bl_release:last-of-type {
  border-bottom: 0px solid rgba(0, 0, 0, 0.31);
  margin: 0 auto 40px;
}

.rbox12 {
  width: 1200px;
  height: auto;
  min-height: 700px;
  margin: 0px auto 120px;
  padding: 0 0px 40px;
}
.rbox12 .rcap {
  padding-top: 70px;
}
.rbox12 .rcap img {
  width: 64px;
  height: auto;
}
.rbox12 .rcap img.left {
  margin-top: -29px;
}
.rbox12 .rcap img.right {
  margin-top: 10px;
}
.rbox12 .rcap span {
  display: inline-block;
  color: #000;
  font-size: 32px;
}
.rbox12 .bl_goodsInfo {
  text-align: center;
  line-height: 1.9;
  font-size: 16px;
  color: #000;
  width: 1040px;
  display: block;
  margin: 0 auto;
}
.rbox12 .bl_goodsInfo .ttl_goodsInfo {
  display: block;
  border: solid 1px #000;
  width: 126px;
  margin: 40px auto 0;
  font-size: 19px;
  margin-bottom: 21px;
  font-weight: normal;
  letter-spacing: 2px;
}
.rbox12 .bl_goodsInfo .left {
  text-align: left;
  margin: auto;
  margin: 0 60px 60px;
}
.rbox12 .bl_goodsInfo .subttl {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 60px;
}
.rbox12 .bl_goodsInfo p {
  line-height: 2;
  text-align: center;
}
.rbox12 .bl_goodsInfo ul {
  margin-bottom: 80px;
  margin: 0 60px 60px;
}
.rbox12 .bl_goodsInfo ul li {
  text-align: left;
  line-height: 2;
}
.rbox12 .bl_goodsInfo .gi01 {
  font-size: 24px;
  margin-bottom: 10px;
}

.rbox13 {
  width: 1200px;
  height: auto;
  min-height: 700px;
  margin: 0px auto 50px;
  padding: 0 0px 40px;
}
.rbox13 .rcap {
  padding-top: 70px;
}
.rbox13 .rcap img {
  width: 64px;
  height: auto;
}
.rbox13 .rcap img.left {
  margin-top: -29px;
}
.rbox13 .rcap img.right {
  margin-top: 10px;
}
.rbox13 .rcap span {
  display: inline-block;
  color: #000;
  font-size: 32px;
}
.rbox13 .bl_goods {
  margin-top: 30px;
  margin-bottom: 100px;
}
.rbox13 .bl_goods .bl_goods_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 46px;
  font-weight: normal;
  color: #000;
  width: 1100px;
  margin: 0 auto;
}
.rbox13 .bl_goods .bl_goods_item li {
  text-align: center;
  margin-bottom: 48px;
  width: 235px;
  max-width: 235px;
  flex-basis: 23%;
}
.rbox13 .bl_goods .bl_goods_item li dt {
  font-size: 18px;
  margin-bottom: 16px;
}
.rbox13 .bl_goods .bl_goods_item li dt a {
  color: #000;
}
.rbox13 .bl_goods .bl_goods_item li dt a img {
  border: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.rbox13 .bl_goods .bl_goods_item li .goods_price,
.rbox13 .bl_goods .bl_goods_item li .goods_price2 {
  font-weight: bold;
  color: #b40019;
}
.rbox13 .bl_goods .bl_goods_item li .goods_price2 {
  margin-bottom: 15px;
}
.rbox13 .bl_goods .bl_goods_item li .goods_btn a {
  font-size: 12px;
  width: 165px;
  height: 25px;
  padding: 6px 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 6px auto 0;
  text-decoration: inherit !important;
}
.rbox13 .bl_goods .bl_goods_item li .btn_ani {
  color: #fff;
  background: #146da8;
  background: #cb4141;
}
.rbox13 .bl_goods .bl_goods_item li .btn_ec {
  color: #fff;
  background: #cb4141;
  background: #146da8;
}
.rbox13 .bl_goods .bl_goods_item:before {
  content: "";
  display: block;
  width: 235px;
  max-width: 235px;
  height: 0;
  order: 1;
}
.rbox13 .bl_goods .bl_goods_item:after {
  content: "";
  display: block;
  width: 235px;
  max-width: 235px;
  height: 0;
}
.rbox13 .bl_goods_bloc {
  text-align: center;
  font-weight: normal;
  color: #000;
  font-size: 16px;
}
.rbox13 .bl_goods_bloc .ttl_goods {
  font-size: 28px;
  text-align: center;
  letter-spacing: 4.45px;
  margin-bottom: 43px;
}
.rbox13 .bl_goods_bloc .bl_goods_comp {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rbox13 .bl_goods_bloc .bl_goods_comp li {
  margin-bottom: 78px;
}
.rbox13 .bl_goods_bloc .bl_goods_comp li dt {
  letter-spacing: 0.95px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}
.rbox13 .bl_goods_bloc .bl_goods_comp li dt a {
  color: #000;
  text-decoration: none;
}
.rbox13 .bl_goods_bloc .bl_goods_comp li dt a img {
  border: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.rbox13 .bl_goods_bloc .bl_goods_comp li dd {
  letter-spacing: 0.85px;
  font-size: 16px;
  margin-bottom: 14px;
}
.rbox13 .bl_goods_bloc .bl_goods_comp li .goods_bene {
  font-size: 18px;
}

.contact {
  margin: 142px auto 55px;
  padding: 0 77px 0;
  text-align: center;
  max-width: 684px;
  box-sizing: border-box;
}
.contact .ttl {
  display: inline-block;
  text-align: center;
  max-width: 527px;
  font-size: 24px;
  margin-bottom: 29px;
  color: #000;
}
.contact .con01 {
  font-size: 21px;
  color: #000;
}
.contact .con02 {
  margin: 18px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  padding: 4px;
  max-width: 421px;
  border: 1px solid #fff;
}
.contact .con03 {
  color: #000;
  margin-top: 5px;
  padding-bottom: 41px;
  font-size: 15px;
}

.sns {
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

.logox {
  text-align: center;
  background: #000;
  border-radius: 4px;
  width: 130px;
  height: 130px;
  line-height: 120px;
  margin: 0 auto;
}
.logox img {
  padding-top: 14px;
}

.tzbox01 {
  padding-top: 55px;
  padding-bottom: 190px;
  color: #000;
}

.cmnttl {
  display: flex;
  justify-content: space-between;
  margin-right: auto;
  margin-bottom: 64px;
  margin-left: auto;
  text-align: center;
  position: relative;
}
.cmnttl::before {
  flex-grow: 0;
  content: "";
  position: absolute;
  top: -46px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../../img/tz/ttl_05.png);
  width: 85px;
  height: 52px;
}
.cmnttl .left,
.cmnttl .right {
  flex-grow: 1;
  align-self: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

hr {
  border-color: #ffffff8a;
  width: 45%;
}

.cmnttl .left::before {
  content: "";
  display: block;
  background-image: url(../img/tz/ttl_01.png);
  background-repeat: no-repeat;
  background-position: left;
  width: 59px;
  height: 24px;
}
.cmnttl .left::after {
  content: "";
  display: block;
  background-image: url(../img/tz/ttl_02.png);
  background-repeat: no-repeat;
  background-position: right;
  width: 181px;
  height: 35px;
}
.cmnttl .right::before {
  content: "";
  display: block;
  background-image: url(../img/tz/ttl_03.png);
  background-repeat: no-repeat;
  background-position: left;
  width: 181px;
  height: 35px;
}
.cmnttl .right::after {
  content: "";
  display: block;
  background-image: url(../img/tz/ttl_04.png);
  background-repeat: no-repeat;
  background-position: right;
  width: 59px;
  height: 24px;
}
.cmnttl.type02 {
  margin-bottom: 60px;
}

.cmnttl_en {
  padding: 0 17px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-family: "Shippori Mincho", "NotoNoto Serif JP", serif;
  font-size: 32px;
  margin-bottom: 2px;
  position: relative;
}

.cmnttl.type03 .cmnttl_en {
  font-size: 26px;
  letter-spacing: -0.02em;
}

.cmnttl_ja {
  font-size: 14px;
}

.cmnttl.type03 .cmnttl_ja {
  font-size: 12px;
}

.btm01 {
  width: 100%;
  margin: 0;
  padding: 200px 0 200px;
  position: relative;
  top: 200px;
  background-image: url(../img/tz/bg_btm.png);
  background-repeat: no-repeat;
  background-position: 100px 150px;
  margin-top: -200px;
}
.btm01::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #d1d1d1;
  transform: skewY(7deg) translateY(90px);
  z-index: -1;
}

.btm02 {
  max-width: 830px;
  margin: 0 auto 80px;
}

.btm03 {
  text-align: center;
  margin-bottom: 50px;
}

.btm04 {
  font-size: 18px;
  line-height: 2.72;
  font-weight: bolder;
}

.btm05 {
  font-size: 18px;
  line-height: 2.72;
}

.fs {
  font-size: 14px;
}

.addd01 {
  margin: 25px 0 20px;
}
.addd01 span {
  color: #a52d2d;
  border: 1px solid #a52d2d;
  padding: 7px;
  font-weight: bold;
}

.addd02 {
  font-size: 14px;
}

.tri {
  color: #a52d2d;
}

.font_yumin {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.top_btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  width: 72px;
}

.frame_top,
.frame_bottom {
  position: fixed;
  z-index: 10;
  height: auto;
}

.frame_top {
  top: -86px;
  right: -115px;
  width: 480px;
}

.frame_bottom {
  bottom: -148px;
  left: -67px;
  width: 410px;
}

.ml1_pc {
  margin-left: 1em;
}

.music_l_01 {
  background-color: #ff7f00;
  color: #a52d2d;
}

.music_l_02 {
  display: flex;
}

.music_l_03 {
  color: #000;
}

.cmnbox01 {
  max-width: 1100px;
  margin: 0 auto;
}

.headwrap {
  position: relative;
}
.headwrap .top01 {
  background-color: #fff;
  padding: 13px 3%;
}
.headwrap .top02 {
  position: relative;
}
.headwrap .top03 {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.headwrap .top04 {
  position: absolute;
  top: -5px;
  left: 0;
}
.headwrap .cmnbox01 {
  max-width: 1100px;
  margin: 0 auto;
}
.headwrap .headbtm {
  background-color: #000;
  color: #fff;
}
.headwrap .headbtm01 {
  font-size: 0;
  text-align: center;
}
.headwrap .headbtm02 {
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
}
.headwrap .headbtm03 {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 1;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: bold;
  color: #fff;
}
.headwrap .headbtm03:hover {
  color: #fff;
  text-decoration: none;
}
.headwrap .headbtm03::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 13px);
  width: 26px;
  height: 3px;
  transition: 0.2s;
}
.headwrap span.headbtm03 {
  opacity: .6;
}
.headwrap .cap_left,
.headwrap .cap_right {
  position: absolute;
  top: 52px;
}
.headwrap .cap_left {
  left: 0;
}
.headwrap .cap_right {
  right: 0;
}

.uk {
  text-decoration: line-through;
  text-decoration-color: black;
  /* 線の色 */
}

.sche1 {
  width: 100%;
  justify-content: center;
}

.sche2 {
  margin: 0 auto;
}

.sche3 {
  display: flex;
  flex-wrap: wrap;
  width: 768px;
  justify-content: center;
  margin: 0 auto;
}

.sche4 {
  flex-basis: 25%;
  padding: 10px 10px 20px 10px;
}

.goods_midashi {
  color: #000;
  margin-bottom: 30px;
}

.unl {
  text-decoration: underline;
}

.gred {
  color: #bd0202;
  font-size: 20px;
}

.g_kan {
  font-size: 20px;
}

.ttl_goodsInfo2 {
  width: fit-content;
  margin: 0 auto;
  border: 1px solid #000;
  padding: 0px 10px 5px 10px;
  margin-bottom: 20px;
}

.footerwrap01 {
  background-color: #000;
  text-align: center;
  padding-top: 90px;
  padding-bottom: 90px;
}
.footerwrap01 .ftbnr {
  text-align: center;
  margin: 25px auto;
  width: 924px;
}
.footerwrap01 .ftbnr li {
  display: inline-block;
  margin-left: 13px;
  margin-right: 13px;
  margin-bottom: 40px;
}

/* ●SP {
} */
@media (max-width: 767px) {
  input[type="submit"],
  textarea {
    -webkit-appearance: none;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  a:hover {
    text-decoration: none;
    opacity: 1;
  }

  img {
    width: auto;
    height: auto;
  }

  body {
    font-size: 14px;
    min-width: 100%;
    min-height: 100%;
    line-height: 1.5;
    word-break: normal;
  }
  body:before {
    background-size: contain;
    background: url(../img/tz/bg_content_sp.png) center no-repeat;
  }

  .btn_menu {
    background-image: url(../../img/common/btn_open.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px;
    height: 40px;
    width: 40px;
    position: absolute;
    top: -9px;
    right: 0px;
    z-index: 15;
  }

  .btn_menu.active {
    background-size: 20px;
    background-image: url(../../img/common/btn_close.png);
  }

  .btn_menu.active + .gnav {
    z-index: 10;
  }

  .gnavwrap {
    display: none;
  }

  header {
    background: rgba(255, 255, 255, 0.8);
    height: auto;
  }
  header .head01 {
    position: absolute;
    top: 0;
    left: 10px;
    width: 300px;
    padding: 15px 0 0px;
  }
  header .head01 img {
    width: 200px;
  }
  header .gnav {
    background: rgba(0, 0, 0, 0.9);
    margin-top: 0;
    width: 100%;
    top: 0;
    padding-right: 0;
  }
  header .gnav ul {
    display: inherit;
    width: 100%;
    padding-top: 60px;
  }
  header .gnav ul li {
    width: 100%;
  }
  header .gnav ul li a,
  header .gnav ul li .nolink {
    padding: 20px 10%;
    width: 100%;
    border-bottom: 1px #555 solid;
    color: #fff;
  }
  header .gnav ul li .nav_active a {
    border-bottom: 1px #555 solid;
  }
  header .gnav ul li .nolink {
    color: #808080;
  }
  header .gnav ul li a:hover {
    background: #555;
    border-bottom: 1px #555 solid;
  }
  header .gnav ul li a.unpublished:hover {
    background: transparent;
    border-bottom: 1px #555 solid;
  }

  /*---TOPpage---*/
  .newsb {
    margin: 20px auto 0;
    width: 100%;
    height: 300px;
    padding: 15px 12px 15px 20px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
  }
  .newsb:has(> .news_list2) {
    width: 100%;
    background-color: transparent;
    border-width: 0;
  }

  .news_list,
  .news_list2 {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
  }
  .news_list li,
  .news_list2 li {
    margin-right: 20px;
    font-size: 14px;
    border-bottom: solid 1px #888;
    padding: 15px 0px 11px 0;
    text-align: left;
  }
  .news_list li a,
  .news_list2 li a {
    display: flex;
    gap: 16px;
  }
  .news_list li p,
  .news_list2 li p {
    display: block;
    gap: 29px;
    color: #000;
  }
  .news_list li p .news_date,
  .news_list2 li p .news_date {
    font-size: 16px;
    font-weight: bold;
  }
  .news_list li p span,
  .news_list2 li p span {
    display: block;
    font-size: 18px;
    font-weight: bold;
  }
  .news_list li p span span,
  .news_list2 li p span span {
    margin: 20px 0;
    display: inline-block;
    font-size: 16px;
    line-height: 1.6;
    font-weight: normal;
  }

  .news_list2 {
    height: auto;
    overflow-y: none;
  }

  .news_list::-webkit-scrollbar {
    width: 6px;
  }

  .news_list::-webkit-scrollbar-track {
    background-color: #1d1d1d;
  }

  .news_list::-webkit-scrollbar-thumb {
    background-color: #838383;
  }

  .ft01 {
    padding-top: 30px;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .ft02 {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .ft03 {
    text-align: center;
  }
  .ft03 li {
    margin-bottom: 12px;
    flex-basis: 48%;
    margin-right: auto;
    margin-left: auto;
  }

  .copy {
    text-align: center;
    font-size: 12px;
  }

  .frame_top,
  .frame_bottom {
    display: none;
  }

  .main01 {
    text-align: center;
    padding-top: 70px;
    padding-right: 0;
    padding-bottom: 60px;
    padding-left: 0;
  }
  .main01 figure {
    margin: 0 auto 50px;
    width: 90%;
  }

  .main02 {
    text-align: center;
    padding: 20px;
  }
  .main02 figure {
    width: 100%;
    max-width: 334px;
    margin: 0 auto;
  }
  .main02_2 {
    margin-top: -20px;
  }

  .main03 {
    text-align: center;
    padding: 10px;
  }
  .main03 figure {
    width: 100%;
    max-width: 334px;
    margin: 0 auto;
  }
  .main03_2 {
    margin-top: -20px;
  }

  .breadclomb {
    width: 100%;
    font-size: 14px;
    margin: 0 auto;
    padding-top: 0.5em;
    padding-bottom: 0px;
    padding-left: 1em;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #000;
  }

  .rbox {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: 0 auto;
    border-radius: 50px;
    padding: 0 20px 30px;
  }
  .rbox .rcap {
    padding-top: 40px;
  }
  .rbox .rcap img {
    width: 64px;
    height: auto;
  }
  .rbox .rcap img.left {
    margin-top: -29px;
  }
  .rbox .rcap img.right {
    margin-top: 10px;
  }
  .rbox .rcap span {
    display: inline-block;
    color: #000;
    font-size: 32px;
  }
  .rbox .schedule {
    width: 100%;
  }
  .rbox .date {
    display: block;
    justify-content: center;
    margin: 30px 0 30px;
  }
  .rbox .date p {
    display: block;
    color: #000;
    font-size: 22px;
    padding: 0 20px;
  }
  .rbox .date span {
    display: block;
    color: #000;
    font-size: 16px;
    background: #fff;
    border: solid 2px #000;
    padding: 0px 7px;
    width: 200px;
    margin: 0 auto;
  }
  .rbox .bikou {
    display: block;
    color: #000;
    font-size: 14px;
    text-align: left;
    width: 240px;
    width: 90%;
    margin: 10px auto 0;
  }

  .rbox2 {
    width: 100%;
    max-width: 600px;
    margin: 0px auto 0;
    border-radius: 50px;
  }
  .rbox2 .rcap {
    padding-top: 40px;
  }
  .rbox2 .rcap img {
    width: 64px;
    height: auto;
  }
  .rbox2 .rcap img.left {
    margin-top: -29px;
  }
  .rbox2 .rcap img.right {
    margin-top: 10px;
  }
  .rbox2 .rcap span {
    display: inline-block;
    color: #000;
    font-size: 32px;
  }
  .rbox2 .venue {
    display: block;
    justify-content: center;
    margin-bottom: 30px;
  }
  .rbox2 .venue span {
    display: block;
    color: #000;
    font-size: 27px;
  }
  .rbox2 .venue p {
    display: block;
    color: #000;
    font-size: 14px;
    padding: 0 20px;
  }
  .rbox2 .venue_map {
    padding: 0 20px;
  }
  .rbox2 .venue_map .map {
    position: relative;
    max-width: 320px;
    width: 100%;
    height: 500px;
    padding-top: 346px;
    margin: 0 auto 100px;
  }
  .rbox2 .venue_map .map iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

  .rbox3 {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: 0px auto 0;
  }
  .rbox3 .rcap {
    padding-top: 40px;
  }
  .rbox3 .rcap img {
    width: 64px;
    height: auto;
  }
  .rbox3 .rcap img.left {
    margin-top: -29px;
  }
  .rbox3 .rcap img.right {
    margin-top: 10px;
  }
  .rbox3 .rcap span {
    display: inline-block;
    color: #000;
    font-size: 32px;
  }
  .rbox3 .vazzy {
    margin: 25px 0 25px;
  }
  .rbox3 .rockdown {
    margin: 25px 0 25px;
  }
  .rbox3 .guest {
    font-size: 32px;
  }
  .rbox3 .cst_wrap .csts {
    flex-basis: 100%;
    margin: 0 0 40px;
    padding: 0 20px;
  }
  .rbox3 .cst_wrap .csts dt {
    text-align: center;
    margin-bottom: 7px;
  }
  .rbox3 .cst_wrap .csts dd {
    color: #000;
    font-size: 16px;
  }
  .rbox3 .cst_wrap.-two-column {
    width: 100%;
  }

  .rbox4 {
    width: 100%;
    max-width: 600px;
    height: auto;
    background: white;
    margin: 0px auto 0px;
    padding: 0 0 40px;
    border-radius: 50px;
  }
  .rbox4 .rcap {
    padding-top: 40px;
  }
  .rbox4 .rcap img {
    width: 64px;
    height: auto;
  }
  .rbox4 .rcap img.left {
    margin-top: -29px;
  }
  .rbox4 .rcap img.right {
    margin-top: 10px;
  }
  .rbox4 .rcap span {
    display: inline-block;
    color: #000;
    font-size: 32px;
  }
  .rbox4 .cmnbox01 {
    max-width: 1070px;
    margin: 50px auto 50px;
    padding: 0 20px;
  }
  .rbox4 .cmnbox01 .sy01 {
    line-height: 2.6;
    color: #000;
    font-size: 12px;
    background: url("../../img/vrs/line50.png") left 0px top 0px;
    background-size: 650px;
    text-align: left;
    position: relative;
    top: 0px;
    padding: 4px 0 0;
  }
  .rbox4 .cmnbox01 .sy01 .ashiato {
    position: absolute;
    bottom: -80px;
    right: -20px;
    width: 50px;
  }

  .rbox5 {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: 50px auto 0;
  }
  .rbox5 .rcap {
    padding-top: 40px;
  }
  .rbox5 .rcap img {
    width: 64px;
    height: auto;
  }
  .rbox5 .rcap img.left {
    margin-top: -29px;
  }
  .rbox5 .rcap img.right {
    margin-top: 10px;
  }
  .rbox5 .rcap span {
    display: inline-block;
    color: #000;
    font-size: 32px;
  }
  .rbox5 .p1 {
    text-align: center;
    font-size: 18px;
    margin: 40px 10px 4px;
    color: #000;
  }
  .rbox5 .p2 {
    text-align: center;
    font-size: 14px;
    margin: 15px 0 10px;
    color: #000;
  }
  .rbox5 .p3 {
    font-size: 18px;
    margin-bottom: 13px;
  }
  .rbox5 .p2_2 {
    width: 100%;
    font-size: 12px;
    line-height: 1.86;
    text-align: left;
    color: #000;
    padding: 16px 0 25px;
  }

  .rbox6 {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: 0px auto 20px;
    padding: 0 0 30px;
  }
  .rbox6 .rcap {
    padding-top: 40px;
  }
  .rbox6 .rcap img {
    width: 64px;
    height: auto;
  }
  .rbox6 .rcap img.left {
    margin-top: -29px;
  }
  .rbox6 .rcap img.right {
    margin-top: 10px;
  }
  .rbox6 .rcap.-long img.left {
    margin-top: -29px;
  }
  .rbox6 .rcap.-long img.right {
    margin-top: 65px;
  }
  .rbox6 .rcap span {
    display: inline-block;
    color: #000;
    font-size: 32px;
  }
  .rbox6 .sch01 {
    max-width: 100%;
    margin: 0 auto;
    color: #000;
  }
  .rbox6 .sch02 {
    padding: 15px;
    margin-bottom: 25px;
    color: #000;
  }
  .rbox6 .sch03 {
    text-align: center;
    color: #000;
  }
  .rbox6 .sch03 span {
    display: inline-block;
    min-width: 1px;
    text-align: center;
    padding: 7px 5px;
    margin: 0 auto 15px;
    font-size: 14px;
  }
  .rbox6 .sch04 {
    margin-bottom: 15px;
    font-size: 14px;
    text-align: left;
    color: #000;
  }
  .rbox6 .sch04 span {
    font-size: 11px;
  }
  .rbox6 .sch05 {
    border: solid 2px #1a1311;
    padding: 12px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #000;
  }

  .rbox7 {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: 0px auto 20px;
    padding: 0 0 30px;
  }
  .rbox7 .rcap {
    padding-top: 40px;
  }
  .rbox7 .rcap img {
    width: 64px;
    height: auto;
  }
  .rbox7 .rcap img.left {
    margin-top: -29px;
  }
  .rbox7 .rcap img.right {
    margin-top: 10px;
  }
  .rbox7 .rcap span {
    display: inline-block;
    color: #000;
    font-size: 32px;
  }
  .rbox7 .stf01 {
    margin: 60px 0 0;
  }
  .rbox7 .stf01 li {
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.8;
    color: #000;
  }
  .rbox7 .stf01 li.margin_type02 {
    margin-bottom: 30px;
  }
  .rbox7 .stf01 li.margin_type02.dt {
    margin-bottom: 1px;
    font-size: 12px;
  }
  .rbox7 .stf01 li.margin_type02.dd {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .rbox7 .stf01 li:last-child {
    margin-bottom: 0;
  }

  .rbox8 {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: 0px auto 20px;
    padding: 0 0 30px;
    border-radius: 50px;
  }
  .rbox8 .rcap {
    padding-top: 40px;
  }
  .rbox8 .rcap img {
    width: 64px;
    height: auto;
  }
  .rbox8 .rcap img.left {
    margin-top: -29px;
  }
  .rbox8 .rcap img.right {
    margin-top: 10px;
  }
  .rbox8 .rcap .ttl {
    font-size: 32px;
    color: #000;
  }
  .rbox8 .stf01 {
    margin: 60px 0 0;
  }
  .rbox8 .stf01 li {
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.8;
    color: #000;
  }
  .rbox8 .stf01 li.margin_type02 {
    margin-bottom: 30px;
  }
  .rbox8 .stf01 li.margin_type02.dt {
    margin-bottom: 1px;
    font-size: 12px;
  }
  .rbox8 .stf01 li.margin_type02.dd {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .rbox8 .stf01 li:last-child {
    margin-bottom: 0;
  }

  .rbox9 {
    width: 100%;
    height: auto;
    margin: 0px auto 10px;
    padding: 0 0 50px;
    border-radius: 50px;
  }
  .rbox9 .rcap {
    padding-top: 70px;
  }
  .rbox9 .rcap img {
    width: 64px;
    height: auto;
  }
  .rbox9 .rcap img.left {
    margin-top: -29px;
  }
  .rbox9 .rcap img.right {
    margin-top: 10px;
  }
  .rbox9 .rcap.-long img.left {
    margin-top: -29px;
  }
  .rbox9 .rcap.-long img.right {
    margin-top: 65px;
  }
  .rbox9 .rcap .ttl {
    display: inline-block;
    color: #000;
    font-size: 32px;
  }
  .rbox9 .intro_disc {
    margin: 20px auto 0px;
    color: #000;
    font-size: 14px;
    text-align: center;
  }
  .rbox9 .intro_disc img {
    margin-bottom: 22px;
  }
  .rbox9 .intro_disc p.ttl {
    font-size: 18px;
  }
  .rbox9 .intro_disc p.ttl.-mlarge {
    margin: 24px 0;
  }
  .rbox9 .intro_disc p.ttl.-mxlarge {
    margin: 70px 0;
  }
  .rbox9 .intro_disc p {
    line-height: 1.7;
    text-align: left;
    margin-bottom: 17px;
  }
  .rbox9 .intro_disc p.-lh-h {
    line-height: 2.5;
  }
  .rbox9 .mt60 {
    margin-top: 30px;
  }

  .rbox10 {
    width: 100%;
    height: auto;
    min-height: 700px;
    margin: 0px auto 40px;
    padding: 0 20px 10px;
  }
  .rbox10 .rcap {
    padding-top: 70px;
  }
  .rbox10 .rcap img {
    width: 64px;
    height: auto;
  }
  .rbox10 .rcap img.left {
    margin-top: -29px;
  }
  .rbox10 .rcap img.right {
    margin-top: 10px;
  }
  .rbox10 .rcap span {
    display: inline-block;
    color: #000;
    font-size: 32px;
  }
  .rbox10 .faq_wrap {
    width: 100%;
    margin: 0px auto;
    color: #000;
  }
  .rbox10 .faq_wrap .bl_faq_read {
    margin: 20px auto 0px;
    padding: 0 0 40px;
    font-size: 13px;
    text-align: left;
  }
  .rbox10 .faq_wrap .bl_faq_read p {
    line-height: 1.7 !important;
  }
  .rbox10 .faq_wrap .faq02 {
    padding-left: 50px;
    padding-bottom: 36px;
    border-top: 1px solid rgba(255, 255, 255, 0.31);
    text-align: left;
  }
  .rbox10 .faq_wrap .faq02 dt {
    position: relative;
    font-size: 15px;
    margin-bottom: 30px;
    padding-top: 0px;
    padding-left: 17px;
    margin-top: 44px;
  }
  .rbox10 .faq_wrap .faq02 dt:after {
    content: "Q";
    color: #fff;
    font-size: 30px;
    text-align: center;
    display: block;
    position: absolute;
    top: -12px;
    left: -50px;
    width: 48px;
    height: 48px;
  }
  .rbox10 .faq_wrap .faq02 dd {
    position: relative;
    padding-top: 10px;
    padding-left: 17px;
  }
  .rbox10 .faq_wrap .faq02 dd:after {
    content: "A";
    color: #fff;
    font-size: 30px;
    text-align: center;
    display: block;
    position: absolute;
    top: -4px;
    left: -50px;
    width: 48px;
    height: 48px;
  }
  .rbox10 .faq_wrap .faq02 dd a {
    color: #000;
    text-decoration: underline;
    padding: 0 5px;
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
  }

  .rbox11 {
    width: 100%;
    height: auto;
    min-height: 700px;
    margin: 0px auto 20px;
    padding: 0 20px 0px;
  }
  .rbox11 .rcap {
    padding-top: 70px;
  }
  .rbox11 .rcap img {
    width: 64px;
    height: auto;
  }
  .rbox11 .rcap img.left {
    margin-top: -29px;
  }
  .rbox11 .rcap img.right {
    margin-top: 10px;
  }
  .rbox11 .rcap span {
    display: inline-block;
    color: #000;
    font-size: 32px;
  }
  .rbox11 .bl_release {
    width: 100%;
    max-width: 957px;
    margin: 0 auto 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.31);
    padding: 0 0 40px;
    color: #000;
    text-align: left;
  }
  .rbox11 .bl_release .bl_release_cont {
    display: flex;
    justify-content: space-between;
    gap: 35px;
    display: inherit;
  }
  .rbox11 .bl_release .bl_release_cont .bl_release_img {
    text-align: center;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .rbox11 .bl_release .bl_release_cont .bl_release_img img {
    border: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;
    background: #666;
  }
  .rbox11 .bl_release .bl_release_cont .bl_release_box {
    max-width: 758px;
    width: 100%;
  }
  .rbox11 .bl_release .bl_release_cont .bl_release_box .bl_release_ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 27px;
  }
  .rbox11 .bl_release .bl_release_cont .bl_release_box .bl_release_txt {
    border-top: 1px solid rgba(0, 0, 0, 0.31);
    padding-top: 19px;
    margin-bottom: 19px;
    line-height: 1.5;
  }
  .rbox11 .bl_release .bl_release_cont .bl_release_box .bl_release_txt p {
    letter-spacing: 0.04em;
    font-weight: normal;
  }
  .rbox11 .bl_release .bl_release_cont .bl_release_box .bl_release_txt .sub_ttl {
    background: #d90011;
    width: fit-content;
    padding: 2px 16px;
    margin-top: 5px;
    margin-bottom: 11px;
    color: #fff;
    font-weight: normal;
  }
  .rbox11 .bl_release .bl_release_cont .bl_release_box .bl_release_txt .btn_relaase {
    margin-top: 19px;
  }
  .rbox11 .bl_release .bl_release_cont .bl_release_box .bl_release_txt .btn_relaase li {
    margin: 0px;
    padding: 0px;
  }
  .rbox11 .bl_release .bl_release_cont .bl_release_box .bl_release_txt .btn_relaase li a {
    display: block;
    width: 100%;
    background: #3451a0;
    height: 52px;
    margin-bottom: 16px;
    border-radius: 41px;
    text-align: center;
    line-height: 52px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  .rbox11 .bl_release .bl_release_cont .bl_release_box .bl_release_txt .btn_relaase li a:before {
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 13px;
    width: 25px;
    height: 1px;
    margin-top: 0px;
    content: "";
  }
  .rbox11 .bl_release .bl_release_cont .bl_release_box .bl_release_txt .btn_relaase li a:after {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 10px;
    height: 12px;
    margin-top: -5px;
    transform: rotate(45deg);
    border-top: 1px solid #fff;
    content: "";
    display: inline-block;
    vertical-align: middle;
  }
  .rbox11 .bl_release .bl_release_cont .bl_release_box .bl_release_txt .btn_relaase li a.btn__st {
    background: #e57375;
  }
  .rbox11 .bl_release .bl_release_cont .bl_release_box .bl_release_txt .btn_relaase li a.btn__of {
    line-height: 1.5;
    background: #f0ae1d;
  }
  .rbox11 .bl_release:last-of-type {
    border-bottom: 0px solid rgba(0, 0, 0, 0.31);
    margin: 0 auto 40px;
  }

  .rbox12 {
    width: 100%;
    height: auto;
    min-height: 700px;
    margin: 0px auto 40px;
    padding: 0;
  }
  .rbox12 .rcap {
    padding-top: 70px;
  }
  .rbox12 .rcap img {
    width: 64px;
    height: auto;
  }
  .rbox12 .rcap img.left {
    margin-top: -29px;
  }
  .rbox12 .rcap img.right {
    margin-top: 10px;
  }
  .rbox12 .rcap.-long img {
    position: absolute;
  }
  .rbox12 .rcap.-long img.left {
    margin-top: -29px;
    left: 16px;
  }
  .rbox12 .rcap.-long img.right {
    margin-top: 65px;
    right: 8px;
  }
  .rbox12 .rcap span {
    display: inline-block;
    color: #000;
    font-size: 32px;
  }
  .rbox12 .bl_goodsInfo {
    text-align: center;
    line-height: 1.9;
    font-size: 13px;
    color: #000;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .rbox12 .bl_goodsInfo .ttl_goodsInfo {
    display: block;
    border: solid 1px #000;
    width: 126px;
    margin: 40px auto 0;
    font-size: 15px;
    margin-bottom: 21px;
    font-weight: normal;
    letter-spacing: 2px;
  }
  .rbox12 .bl_goodsInfo .left {
    text-align: left;
    margin: auto;
    margin: 0 0px 60px;
  }
  .rbox12 .bl_goodsInfo .subttl {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 60px;
  }
  .rbox12 .bl_goodsInfo p {
    line-height: 2;
    text-align: center;
  }
  .rbox12 .bl_goodsInfo ul {
    margin-bottom: 60px;
    margin: 0 00px 60px;
  }
  .rbox12 .bl_goodsInfo ul li {
    text-align: left;
    line-height: 2;
  }
  .rbox12 .bl_goodsInfo .gi01 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .rbox13 {
    width: 100%;
    height: auto;
    min-height: 700px;
    margin: 0px auto 0px;
    padding: 0 20px 20px;
  }
  .rbox13 .rcap {
    padding-top: 70px;
  }
  .rbox13 .rcap img {
    width: 64px;
    height: auto;
  }
  .rbox13 .rcap img.left {
    margin-top: -29px;
  }
  .rbox13 .rcap img.right {
    margin-top: 10px;
  }
  .rbox13 .rcap span {
    display: inline-block;
    color: #000;
    font-size: 32px;
  }
  .rbox13 .bl_goods {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .rbox13 .bl_goods .bl_goods_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 46px;
    font-weight: normal;
    color: #000;
    width: 100%;
    margin: 0 auto;
  }
  .rbox13 .bl_goods .bl_goods_item li {
    text-align: center;
    margin-bottom: 48px;
    width: 160px;
    max-width: 160px;
    flex-basis: 23%;
  }
  .rbox13 .bl_goods .bl_goods_item li dt {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .rbox13 .bl_goods .bl_goods_item li dt a {
    color: #000;
  }
  .rbox13 .bl_goods .bl_goods_item li dt a img {
    border: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;
  }
  .rbox13 .bl_goods .bl_goods_item li .goods_price,
  .rbox13 .bl_goods .bl_goods_item li .goods_price2 {
    font-weight: bold;
    color: #B40019;
  }
  .rbox13 .bl_goods .bl_goods_item li .goods_price2 {
    margin-bottom: 15px;
  }
  .rbox13 .bl_goods .bl_goods_item li .goods_btn a {
    font-size: 12px;
    width: 160px;
    height: 25px;
    padding: 6px 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px auto 0;
    text-decoration: inherit !important;
  }
  .rbox13 .bl_goods .bl_goods_item li .btn_ani {
    color: #fff;
    background: #146da8;
    background: #cb4141;
  }
  .rbox13 .bl_goods .bl_goods_item li .btn_ec {
    color: #fff;
    background: #cb4141;
    background: #146da8;
  }
  .rbox13 .bl_goods .bl_goods_item:before {
    content: "";
    display: block;
    width: 235px;
    max-width: 235px;
    height: 0;
    order: 1;
  }
  .rbox13 .bl_goods .bl_goods_item:after {
    content: "";
    display: block;
    width: 235px;
    max-width: 235px;
    height: 0;
  }
  .rbox13 .bl_goods_bloc {
    text-align: center;
    font-weight: normal;
    color: #000;
    font-size: 13px;
  }
  .rbox13 .bl_goods_bloc .ttl_goods {
    font-size: 17px;
    text-align: center;
    letter-spacing: 4.45px;
    margin-bottom: 20px;
  }
  .rbox13 .bl_goods_bloc .bl_goods_comp {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .rbox13 .bl_goods_bloc .bl_goods_comp li {
    margin-bottom: 40px;
  }
  .rbox13 .bl_goods_bloc .bl_goods_comp li dt {
    letter-spacing: 0.95px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
  }
  .rbox13 .bl_goods_bloc .bl_goods_comp li dt a {
    color: #000;
    text-decoration: none;
  }
  .rbox13 .bl_goods_bloc .bl_goods_comp li dt a img {
    border: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;
  }
  .rbox13 .bl_goods_bloc .bl_goods_comp li dd {
    letter-spacing: 0.85px;
    font-size: 13px;
    margin-bottom: 10px;
  }
  .rbox13 .bl_goods_bloc .bl_goods_comp li .goods_bene {
    font-size: 14px;
  }

  .contact {
    margin-top: 80px;
    padding: 16px 48px 32px;
  }
  .contact .ttl {
    display: inline-block;
    text-align: center;
    max-width: 527px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 4px;
    color: #000;
  }
  .contact .con01 {
    font-size: 14px;
    color: #000;
  }
  .contact .con02 {
    margin: 18px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 4px;
    max-width: 421px;
    border: 1px solid #fff;
  }

  .sns {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
  }

  .logox {
    text-align: center;
    background: #000;
    border-radius: 4px;
    width: 130px;
    height: 130px;
    line-height: 120px;
    margin: 0 auto 100px;
  }
  .logox img {
    padding-top: 14px;
  }

  .tzbox01 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .tzbox01.type_stf {
    padding-bottom: 160px;
  }
  .tzbox01.type_cast {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .tzbox01.type_cast::before {
    border-top: 14px solid #000;
    border-bottom: 14px solid transparent;
  }
  .tzbox01.type_cast::after {
    border-top: 14px solid transparent;
    border-bottom: 14px solid #000;
  }

  .cmnttl {
    margin-bottom: 20px;
  }

  hr {
    border-bottom-width: 0;
  }

  .cmnttl::before {
    width: 50px;
    height: 32px;
    top: -32px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .cmnttl .left::before, .cmnttl .left::after {
    background-size: contain;
    background-repeat: no-repeat;
  }
  .cmnttl .right::before, .cmnttl .right::after {
    background-size: contain;
    background-repeat: no-repeat;
  }
  .cmnttl::before {
    width: 50px;
  }
  .cmnttl .left::before,
  .cmnttl .right::after {
    width: 20px;
  }
  .cmnttl .left::after,
  .cmnttl .right::before {
    width: 80px;
  }
  .cmnttl.type02 {
    margin-bottom: 30px;
  }
  .cmnttl.type03 {
    padding-top: 35px;
  }

  .cmnttl_en {
    font-size: 18px;
    margin-bottom: 2px;
    padding: 0 5px;
  }

  .cmnttl.type03 .cmnttl_en {
    font-size: 16px;
    letter-spacing: -0.02em;
  }

  .cmnttl_ja {
    font-size: 12px;
  }

  .cmnttl.type03 .cmnttl_ja {
    font-size: 10px;
  }

  .vn01 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 5px;
  }

  .vn02 {
    text-align: center;
    margin-bottom: 25px;
  }

  .dte01 {
    max-width: 100%;
    margin: 0 auto;
  }

  .dte02 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
  }
  .dte02 > span {
    font-size: 16px;
    margin-top: 8px;
  }

  .dte03 {
    margin-bottom: 15px;
  }

  .dte04 {
    font-size: 12px;
  }

  .dte05 {
    display: inline-block;
    padding: 0 5px;
    width: 75px;
  }

  .syn01 {
    background-size: 105px;
    padding: 50px 0 50px;
  }

  .syn02 {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 2.5;
  }

  .sy01 {
    font-size: 15px;
  }

  .sy02 {
    font-size: 18px;
    line-height: 2;
  }

  .btm03 {
    text-align: center;
    margin-bottom: 30px;
  }

  .btm04 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.8;
  }

  .btm05 {
    font-size: 14px;
    line-height: 1.8;
  }

  .addd01 {
    margin: 25px 0 20px;
  }
  .addd01 span {
    padding: 7px;
  }

  .addd02 {
    font-size: 12px;
  }

  .top_btn {
    width: 50px;
  }

  .ml1_pc {
    margin-left: 0;
  }

  .cap_left,
  .cap_right {
    display: none;
  }

  .sche3 {
    width: 100%;
  }

  .sche4 {
    flex-basis: 100%;
  }

  .footerwrap01 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footerwrap01 .ftbnr {
    margin: 0 auto;
    width: 100%;
  }
  .footerwrap01 .ftbnr li {
    width: 47%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 15px;
  }

  .headbtm {
    display: none;
    position: absolute;
    top: 55px;
    width: 100%;
    z-index: 500;
  }
  .headbtm .headbtm02 {
    display: block;
    margin-right: 0;
    margin-left: 0;
    border-bottom: 1px solid #fff;
  }
  .headbtm .headbtm02:last-child {
    border-bottom-width: 0;
  }

  /* ●SP {
  } */
}
@media screen and (max-width: 413px) {
  .rbox13 {
    padding: 0 0 20px;
  }
  .rbox13 .bl_goods {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .rbox13 .bl_goods .bl_goods_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 46px;
    font-weight: normal;
    color: #000;
    width: 100%;
    margin: 0 auto;
  }
  .rbox13 .bl_goods .bl_goods_item li {
    text-align: center;
    margin-bottom: 48px;
    width: initial;
    max-width: initial;
    flex-basis: 49%;
  }
  .rbox13 .bl_goods .bl_goods_item li dt {
    font-size: 13px;
    margin-bottom: 16px;
  }
  .rbox13 .bl_goods .bl_goods_item li dt a {
    color: #000;
  }
  .rbox13 .bl_goods .bl_goods_item li dt a img {
    border: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;
  }
  .rbox13 .bl_goods .bl_goods_item li .goods_price,
  .rbox13 .bl_goods .bl_goods_item li .goods_price2 {
    font-weight: bold;
    color: #b40019;
  }
  .rbox13 .bl_goods .bl_goods_item li .goods_price2 {
    margin-bottom: 15px;
  }
  .rbox13 .bl_goods .bl_goods_item li .goods_btn a {
    font-size: 10px;
    width: 144px;
    padding: 6px 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px auto 0;
    text-decoration: inherit !important;
  }
  .rbox13 .bl_goods .bl_goods_item li .btn_ani {
    color: #fff;
    background: #CB4141;
  }
  .rbox13 .bl_goods .bl_goods_item li .btn_ec {
    color: #fff;
    background: #146DA8;
  }
  .rbox13 .bl_goods .bl_goods_item:before {
    content: "";
    display: block;
    width: 235px;
    max-width: 235px;
    height: 0;
    order: 1;
  }
  .rbox13 .bl_goods .bl_goods_item:after {
    content: "";
    display: block;
    width: 235px;
    max-width: 235px;
    height: 0;
  }

  .top03 {
    font-size: 7px;
  }
  .top03 img {
    width: 160px;
    height: auto;
  }

  .top04 img {
    width: 28px;
    height: auto;
  }
}
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff !important;
}

.lgreen {
  color: #0ba29a;
}

.green {
  color: #49744d;
}

.blue {
  color: #11559e;
}

/*# sourceMappingURL=vrs.css.map */
