@charset "UTF-8";
/* ----------------------------------------------------------------
reset
----------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, button {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo;
  -webkit-text-size-adjust: none;
}

img {
  width: 100%;
  vertical-align: bottom;
}

*, *:before, *:after {
  box-sizing: border-box;
}

body {
  background-color: #fff;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  opacity: 0.6;
}

button {
  color: #000;
}

.Wrap {
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Wrap {
    width: 769px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .Wrap {
    width: 1025px;
    margin: 0 auto;
  }
}

/* pictureの共通設定*/
picture {
  display: block;
}

/* ctaボタンの共通設定 */
.entry-url {
  filter: drop-shadow(0 1.0666666667vw 0 #00266E);
  transform: translateZ(0);
  /* TL */
}
@media screen and (min-width: 769px) {
  .entry-url {
    filter: drop-shadow(0 4px 0 #00266E);
  }
}
.entry-url picture img {
  margin-bottom: 1.0666666667vw;
  /* TL */
}
@media screen and (min-width: 769px) {
  .entry-url picture img {
    margin-bottom: 4px;
  }
}
.entry-url:hover {
  position: relative;
  top: 1.0666666667vw;
  filter: unset;
  /* TL */
}
@media screen and (min-width: 769px) {
  .entry-url:hover {
    top: 4px;
  }
}

@media screen and (min-width: 769px) {
  .Sp_Br {
    display: none;
  }
}

.Pc_Br {
  display: none;
}
@media screen and (min-width: 769px) {
  .Pc_Br {
    display: block;
  }
}

#Wrapper {
  max-width: 100vw;
  width: 100%;
  margin: 0 auto;
  font-weight: 300;
}
#Wrapper main {
  padding-bottom: 34.6666666667vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  #Wrapper main {
    padding-bottom: 135px;
  }
}
@media screen and (min-width: 1025px) {
  #Wrapper main {
    padding-bottom: 94px;
  }
}
#Wrapper main .Alpha {
  font-family: urw-din, sans-serif;
}

/* ----------------------------------------------------------------
header
----------------------------------------------------------------- */
.Hd{width:100%; z-index:1000; background-color:#000;}
.Hd .Wrap{text-align: center;}
.Hd_Logo{max-width: 167px;margin: 0 auto;}
@media screen and (max-width:479px){
  .Hd_Logo{max-width: 83.5px;margin: 0 auto;}
}
/* --------------
breadcrumb
--------------*/
.breadcrumb{
  background: #DAEBF0;
}
.breadcrumb ul{
  display: flex;
  padding: 10px;
}
.breadcrumb ul li{
  position: relative;
  margin: 0 15px;
}
.breadcrumb ul li a{
  text-decoration: underline;
}
.breadcrumb ul li:first-child{
  margin-left: 0;
}
.breadcrumb ul li::after{
	position: absolute;
	top: 0;
	margin: auto;
	content: "＞";
	vertical-align: middle;
	right: -18px;
	width: 9px;
	height: 9px;
}
.breadcrumb ul li:last-child::after{
  content: none;
}
.breadcrumb ul li a{
  color: #000;
}
@media screen and (min-width:761px){
  .breadcrumb .breadInner{
    width: 768px;
    margin: 0 auto;
  }
}
@media screen and (max-width:760px){
  .breadcrumb ul li{
    position: relative;
    margin: 0 10px;
    font-size: 10px;
  }
  .breadcrumb ul li::after{
    right: -15px;
  }
}
/* ----------------------------------------------------------------
kv
----------------------------------------------------------------- */
.Kv {
  position: relative;
  background: linear-gradient(90deg, rgb(227, 30, 49) 0%, rgb(227, 30, 49) 50%, rgb(26, 70, 156) 50%, rgb(26, 70, 156) 100%);
}
.Kv h1 {
  position: relative;
  z-index: 2;
}
.Kv h1 picture {
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Kv h1 picture {
    width: 769px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .Kv h1 picture {
    width: 1025px;
  }
}
.Kv_Txt {
  background-image: url(../img/bg_kv.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.Kv_Txt_Box {
  width: 92.8vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.7333333333vw 0;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Kv_Txt_Box {
    width: 441px;
    margin: 0 auto;
    padding: 15px 0;
  }
}
.Kv_Txt_Box picture {
  width: 63.4666666667vw;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Kv_Txt_Box picture {
    width: 317px;
    margin: 0 auto;
  }
}
.Kv_Txt_Box .Kv_Btn {
  width: 27.7333333333vw;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border: solid 0.2666666667vw #fff;
  border-radius: 1.6vw;
  padding: 1.3333333333vw 1.6vw;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Kv_Txt_Box .Kv_Btn {
    width: 104px;
    padding: 7px 4px;
    border-radius: 10px;
    border: solid 1px #fff;
  }
}
.Kv_Txt_Box .Kv_Btn a {
  color: #fff;
}

/* ----------------------------------------------------------------
Jleague
----------------------------------------------------------------- */
#Wrapper .Jleague {
  background-color: #fff;
  display: block;
  width: 100%;
  overflow: hidden;
}
#Wrapper .Jleague .Wrap {
  position: relative;
  padding: 5.0666666667vw 0 5.3333333333vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  #Wrapper .Jleague .Wrap {
    width: 769px;
    padding: 34px 0;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  #Wrapper .Jleague .Wrap {
    width: 100%;
    padding: 45px 0 36px;
  }
}
#Wrapper .Jleague_Deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 54.1333333333vw;
  padding: 1.3333333333vw 0;
  pointer-events: none;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  #Wrapper .Jleague_Deco {
    height: 275px;
  }
}
@media screen and (min-width: 1025px) {
  #Wrapper .Jleague_Deco {
    height: 330px;
  }
}
#Wrapper .Jleague_Deco p {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  display: inline-block;
  background-color: #CC0033;
  position: absolute;
  left: -38.5333333333vw;
  top: 2.5333333333vw;
  width: 100%;
  text-align: center;
  line-height: 1.28;
  transform: rotate(-30deg);
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  #Wrapper .Jleague_Deco p {
    font-size: 40px;
    left: -302px;
    top: 20px;
    padding: 5px 0;
  }
}
@media screen and (min-width: 1025px) {
  #Wrapper .Jleague_Deco p {
    font-size: 54px;
    padding: 0;
    left: -354px;
    top: 39px;
  }
}
#Wrapper .Jleague_Txt {
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  #Wrapper .Jleague_Txt {
    width: 452px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  #Wrapper .Jleague_Txt {
    width: 522px;
  }
}
#Wrapper .Jleague_Btn picture {
  width: 89.3333333333vw;
  margin: 3.7333333333vw auto 0;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  #Wrapper .Jleague_Btn picture {
    width: 454px;
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 1025px) {
  #Wrapper .Jleague_Btn picture {
    width: 521px;
    margin: 13px auto 0;
  }
}
#Wrapper .Jleague_Btn:hover {
  opacity: 0.8;
}

