@charset "UTF-8";

/* ===================================
FV
=================================== */
.fv {
  background: url(../img/image1_ver2.jpg) no-repeat center/cover;
  position: relative;
}

.fv::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  /* background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%); */
}

.hInner img {
  /* background: rgba(255, 255, 255, 0.9); */
}

.fv-inner {
  max-width: 1150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  padding: 150px 20px 0;
}

.fv-inner .fv-note-wrap {
  width: 0;
  overflow: hidden;
  height: 100%;
}

.fv-inner .fv-note {
  color: #283149;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 40px;
  margin-top: 15px;
  white-space: nowrap;
  width: 340px;
  height: auto;
  padding-left: 5px;
}

.fv-inner .fv-note span {
  font-size: 14px;
  margin-left: 20px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

@media screen and (min-width: 767px) {
  .fv-inner .left {
    max-width: 600px;
    width: calc((100% - 20px) * 0.4);
    margin-right: 90px;
    padding-bottom: 40px;
    min-height: 0%;
  }
}

.fadein {
  opacity: 0;
  animation: fadein 3s ease forwards;
  animation-delay: 1.5s;
}

@keyframes fadein {
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  100% {
    opacity: 1;
  }
}

.mj2021sponsor {
  position: absolute;
  top: 10%;
  right: 2%;
}

.mj2021sponsor img {
  width: 215px;
}

.bnrWrp {
  display: none;
}

@media screen and (min-width: 600px) and (-ms-high-contrast: none) {

  .photoInner,
  .photoInner img {
    height: 255px;
  }

  .photoInner img {
    width: auto;
  }

  .hInner,
  .hInner img {
    height: 230px;
  }

  .hInner img {
    width: auto;
  }
}

@media screen and (min-width: 767px) {
  .fv-inner .right {
    max-width: 260px;
    width: calc((100% - 20px) * 0.5);
    min-height: 0%;
    transform: translate(0, -100px);
  }
}

@media screen and (max-width: 766px) {
  .fv-inner .right {
    width: 50%;
  }
}

@media screen and (max-width: 1200px) {
  .fv-inner {
    padding-top: 100px;
  }
}

.photoWrap {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .fv-inner .left {
    margin-right: 20px;
    width: calc((100% - 20px) * 0.5);
  }

  .photoWrap .blue::after {
    top: -30px;
    left: -30px;
  }

}

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

@media screen and (max-width: 767px) {
  .sec {
    padding-bottom: 0;
  }

  .fv {
    height: 70vh;
    background-blend-mode: lighten;
    background-position: 33% 0;
  }

  .fv-inner .fv-note {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 20px;
    width: 230px;
  }

  .fv-inner .fv-note span {
    font-size: 12px;
  }

  .photoWrap .blue::after {
    top: -20px;
    left: -20px;
  }

  .photoWrap_wrp {
    width: 49%;
  }

  .photoWrap_wrp .photoWrap .photoInner img {
    width: 100% !important;
  }

  .photoWrap {
    opacity: 1;
    width: unset !important;
    height: unset !important;
  }

  .photoInner {}

  .photoInner img {
    display: block;
  }

  .fv-inner .left {
    width: 50%;
    padding-bottom: 0;
    margin: 0;
  }

  .fv-inner .left .pic {
    width: 100%;
    margin-top: 12vh;
  }

  .fv-inner .right {
    /* display: none; */
    /* width: 100%; */
    /* max-width: 200px; */
    /* padding-bottom: 80px; */
  }

  .mj2021sponsor_sp {
    position: absolute;
    top: 27%;
    left: 65%;
    display: none;
  }

  .mj2021sponsor_sp img {
    width: 80%;
  }

  .mj2021sponsor {
    display: none;
  }

  .bnrWrp {
    display: block;
    width: 42%;
  }

  .bnrWrp a {
    width: 49%;
  }

  .bnrWrp a:first-child {
    margin-top: -5%;
  }

  .bnrWrp a:last-child {
    margin-top: -10%;
  }
}

@media screen and (max-width: 420px) {
  .fv-inner {
    padding-top: 60px;
    width: 100%;
  }

  .photoWrap {
    padding: 3px;
    height: unset;
  }

  .fv-inner .right {
    margin: 0 auto;
    max-width: 150px;
  }

  .fv-inner .fv-note {
    width: 190px;
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 3px;
  }
}


/* ===================================
sec02
=================================== */
.sec02 {
  position: relative;
}

.sec02::after {
  content: "";
  display: block;
  position: absolute;
  background: url(/wp/wp-content/themes/trc/img/sec03-bg-pc.jpg) no-repeat center/cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.sec02 .sec02-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 200px 20px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sec02-inner .left {
  width: 40%;
  margin-top: -220px;
  position: relative;
}

.sec02-inner .left img {
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.sec02-inner .right {
  width: 45%;
}

.sec02-inner .right .text-box {
  text-align: center;
  border: 1px solid #dadbdb;
  padding: 50px 20px;
  line-height: 2;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.8);
}

.sec02-inner .right .text-box .sec02-note01 {
  font-size: 20px;
  margin-bottom: 30px;
}

.sec02-inner .right .text-box .sec02-note02 {
  margin-bottom: 30px;
}

.sec02-inner .right .text-box .sec02-note03 a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sec02-inner .right .text-box .sec02-note03 a:hover {
  opacity: 0.7;
}

.sec02-inner .more {
  display: none;
}

@media screen and (max-width: 1000px) {
  .sec02 .sec02-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sec02-inner .left {
    margin-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .sec02 .sec02-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sec02-inner .left {
    display: none !important;
    width: 100%;
    max-width: 400px;
    margin: -50px auto 0;
    min-height: 0%;
    padding: 30px 10px;
  }

  .sec02-inner .right .text-box .sec02-note01 {
    line-height: 1.4;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .sec02-inner .right .text-box .sec02-note01 br {
    display: none;
  }

  .sec02-inner .right {
    width: 100%;
    margin: 10px auto 0;
  }

  .top_two_img img {
    margin: 0 auto;
  }

  .sec02-note02-hidden {
    display: none;
  }

  .sec02-inner .more {
    position: relative;
    display: block;
    width: 100%;
  }

  .sec02-inner .more::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top: 7px solid #555;
    transition-duration: .3s;
  }

  .sec02-inner .more.open::before {
    transform: translateX(-50%) rotate(180deg);
  }
}

@media screen and (max-width: 600px) {
  .sec02-inner .right .text-box {
    padding: 30px 10px;
    background-color: rgb(255 255 255 / 90%);
  }

  .sec02-inner .right .text-box .sec02-note02 {
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin-bottom: 15px;
  }

}

@media screen and (max-width: 365px) {
  .sec02-inner .right .text-box {
    letter-spacing: 0em;
    font-size: 12px;
  }
}

/* ===================================
sec03
=================================== */
.sec03 {
  position: relative;
}

.sec03::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: url(../img/sec03-bg-pc.jpg) no-repeat center/cover;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

.sec03 .sec03-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 150px 20px;
  position: relative;
}

.sec03 .sec03-inner .box {
  background-color: rgba(255, 255, 255, 0.8);
  max-width: 830px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.sec03 .sec03-inner .box .img {
  width: 360px;
  height: 360px;
  min-width: 360px;
  position: relative;
}

.sec03 .sec03-inner .box .text {
  padding: 50px 20px 20px 70px;
  line-height: 2;
}

.sec03 .sec03-inner .box .sec03-note01 span {
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-left: 10px;
}

.sec03 .sec03-inner .box .sec03-note01 span .mini {
  font-size: 10px;
  display: inline-block;
  margin-left: 8px;
}

.sec03 .sec03-inner .box .sec03-note01 {
  font-size: 22px;
  letter-spacing: 0.2em;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}

.sec03 .sec03-inner .box .sec03-note02 {
  margin-bottom: 15px;
  letter-spacing: 0;
}

.sec03 .sec03-inner .box .sec03-link {
  font-size: 13px;
  text-decoration: underline;
  margin-bottom: 10px;
}

.sec03 .sec03-inner .box .sec03-link a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sec03 .sec03-inner .box .sec03-link a:hover {
  opacity: 0.7;
}

.sec03 .sec03-inner .box01 {
  margin-right: auto;
}

.sec03 .sec03-inner .box02 {
  margin-left: auto;
}

.sec03 .sec03-inner .box:not(:last-child) {
  margin-bottom: 100px;
}



.sec03 .sec03-inner .box .img img {
  display: none;
}

@media screen and (max-width: 900px) {
  .sec03 .sec03-inner .box:not(:last-child) {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .sec03::after {
    background: url(../img/sec03-bg.jpg) no-repeat center/cover;
  }

  .sec03 .sec03-inner .box:not(:last-child) {
    margin-bottom: 0;
  }

  .sec03 .sec03-inner .box01 .img {
    background: none;
  }

  .sec03 .sec03-inner .box02 .img {
    background: none;
  }

  .sec03 .sec03-inner .box {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    padding: 0px;
  }

  .sec03 .sec03-inner .box .sec03-link {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.2;
  }

  .sec03 .sec03-inner .box .img {
    width: 40%;
    height: auto;
    min-height: 0%;
    padding: 0;
    min-width: unset;
  }

  .sec03 .sec03-inner .box .sec03-note01 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .sec03 .sec03-inner .box .sec03-note01 span {
    display: block;
    font-size: 13px;
  }

  .sec03 .sec03-inner .box .sec03-note02 {
    text-align: left;
    line-height: 1.6;
    font-size: 12px;
    margin-bottom: 8px;
  }

  .sec03 .sec03-inner .box .img img {
    display: block;
  }

  .sec03 .sec03-inner .box .text {
    width: 60%;
    padding: 10px;
    position: relative;
    z-index: 2;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .sec03 .sec03-inner {
    padding: 30px 20px 30px;
  }
}

.sec03-note01 .sp-only {
	display: none;
}

@media screen and (max-width: 767px) {
	.sec03-note01 .sp-only {
		display: block;
	}
}

/* ===================================
sec03-2
=================================== */
.sec03-2 .mini {
  font-size: 75%;
}

.sec03-2 .profile {
  margin: 1em 0 auto;
  text-align: center;
}

.sec03-2 .profile a {
  text-decoration: underline;
}

.sec03-2 .profile_photo {
  line-height: 0;
}

.sec03-2 .profile_photo img {
  width: 76%;
  margin: 0 auto;
  display: block;
}

.sec03-2 .gray_box {
  margin: 0 auto 20px;
  width: 76%;
}

@media screen and (max-width: 600px) {
  .sec03-2 {
    padding-bottom: 0;
  }

  .sec03-2 .profile {
    margin: 1em 0 0;
  }

  .sec03-2 .profile_photo img {
    width: 100%;
  }

  .sec03-2 .gray_box {
    width: 100%;
    margin-bottom: 10px;
  }

  .sec03-2 .price-box-wrap {
    justify-content: center;
  }

  .sec03-2 .gray_box+p {
    min-height: 92px;
  }

  .sec03-2 .price-box-wrap .price-box {
    padding: 20px 10px 30px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

}

/* ===================================
sec04
=================================== */
.ttl-wrap {
  background: url(../img/ttl.jpg) no-repeat center/cover;
  position: relative;
  text-align: center;
  height: 70px;
  padding: 40px 0 90px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.ttl-wrap::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: calc(100% + 20px);
  top: 0;
  left: 0;
}

.ttl-wrap.none {
  background: none;
  padding-bottom: 60px;
}

.ttl-wrap.none::after {
  display: none;
}

.ttl-wrap .ttl {
  font-size: 22px;
  position: relative;
  z-index: 2;
}

.ttl-wrap img {
  width: 200px;
  position: relative;
  z-index: 2;
  top: -5px;
}

.ttl-wrap .sub-ttl {
  font-size: 10px;
  display: block;
  position: relative;
  z-index: 2;
}

.sec04-contents {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.sec04-contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 70px -5px 120px;
}

.sec04-contents ul li {
  width: calc((100% - 50px) / 5);
  margin: 0 5px 25px;
}

.sec04-contents ul li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 15px;
}

.sec04-contents ul li div img {
  max-width: 50px;
  margin-right: 15px;
}

@media screen and (max-width: 1000px) {
  .sec04-contents ul li {
    width: calc((100% - 30px) / 3);
  }
}

@media screen and (max-width: 767px) {
  .sec04-contents ul li div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sec04-contents ul li div img {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 600px) {
  .sec04-contents ul {
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .sec04-contents ul li {
    font-size: 11px;
  }

  .ttl-wrap {
    padding: 20px 0 60px;
  }

  .ttl-wrap .ttl {
    font-size: 20px;
  }
}

/* ===================================
sec05
=================================== */
.sec05-contents {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.sec05-contents>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 70px 15px 120px;
  letter-spacing: 0.1em;
}

.sec05-contents>ul>li>p {
  background-color: #fafafa;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}

.sec05-contents>ul>li {
  width: calc((100% - 60px) / 2);
  margin: 0 15px;
}

.sec05-contents .menu-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sec05-contents .menu-list ul li {
  width: 45%;
  font-size: 13px;
  margin-bottom: 5px;
  line-height: 1.6;
}

.sec05-contents .menu-list ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sec05-contents .menu-list ul li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1000px) {

  .sec05 .price-box-wrap .price-box {
    margin-bottom: 10px;
  }

  .sec05-contents>ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sec05-contents>ul>li {
    width: 100%;
    margin: 0 0 30px;
  }

  .sec05-contents .menu-list ul {
    padding: 0 20px;
  }
}

@media screen and (max-width: 600px) {
  .sec05-contents>ul {
    margin: 40px 0 50px;
  }

  .sec05-contents .menu-list ul li {
    font-size: 12px;
    margin-bottom: 1px;
  }

  .sec05-contents>ul>li>p {
    padding: 10px 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 600px) {
  .sec06-contents ul li a {
    height: 100px;
  }

  .sec06-contents ul li a {
    background-color: rgba(255, 255, 255, 0.6) !important;
    background-blend-mode: lighten;
  }
}

/* ===================================
sec07
=================================== */
.sec07-inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 20px 20px 40px;
}

.sec07-inner .news-list {
  padding-top: 20px;
  padding-bottom: 40px;
}

.sec07-inner .news-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.6;
}

.sec07-inner .news-list li a p {
  /* margin-right: 20px; */
}

.sec07-inner .news-list li a span {
  margin-left: 10px;
}

.sec07-inner .news-list li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 600px) {
  .sec07-inner .news-list {
    font-size: 13px;
    padding-top: 0;
    padding-bottom: 50px;
  }
}

/* ===================================
メディアリスト
=================================== */
.media-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 30px 20px;
}

.media-wrap .ttl-wrap.none {
  margin-bottom: 30px;
}

.media-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.media-list a:hover .ttl,
.media-list a:hover .time {
  opacity: 0.7;
}

.media-list li {
  width: 25%;
  padding: 0 20px;
}

.media-list a:hover .thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.media-list .thumb {
  margin-bottom: 15px;
  overflow: hidden;
}

.media-list .thumb img {
  display: block;
  width: 100%;
  height: 325px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.media-list .ttl {
  margin-bottom: 10px;
  line-height: 1.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.media-list .time {
  color: #aaa;
  font-size: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 1140px) {
  .media-list .thumb img {
    height: 28vw;
  }
}

@media screen and (max-width: 768px) {
  .media-list li {
    width: 50%;
    margin-bottom: 60px;
    padding: 0 20px;
  }

  /* .media-list .thumb img {
    height: 59vw;
  } */
  .media-list li a {
    display: flex;
    justify-content: space-between;
  }

  .media-list .thumb {
    width: 50%;
    margin-bottom: 0;
  }

  .media-list .thumb img {
    height: auto;
    width: 80%;
    margin: auto 0;
    text-align: center;
  }

  .media-list li div {
    width: 50%;
  }

  .media-list li {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  .media-list li {
    width: 100%;
  }

  .media-list li:last-child {
    margin-bottom: 0;
  }

  .media-list .ttl {
    font-size: 12px;
  }

  .media-list .time {
    font-size: 10px;
  }

  /* .media-list .thumb img {
    height: 40vw; :?
  }
}

/* ===================================
sec08
=================================== */
  .sec08 .sec08-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sec08 .sec08-contents li {
    width: calc(100% / 9);
    position: relative;
    padding-bottom: calc(100% / 9);
  }

  .sec08 .sec08-contents li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .sec08 .sec08-contents li:nth-child(odd) a {
    background-image: url(../img/odd.jpg);
  }

  .sec08 .sec08-contents li:nth-child(even) a {
    background-image: url(../img/even.jpg);
  }

  @media screen and (max-width: 768px) {
    .sec08 .sec08-contents {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }

    .sec08 .sec08-contents li {
      width: calc(100% / 3);
      padding-bottom: calc(100% / 3);
    }
  }

  @media screen and (max-width: 600px) {
    .menu-link {
      margin-bottom: 0;
    }
  }

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

  .btn-wrap .btn-default {
    max-width: 335px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }

  .btn-wrap .btn-default:last-child {
    margin-bottom: 0;
  }

  .btn-default a {
    border: 1px solid #444444;
    padding: 15px 10px;
    display: block;
    background: #fff;
    color: #444;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.1em;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    line-height: 1.4;
  }

  .btn-default a:hover {
    color: #fff;
    background-color: #444;
  }

}

@media screen and (min-width: 768px) {
  .snapwidget-widget {
    width: 60% !important;
    margin: auto;
    text-align: center;
  }
}


/* add */

.home-shop-bnr {
  width: auto;
  margin: 0 auto 0 auto;
  display: block;
  padding-bottom: 100px;
}

.home-bnr-pickup {
  display: flex;
  gap: 24px;
  align-items: center;
}

.home-bnr-pickup img {
  display: block;
  width: 100%;
}


@media screen and (max-width: 768px) {
  /* sp */
  .home-shop-bnr {
    width: calc(100% - 40px);
    padding-bottom: 30px;
  }

  .home-bnr-pickup {
    flex-direction: column;
    margin-top: 32px;
  }
}