@charset "UTF-8";
/*
Theme Name: Original
*/
@font-face {
  font-family: 'flf';
  src: url("/wp-content/themes/original/assets/font/ChicagoFLF.ttf") format("truetype");
}
/*
Untrois Reset Stylesheet
v0.0.1
Last Updated: 2021-07-06
*/
* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

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

body {
  line-height: 1;
}

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

ol, ul {
  list-style: none;
  text-decoration: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/*PCでは無効（改行しない）*/
.sma{
    display: none;
}

/*スマートフォンでは有効（改行する）*/
@media screen and (max-width:768px) {
    .sma{
        display: block;
    }
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  -webkit-appearance: none;
}

/* Base */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  -webkit-appearance: none;
}

body {
  font-size: 62.5%;
  text-align: justify;
  background-color: #fff;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #000;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  word-break: break-all;
}

main {
  background-color: #fff;
}

footer {
  background-color: #fff;
}

a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

input, textarea {
  -webkit-appearance: none;
}

input {
  cursor: pointer;
}

@media screen and (min-width: 360px) {
  * { -webkit-text-size-adjust: none; }
}

.midasi{
  padding: 1rem 2rem;
  border-left: 5px solid #9D1F25;
  background: #f7e0d6;
	width:70%;
	margin:10px 0px 10px 0px;
	font-weight:bold;
}

@media screen and (max-width: 480px) {
	.midasi{width:100%;}
}

.midasi2{
  padding: 1rem 2rem;
  border-left: 5px solid #9D1F25;
  background: #f7e0d6;
	width:100%;
	margin:10px 0px 10px 0px;
	font-weight:bold;
}

@media screen and (max-width: 480px) {
	.midasi2{width:100%;}
}


/* inner */
.c-inner {
  width: 100%;
  padding: 0 13px;
}
@media (min-width: 1250px) {
  .c-inner {
    padding: 0;
    max-width: 1250px;
    margin: 0 auto;
  }
}

/* ttl */
.c-ttl {
  font-size: 2.8rem;
  letter-spacing: .1em;
  color: #9D1F25;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .c-ttl {
    font-size: 3.5rem;
  }
}

.c-ttl2 {
  font-size: 2rem;
  letter-spacing: .1em;
  color: #9D1F25;
  font-weight: bold;
}
@media (min-width: 768px) {
  .c-ttl2 {
    font-size: 2.3rem;
  }
}

.c-ttl3 {
  font-size: 2rem;
  color: #9D1F25;
  font-weight: bold;
}

.c-ttl4 {
  font-size: 2rem;
  font-weight: bold;
  color: #9D1F25;
}
@media (min-width: 768px) {
  .c-ttl4 {
    font-size: 2.8rem;
  }
}

.c-ttl5 {
  font-size: 2rem;
  letter-spacing: .1em;
  color: #9D1F25;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .c-ttl5 {
    font-size: 2.8rem;
  }
}

.c-footttl {
  font-size: 2.6rem;
  letter-spacing: .1em;
  font-weight: bold;
  color: #fff;
}
@media (min-width: 768px) {
  .c-footttl {
    font-size: 3rem;
  }
}

.c-foottt2 {
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
}
@media (min-width: 768px) {
  .c-foottt2 {
    font-size: 2.7rem;
  }
}

/* txt */
.c-txt {
  font-size: 1.6rem;
  font-weight: normal;
}
@media (min-width: 768px) {
  .c-txt {
    font-size: 1.7rem;
	  line-height: 1.6em;
  }
}

.c-txt--bold {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .c-txt--bold {
    font-size: 1.7rem;
  }
}

.c-txt--bold {
  font-weight: bold;
}

.c-txt2 {
  font-size: 1.7rem;
}
@media (min-width: 768px) {
  .c-txt2 {
    font-size: 1.9rem;
  }
}

.c-txt2--bold {
  font-size: 1.7rem;
}
@media (min-width: 768px) {
  .c-txt2--bold {
    font-size: 1.9rem;
  }
}

.c-txt2--bold {
  font-weight: bold;
}

.c-txt3 {
  font-size: 1.7rem;
}

.c-txt3--bold {
  font-size: 1.7rem;
}
@media (min-width: 768px) {
  .c-txt3--bold {
    font-size: 1.8rem;
  }
}

.c-txt3--bold {
  font-weight: bold;
}

.c-txt4 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .c-txt4 {
    font-size: 1.6rem;
  }
}

.c-txt4--bold {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .c-txt4--bold {
    font-size: 1.6rem;
  }
}

.c-txt4--bold {
  font-weight: bold;
}

.c-txt5 {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .c-txt5 {
    font-size: 2rem;
  }
}

.c-txt4--bold {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .c-txt4--bold {
    font-size: 2rem;
  }
}

.c-txt4--bold {
  font-weight: bold;
}

.c-18txt {
  font-size: 1.7rem;
  line-height: 1.65;
}

.c-targettxt {
  font-size: 1.5rem;
  line-height: 1.98;
}
@media (min-width: 768px) {
  .c-targettxt {
    font-size: 1.8rem;
    line-height: 1.65;
  }
}

.c-navtxt {
  font-size: 1.4rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .c-navtxt {
    font-size: 1.2rem;
  }
}
@media (min-width: 1250px) {
  .c-navtxt {
    font-size: 1.6rem;
  }
}

.c-navtxt--gray, .c-navtxt--red {
  font-size: 1.4rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .c-navtxt--gray, .c-navtxt--red {
    font-size: 1.2rem;
  }
}
@media (min-width: 1250px) {
  .c-navtxt--gray, .c-navtxt--red {
    font-size: 1.6rem;
  }
}

.c-navtxt--gray {
  color: #999999;
}

.c-navtxt--red {
  color: #9D1F25;
}

.c-btntxt {
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
}
@media (min-width: 768px) {
  .c-btntxt {
    font-size: 2rem;
  }
}

.c-newtxt {
  font-family: "flf", sans-serif;
  font-size: 1.2rem;
  color: #fff;
  padding-bottom: 2px;
}
@media (min-width: 768px) {
  .c-newtxt {
    font-size: 1.6rem;
  }
}

.c-singletxt {
  font-size: 1.8rem;
  line-height: 1.26;
  font-weight: normal;
}
@media (min-width: 768px) {
  .c-singletxt {
    font-size: 2.6rem;
    line-height: 1.54;
  }
}

.c-contxt{
  font-size: 1.6rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .c-contxt{
    font-size: 2.2rem;
  }
}

/* logo */
.c-logo {
  position: relative;
  z-index: 3;
  width: 273px;
  display: block;
  padding-top: 13px;
}
@media (min-width: 768px) {
  .c-logo {
    width: 447px;
    padding-top: 8px;
  }
}
@media (min-width: 1250px) {
  .c-logo {
    padding-top: 18px;
  }
}

.c-logoimg {
  width: 100%;
}

/* hover */
.c-hover {
  transition: .3s;
}
@media (min-width: 768px) {
  .c-hover:hover {
    opacity: .6;
  }
}