/* ----------------------------------------------------------------
entry
----------------------------------------------------------------- */
.Entry_Present {
  padding-bottom: 6.6666666667vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Entry_Present {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .Entry_Present {
    padding-bottom: 0;
  }
}
.Entry_Present_About {
  background-color: #DAEBF0;
  padding: 2.1333333333vw 0 1.8666666667vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Entry_Present_About {
    padding: 15px 0 16px;
  }
}
@media screen and (min-width: 1025px) {
  .Entry_Present_About {
    padding: 16px 0;
  }
}
.Entry_Present_About h2 picture {
  width: 87.2vw;
  margin: 0 auto 1.6vw;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Entry_Present_About h2 picture {
    width: 516px;
    margin: 0 auto 8px;
  }
}
.Entry_Present_About .Entry_Txt picture {
  width: 89.3333333333vw;
  margin: 0 auto;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Entry_Present_About .Entry_Txt picture {
    width: 728px;
  }
}
.Entry_Present_About .Entry_Txt_Note {
  width: 89.3333333333vw;
  font-size: 12px;
  margin: 1.3333333333vw auto 0 auto;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Entry_Present_About .Entry_Txt_Note {
    width: 100%;
    margin-top: 9px;
    text-align: center;
  }
}
.Entry_Present_About .Entry_Txt_Link {
  width: 89.3333333333vw;
  margin: 0.5333333333vw auto 0 auto;
  font-size: 12px;
  text-decoration: underline;
  color: #0000ee;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Entry_Present_About .Entry_Txt_Link {
    text-align: center;
    margin: 4px auto 0 auto;
  }
}
.Entry_Present_Btn {
  background: #fff;
  width: 89.3333333333vw;
  margin: 11vw auto 0;
  height: 9.0666666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.7333333333vw;
  border: 0.2666666667vw solid #888888;
  position: relative;
  cursor: pointer;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Entry_Present_Btn {
    width: 448px;
    height: 46px;
    font-size: 18px;
    border: 1px solid #888888;
    margin-top: 35px;
  }
}
.Entry_Present_Btn::after {
  position: absolute;
  content: "";
  width: 5.4666666667vw;
  height: 5.4666666667vw;
  background-image: url(../img/ps_detail.webp);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  right: 4.5333333333vw;
  margin: auto;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Entry_Present_Btn::after {
    width: 25px;
    height: 25px;
    background-image: url(../img/tl/ps_detail.webp);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    bottom: 0;
    right: 23px;
    margin: auto;
  }
}
@media screen and (min-width: 1025px) {
  .Entry_Present_Btn::after {
    width: 27px;
    height: 27px;
    right: 23px;
  }
}
.Entry_Present .Entry_Link {
  text-align: center;
}
.Entry_Present .Entry_Link_Txt {
  font-size: 4.2666666667vw;
  font-weight: 600;
  padding: 2.9333333333vw 0 0;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Entry_Present .Entry_Link_Txt {
    font-size: 16px;
    padding: 25px 0 0px;
  }
}
@media screen and (min-width: 1025px) {
  .Entry_Present .Entry_Link_Txt {
    padding: 27px 0 0;
  }
}
.Entry_Present .Entry_Link_Check {
  width: 86.8666666667vw;
  margin: 0 auto;
  height: 9.0666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 2.6666666667vw;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Entry_Present .Entry_Link_Check {
    width: 550px;
    height: 50px;
    padding-top: 5px;
  }
}
.Entry_Present .Entry_Link_Check.Entry_Top {
  margin-top: 4vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Entry_Present .Entry_Link_Check.Entry_Top {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .Entry_Present .Entry_Link_Check.Entry_Top {
    margin-top: 30px;
  }
}
.Entry_Present .Entry_Link_Check a.btn {
  display: flex;
  flex-direction: column;
  text-align: center;
  text-decoration: none;
  width: 87vw;
  height: 13.3333333333vw;
  margin: 0 auto 3.3333333333vw;
  font-size: 4vw;
  padding: 3.3333333333vw 5.3333333333vw;
  border-radius: 100vh;
  border-bottom: 7px solid #00266E;
  font-weight: bold;
  background: #1A469C;
  color: #fff;
  order: -1;
  align-items: center;
  justify-content: center;
  /* TL */
  /* PC */
}
.link_small {
  font-size: 3vw;
  font-weight: normal;
  color: #FFFD01;
}
@media screen and (min-width: 769px) {
  .Entry_Present .Entry_Link_Check a.btn {
    width: 550px;
    height: 50px;
    margin: 0 auto 10px;
    font-size: 18px;
    padding: 25px 40px;
    border-bottom: 7px solid #00266E;
  }
  .link_small {
    font-size: 15px;
    font-weight: normal;
    color: #FFFD01;
  }
}
@media screen and (min-width: 1025px) {
  .Entry_Present .Entry_Link_Check a.btn {
    width: 550px;
    height: 50px;
    margin: 0 auto 10px;
    font-size: 18px;
    padding: 25px 40px;
    border-bottom: 7px solid #00266E;
    flex-direction: row;
  }
}
.Entry_Present .Entry_Link_Check a.btn:hover {
  margin-top: 5px;
  border-bottom: 1px solid #00266E;
  color: #fff;
}
.Entry_Present .Entry_Link_Note {
  font-size: 3.2vw;
  padding: 10.6666666667vw 0 4vw;
  line-height: 1.2;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Entry_Present .Entry_Link_Note {
    font-size: 12px;
    padding: 10px 0 27px;
    margin-top: 10px;
  }
  .Entry_Present .Entry_Link_Note .Tl_Br {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .Entry_Present .Entry_Link_Note {
    padding: 10px 0 25px;
  }
}
.Entry_Present_Modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #666;
  z-index: 9999;
}
.Entry_Present_Modal .Modal_Content {
  position: absolute;
  background-color: #fff;
  width: 89.3333333333vw;
  height: 82.0089955022%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 5.6vw 0;
  font-size: 14px;
  line-height: 1.4285714286;
  animation-name: modalopen;
  animation-duration: 1s;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Entry_Present_Modal .Modal_Content {
    width: 689px;
    padding: 50px 0;
    line-height: 1.4285714286;
  }
}
@media screen and (min-width: 1025px) {
  .Entry_Present_Modal .Modal_Content {
    width: 985px;
  }
}
.Entry_Present_Modal .Modal_Content .Modal_Close {
  position: absolute;
  content: "";
  width: 5.6vw;
  height: 5.6vw;
  position: absolute;
  background-image: url(../img/ps_modal_close.webp);
  background-repeat: no-repeat;
  background-size: contain;
  top: -8vw;
  right: 0vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Entry_Present_Modal .Modal_Content .Modal_Close {
    width: 3.5vw;
    height: 3.5vw;
    top: -5vw;
  }
}
@media screen and (min-width: 1025px) {
  .Entry_Present_Modal .Modal_Content .Modal_Close {
    width: 42px;
    height: 42px;
    top: -60px;
  }
}
.Entry_Present_Modal .Modal_Content .Inner {
  width: 84vw;
  height: 100%;
  margin: 0 auto;
  padding: 0 2.6666666667vw 0 0;
  overflow-y: scroll;
  scrollbar-width: medium;
  scrollbar-color: #afafaf #fff;
  /* TL */
  /* PC */
}
.Entry_Present_Modal .Modal_Content .Inner .Weight {
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .Entry_Present_Modal .Modal_Content .Inner {
    width: 645px;
    padding: 0 30px 0 29px;
  }
}
@media screen and (min-width: 1025px) {
  .Entry_Present_Modal .Modal_Content .Inner {
    width: 940px;
    padding: 0 44px 0 29px;
  }
}
.Entry_Present_Modal .Modal_Content .Inner .n-Block {
  padding-left: 3.7333333333vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Entry_Present_Modal .Modal_Content .Inner .n-Block {
    padding-left: 23px;
  }
}
@media screen and (min-width: 1025px) {
  .Entry_Present_Modal .Modal_Content .Inner .n-Block {
    padding-left: 28px;
  }
}
.Entry_Present_Modal .Modal_Content .Inner .n-Block .Block {
  width: 74.9333333333vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Entry_Present_Modal .Modal_Content .Inner .n-Block .Block {
    width: 547px;
  }
}
@media screen and (min-width: 1025px) {
  .Entry_Present_Modal .Modal_Content .Inner .n-Block .Block {
    width: 816px;
  }
}
.Entry_Present_Modal .Modal_Content .Inner .n-Block .Block dd {
  width: 74.9333333333vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Entry_Present_Modal .Modal_Content .Inner .n-Block .Block dd {
    width: 547px;
  }
}
@media screen and (min-width: 1025px) {
  .Entry_Present_Modal .Modal_Content .Inner .n-Block .Block dd {
    width: 816px;
  }
}
.Entry_Present_Modal .Modal_Content .Inner .Block {
  width: 78.6666666667vw;
  display: flex;
  justify-content: space-between;
  margin-top: 0.9333333333vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Entry_Present_Modal .Modal_Content .Inner .Block {
    width: 559px;
    margin-top: 7px;
  }
}
@media screen and (min-width: 1025px) {
  .Entry_Present_Modal .Modal_Content .Inner .Block {
    width: 844px;
  }
}
.Entry_Present_Modal .Modal_Content .Inner .Block dt {
  width: 26px;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Entry_Present_Modal .Modal_Content .Inner .Block dt {
    width: 24px;
  }
}
.Entry_Present_Modal .Modal_Content .Inner .Block dd {
  width: 74.6666666667vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Entry_Present_Modal .Modal_Content .Inner .Block dd {
    width: 535px;
  }
}
@media screen and (min-width: 1025px) {
  .Entry_Present_Modal .Modal_Content .Inner .Block dd {
    width: 815px;
  }
}
.Entry_Present_Modal .Modal_Content .Inner::-webkit-scrollbar {
  width: 2.6666666667vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Entry_Present_Modal .Modal_Content .Inner::-webkit-scrollbar {
    width: 1.6666666667vw;
  }
}
@media screen and (min-width: 1025px) {
  .Entry_Present_Modal .Modal_Content .Inner::-webkit-scrollbar {
    width: 20px;
  }
}
.Entry_Present_Modal .Modal_Content .Inner::-webkit-scrollbar-track {
  background-color: #fff;
}
.Entry_Present_Modal .Modal_Content .Inner::-webkit-scrollbar-thumb {
  background-color: #afafaf;
}
.Entry_Present .Note {
  width: 89.3333333333vw;
  font-size: 3.2vw;
  margin: 2.6666666667vw auto 3.2vw;
  line-height: 1.2;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Entry_Present .Note {
    width: 702px;
    font-size: 12px;
    margin: 24px auto 40px;
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  .Entry_Present .Note {
    margin: 24px auto 40px;
  }
}
.Entry_Present .Note-border {
  text-decoration: underline;
}

/* 個別の設定 */
/* kv */
.Kv_Entry .Entry_Link_Btn {
  margin-top: 4vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Kv_Entry .Entry_Link_Btn {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .Kv_Entry .Entry_Link_Btn {
    margin-top: 30px;
  }
}

@keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ----------------------------------------------------------------
anchor
----------------------------------------------------------------- */
#Wrapper .Anchor {
  background: linear-gradient(90deg, rgb(227, 30, 49) 0%, rgb(227, 30, 49) 50%, rgb(26, 70, 156) 50%, rgb(26, 70, 156) 100%);
  position: sticky;
  top: 0;
  z-index: 1000;
}
#Wrapper .Anchor_Link {
  position: sticky;
  width: 100%;
  display: flex;
  justify-content: center;
}
#Wrapper .Anchor_Link_Item {
  background-color: #fff;
}
#Wrapper .Anchor_Link_Item:nth-child(odd) {
  width: 33.8666666667vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  #Wrapper .Anchor_Link_Item:nth-child(odd) {
    width: 259px;
  }
}
@media screen and (min-width: 1025px) {
  #Wrapper .Anchor_Link_Item:nth-child(odd) {
    width: 331px;
  }
}
#Wrapper .Anchor_Link_Item:nth-child(even) {
  width: 33.8666666667vw;
  position: relative;
  /* TL */
  /* PC */
}
#Wrapper .Anchor_Link_Item:nth-child(even)::before, #Wrapper .Anchor_Link_Item:nth-child(even)::after {
  display: block;
  position: absolute;
  content: "";
  background-color: #fff;
  height: 100%;
  width: 2px;
  top: 0;
}
#Wrapper .Anchor_Link_Item:nth-child(even)::before {
  left: 0;
  z-index: 2;
}
#Wrapper .Anchor_Link_Item:nth-child(even)::after {
  right: 0;
}
@media screen and (min-width: 769px) {
  #Wrapper .Anchor_Link_Item:nth-child(even) {
    width: 259px;
  }
}
@media screen and (min-width: 1025px) {
  #Wrapper .Anchor_Link_Item:nth-child(even) {
    width: 331px;
  }
}

