@charset "utf-8";
/*-----------------------------------*/
/*              COMMON*/
/*-----------------------------------*/

:root{
  --color-bg-primary:#14243E;
  --color-gray-300:#DDDDDD;
  --color-accent-team:#BD1D21;
  --color-brand-corporate: #E7513C;
}
@media(min-width:769px) {
    .pc{
        display: block;
    }
    .sp{
        display: none;
    }
}
@media(max-width:768px) {
    .pc{
        display: none;
    }
    .sp{
        display: block
    }
}

img {
    max-width: 100%;
    height: auto;
}

section[class^="cont-"] {
    padding-bottom: 4rem;
}

.flexbox{
    display: flex;
}

.closed{
    display: none !important;
}
.enfont{
    text-transform: uppercase;
    /* font-family: 'Titillium Web', sans-serif; */
    font-style: italic;
    font-weight: bold;
}
[class^=wbc-] > .l-inner{
    padding: 0 1.5rem 6rem;
    box-sizing: border-box;
}

.cont-bg-navy{
    background-color: var(--color-bg-primary);
    color: var(--color-gray-300);
}

.ttl-bg-stripe{
    background-image: url(../../sponsorship/wbc2023/img/wbc2023_bg_ttl.png);
    background-size: auto;
    background-repeat: repeat-x;
}

.section-ttl{
    text-align: center;
    padding: 3.6rem 0 2rem;
}
.section-ttl h2{
    font-size: 2.8rem;
}
.ttl_headtxt,
.ttl_foottxt{
    font-size: clamp(11px,3vw,16px);
    line-height: 1.8;
    font-weight: bold;
    font-style: italic;
}
.section-subttl{
    text-align: center;
    padding: 0 0 4rem;
}
.section-subttl h3{
    position: relative;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
}
.section-subttl h3::before{
    position: absolute;
    content: '';
    bottom: -1.5rem;
    display: inline-block;
    width: 60px;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
}
@media (max-width: 768px) {
    [class^=wbc-] > .l-inner{
        padding: 0 1.5% 6rem;
    }
    .section-ttl{
        padding: 3rem 0 2rem;
    }
    .section-ttl h2{
        font-size: 2rem;
        line-height: 1.4;
        margin-bottom: 0.5rem;
    }
    .section-subttl h3{
        font-size: 1.2rem;
    }
    .ttl-bg-stripe{
        background-size: 200%;
    }
}
/*-----------------------------------*/
/*              key visual*/
/*-----------------------------------*/
.kv-bg {
  position: relative;
  width: 100%;
  background: #0d2229;
  overflow: hidden;
}

.kv-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    -140deg,
    rgba(255,255,255,0)   10%,
    rgba(255,255,255,0.4) 40%,
    rgba(255,255,255,0) 80%
  );
  mix-blend-mode: soft-light;
}

.kv-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:linear-gradient(
    40deg,
    rgba(255, 255, 255, 0) 10%,
    rgba(255, 255, 255, 0.4) 40%,
    rgba(255, 255, 255, 0) 80%)
  #0d2229;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
    mix-blend-mode: soft-light;
}

.kv .l-inner{
    width: min(1080px,98%);
    z-index: 2;
    position: relative;
}
.kv .l-inner .kv-image{
    width: min(600px, 100%);
    object-fit: cover;
    height: 100%;
    margin: 0 auto;
    display: block;
}
.kv .l-inner .kv-image-wrap{
    flex: 1;
}
.kv .kv-partner{
    flex: 1;
}