/* btn */
.c-btn {
  border-radius: 5px;
  background: linear-gradient(to right, #9D1F25, #530000);
  margin: 0 auto;
  display: block;
  width: 303px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .c-btn {
    width: 363px;
    height: 48px;
  }
}

/* btn2 */
.c-btn2 {
  border-radius: 5px;
  background: linear-gradient(to right, #9D1F25, #530000);
  display: block;
  width: 300px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  float:right;
	margin-right:30px;
}
@media (min-width: 768px) {
  .c-btn2 {
    width: 300px;
    height: 48px;
  }

}
@media screen and (max-width:480px) {
.c-btn2 {
  border-radius: 5px;
  background: linear-gradient(to right, #9D1F25, #530000);
  display: block;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  float:none;
  margin:15px 0px 15px 0px;
}

}

.cb_11ex{
	clear:none;
}

.container {
   display: block;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   float:right;
   margin-right:60px;	  
}

.button {
      /* ボタンに関するスタイルを追加 */
  background: linear-gradient(to right, #9D1F25, #530000);
  color: #ffffff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  height: 40px;
	font-size:20px;
	font-weight:bold;
}

.text {
      /* テキストに関するスタイルを追加 */
    margin-top: 10px;
		color:#cf2e2e;
	font-size:12px;
	line-height:1.5em;
	padding-bottom:30px;
}

/* btn3 */
.c-btn3 {
  border-radius: 5px;
  background: linear-gradient(to right, #84B4E8, #1850a8);
  display: block;
  width: 135px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin:5px 20px 15px 45px;
  font-size:2.5em;
}
@media (min-width: 768px) {
  .c-btn3 {
    width:135px;
    height: 30px;
  }
}
@media screen and (max-width:480px) {
.c-btn3 {
  border-radius: 5px;
  background: linear-gradient(to right, #84B4E8, #1850a8);
  display: block;
  width: 50%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  float:none;
  margin:0px auto;
}
.cb_11ex{
	clear: both;
}

}

/* btn4 */
.c-btn4 {
  border-radius: 5px;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  margin:10px 0px 50px 0px;
  font-size:2.5em;
}

@media (min-width: 768px) {

  }
}
@media screen and (max-width:480px) {
.c-btn4 {
  border-radius: 5px;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  float:none;
  margin:10px 0px 50px 0px;
}
}

/* btn5 */
.c-btn5 {
  border-radius: 5px;
  background: linear-gradient(to right, #9D1F25, #530000);
  display: block;
  width: 250px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .c-btn5 {
    width: 250px;
    height: 40px;
}
}

/* btn6 */
.c-btn6 {
  border-radius: 5px;
  background: linear-gradient(to right, #84B4E8, #1850a8);
  display: block;
  width: 135px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin:0px auto;
  font-size:2.5em;
}
@media (min-width: 768px) {
  .c-btn6 {
    width:300px;
    height: 40px;
  }
}
@media screen and (max-width:480px) {
.c-btn6 {
  border-radius: 5px;
  background: linear-gradient(to right, #84B4E8, #1850a8);
  display: block;
  width: 50%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  float:none;
  margin:0px auto;
}
}

/* btn7 */
.c-btn7 {
  border-radius: 5px;
  background: linear-gradient(to right, #84B4E8, #1850a8);
  display: block;
  width: 350px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .c-btn7 {
    width: 350px;
    height: 40px;
}
}

/* icon */
.c-redicon {
  color: #9D1F25;
}

/* pan */
.c-pan {
  display: flex;
  align-items: center;
  padding-top: 11px;
}
@media (min-width: 768px) {
  .c-pan {
    padding-top: 14px;
  }
}

.c-pantxt {
  font-size: 1.4rem;
  color: #0000FF;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .c-pantxt {
    font-size: 1.9rem;
  }
}

.c-panspace {
  padding: 0 7px;
}
@media (min-width: 768px) {
  .c-panspace {
    padding: 0 9px;
  }
}

.c-pantxt--2 {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .c-pantxt--2 {
    font-size: 1.9rem;
  }
}

/* Contactform */
.c-mw {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .c-mw {
    align-items: flex-start;
    flex-direction: row;
  }
}

.c-mw--2 {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .c-mw--2 {
    align-items: flex-start;
    flex-direction: row;
  }
}

.c-mw--2 {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .c-mw--2 {
    margin-top: 41px;
  }
}

.c-mwttl {
  font-size: 1.8rem;
  flex: none;
}
@media (min-width: 768px) {
  .c-mwttl {
    width: 276px;
    font-size: 2rem;
  }
}

.c-mwttl--red {
  font-size: 1.8rem;
  flex: none;
  color: #9D1E25;
}
@media (min-width: 768px) {
  .c-mwttl--red {
    width: 320px;
    font-size: 2rem;
	line-height: 1.2;
  }
}

.mw_wp_form_confirm .c-mwttl {
  font-weight: bold;
}

.c-mwtop {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .c-mwtop {
    margin-bottom: 0;
    margin-top: 4px;
  }
}

.c-mwother {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-left: -15px;
}
.c-mwother input {
  padding: 10px 0;
}

.c-mwimp {
  font-size: 1.8rem;
  font-weight: bold;
  width: 63px;
  height: 30px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #9D1F25;
  flex: none;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .c-mwimp {
    font-size: 2rem;
    width: 73px;
    height: 32px;
    margin-left: 0;
    margin-right: 15px;
  }
}

.c-mwspace {
  width: 73px;
  height: 32px;
  flex: none;
  margin-right: 15px;
}

.c-mwoinput {
  width: 100px;
  height: 20px;
  vertical-align: baseline;
  overflow-x: scroll;
  border: none;
  background-color: transparent;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.c-mwoinput::-webkit-scrollbar {
  display: none;
}

.c-mwsubmit {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .c-mwsubmit {
    flex-direction: row;
  }
}

.c-mwbtn {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background-color: #F15A24;
  box-shadow: 2px 3px 0 #903209;
  border-radius: 10px;
  width: 350px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 40px;
  transition: .3s;
}
@media (min-width: 768px) {
  .c-mwbtn {
    margin-top: 89px;
  }
}
.c-mwbtn:hover {
  box-shadow: none;
}

/* border */
.c-border {
  width: 11px;
  height: 47px;
  background-color: #9D1F25;
  margin-right: 15px;
  display: inline-block;
}

/* Header */
.p-header {
  position: relative;
  z-index: 100;
  width: 100%;
}

.p-header__inner {
  position: relative;
}

@media (min-width: 768px) {
	.p-header__inner {
	  height: 128px;
	}
}

.p-header_img {
  margin-top: -42px;
  width: 100%;
}
@media (min-width: 768px) {
  .p-header_img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -131px;
    max-width: 1440px;
  }
}

.p-header_img--2 {
  margin-top: -42px;
  width: 100%;
}
@media (min-width: 768px) {
  .p-header_img--2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -196px;
    max-width: 1440px;
  }
}

@media (min-width: 768px) {
  .p-header_img--2 {
    height: auto;
    min-height: 260px;
    object-fit: cover;
  }
}

.woi_live_btn {
  display: none;
}

@media (min-width: 768px) {
  .woi_live_btn {
    display: block;
    position: absolute;
    bottom: -2rem;
    right: 2rem;
    max-width: 545px;
    width: 35%;
  }
}
@media (min-width: 1000px) {
  .woi_live_btn {
    bottom: -6rem;
    width: 40%;
  }
}

.woi_live_btn_sp {
  background-color: rgba(230, 230, 230, 0.75);
  display: block;
  padding: 20px 30px 0 13px;
  width: 100%;
}

.woi_live_btn_sp img {
  display: block;
  margin: 0 auto;
  max-width: 508px;
  width: 100%;
}

@media (min-width: 768px) {
  .woi_live_btn_sp {
    display: none;
  }
}

.p-header__nav {
  position: relative;
  z-index: 2;
  display: none;
}
@media (min-width: 768px) {
  .p-header__nav {
    display: block;
  }
}

.p-spheader {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 50px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .p-spheader {
    display: none;
  }
}

.p-spheader__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25px;
  margin: 0 auto;
  max-width: 500px;
}

.p-spheader__menu {
  position: absolute;
  top: 23px;
  right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 25px;
  z-index: 300;
}
@media (min-width: 768px) {
  .p-spheader__menu {
    display: none;
  }
}

.p-spheader__ham {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 13px;
  background-color: #fff;
  transition: .3s;
}

.p-spheader__ham--2, .p-spheader__ham--3 {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 13px;
  background-color: #fff;
  transition: .3s;
}

.p-spheader__ham--2 {
  margin-top: 6px;
}

.p-spheader__ham--3 {
  margin-top: 6px;
}

.p-header__icon {
  display: block;
  width: 10px;
  margin-right: 5px;
}
@media (min-width: 1250px) {
  .p-header__icon {
    margin-right: 9px;
  }
}

.p-header__nav {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .p-header__nav {
    padding: 13px 15px;
    opacity: 1;
    visibility: visible;
    background-color: #F5FBFE;
    width: 100%;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    margin-bottom: 25px;
    margin-top: 5px;
  }
}
@media (min-width: 1250px) {
  .p-header__nav {
    padding: 18px 64px;
    margin-bottom: 0;
    margin-top: 15px;
  }
}

.p-header__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-header__list {
    flex-direction: row;
    gap: 0;
  }
}

.p-header__list li {
  border-bottom: 1px solid #fff;
  width: 100%;
}
@media (min-width: 768px) {
  .p-header__list li {
    border-bottom: none;
    display: contents;
  }
}

.p-header__list img {
  display: none;
}
@media (min-width: 768px) {
  .p-header__list img {
    display: inline-block;
  }
}

.js--fixed .p-header__list a {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 25px 40px;
  width: 100%;
}

.p-header__link {
  display: flex;
  align-items: center;
}

.p-logo__wrapper {
  display: flex;
  justify-content: space-between;
}

.p-header__engbtn {
  display: none;
}
@media (min-width: 768px) {
  .p-header__engbtn {
    display: block;
  }
  .p-header__engbtn a {
    align-items: center;
    background-color: #9D1F25;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    height: 46px;
    justify-content: center;
    width: 106px;
  }
}

.gnav-fixed {
  margin: 0 auto;
  max-width: 1250px;
  position: fixed;
  top: 0;
  width: calc(100% - 26px);
  z-index: 1000;
}
@media (min-width: 1250px) {
  .gnav-fixed {
    width: 100%;
  }
}

.gnavsp-fixed {
  position: fixed;
  top: 23px;
  right: 15px;
}
.gnavsp-fixed span {
  background-color: #9D1F25;
}

/* Footer */
.p-footer {
  text-align: center;
  background-color: #84C8DA;
  padding-top: 45px;
  padding-bottom: 55px;
}
@media (min-width: 768px) {
  .p-footer {
    padding-top: 46px;
    padding-bottom: 62px;
  }
}

.p-footer__txt {
  margin-top: 36px;
}
@media (min-width: 768px) {
  .p-footer__txt {
    margin-top: 50px;
  }
}

.p-footer__txt2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .p-footer__txt2 {
    margin-top: 27px;
  }
}

.p-footer__mail {
  display: block;
  width: 23px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .p-footer__mail {
    width: 30px;
    margin-right: 18px;
  }
}

.p-footer__sns {
  justify-content: space-between;
  width: 180px;
  margin: 0 auto;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .p-footer__sns {
    margin-top: 25px;
  }
}

.p-footer__link {
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.p-footer__img {
  display: block;
  width: 45px;
  margin-bottom: 6px;
}

.p-footer__last {
  width: 100%;
  background-color: #323232;
  padding-top: 17px;
  padding-bottom: 20px;
  margin-top: 28px;
}
@media (min-width: 768px) {
  .p-footer__last {
    padding-top: 28px;
    margin-top: 17px;
  }
}

.p-footer__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-footer__spacer {
  color: #fff;
  padding: 0 12px;
}
@media (min-width: 768px) {
  .p-footer__spacer {
    padding: 0 18px;
  }
}

.p-footer__nav {
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: .1em;
}
@media (min-width: 768px) {
  .p-footer__nav {
    font-size: 1.8rem;
  }
}

.p-footer__copyright {
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: .1em;
  color: #fff;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .p-footer__copyright {
    font-size: 1.4rem;
    margin-top: 37px;
  }
}

#pageTop{
  bottom: 5%;
  display: block;
  position: fixed;
  right: 3%;
  z-index: 100;
}
#pageTop img{
  width: 45px;
}
.js--fixed #pageTop{
  visibility: hidden;
}

/* News */
.p-news {
  padding-top: 27px;
  padding-bottom: 32px;
  background-color: rgba(230, 230, 230, 0.75);
}
@media (min-width: 768px) {
  .p-news {
    background-image: url(/wp-content/uploads/news-bg_img.jpg?v=1);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 24px;
  }
}

.p-news__wrapper {
  margin-top: 22px;
  border-top: 1px solid #9D1F25;
  border-bottom: 1px solid #9D1F25;
  padding: 33px 0 14px 0;
}
@media (min-width: 768px) {
  .p-news__wrapper {
    max-width: 1248px;
    margin: 0 auto;
    padding: 31px 0;
    padding-left: 32px;
    margin-top: 19px;
  }
}

.p-news__list {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px 0;
  overflow-y: scroll;
  height: 197px;
}
@media (min-width: 768px) {
  .p-news__list {
    gap: 17px 0;
    height: 185px;
  }
}
.p-news__list::-webkit-scrollbar {
  width: 19px;
}
.p-news__list::-webkit-scrollbar-track {
  background: #E6E6E6;
}
.p-news__list::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 5px;
}

