@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese');

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,
sub,
sup,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.0;
}

br {
  letter-spacing: 0;
}

ul,
li {
  list-style: none;
}

img,
a img {
  border: 0;
  text-decoration: none;
  vertical-align: top;
}

mark {
  background: #ff0;
  color: #000;
}

b,
strong {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: sans-serif;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}

/*div:after, ul:after {content:""; display:block; clear:both;}*/
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

a {
  background-color: transparent;
  outline: 0;
}

a:link {
  color: #3366CC;
  text-decoration: none;
}

a:visited {
  color: #3366CC;
  text-decoration: none;
}

a:hover {
  color: #1a428c;
  text-decoration: underline;
}

a:active {
  color: #99CCFF;
  text-decoration: none;
}

/* -------------------------------------------------------
for PC
---------------------------------------------------------- */

body {
  zoom: 1;
}

.spv {
  display: none;
}

.sp-phone {
  display: none;
}

/* header */
.site_header {
  padding: 24px 0 32px;
  /*background: -moz-linear-gradient(top left, #ed2d2d, #b2151a);
    background: -webkit-linear-gradient(top left, #ed2d2d, #b2151a);
    background: linear-gradient(to bottom right, #ed2d2d, #b2151a);*/
  background-color: #ed2d2d;
  text-align: left;
}

.pcv {
  text-align: center;
  max-width: 1000px;
  margin: auto;
}

.header-top-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site_header h1 {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .05em;
}

.site_header h1 .h1_1 {
  display: inline-block;
  margin-right: 24px;
  font-size: 32px;
}

.chicket {
  padding-bottom: 8px;
  font-size: 26px;
  border-bottom: 1px solid #fff;
}

.header-middle-text {
  display: flex;
  justify-content: center;
  align-items: end;
  margin-top: 16px;
}

.header-middle-text img {
  width: 100px;
  height: auto;
  margin-right: 16px;
}

.site_header h1 .h1_2 {
  display: flex;
  align-items: end;
  color: #fff33a;
  font-size: 96px;
  line-height: 1.2;
  letter-spacing: 5px;
}

.site_header h1 .h1_3 {
  display: inline-block;
  margin-left: 16px;
  font-size: 48px;
}

.site_header h1 .h1_4 {
  display: inline-block;
  margin-top: 16px;
  font-size: 80px;
}

/* contents */
.contents_bg {
  padding: 80px 0 0;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url("./images/bg_.jpg");
  background-size: cover;
  background-position: center;
  background-color: #f5f5f5;
}

.contents_wrap {
  position: relative;
  max-width: 1300px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding-bottom: 48px;
  background: url(images/morishita.png) no-repeat right bottom;
  background-size: contain;
}

.event_wrap {}

.left-info {
  max-width: 396px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.event {
  display: inline-block;
  padding: 24px;
  background: #ed2d2d;
  /*border-radius: 8px 8px 0 0;*/
}

.event .t1 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1px;
}

.event .t2 {
  margin-top: 8px;
  color: #fff;
  font-size: 16px;
}

.event_date {
  padding: 24px;
}

.event_date .year {
  margin-bottom: 8px;
  color: #ed2d2d;
  font-size: 40px;
  font-weight: 700;
}

.event_date .date {
  color: #ed2d2d;
  font-weight: 700;
}

.event_date .date .nt {
  display: inline-block;
  font-size: 88px;
}

.event_date .date .kt {
  display: inline-block;
  margin-left: 2px;
  font-size: 34px;
}

.event_date .date_detail {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 0;
  margin-top: 24px;
  font-weight: 700;
  line-height: 1.8;
  border-top: 1px dashed #a8a8a8;
  border-bottom: 1px dashed #a8a8a8;
}

.event-info {
  margin-top: 24px;
  border-radius: 10px;
}

.detail {}

.detail dl {
  /*display: flex;
    justify-content: space-between;*/
  margin-top: 24px;
  font-size: 20px;
  font-weight: bold;
  /*border-bottom: 1px dashed #ec0506;*/
}

.detail dl+dl {}

.detail dt {
  padding-left: 12px;
  line-height: 1;
  font-size: 20px;
  border-left: 8px solid #ed2d2d;
}

.price-box01 {
  margin-top: 16px;
}

.price-box02 {
  margin-top: 24px;
}

.price-title {
  font-size: 18px;
}

.price-info {
  margin-top: 8px;
}

.price-text {
  font-size: 16px;
}

.detail dd {
  display: flex;
  align-items: baseline;
  gap: 40px;
  line-height: 1.4;
}

.detail dd span {
  margin-right: 4px;
  font-size: 28px;
  color: #ed2d2d;
}

