@charset "UTF-8";

/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700&display=swap');


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: bottom;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  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;
}

/* box-sizing */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* hover img alpha2 */
a img.alpha {
  transition: all 0.2s ease 0s;
}
a:hover img.alpha {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -ms-filter: "alpha( opacity=0.8 )";
}

/* for sp link */
#sp_btn {
  display: none;
  text-align: center;
  padding-top: 40px;
}


body {
  margin: 0;
  padding: 0;
  width: 100% !important;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 
  font-size: 1.8rem;
  font-weight: normal;
  color: #000;
  letter-spacing: 0.02em;
  z-index: 1;

  -webkit-text-size-adjust: 100%; /*スマホ自動調整対策*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  background: #fff;
}

/* hover img alpha2 */
a img.alpha {
  transition: all 0.2s ease 0s;
}
a:hover img.alpha {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -ms-filter: "alpha( opacity=0.8 )";
}

sup{
  vertical-align: baseline;
  position: relative;
  top: -0.75ex;
  font-size:90%;
}

.nbo_header {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #000;
   position: relative;
   z-index:99;
  overflow: hidden;
}

.social_box {
   text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.social_buttons {
   display: inline-block;
   text-align: left;
}

.onb_header_box {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #000;
   position: relative;
   z-index:99;
  border-bottom: 3px solid #da9100;
}

.onb_header {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;

}

.onb_header img {
  width: 100%;
}

.sp_nbo_header {
  display: none;
}

header {
  width: 100%; /* android view point */
  height: 100%;
  margin: 0 auto;
   position: relative;
}


.head_img_01 {
    padding: 575px 0 0;
    margin: 0 0 0 35%;
}

.head_img_01 {
    background: url(img_mv.jpg) center top no-repeat;
    background-size: cover;
    padding: 575px 0 0;
    position: relative;
}


.ttl_box {
  position: absolute;
  width: 100%;
  max-width: 1000px;
  height: auto;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index:3;
  display: flex;
  flex-direction: column;
}

.p2_ttl_box {
  bottom: 0;
}

.inner1 {
  width: 295px;
  height: 0;
  padding-top: calc(170/295 * 295px); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(logo_55th.svg) top left / cover no-repeat;
}


.inner2 {
  margin-top: 20px;
  width: 805px;
  border-image-source: linear-gradient(rgba(0,0,0,1),rgba(0,0,0,1));
  border-image-slice: 0 fill;
  border-image-outset: 0 0 0 100vw;
}

.inner3 {
  margin-top: 10px;
  width: 943px;
  border-image-source: linear-gradient(rgba(0,0,0,1),rgba(0,0,0,1));
  border-image-slice: 0 fill;
  border-image-outset: 0 0 0 100vw;
}

.inner4 {
  display: none;
}

.inner5 {
  display: none;
}



h1 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.movie_txt {
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #FFF;
  font-size: 0.9rem;
  z-index: 12;
}

.lead_area {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 30px 0;
  background: #efefef;
}


.lead {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 2;
  color: #da9100;
  font-weight: bold;
}

.p2_header_box {
  position: relative;
  display: flex;
  width: 100%;
  margin: 0 auto;
}

.p2_header_box .item1 {
  width: 45%;
  order:2;
}

.p2_header_box .item1 img {
  width: 100%;
  overflow: hidden;
}

.p2_ttl_box {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  right: 0;
  transform:translateY(-50%);

}

.p2_ttl_box .inner1 {
  width: 100%;
  margin: 0 auto;
  padding: 0.2rem;
  display: flex;
  justify-content: flex-end;
}

.p2_ttl_box .inner1 .catch {
  width: 100%;
  max-width: 550px;
  padding: 15px 0 20px;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 900;
  font-size: 21px;
  line-height: 1.5;
  color: #FFF;
  border-top: 1px solid #437c94;
}

.p2_ttl_box .inner2 {
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0.2rem;
  display: flex;
  justify-content: flex-end;
}


main {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index:1;
}

main img {
  width: 100%;
}

main p {
  font-size: 1.05rem;
  line-height: 2;
  text-align: justify;
  text-justify:inter-ideograph;  
  padding-bottom: 2%;
  color: #333;
}



.sec1 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}


.sec1_inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 900px;

  height: 100%;
  margin: 0 auto;
  padding: 0 30px;
  color: #333;
  text-align: center;
  position: relative;
  z-index: 99;
}

