@charset "UTF-8";
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,
sup,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

.sm {
  display: none;
}
@media screen and (max-width: 560px) {
  .sm {
    display: block;
  }
}

.tb {
  display: none;
}
@media screen and (max-width: 980px) {
  .tb {
    display: block;
  }
}
@media screen and (max-width: 560px) {
  .tb {
    display: none;
  }
}

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

:root {
  --primary-color: #fd0000;
}

body {
  position: relative;
  line-height: 1.8em;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  background-image: url("../img/bgg.jpg");
  overflow-x: hidden;
}
@media screen and (max-width: 560px) {
  body {
    font-size: 14px;
  }
}
body::before {
  content: "";
  display: block;
  position: fixed;
  bottom: -50px;
  left: -10vw;
  width: 30vw;
  height: 500px;
  background: url("../img/lb.png") no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -98;
  opacity: 0.8;
}
@media screen and (max-width: 560px) {
  body::before {
    bottom: -50px;
    width: 50vw;
    height: 300px;
  }
}
body::after {
  content: "";
  display: block;
  position: fixed;
  top: 30px;
  right: -10vw;
  width: 30vw;
  height: 500px;
  background: url("../img/rt.png") no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -98;
  opacity: 0.8;
}
@media screen and (max-width: 560px) {
  body::after {
    top: 10px;
    width: 50vw;
    height: 300px;
  }
}

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;
}

a {
  text-decoration: none;
}

.eng {
  font-family: "Tilt Warp", sans-serif;
  font-optical-sizing: auto;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

ローディング

 ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ローディング画面 */
#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #bd0000;
  /* 好みで背景色変更可 */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loader006 {
  color: #ffffff;
  font-size: 40px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  transform: translateZ(0);
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

ヘッダー グローバルメニュー 

 ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
header {
  display: block;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}

#globalnavi {
  width: 90%;
  max-width: 1200px;
  height: 80px;
  box-sizing: border-box;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  border: 2px solid #fd0000;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 2px 10px 0px rgba(154, 154, 154, 0.35);
  transition: 0.5s;
  overflow: hidden;
}
@media screen and (max-width: 560px) {
  #globalnavi {
    height: 60px;
  }
}

header .logo a {
  display: block;
  width: 120px;
  margin-right: 30px;
  padding: 15px;
}
@media screen and (max-width: 1200px) {
  header .logo a {
    width: 100px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 980px) {
  header .logo a {
    width: 130px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 560px) {
  header .logo a {
    width: 100px;
    padding: 10px;
  }
}
header .logo a img {
  width: 100%;
}

.menulist {
  width: calc(100% - 150px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .menulist {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 980px) {
  .menulist {
    display: none;
  }
}
.menulist li {
  width: 100%;
  height: 100%;
  border-left: 1px solid #ccc;
}
.menulist a {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  text-align: center;
  color: #bd0000;
  font-weight: bold;
  position: relative;
  transition: 0.4s;
  z-index: 999;
  white-space: nowrap;
  box-sizing: border-box;
  display: flex;
  justify-items: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .menulist a {
    padding: 0 10px;
    font-size: 0.9em;
  }
}
.menulist a div {
  position: relative;
  z-index: 999;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.menulist a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 80px;
  background-color: #bd0000;
  transition: 0.4s;
  z-index: 99;
}
.menulist a:hover {
  color: #fff !important;
}
.menulist a:hover .txt span {
  color: #fff;
}
.menulist a:hover::after {
  width: 100%;
}
.menulist a span {
  display: block;
  color: #999;
  font-size: 0.8em;
  padding: 5px 0 0 0;
}

/* 
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ハンバーガーメニューの3本線
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
*/
@media screen and (max-width: 980px) {
  #drawer-navigation {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    border-right: transparent;
  }
}
@media screen and (max-width: 560px) {
  #drawer-navigation {
    transform: scale(0.8);
    top: -10px;
    right: -10px;
  }
}

@media screen and (max-width: 980px) {
  #drawer-navigation .drawer-line {
    display: block;
    position: absolute;
    right: 25px;
    width: 35px;
    height: 6px;
    top: 10px;
    background: var(--primary-color);
    transition: 0.5s;
  }
}

@media screen and (max-width: 980px) {
  #drawer-navigation #line1 {
    top: 22px;
  }
}