/* ----------------------------------------------------------------
Jdetail
----------------------------------------------------------------- */
#Wrapper .Jdetail {
  background-color: #000;
}
#Wrapper .Jdetail_Ttl {
  background-color: #fff;
  padding: 5.3333333333vw 0;
  /* TL */
}
@media screen and (min-width: 769px) {
  #Wrapper .Jdetail_Ttl {
    padding: 59px 0;
  }
}
#Wrapper .Jdetail_Ttl picture {
  width: 89.3333333333vw;
  margin: 0 auto;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  #Wrapper .Jdetail_Ttl picture {
    width: 489px;
  }
}
@media screen and (min-width: 1025px) {
  #Wrapper .Jdetail_Ttl picture {
    width: 464px;
  }
}
#Wrapper .Jdetail_Box {
  background-color: #000;
  padding: 4vw 0 6.4vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  #Wrapper .Jdetail_Box {
    padding: 26px 0;
  }
}
@media screen and (min-width: 1025px) {
  #Wrapper .Jdetail_Box {
    padding: 40px 0;
  }
}
#Wrapper .Jdetail_Step {
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  #Wrapper .Jdetail_Step {
    width: 689px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  #Wrapper .Jdetail_Step {
    width: 729px;
  }
}
#Wrapper .Jdetail_Step picture {
  width: 89.3333333333vw;
  margin: 0 auto;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  #Wrapper .Jdetail_Step picture {
    width: 341px;
  }
}
@media screen and (min-width: 1025px) {
  #Wrapper .Jdetail_Step picture {
    width: 360px;
  }
}
#Wrapper .Jdetail_Step picture:not(:last-child) {
  margin-bottom: 4vw;
  /* TL */
}
@media screen and (min-width: 769px) {
  #Wrapper .Jdetail_Step picture:not(:last-child) {
    margin-bottom: 0px;
  }
}
#Wrapper .Jdetail_Container {
  width: 89.3333333333vw;
  margin: 5.3333333333vw auto 0;
  /* TL */
  /* くじの種類・販売スケジュール */
  /* 予想のしかた */
  /* 予想のポイント・ランキング */
}
@media screen and (min-width: 769px) {
  #Wrapper .Jdetail_Container {
    width: 100%;
    margin: 20px auto 0;
  }
}
#Wrapper .Jdetail_Container_AcMenu {
  font-size: 18px;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  #Wrapper .Jdetail_Container_AcMenu {
    width: 689px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  #Wrapper .Jdetail_Container_AcMenu {
    width: 985px;
  }
}
#Wrapper .Jdetail_Container_AcMenu .Ac_Parent {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 13.3333333333vw;
  line-height: 1;
  position: relative;
  font-weight: 300;
  color: #fff;
  cursor: pointer;
  border: solid 0.5333333333vw #fff;
  background-color: #000;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  #Wrapper .Jdetail_Container_AcMenu .Ac_Parent {
    width: 689px;
    height: auto;
    padding: 13px 0;
    border: solid 2px #fff;
  }
}
@media screen and (min-width: 1025px) {
  #Wrapper .Jdetail_Container_AcMenu .Ac_Parent {
    width: 985px;
    padding: 13px 0;
  }
}
#Wrapper .Jdetail_Container_AcMenu .Ac_Parent::after {
  position: absolute;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4vw;
  height: 4vw;
  background-image: url(../img/ps_jdetail_plus.webp);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 4vw;
  /* TL */
}
@media screen and (min-width: 769px) {
  #Wrapper .Jdetail_Container_AcMenu .Ac_Parent::after {
    width: 18px;
    height: 18px;
    right: 18px;
    background-image: url(../img/tl/ps_jdetail_plus.webp);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
#Wrapper .Jdetail_Container_AcMenu .Open::after {
  height: 0.5333333333vw;
  background-image: url(../img/ps_jdetail_minus.webp);
  background-repeat: no-repeat;
  background-size: contain;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  #Wrapper .Jdetail_Container_AcMenu .Open::after {
    height: 2px;
    background-image: url(../img/tl/ps_jdetail_minus.webp);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width: 1025px) {
  #Wrapper .Jdetail_Container_AcMenu .Open::after {
    height: 2px;
  }
}
#Wrapper .Jdetail_Container_AcMenu .Ac_Child {
  display: none;
  /* TL */
}
#Wrapper .Jdetail_Container_AcMenu .Ac_Child h3 {
  margin: 8vw auto 5.3333333333vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  #Wrapper .Jdetail_Container_AcMenu .Ac_Child h3 {
    margin: 0 auto 40px;
  }
}
@media screen and (min-width: 1025px) {
  #Wrapper .Jdetail_Container_AcMenu .Ac_Child h3 picture {
    width: 985px;
  }
}
#Wrapper .Jdetail_Container_AcMenu .Ac_Child p {
  color: #fff;
  font-size: 12px;
}
#Wrapper .Jdetail_Container_AcMenu .Ac_Child p .Yellow {
  color: #EF8200;
  font-weight: 600;
}
#Wrapper .Jdetail_Container_AcMenu:nth-child(n+2) {
  margin-top: 3.4666666667vw;
  /* TL */
}
@media screen and (min-width: 769px) {
  #Wrapper .Jdetail_Container_AcMenu:nth-child(n+2) {
    margin-top: 12px;
  }
}
#Wrapper .Jdetail_Container_AcMenu:first-child .Ac_Child {
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  #Wrapper .Jdetail_Container_AcMenu:first-child .Ac_Child {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1025px) {
  #Wrapper .Jdetail_Container_AcMenu:first-child .Ac_Child {
    padding-bottom: 50px;
  }
}
#Wrapper .Jdetail_Container_AcMenu:first-child .Ac_Child_Item01 {
  /* TL */
}
@media screen and (min-width: 769px) {
  #Wrapper .Jdetail_Container_AcMenu:first-child .Ac_Child_Item01 h3 {
    margin-top: 40px;
  }
}
#Wrapper .Jdetail_Container_AcMenu:first-child .Ac_Child_Item01 .WinPredict_Item {
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  #Wrapper .Jdetail_Container_AcMenu:first-child .Ac_Child_Item01 .WinPredict_Item {
    width: 689px;
    display: flex;
    justify-content: center;
    -moz-column-gap: 50px;
         column-gap: 50px;
    margin: 0 auto;
  }
  #Wrapper .Jdetail_Container_AcMenu:first-child .Ac_Child_Item01 .WinPredict_Item picture {
    width: 149px;
  }
}
@media screen and (min-width: 1025px) {
  #Wrapper .Jdetail_Container_AcMenu:first-child .Ac_Child_Item01 .WinPredict_Item {
    width: 740px;
  }
  #Wrapper .Jdetail_Container_AcMenu:first-child .Ac_Child_Item01 .WinPredict_Item picture {
    width: 170px;
  }
}
#Wrapper .Jdetail_Container_AcMenu:first-child .Ac_Child_Item01 .WinPredict_Item picture:not(:first-of-type) {
  margin-top: 2.6666666667vw;
  /* TL */
}
@media screen and (min-width: 769px) {
  #Wrapper .Jdetail_Container_AcMenu:first-child .Ac_Child_Item01 .WinPredict_Item picture:not(:first-of-type) {
    margin-top: 0px;
  }
}
#Wrapper .Jdetail_Container_AcMenu:first-child .Ac_Child_Item02 {
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  #Wrapper .Jdetail_Container_AcMenu:first-child .Ac_Child_Item02 h3 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1025px) {
  #Wrapper .Jdetail_Container_AcMenu:first-child .Ac_Child_Item02 h3 {
    margin-top: 80px;
  }
  #Wrapper .Jdetail_Container_AcMenu:first-child .Ac_Child_Item02 .OneGame_Item picture:not(:nth-child(2)) {
    width: 698px;
    margin: 0 auto;
  }
}
#Wrapper .Jdetail_Container_AcMenu:first-child .Ac_Child_Item02 .Deco {
  width: 6.1333333333vw;
  margin: 5.3333333333vw auto;
  /* TL */
}
@media screen and (min-width: 769px) {
  #Wrapper .Jdetail_Container_AcMenu:first-child .Ac_Child_Item02 .Deco {
    width: 50px;
    margin: 20px auto;
  }
}
#Wrapper .Jdetail_Container_AcMenu:first-child .Ac_Child_Item03 {
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  #Wrapper .Jdetail_Container_AcMenu:first-child .Ac_Child_Item03 h3 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1025px) {
  #Wrapper .Jdetail_Container_AcMenu:first-child .Ac_Child_Item03 h3 {
    margin-top: 80px;
  }
}
#Wrapper .Jdetail_Container_AcMenu:first-child .Ac_Child_Item03 .Schedule {
  overflow-x: scroll;
  position: relative;
}
#Wrapper .Jdetail_Container_AcMenu:first-child .Ac_Child_Item03 .Schedule::-webkit-scrollbar {
  height: 1.3333333333vw;
  /* TL */
}
@media screen and (min-width: 769px) {
  #Wrapper .Jdetail_Container_AcMenu:first-child .Ac_Child_Item03 .Schedule::-webkit-scrollbar {
    height: 6px;
  }
}
#Wrapper .Jdetail_Container_AcMenu:first-child .Ac_Child_Item03 .Schedule::-webkit-scrollbar-thumb {
  background-color: #afafaf;
  border-radius: 10px;
}
#Wrapper .Jdetail_Container_AcMenu:first-child .Ac_Child_Item03 .Schedule::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}
#Wrapper .Jdetail_Container_AcMenu:first-child .Ac_Child_Item03 .Schedule figure {
  width: 317.8666666667vw;
  margin: 0 auto 2vw;
  /* TL */
}
@media screen and (min-width: 769px) {
  #Wrapper .Jdetail_Container_AcMenu:first-child .Ac_Child_Item03 .Schedule figure {
    width: 1365px;
    margin: 0 auto 15px;
    height: 489px;
  }
}
#Wrapper .Jdetail_Container_AcMenu:nth-child(2) .Ac_Child {
  /* PC */
  /* TL */
}
@media screen and (min-width: 1025px) {
  #Wrapper .Jdetail_Container_AcMenu:nth-child(2) .Ac_Child {
    padding-bottom: 40px;
  }
}
#Wrapper .Jdetail_Container_AcMenu:nth-child(2) .Ac_Child .Choice_Img01 {
  margin: 5.3333333333vw auto;
  /* TL */
}
@media screen and (min-width: 769px) {
  #Wrapper .Jdetail_Container_AcMenu:nth-child(2) .Ac_Child .Choice_Img01 {
    margin: 30px auto 20px;
  }
}
#Wrapper .Jdetail_Container_AcMenu:nth-child(2) .Ac_Child .Choice_Txt {
  font-size: 16px;
  color: #fff;
}
#Wrapper .Jdetail_Container_AcMenu:nth-child(2) .Ac_Child .Choice_Ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 4vw;
  /* TL */
}
@media screen and (min-width: 769px) {
  #Wrapper .Jdetail_Container_AcMenu:nth-child(2) .Ac_Child .Choice_Ttl {
    margin-top: 30px;
  }
}
#Wrapper .Jdetail_Container_AcMenu:nth-child(2) .Ac_Child .Choice_Img02 {
  margin: 5.3333333333vw auto 3.7333333333vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  #Wrapper .Jdetail_Container_AcMenu:nth-child(2) .Ac_Child .Choice_Img02 {
    width: 335px;
    margin: 20px auto 20px;
  }
}
@media screen and (min-width: 1025px) {
  #Wrapper .Jdetail_Container_AcMenu:nth-child(2) .Ac_Child .Choice_Img02 {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  #Wrapper .Jdetail_Container_AcMenu:nth-child(2) .Ac_Child .Choice_Note {
    margin-bottom: 38px;
  }
}
#Wrapper .Jdetail_Container_AcMenu:nth-child(3) .Ac_Child {
  /* TL */
  /* カルーセル */
  /* PC */
}
@media screen and (min-width: 769px) {
  #Wrapper .Jdetail_Container_AcMenu:nth-child(3) .Ac_Child h3 {
    margin: 15px auto;
  }
  #Wrapper .Jdetail_Container_AcMenu:nth-child(3) .Ac_Child h3 picture {
    width: 572px;
    margin: 0 auto;
  }
}
#Wrapper .Jdetail_Container_AcMenu:nth-child(3) .Ac_Child .Point_Img {
  /* TL */
}
@media screen and (min-width: 769px) {
  #Wrapper .Jdetail_Container_AcMenu:nth-child(3) .Ac_Child .Point_Img {
    width: 335px;
    margin: 0 auto;
  }
}
#Wrapper .Jdetail_Container_AcMenu:nth-child(3) .Ac_Child .Point_Img figcaption {
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin: 2.6666666667vw auto;
  /* TL */
}
@media screen and (min-width: 769px) {
  #Wrapper .Jdetail_Container_AcMenu:nth-child(3) .Ac_Child .Point_Img figcaption {
    margin: 20px auto;
  }
}
#Wrapper .Jdetail_Container_AcMenu:nth-child(3) .Ac_Child .Point_Txt {
  margin-top: 2.6666666667vw;
  /* TL */
}
@media screen and (min-width: 769px) {
  #Wrapper .Jdetail_Container_AcMenu:nth-child(3) .Ac_Child .Point_Txt {
    margin-top: 15px;
    font-size: 16px;
  }
}
#Wrapper .Jdetail_Container_AcMenu:nth-child(3) .Ac_Child .Predict_Ex_Pc {
  display: none;
  /* PC */
}
@media screen and (min-width: 1025px) {
  #Wrapper .Jdetail_Container_AcMenu:nth-child(3) .Ac_Child .Predict_Ex_Pc {
    width: 925px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
#Wrapper .Jdetail_Container_AcMenu:nth-child(3) .Ac_Child .Predict_Ex_Pc .Predict_Pc_Item {
  width: 295px;
}
@media screen and (min-width: 1025px) {
  #Wrapper .Jdetail_Container_AcMenu:nth-child(3) .Ac_Child .Predict_Ex {
    display: none;
  }
}