.pt10 {
  padding-top: 10px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

h2 {
  margin: 0  auto 25px;
  padding: 10px 0 ;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  position: relative;
  text-align: left;
  border-bottom: 4px solid #da9100;
}

h2:after {
  content: '';
  position: absolute;
  bottom: -22px;
  right: -1px;
  width: 77px;
  height: 100%;
  background: url(bg_h2.svg) bottom right / cover no-repeat;
  z-index:10;
}

.dropcap:first-letter {
    font-size: 3.5rem;/*文字の大きさ*/
  font-family: 'Noto Serif JP', serif;
    margin-right: 6px;
    margin-top: 0;
    float: left;
    line-height: 1;/*必要*/
    color: #00a7db;
}

h3 {
  margin: 2% auto 0 !important;
  padding: 0 0 5px;
  width: 98%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #00a7db;
  position: relative;
}

.small_h3 {
  font-size: 75%;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.txt0 {
padding-left:0.5rem;
text-indent:-0.5rem;
}

.txt01 {
padding-left:3em;
}

.ph_flex {
  width: 92%;
  margin: 30px auto 40px;
  max-width: 760px;
  display: flex;
  position: relative;
  justify-content: space-between;
  gap: 12px;
}

.pf_item1 {
  position: relative;
  width: 35%;
  align-self: center;
  order: 2;

}

.pf_item2 {
  position: relative;
  width: 65%;
  align-self: flex-end;
}

.profile {
  width: 100%;
  margin: 0 auto;
  padding: 15px 0 0;
  text-align: justify;
  font-size: 0.87rem;
  line-height: 1.4;
  color: #333;
}

.pf_name {
  padding: 5%;
  position: relative;
}

.pf_name_txt {
  font-weight: 700;
  font-size: 0.85rem;
  line-height: 1.4;
  color: #000;
  text-align: left;
  position: relative;
  z-index: 1;
}


.name_area {
  margin: 0 auto;
  padding: 10px;
  width: 100%;
  background: #fbf5e9;
}

.name {
  margin: 0;
  padding-right: 10px;
  font-size: 0.85rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  color: #000;
  width: 100%;
}

.name_large {
  font-size: 1.2rem;
  font-weight: bold;
  vertical-align: baseline;
}

.img_box1 {
  width: 98%;
  max-width: 640px;
  margin: 20px auto;
}

.img_box1 img {
  width: 100%;
}

.img_area {
  width: 100%;
  margin: 0 auto;
}

.img_area img {
  border-radius: 10px;
}

.img_box2 {
  width: 98%;
  max-width: 720px;
  margin: 20px auto;
  position: relative;
}

.img_box2 img {
  width: 100%;
}

.zoom {
  position: relative;
}

a.zoom:before {
  content: "＋zoom";
  position: absolute;
  background-color: #30acc6;
  color: #fff;
  right: 0;
  bottom: 0;
  display: inline-block;
  z-index: 1;
  font-size: 1rem;
  font-weight: bold;
  padding: 2px 5px 2px 10px;
  border-radius: 8px 0 0 8px;
  transition: all .3s;
}

a.zoom img:hover {
  opacity: 0.7;
}

a.zoom:hover:before {
  opacity: 0.7;
}


.list {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.list_item {
  width: 56%;
  margin-right: -100px;
  position: relative;
  align-self: flex-end;
}

.list_item2 {
  width: 56%;
  position: relative;
  align-self: flex-end;
  margin-left: -100px;
  z-index: 2;
}

.list2_bg {
   width: 100%;
  max-width: 800px;
  margin: 10px auto 0;
  padding: 1.5% 0 0;
}

.list2 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.list2_item {
  width: 50%;
  position: relative;
}

.list_item img,
.list2_item img {
  width: 100%;
}

.add_border {
  border-top: 1px solid #133d85;
}

footer {
  width: 100%;
  max-width: 840px;
  margin: 0 auto 30px;
  padding: 2% 0;
  position: relative;
  background: #FFF;
}

.footer_border {
  border-top: 1px solid #da9100;
  border-bottom: 1px solid #da9100;
}

.footer_name {
  width: 94%;
  max-width: 960px;
  margin: 0% auto !important;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: center;

  font-weight: normal;
  padding-bottom: 1%;
}

.b_txt {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: bold;
}


.logo {
  width: 100%;
  margin: 0 auto;  
  text-align: center;
}


.logo img {
  margin: 50px auto;
  width: 230px;
  text-align: center;
}


.localFooter {
  line-height: 150%;
}

.footer_wrap {
  width: 100%;
  background: #FFF !important;
}


/* 単語ごとに改行 */
.sub_wb {
  display: inline-block;
}

/* バナー追加 */
.p2_bnr_box {
  margin: 50px auto 0;
}

.p2_bnr_box a {
  text-decoration: none;
  display: flex;
  width: 94%;
  max-width: 840px;
  margin: 0 auto;
}

.p2_bnr_box a:hover img {
  transform: scale(1.05);
}

.p2_bnr_box a:hover .txt_box {
  background-size: auto 115%;
}

.p2_bnr_box .img_box {
  width: 410px;
  overflow: hidden;
  margin: 0;
  font-size: 0;
}

.p2_bnr_box .img_box img {
  width: 100%;
  transition: 0.2s ease;
}


.p2_bnr_box .txt_box .ttl {
  font-size: 17px;
  font-weight: bold;
  line-height: 160%;
  text-align: left;
  width: 100%;
}


.p2_bnr_box .txt_box .link {
  margin: 20px 0 0;
  padding: 15px 0 0;
  text-align: right;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  width: 100%;
  font-weight: bold;
  border-top: 1px solid #fff;
}

/* バナー追加 */


/* float */
.img_add {
  float: right;
  width: 280px;
  margin: 5px 0 25px 30px;
  padding:0 0 5px;
  position: relative;
}

.img_add2 {
  float: left;
  width: 280px;
  margin: 5px 30px 25px 0;
  padding:0 0 5px;
  position: relative;
}


.img_add img,
.img_add img2 {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}


/* pager */
.pager {
  overflow: hidden;
  margin: 0 auto 1%;
  padding: 5px 0;
}
 
.pager ul {
  list-style: none;
  position: relative;
  left: 50%;
  float: left;
}
 
.pager ul li {
  margin: 0 5px;
  position: relative;
  left: -50%;
  float: left;
}

.pager ul li span,
.pager ul li a {
  display: block;
  font-size: 16px;
  padding: 0.7em 0.9em;
  font-weight: bold;
  width: 38px;
  text-align: center;
}
 
.pager ul li a {
  color: #4574ac;
  text-decoration: none;
   border-radius: 2px;
  background: #FFF;  
}
 
.pager ul li a:hover {
  background:#fff;
  color: #4574ac;
   border-radius: 2px;
}

.current {
  color: #4574ac;  
   border-radius: 2px;
  background: #FFF;
}

#note_text {
  padding: 15px 10%;
  color: #333;
  font-size: 0.85rem;
  line-height: 1.5;
  text-align:center;
}

.btn_area {
  width: 100%;
  margin: 30px auto;
  padding: 5px;
  transition: 0.3s;
  position: relative;
}

.btn_area:before {
  content:'';
  position:absolute;
  display: block;
  width: 98.5%;
  height: 82%;
  top: 0;
  left: 0;
  border-top: 1px solid #c74634;
  border-left: 1px solid #c74634;
  transition: 0.3s;
}

.btn_area:after {
  content:'';
  position:absolute;
  display: block;
  width: 98.5%;
  height: 82%;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #c74634;
  border-right: 1px solid #c74634;
  transition: 0.3s;
}

.btn_area:hover {
  background: #c74634;
}


.arrow-button {
  margin: 30px auto;

  color: #FFF;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;

  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  display: block;
  margin: 0 auto;
  padding: 0.8em;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  overflow: hidden;
  background: #1887c3;
  z-index: 9999;
  border-radius: 100vh;
  transition: 0.3s;
}

.arrow-button:hover {
  background: rgba(24,135,195,0.7);
}


.mb40 {
  margin-bottom: 40px;
}

.next_txt {
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 10px;
}
.next_txt::before,
.next_txt::after {
  background-color: #fff; /* 横線の色 */
  border-radius: 5px; /* 横線の両端を丸く */
  content: "";
  flex-grow: 1; /* 横幅いっぱい */
  height: 1px; /* 横線の高さ */
}
.next_txt::before {
  margin-right: 15px; /* 文字との余白 */
}
.next_txt::after {
  margin-left: 15px; /* 文字との余白 */
}


.foot_sns_btn {
  width: 100%;
  margin: 30px auto;
  text-align: center;
}

.foot_sns_btn img {
  height: 32px;
}

.name_color1 {
  color: #d18e04;
  font-weight: bold;
}

.name_color2 {
  color: #0075b6;
  font-weight: bold;
}

.name_color3 {
  color: #50a135;
  font-weight: bold;
}

@media screen and (max-width: 1050px) {

.head_img_01 {
    padding: 575px 0 0;
    margin: 0 0 0 27%;
}

.ttl_box {
  max-width: 960px;
}



}

@media screen and (max-width: 999px) {

.nbo_header {
  display: none;
}

.onb_header {
  display: none;
}


.sp_nbo_header {
  display: block;
  width: 100%; /* android view point */
  margin: 0 auto;
  position: relative;
  z-index: 1;

}

.sp_nbo_header img {
  width: 100% !important; /* android view point */
}

header {
  width: 100%; /* android view point */
  height: 100%;
  margin: 0 auto;
   position: relative;
}


.head_img_01 {
   margin: 0 auto;
  width: 100%; /* android view point */
  height: 0;
  padding-top: calc(639/1000 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(img_mv.jpg) top center / cover no-repeat;
  position: relative;
  z-index:1;
  overflow: hidden;
}


.ttl_box {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  top: 0;
  left: 0;
  transform: translateX(0);
  z-index:3;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}


.inner1 {
  margin: 0 auto;
  width: 295px;
  height: 0;
  padding-top: calc(170/295 * 295px); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(logo_55th.svg) top left / cover no-repeat;
}



.inner2 {
  margin-top: 10px;
  width: 80.5%;
  border-image-source: linear-gradient(rgba(0,0,0,1),rgba(0,0,0,1));
  border-image-slice: 0 fill;
  border-image-outset: 0 0 0 100vw;
}

.inner3 {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 94.3%;
  border-image-source: linear-gradient(rgba(0,0,0,1),rgba(0,0,0,1));
  border-image-slice: 0 fill;
  border-image-outset: 0 0 0 100vw;
}


.lead_area {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 3%;
}

.lead {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 2;
}

.sec1_bg:after {
  display: none;
}

main p {
  font-size: 1rem;
  line-height: 1.8;
}


.p2_hdr {
  border-radius: 10px 10px 0 0;
}

.p2_hdr:before {
  display: none;
}

.sec1 {
  width: 100%;
}

.sec1_inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 800px;
  padding: 1% 2% 0;
}

h2 {
  font-size: 1.8rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.35rem;
  line-height: 1.2;
}

.img_box1 img {
  box-shadow: none;
}

.btn_area {
  width: 100%;
}


.list2_bg {
   width: 94%;
  margin: 3% auto;
}

.list2 {
   width: 100%;
}

.logo img {
  margin: 5% auto;
}


}

@media screen and (max-width: 767px) {

.main_ttl {
  width: 480px; /* android view point */
  padding-top: calc(190/600 * 480px); /* calc(画像高さ ÷ 画像横幅 × 100%) */
}


h2 {
  font-size: 1.6rem;
}


h2:after {
  bottom: -15px;
}



h3 {
  font-size: 1.2rem;
}

.ph_flex {
  width: 80%;
  margin: 20px auto;
  max-width: 80%;
  display: flex;
  position: relative;
  flex-direction: column;
}

.pf_item1 {
  position: relative;
  width: 100%;
  margin-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  order: 2;
}

.pf_item2 {
  position: relative;
  z-index: 20;
  width: 100%;
  margin-left:0;
  margin-bottom: 0;
  order: 1;
}

.sec1 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding:  0;
  z-index: 16;
  width: 100%;
  background-image: none;
}

.sec1_inner {
  width: 100%;
  max-width: 100%;
}

.btn_area {
  margin: 3% auto 2%;
}


}

@media screen and (max-width: 639px) {

.main_ttl {
  width: 380px; /* android view point */
  padding-top: calc(190/600 * 380px); /* calc(画像高さ ÷ 画像横幅 × 100%) */
}


.sec1_inner {
  width: 100%;
  max-width: 96%;
}

.p2_hdr {
  margin: 0 auto 0;
}


h2 {
  width: 100%;
  font-size: 1.4rem;
}
h3 {
  font-size: 1.15rem;
}

.img_add {
  float: none;
  margin: 20px auto ;
}

.img_add2 {
  float: none;
  margin: 5px auto 20px;
}


.list {
flex-direction: column;
  width: 94%;
  align-items: center;
}

.list_item {
  width: 100%;
  margin-right: 0;
  margin-bottom:20px;
  position: relative;
  align-self: flex-end;
}

.list_item2 {
  width: 100%;
  position: relative;
  align-self: flex-end;
  margin-left: 0;
  margin-bottom:20px;
}


.list2 {
flex-direction: column;
  width: 94%;
  align-items: center;
}

.list2_item {
  width: 100%;
  padding: 5px 0;
}


#note_text {
  text-align:left;
}

#note_text br {
  display:none;
}


