@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------------
Theme
----------------------------------------------------- */
:root {
  --theme-color: #014192;
}
.col_theme {
  color: var(--theme-color);
}
.bg_theme {
  background-color: var(--theme-color);
}

/*-----------------------------------------------------
Reset
----------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #1c1c1c;
}
/* body.open{ overflow-x:hidden; } */
body * {
  box-sizing: border-box;
}

p,
a {
  font-size: 16px;
  line-height: 19px;
}
picture,
img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

a {
  text-decoration: none;
  color: #1c1c1c;
}
h2 {
  font-size: 38px;
  font-weight: 700;
  text-align: center;
}

/*
SP:~820px
PC:821px~
*/
.pc {
  display: inline-block;
}
.sp {
  display: none;
}

.vanish_branch {
}
.vanish_branch_onoff {
}
@media screen and (min-width: 821px) {
  .vanish_branch img[src*="-sp."],
  .vanish_branch_onoff img[src*="-sp."] {
    display: none !important;
  }
}
@media screen and (max-width: 820px) {
  .vanish_branch img[src*="-pc."],
  .vanish_branch_onoff img:not([src*="-sp."]) {
    display: none !important;
  }
}

a.shadowbtn {
  display: block;
  position: relative;
  width: 290px;
  height: 66px;
  margin: 0 auto;
}
a.shadowbtn img[src*="_ov"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
a.shadowbtn:hover img[src*="_ov"] {
  opacity: 1;
}
a.shadowbtn:hover img:not([src*="_ov"]) {
  opacity: 0;
}
a.shadowbtn > div {
  border-radius: 10px;
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  position: absolute;
}
a.shadowbtn > div:nth-child(1) {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
a.shadowbtn > div:not(.bg_theme):nth-child(1) {
  background-color: var(--theme-color);
}
a.shadowbtn:not(:hover) > div:nth-child(1) {
  top: 0;
  left: 0;
}
a.shadowbtn:hover > div:nth-child(1) {
  bottom: 1px;
  right: 1px;
}
a.shadowbtn > div:nth-child(2) {
  bottom: 0;
  right: 0;
  background-position: center center;
  background-image: url(../img/common/btn/btn-shadow-dot-H61.png);
  background-size: auto 61px;
}
a.shadowbtn > div.H48:nth-child(2) {
  background-image: url(../img/common/btn/btn-shadow-dot-H48.png);
  background-size: auto 48px;
}
a.shadowbtn > div.H58:nth-child(2) {
  background-image: url(../img/common/btn/btn-shadow-dot-H58.png);
  background-size: auto 58px;
}
a.shadowbtn > div.H90:nth-child(2) {
  background-image: url(../img/common/btn/btn-shadow-dot-H90.png);
  background-size: auto 90px;
}

.anchor {
  position: relative;
}
.anchor a {
  position: absolute;
  top: -100px;
}

/* 固定ヘッダー分：アンカー遷移時に隠れないようにする */
html {
  scroll-padding-top: 100px;
}
#t-property,
#form,
#footer,
#contact,
#keisai,
#event {
  scroll-margin-top: 100px;
}

.subt_set {
  text-align: center;
  margin-bottom: 50px;
}
.subt_set h2 {
  margin-bottom: 25px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.subt_set .en {
  color: #999999;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@keyframes poyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  50% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  55% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  60% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  75% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  90% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    display: none;
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes poyon2 {
  0% {
    opacity: 1;
    transform: scale(1, 1) translate(0%, 0%);
  }
  78% {
    opacity: 1;
    transform: scale(1, 1) translate(0%, 0%);
  }
  82% {
    opacity: 1;
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  85% {
    opacity: 1;
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  91% {
    opacity: 1;
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  95% {
    opacity: 1;
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes move {
  0% {
    transform: rotate(0) scale(1, 1);
  }
  10% {
    transform: rotate(0) scale(1, 1);
  }
  50% {
    transform: rotate(180deg) scale(0, 0);
  }
  90% {
    transform: rotate(360deg) scale(1, 1);
  }
  100% {
    transform: rotate(360deg) scale(1, 1);
  }
}

@media screen and (max-width: 820px) {
  body {
    overflow-x: hidden;
  }
  p,
  a {
    font-size: 14px;
  }
  h2 {
    font-size: 20px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .anchor a {
    top: -60px;
  }
  html {
    scroll-padding-top: 70px;
  }
  #t-property,
  #form,
  #footer,
  #contact,
  #keisai,
  #event {
    scroll-margin-top: 70px;
  }
  .subt_set {
    margin-bottom: 24px;
  }
  .subt_set h2 {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .subt_set .en {
    font-size: 13px;
  }
}

/*-----------------------------------------------------
Header
----------------------------------------------------- */
header {
  background: #fff;
  width: 100%;
  position: fixed;
  z-index: 5;
}
header .header_inner {
  height: 100px;
  padding: 0 75px 0 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
header .header_inner .logo_set {
  display: flex;
  align-items: center;
  gap: 15px;
}
header .header_inner .logo_set img[src*="chara"] {
  width: 45px;
}
header .header_inner .logo {
  width: 434px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
header .header_inner .logo span {
  font-size: 12px;
}
header .header_inner .header_l {
  display: flex;
  align-items: flex-end;
  gap: 38px;
}
header .header_inner .header_l span {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-size: 30px;
  font-weight: 700;
}
header .header_inner .header_l a {
  width: 200px;
  flex-shrink: 0;
  display: block;
}
header .header_inner .menu ul {
  display: flex;
  align-items: center;
}
header .header_inner .menu li {
  margin-right: 35px;
}
header .header_inner .menu li:nth-of-type(3) {
  margin-right: 40px;
}
header .header_inner .menu li.nv_btn {
  width: 255px;
  margin-right: 18px;
  flex-shrink: 0;
}
header .header_inner .menu li:last-of-type {
  margin-right: 0;
}
header .header_inner .menu li a {
  font-weight: 700;
  display: block;
}
header .header_inner .menu li.nv_btn a {
  text-align: center;
  color: #fff;
  position: relative;
}
header .header_inner .menu li.nv_btn a img:nth-of-type(1) {
  opacity: 1;
}
header .header_inner .menu li.nv_btn a img:nth-of-type(2) {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
}
header .header_inner .menu li.nv_btn a:hover img:nth-of-type(1) {
  opacity: 0;
}
header .header_inner .menu li.nv_btn a:hover img:nth-of-type(2) {
  opacity: 1;
}
header .header_inner .menu li.nv_btn a.shadowbtn {
  width: 100%;
  height: 53px;
}
header .header_inner .menu li.nv_btn a.shadowbtn > div:nth-child(1) {
  font-size: 1rem;
  background: #d54727;
}
header .header_inner .menu_sp,
header .header_inner .menu_sp ul {
  display: none;
}

@media screen and (max-width: 1450px) {
  header .header_inner {
    padding: 0 30px;
  }
  header .header_inner .menu li {
    margin-right: 20px;
  }
  header .header_inner .menu li:nth-of-type(3) {
    margin-right: 25px;
  }
  header .header_inner .menu li.nv_btn {
    margin-right: 15px;
  }
  header .header_inner .menu li.nv_btn:last-of-type {
    margin-right: 0;
  }
  header .header_inner .menu li a {
    font-size: 13px;
  }
  header .header_inner .logo {
  }
  header .header_inner .logo span {
    font-size: 11px;
  }
}
@media screen and (max-width: 1024px) {
  header .header_inner {
    padding: 0 15px;
  }
  header .header_inner .menu li {
    margin-right: 16px;
  }
  header .header_inner .menu li:nth-of-type(3) {
    margin-right: 16px;
  }
  header .header_inner .menu li a {
    font-size: 11px;
  }
  header .header_inner .menu li.nv_btn {
    margin-right: 7px;
  }
  header .header_inner .logo {
    gap: 5px;
  }
  header .header_inner .logo span {
    font-size: 10px;
  }
}
@media screen and (max-width: 820px) {
  header .header_inner {
    padding: 0 15px 0 10px;
    height: 60px;
  }
  header .header_inner .logo_set {
    gap: 8px;
  }
  header .header_inner .logo_set img[src*="chara"] {
    width: 26px;
  }
  header .header_inner .logo {
    gap: 5px;
    width: 250px;
  }
  header .header_inner .logo span {
    font-size: 10px;
  }
  header .header_inner > a {
    width: 120px;
  }
  header .header_inner .header_l a {
    width: 120px;
  }
  header .header_inner #nav-toggle {
    position: absolute;
    z-index: 5;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  header .header_inner #nav-toggle > div {
    width: 24px;
    height: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  header .header_inner #nav-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #191919;
    border-radius: 1px;
    position: relative;
    transition: 0.3s all;
    font-size: 0;
    line-height: 0;
    color: transparent;
    overflow: hidden;
  }
  .open header .header_inner #nav-toggle span:nth-of-type(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .open header .header_inner #nav-toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open header .header_inner #nav-toggle span:nth-of-type(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  header .header_inner .menu {
    display: none;
  }
  /*
    header .header_inner .menu{
		position:fixed; top:0; right:0; z-index:4; width:75%; height:100%; background:#fff; opacity:0; visibility:hidden; background:#ffd7d2;}
		header .header_inner .menu.transition{transition:.3s all;}
    .open header .header_inner .menu{ width:100%; opacity:1; visibility:visible; }
    header .header_inner .menu nav{ height:100%; }
    header .header_inner .menu ul{ max-width:400px; height:100%; margin:0 auto; flex-direction:column; align-items:flex-start; justify-content:center; }
    header .header_inner .menu li{ width:100%; margin:0 0 25px; }
    header .header_inner .menu li:nth-of-type(3){ margin-right:0; }
    header .header_inner .menu li:nth-of-type(4){ margin-bottom:15px; }
    header .header_inner .menu li:last-of-type{ margin-bottom:0; }
    header .header_inner .menu a{ font-size:16px; text-align:left; justify-content:flex-start; }
    header .header_inner .menu li:last-of-type a{ justify-content:center; }
    header .header_inner .menu li.nv_btn{ max-width:200px; width:100%; margin:20px 0 0 auto; }
    header .header_inner .menu li a{ font-size:19px; text-align:right; }
    header .header_inner .menu li a:nth-of-type(3){ margin-bottom:0; }
		*/
  header .header_inner .menu_sp {
    display: block;
    position: fixed;
    top: 60px;
    right: 0;
    overflow: hidden;
    transition: margin 0.5s ease;
    margin-right: 0;
  }
  body:not(.open) header .header_inner .menu_sp {
    margin-right: -300px;
  }
  header .header_inner .menu_sp ul {
    background-color: #fff;
    padding: 0 10px;
    height: calc(100vh - 60px);
  }
  header .header_inner .menu_sp ul li {
    border-bottom: solid 1px #cccccc;
  }
  header .header_inner .menu_sp ul li a {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    line-height: 1em;
    padding: 1em;
    min-width: 280px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1em;
  }
  header .header_inner .menu_sp ul li a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
    transform: rotate(45deg);
    flex-shrink: 0;
  }
}
@media screen and (max-width: 414px) {
  /*
    header .header_inner .menu ul{ max-width:unset; width:90%; }
    header .header_inner .menu li.nv_btn,header .header_inner .menu li.nv_btn:last-of-type{ width:70%; max-width:unset; margin:20px auto 0; }
	*/
}
/*-----------------------------------------------------
main
----------------------------------------------------- */
main {
  padding-top: 100px;
}
main .scroll {
  position: fixed;
  display: block;
  width: 220px;
  height: 220px;
  bottom: 100px;
  right: 0;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
main .scroll.show {
  opacity: 1;
  visibility: visible;
}
main .scroll img {
  position: absolute;
}
main .scroll.is-hidden {
  opacity: 0;
  visibility: hidden;
}
main .pan {
  width: min(1200px, 90%);
  margin: 0 auto 80px;
  padding: 1em 0;
  font-size: 13px;
}
main .pan a,
main .pan p {
  font-size: 13px;
}
main .pan .arrow {
  display: inline-block;
  padding: 0 0.5em;
}

main .contact {
  width: min(1000px, 90%);
  margin: 0 auto;
  padding-bottom: 190px;
}
main .pan + .contact {
  padding-top: 0;
  width: min(740px, 90%);
}
main .contact .bnr {
  display: block;
  max-width: 1000px;
  margin-inline: auto;
}
main .contact #form {
  padding-top: 100px;
}
main .contact > h2 {
  margin-bottom: 50px;
}
main .contact > h2:nth-child(n + 2) {
  margin-top: 75px;
}
main .contact .caution {
  margin-bottom: 90px;
}
main .contact dl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
main .contact dl:last-of-type {
  margin-bottom: 0;
}
main .contact dl dt {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  width: 312px;
}
main .contact dl dt i {
  display: none;
}
main .contact dl dd {
  width: 100%;
}
main .contact input[type="text"],
main .contact input[type="email"],
main .contact input[type="tel"],
main .contact textarea,
main .contact select {
  outline: none;
  display: block;
  padding: 32px;
  font-size: 17px;
}
main .contact input[type="text"],
main .contact input[type="email"],
main .contact input[type="tel"],
main .contact textarea {
  border: none;
  background: #f1f2f0;
  width: 100%;
}
main .contact input[type="text"][readonly] {
  background-color: transparent;
  padding: 10px 0;
  font-size: 25px;
  font-weight: 700;
}
main .contact ul {
  margin: 47px 0 30px;
}
main .contact ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
main .contact ul label {
  font-weight: 700;
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 5px;
}
main .contact ul li img {
  width: 16px;
}
main .contact ul input[type="checkbox"] {
  margin-right: 3px;
}
main .contact ul li span {
  font-weight: 700;
}
main .contact input[type="button"] {
  width: 260px;
  color: #fff;
  background: #d54727;
  border-radius: 10px;
  border: none;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 auto;
  padding: 20px 0;
  display: block;
  cursor: pointer;
}
main .contact input[type="button"][disabled] {
  opacity: 0.25;
  cursor: auto;
}
main .contact > p {
  font-size: 25px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}
main .contact > p img {
  width: 255px;
  vertical-align: text-bottom;
}
main .contact > p img[src*="icon-"] {
  width: calc(1em * 22 / 35);
  margin-right: 0.166em;
}
main .contact > p a[href*="tel:"] {
  font-size: 1.4em;
  font-weight: 900;
  display: inline-flex;
}
/*main .contact span.required{ background: #f00; border-radius: 3px; color: #fff; font-size: 13px; padding: 3px 5px; margin-left: 5px;}*/
main .contact .error_blank {
  /* display: inline-block; */
  color: red;
  line-height: 1.5em;
}
main .contact input[type="text"][readonly] + .error_blank {
  display: none;
}

@media screen and (min-width: 821px) {
  main .contact > p a[href*="tel:"] {
    margin-right: 0.166em;
  }
}
@media screen and (max-width: 1450px) {
  main .scroll {
    width: 160px;
    height: 160px;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 820px) {
  main {
    padding-top: 60px;
  }
  main .pan {
    margin: 0 auto 40px;
  }
  main .scroll {
    width: 105px;
    height: 105px;
  }

  main .contact {
    padding: 0;
    padding-bottom: 100px;
  }
  main .contact #form {
    padding-top: 60px;
  }
  main .contact > h2 {
    margin-bottom: 45px;
  }
  main .contact > p {
    font-size: 18px;
    line-height: 28px;
  }
  main .contact > p a {
    display: block;
  }
  main .contact dl {
    flex-direction: column;
    align-items: flex-start;
  }
  main .contact dl dt {
    font-size: 16px;
    margin-bottom: 5px;
  }
  main .contact input[type="text"],
  main .contact input[type="email"],
  main .contact input[type="tel"],
  main .contact textarea {
    /* width:calc(100% - 20px); */
    padding: 20px 10px;
  }
  /* SP: 「プライバシーポリシーに」の次行へ「同意しました」 */
  main .contact ul li .agree_text {
    flex-basis: 100%;
    text-align: center;
  }
}

main .thanks {
  margin: 50px auto;
  width: min(1000px, 90%);
}
main .thanks p {
  font-size: 15px;
  line-height: 25px;
}
main .thanks a.returntop {
  width: 260px;
  color: #fff;
  border-radius: 50px;
  border: none;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  margin: 30px auto 0;
  padding: 20px 0;
  display: block;
}
main .thanks .check_txt {
  border: 2px solid #f00;
  padding: 10px 20px;
  margin-top: 20px;
}
main .thanks p a {
  display: block;
  text-align: center;
  text-decoration: underline;
  font-weight: 700;
}

main .list_sponsor {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
main .list_sponsor::after {
  content: "";
}
main .list_sponsor a,
main .list_sponsor::after {
  display: block;
}
main .list_sponsor a img {
  width: 100%;
  max-height: 100px;
  object-fit: cover;
}
@media screen and (min-width: 820px) {
  main .list_sponsor {
  }
  main .list_sponsor a,
  main .list_sponsor::after {
    width: 31%;
  }
  main .list_sponsor > *:nth-child(n + 4) {
    margin-top: 3.5%;
  }
}
@media screen and (max-width: 820px) {
  main .list_sponsor {
    width: 335px;
    margin: auto;
    gap: 15px;
  }
  main .list_sponsor a,
  main .list_sponsor::after {
    width: 160px;
  }
}
/*-----------------------------------------------------
footer
----------------------------------------------------- */
footer {
  background: #014192;
  padding: 45px 0 0;
  position: relative;
}
footer .flex {
  width: min(1200px, 90%);
  margin: 0 auto 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
footer .L .info {
  margin-top: 45px;
  display: flex;
  align-items: center;
  color: #fff;
}
footer .L .info img {
  width: 134px;
  margin-right: 22px;
}
footer .L .info .t1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  color: #fff;
  border-left: solid 0.5em #fff;
  padding-left: 0.5em;
}
footer .L .info .t2 {
  font-size: 14px;
  margin: 10px 0;
  color: #fff;
}
footer .L .info .t2 span {
  display: inline-block;
  width: 1em;
}
footer .L .info .t2 br {
  display: none;
}
footer .btn a {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  border: solid 1px #fff;
  width: 155px;
  height: 36px;
  border-radius: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
footer .btn a:hover {
  background-color: #fff;
  color: #000;
}
footer .R {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
footer .R a.shadowbtn {
  margin: 20px auto 0;
  width: 311px;
  height: 64px;
}
footer .R a.shadowbtn > div {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
}
footer .R a.shadowbtn > div:nth-child(1) {
  background: #d54727;
}
footer .R a.shadowbtn:hover > div:nth-child(1) {
  bottom: 2px;
  right: 2px;
}
footer .R img[src*="t1"] {
  width: 317px;
}
footer .R img[src*="chara"] {
  width: 128px;
  margin-left: 34px;
}
footer .footer_logo {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
footer .footer_logo span {
  font-size: 14px;
}
footer .footer_logo img {
  width: 529px;
}
footer .return {
  width: 50px;
  height: 50px;
  display: block;
  position: fixed;
  right: 5%;
  top: 100%;
  z-index: 6;
}
footer .return svg {
  width: 50px;
  height: 50px;
  display: block;
}
footer .return.transition {
  transition: top 0.3s ease;
}
footer .return.show {
  top: calc(100% - 75px);
}
footer .return.static {
  position: absolute;
  top: -25px;
}
/* ドロワーメニュー表示中はページトップを隠す */
body.open footer .return {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
footer .copyright {
  font-size: 10px;
  text-align: center;
  padding: 1em 0;
  color: #fff;
  background: #d54727;
}

@media screen and (max-width: 1199px) {
  footer .flex {
    flex-direction: column;
    align-items: center;
  }
  footer .L {
    margin-top: 45px;
    border-top: solid 1px #b3b3b3;
    padding-top: 45px;
    order: 1;
  }
}
@media screen and (max-width: 820px) {
  footer {
    padding: 30px 0 0;
    overflow-x: clip;
  }
  footer .flex {
    width: min(335px, 92%);
    max-width: 100%;
    margin-bottom: 30px;
    box-sizing: border-box;
  }
  footer .flex .L {
    width: 100%;
  }
  footer .flex > *,
  footer .L .info {
    justify-content: center;
  }
  footer .footer_logo,
  footer .L .info,
  footer .R,
  footer .btn.sp {
    width: 100%;
    max-width: 335px;
    box-sizing: border-box;
  }
  footer .footer_logo {
    gap: 5px;
    margin: 0 auto 20px;
  }
  footer .footer_logo span {
    font-size: 10px;
  }
  footer .footer_logo img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  footer .L {
    margin-top: 30px;
    padding-top: 24px;
  }
  footer .L .info {
    margin: auto;
    align-items: flex-start;
    gap: 12px;
  }
  footer .L .info img {
    width: min(120px, 36%);
    flex-shrink: 0;
    margin-right: 0;
  }
  footer .L .info .t1 {
    font-size: 15px;
    padding-left: 0;
    border-left: none;
  }
  footer .L .info .t2 {
    margin-bottom: 0;
    line-height: 1.4em;
  }
  footer .L .info .t2 span {
    display: none;
  }
  footer .L .info .t2 br {
    display: block;
  }
  footer .R {
    max-width: 100%;
  }
  footer .R > div {
    width: min(222px, 66%);
    min-width: 0;
  }
  footer .R img[src*="t1"] {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  footer .R a.shadowbtn {
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
    height: 45px;
  }
  footer .R a.shadowbtn > div {
    width: calc(100% - 3px);
    height: calc(100% - 3px);
  }
  footer .R a.shadowbtn > div:nth-child(1) {
    font-size: 14px;
  }
  footer .R a.shadowbtn:hover > div:nth-child(1) {
    bottom: 1px;
    right: 1px;
  }
  footer .R img[src*="chara"] {
    width: min(90px, 28%);
    margin-left: auto;
    flex-shrink: 0;
  }
  footer .btn.sp {
    margin-top: 15px;
    order: 2;
    display: flex;
    justify-content: center;
  }
  footer .btn.sp a {
    width: 100%;
    max-width: 335px;
  }
}

/* 印刷プレビュー*/
@media print {
  .sp,
  .vanish_branch img[src*="-sp."],
  .vanish_branch_onoff img[src*="-sp."],
  header .menu,
  footer .return,
  footer .flex {
    display: none !important;
  }
  header {
    position: relative;
  }
  header .header_inner {
    padding: 0;
    height: 60px;
  }
  header .header_inner .logo_set {
    gap: 8px;
    margin: auto;
  }
  header .header_inner .logo_set img[src*="chara"] {
    width: 26px;
  }
  header .header_inner .logo {
    gap: 5px;
    width: 250px;
  }
  header .header_inner .logo span {
    font-size: 10px;
  }
  main {
    padding-top: 0;
  }
  main .list_sponsor a,
  main .list_sponsor::after {
    width: 31%;
  }
}