/* ----------------------------------------------------------------
what
----------------------------------------------------------------- */
#Wrapper .What {
  overflow-x: hidden;
}
#Wrapper .What_Container {
  background-color: #DAEBF0;
  padding: 4.8vw 0 7.4666666667vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  #Wrapper .What_Container {
    padding: 42px 0 28px;
  }
}
@media screen and (min-width: 1025px) {
  #Wrapper .What_Container {
    padding: 42px 0 38px;
  }
}
#Wrapper .What_Ttl picture {
  width: 55.4666666667vw;
  margin: 0 auto;
  /* TL */
}
@media screen and (min-width: 769px) {
  #Wrapper .What_Ttl picture {
    width: 592px;
  }
}
#Wrapper .What h3 picture {
  width: 64.5333333333vw;
  margin: 6.1333333333vw auto 2.1333333333vw;
  /* TL */
}
@media screen and (min-width: 769px) {
  #Wrapper .What h3 picture {
    width: 610px;
    margin: 21px auto 85px;
  }
}
#Wrapper .What_Point {
  margin-top: 16vw;
  /* TL */
}
@media screen and (min-width: 769px) {
  #Wrapper .What_Point {
    margin-top: 120px;
  }
}
#Wrapper .What_Point_Item {
  position: relative;
  width: 120vw;
  height: 48.5333333333vw;
  left: -10vw;
  /* TL */
}
@media screen and (min-width: 769px) {
  #Wrapper .What_Point_Item {
    transform: rotate(357deg);
    height: 184px;
  }
}
#Wrapper .What_Point_Item picture {
  width: 99.2vw;
  transform: rotate(7deg);
  margin: 0 auto;
  /* TL */
}
@media screen and (min-width: 769px) {
  #Wrapper .What_Point_Item picture {
    width: 448px;
  }
}
#Wrapper .What_Point .What_Point_Item:nth-child(1),
#Wrapper .What_Point .What_Point_Item:nth-child(3) {
  transform: rotate(353deg);
  background-color: #fff;
}
#Wrapper .What_Point .What_Point_Item:nth-child(1) {
  margin-top: -8.1333333333vw;
  padding-top: 3.2vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  #Wrapper .What_Point .What_Point_Item:nth-child(1) {
    margin-top: -90px;
    padding-top: 8px;
  }
}
@media screen and (min-width: 1025px) {
  #Wrapper .What_Point .What_Point_Item:nth-child(1) {
    padding-top: 10px;
  }
}
#Wrapper .What_Point .What_Point_Item:nth-child(2) {
  transform: rotate(353deg);
  padding-top: 10.6666666667vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  #Wrapper .What_Point .What_Point_Item:nth-child(2) {
    padding-top: 38px;
  }
}
@media screen and (min-width: 1025px) {
  #Wrapper .What_Point .What_Point_Item:nth-child(2) {
    padding-top: 40px;
  }
}
#Wrapper .What_Point .What_Point_Item:nth-child(3) {
  padding-top: 4vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  #Wrapper .What_Point .What_Point_Item:nth-child(3) {
    padding-top: 7px;
  }
}
@media screen and (min-width: 1025px) {
  #Wrapper .What_Point .What_Point_Item:nth-child(3) {
    padding-top: 12px;
  }
}
#Wrapper .What_Buy {
  margin-top: 15.4666666667vw;
  /* TL */
}
@media screen and (min-width: 769px) {
  #Wrapper .What_Buy {
    margin-top: 80px;
  }
}
#Wrapper .What_Buy h4 picture {
  width: 64.5333333333vw;
  margin: 2.6666666667vw auto 3.7333333333vw;
  /* TL */
}
@media screen and (min-width: 769px) {
  #Wrapper .What_Buy h4 picture {
    width: 242px;
    margin: 43px auto 14px;
  }
}
#Wrapper .What_Buy_Item {
  width: 89.3333333333vw;
  margin: 0 auto 2.6666666667vw;
  display: flex;
  justify-content: space-between;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  #Wrapper .What_Buy_Item {
    width: 689px;
    margin: 0 auto 14px;
  }
}
@media screen and (min-width: 1025px) {
  #Wrapper .What_Buy_Item {
    width: 985px;
    margin: 0 auto 20px;
  }
}
#Wrapper .What_Buy_Item picture {
  width: 28.5333333333vw;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  #Wrapper .What_Buy_Item picture {
    width: 217px;
  }
}
@media screen and (min-width: 1025px) {
  #Wrapper .What_Buy_Item picture {
    width: 323px;
  }
}
#Wrapper .What_Note {
  font-size: 12px;
  text-align: center;
}