.ticket {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}

.att {
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-sizing: border-box;
  margin-top: 24px;
  padding-left: .8em;
}

.att li {
  list-style: disc;
  font-size: 14px;
  line-height: 1.4;
}

.bus {
  box-sizing: border-box;
  margin-top: 24px;
  padding: 16px;
  border-radius: 10px;
  background: #f0f0f0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}

.bus-flex {
  display: flex;
  gap: 16px;
}

.bus-time {
  display: flex;
  gap: 16px;
  margin-top: 8px;
}

.bus_wrap {
  width: 50%;
  margin: 8px 0;
}

.bus_wrap .item {
  width: 10em;
}

.bus-annotation {
  margin-top: 4px;
}

.bus_wrap .time {}

/* 選手プロフィール */
.plofile {
  position: absolute;
  right: 0;
  top: 210px;
  max-width: 280px;
  padding: 24px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 8px;
}

.plofile h4 {
  padding-bottom: 16px;
  border-bottom: 1px solid #fff;
}

.plofile-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}

.plofile-list li {
  display: flex;
  align-items: center;
  gap: 16px;
}

.plofile-list span {
  width: 20%;
  text-align: center;
  padding: 6px 8px;
  font-size: 14px;
  font-weight: 600;
  color: #222;
  background-color: #fff;
  /*border: 1px solid #fff;*/
}

.zisseki-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}

.zisseki-wrap .zisseki {
  position: relative;
  padding-left: 1em;
}

.zisseki-wrap .zisseki p {
  line-height: 1.5;
}

.zisseki-wrap .zisseki::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 5px;
}