@media screen and (max-width: 980px) {
  #drawer-navigation #line2 {
    top: 35px;
  }
}

@media screen and (max-width: 980px) {
  #drawer-navigation #line3 {
    top: 48px;
  }
}

/* 
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ハンバーガーメニューの3本線（変化後）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
*/
.sm-menulist {
  display: none;
  opacity: 0;
  transition: 0.4s;
}

@media screen and (max-width: 980px) {
  #globalnavi.in {
    height: 90vh;
  }
}
#globalnavi.in .sm-menulist {
  width: 80%;
  margin: 80px auto 0 auto;
  height: calc(90% - 80px);
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  line-height: 1;
  opacity: 1;
}
@media screen and (max-width: 560px) {
  #globalnavi.in .sm-menulist {
    margin: 60px auto 0 auto;
  }
}
#globalnavi.in .sm-menulist li {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #ccc;
}
#globalnavi.in .sm-menulist a {
  width: 100%;
  height: 100%;
  padding: 10px;
  text-align: center;
  color: #bd0000;
  font-weight: bold;
  position: relative;
  transition: 0.4s;
  z-index: 999;
  white-space: nowrap;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 560px) {
  #globalnavi.in .sm-menulist a {
    font-size: 14px;
    padding: 5px;
  }
}
#globalnavi.in .sm-menulist a div {
  position: relative;
  z-index: 999;
  text-align: left;
  display: flex;
  gap: 10px;
}
#globalnavi.in .sm-menulist a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #bd0000;
  transition: 0.4s;
  z-index: 99;
}
#globalnavi.in .sm-menulist a:hover {
  color: #fff !important;
}
#globalnavi.in .sm-menulist a:hover .txt span {
  color: #fff;
}
#globalnavi.in .sm-menulist a:hover::after {
  width: 100%;
}
#globalnavi.in .sm-menulist a span {
  display: block;
  color: #999;
  font-size: 0.8em;
  padding: 5px 0 0 0;
}

@media screen and (max-width: 980px) {
  #drawer-navigation .line_1 {
    transform: translateY(13px) rotate(45deg);
  }
}

@media screen and (max-width: 980px) {
  #drawer-navigation .line_2 {
    opacity: 0;
  }
}