/* ----------------------------------------------------------------
faq
----------------------------------------------------------------- */
.Faq {
  padding: 5.3333333333vw 0 9.0666666667vw;
  background-color: #EDEDED;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq {
    padding: 19px 0 30px;
  }
}
@media screen and (min-width: 1025px) {
  .Faq {
    padding: 42px 0 60px;
  }
}
.Faq_Ttl {
  width: 75.2vw;
  margin: 0 auto;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Ttl {
    width: 681px;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Ttl {
    width: 794px;
  }
}
.Faq_Container {
  width: 89.3333333333vw;
  margin: 5.6vw auto 0;
  /* TL */
  /* PC */
  /* WINNERにはどんな種類があるの？ */
  /* どうやって予想するの？ */
  /* 予想のポイント */
  /* オッズってなに？ */
  /* 当せん確率はどれくらい？ */
  /* 当せんの確認方法は？ */
}
@media screen and (min-width: 769px) {
  .Faq_Container {
    width: 100%;
    margin: 3.0833333333vw auto 0;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container {
    margin: 37px auto 0;
  }
}
.Faq_Container_AcMenu {
  font-size: 18px;
  border: solid 0.5333333333vw #1A469C;
  background-color: #fff;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu {
    width: 689px;
    margin: 0 auto;
    border: solid 2px #1A469C;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu {
    width: 985px;
  }
}
.Faq_Container_AcMenu .Ac_Parent {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 13.3333333333vw;
  line-height: 1;
  position: relative;
  font-weight: 600;
  color: #1A469C;
  cursor: pointer;
  text-align: center;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu .Ac_Parent {
    width: 689px;
    height: auto;
    padding: 13px 0;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu .Ac_Parent {
    width: 985px;
    padding: 13px 0;
  }
}
.Faq_Container_AcMenu .Ac_Parent::after {
  position: absolute;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.8vw;
  height: 4.8vw;
  background-image: url(../img/ps_plus.webp);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 4.8vw;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu .Ac_Parent::after {
    width: 18px;
    height: 18px;
    right: 18px;
    background-image: url(../img/tl/ps_plus.webp);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.Faq_Container_AcMenu .Open::after {
  height: 0.5333333333vw;
  background-image: url(../img/ps_minus.webp);
  background-repeat: no-repeat;
  background-size: contain;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu .Open::after {
    height: 2px;
    background-image: url(../img/tl/ps_minus.webp);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu .Open::after {
    height: 2px;
  }
}
.Faq_Container_AcMenu .Ac_Child {
  display: none;
  font-size: 10px;
  padding-bottom: 4vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu .Ac_Child {
    padding-bottom: 2.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu .Ac_Child {
    padding-bottom: 30px;
  }
}
.Faq_Container_AcMenu .Ac_Child .Inner {
  width: 81.3333333333vw;
  margin: 0 auto;
  border-top: solid 0.5333333333vw #1A469C;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu .Ac_Child .Inner {
    width: 665px;
    border-top: solid 2px #1A469C;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu .Ac_Child .Inner {
    width: 961px;
  }
}
.Faq_Container_AcMenu .Ac_Child .Inner .Txt {
  font-size: 16px;
  line-height: 1.625;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu .Ac_Child .Inner .Txt {
    line-height: 1.625;
  }
}
.Faq_Container_AcMenu:nth-child(n+2) {
  margin-top: 2.6666666667vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:nth-child(n+2) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu:nth-child(n+2) {
    margin-top: 20px;
  }
}
.Faq_Container_AcMenu:first-child dd {
  padding-bottom: 29px;
}
.Faq_Container_AcMenu:first-child dd p {
  margin: 4.2666666667vw auto 0;
  /* TL */
}
.Faq_Container_AcMenu:first-child dd p span {
  display: block;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:first-child dd p {
    margin: 0 auto;
  }
}
.Faq_Container_AcMenu:first-child dd .Txt {
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:first-child dd .Txt {
    width: 625px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu:first-child dd .Txt {
    width: 900px;
  }
}
.Faq_Container_AcMenu:first-child dd .List {
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:first-child dd .List {
    width: 625px;
    margin: 31px auto 0;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu:first-child dd .List {
    width: 861px;
    margin: 35px auto 0;
  }
}
.Faq_Container_AcMenu:first-child dd .List_Item {
  margin-top: 4vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:first-child dd .List_Item {
    width: 305px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu:first-child dd .List_Item {
    width: 420px;
  }
}
.Faq_Container_AcMenu:first-child dd .List_Item_Txt picture {
  width: 60.8vw;
  margin: 0 auto 0.8vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:first-child dd .List_Item_Txt picture {
    width: 202px;
    margin: 0 auto 3px;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu:first-child dd .List_Item_Txt picture {
    width: 390px;
    margin: 0 auto 5px;
  }
}
.Faq_Container_AcMenu:first-child dd .List_Item_Box {
  background-color: #DAEBF0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1.3333333333vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:first-child dd .List_Item_Box {
    padding: 4px 5px 6px;
    height: 194px;
  }
  .Faq_Container_AcMenu:first-child dd .List_Item_Box .Ttl {
    width: 100%;
  }
  .Faq_Container_AcMenu:first-child dd .List_Item_Box dl:last-child {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu:first-child dd .List_Item_Box {
    padding: 4px 8px 7px;
    height: 195px;
  }
}
.Faq_Container_AcMenu:first-child dd .List_Item_Box h3 {
  width: 100%;
  margin: 0 auto;
  padding: 0 19.0666666667vw 1.0666666667vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:first-child dd .List_Item_Box h3 {
    width: 238px;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu:first-child dd .List_Item_Box h3 {
    width: 346px;
  }
}
.Faq_Container_AcMenu:first-child dd .List_Item_Box .Exclusive {
  color: #fff;
  background-color: #1A469C;
  font-weight: 600;
  width: 26.6666666667vw;
  height: 6.4vw;
  margin: 0 auto;
  border: 0.2666666667vw solid #1A469C;
  border-radius: 5.8666666667vw;
  margin: 0 auto 2.6666666667vw;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:first-child dd .List_Item_Box .Exclusive {
    width: 100px;
    height: 24px;
    border: 1px solid #1A469C;
    border-radius: 12px;
    margin: 0 auto 11px;
  }
}
.Faq_Container_AcMenu:first-child dd .List_Item_Box dl {
  width: 38.9333333333vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:first-child dd .List_Item_Box dl {
    width: 146px;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu:first-child dd .List_Item_Box dl {
    width: 200px;
  }
}
.Faq_Container_AcMenu:first-child dd .List_Item_Box dl dt {
  background-color: #79B4E6;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 1.3333333333vw 0;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:first-child dd .List_Item_Box dl dt {
    padding: 6px 0;
  }
}
.Faq_Container_AcMenu:first-child dd .List_Item_Box dl dd {
  text-align: center;
  background-color: #fff;
  font-size: 12px;
  padding: 2.1333333333vw 0 1.3333333333vw;
  /* TL */
}
.Faq_Container_AcMenu:first-child dd .List_Item_Box dl dd span {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:first-child dd .List_Item_Box dl dd {
    padding: 5px 0;
    line-height: 1.3;
  }
}
.Faq_Container_AcMenu:first-child dd .List_Item_Box .Note {
  width: 100%;
  font-size: 11px;
  margin: 1.3333333333vw auto 0;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:first-child dd .List_Item_Box .Note {
    margin: 5px auto 0;
    text-align: center;
  }
}
.Faq_Container_AcMenu:first-child dd .List_Item:last-child {
  /* TL */
  /* PC */
}
.Faq_Container_AcMenu:first-child dd .List_Item:last-child .Pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:first-child dd .List_Item:last-child dd .Pc {
    display: none;
  }
}
.Faq_Container_AcMenu:first-child dd .List_Item:last-child .Note:last-child {
  margin: 0 auto;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:first-child dd .List_Item:last-child .Note:last-child {
    margin: 0.1666666667vw auto 0;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu:first-child dd .List_Item:last-child .Note:last-child {
    margin: 4px auto 0;
  }
}
.Faq_Container_AcMenu:nth-child(2) .Ac_Child {
  padding-bottom: 5.3333333333vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:nth-child(2) .Ac_Child {
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu:nth-child(2) .Ac_Child {
    padding-bottom: 37px;
  }
}
.Faq_Container_AcMenu:nth-child(2) .Ac_Child .Guess h3 picture {
  width: 52.8vw;
  margin: 3.2vw auto 3.7333333333vw;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:nth-child(2) .Ac_Child .Guess h3 picture {
    width: 298px;
    margin: 21px auto 13px;
  }
}
.Faq_Container_AcMenu:nth-child(2) .Ac_Child .Guess picture {
  width: 30.6666666667vw;
  margin: 0 auto;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:nth-child(2) .Ac_Child .Guess picture {
    width: 86px;
  }
}
.Faq_Container_AcMenu:nth-child(2) .Ac_Child .Guess p {
  font-size: 16px;
  padding: 6.4vw 0 5.3333333333vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:nth-child(2) .Ac_Child .Guess p {
    width: 625px;
    margin: 0 auto;
    padding: 37px 0 16px;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu:nth-child(2) .Ac_Child .Guess p {
    width: 900px;
    padding: 36px 0 23px;
  }
}
.Faq_Container_AcMenu:nth-child(2) .Ac_Child .Ex h4 {
  width: 24vw;
  margin: 0 auto;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:nth-child(2) .Ac_Child .Ex h4 {
    width: 136px;
  }
}
.Faq_Container_AcMenu:nth-child(2) .Ac_Child .Ex_Item {
  margin-top: 1.6vw;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:nth-child(2) .Ac_Child .Ex_Item {
    margin-top: 3px;
  }
}
.Faq_Container_AcMenu:nth-child(2) .Ac_Child .Ex_Item picture {
  width: 81.3333333333vw;
  margin: 0 auto;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:nth-child(2) .Ac_Child .Ex_Item picture {
    width: 474px;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu:nth-child(2) .Ac_Child .Ex_Item picture {
    width: 861px;
  }
}
.Faq_Container_AcMenu:nth-child(3) .Ac_Child .Inner .Predict_Point {
  /* カルーセル */
}
.Faq_Container_AcMenu:nth-child(3) .Ac_Child .Inner .Predict_Point h3 picture {
  width: 82.9333333333vw;
  margin: 0 auto 2.6666666667vw;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:nth-child(3) .Ac_Child .Inner .Predict_Point h3 picture {
    width: 628px;
    margin: 9px auto 4px;
  }
}
.Faq_Container_AcMenu:nth-child(3) .Ac_Child .Inner .Predict_Point .Predict_Txt {
  width: 77.6vw;
  font-size: 16px;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:nth-child(3) .Ac_Child .Inner .Predict_Point .Predict_Txt {
    width: 625px;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu:nth-child(3) .Ac_Child .Inner .Predict_Point .Predict_Txt {
    width: 900px;
  }
}
.Faq_Container_AcMenu:nth-child(3) .Ac_Child .Inner .Predict_Point:first-of-type .Predict_Txt {
  margin: 6.6666666667vw auto 5.3333333333vw;
  /* PC */
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu:nth-child(3) .Ac_Child .Inner .Predict_Point:first-of-type .Predict_Txt {
    margin: 38px auto 7px;
  }
}
.Faq_Container_AcMenu:nth-child(3) .Ac_Child .Inner .Predict_Point:last-of-type .Predict_Txt {
  margin: 4.8vw auto 4.2666666667vw;
  /* PC */
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu:nth-child(3) .Ac_Child .Inner .Predict_Point:last-of-type .Predict_Txt {
    margin: 18px auto 0;
  }
}
.Faq_Container_AcMenu:nth-child(3) .Ac_Child .Inner .Predict_Point .Predict_Img {
  width: 81.3333333333vw;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /* TL */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:nth-child(3) .Ac_Child .Inner .Predict_Point .Predict_Img {
    width: 305px;
  }
}
.Faq_Container_AcMenu:nth-child(3) .Ac_Child .Inner .Predict_Point .Predict_Img_Txt {
  font-size: 12px;
  text-align: center;
  margin-top: 2.1333333333vw;
}
.Faq_Container_AcMenu:nth-child(3) .Ac_Child .Inner .Predict_Point .Predict_Ex {
  /* PC */
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu:nth-child(3) .Ac_Child .Inner .Predict_Point .Predict_Ex {
    display: none;
  }
}
.Faq_Container_AcMenu:nth-child(3) .Ac_Child .Inner .Predict_Point .Predict_Ex_Pc {
  display: none;
  /* PC */
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu:nth-child(3) .Ac_Child .Inner .Predict_Point .Predict_Ex_Pc {
    display: block;
  }
  .Faq_Container_AcMenu:nth-child(3) .Ac_Child .Inner .Predict_Point .Predict_Ex_Pc h4 {
    width: 140px;
    margin: 0 auto 12px;
  }
  .Faq_Container_AcMenu:nth-child(3) .Ac_Child .Inner .Predict_Point .Predict_Ex_Pc .Predict_Pc_Flex {
    width: 935px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .Faq_Container_AcMenu:nth-child(3) .Ac_Child .Inner .Predict_Point .Predict_Ex_Pc .Predict_Pc_Flex.FlexCenter {
    justify-content: center;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.Faq_Container_AcMenu:nth-child(4) .Ac_Child {
  padding-bottom: 6.6666666667vw;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:nth-child(4) .Ac_Child {
    padding-bottom: 30px;
  }
}
.Faq_Container_AcMenu:nth-child(4) dd .Txt {
  padding-top: 4.8vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:nth-child(4) dd .Txt {
    width: 625px;
    margin: 0 auto;
    padding-top: 2.3333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu:nth-child(4) dd .Txt {
    width: 900px;
    padding-top: 20px;
  }
}
.Faq_Container_AcMenu:nth-child(4) dd figure {
  width: 81.3333333333vw;
  margin: 4.2666666667vw auto 1.8666666667vw;
  border: 0.8vw solid #1A469C;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:nth-child(4) dd figure {
    width: 625px;
    height: 125px;
    margin: 8px auto 10px;
    border: 3px solid #1A469C;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu:nth-child(4) dd figure {
    width: 900px;
    margin: 34px auto 10px;
  }
}
.Faq_Container_AcMenu:nth-child(4) dd figure picture {
  /* TL */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:nth-child(4) dd figure picture {
    width: 253px;
    margin-left: 31px;
    position: relative;
  }
  .Faq_Container_AcMenu:nth-child(4) dd figure picture::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 107px;
    background-color: #1A469C;
    top: 0;
    bottom: 0;
    right: -35px;
    margin: auto;
  }
}
.Faq_Container_AcMenu:nth-child(4) dd figure figcaption {
  padding: 2.9333333333vw 0;
  font-size: 14px;
  color: #1A469C;
  text-align: center;
  position: relative;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:nth-child(4) dd figure figcaption {
    width: 273px;
    padding: 0 19px 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu:nth-child(4) dd figure figcaption {
    width: 531px;
    padding: 0 10px 0 0;
  }
}
.Faq_Container_AcMenu:nth-child(4) dd figure figcaption::before {
  position: absolute;
  content: "";
  width: 78.6666666667vw;
  height: 0.5333333333vw;
  background-color: #1A469C;
  top: -0.5333333333vw;
  left: 0;
  right: 0;
  margin: auto;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:nth-child(4) dd figure figcaption::before {
    content: none;
  }
}
.Faq_Container_AcMenu:nth-child(4) dd .Note_Box {
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:nth-child(4) dd .Note_Box {
    width: 625px;
    margin: 0 auto;
    display: flex;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu:nth-child(4) dd .Note_Box {
    width: 900px;
  }
}
.Faq_Container_AcMenu:nth-child(4) dd .Note_Box .Note {
  margin-top: 0.8vw;
  font-size: 12px;
  display: flex;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:nth-child(4) dd .Note_Box .Note {
    width: auto;
    margin-right: 16px;
  }
}
.Faq_Container_AcMenu:nth-child(5) dd {
  padding-bottom: 5.3333333333vw;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:nth-child(5) dd {
    padding-bottom: 27px;
  }
}
.Faq_Container_AcMenu:nth-child(5) dd h3 picture {
  width: 81.6vw;
  margin: 3.2vw auto 1.3333333333vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:nth-child(5) dd h3 picture {
    width: 460px;
    margin: 24px auto 8px;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu:nth-child(5) dd h3 picture {
    margin: 21px auto 14px;
  }
}
.Faq_Container_AcMenu:nth-child(5) dd picture {
  width: 36vw;
  margin: 0 auto;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:nth-child(5) dd picture {
    width: 122px;
  }
}
.Faq_Container_AcMenu:nth-child(5) dd .Txt {
  margin: 6.4vw auto 1.6vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:nth-child(5) dd .Txt {
    width: 625px;
    margin: 0 auto;
    margin: 46px auto 10px;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu:nth-child(5) dd .Txt {
    width: 900px;
    margin: 24px auto 8px;
  }
}
.Faq_Container_AcMenu:nth-child(5) dd .Note {
  font-size: 12px;
  /* TL */
  /* PC */
}
.Faq_Container_AcMenu:nth-child(5) dd .Note span {
  display: none;
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:nth-child(5) dd .Note {
    width: 625px;
    margin: 0 auto;
  }
  .Faq_Container_AcMenu:nth-child(5) dd .Note br {
    display: none;
  }
  .Faq_Container_AcMenu:nth-child(5) dd .Note span {
    display: inline;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu:nth-child(5) dd .Note {
    width: 900px;
  }
}
.Faq_Container_AcMenu:last-child .Ac_Child {
  padding-bottom: 4.5333333333vw;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:last-child .Ac_Child {
    padding-bottom: 0;
  }
}
.Faq_Container_AcMenu:last-child .Inner p {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  margin: 5.0666666667vw auto 10.4vw;
  color: #1A469C;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:last-child .Inner p {
    margin: 17px auto 28px;
  }
  .Faq_Container_AcMenu:last-child .Inner p br {
    display: none;
  }
}
.Faq_Container_AcMenu:last-child .Inner .Check ul {
  /* TL */
  /* PC */
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:last-child .Inner .Check ul {
    width: 624px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 27px;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu:last-child .Inner .Check ul {
    width: 960px;
    margin-bottom: 37px;
  }
}
.Faq_Container_AcMenu:last-child .Inner .Check ul li {
  border-bottom: solid 0.2666666667vw #333333;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:last-child .Inner .Check ul li {
    width: 198px;
    height: 187px;
    margin: 0 auto;
    border-bottom: none;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu:last-child .Inner .Check ul li {
    width: 305px;
    height: 180px;
  }
}
.Faq_Container_AcMenu:last-child .Inner .Check ul li h3 {
  font-size: 20px;
  text-align: center;
}
.Faq_Container_AcMenu:last-child .Inner .Check ul li picture {
  width: 18.6666666667vw;
  margin: 0 auto 3.4666666667vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:last-child .Inner .Check ul li picture {
    width: 84px;
    margin: 0 auto 13px;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu:last-child .Inner .Check ul li picture {
    width: 80px;
    margin: 0 auto 22px;
  }
}
.Faq_Container_AcMenu:last-child .Inner .Check ul li p {
  font-size: 14px;
  font-weight: 300;
  margin: 2.4vw auto 4vw auto;
  color: #000;
}
.Faq_Container_AcMenu:last-child .Inner .Check ul li p br {
  display: none;
}
.Faq_Container_AcMenu:last-child .Inner .Check ul li:nth-child(n+2) picture {
  margin-top: 4.8vw;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:last-child .Inner .Check ul li:nth-child(n+2) picture {
    margin-top: 0;
  }
}
.Faq_Container_AcMenu:last-child .Inner .Check ul li:last-child {
  border-bottom: 0;
}
.Faq_Container_AcMenu:last-child .Inner .Check ul li:nth-child(2) p {
  width: 73.3333333333vw;
}
.Faq_Container_AcMenu:last-child .Inner .Check ul li:nth-child(3) p {
  width: 77.3333333333vw;
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:last-child .Inner .Check ul li:last-child {
    border-right: 0;
  }
  .Faq_Container_AcMenu:last-child .Inner .Check ul li:nth-child(1) {
    padding-right: 30px;
  }
  .Faq_Container_AcMenu:last-child .Inner .Check ul li:nth-child(1) p {
    width: 167px;
    margin: 0 auto;
  }
  .Faq_Container_AcMenu:last-child .Inner .Check ul li:nth-child(2) {
    width: 229px;
    border-right: solid 1px #333333;
    border-left: solid 1px #333333;
    padding: 0 21px;
  }
  .Faq_Container_AcMenu:last-child .Inner .Check ul li:nth-child(2) p {
    width: 180px;
    margin: 0 auto;
  }
  .Faq_Container_AcMenu:last-child .Inner .Check ul li:nth-child(2) p br {
    display: block;
  }
  .Faq_Container_AcMenu:last-child .Inner .Check ul li:nth-child(3) {
    padding-left: 24px;
  }
  .Faq_Container_AcMenu:last-child .Inner .Check ul li:nth-child(3) p {
    width: 181px;
    margin: 0 auto;
  }
  .Faq_Container_AcMenu:last-child .Inner .Check ul li:nth-child(1),
  .Faq_Container_AcMenu:last-child .Inner .Check ul li:nth-child(3) {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu:last-child .Inner .Check ul li:nth-child(1) {
    padding-right: 10px;
  }
  .Faq_Container_AcMenu:last-child .Inner .Check ul li:nth-child(1) p {
    width: 305px;
    margin: 0 auto;
  }
  .Faq_Container_AcMenu:last-child .Inner .Check ul li:nth-child(2) {
    width: 329px;
    padding: 0 12px;
  }
  .Faq_Container_AcMenu:last-child .Inner .Check ul li:nth-child(2) p {
    width: 275px;
    margin: 0 auto;
  }
  .Faq_Container_AcMenu:last-child .Inner .Check ul li:nth-child(2) p br {
    display: none;
  }
  .Faq_Container_AcMenu:last-child .Inner .Check ul li:nth-child(3) {
    padding-left: 0;
  }
  .Faq_Container_AcMenu:last-child .Inner .Check ul li:nth-child(3) p {
    width: 290px;
    margin: 0 auto;
  }
  .Faq_Container_AcMenu:last-child .Inner .Check ul li:nth-child(1),
  .Faq_Container_AcMenu:last-child .Inner .Check ul li:nth-child(3) {
    margin: 0 auto;
  }
}

/* ----------------------------------------------------------------
step
----------------------------------------------------------------- */
.Step {
  padding: 7.4666666667vw 0 7.2vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Step {
    padding: 32px 0 50px;
  }
}
@media screen and (min-width: 1025px) {
  .Step {
    padding: 43px 0 55px;
  }
}
.Step_Ttl {
  width: 84.2666666667vw;
  margin: 0 auto;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Step_Ttl {
    width: 492px;
  }
}
.Step_List {
  width: 84vw;
  margin: 7.2vw auto 0;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Step_List {
    width: 659px;
    margin: 21px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.Step_List_Item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.Step_List_Item picture {
  width: 24vw;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Step_List_Item picture {
    position: relative;
    width: 135px;
    margin: 0 auto;
  }
}
.Step_List_Item:nth-child(1) {
  padding-bottom: 4vw;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Step_List_Item:nth-child(1) {
    width: 100%;
    height: 210px;
    flex-direction: column;
    align-items: unset;
    padding: 0;
    margin-bottom: 60px;
    position: relative;
    justify-content: flex-start;
    height: 195px;
  }
}
.Step_List_Item:nth-child(1)::after {
  /* TL */
}
@media screen and (min-width: 769px) {
  .Step_List_Item:nth-child(1)::after {
    position: absolute;
    content: "";
    width: 659px;
    height: 2px;
    background-color: #000;
    left: 0;
    right: 0;
    bottom: -35px;
    margin: auto;
  }
}
.Step_List_Item:nth-child(1) p {
  /* TL */
}
@media screen and (min-width: 769px) {
  .Step_List_Item:nth-child(1) p {
    width: 160px;
    text-align: center;
  }
}
.Step_List_Item:nth-child(1) .Payment {
  width: 100%;
  margin-top: 2.6666666667vw;
  padding: 2.1333333333vw;
  background-color: #F0F0F0;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Step_List_Item:nth-child(1) .Payment {
    width: 384px;
    margin-top: 0;
    padding: 12px;
    height: 195px;
  }
}
.Step_List_Item:nth-child(1) .Payment dt {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background-color: #000;
  padding: 0.8vw 2.6666666667vw;
  border-radius: 1.6vw;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Step_List_Item:nth-child(1) .Payment dt {
    padding: 3px 10px;
    border-radius: 6px;
  }
}
.Step_List_Item:nth-child(1) .Payment dd ol li {
  margin-top: 2.1333333333vw;
  font-size: 12px;
  font-weight: 600;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Step_List_Item:nth-child(1) .Payment dd ol li {
    margin-top: 10px;
  }
}
.Step_List_Item:nth-child(1) .Payment dd ol li span {
  display: block;
  font-size: 10px;
  font-weight: 300;
}
.Step_List_Item:nth-child(n+2) {
  padding-top: 4vw;
  padding-bottom: 4vw;
  border-top: 0.4vw solid #000;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Step_List_Item:nth-child(n+2) {
    border-top: none;
    padding-top: 0;
    padding-bottom: 0;
    width: 33.3333333333%;
    display: block;
    text-align: center;
  }
}
.Step_List_Item:nth-child(3) {
  /* TL */
}
@media screen and (min-width: 769px) {
  .Step_List_Item:nth-child(3) {
    border-left: solid 2px #000;
    border-right: solid 2px #000;
    height: 224px;
  }
}
.Step_List_Item p {
  width: 56vw;
  font-size: 18px;
  font-weight: 600;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Step_List_Item p {
    width: 100%;
    margin: 4px auto 0;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1025px) {
  .Step_List_Item p .Pc {
    display: none;
  }
}
.Step_List_Item p .Number {
  display: block;
  color: #1A469C;
  font-size: 22px;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Step_List_Item p .Number {
    text-align: center;
  }
}
.Step_List_Item p .Small {
  font-size: 14px;
  font-weight: 600;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Step_List_Item p .Small {
    display: inline-block;
  }
}

/* ----------------------------------------------------------------
feature
----------------------------------------------------------------- */
.Feature {
  background-color: #EDEDED;
  padding: 5.3333333333vw 0 8vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Feature {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .Feature {
    padding-top: 60px;
  }
}
.Feature h2 picture {
  width: 74.1333333333vw;
  margin: 0 auto 3.7333333333vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Feature h2 picture {
    width: 686px;
    margin: 0 auto 24px;
  }
}
@media screen and (min-width: 1025px) {
  .Feature h2 picture {
    width: 779px;
    margin: 0 auto 41px;
  }
}
.Feature .Info {
  /* TL */
  /* PC */
  /* 共通設定 */
  /* TL */
  /* PC */
  /* 個別の設定 */
  /* 1 */
  /* 2 */
  /* 3 */
  /* 4 */
}
@media screen and (min-width: 769px) {
  .Feature .Info {
    width: 689px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info {
    width: 984px;
    flex-wrap: nowrap;
  }
}
.Feature .Info_Item {
  width: 89.3333333333vw;
  margin: 0 auto 3.6vw auto;
  background-color: #fff;
  box-shadow: 0 1.3333333333vw 2.6666666667vw rgba(0, 0, 0, 0.1);
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Feature .Info_Item {
    width: 335px;
    height: 325px;
    margin: 0 auto;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info_Item {
    width: 240px;
    height: 440px;
  }
}
.Feature .Info_Item_Ttl {
  width: 80vw;
  height: 19.7333333333vw;
  margin: 0 auto;
  border-bottom: solid 0.3333333333vw #CC0033;
  display: flex;
  align-items: center;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Feature .Info_Item_Ttl {
    width: 300px;
    height: 75px;
    border-bottom: solid 2px #CC0033;
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info_Item_Ttl {
    width: 200px;
    height: 128px;
    padding: 0 0 7px 0;
    display: block;
  }
}
.Feature .Info_Item_Ttl .Alpha {
  width: 11.7333333333vw;
  text-align: center;
  font-size: 65px;
  font-weight: bold;
  color: #CC0033;
  line-height: 1;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Feature .Info_Item_Ttl .Alpha {
    width: 35px;
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info_Item_Ttl .Alpha {
    width: 100%;
  }
}
.Feature .Info_Item_Ttl h3 {
  width: 65.3333333333vw;
  font-size: 20px;
  font-weight: 600;
  margin-left: 2.9333333333vw;
  line-height: 1.3;
  padding-top: 1.8666666667vw;
  /* TL */
  /* PC */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Feature .Info_Item_Ttl h3 {
    width: 251px;
    margin-left: 14px;
    padding-top: 9px;
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info_Item_Ttl h3 {
    width: 200px;
    padding-top: 0;
    margin-left: 0;
  }
}
.Feature .Info_Item_Ttl h3 .Pc {
  display: none;
  /* PC */
}
@media screen and (min-width: 1025px) {
  .Feature .Info_Item_Ttl h3 .Pc .Pc {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info_Item_Ttl h3 .Sp {
    display: none;
  }
}
.Feature .Info_Item .Txt {
  width: 78.5333333333vw;
  margin: 0 auto;
  font-size: 15px;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Feature .Info_Item .Txt {
    width: 295px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info_Item .Txt {
    width: 205px;
  }
}
.Feature .Info_Item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .Feature .Info .Info_Item:nth-child(1),
  .Feature .Info .Info_Item:nth-child(2) {
    margin-bottom: 19px;
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info .Info_Item:nth-child(1),
  .Feature .Info .Info_Item:nth-child(2) {
    margin-bottom: 0;
  }
}
.Feature .Info_Item:nth-child(1) {
  padding-bottom: 2.6666666667vw;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Feature .Info_Item:nth-child(1) {
    padding-bottom: 10px;
  }
}
.Feature .Info_Item:nth-child(1) .Info_Item_Ttl h3 span {
  font-size: 13px;
}
.Feature .Info_Item:nth-child(1) .Info_Item_Img {
  width: 74.1333333333vw;
  margin: 5.3333333333vw auto 3.2vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Feature .Info_Item:nth-child(1) .Info_Item_Img {
    width: 263px;
    margin: 15px auto 0;
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info_Item:nth-child(1) .Info_Item_Img {
    width: 218px;
    margin: 25px auto;
  }
}
.Feature .Info_Item:nth-child(1) .Info_Item_Img picture {
  width: 16.1333333333vw;
  margin: 0 auto 2.5333333333vw auto;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Feature .Info_Item:nth-child(1) .Info_Item_Img picture {
    width: 61px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info_Item:nth-child(1) .Info_Item_Img picture {
    width: 55px;
    margin: 0 auto 14px auto;
  }
}
.Feature .Info_Item:nth-child(1) .Info_Item_Img p {
  width: 50.1333333333vw;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Feature .Info_Item:nth-child(1) .Info_Item_Img p {
    width: 160px;
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info_Item:nth-child(1) .Info_Item_Img p {
    width: 150px;
  }
}
.Feature .Info_Item:nth-child(1) .Info_Item_Img p .Small {
  font-size: 12px;
}
.Feature .Info_Item:nth-child(1) .Info_Item_Img p .Red {
  font-size: 16px;
  font-weight: 600;
  color: #CC0033;
}
.Feature .Info_Item:nth-child(1) .Info_Item_More {
  width: 84vw;
  margin: 0 auto;
  text-align: center;
  background-color: #DAEBF0;
  padding: 4.5333333333vw 1vw 2.6666666667vw 1vw;
  font-size: 14px;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Feature .Info_Item:nth-child(1) .Info_Item_More {
    width: 315px;
    margin: 20px auto 0 auto;
    padding: 7px 0;
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info_Item:nth-child(1) .Info_Item_More {
    width: 220px;
    margin: 0 auto;
    padding: 6px 0 4px 0;
  }
}
.Feature .Info_Item:nth-child(1) .Info_Item_More .Info_Flex {
  width: 48.2666666667vw;
  margin: 1.3333333333vw auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Feature .Info_Item:nth-child(1) .Info_Item_More .Info_Flex {
    width: 192px;
    margin: 7px auto;
  }
}
.Feature .Info_Item:nth-child(1) .Info_Item_More .Info_Flex picture {
  width: 15.4666666667vw;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Feature .Info_Item:nth-child(1) .Info_Item_More .Info_Flex picture {
    width: 73px;
  }
}
.Feature .Info_Item:nth-child(1) .Info_Item_More .Info_Flex .Txt {
  width: 30.6666666667vw;
  line-height: 1.3;
  font-size: 20px;
  font-weight: 600;
  color: #CC0033;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Feature .Info_Item:nth-child(1) .Info_Item_More .Info_Flex .Txt {
    width: 119px;
  }
}
.Feature .Info_Item:nth-child(1) .Info_Item_More .Note {
  font-size: 12px;
  line-height: 1.3;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Feature .Info_Item:nth-child(1) .Info_Item_More .Note {
    width: 294px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info_Item:nth-child(1) .Info_Item_More .Note {
    width: 200px;
    text-align: left;
  }
}
.Feature .Info_Item:nth-child(2) {
  padding-bottom: 4.2666666667vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Feature .Info_Item:nth-child(2) {
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info_Item:nth-child(2) {
    padding-bottom: 16px;
  }
}
.Feature .Info_Item:nth-child(2) .Info_Item_Img {
  width: 78.6666666667vw;
  margin: 8vw auto 9.3333333333vw auto;
  display: flex;
  justify-content: space-between;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Feature .Info_Item:nth-child(2) .Info_Item_Img {
    width: 295px;
    margin: 30px auto 35px auto;
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info_Item:nth-child(2) .Info_Item_Img {
    width: 200px;
    margin: 40px auto;
  }
}
.Feature .Info_Item:nth-child(2) .Info_Item_Img picture {
  width: 24vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Feature .Info_Item:nth-child(2) .Info_Item_Img picture {
    width: 90px;
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info_Item:nth-child(2) .Info_Item_Img picture {
    width: 62px;
  }
}
.Feature .Info_Item:nth-child(2) .Txt {
  width: 78.6666666667vw;
  margin: 0 auto;
  font-size: 15px;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Feature .Info_Item:nth-child(2) .Txt {
    width: 295px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info_Item:nth-child(2) .Txt {
    width: 205px;
  }
}
.Feature .Info_Item:nth-child(3) {
  padding-bottom: 4.2666666667vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Feature .Info_Item:nth-child(3) {
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info_Item:nth-child(3) {
    padding-bottom: 16px;
  }
}
.Feature .Info_Item:nth-child(3) .Info_Item_Img picture {
  width: 29.3333333333vw;
  margin: 9.3333333333vw auto 10.6666666667vw auto;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Feature .Info_Item:nth-child(3) .Info_Item_Img picture {
    width: 110px;
    margin: 35px auto 40px;
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info_Item:nth-child(3) .Info_Item_Img picture {
    width: 86px;
    margin: 40px auto;
  }
}
.Feature .Info_Item:nth-child(3) .Txt {
  width: 78.6666666667vw;
  margin: 0 auto;
  font-size: 15px;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Feature .Info_Item:nth-child(3) .Txt {
    width: 295px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info_Item:nth-child(3) .Txt {
    width: 205px;
  }
}
.Feature .Info_Item:nth-child(4) {
  padding-bottom: 4.2666666667vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Feature .Info_Item:nth-child(4) {
    padding-bottom: 4.5833333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info_Item:nth-child(4) {
    padding-bottom: 55px;
  }
}
.Feature .Info_Item:nth-child(4) .Info_Item_Img picture {
  width: 39.4666666667vw;
  margin: 7.7333333333vw auto 9.6vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Feature .Info_Item:nth-child(4) .Info_Item_Img picture {
    width: 148px;
    margin: 29px auto 36px;
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info_Item:nth-child(4) .Info_Item_Img picture {
    width: 122px;
    margin: 40px auto;
  }
}
.Feature .Info_Item:nth-child(4) .Txt {
  width: 78.6666666667vw;
  margin: 0 auto;
  font-size: 15px;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Feature .Info_Item:nth-child(4) .Txt {
    width: 295px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info_Item:nth-child(4) .Txt {
    width: 205px;
  }
}

/* ----------------------------------------------------------------
about
----------------------------------------------------------------- */
.About {
  background-color: #DAEBF0;
}
.About_Img {
  padding: 4vw 0 4.5333333333vw;
  background-image: url(../img/bg_winner.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .About_Img {
    padding: 30px 0;
    background-image: url(../img/tl/bg_winner.webp);
  }
}
@media screen and (min-width: 1025px) {
  .About_Img {
    padding: 37px 0 47px;
    background-image: url(../img/pc/bg_winner.webp);
  }
}
.About_Img picture {
  width: 85.0666666667vw;
  margin: 0 auto;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .About_Img picture {
    width: 769px;
  }
}
@media screen and (min-width: 1025px) {
  .About_Img picture {
    width: 1025px;
  }
}
.About_Feel {
  padding: 6.4vw 0 9.3333333333vw;
  background-color: #000;
  margin: 0 auto;
  /* TL */
}
@media screen and (min-width: 769px) {
  .About_Feel {
    padding: 43px 0 63px;
    margin: 0 auto;
  }
}
.About_Feel_Ttl {
  width: 60.8vw;
  margin: 0 auto;
  /* TL */
}
@media screen and (min-width: 769px) {
  .About_Feel_Ttl {
    width: 228px;
  }
}
.About_Feel_Txt {
  width: 86.1333333333vw;
  margin: 10.6666666667vw auto 0;
  /* TL */
}
@media screen and (min-width: 769px) {
  .About_Feel_Txt {
    width: 442px;
    margin: 63px auto 0;
  }
}
.About_Movie {
  text-align: center;
  width: 71.7333333333vw;
  height: 40vw;
  margin: 0 auto;
  padding-bottom: 8vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .About_Movie {
    width: 590px;
    height: 332px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .About_Movie {
    width: 800px;
    height: 450px;
  }
}
.About_Movie iframe {
  width: 100%;
  height: 100%;
}

/* ----------------------------------------------------------------
cta
----------------------------------------------------------------- */
.Cta {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  background-color: #000;
  padding-bottom: 2.6666666667vw;
  opacity: 1;
  transition: 0.8s ease-in-out;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Cta {
    padding: 15px 0;
    height: 150px;
  }
}
@media screen and (min-width: 1025px) {
  .Cta {
    margin: 0 auto;
    padding: 20px 0;
    height: 112px;
  }
  .Cta .Inner {
    width: 829px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.Cta_Check {
  width: 94.8666666667vw;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 2.6666666667vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Cta_Check {
    width: 677px;
    padding-top: 5px;
  }
}
@media screen and (min-width: 1025px) {
  .Cta_Check {
    width: 677px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-template-areas: "a p";
  }
}
.Cta_Check a.btn {
  display: flex;
  text-align: center;
  text-decoration: none;
  width: 77.3333333333vw;
  height: 13.3333333333vw;
  margin: 0 auto 3.3333333333vw;
  font-size: 4vw;
  padding: 3.3333333333vw 5.3333333333vw;
  border-radius: 100vh;
  border-bottom: 7px solid #00266E;
  font-weight: bold;
  background: #1A469C;
  color: #fff;
  order: -1;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Cta_Check a.btn {
    width: 545px;
    height: 50px;
    margin: 0 25px 10px;
    font-size: 18px;
    padding: 25px 40px;
    border-bottom: 7px solid #00266E;
  }
}
@media screen and (min-width: 1025px) {
  .Cta_Check a.btn {
    margin: 0 auto 10px;
    padding: 25px 40px;
    border-bottom: 7px solid #00266E;
    grid-area: a;
    flex-direction: row;
  }
}
.Cta_Check a.btn:hover {
  margin-top: 6px;
  border-bottom: 1px solid #00266E;
  color: #fff;
}
.Cta_Txt {
  padding: 0 0 0.6666666667vw;
  text-align: center;
  font-size: 3.2vw;
  color: #fff;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Cta_Txt {
    padding: 0 0 3px;
    font-size: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .Cta_Txt {
    width: 100%;
    padding: 0 0 5px;
    grid-area: p;
    white-space: nowrap;
    padding: 0 0 15px 10px;
    text-align: left;
  }
}
.Cta_Txt .Pc_Br {
  display: none;
  /* PC */
}
@media screen and (min-width: 1025px) {
  .Cta_Txt .Pc_Br {
    display: block;
  }
}
.Cta_About {
  display: block;
  width: 89.3333333333vw;
  height: 7.4666666667vw;
  margin: 0 auto;
  background-color: #fff;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.2666666667vw;
  font-weight: 600;
  position: relative;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Cta_About {
    font-size: 16px;
    width: 335px;
    height: 28px;
  }
}
@media screen and (min-width: 1025px) {
  .Cta_About {
    height: 50px;
  }
}
.Cta_About::before {
  position: absolute;
  content: "";
  width: 4.2666666667vw;
  height: 5.0666666667vw;
  background-image: url(../img/ps_arrow.webp);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  left: 5.0666666667vw;
  margin: auto;
  /* TL */
  /* TL */
}
@media screen and (min-width: 769px) {
  .Cta_About::before {
    width: 14px;
    height: 17px;
    background-image: url(../img/tl/ps_arrow.webp);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width: 769px) {
  .Cta_About::before {
    left: 19px;
  }
}

.scrollDom--active {
  pointer-events: none;
  opacity: 0;
}

/* ----------------------------------------------------------------
footer
----------------------------------------------------------------- */
#Wrapper footer {
  font-size: 12px;
  text-align: center;
  background-color: #000;
  padding: 2.4vw 0;
  color: #fff;
  /* TL */
}
@media screen and (min-width: 769px) {
  #Wrapper footer {
    padding: 18px 0;
  }
}

.Carousel {
  width: 100%;
  max-width: 610px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Carousel {
    max-width: 305px;
  }
}
.Carousel_Items {
  width: 100%;
  white-space: nowrap;
  font-size: 0;
  margin: 0 auto;
}
.Carousel_Item {
  display: inline-block;
  width: 100%;
  margin: 0;
}

.Slide_Btns {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 59.7333333333vw;
  max-width: 448px;
  margin-top: 2.4vw;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Slide_Btns {
    width: 223px;
    max-width: 223px;
  }
}
.Slide_Btns .Prev {
  cursor: pointer;
  width: 2.1333333333vw;
  max-width: 16px;
  transform: rotate(180deg);
  /* TL */
}
@media screen and (min-width: 769px) {
  .Slide_Btns .Prev {
    width: 8px;
    max-width: 8px;
  }
}
.Slide_Btns .Prev_Non {
  display: none;
}
.Slide_Btns .Next {
  cursor: pointer;
  width: 2.1333333333vw;
  max-width: 16px;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Slide_Btns .Next {
    width: 8px;
    max-width: 8px;
  }
}
.Slide_Btns .Next_Non {
  display: none;
}

.Num {
  width: 100%;
}
.Num_Items {
  width: 16vw;
  max-width: 120px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Num_Items {
    max-width: 60px;
  }
}
.Num_Item {
  font-size: 0;
  width: 3.2vw;
  max-width: 24px;
  height: 3.2vw;
  max-height: 24px;
  background-image: url("../img/bt_slide.webp");
  background-size: cover;
  border-radius: 50%;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Num_Item {
    width: 12px;
    height: 12px;
    max-height: 12px;
    max-width: 12px;
  }
}
.Num .Selection {
  background-image: url("../img/bt_slide_sel.webp");
}
.Num_Items_White .Num_Item {
  font-size: 0;
  width: 2.1333333333vw;
  max-width: 16px;
  height: 2.1333333333vw;
  max-height: 16px;
  background-image: url("../img/bt_slide_white.webp");
  background-size: cover;
  border-radius: 50%;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Num_Items_White .Num_Item {
    width: 8px;
    max-width: 8px;
    height: 8px;
    max-width: 8px;
  }
}
.Num_Items_White .Selection {
  background-image: url("../img/bt_slide_selWhite.webp");
}
.campaign_close {
  display: none !important;
  text-align: center;
  padding: 15px;
  color: #FF0000;
  font-weight: bold;
  border: 4px solid #CC0933;
  background-color: #FFFFFF;
}