@charset "UTF-8";
/*! ========================================
※※※※※※※※※※※※※※※※※※※※※※※※※※※
  このCSSファイルはSCSSから生成されていますので、
  直接編集しないようご注意ください。
※※※※※※※※※※※※※※※※※※※※※※※※※※※
========================================= */
/*----------------------------------------------------
	setting
----------------------------------------------------*/
/**font**/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/* Noto Sans JP Bold */
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
/* Noto Sans JP ExtraBold */
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Reggae One";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ReggaeOne-Regular.woff") format("woff");
}
/**font**/
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: 0 0;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

li,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a,
em,
i,
small,
span,
strong {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
  overflow-x: hidden !important;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #610200;
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  text-decoration: underline;
  color: #610200;
  transition: all 0.2s;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

@media (any-hover: hover) {
  a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
}
@media screen and (any-hover: hover) and (max-width: 768px) {
  a:hover {
    opacity: 1;
  }
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  pointer-events: none;
}

strong {
  font-weight: 700;
}

input {
  padding: 0;
  border: none;
  background: 0 0;
}

* {
  box-sizing: border-box;
  transition: font-size 0.1s linear;
  backface-visibility: hidden;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

.u-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}

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

/*--------------------------------------------------------------------------------------------------------
    gHeader
--------------------------------------------------------------------------------------------------------*/
html.is-open,
body.is-open {
  overflow: hidden;
}

.header {
  position: fixed;
  z-index: 999;
}
.header .header__nav {
  position: fixed;
  top: 0;
  width: 31.25%;
  height: 100%;
  right: -100%;
  transition: right 0.4s ease;
  padding: 12% 0 70px;
  background-color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 768px) {
  .header .header__nav {
    width: 100%;
    transition: right 0.6s ease;
  }
}
.header .header__nav.is-open {
  visibility: visible;
  height: 100%;
  left: inherit;
  right: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  transition: right 0.4s ease;
}
@media screen and (max-width: 768px) {
  .header .header__nav.is-open {
    width: 100%;
    transition: right 0.6s ease;
  }
}
.header .header__nav-list {
  list-style: none;
}
.header .header__nav-item {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .header .header__nav-item {
    margin-bottom: 30px;
  }
}
.header .header__nav-item:last-child {
  margin-bottom: 0;
}
.header .header__nav-item a {
  display: inline-block;
  position: relative;
  font-family: "Reggae One";
  color: #fff;
  font-size: 4.5rem;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .header .header__nav-item a {
    font-size: 3.5rem;
  }
}
@media (any-hover: hover) {
  .header .header__nav-item a:hover {
    font-size: 5.5rem;
    color: #fcee21;
    opacity: 1;
  }
  .header .header__nav-item a:hover::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../img/bg-nav.png) no-repeat;
    background-size: contain;
    background-position: top left;
    display: block;
    width: 100%;
    height: 12px;
  }
}
.header .header__nav-item.no-link a {
  pointer-events: none;
  color: #666666;
  position: relative;
}
.header .header__nav-item.no-link a::before {
  content: "Coming Soon";
  position: absolute;
  font-size: 1.8rem;
  left: 50%;
  translate: -50% 0;
  display: block;
  width: 31vw;
  top: -12px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .header .header__nav-item.no-link a::before {
    font-size: 1.4rem;
    width: 50vw;
  }
}
.header .hamburger {
  position: fixed;
  top: 20px;
  right: 3%;
  width: 80px;
  height: 80px;
  z-index: 9999;
  filter: drop-shadow(4px 4px 4px rgb(0, 0, 0));
}
@media screen and (max-width: 768px) {
  .header .hamburger {
    width: 40px;
    height: 40px;
  }
}
.header .hamburger__trigger {
  display: inline-block;
  transition: all 0.8s;
  box-sizing: border-box;
  position: relative;
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  width: 100%;
  height: 100%;
  padding: 0;
}

/*--------------------------------------------------------------------------------------------------------
    main
--------------------------------------------------------------------------------------------------------*/
.bg-hero {
  background-color: #990000;
  background-image: linear-gradient(180deg, rgb(154, 0, 0), rgb(136, 0, 0) 34%, rgb(64, 0, 0) 78%, rgb(35, 1, 0));
  padding-top: 40px;
}