@media screen and (max-width: 980px) {
  #drawer-navigation .line_3 {
    transform: translateY(-13px) rotate(-45deg);
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

  topボタン

 ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.topbtn {
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 50;
}
@media screen and (max-width: 560px) {
  .topbtn {
    transform: scale(0.8);
  }
}
.topbtn a {
  display: block;
  width: 100%;
  height: 100%;
}
.topbtn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

  common ヘッダー

 ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.commonheader {
  width: 100%;
  height: 300px;
  background-color: #bd0000;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 560px) {
  .commonheader {
    height: 200px;
  }
}
.commonheader .headertitle {
  margin: 100px 0 0 0;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  color: #fff;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 560px) {
  .commonheader .headertitle {
    font-size: 20px;
    margin: 75px 0 0 0;
  }
}
.commonheader .headertitle::after {
  display: block;
  content: "";
  width: 80px;
  height: 3px;
  background-color: #fff;
  margin: 30px auto 0 auto;
}
@media screen and (max-width: 560px) {
  .commonheader .headertitle::after {
    margin: 10px auto 0 auto;
  }
}
.commonheader .headertitle.red {
  color: #bd0000;
}
.commonheader .headertitle.red::after {
  background: #bd0000;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

  フッター 

 ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
footer {
  border-bottom: 30px solid #bd0000;
  line-height: 1;
}
footer .recruit {
  width: 80%;
  margin: 50px auto;
  max-width: 800px;
  position: relative;
}
@media screen and (max-width: 560px) {
  footer .recruit {
    width: 90%;
  }
}
footer .recruit img {
  width: 100%;
}
footer .recruit .redbtn {
  margin: -10px auto 0 auto;
}
@media screen and (max-width: 560px) {
  footer .recruit .redbtn {
    padding: 20px 50px 20px 30px;
  }
}
footer .contact {
  width: 100%;
  padding: 50px 0 0 0;
  background: url("../img/redbg.jpg");
}
@media screen and (max-width: 560px) {
  footer .contact {
    padding: 25px 0 0 0;
  }
}
footer .contact .eng {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 560px) {
  footer .contact .eng {
    font-size: 35px;
  }
}
footer .contact .bx {
  width: 80%;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  margin: 0 auto;
  padding: 50px 50px 0 50px;
  box-sizing: border-box;
  position: relative;
  font-size: 20px;
  text-align: center;
  line-height: 1.8em;
}
@media screen and (max-width: 560px) {
  footer .contact .bx {
    padding: 30px 20px 0 20px;
    font-size: 12px;
    text-align: left;
  }
}
footer .contact .bx .redbtn {
  margin: 50px auto 0 auto;
}
@media screen and (max-width: 560px) {
  footer .contact .bx .redbtn {
    margin: 20px auto 0 auto;
    padding: 20px 50px 20px 30px;
  }
}
footer .contact .bx .cara {
  position: absolute;
  top: -60px;
  left: 50px;
  width: 100px;
}
@media screen and (max-width: 560px) {
  footer .contact .bx .cara {
    top: -30px;
    left: 50%;
    width: 60px;
    transform: translateX(-50%);
  }
}
footer .contact .bx .cara img {
  width: 100%;
}
footer .footernav {
  width: 100%;
  background-color: #fff;
  padding: 50px 10%;
  box-sizing: border-box;
}
@media screen and (max-width: 560px) {
  footer .footernav {
    padding: 25px 10%;
  }
}
footer .footernav .logo {
  display: block;
  width: 180px;
  margin: 0 auto;
}
@media screen and (max-width: 560px) {
  footer .footernav .logo {
    width: 120px;
    margin: 0px auto 20px auto;
  }
}
footer .footernav .logo img {
  width: 100%;
}
footer .footernav .navwrap {
  width: 100%;
  margin: 30px auto;
  display: flex;
  font-size: 16px;
  justify-content: center;
}
@media screen and (max-width: 980px) {
  footer .footernav .navwrap {
    display: none;
  }
}
footer .footernav .navwrap ul .fbtn {
  width: 100%;
  border-left: 1px solid #999;
  color: #bd0000;
  text-align: center;
  box-sizing: border-box;
  font-weight: bold;
  display: block;
  padding: 5px 20px;
  min-width: 100px;
  position: relative;
  white-space: nowrap;
}
footer .footernav .navwrap ul .fbtn span {
  color: #999;
  font-size: 11px;
  text-align: center;
  margin: 5px auto;
  display: block;
}
footer .footernav .navwrap ul .fbtn::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #bd0000;
  transition: 0.5s;
  opacity: 0;
}
footer .footernav .navwrap ul .fbtn:hover::after {
  height: 5px;
  opacity: 1;
}
footer .footernav .navwrap ul li a {
  display: block;
  font-size: 12px;
  color: rgb(91, 91, 91);
  margin: 5px 0;
  padding: 5px;
}
footer .footernav .navwrap ul li a::before {
  content: "▶";
  opacity: 0;
  transition: 0.4s;
  margin: 0 4px 0 0;
  color: #bd0000;
}
footer .footernav .navwrap ul li a:hover::before {
  opacity: 1;
}
footer .footernav .copyright {
  text-align: right;
  font-size: 12px;
}
@media screen and (max-width: 560px) {
  footer .footernav .copyright {
    font-size: 10px;
    text-align: center;
    transform: scale(0.8);
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

前頁共通ボタン

 ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.redbtn {
  width: -moz-fit-content;
  width: fit-content;
  padding: 30px 80px 30px 50px;
  border-radius: 100px;
  box-sizing: border-box;
  background-color: #bd0000;
  color: #fff;
  font-weight: bold;
  margin: 50px auto;
  display: block;
  font-size: 24px;
  position: relative;
  z-index: 99;
  transition: 0.4s;
  box-shadow: 0px 0px 3px #8a0000;
}
@media screen and (max-width: 560px) {
  .redbtn {
    padding: 10px 50px 10px 30px;
    font-size: 18px;
    margin: 40px auto;
  }
}
.redbtn::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 0;
  background: url("../img/whitearrow.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.redbtn:hover {
  background-color: rgb(163.5, 0, 0);
}

.bluebtn {
  width: 100%;
  padding: 10px 30px;
  border-radius: 100px;
  box-sizing: border-box;
  background-color: #008CE1;
  color: #fff;
  font-weight: bold;
  margin: 20px auto 0 auto;
  display: block;
  font-size: 18px;
  position: relative;
  text-align: center;
  box-shadow: 0px 0px 3px rgb(0, 108.2666666667, 174);
  transition: 0.4s;
}
.bluebtn:hover {
  background-color: rgb(0, 124.1333333333, 199.5);
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

前頁共通 タイトル

 ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.engttl {
  font-size: 50px;
  color: #bd0000;
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto;
  font-weight: 700;
  font-family: "Tilt Warp", sans-serif;
  font-optical-sizing: auto;
}
@media screen and (max-width: 560px) {
  .engttl {
    font-size: 25px;
    margin: 40px auto 10px auto;
  }
}
.engttl::after {
  display: block;
  width: 60%;
  height: 5px;
  background-color: #bd0000;
  content: "";
  margin: 20px auto 0 auto;
}
@media screen and (max-width: 560px) {
  .engttl::after {
    margin: 8px auto;
    height: 3px;
  }
}

.titlbox p {
  text-align: center;
  font-weight: bold;
  color: #C6C6C6;
}

.ttl {
  font-size: 25px;
  color: #bd0000;
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto;
  font-weight: 700;
}
.ttl::after {
  display: block;
  width: 50%;
  height: 3px;
  background-color: #bd0000;
  content: "";
  margin: 20px auto 0 auto;
}
@media screen and (max-width: 560px) {
  .ttl {
    font-size: 20px;
  }
  .ttl::after {
    margin: 10px auto 0 auto;
  }
}

.white {
  color: #fff;
}
.white::after {
  background-color: #fff;
}

.lttl {
  font-size: 25px;
  color: #bd0000;
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px 0;
  font-weight: 700;
}
.lttl::after {
  display: block;
  width: 100px;
  height: 3px;
  background-color: #bd0000;
  content: "";
  margin: 20px 0 0 0;
}
.lttl span {
  color: #999;
  margin: 0 0 0 30px;
}
@media screen and (max-width: 980px) {
  .lttl {
    margin: 10px auto;
  }
  .lttl::after {
    margin: 20px auto 0 auto;
  }
}

.bttl {
  width: 100%;
  padding: 15px 30px;
  box-sizing: border-box;
  background-color: #094665;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 980px) {
  .bttl {
    font-size: 16px;
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

パンくずリスト

 ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.breadlist {
  display: flex;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background-color: #fff;
  border-bottom: 3px solid #ccc;
}
@media screen and (max-width: 560px) {
  .breadlist {
    padding: 0 0 0 10px;
  }
}
.breadlist li {
  margin: 0 5px;
  font-size: 13px;
}
.breadlist li a {
  font-weight: bold;
  color: #bd0000;
  transition: 0.4s;
  display: flex;
}
.breadlist li a:hover {
  color: #8a0000;
}
.breadlist li a::after {
  content: "》";
  display: block;
  margin: 0 0 0 10px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

ページ内旋回用アンカー

 ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.ancor {
  position: absolute;
  top: -150px;
}
@media screen and (max-width: 560px) {
  .ancor {
    top: 0px;
  }
}

#archive .commonheader {
  background: url("../img/shopinfo-header.png") no-repeat;
  background-position: center;
  background-size: cover;
}
#archive .pagination {
  text-align: center;
  margin: 2em 0;
}
#archive .pagination .page-numbers {
  display: inline-block;
  margin: 0 4px;
  padding: 6px 12px;
  border: 1px solid #ccc;
  color: #333;
  text-decoration: none;
  border-radius: 3px;
}
#archive .pagination .page-numbers.current {
  background-color: #0073aa;
  color: white;
  border-color: #0073aa;
}
#archive .pagination .page-numbers:hover {
  background-color: #005177;
  color: white;
  border-color: #005177;
}
#archive .s1 {
  width: 80%;
  margin: 50px auto;
  background-color: #fff;
  padding: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 560px) {
  #archive .s1 {
    width: 90%;
    margin: 25px auto;
    padding: 20px;
  }
}
#archive .s1 .topiclist {
  margin: 20px auto;
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 15px;
}
@media screen and (max-width: 560px) {
  #archive .s1 .topiclist {
    gap: 0;
    margin: 0;
  }
}
#archive .s1 .topiclist li {
  width: 100%;
  border-bottom: 1px solid #9E9E9E;
  padding: 10px 0;
}
#archive .s1 .topiclist li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#archive .s1 .topiclist li a .thamnail {
  width: 120px;
  height: 80px;
  background-color: #000000;
  border-radius: 10px;
  margin: 0 20px 0 0;
}
#archive .s1 .topiclist li a .thamnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 560px) {
  #archive .s1 .topiclist li a .thamnail {
    width: 70px;
    height: 45px;
    border-radius: 5px;
    margin: 0 10px 0 0;
  }
}
#archive .s1 .topiclist li a .txt {
  width: calc(100% - 190px);
}
@media screen and (max-width: 560px) {
  #archive .s1 .topiclist li a .txt {
    width: calc(100% - 90px);
  }
}
#archive .s1 .topiclist li a .txt .date {
  float: left;
  color: #9E9E9E;
  font-size: 0.8em;
  line-height: 1.8em;
}
#archive .s1 .topiclist li a .txt .cat {
  border-radius: 20px;
  border: #BD0000 1px solid;
  padding: 5px 10px;
  color: #BD0000;
  width: -moz-fit-content;
  width: fit-content;
  float: left;
  font-size: 0.7em;
  margin: 0 0 0 10px;
  line-height: 1;
}
@media screen and (max-width: 560px) {
  #archive .s1 .topiclist li a .txt .cat {
    transform: scale(0.8);
  }
}
#archive .s1 .topiclist li a .txt h3 {
  clear: both;
  width: 100%;
  padding: 20px 0;
  color: #000000;
}
@media screen and (max-width: 560px) {
  #archive .s1 .topiclist li a .txt h3 {
    padding: 5px 0;
    font-size: 14px;
  }
}
#archive .s1 .topiclist li a .arrow {
  width: 40px;
  height: 40px;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 560px) {
  #archive .s1 .topiclist li a .arrow {
    display: none;
  }
}
#archive .s1 .topiclist li:last-child {
  border: none;
}