.p-news__item {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.p-news__new {
  font-size: 10px;
  min-width: 38px;
  width: 38px;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E50012;
  border-radius: 2px;
  margin-right: 7px;
  margin-top: 3px;
}
@media (min-width: 768px) {
  .p-news__new {
    font-size: 17px;
    min-width: 66px;
    width: 66px;
    height: 24px;
    margin-right: 18px;
    margin-top: 0;
  }
}

.p-news__new--2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E50012;
  border-radius: 2px;
}

.p-news__new--2 {
  width: 38px;
  height: 14px;
  margin-right: 4px;
  flex: none;
}
@media (min-width: 768px) {
  .p-news__new--2 {
    width: 67px;
    height: 24px;
    margin-right: 3px;
  }
}

.p-news__space {
  min-width: 38px;
  width: 38px;
  height: 17px;
  margin-right: 7px;
}
@media (min-width: 768px) {
  .p-news__space {
    width: 66px;
    height: 22px;
    margin-right: 18px;
  }
}

.p-news__date {
  margin-right: 16px;
  min-width: 120px;
  width: 93px;
}
@media (min-width: 768px) {
  .p-news__date {
    margin-right: 17px;
  }
}

.p-news__link {
  flex: 1;
  line-height: 1.3;
  text-decoration: underline;
  color: #0000FF;
}
@media (min-width: 768px) {
  .p-news__link {
    width: 63vw;
  }
}
@media (min-width: 1250px) {
  .p-news__link {
    max-width: 885px;
  }
}

/* Wio */
.p-wio__inner {
  max-width: 1065px;
  margin: 0 auto;
}

.p-wio {
  padding-top: 32px;
  padding-bottom: 29px;
  background-color: rgba(230, 230, 230, 0.75);
  margin-top: -1px;
}
@media (min-width: 768px) {
  .p-wio {
    background-image: url(/wp-content/uploads/wio-bg_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 24px;
    padding-bottom: 33px;
  }
}

.p-wio__txt {
  line-height: 1.88;
  margin-top: 18px;
}
@media (min-width: 768px) {
  .p-wio__txt {
    margin-top: 19px;
  }
}

.p-wio__btn {
  margin-top: 26px;
}
@media (min-width: 768px) {
  .p-wio__btn {
    margin-top: 16px;
  }
}

/* Movie */
.p-movie {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .p-movie {
    margin-top: 73px;
  }
}
.p-movie iframe, .p-movie video {
  display: block;
  width: 100%;
  height: 50vw;
  max-width: 1065px;
  max-height: 598px;
  margin: 0 auto;
}

.p-movie video {
  width: initial;
}


/* Detail */
.p-detail {
  margin-top: 36px;
}
@media (min-width: 768px) {
  .p-detail {
    margin-top: 67px;
  }
}

.p-detail__ttl {
  line-height: 1.5;
}

.p-detail__list {
  margin-top: 15px;
  padding-top: 23px;
  padding-bottom: 15px;
  border-top: 1px solid #9D1F25;
  //border-bottom: 1px solid #9D1F25;
}
@media (min-width: 768px) {
  .p-detail__list {
    margin-left: auto;
    margin-right: auto;
    max-width: 1065px;
    padding: 16px 21px 45px 21px;
  }
}
@media (min-width: 1250px) {
  .p-detail__list {
    padding: 16px 0 45px 0;
  }
}

.p-detail__item {
  max-width: 1024px;
  margin: 0 auto;
}

.p-detail__item--2 {
  max-width: 1024px;
  margin: 0 auto;
}

.p-detail__item--2 {
  margin-top: 29px;
}

.p-detail__txt1 {
  margin-left: 18px;
}

.p-detail__txt2 {
  margin-left: 30px;
}

.p-detail__imp {
  margin-left: 36px;
}

/* Target */
.p-target {
  margin-top: 32px;
  padding-bottom: 58px;
}
@media (min-width: 768px) {
  .p-target {
    margin-top: 66px;
    padding-bottom: 97px;
  }
}

.p-target__inner {
  padding: 0 10px;
}
@media (min-width: 1250px) {
  .p-target__inner {
    padding: 0;
  }
}

.p-target__list {
  max-width: 1015px;
  margin: 0 auto;
  margin-top: 33px;
}
@media (min-width: 768px) {
  .p-target__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 18px;
    padding: 0 20px;
    margin-top: 20px;
  }
}
@media (min-width: 1250px) {
  .p-target__list {
    padding: 0;
  }
}

.p-target__list--2, .p-target__list--3 {
  max-width: 1015px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-target__list--2, .p-target__list--3 {
    padding: 0 20px;
  }
}
@media (min-width: 1250px) {
  .p-target__list--2, .p-target__list--3 {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .p-target__list--2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 18px;
  }
}

.p-target__item {
  display: flex;
  flex-direction: unset;
}

/* single */
.p-single {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .p-single {
    padding-bottom: 110px;
  }
}