.section-hero {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .section-hero {
    padding-bottom: 45px;
  }
}
.section-hero::before {
  content: "";
  display: block;
  width: min(1400px, 96vw);
  padding-top: 47.6428571429%;
  background: url(../img/bg-hero.png) no-repeat;
  background-position: top left;
  background-size: 100% auto;
  position: absolute;
  top: 55%;
  left: 50%;
  translate: -50% -55%;
  mix-blend-mode: multiply;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .section-hero::before {
    top: 32vh;
    translate: -50% 0;
  }
}
.section-hero::after {
  content: "";
  width: min(404px, 25.25vw);
  height: 490px;
  display: block;
  background: url(../img/img-trunk.png) no-repeat;
  background-position: bottom right;
  background-size: contain;
  position: absolute;
  right: 4vw;
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .section-hero::after {
    content: "none";
    display: none;
  }
}
.section-hero .hero {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.section-hero .hero .hero-inner {
  width: min(1100px, 90vw);
  margin-left: 1.9vw;
}
@media screen and (max-width: 768px) {
  .section-hero .hero .hero-inner {
    margin-left: 1vw;
  }
}
.section-hero .hero .hero-inner img {
  width: 100%;
  height: auto;
}
.section-hero .hero-info {
  position: relative;
  z-index: 1;
  width: min(1000px, 90vw);
  margin: 50px auto 80px;
}
@media screen and (max-width: 768px) {
  .section-hero .hero-info {
    margin: 25px auto 20px;
  }
}
.section-hero .hero-illustration {
  display: none;
}
@media screen and (max-width: 768px) {
  .section-hero .hero-illustration {
    display: block;
    width: 38.4%;
    margin: 0 auto 20px;
  }
}
.section-hero .official-x-wrap {
  position: relative;
  z-index: 1;
  width: 750px;
  height: 565px;
  margin: 0 auto;
  background: url(../img/bg-x.png) no-repeat;
  background-position: top left;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .section-hero .official-x-wrap {
    background: url(../img/bg-x_sp.png) no-repeat;
    background-position: top left;
    background-size: 100% auto;
    width: 345px;
    height: 360px;
  }
}
.section-hero .official-x-wrap .official-x-innner {
  max-width: 700px;
  height: 540px;
  overflow-y: scroll;
  margin-inline: auto;
  padding-top: 100px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 100% 96%, 97% 100%, 3% 100%, 0 96%);
          clip-path: polygon(0 0, 100% 0, 100% 0, 100% 96%, 97% 100%, 3% 100%, 0 96%);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section-hero .official-x-wrap .official-x-innner {
    width: 322px;
    height: 345px;
    padding-top: 47px;
    -webkit-clip-path: polygon(3% 0, 98% 0, 100% 3%, 100% 98%, 98% 100%, 2% 100%, 0 98%, 0 3%);
            clip-path: polygon(3% 0, 98% 0, 100% 3%, 100% 98%, 98% 100%, 2% 100%, 0 98%, 0 3%);
  }
}
.section-hero .btn-official-site a {
  display: block;
  max-width: 450px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .section-hero .btn-official-site a {
    width: 60%;
    margin-top: 30px;
  }
}
.section-hero .btn-official-site a + a {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .section-hero .btn-official-site a + a {
    margin-top: 15px;
  }
}

.bg-red {
  background: url(../img/bg-cont.jpg) repeat;
  background-position: center left;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .bg-red {
    padding-top: 40px;
  }
}