#kodawari .commonheader {
  background: url("../img/kodawari-header.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}
#kodawari .s1 {
  width: 80%;
  margin: 80px auto;
  display: block;
}
@media screen and (max-width: 560px) {
  #kodawari .s1 {
    width: 90%;
    margin: 40px auto;
  }
}
#kodawari .indexcontainer {
  width: 100%;
  border-radius: 30px;
  background-color: #fff;
  padding: 50px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 560px) {
  #kodawari .indexcontainer {
    padding: 25px;
    border-radius: 15px;
  }
}
#kodawari .indexcontainer .icon {
  width: 80px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 560px) {
  #kodawari .indexcontainer .icon {
    width: 60px;
    top: -20px;
  }
}
#kodawari .indexcontainer p {
  text-align: center;
  margin: 30px auto;
}
#kodawari .indexcontainer .archivelist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 560px) {
  #kodawari .indexcontainer .archivelist {
    justify-content: start;
    gap: 10px;
  }
}
#kodawari .indexcontainer .archivelist li a {
  display: flex;
  justify-content: center;
  align-items: stretch center;
}
#kodawari .indexcontainer .archivelist li a .thm {
  display: block;
  width: 60px;
  height: 60px;
  border: 2px solid #BD0000;
}
@media screen and (max-width: 560px) {
  #kodawari .indexcontainer .archivelist li a .thm {
    width: 30px;
    height: 30px;
  }
}
#kodawari .indexcontainer .archivelist li a .thm img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#kodawari .indexcontainer .archivelist li a .cat {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #BD0000;
  padding: 10px 20px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  border-radius: 0 10px 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  letter-spacing: 0.18em;
  transition: 0.4s;
}
@media screen and (max-width: 560px) {
  #kodawari .indexcontainer .archivelist li a .cat {
    padding: 3px 10px;
  }
}
#kodawari .indexcontainer .archivelist li a:hover .cat {
  background-color: #8a0000;
}
#kodawari .maincontainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  #kodawari .maincontainer {
    gap: 15px;
  }
}
#kodawari .maincontainer .indexttl {
  width: 100%;
  margin: 50px 0 20px 0;
  padding: 20px;
  box-sizing: border-box;
  background: #BD0000;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.18em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 980px) {
  #kodawari .maincontainer .indexttl {
    margin: 40px 0 20px 0;
  }
}
@media screen and (max-width: 560px) {
  #kodawari .maincontainer .indexttl {
    margin: 30px 0 10px 0;
    padding: 10px;
    font-size: 18px;
  }
}
#kodawari .maincontainer .indexttl .tops {
  display: block;
  width: 150px;
  height: 40px;
  background: url("../img/topbtn.png") no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 560px) {
  #kodawari .maincontainer .indexttl .tops {
    width: 100px;
    height: 30px;
  }
}
#kodawari .maincontainer .indexttl:nth-child(even) {
  background: #094665;
}
#kodawari .maincontainer .box {
  width: calc(50% - 20px);
  display: block;
  background-color: #fff;
  padding: 30px;
  border-radius: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  #kodawari .maincontainer .box {
    flex-flow: column;
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 780px) {
  #kodawari .maincontainer .box {
    border-radius: 20px;
    width: 100%;
  }
}
#kodawari .maincontainer .box .thams {
  display: flex;
  margin: 0 auto;
}
#kodawari .maincontainer .box .thams .pic {
  width: 75%;
  height: 16vw;
}
@media screen and (max-width: 560px) {
  #kodawari .maincontainer .box .thams .pic {
    height: 35vw;
  }
}
#kodawari .maincontainer .box .thams .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#kodawari .maincontainer .box .thams ul {
  width: 25%;
  padding: 0 10px;
  display: flex;
  gap: 0.5vw 0;
  flex-flow: column;
  margin: 0 auto;
}
#kodawari .maincontainer .box .thams ul li {
  width: 100%;
  height: 5vw;
}
@media screen and (max-width: 560px) {
  #kodawari .maincontainer .box .thams ul li {
    height: 11vw;
  }
}
#kodawari .maincontainer .box .thams ul li .thumbnail {
  width: 100%;
  height: 100%;
  display: block;
}
#kodawari .maincontainer .box .thams ul li .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#kodawari .maincontainer .box .ttlbox {
  width: 100%;
  display: flex;
  align-self: center;
  margin: 10px auto;
}
#kodawari .maincontainer .box .ttlbox .icon {
  width: 60px;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  margin: 0 20px 0 0;
}
#kodawari .maincontainer .box .ttlbox .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#kodawari .maincontainer .box .ttlbox .ttlb p {
  font-size: 12px;
  line-height: 1.4em;
  word-break: break-all;
}
#kodawari .maincontainer .box .ttlbox .ttlb h3 {
  font-size: 18px;
  color: #BD0000;
  font-weight: bold;
  word-break: break-all;
}
#kodawari .maincontainer .box .ttlbox .ttlb .option {
  color: #707070;
}
#kodawari .maincontainer .box .season {
  width: 100%;
  display: flex;
  align-items: stretch;
  margin: 0 0 10px 0;
}
#kodawari .maincontainer .box .season .ttb {
  width: 120px;
  color: #fff;
  background-color: #BD0000;
  padding: 10px 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
#kodawari .maincontainer .box .season p {
  width: calc(100% - 120px);
  display: flex;
  background-color: #fff;
  border: 2px solid #BD0000;
  padding: 10px 20px;
  box-sizing: border-box;
  color: #BD0000;
  align-items: center;
  font-weight: bold;
  word-break: break-all;
}
#kodawari .maincontainer .box .dotted {
  width: 100%;
  border: #ccc dotted 2px;
  margin: 15px 0;
}
#kodawari .maincontainer .box .content {
  font-size: 15px !important;
}
#kodawari .maincontainer .box .content p {
  margin: 0 0 20px 0;
}
#kodawari .maincontainer .box .content h1,
#kodawari .maincontainer .box .content h2,
#kodawari .maincontainer .box .content h3,
#kodawari .maincontainer .box .content h4,
#kodawari .maincontainer .box .content strong {
  color: #BD0000;
  font-weight: bold;
}/*# sourceMappingURL=archive.css.map */