.p-single__ttl {
  width: 100%;
  height: 45px;
  border-radius: 5px;
  border: 1px solid #9D1F25;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 4px;
  margin-top: 34px;
}
@media (min-width: 768px) {
  .p-single__ttl {
    height: 60px;
    gap: 0 22px;
    margin-top: 45px;
  }
}

.p-single__icon {
  display: block;
  width: 38px;
}
@media (min-width: 768px) {
  .p-single__icon {
    width: 58px;
  }
}

.p-single__info {
  font-size: 1.9rem;
  color: #9D1F25;
  font-weight: bold;
  letter-spacing: .1em;
  margin-top: 7px;
}
@media (min-width: 768px) {
  .p-single__info {
    font-size: 3rem;
    margin-top: 9px;
  }
}

.p-single__date {
  margin-right: 18px;
}
@media (min-width: 768px) {
  .p-single__date {
    margin-right: 26px;
  }
}

.p-single__wrapper {
  display: flex;
  justify-content: center;
  margin-top: 37px;
}
@media (min-width: 768px) {
  .p-single__wrapper {
    align-items: center;
    margin-top: 66px;
  }
}

.p-single__content {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .p-single__content {
    margin-top: 61px;
  }
}
.p-single__content p {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .p-single__content p {
    font-size: 2rem;
    line-height: 2.1;
  }
}
.p-single__content img {
  display: block;
  margin: 0 auto;
  object-fit: contain;
}
.p-single__content h1 {
  font-size: 2rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-single__content h1 {
    font-size: 2.5rem;
  }
}
.p-single__content h2 {
  font-size: 1.9rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-single__content h2 {
    font-size: 2.2rem;
  }
}
.p-single__content h3 {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-single__content h3 {
    font-size: 2rem;
  }
}
.p-single__content h4 {
  font-size: 1.7rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-single__content h4 {
    font-size: 1.8rem;
  }
}
.p-single__content h5 {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-single__content h5 {
    font-size: 1.7rem;
  }
}

/* Pwio */
.p-pwio {
  padding-bottom: 89px;
}
@media (min-width: 768px) {
  .p-pwio {
    padding-bottom: 42px;
  }
}

.p-pwio__ttl {
  margin-top: 31px;
  line-height: 1.18;
}
@media (min-width: 768px) {
  .p-pwio__ttl {
    line-height: 1.35;
    margin-top: 35px;
  }
}

.p-pwio__txt {
  line-height: 2.35;
  max-width: 1065px;
  margin: 0 auto;
  margin-top: 33px;
}
@media (min-width: 768px) {
  .p-pwio__txt {
    line-height: 2.11;
    margin-top: 51px;
  }
}

.p-pwio__txt--2 {
  line-height: 2.35;
  max-width: 1065px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-pwio__txt--2 {
    line-height: 2.11;
  }
}

.p-pwio__txt--2 {
  margin-top: 40px;
}

.p-pwio__txt--3 {
  line-height: 2.35;
  max-width: 1065px;
  margin: 40px auto 0;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .p-pwio__txt--3 {
    line-height: 2.11;
    padding-left: 30px;
  }
}

.p-pwio__txt--3 .p-pwio__span {
  margin-left: -20px;
}
@media (min-width: 768px) {
  .p-pwio__txt--3 .p-pwio__span {
    margin-left: -30px;
  }
}

.p-pwio__txt--3 .p-pwio__span span {
  white-space: nowrap;
}

.p-pwio__icon {
  margin-left: -17px;
}
@media (min-width: 768px) {
  .p-pwio__icon {
    margin-left: -19px;
  }
}

.p-pwio__span {
  display: flex;
}

.p-pwio__item {
  line-height: 2.35;
  padding-left: 36px;
}
@media (min-width: 768px) {
  .p-pwio__item {
    line-height: 2.11;
  }
}

.p-pwio__img {
  display: block;
  width: 100%;
  margin-top: 104px;
}
@media (min-width: 768px) {
  .p-pwio__img {
    max-width: 1180px;
    margin: 0 auto;
    margin-top: 75px;
  }
}

.p-pwio__capwrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
}
@media (min-width: 768px) {
  .p-pwio__capwrapper {
    display: flex;
    margin-top: 91px;
  }
}

.p-pwio__cap {
  width: 100%;
  max-width: 1180px;
}

.p-pwio__captxt {
  font-size: 1.5rem;
  margin-top: 9px;
}
@media (min-width: 768px) {
  .p-pwio__captxt {
    margin-top: 14px;
  }
}

/* MW WP */
.mw_wp_form {
  width: 100%;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .mw_wp_form {
    margin-top: 82px;
  }
}

.p-contact__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .p-contact__item {
    flex-direction: row;
    align-items: center;
  }
}

.mw_wp_form .error {
  font-size: 18px!important;
  color: red;
  padding-top: 5px;
}

input {
  font-size: 1.4rem;
  border: 1px solid #808080;
  height: 40px;
  padding: 10px;
}

input:-internal-autofill-selected {
  background-color: #fff;
}

.mw_wp_form_confirm .p-mw__item_input {
  margin-top: 10px;
}

.p-mw__item_input{
	width: 100%;
}