.kv .kv-partner{
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.kv .kv-partner .kv-partner-text{
  font-size: clamp(12px,1vw,16px);
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 3rem;
}
.kv .kv-partner .kv-com-logo{
  width: min(168px,60%);
}
@media (min-width: 769px) {
  .kv .l-inner .kv-image-wrap{
    margin-right: -4%;
  }
  .kv .kv-partner{
    margin-top: 5rem;
  }
  .kv .kv-partner .kv-team-logo{
    width:clamp(300px,45vw,500px)
  }
  .kv .kv-partner .kv-partner-text{
    padding-inline: 3rem;
  }
}
@media (max-width: 768px) {
    .kv .l-inner{
        flex-direction: column;
        margin: 0;
        width: 100%; 
    }
    .kv-bg::after{
        clip-path: polygon(0% 0%, 170% 0%, 0% 60%);
    }
    .kv .kv-partner{
        margin-top: -1rem;
        padding-bottom: 1rem;
        padding-inline: 1rem;
    }
    .kv .kv-partner .kv-team-logo{
      width: min(540px, 100%);
    }
    .kv .kv-partner .kv-partner-text{
      margin-bottom: 2rem;
    }
    .kv .kv-partner .kv-com-logo{
      width: min(140px, 100%);
    }
}
/*-----------------------------------*/
/*              私たちのビジョン*/
/*-----------------------------------*/
.cont-ourvision{
    text-align: center;
}
.bg-ourvision{
    background-color: #060D22;
    background-image: url(../img/bg_ourvision_stadium.png);
    background-size: auto 100%;
    background-position: left top;
    background-repeat: no-repeat;
    background-blend-mode: hard-light;
}
.cont-ourvision .l-inner img {
    display: block;
    margin-inline: auto;
}
.ourvision-bnr {
    display: block;
    margin-top: 4rem;
}
.ourvision-bnr img{
    width: min(92%, 430px);
}
.cont-ourvision img[alt="raxus 侍ジャパン"] {
    margin-top: 3rem;
}
/*-----------------------------------*/
/*              お住まいの地域の車買取情報*/
/*-----------------------------------*/
@media screen and (max-width: 768px) {
  .p-top__pref_pc {
    display: none;
  }
}
.p-top__pref .section-ttl .ttl_headtxt{
    background-color:var(--color-accent-team);
    color: white;
    margin-bottom: 1.4rem;
    display: inline-block;
    padding: 8px 10px;
    font-style: normal;
    transform: skew(-0.04turn, 0deg);
}
.p-top__pref .section-ttl h2{
    font-size: initial;
}
.p-top__pref .section-ttl h2 span{
    font-style: italic;
    font-weight: bold;
    font-size: clamp(1.6rem,4vw,2.4rem);
    line-height: 1.4;
}
.p-top__pref .section-ttl h2 img{
    width: min(clamp(9rem, 22vw, 12rem), 100%);
    margin-right: -0.4rem;
    vertical-align: text-bottom;
}

.p-top__pref_block {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  align-items: baseline;
  margin-bottom: 7px;
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .p-top__pref_block {
    grid-template-columns: 110px 1fr;
    gap: 26px;
  }
}

.p-top__pref_block dt {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 15px 10px;
  background: #f5f5f5;
  color: #766e68;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.p-top__pref_block dd {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding-top: 6px;
}

.p-top__pref_block dd a {
  position: relative;
  padding: 4px 8px;
  color: #2F2D2C;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.6;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}
.p-top__pref_block dd a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  width: 1px;
  height: 1em;
  background-color: #ccc;
  transform: translateY(-50%);
  pointer-events: none;
}

.p-top__pref_block dd a:last-child::after {
  content: none;
}

.p-top__pref_block dd a:hover {
  opacity: 0.7;
}

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

@media screen and (max-width: 768px) {
  .p-top__pref_ul a {
    color: #333;
  }
}

.p-top__pref_accordion {
  position: relative;
  width: 100%;
  overflow: hidden;
  font-size: 15px;
  background-color: #fff;
}
.p-top__pref_accordion:last-child {
  border-bottom: none;
}

.p-top__pref_accordion.--pref {
  margin-inline: auto;
  border-top: 2px solid #e9e9e9;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
}

.p-top__pref_input {
  position: absolute;
  opacity: 0;
}

.p-top__pref_accordion_inner {
  display: flex;
  flex-wrap: wrap;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  background-color: #fff;
}

.p-top__pref_label {
  position: relative;
  display: block;
  padding: 17px 0 17px 17px;
  cursor: pointer;
}

.p-top__pref_input:checked ~ .p-top__pref_accordion_inner {
  max-height: 1000px;
}

.p-top__pref_menu_i_box {
  position: absolute;
  top: 50%;
  right: 2px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  transition-duration: 0.2s;
  transform: rotate(45deg);
  transform-origin: center center;
}

.p-top__pref_menu_i {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  transition-duration: 0.2s;
  transform: rotate(45deg);
  transform-origin: center center;
}
.p-top__pref_menu_i::before, .p-top__pref_menu_i::after {
  position: absolute;
  top: 6px;
  left: 0;
  display: flex;
  width: 14px;
  height: 2px;
  content: "";
  background-color: #E7513C;
  transform: rotate(0deg);
  transform-origin: center center;
}
.p-top__pref_menu_i::before {
  top: 0;
  left: 6px;
  width: 2px;
  height: 14px;
}

.p-top__pref_p {
  width: 50%;
  font-size: 15px;
  line-height: 1;
  background-color: #F7F7F7;
}
.p-top__pref_p:nth-of-type(odd) {
  border-right: 1px solid #e9e9e9;
}
.p-top__pref_p:not(:last-of-type) {
  border-bottom: 1px solid #e9e9e9;
}
.p-top__pref_p:nth-of-type(-n + 2) {
  border-top: 1px solid #e9e9e9;
}

.p-top__pref_p.--kyushuokinawa {
  border-bottom: 1px solid #e9e9e9;
}

@media screen and (max-width: 768px) {
  .p-top__pref_link {
    position: relative;
    display: block;
    padding: 18px 0 18px 16px;
    font-size: 15px;
  }
  .p-top__pref_link::after {
    position: absolute;
    right: 18px;
    width: 0.6em;
    height: 0.6em;
    margin-top: 2px;
    content: "";
    border-top: 2px solid #E7513C;
    border-right: 2px solid #E7513C;
    transform: rotate(45deg);
  }
}

.p-top__pref_input:checked + .p-top__pref_label .p-top__pref_menu_i_box {
  transform: rotate(-360deg);
}

.p-top__pref_input:checked + .p-top__pref_label .p-top__pref_menu_i::before {
  transform: rotate(45deg);
}

.p-top__pref_input:checked + .p-top__pref_label .p-top__pref_menu_i::after {
  transform: rotate(-45deg);
}

.p-top__pro_flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.p-top__pro_flex picture {
  width: 49%;
}
@media screen and (max-width: 768px) {
  .p-top__pro_flex picture {
    width: 90%;
    margin: 0 auto;
  }
}
.p-top__pro_flex img {
  width: 100%;
  height: auto;
  display: block;
}

.p-top__pro_txt_box {
  width: 49%;
}
@media screen and (max-width: 768px) {
  .p-top__pro_txt_box {
    width: 100%;
  }
}
/*-----------------------------------*/
/*              special movie*/
/*-----------------------------------*/
.cont-movie{
    background-color:#F7F7F7;
}
.cont-movie ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    flex-direction: row;
    justify-content: center;
}
.cont-movie ul li{
    background-color: rgb(0 0 0 / 90%);
    width: calc(100% / 3 - 0.7rem);
    padding: 0.5rem 0.5rem 0.8rem;
    box-sizing: border-box;
}
.cont-movie ul li:hover{
    opacity: 0.85;
}
.cont-movie ul li a{
    color: #fff;
    text-align: center;
    text-decoration: none;
}
.cont-movie ul li a img{
    margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
    .cont-movie ul{
        flex-direction: column;
        align-items: center;
    }
    .cont-movie ul li{
        width: 100%;
        max-width: 600px;
    }
    .cont-movie .enfont img{
        width: 90%;
        margin: 0 auto;
    }
    .cont-movie.ttl-bg-stripe.bgAdd-bottom{
        background-size: 200%, 100%;
    }
}