.section-cont + .section-cont {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .section-cont + .section-cont {
    margin-top: 45px;
  }
}
.section-cont .cont {
  width: min(1200px, 90vw);
  margin-inline: auto;
}
.section-cont .cont .ttl-h2 {
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .section-cont .cont .ttl-h2 {
    margin-bottom: 10px;
  }
}
.section-cont .cont .ttl-h3 {
  position: relative;
}
.section-cont .cont .ttl-h3 span {
  font-size: clamp(2rem, 2.6vw, 2.6rem);
  line-height: 1;
  color: #fff;
  text-align: center;
  display: block;
  background-color: #7c1d00;
  -webkit-clip-path: polygon(5% 0, 95% 0, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
          clip-path: polygon(5% 0, 95% 0, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
  width: min(400px, 40vw);
  margin: 0 auto 20px;
  padding: 10px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section-cont .cont .ttl-h3 span {
    font-size: 2rem;
    width: 95%;
  }
}
.section-cont .cont .ttl-h3::after {
  content: "";
  width: 105%;
  height: 1px;
  background-color: #7c1d00;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (max-width: 768px) {
  .section-cont .cont .ttl-h3::after {
    content: none;
    display: none;
  }
}
.section-cont .cont .notice {
  font-size: 80%;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .section-cont .cont .notice {
    text-align: left;
  }
}
.section-cont .cont .bg-cont {
  background: url(../img/bg-cont-repeat.png) repeat-y;
  background-position: top left;
  background-size: 100% auto;
  padding: 10px 0 30px;
}
@media screen and (max-width: 768px) {
  .section-cont .cont .bg-cont {
    background: url(../img/bg-cont-repeat_sp.png) repeat-y;
    background-position: top left;
    background-size: 100% auto;
  }
}
.section-cont .cont .cont-inner {
  width: min(1000px, 80vw);
  margin-inline: auto;
}
.section-cont .cont .cont-inner .info-table {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .section-cont .cont .cont-inner .info-table {
    padding-bottom: 40px;
  }
}
.section-cont .cont .cont-inner .info-table > div {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .section-cont .cont .cont-inner .info-table > div {
    flex-direction: column;
  }
}
.section-cont .cont .cont-inner .info-table > div + div {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .section-cont .cont .cont-inner .info-table > div + div {
    margin-top: 20px;
  }
}
.section-cont .cont .cont-inner .info-table dt {
  width: 22%;
  flex-shrink: 0;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .section-cont .cont .cont-inner .info-table dt {
    width: 100%;
  }
}
.section-cont .cont .cont-inner .info-txt div + div {
  margin-top: 40px;
}
.section-cont .cont .cont-inner .info-txt dt {
  font-weight: 800;
}
.section-cont .cont .cont-inner .info-txt dd + dd {
  margin-top: 40px;
}
.section-cont.section-about .ttl-h2 {
  width: min(371px, 30.9166666667vw);
}
@media screen and (max-width: 768px) {
  .section-cont.section-about .ttl-h2 {
    width: 59.14%;
  }
}
.section-cont.section-notice {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .section-cont.section-notice {
    padding-bottom: 60px;
  }
}
.section-cont.section-notice .ttl-h2 {
  width: min(372px, 30.9166666667vw);
}
@media screen and (max-width: 768px) {
  .section-cont.section-notice .ttl-h2 {
    width: 59.45%;
  }
}
.section-cont.section-notice .notice-list {
  padding-bottom: 60px;
}
.section-cont.section-notice .notice-list:last-child {
  padding-bottom: 0;
}
.section-cont.section-notice .notice-list li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .section-cont.section-notice .notice-list li {
    font-size: 1.4rem;
  }
}
.section-cont.section-notice .notice-list li::before {
  content: "※";
}
.section-cont.section-goods .bg-cont {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .section-cont.section-goods .bg-cont {
    padding-top: 20px;
  }
}
.section-cont.section-goods .ttl-h2 {
  width: min(297px, 24.75vw);
}
@media screen and (max-width: 768px) {
  .section-cont.section-goods .ttl-h2 {
    width: 48.02%;
  }
}
.section-cont.section-goods .tokuten-txt {
  text-align: center;
  font-weight: 800;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .section-cont.section-goods .tokuten-txt {
    margin: 20px 0;
  }
}
.section-cont.section-goods .notice-list {
  margin: 0.5em auto 30px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-cont.section-goods .notice-list {
    margin-bottom: 20px;
    text-align: left;
  }
}
.section-cont.section-goods .notice-list li {
  text-indent: -1em;
  padding-left: 1em;
}
.section-cont.section-goods .notice-list.notice-list-02 {
  max-width: 790px;
  text-align: left;
}
.section-cont.section-goods .tokuten-img {
  max-width: 540px;
  margin: 0 auto 90px;
}
@media screen and (max-width: 768px) {
  .section-cont.section-goods .tokuten-img {
    width: 100%;
    margin-bottom: 45px;
  }
}
.section-cont.section-goods .tokuten-img .tokuten-img-txt {
  margin-top: 10px;
  font-size: 80%;
}
.section-cont.section-goods .goods-list {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .section-cont.section-goods .goods-list {
    flex-direction: column;
    margin-top: 0;
  }
}
.section-cont.section-goods .goods-list .goods-list-item {
  width: 48%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .section-cont.section-goods .goods-list .goods-list-item {
    width: 100%;
    margin: 0 auto;
  }
}
.section-cont.section-goods .goods-list .goods-list-item + .goods-list-item {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .section-cont.section-goods .goods-list .goods-list-item + .goods-list-item {
    margin-top: 30px;
  }
}
.section-cont.section-goods .goods-list .goods-list-item:nth-child(2) {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .section-cont.section-goods .goods-list .goods-list-item:nth-child(2) {
    margin-top: 30px;
  }
}
.section-cont.section-goods .goods-list .goods-item-info {
  margin-top: 10px;
  font-weight: 700;
}
.section-cont.section-goods .goods-list .goods-item-notice {
  font-size: 1.6rem;
  display: inline-block;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .section-cont.section-goods .goods-list .goods-item-notice {
    font-size: 1.2rem;
    margin-top: 5px;
  }
}
.section-cont.section-goods .goods-list .goods-item-notice li {
  text-indent: -1em;
  padding-left: 1em;
}
.section-cont.section-goods .goods-list .goods-item-notice li.txt-red, .section-cont.section-goods .goods-list .goods-item-notice li.txt-red > * {
  color: #ff0000;
}
.section-cont.section-goods .goods-list .goods-item-notice li::before {
  content: "・";
}
.section-cont.section-goods .goods-list .goods-item-notice li.kome::before {
  content: "※";
}
.section-cont.section-goods .goods-notice {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .section-cont.section-goods .goods-notice {
    margin-top: 30px;
  }
}
.section-cont.section-goods .goods-notice .goods-notice__ttl {
  font-weight: 800;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .section-cont.section-goods .goods-notice .goods-notice__ttl {
    margin-bottom: 5px;
  }
}
.section-cont.section-goods .goods-notice .goods-notice__subttl {
  margin-top: 1em;
}
.section-cont.section-goods .goods-notice .goods-notice__txt {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .section-cont.section-goods .goods-notice .goods-notice__txt {
    font-size: 1.4rem;
  }
}
.section-cont.section-goods .goods-notice .goods-notice__txt li {
  text-indent: -1em;
  padding-left: 1em;
}
.section-cont.section-goods .goods-notice .goods-notice__txt li::before {
  content: "・";
}
.section-cont.section-tenji .notice {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .section-cont.section-tenji .notice {
    font-size: 1.1rem;
  }
}
.section-cont.section-tenji .ttl-h2 {
  width: min(235px, 19.5833333333vw);
}
@media screen and (max-width: 768px) {
  .section-cont.section-tenji .ttl-h2 {
    width: 38.62%;
  }
}
.section-cont.section-tenji .ttl-h3 span {
  width: min(670px, 67vw);
  -webkit-clip-path: polygon(4% 0, 96% 0, 100% 50%, 96% 100%, 4% 100%, 0% 50%);
          clip-path: polygon(4% 0, 96% 0, 100% 50%, 96% 100%, 4% 100%, 0% 50%);
}
@media screen and (max-width: 768px) {
  .section-cont.section-tenji .ttl-h3 span {
    width: 95%;
    font-size: 1.8rem;
    line-height: 1.3;
    padding: 5px 0;
    -webkit-clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
            clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
  }
}
.section-cont.section-tenji .tenji-info {
  font-size: 2.6rem;
  font-weight: 800;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .section-cont.section-tenji .tenji-info {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}
.section-cont.section-tenji .tenji-cast {
  color: #000;
  font-weight: 800;
  text-align: center;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .section-cont.section-tenji .tenji-cast {
    font-size: 1.6rem;
  }
}
.section-cont.section-tenji .tenji-cast .notice {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .section-cont.section-tenji .tenji-cast .notice {
    font-size: 1.2rem;
  }
}
.section-cont.section-tenji .tenji-pickup--wrap {
  text-align: center;
  position: relative;
  padding: 1rem;
  background-color: var(--main-color);
  -webkit-clip-path: var(--octagon);
  clip-path: var(--octagon);
  width: min(1000px, 80vw);
  margin: 20px auto 0;
  padding: 4% 3%;
}
@media screen and (max-width: 768px) {
  .section-cont.section-tenji .tenji-pickup--wrap {
    padding: 6%;
  }
}
.section-cont.section-tenji .tenji-pickup--wrap::after {
  content: "";
  position: absolute;
  inset: var(--inset);
  background-color: var(--base-color);
  -webkit-clip-path: var(--octagon);
  clip-path: var(--octagon);
  z-index: -1;
}
.section-cont.section-tenji .tenji-pickup--wrap .tenji-pickup--txt {
  color: #990000;
  font-weight: 800;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .section-cont.section-tenji .tenji-pickup--wrap .tenji-pickup--txt {
    font-size: 1.4rem;
    text-align: left;
  }
}
.section-cont.section-tenji .tenji-pickup--wrap .ttl-h4 {
  width: min(254px, 21.1666666667vw);
  margin: 30px auto 50px;
}
@media screen and (max-width: 768px) {
  .section-cont.section-tenji .tenji-pickup--wrap .ttl-h4 {
    width: 40vw;
  }
}
.section-cont.section-tenji .tenji-pickup--wrap .pickup-card--wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3%;
}
@media screen and (max-width: 768px) {
  .section-cont.section-tenji .tenji-pickup--wrap .pickup-card--wrap {
    flex-direction: column;
  }
}
.section-cont.section-tenji .tenji-pickup--wrap .pickup-card--wrap .pickup-card--item {
  width: 48%;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-cont.section-tenji .tenji-pickup--wrap .pickup-card--wrap .pickup-card--item {
    width: 100%;
    margin: 0 auto 20px;
  }
  .section-cont.section-tenji .tenji-pickup--wrap .pickup-card--wrap .pickup-card--item:not(:first-child) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .section-cont.section-tenji .tenji-pickup--wrap .pickup-card--wrap .pickup-card--item:nth-child(n+3) {
    margin-top: 70px;
  }
}
.section-cont.section-tenji .tenji-pickup--wrap .pickup-card--wrap .pickup-card--item .ttl-tenji-name {
  position: absolute;
  width: 90%;
  top: -25px;
  left: 50%;
  translate: -50% 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .section-cont.section-tenji .tenji-pickup--wrap .pickup-card--wrap .pickup-card--item .ttl-tenji-name {
    top: -17px;
  }
}
.section-cont.section-tenji .tenji-pickup--wrap .pickup-card--wrap .pickup-card--item .radius-box {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section-cont.section-tenji .tenji-pickup--wrap .pickup-card--wrap .pickup-card--item .radius-box {
    border-radius: 15px;
  }
}
.section-cont.section-tenji .tenji-pickup--wrap .pickup-card--wrap .pickup-card--item .pickup-card--top {
  background-color: #fff;
  padding: 1em 0;
  min-height: 205px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .section-cont.section-tenji .tenji-pickup--wrap .pickup-card--wrap .pickup-card--item .pickup-card--top {
    padding: 1.3em 0 0.5em;
    min-height: inherit;
  }
}
.section-cont.section-tenji .tenji-pickup--wrap .pickup-card--wrap .pickup-card--item .info-txt {
  font-size: clamp(1.8rem, 2.34vw, 2.6rem);
  line-height: 1.5;
  margin-top: 1em;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .section-cont.section-tenji .tenji-pickup--wrap .pickup-card--wrap .pickup-card--item .info-txt {
    font-size: 1.4rem;
    margin: 0 0 0.5em;
  }
}
.section-cont.section-tenji .tenji-pickup--wrap .pickup-card--wrap .pickup-card--item .info-txt + .notice {
  margin-top: 1em;
  color: #000;
  text-align: center;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .section-cont.section-tenji .tenji-pickup--wrap .pickup-card--wrap .pickup-card--item .info-txt + .notice {
    margin-top: 0;
  }
}
.section-cont.section-tenji .pickup-card--bottomtxt {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 800;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .section-cont.section-tenji .pickup-card--bottomtxt {
    font-size: 1.6rem;
  }
}

/*--------------------------------------------------------------------------------------------------------
    footer
--------------------------------------------------------------------------------------------------------*/
.back-to-top {
  position: relative;
}
.back-to-top .pagetop {
  display: block;
  width: 80px;
  height: 80px;
  position: fixed;
  right: 3%;
  bottom: 4%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .back-to-top .pagetop {
    width: 12%;
    height: auto;
    right: 3%;
    bottom: 3%;
  }
}
.back-to-top .pagetop.stop {
  bottom: 80px;
}
@media screen and (max-width: 768px) {
  .back-to-top .pagetop.stop {
    bottom: 35px;
  }
}

.gFooter {
  background-color: #35040b;
  text-align: center;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .gFooter {
    height: 90px;
  }
}
.gFooter .copyright {
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .gFooter .copyright {
    font-size: 1.2rem;
  }
}

/*----------------------------------------------------
	八角形設定
----------------------------------------------------*/
:root {
  --shape-offset: 40px;
  --shape-upper-left: 0 var(--shape-offset),
      var(--shape-offset) 0;
  --shape-upper-right: calc(100% - var(--shape-offset)) 0,
      100% var(--shape-offset);
  --shape-lower-right: 100% calc(100% - var(--shape-offset)),
      calc(100% - var(--shape-offset)) 100%;
  --shape-lower-left: var(--shape-offset) 100%,
      0 calc(100% - var(--shape-offset));
  --octagon: polygon(var(--shape-upper-left), var(--shape-upper-right), var(--shape-lower-right), var(--shape-lower-left));
  --base-color: #e8d3a3;
  --main-color: #7c1d00;
  --inset: 1px;
}

@media (max-width: 768px) {
  :root {
    --shape-offset: 15px;
    /* SP時は15pxに変更 */
  }
}/*# sourceMappingURL=style.css.map */