/* footer */
.site_footer {
  background: -moz-linear-gradient(top left, #ed2d2d, #b2151a);
  background: -webkit-linear-gradient(top left, #ed2d2d, #b2151a);
  background: linear-gradient(to bottom right, #ed2d2d, #b2151a);
}

.footer_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  max-width: 1300px;
  margin: 0 auto;
  padding: 24px 0;
}

.footer_wrap .f_logo {
  width: 300px;
}

.footer_wrap .syusai {
  margin-top: 12px;
  font-size: 14px;
  color: #fff;
}

.f_logo .logo_img img {
  width: 200px;
}

.f_logo .address {
  margin-top: 8px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
}

.f_contact .f_tel .sd {
  display: inline-block;
  margin-right: 8px;
  padding: 0 8px;
  background: #fff;
  color: #b2151a;
  font-size: 12px;
  line-height: 1.4;
}

.f_contact .f_tel .telnum {
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
}

.f_contact .f_tel .telnum a {
  color: #fff33a;
  text-decoration: none;
}

.f_contact .b_h {
  margin-top: 16px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
}

/* -------------------------------------------------------
for TAB
---------------------------------------------------------- */
@media (max-width:768px) {
  .spv {
    display: block;
  }

  .pc {
    display: none;
  }

  .site_header {
    padding: 16px 16px 24px;
  }

  .site_header h1 .h1_1 {
    margin-right: 24px;
    font-size: clamp(1.125rem, 0.594rem + 1.89vw, 1.5rem);
  }

  .chicket {
    text-align: left;
    padding-bottom: 4px;
    font-size: clamp(0.875rem, 0.344rem + 1.89vw, 1.25rem);
    border-bottom: 1px solid #fff;
  }

  .header-middle-text img {
    width: clamp(2.875rem, 0.575rem + 8.18vw, 4.5rem);
  }

  .site_header h1 .h1_2 {
    font-size: clamp(2.5rem, -0.33rem + 10.06vw, 4.5rem);
  }

  .site_header h1 .h1_3 {
    font-size: clamp(1.5rem, 0.085rem + 5.03vw, 2.5rem);
  }

  .site_header h1 .h1_4 {
    font-size: clamp(2rem, -0.123rem + 7.55vw, 3.5rem);
  }

  .sp-bg {
    width: 100%;
    background-image: url("./images/sp-morishita.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    height: 102.34vw;
  }

  .plofile {
    position: inherit;
    max-width: 100%;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.8);
  }

  .plofile h4 {
    font-size: 20px;
  }

  .plofile-list span {
    width: 10%;
  }

  .left-info {
    max-width: 100%;
    border-radius: 0;
  }

  .event .t1 {
    color: #fff;
    font-size: 29px;
  }

  .footer_wrap {
    padding: 24px 16px;
  }

  .f_tel .spv {
    margin-top: 8px;
    font-size: 14px;
    color: #fff;
  }
}

/* -------------------------------------------------------
for SmartPhone
---------------------------------------------------------- */
@media (max-width:450px) {
  .pc-phone {
    display: none;
  }

  .sp-phone {
    display: block;
  }

  .site_header h1 .h1_1 {
    margin-right: 0;
    font-size: clamp(1rem, 0.563rem + 2vw, 1.125rem);
  }

  .chicket {
    word-break: keep-all;
    font-size: clamp(0.75rem, 0.313rem + 2vw, 0.875rem);
    text-align: left;
  }

  .header-middle-text {
    margin-top: 8px;
  }

  .header-middle-text img {
    width: 46px;
  }

  .site_header h1 .h1_2 {
    font-size: 40px;
  }

  .site_header h1 .h1_3 {
    font-size: 24px;
  }

  .site_header h1 .h1_4 {
    font-size: clamp(1.625rem, 0.75rem + 4vw, 1.875rem);
  }

  .plofile-list span {
    width: 18%;
  }

  .event .t1 {
    font-size: 25px;
  }

  .event_date .year {
    margin-bottom: 4px;
  }

  .event_date .date .nt {
    margin-left: 0;
    font-size: 80px;
  }

  .event_date .date .kt {
    font-size: 32px;
  }

  .date_detail p {
    font-size: 14px;
  }

  .footer_wrap {
    padding: 24px 16px 120px;
    flex-direction: column-reverse;
  }

  .f_contact {
    text-align: center;
    margin-top: 24px;
  }

  .footer_wrap .f_logo {
    text-align: center;
    width: 100%;
  }

  .f_tel.sp-phone {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    background: #fff;
    color: #333;
    padding: 12px 0;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    text-align: center;
    z-index: 9999;
  }

  .f_contact .f_tel .telnum {
    font-size: inherit;
  }

  .f_tel.sp-phone .sd {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #fff;
    background-color: #ed2d2d;
    margin-bottom: 4px;
    margin-right: 0;
    padding: 2px 4px;
    letter-spacing: 0.03em;
    box-sizing: border-box;
  }

  .f_tel.sp-phone .telnum a {
    text-decoration: none;
    color: #222;
    font-size: 30px;
    font-weight: 600;
  }

  .f_contact .b_h {
    margin-top: 8px;
    font-size: 12px;
    color: #767676;
    letter-spacing: 0;
  }
}

@media (max-width:380px) {
  .bus-flex {
    flex-direction: column;
  }

  .bus {
    text-align: center;
  }

  .bus_wrap {
    max-width: 200px;
    margin: 8px auto;
  }

  .bus_wrap .item {
    width: 100%;
  }

}

/* -------------------------------------------------------
Common
---------------------------------------------------------- */
.fs80 {
  font-size: 80%;
}

.fs90 {
  font-size: 90%;
}

.fs100 {
  font-size: 100%;
}

.fs120 {
  font-size: 120%;
}

.fs150 {
  font-size: 150%;
}

.fs10px {
  font-size: 10px;
}

.fs11px {
  font-size: 11px;
}

.fs12px {
  font-size: 12px;
}

.fs13px {
  font-size: 13px;
}

.fs14px {
  font-size: 14px;
}

.fs15px {
  font-size: 15px;
}

.fs16px {
  font-size: 16px;
}

.fs17px {
  font-size: 17px;
}

.fs18px {
  font-size: 18px;
}

.lh15 {
  line-height: 1.5;
}

.lh16 {
  line-height: 1.6;
}

.lh17 {
  line-height: 1.7;
}

.lh18 {
  line-height: 1.8;
}

.lh20 {
  line-height: 2.0;
}

.mgb8 {
  margin-bottom: 8px;
}

.mgb16 {
  margin-bottom: 16px;
}

.mgb24 {
  margin-bottom: 24px;
}

.mgb32 {
  margin-bottom: 32px;
}

.mgb40 {
  margin-bottom: 40px;
}

.mgb48 {
  margin-bottom: 48px;
}

.mgb56 {
  margin-bottom: 56px;
}

.mgb64 {
  margin-bottom: 64px;
}

.mgb80 {
  margin-bottom: 80px;
}

.mgb100 {
  margin-bottom: 100px;
}

.mgb05em {
  margin-bottom: 0.5em;
}

.mgb1em {
  margin-bottom: 1em;
}

.mgb15em {
  margin-bottom: 1.5em;
}

.mgb2em {
  margin-bottom: 2em;
}

.pdlr8 {
  padding: 0 8px;
}

.pdlr16 {
  padding: 0 16px;
}

.pdlr24 {
  padding: 0 24px;
}

.pdlr32 {
  padding: 0 32px;
}

.pdlr1em {
  padding: 0 1em;
}

.pdlr2em {
  padding: 0 2em;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.fwb {
  font-weight: bold;
}