/*-----------------------------------*/
/*              our story*/
/*-----------------------------------*/
.cont-ourstory .history h3{
    text-align: center;
    font-size: 2.4rem;
    font-weight: 600;
}
.cont-ourstory .history .flexbox{  
    align-items: flex-start;
}

.cont-ourstory .history .flexbox picture{
    width: calc(50% - 2rem);
    padding-right: 2rem;
}
.cont-ourstory .history .flexbox ul{
    padding-left: 2rem;
    width: 50%;
    border-left: 1px solid;
}
.cont-ourstory .history .flexbox ul li{
    position: relative;
    display: flex;
    margin-bottom: 2rem;
}
.cont-ourstory .history .flexbox ul li span{
    position: relative;
    width: 47px;
    min-width: 47px;
    margin-right: 13px;
}
.cont-ourstory .history .flexbox ul li span:before{
    content: '';
    width: 10px;
    height: 1px;
    position: absolute;
    right: 0;
    top: 1rem;
    background-color: #fff;
    display: inline-block;
}
.cont-ourstory .grayscale{
    filter: grayscale(100%);
}
@media screen and (max-width: 600px) {
    .cont-ourstory .history .flexbox{
        flex-direction: column;
    }
    .cont-ourstory .history h3{
        text-align: left;
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    .cont-ourstory .history .flexbox picture,
    .cont-ourstory .history .flexbox ul{
        width: 100%;
    }
    .cont-ourstory .history .flexbox img{
        margin-bottom: 1rem;
    }
    .cont-ourstory .history .flexbox ul{
        border-left: none;
        padding-left: 0;
    }
}