.p-mwcheck {
  position: relative;
  font-size: 1.8rem;
  width: 100%;
  min-height: 60px;
  background-color: #FBE0C1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 34px;
  padding: 10px 0 5px;
}
.p-mwcheck .c-mwimp {
  position: absolute;
  left: -10px;
  top: -20px;
}
@media (min-width: 768px) {
  .p-mwcheck .c-mwimp {
    top: inherit;
    left: 16px;
  }
}
.p-mwcheck input {
  display: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.p-mwcheck span {
  font-weight: bold;
}

.p-mwcheck .error {
  margin-top: 10px;
}

textarea {
  border: 1px solid #808080;
  height: 190px;
  overflow-y: scroll;
  padding: 10px;
  resize: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
textarea::-webkit-scrollbar {
  display: none;
}

.select {
  position: relative;
  width: 100%;
  height: 40px;
}
.select::after {
  position: absolute;
  top: 7px;
  right: 20px;
  content: '';
  display: block;
  width: 31px;
  height: 24px;
  background-image: url(/wp-content/uploads/arrow_img.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.p-hope select {
  width: 100%;
  height: 40px;
  border: 1px solid #808080;
  border-radius: 5px;
  background-color: #E6E6E6;
  padding-left: 26px;
}

input,
textarea,
select {
  outline: none;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1.8rem;
  width: 100%;
}

input::placeholder,
textarea::placeholder {
  color: #999999;
}


input[type=submit] {
  border: none;
}

.p-mwradio label {
  display: inline-block;
}

input, button {
  -webkit-appearance: none;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin: 0 !important;
}

.p-zip {
  width: 162px;
}
@media (min-width: 768px) {
  .p-zip {
    width: 130px;
  }
}
@media (min-width: 1250px) {
  .p-zip {
    width: 252px;
  }
}

.p-prefecture_select {
  width: 100%;
}

.p-prefecture select {
  height: 40px;
  padding-left: 10px;
  border: none;
  border: 1px solid #808080;
  background: #fff;
}

.p-mwziptop {
  display: flex;
  align-items: center;
}

.p-mwziptop .error {
  padding-left: 5px;
}

.p-zipbtn {
  font-size: 1.8rem;
  color: #fff;
  width: 126px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00479D;
  border-radius: 5px;
  border: none;
  margin-left: 25px;
  transition: .3s;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-zipbtn {
    position: inherit;
    font-size: 2rem;
    margin-left: 5px;
  }
}
@media (min-width: 1250px) {
  .p-zipbtn {
    margin-left: 25px;
  }
}
.p-zipbtn:hover {
  opacity: .6;
}

.mwform-checkbox-field-text {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 40px;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  display: block;
}

.mwform-checkbox-field-text::before {
  background: #fff;
  border: 1px solid #808080;
  border-radius: 2px;
  width: 26px;
  height: 26px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
  border-width: 3px;
  border-color: transparent transparent #9D1F25 #9D1F25;
  border-style: solid;
  width: 20px;
  height: 10px;
  margin-top: -0.2em;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  opacity: 0;
}

input[type="checkbox"]:checked + .mwform-checkbox-field-text::after {
  /* css擬似要素 :checked が付加されているときは表示  */
  opacity: 1;
}

.p-mwsdgs {
  align-items: flex-start;
}
.p-mwsdgs span {
  font-size: 1.8rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .p-mwsdgs span {
    font-size: 2rem;
  }
}
.p-mwsdgs input {
  display: none;
}

.p-mwsdgs__wrapper {
  width: 100%;
  max-width: 720px;
}

.p-mwsdgs__txt {
  font-size: 1.6rem;
  color: #9D1F25;
  line-height: 1.5;
  margin-bottom: 25px;
  margin-top: 6px;
}
@media (min-width: 768px) {
  .p-mwsdgs__txt {
    font-size: 2rem;
  }
}

.p-mwsdgs__box {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 9px;
}
@media (min-width: 768px) {
  .p-mwsdgs__box {
    gap: 32px 30px;
  }
}

.p-sdgs__img {
  display: block;
  width: 100%;
  max-width: 732px;
  margin: 0 auto;
}

.p-mwtextarea {
  align-items: flex-start;
}

/* Pcontact */
.p-pcontact {
  padding-bottom: 38px;
}

.p-pcontact__inner {
  max-width: 1065px;
  margin: 0 auto;
}

.p-pcontact__txt {
  padding-bottom: 16px;
  margin-top: 45px;
  border-bottom: 1px solid #9D1F25;
}

.p-p-contact__top{
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-p-contact__top{
    margin-top: 37px;
  }
}

.p-pcontact__vdo{
  margin-top: 50px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-pcontact__vdo{
    margin-top: 111px;
  }
}

.p-pcontact__movie{
  margin-top: 30px;
  display: block;
}

.p-pcontact_img {
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .p-pcontact_img {
    width: 731px;
  }
}

.p-pcontact__btn{
  height: 40px;
  margin-top: 40px;
}

.p-pcontact__btn--2{
  height: 40px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .p-pcontact__btn{
    height: 60px;
    margin-top: 50px;
	padding-bottom: 15px;
  }
  .p-pcontact__btn--2{
    height: 60px;
    margin-top: 57px;
	padding-bottom: 15px;
  }
  .p-pcontact__btn--3{
	 height: 40px;
     margin-top: 10px;
	 padding-bottom: 30px;
  }
	  .p-pcontact__btn--7{
	 height: 40px;
     margin-top: 10px;

  }
}

@-moz-document url-prefix() {
	  .p-pcontact__btn{
    height: 60px;
    margin-top: 50px;
	padding-bottom: 0px;
  }
  .p-pcontact__btn--2{
    height: 60px;
    margin-top: 57px;
	padding-bottom: 0px;
  }
	  .p-pcontact__btn--3{
	 padding-bottom: 0px;
  }
}
@media screen and (max-width:480px) {
      .p-pcontact__btn--3{
	 padding-bottom: 28px;
		  margin:0px auto;
  }
     
    }

/* Pcontact2 */
.p-pcontact2 .c-mw {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .p-pcontact2 .c-mw {
    font-size: 2rem;
  }
}
.p-pcontact2 .c-mw--2 {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .p-pcontact2 .c-mw--2 {
    font-size: 2rem;
  }
}
.p-pcontact2 .p-zipbtn {
  display: none;
}
.p-pcontact2 .select::after {
  display: none;
}
.p-pcontact2 .p-hope select {
  display: flex;
  align-items: center;
}
.p-pcontact2 .p-mwsdgs__txt {
  display: none;
}
.p-pcontact2 .p-sdgs__img {
  display: none;
}
.p-pcontact2 .p-privacy {
  display: none;
}
.p-pcontact2 .p-mwsdgs__box {
  line-height: 1.5;
}

/* P-pcontact3 */
.p-pcontact3__txt {
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .p-pcontact3__txt {
    font-size: 2rem;
  }
}


/* P-pcontactca */
@media (min-width: 768px) {
	 .p-pcontactca .c-mwttl{
		width: 320px;
	}
	 .p-pcontactca .c-mwttl--red{
		font-weight: bold;
	}
}
/* Privacy */
.p-privacy {
  margin-top: 73px;
}

.p-privacy__ttl {
  font-size: 2.3rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.p-privacy__txt {
  font-size: 1.9rem;
  line-height: 1.2;
  margin-top: 17px;
}

.p-privacy__txt--2 {
  font-size: 1.9rem;
}

.p-privacy__txt--2 {
  line-height: 1.6;
}

.p-privacy__link{
	text-decoration: underline;
    color: #0000FF;
}

.p-privacy__wrapper {
  width: 100%;
  height: 150px;
  border: 1px solid #999999;
  margin-top: 7px;
  overflow: hidden;
}

.p-privacy__box {
  padding-top: 11px;
  padding-left: 14px;
  height: 150px;
  overflow-y: scroll;
}
.p-privacy__box::-webkit-scrollbar {
  width: 19px;
  height: 150px;
}
.p-privacy__box::-webkit-scrollbar-track {
  background: #E6E6E6;
}
.p-privacy__box::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 5px;
}

.p-privacy__last {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 27px;
}

/* form2 */
@media (min-width: 768px) {
	.p-form2 .c-mwtop{
		align-items: flex-start;
	}
	
	.p-form2 .c-mwttl{
		width: 320px;
	}
}

table.table01 {
	font-size: 1.6rem;
	width: 100%;
	margin: 0 auto;
	margin-top: 10px;
	border-collapse: collapse;
	border: none;
}

@media (min-width: 768px) {
	table.table01 {
		font-size: 1.35rem;
		line-height: 1.3;
		max-width: 768px;
	}
}

@media (min-width: 1110px){
	table.table01 {
		max-width:1015px;
	}
}


table.table01 thead th {
	display: none; 
}

@media (min-width: 1110px) {
	table.table01 thead th {
		display: table-cell;
		background:#CCCCCC;
		color:#FFF;
		padding:10px 15px;
		border-right: 1px solid #999999; 
	}
}

table.table01 thead th:last-of-type {
	border: none;
}

table.table01 thead th:first-of-type {
	text-align: left;
}

table.table01 tbody tr {
	background: #fff;
}

@media (min-width: 1110px) {
	table.table01 tbody tr {
		border-bottom: 1px solid #999999; 
		background: #fff;
	}
}
table.table01 tbody tr:last-of-type {
	border-bottom: none; 
}


table.table01 tbody th {
	display:block;
	width: 100%;
	padding: 10px;
	line-height: 1.2;
	background:#CCCCCC;
	color:#FFF;
}

@media (min-width: 1110px) {
	table.table01 tbody th {
		display: table-cell;
		color:#9D1E25;
		background: #fff;
		width: 13%;	
		text-align: left;
		font-weight: normal;
		vertical-align: middle;
		border: none; 
		padding: 15px;
		border-right: 1px solid #999999; 
	}
}

table.table01 tbody td p {
	margin-top: 5px;
	line-height: 1.3;
}
@media (min-width: 768px) {
	table.table01 tbody td p {
		margin-top: 0;
		padding-left: 350px;
	}
}
@media (min-width: 1110px) {
	table.table01 tbody td p {
		padding-left: 0; 
	}
}

table.table01 tbody td {
	display:block;
	padding: 10px;
	width: 100%;
}
table.table01 tbody td:nth-of-type(2){
	padding: 0px 10px;
}

@media (min-width: 1110px) {
	table.table01 tbody td {
		display: table-cell;
		vertical-align: middle;
		width:16%;
		padding:15px;
		border-right: 1px solid #999999; 
	}
	
	table.table01 tbody td:nth-of-type(2){
		padding:15px;
	}
}
table.table01 tbody td::before {
	content: attr(label);
	font-weight: normal;
	color:#9D1E25;
	clear:both;
}
@media (min-width: 768px) {
	table.table01 tbody td::before {
		float: left;
	}
}


@media (min-width: 1110px) {
	table.table01 tbody td::before {
		display: none;
	}
}

table.table01 tbody td:last-of-type{
	border: none; 
}

.p-form2__tbwrapper{
	background-color:#F2F2F2;
	padding: 26px 25px;
	margin-top: 60px;
}
@media (min-width: 768px) {
	.p-form2__tbwrapper{
		margin-top: 127px;
	}
}
.p-form2__tbtxt{
	font-size: 1.4rem;
	line-height: 1.4;
	width: 100%;
}

@media (min-width: 768px) {
	.p-form2__tbtxt{
		font-size: 1.9rem;
		line-height: 1.4;
		max-width: 950px;
		margin: 0 auto;
	}
}

.p-form2__tbttl{
	font-size: 2rem;
	color:#9D1E25;
	font-weight: bold;
	text-align: center;
	margin-top: 10px; 
}
@media (min-width: 768px) {
	.p-form2__tbttl{
		font-size: 2.6rem;
		margin-top: 20px;
	}
}



/* pass */
.post-password-form{
	width: 90%;
	max-width: 760px;
	margin: 50px auto;
}

@media (min-width: 768px) {
	.post-password-form{
		width: 100%;
	}
}

.post-password-form p{
	font-size: 1.4rem;
	line-height: 1.4;
}
@media (min-width: 768px) {
.post-password-form p{
		font-size: 1.6rem;
	}
}

.post-password-form p:last-of-type{
	width: 303px;
	text-align: left;
	margin: 0 auto;
	margin-top: 40px;
}

@media (min-width: 768px) {
	.post-password-form p:last-of-type{
		width: 363px;
	}
}

.post-password-form input[type="submit"]{
	border-radius: 5px;
	color: #fff;
	background: linear-gradient(to right, #9D1F25, #530000);
	margin: 0 auto;
	margin-top: 20px;
	display: block;
	width: 303px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .3s;
}
.post-password-form input[type="submit"]:hover{
	opacity: .6;
}

@media (min-width: 768px) {
  .post-password-form input[type="submit"] {
    width: 363px;
    height: 48px;
  }
}


/* br */
@media (min-width: 768px) {
  .u-spbr {
    display: none;
  }
}

.u-pcbr {
  display: none;
}
@media (min-width: 768px) {
  .u-pcbr {
    display: block;
  }
}

.u-pconly {
  display: none;
}
@media (min-width: 1110px) {
  .u-pconly {
    display: block;
  }
}

/* Javascript */
.js--fixed {
  background-color: #9D1F25;
  height: 100vh;
  position: fixed;
  width: 100%;
}

.js-span1--close {
  transform: translateY(5px) rotate(140deg);
  background-color: #fff;
}

.js-span2--close {
  display: none;
}

.js-span3--close {
  transform: translateY(-3px) rotate(-140deg);
  margin-bottom: 4px;
  background-color: #fff;
}

.js-nav--open {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  background-color: #9D1F25;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  animation-name: opacity;
  animation-duration: .8s;
  padding: 80px 0 30px;
  opacity: 1;
  overflow: scroll;
  visibility: visible;
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/* add */
.u-mrb{
	margin-bottom: 60px;
}

@media (min-width: 1110px) {
  .u-mrb{
		margin-bottom: 120px;
	}
}

.p-program__container{
  position: relative;
  z-index: 1;
  margin-top: 35px;
}

.p-program__ttl{
  line-height: 1.35;
}
.p-program__ttl span {
  color: #000;
  font-size: 12px;
  margin-left: 20px;
}

.p-program__tagwp{
  width: 100%;
  display:flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  margin-top: 50px;
}

@media (min-width: 768px) {
  .p-program__tagwp{
    width: auto;
  }
}

.p-program__tag,.p-program__tag--day1{
  width: 50%;
  height: 60px;
  border-radius: 5px 5px 0 0;
  display:flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
}

@media (min-width: 768px) {
  .p-program__tag,.p-program__tag--day1{
   max-width: 442px;
   height: 68px;
   font-size: 2.6rem;
   cursor: pointer;
  }
}

@media (min-width: 1100px) {
  .p-program__tag,.p-program__tag--day1{
   font-size: 2rem;
  }
}

.p-program__tag{
	background-color:#cc6666;
/*   background-color: #CCCCCC; */
}

.p-program__tag--day1{
  background-color: #9D1F25;
}

.p-program__wrapper{
  position: relative;
  z-index: 2;
  width: 100%;
  border-top: 5px solid #9D1F25;
  margin-top: -5px;
  margin-bottom: 80px;
}

@media (min-width: 768px) {
  .p-program__wrapper{
    border-top: 7px solid #9D1F25;
    margin-top: -7px;
    margin-bottom: 111px;
  }
}

.p-program__box{
  transition: .3s;
}

.p-program__timelist{
  display:flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 25px;
	margin-bottom: 50px;
}

.p-program__timeitem{
  padding: 5px 10px;
	border-right: 1px solid #B3B3B3;

}

.p-program__timeitem:first-of-type {
  border-left: none;
}

@media (min-width: 768px) {
  .p-program__timeitem{
    padding: 5px 20px 10px 20px;
	    border-right: 1px solid #B3B3B3;


  }
}

.p-program__time{
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  line-height: 0.2em;
  color: #9D1F25;
}

@media (min-width: 768px) {
  .p-program__time{
	font-size: 2rem;
  }
}

.p-program__pdf{
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  width: 90%;
  max-width: 542px;
  height: 68px;
  display:flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
  margin: 0 auto; 
  margin-top: 45px;
  background-color: #FF0000;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .p-program__pdf{
    font-size: 2.3rem;
    gap: 0 13px;
  }
}

.p-program__pdfimg{
  width: 35px;
}

@media (min-width: 768px) {
  .p-program__pdfimg{
    width: 44px;
  }
}

.p-program__detail{
  font-family: 'Oswald', sans-serif;
  font-size: 2.3rem;
  line-height: 1.75;
  color: #0071BC;
}

@media (min-width: 768px) {
  .p-program__detail{
    font-size: 2.7rem;
  }
}

.p-program__detail span{
  font-size: 2rem;
}

@media (min-width: 768px) {
  .p-program__detail span{
    font-size: 2.6rem;
  }
}

.fs_up120{
  font-size: 125%;
}

@media screen and (max-width:480px) {
.fs_up120{
  font-size: 100%;
}
}

.wfc__
{color:#9D1F25;}

.br-sp {
    display: none;
}

@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
}

.p-program__koen{
  font-size: 1.8rem;
  line-height: 1.75;
  color: #3585BB;
}

@media (min-width: 768px) {
  .p-program__koen{
    font-size: 2rem;
  }
}

@media (min-width: 1025px) {
	.p-program__koen{
    padding-left: 10px;
		color:#3585BB;
  }
}

.p-program__koen2{
  font-size: 1.9rem;
  line-height: 1.75;
  font-weight: bold;
	  color: #000;
}

@media (min-width: 768px) {
  .p-program__koen2{
    font-size: 1.8rem;
	  font-weight:bold;
  }
}

@media (min-width: 1025px) {
	.p-program__koen2{
    padding-left: 26px;
		  color: #000;
  }
}

.p-program__koenttl{
  font-size: 2rem;
  line-height: 1.75;
  font-weight: bold;
  text-align: initial;
}

@media (min-width: 768px) {
  .p-program__koenttl{
    font-size: 1.9rem;
  }
}

@media (min-width: 1025px) {
	.p-program__koenttl{
    padding-left: 26px;
  }
}

.p-program__koendetail{
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 5px;
}

@media (min-width: 768px) {
.p-program__koendetail{
    font-size: 1.8rem;
    line-height: 1.75;
    margin-top: 0;
    text-align: initial;
  }
}

@media (min-width: 1025px) {
  .p-program__koendetail{
     padding: 0px 35px 0px 35px;
  }
}

.p-program__koendetail2{
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 5px;
}

@media (min-width: 768px) {
.p-program__koendetail2{
    font-size: 1.9rem;
    line-height: 1.75;
    margin-top: 0;
    text-align: initial;
  }
}

@media (min-width: 1025px) {
  .p-program__koendetail2{
     padding: 0px 35px 0px 150px;
  }
}

.p-program__koendetail3{
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 5px;
}

@media (min-width: 768px) {
.p-program__koendetail3{
    font-size: 1.9rem;
    line-height: 1.75;
    margin-top: 0;
    text-align: initial;
  }
}

@media (min-width: 1025px) {
  .p-program__koendetail3{
    padding-left: 9em;
    text-indent: -6.7em;
  }
}

.p-program__memo{
  font-size: 1.4rem;
  line-height: 1.75;
  margin-top: 45px;
}

@media (min-width: 768px) {
.p-program__memo{
    font-size: 1.4rem;
    line-height: 1.75;
    margin-top: 0;
    text-align: initial;
  }
}

@media (min-width: 1025px) {
  .p-program__memo{
	    margin-top: 45px;
	  color:#666;
  }
}

.p-program__koenimg{
  width: 195px;
  height: 255px;
  object-fit: cover;
}

.p-program__koenimg2{
  width: 220px;
  object-fit: cover;
}

.p-program__koenimg3{
  width: 160px;
  height: 200px;
  object-fit: cover;
}

.p-program__cap{
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  margin-top: 5px;
}

.p-program__left{
  width: 100%;
}

.p-program__right{
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  flex: none;
	justify-content: center;
}

@media (min-width: 768px) {
.p-program__right{
  justify-content: flex-end;
  max-width: 220px;
}
}
@media (min-width: 1100px) {
  .p-program__right{
    max-width: 420px;
  }
}
.p-program__item{
  display:flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px 0;
  padding-bottom: 20px;
  background-image : linear-gradient(to right, #9D1F25, #9D1F25 5px, transparent 3px, transparent 8px);  
  background-size: 8px 1px;         
  background-position: left bottom;  
  background-repeat: repeat-x;
  margin-top:45px;
}
@media (min-width: 768px) {
  .p-program__item{
    align-items: flex-start;
    flex-direction: row;
    gap: 0 10px;
  }
}

.p-program__item3{
  display:flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px 0;
  padding-bottom: 20px;
  background-size: 8px 1px;         
  background-position: left bottom;  
  background-repeat: repeat-x;
  margin-top:45px;
}

@media (min-width: 768px) {
  .p-program__item3{
    align-items: flex-start;
    flex-direction: row;
    gap: 0 10px;
  }
}
.p-program__item2{
  display:flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px 0;
  padding-top: 45px;
  padding-bottom: 20px;      
  background-position: left bottom;  
  background-repeat: repeat-x;
  background-color: #fff9f9;
}

@media (min-width: 768px) {
  .p-program__item2{
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    gap: 0 10px;
  }
}

.p-program__causion{
	 text-align: center;
    margin-top: 10px;
    color: #9D1F25;
    font-weight: 600;
    font-size: 1.4rem;
	line-height: 1.3;
}

@media (min-width: 768px) {
.p-program__causion{
	 text-align: center;
    margin-top: 15px;
    color: #9D1F25;
    font-weight: 600;
    font-size: 1.6rem;
}
}

.p-contact__span{
	text-align: center;
    margin-top: 10px;
    color: #9D1F25;
    font-weight: 600;
    font-size: 1.4rem;
	line-height: 1.3;
}
@media (min-width: 768px) {
.p-contact__span{
	 text-align: center;
    margin-top: 15px;
    color: #9D1F25;
    font-weight: 600;
    font-size: 1.6rem;
}
}


.js-pan2,.js-day2con{
  display: none;
}

.a-op{
  animation-name: opacity;
  animation-duration: .3s;
  animation-timing-function: ease-out;
}

.video-wrap {
    max-width: 1065px;
    margin: 0 auto;
    position: relative;
}
.video-btn {
    content: "";
    position: absolute;
    top:40px;
    left:0;
    right:0;
    bottom:40px;
    cursor: pointer;
    z-index: 2;
}

.p-ex__tag,.p-ex__tag--1{
  width: 50%;
  height: 60px;
  border-radius: 5px 5px 0 0;
  display:flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
}

@media (min-width: 768px) {
  .p-ex__tag,.p-ex__tag--1{
   max-width: 350px;
   height: 68px;
   font-size: 2.6rem;
   cursor: pointer;
  }
}

@media (min-width: 1100px) {
  .p-ex__tag,.p-ex__tag--1{
   font-size: 2.8rem;
  }
}

.p-ex__tag{
  background-color: #cc6666;
}

.p-ex__tag--1{
  background-color: #9D1F25;
}

.p-ex__name{
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.75;
  color: #0071BC;
}

@media (min-width: 768px) {
  .p-ex__name{
    font-size: 2.2rem;
  }
}

.p-ex__theme{
  font-size: 1.8rem;
  line-height: 1.8;
  display:flex;
}

@media (min-width: 768px) {
  .p-ex__theme{
    font-size: 2rem;
  }
}

.p-ex__theme span:first-of-type{
  flex: none;
}

.p-ex__item{
  padding-top: 45px;
  padding-bottom: 20px;
  background-image : linear-gradient(to right, #999999, #999999 5px, transparent 3px, transparent 8px);  
  background-size: 8px 1px;         
  background-position: left bottom;  
  background-repeat: repeat-x;
}

@media (min-width: 768px) {
  .p-ex__item{
    padding-left: 14px;
    padding-right: 14px;
  }
}

.p-ex__category{
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1;
  color: #0071BC;

}

@media (min-width: 768px) {
  .p-ex__category{
    font-size: 2.4rem;
  }
}

@media (min-width: 768px){
	 .p-ex__cateitem{
		padding: 10px 20px 7px 20px;
	}
}

.p-ex__name p:nth-of-type(even){
  font-size: 1.6rem;
	color:#000000;
  font-weight: bold;
  line-height: 1.8;
}

@media (min-width: 768px) {
	.p-ex__name p:nth-of-type(even){
	  font-size: 2.2rem;
	}
}

.p-ex__kigyouname p:not(:first-of-type){
	font-size: 1.6rem;
	color:#000000;
  font-weight: bold;
  line-height: 1.8;
}

@media (min-width: 768px) {
	.p-ex__kigyouname p:not(:first-of-type){
	  font-size: 2.2rem;
	}
}

.p-ex__shozoku{
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .p-ex__shozoku{
    font-size: 2.2rem;
  }
}

.p-ex__point{
  font-size: 1.8rem;
  color: #fff;
  background-color: #63A9CB;
  width: 100%;
  height: 40px;
  display:flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

@media (min-width: 768px) {
  .p-ex__point{
    font-size: 2.2rem;
    margin-top: 80px;
  }
}

.p-ex__subpoint{
  font-size: 2.3rem;
  border-bottom: 1px solid #9D1F25;
  color: #9D1F25;
  width: 100%;
  height: 30px;
  margin-top: 30px;
font-weight: bold;
}

@media (min-width: 768px) {
  .p-ex__subpoint{
    font-size: 2.2rem;
    height: 40px;
    margin-top: 50px;
  }
}

/* add3 */
.p-news__link--red {
  color: #9D1F25;
}

.l-chirashi{
	margin-top: 60px;
}

.p-chirashi__list{
	display:flex;
  justify-content: center;
	align-items: center;
	flex-direction: column;
  flex-wrap: wrap;
	gap: 20px;
}

@media (min-width: 768px) {
	.p-chirashi__list{
		flex-direction: row;
		gap: 20px 50px;
	}
}

.p-chirashi__item{
	width: 100%;
	max-width: 260px;
}

@media (min-width: 768px) {
	.p-chirashi__item{
		max-width: 280px;
	}
}

.p-chirashi__link[data-title]::after {
    content: attr(data-title);
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-top: 5px;
}

.p-chirashi__link,.p-chirashi__img{
	width: 100%;
	height: auto;
}

.p-chirashi__img{
	border: 1px solid rgba(0,0,0,.1);
}

.p-program__pdf--blue{
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  width: 90%;
  max-width: 542px;
  height: 68px;
  display:flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
  margin: 0 auto; 
  margin-top: 20px;
  background-color: #1D71BB;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .p-program__pdf--blue{
    font-size: 2.3rem;
    gap: 0 13px;
  }
}

.p-program__shiji{
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	margin-top: 15px;
}
.p-program__shiji2{
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	margin-top: 15px;
}

@media (min-width: 768px) {
.p-program__shiji{
	font-size: 1.6rem;
}
}

/* add4 */
.p-sponsor{
  margin-top: 37px;
}

@media (min-width: 768px) {
  .p-sponsor{
    margin-top: 67px;
  }
}

.p-sponsor__wrapper{
  max-width: 1065px;
  margin: 0 auto;
  margin-top: 15px;
  border-top: 1px solid #9D1F25;
}

.p-sponsor__causion{
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .p-sponsor__causion{
    font-size: 2.1rem;
    margin-top: 25px;
  }
}

.p-sponsor__item{
  width: 100%;
  height: 33px;
  border-radius: 10px;
  display:flex;
  justify-content: center;
  align-items: center;
  font-size: 1.9rem;
  font-weight: bold;
  color: #fff;
  margin-top: 50px;
}

@media (min-width: 768px) {
  .p-sponsor__item{
    margin-top: 76px;
  }
}

.p-plat{
  background-color: #709BAF;
  margin-top: 36px;
}

@media (min-width: 768px) {
  .p-plat{
    margin-top: 56px;
  }
}

.p-gold{
  background-color: #CEC200;
  margin-top: 56px;
}

@media (min-width: 768px) {
  .p-gold{
    margin-top: 76px;
  }
}

.p-sil{
  background-color: #B3B3B3;
  margin-top: 56px;
}

@media (min-width: 768px) {
  .p-sil{
    margin-top: 76px;
  }
}

.p-bro{
  background-color: #C69C6D;
  margin-top: 56px;
}

@media (min-width: 768px) {
  .p-bro{
    margin-top: 76px;
  }
}

.p-sponsor__list{
  display:flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap:15px;
  margin-top: 25px;
}

@media (min-width: 768px) {
  .p-sponsor__list{
    justify-content: flex-start;
	  gap: 15px 0;
  }
}

.p-plat__list{
	gap: 15px 0;
	flex-direction: column;
}

@media (min-width: 768px) {
  .p-sponsor__list{
    flex-direction: row;
  }
}

.p-plat__item{
  width: 305px;
  height: 70px;
  display: flex;
	justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .p-plat__item{
    width: 33.3%;
    height: 85px;
  }
}

.p-plat__link{
  width: 100%;
  height: 100%;
  display: flex;
	justify-content: center;
  align-items: center;
}

.p-plat__logo{
  width: auto;
  height: auto;
  max-height: 85px;
  max-width:450px;
  min-width: 248px;
  object-fit: contain;
}

.p-plat__logo2{
  width: auto;
  height: auto;
  max-height: 70px;
  max-width: 190px;
  min-width: 190px;
  object-fit: contain;
}

.p-gold__list{
	justify-content: flex-start;
	gap: 15px 5px;
}

@media (min-width: 1025px) {
	.p-gold__list{
		gap: 15px 0px;
	}
}

.p-gold__item{
  width: 49.2%;
  height: 60px;
  display: flex;
  align-items: center;
	justify-content: center;
}

@media (min-width: 768px) {
	.p-gold__item{
	  width: 24%;
	}
}

@media (min-width: 1025px) {
	.p-gold__item{
	  width: 25%;
	}
}

.p-gold__link{
	max-width: 255px;
	width: 100%;
  height: 100%;
	display: flex;
	justify-content: center;
  align-items: center;
}

.p-gold__logo{
  width: auto;
	height: auto;
	max-width: 255px;
	min-width: 155px;
	max-height: 60px;
  object-fit: contain;
}

.p-sil__list{
	gap: 15px 5px;
	justify-content: center;
}

@media (min-width: 1025px) {
	.p-sil__list{
		gap: 15px 0px;
	}
}

.p-sil__item{
  width: 32%;
  height: 60px;
  display: flex;
	justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
	.p-sil__item{
	  width: 19%;
	}
}

@media (min-width: 1025px) {
	.p-sil__item{
	  width: 20%;
	}
}

.p-sil__link{
  width: 100%;
  height: 100%;
	max-width: 200px;
	display: flex;
	justify-content: center;
  align-items: center;
}

.p-sil__logo{
  width: auto;
  height: auto;
	max-width: 200px;
	max-height: 60px ;
	min-width: 111px;
	display: flex;
	justify-content: center;
  align-items: center;
  object-fit: contain;
}

.p-bro__list{
  gap:12px; 
	justify-content: flex-start;
}

@media (min-width: 768px) {
  .p-bro__list{
    flex-direction: row;
    gap:12px 15px; 
    padding: 0 20px;
  }
}

@media (min-width: 1025px) {
  .p-bro__list{
    max-width: 1020px;
    margin: 0 auto;
    margin-top: 25px;
  }
}

.p-br__link{
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
  color: #0000FF;
  text-decoration: underline;
}

@media (min-width: 1025px) {
	.p-br__link{
	  width: 230px;
	}
}

.p-br__link--black{
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
}

@media (min-width: 1025px) {
	.p-br__link--black{
	  width: 230px;
	}
}

.p-youtube__detail{
  font-size: 1.6rem;
	line-height: 1.5;
  font-weight: bold;
	max-width: 1000px;
  margin-top: 15px;
}

@media (min-width: 768px) {
	.p-youtube__detail{
		 font-size: 2rem;
     line-height: 1.8;
	}
}

.p-youtube__date {
  color: #9D1F25;
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .p-youtube__date {
    font-size: 2.2rem;
  }
}

.p-youtube__txt{
	font-size: 1.8rem;
	margin-bottom: 15px;
}

@media (min-width: 768px) {
	.p-youtube__txt{
		font-size: 2.1rem;
	}
}

.p-youtube__jp{
	margin-top: 30px;
}

@media (min-width: 768px) {
	.p-youtube__jp{
		margin-top: 51px;
	}
}

.p-youtube__en{
	margin-top: 30px;
}

@media (min-width: 768px) {
	.p-youtube__en{
		margin-top: 78px;
	}
}

.p-youtube__wrapper iframe{
	width: 100%;
	height: 52vw;
	max-height: 598px;
}

@media (min-width: 768px) {
	.p-youtube__wrapper iframe{
		height: 30vw;
		aspect-ratio: 16 /4;
		max-height: 300px;
	}
}

@media (min-width: 768px) {
	.p-youtube__item{
		width: calc( 50% - 15px);
	}
}

@media (min-width: 768px) {
	.p-youtube__box{
		display: flex;
		justify-content: center;
		gap: 30px;
	}
}

/* add4 */
.p-top__bosyubtn{
	display: block;
	max-width: 850px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.p-top__bosyubtn{
		transition: .3s;
	}
	
	.p-top__bosyubtn:hover,.p-top__bosyubtn:focus{
		opacity: .6;
	}
}
/* add5 */
.p-addmore{
  display: block;
  max-width: max-content;
  transition: opacity ease .3s;
  position: absolute;
  bottom: calc((350 / 375) *100vw);
  right: 0;
}
.p-addmore:hover,.p-addmore:focus-visible{
  opacity: .7;
}
.p-addmorebtn{
  display: block;
  width: 158px;
  height: auto;
  aspect-ratio: 128 / 91;
}
.p-addmoreimg{
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
	.p-addmore{
    margin-top: 50px;
    bottom: min(calc((160 / 768) *100vw), 350px);
  }
  .p-addmorebtn{
    width: 279px;
    aspect-ratio: 279 / 100;
  }
}
.p-ex__gaiyou{
  font-size: 1.5rem;
	    color: #333;
  display: block;
}
@media (min-width: 768px) {
	.p-ex__gaiyou{
    font-size: 1.5rem;
    color: #333;
  }
}
.js-play{
  top: 0;
  background-image: url(/wp-content/uploads/play.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: min(17vw,100px) min(17vw,100px);
  width: min(100%,1065px);
  height: 100%;
  margin: 0 auto;
}
.video-wrap button{
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
/* add6 */
.p-top__btn{
  width: min(calc(100% - 18px),1006px);
  height: 55px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #EB1B22;
  background-color: rgb(247,208,153);
  border: 3px solid #EB1B22;
  text-align: center;
  margin: 10px 0 50px 18px;
  transition: opacity ease .3s;
}
.p-top__btn:hover,.p-top__btn:focus-visible{
  opacity: .7;
}
.p-top__btn span{
  display: flex;
  align-items: center;
  gap: 0 5px;
}
.p-top__btn span::before{
  content: '>>';
  display: block;
}
.p-ex__btn{
  width: min(100%,363px);
  height: 45px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #EB1B22;
  background-color: rgb(247,208,153);
  border: 3px solid #EB1B22;
  text-align: center;
  padding: 0;
  margin-top: 15px;
  cursor: pointer;
  transition: opacity ease .3s;
}
.p-ex__btn:hover,.p-ex__btn:focus-visible{
  opacity: .7;
}
.p-ex__btn span{
  display: flex;
  align-items: center;
  gap: 0 5px;
}
.p-ex__btn span::before{
  content: '>>';
  display: block;
}
.p-modal{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}
.p-modal__mask{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0,0,0,.8);
  cursor: pointer;
}
.p-modal__con{
  position: relative;
  z-index: 9999;
  width: min(85%,800px);
  height: auto;
  max-height: calc(100svh - 60px);
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}
.p-modal__con iframe{
  width: 100%;
  height: 100%;
  display: block;
}
.p-modal__close{
  position: absolute;
  top: -35px;
  right: 0;
  margin-right: -20px;
  margin-left: auto;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  pointer-events: none;
  cursor: pointer;
}
.p-modal__close::before{
  position: absolute;
  top: 14px;
  right: 6px;
  content: '';
  display: block;
  width: 18px;
  height: 2px;
  background-color: #000;
  transform: rotate(45deg);
}
.p-modal__close::after{
  position: absolute;
  top: 14px;
  right: 6px;
  content: '';
  display: block;
  width: 18px;
  height: 2px;
  background-color: #000;
  transform: rotate(-45deg);
}
.js-modalcon--open{
  opacity: 1;
  pointer-events: initial;
}
.js-under{
  z-index: 1 !important;
}
.js-fixed{
  overflow: clip;
}
@media (min-width: 768px) {
  .p-ex__btn{
    height: 50px;
  }
  .p-modal__close{
    top: -45px;
    margin-right: -35px;
  }
  .u-tabhidden{
    display: none;
  }  
}