footer {
  padding: 4% 0;
}

}


@media screen and (max-width: 479px) {

.main_ttl {
  width: 300px; /* android view point */
  padding-top: calc(190/600 * 300px); /* calc(画像高さ ÷ 画像横幅 × 100%) */
}

.footer_name {
}

.catch {
  font-size: 1.2rem;
  line-height: 1.5;
}

h2 {
  font-size: 1.2rem;
}

.sp_n {
  display: block;
}


.p2_ttl_box h1 {
  font-size: 2rem;
  line-height: 1.2;
}

.logo img {
  margin: 5% auto;
}


.mt40 {
  margin-top: 3%;
}

.inner2 {
  margin-top: 10px;
  width: 80.5%;
  border-image-source: linear-gradient(rgba(0,0,0,1),rgba(0,0,0,1));
  border-image-slice: 0 fill;
  border-image-outset: 0 0 0 100vw;
}

.inner3 {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 94.3%;
  border-image-source: linear-gradient(rgba(0,0,0,1),rgba(0,0,0,1));
  border-image-slice: 0 fill;
  border-image-outset: 0 0 0 100vw;
}

.inner2 {
  display: none;
}

.inner3 {
  display: none;
}

.inner4 {
  display: block;
  position: relative;
  width: 86.5%;
  height: 0;
  padding-top: calc(70/865 * 86.5%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: #000 url(img_sp_ttl1.svg) top left / cover no-repeat;
}

.inner5 {
  display: block;
  position: relative;
  margin-top: 5px;
  margin-bottom: 10px;
  width: 99%;
  height: 0;
  padding-top: calc(70/990 * 99%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: #000 url(img_sp_ttl2.svg) top left / cover no-repeat;
}

}

@media screen and (min-width: 1920px) {

header, .lead_area {
  max-width: 1280px;
}


.inner2 {
  margin-top: 20px;
  width: 805px;
  padding-left: 10px;
  border-image-source: none;
  border-image-slice: 0 fill;
  border-image-outset: 0 ;
  background: #000;
}

.inner3 {
  margin-top: 10px;
  width: 943px;
  padding-left: 10px;
  border-image-source: none;
  border-image-slice: 0 fill;
  border-image-outset: 0 ;
  background: #000;
}


}
