/* Scss Document */
/* EN Being03 */
section.bg.image {
  background-color: transparent;
}
section.bg.image.opinion:after {
  content: "";
  display: block;
  background-image: url(../images/bg_opinion.jpg);
  background-size: cover;
  background-position: center center;
  filter: brightness(0.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}

section.common_article {
  padding-top: 70px;
  padding-bottom: 70px;
}
section.common_article p {
  font-weight: 500;
}
section.common_article.fv {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0;
  position: relative;
}
section.common_article.fv:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #F2F5F7;
  width: 100%;
  display: block;
  height: 70px;
  z-index: -1;
}
@media (max-width: 768px) {
  section.common_article.fv:after {
    display: none;
  }
}
section.common_article.fv .fv_image_sp {
  display: none;
}
@media (max-width: 768px) {
  section.common_article.fv .fv_image_sp {
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    height: 100%;
    width: 30%;
  }
  section.common_article.fv .fv_image_sp .movie {
    min-height: unset;
    height: 100%;
  }
  section.common_article.fv .fv_image_sp .bg {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
  }
  section.common_article.fv .fv_image_sp .cap {
    position: absolute;
    z-index: 2;
    height: auto;
    width: 100%;
    left: 0;
    top: 0;
  }
}
/*画像エリア指定*/
section.common_article.fv .fv_image {
  width: 100%;
  max-width: 300px;
  position: relative;
  min-width: 300px;/*2402*/
}
@media (max-width: 1200px) {
    section.common_article.fv .fv_image {
        max-width: 250px;
        min-width: 250px;
    }
}
@media (max-width: 1065px) {
    section.common_article.fv .fv_image {
        max-width: 200px;
        min-width: 200px;
    }
}
@media (max-width: 768px) {
  section.common_article.fv .fv_image {
    position: absolute;
    right: 0;
    z-index: -1;
    height: calc(50% + 100px);
    width: 30%;
    max-width: 150px;
    min-width: 150px;
  }
}
@media (max-width: 430px) {
    section.common_article.fv .fv_image {
        max-width: 120px;
        min-width: 120px;
    }
}
section.common_article.fv .fv_image img.bg {
  height: 100%;
  object-fit: cover;
}
section.common_article.fv .fv_image img.cap {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  section.common_article.fv .fv_image img.cap {
    display: none;
  }
}
section.common_article.fv .fv_cont {
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: auto;
  justify-content: center;
  padding-top: 60px;/*202312*/
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  section.common_article.fv .fv_cont {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
section.common_article.alt {
  padding-top: 0;
}
@media (max-width: 768px) {
  section.common_article.alt {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
section.common_article .inr {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
section.common_article .inr h3 {
  font-size: 32px;
}
@media (max-width: 768px) {
  section.common_article .lead {
    padding-right: 20px;
  }
/*  section.common_article .sp_expand .btn_expand {
    margin-right: 20px;
  }*/
}
section.common_article h2{
  font-size: 50px;
  color: #F50000;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  line-height: 1.2;
  gap: 15px;
}
section.common_article h2 .title {
  font-family: HelveticaNowDisplay-Bd, sans-serif;
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  section.common_article h2 {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;/*タイトルの行数によって調整*/
    font-size: 10vw;/*10vwに戻す*/
    align-items: baseline;
  }
  section.common_article h2 .title {
    gap: 0;
    align-items: baseline;
    width: 80%;
  }
  section.common_article h2 .title span {
    background-color: white;
    padding: 5px 5px 0px 0px;
  }
}
section.common_article h2 .date {
  font-size: 18px;
  font-family: HelveticaNowDisplay-Bd, sans-serif;
  color: black;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 15px;/*20*/
  line-height: 1;
}
/*02*/
section.common_article h2 .date span,
section.common_article h2 .date span span.num {
  color: #F50000;
}
section.common_article h2 .date span.num {
  font-size: 48px;
  line-height: 0.7;
}
section.common_article h2 .note {
  font-size: 19px;/*18*/
  font-weight: 800;
  color: black;
}
/*@media (max-width: 768px) {
    section.common_article h2 .note {
    width: 70%;
    }
}*/

section.common_article .fv_cont .lead {
    margin-top: -20px;
}

section.common_article.image h3 {
  color: white;
  font-size: 33px;/*32*/
}
@media (max-width: 768px) {
  section.common_article.image h3 {
    font-size: 25px;
  }
}
section.common_article.image h3 span {
  color: white;
}
section.common_article.image p {
  color: white;
/*  width: 63%;
}
@media (max-width: 768px) {
    section.common_article.image p {
    width: 100%;
    }*/
}
section.common_article h4.quote {
  font-family: HelveticaNowDisplay-Bd, sans-serif;
  color: black;
  font-weight: 800;
  font-size: 33px;/*32*/
  line-height: 1.7;
  position: relative;
  width: 50%;
  min-width: 600px;
}
@media (max-width: 768px) {
  section.common_article h4.quote {
    min-width: unset;
    width: 100%;
    font-size: 25px;
  }
}
section.common_article h4.quote span {
  color: #F50000;
}
section.common_article h4.quote img {
  width: 20px;
  height: 17px;
  vertical-align: super;
}
section.common_article div.opinion {
  width: 100%;
  display: flex;
}
section.common_article div.opinion .inr {
  width: 80%;
  display: flex;
  gap: 30px;
  flex-direction: column;
  margin-left: 10%;/*20*/
}
@media (max-width: 768px) {
  section.common_article div.opinion .inr {
    width: 100%;
    margin-left: 0;
  }
}

/*02 suggestion*/
section.common_article div.opinion .inr .note {
    text-align: right;
    font-size: 20px;
    font-weight: 800;
}
section.common_article div.opinion .inr .note i {
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
}
section.common_article div.opinion .inr h4 {
    font-size: 32px;
    text-align: left;
    display: flex;
/*    flex-wrap: wrap;*/
    align-items: baseline;
    gap: 10px;
    line-height: 1;
}
section.common_article div.opinion .inr h4 .num {
    font-size: 48px;
    color: #F50000;
    display: flex;
    flex-direction: column;
    font-weight: 700;
    line-height: 1.2;
    gap: 15px;
}
section.common_article div.opinion .inr h4 .fr {
    color: #F50000;
}
section.common_article div.opinion .inr .sugg_cont {
    padding-left: 75px;
}
@media (max-width: 768px) {
    section.common_article div.opinion .inr .note {
        text-align: left;
        font-size: 19px;
    }
    section.common_article div.opinion .inr h4 {
        font-size: 25px;
        gap: 0;
        flex-wrap: nowrap;/*EN*/
    }
    section.common_article div.opinion .inr h4 .num {
        font-size: 32px;
        padding-right: 10px;
    }
    section.common_article div.opinion .inr .sugg_cont {
        padding-left: 0;
    }
}

section.common_article figure {
  display: flex;
  gap: 50px;
  width: 100%;
}
section.common_article figure figcaption {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 70%;
}
section.common_article figure figcaption p {
  font-size: 14px;
  line-height: 2;
}
section.common_article figure img {
  position: relative;
  margin-right: -30px;
  width: 30%;
  height: auto;
  max-width: 500px;
  object-fit: cover;
}
section.common_article p.point {
  font-size: 80px;
  font-weight: 700;
  line-height: 1.4;
}
section.common_article p.point span {
  color: #F50000;
}

/*02 action*/
/*section.common_cont div.action .inr {
    width: 80%;
    display: flex;
    gap: 30px;
    flex-direction: column;
    margin-left: 15%;
}
section.common_cont div.action .inr h4 {
    font-size: 32px;
}
section.common_cont div.action .inr p {
    margin: 0 20px; 
}
section.common_cont div.action .inr .action_parts {
    background-color: #FFF;
    padding: 20px 0 20px;
    z-index: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
section.common_cont div.action .inr .action_parts::before {
    content: "";
    position: absolute;
    background-color: #f2f5f7;
    height: 36px;
    width: 100%;
    z-index: -1;
    left: 0;
    top: 0;
}
section.common_cont div.action .inr .action_parts h5 {
    font-size: 24px;
    font-weight: 600;
}
section.common_cont div.action .inr .action_parts .action_cap {
    padding: 10px 20px 0;
    font-weight: 600;
    font-size: 15px;
}
section.common_cont div.action .inr .action_parts figure {
    padding: 0 20px;
}
section.common_cont div.action ul.oneline_link {
    margin-top: 10px;
    gap: 0px;
}
section.common_cont div.action ul.oneline_link li a{
    font-size: 16px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
}
section.common_cont div.action ul.oneline_link li a:hover {
    color: #000;
    background-color: #cbd5dc;
    opacity: 1;
}
section.common_cont div.action ul.oneline_link li a:hover span.material-symbols-outlined {
}
@media (max-width: 768px) {
    section.common_cont div.action .inr {
        margin-left: 0;
        width: 100%;
        gap: 15px;
    }
    section.common_cont div.action .inr h4 {
        font-size: 25px;
    }
    section.common_cont div.action .inr p {
        margin: 0;
    }
    section.common_cont div.action .inr .action_parts h5 {
        font-size: 22px;
        padding: 0 20px;
    }
    section.common_cont div.action .inr .action_parts {
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    section.common_cont div.action .inr p.plr20 {
        padding: 0 20px;
    }
    section.common_cont div.action .inr .action_parts figure img {
        max-width: unset;
    }
}
*/


/*add*/
/*section.common_cont.another {
    padding-top: 100px;
    padding-bottom: 130px;
}

section.common_cont.bg_gray.sliders {
    padding-top: 100px;
}*/


/*02 moves*/
/*section.ru-moves {
  padding-right: 0;
  padding-bottom: 0;
}
section.ru-moves .wrap {
  padding-left: 0px;
}
@media (max-width: 768px) {
  section.ru-moves .inr {
    margin-top: 25px;
  }
}
section.ru-moves .sort-btn {
  padding: 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 20px;
  align-items: flex-start;
}
section.ru-moves .sort-btn div.flex {
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  section.ru-moves .sort-btn div.flex {
    width: 100%;
  }
}
@media (max-width: 768px) {
  section.ru-moves .sort-btn div.other_words {
    width: 100%;
  }
}
@media (max-width: 768px) {
  section.ru-moves .sort-btn div.swipe {
    position: relative;
    width: 100%;
    overflow: auto;
    height: 35px;
  }
  section.ru-moves .sort-btn div.swipe::-webkit-scrollbar {
    display: none;
  }
}
section.ru-moves .sort-btn dt {
  font-weight: bold;
  margin: 0 0 10px 0;
}
section.ru-moves .sort-btn dd {
  margin: 0 0 10px 0;
}
section.ru-moves .sort-btn ul {
  display: flex;
  flex-wrap: wrap;
  display: flex;
  gap: 5px 20px;
}
@media (max-width: 768px) {
  section.ru-moves .sort-btn ul {
    margin-bottom: 0px;
    width: max-content;
  }
}
section.ru-moves .sort-btn ul hr {
  width: 1px;
  height: 13px;
  display: block;
  background-color: black;
  position: relative;
  top: 3px;
}
section.ru-moves .sort-btn ul li {
  position: relative;
  cursor: pointer;
  padding: 0px 0px 7px 0px;
  font-weight: bolder;
  margin: 0;
  font-family: HelveticaNowDisplay-Bd, 'Noto Sans CJK JP', 'Noto Sans JP';
  font-size: 16px;
  line-height: 1;
}
section.ru-moves .sort-btn ul li:hover {
  border-bottom: solid 2px #D60000;
}
section.ru-moves .sort-btn ul li.active {
  border-bottom: solid 2px #D60000;
}
section.ru-moves .sort-btn li {
  margin: 0 10px;
}
section.ru-moves .grid {
  position: relative;
  width: 100%;
}
section.ru-moves .item {
  display: block;
  position: absolute;
  width: 20%;
  z-index: 1;
}
@media (max-width: 1280px) {
  section.ru-moves .item {
    width: 33.3%;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  section.ru-moves .item {
    width: 50%;
  }
}
section.ru-moves .item .tag {
  font-family: HelveticaNowDisplay-Md, 'Noto Sans CJK JP', 'Noto Sans JP';
  font-weight: 500;
  color: #D60000;
}
section.ru-moves .item-content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 40px 25px 40px 0px;
}
@media (max-width: 768px) {
  section.ru-moves .item-content {
    padding: 0px 20px 40px 0px;
  }
}
section.ru-moves .grid img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
section.ru-moves ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.ru-moves a {
  color: #333;
}
section.ru-moves a:hover,
section.ru-moves a:active {
  text-decoration: none;
}
section.ru-moves .grid a {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
section.ru-moves span.more {
  color: #D60000;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: bolder;
}
@media screen and (max-width: 1065px) {
  section.ru-moves span.more {
    display: none;
  }
}
section.ru-moves span.more.sp {
  display: none;
}
@media screen and (max-width: 1065px) {
  section.ru-moves span.more.sp {
    display: flex !important;
    width: 100%;
    max-width: fit-content;
  }
}
section.ru-moves span.more .material-symbols-outlined {
  transition: .3s;
}
section.ru-moves span.more.active .material-symbols-outlined {
  transform: rotateX(180deg);
}
section.ru-moves h3 {
  font-family: HelveticaNowDisplay-Bd, 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 19px;
  line-height: 1.2;
}
section.ru-moves h3 span {
}
section.ru-moves h1 {
  text-align: center;
  font-size: 6vw;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 30px 0;
}
section.ru-moves p {

  margin: 0 10px 10px 10px;
  word-wrap: break-word;
}
*/


.en_cap {
  display: flex;
  flex-direction: column;
  font-size: 32px;
  color: #F50000;
  font-family: HelveticaNowDisplay-Bd, sans-serif;
  width: fit-content;
}
.en_cap span {
  color: black;
  font-weight: 800;
  font-size: 32px;
}

h3 {
  font-family: HelveticaNowDisplay-Bd, sans-serif;
  font-size: 33px;/*32*/
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 700;
}
@media (max-width: 768px) {
  h3 {
    font-size: 25px;
  }
}
h3 span {
  color: #F50000;
  font-family: HelveticaNowDisplay-Bd, sans-serif;
  font-size: 22px;/*20*/
}

.voice {
  display: flex;
  gap: 60px;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .voice {
    flex-direction: column;
    gap: 0;/*2402*/
  }
}
.voice.alt {
  gap: 17px;
  padding: 30px;
  background-color: #F2F5F7;
  flex-direction: column;
  display: flex;
}
@media (max-width: 768px) {
  .voice.alt {
    padding-left: 0;
    padding-right: 0;
  }
}
.voice.alt:after {
  display: none;
}
@media (max-width: 768px) {
  .voice.alt:after {
    display: block;
    content: "";
    width: calc(100% + 40px);
    margin-left: -20px;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.voice.alt:before {
  content: "";
  position: absolute;
  background-color: white;
  height: 50px;
  width: 100%;
  z-index: 0;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .voice.alt:before {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}
.voice.alt figure {
  padding-bottom: 0;
}
.voice.alt h3 {
  position: relative;
}
@media (max-width: 768px) {
  .voice.alt .flex.alt {
    flex-direction: column;
  }
}
.voice:after {
  content: "";
  position: absolute;
  background-color: #F2F5F7;
  display: block;
  width: calc(100% + 20px);
  height: 100%;
  z-index: -2;
  margin-left: 0px;
}
@media (max-width: 768px) {
  .voice:after {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.voice:before {
  content: "";
  position: absolute;
  background-color: white;
  height: 77px;
  width: calc(100% + 20px);
  z-index: -1;
}
@media (max-width: 768px) {
  .voice:before {
    width: calc(100% + 40px);
    margin-left: -20px;
    height: 73px;
  }
}

.voice figure {
  width: 50%;
  max-width: 310px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 30px;
  min-width: unset;
}
.another .voice .pc p {
    padding-top: 6px;
}/*2402*/
@media (max-width: 768px) {
  .voice figure {
    max-width: unset;
    width: 100%;
    padding: 0;
    gap: 0;/*2402*/
  }
    .another .voice .sp span {
        font-size: 18px;
    }
    .another .voice .sp span i {
        font-size: 14px;
        font-weight: 500;
    }
    .another .voice .sp p {
        padding-top: 6px;
    }/*2402*/
}

.voice .flex.gap15 {
  width: 100%;
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  figure img {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}

figure {
  width: 100%;
  min-width: 310px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 30px;
}
figure span {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}
figure span i {
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
}
figure figcaption {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
figure figcaption p {
  font-weight: 500;
}

.sliders .wrap {
  margin-top: 45px;
}
.sliders .wrap:first-child {
  margin-top: 0;
}
.sliders ul.slider li {
  width: 284px;
  height: 284px;
}
.sliders ul.slider li p {
/*  font-weight: 800;*/
  line-height: 1.35;/*EN*/
  padding-right: 5px;
  font-size: 13px;
}
.sliders .slider {
  padding-bottom: 50px;
}
.sliders ul.slider ul.slick-dots {
  position: absolute;
  bottom: 0;
  display: flex;
  gap: 5px;
  width: 100%;
  height: 15px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
}
.sliders ul.slider ul.slick-dots li {
  height: unset;
  min-height: unset;
  margin: 0;
  width: auto;
}
@media (max-width: 768px) {
  .sliders ul.slider .slick-next {
    right: 12px;
  }
}
.sliders ul.slider.txt_slide a {
  display: flex;
  height: 100%;
}
.sliders ul.slider.txt_slide dl {
  display: flex;
  height: 100%;
  position: relative;
}
.sliders ul.slider.txt_slide dl dt {
  height: 100%;
}
.sliders ul.slider.txt_slide dl dd {
  display: flex;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
}
.sliders ul.slider.txt_slide dl dd .material-symbols-outlined {
  font-weight: normal;
}
.sliders ul.slider.txt_slide dl dd .material-symbols-outlined.red {
  color: #F50000;
}
.sliders ul.slider.txt_slide dl dd .material-symbols-outlined.white {
  color: white;
  -moz-text-shadow: 0px 0px 18px black;
  -webkit-text-shadow: 0px 0px 18px black;
  -ms-text-shadow: 0px 0px 18px black;
  text-shadow: 0px 0px 18px black;
}
.sliders ul.slider.txt_slide li.txt dl dt {
  background-color: #cbd5dc;
  padding: 18px;/*20px;*/
/*  padding-right: 30px;*/
  color: #F50000;
  font-weight: 800;
  font-size: 32px;
  display: flex;
  flex-direction: column;
  gap: 5px;/*10px*/
}
.sliders ul.slider.txt_slide li.txt dl dt h4 {
  font-size: 16px;
  font-weight: 700;
  color: black;
  font-family: HelveticaNowDisplay-Bd, 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
}
@media (max-width: 500px) {
  .sliders ul.slider.txt_slide li.txt dl dt h4 br {
/*    display: none;*/
  }
}
@media (max-width: 768px) {
    .sliders ul.slider.txt_slide li.txt dl dt p {
        line-height: 1.5;
    }
}
.sliders ul.slider.txt_slide li.txt dl dt p span {
    font-size: 12px;
    line-height: 1;
}/**/
.sliders ul.slider.thumb_slide li {
  width: 440px;
  min-height: 320px;
}
@media (max-width: 768px) {
  .sliders ul.slider.thumb_slide li {
    width: 280px;
  }
}
.sliders ul.slider.thumb_slide li dl {
  height: 100%;
}
.sliders ul.slider.thumb_slide li dl dt {
  min-height: 180px;
}
.sliders ul.slider.thumb_slide li dl dt img {
  max-height: unset;
}
.sliders ul.slider.thumb_slide li dl dd {
  height: 100%;
  background-color: white;
  gap: 0px;/**/
}
@media (max-width: 768px) {
    .sliders ul.slider.thumb_slide li dl dd h4 {
        font-size: 13px;
        line-height: 1.3;
    }
}
.sliders ul.slider.thumb_slide li dl dd span.material-symbols-outlined {
  color: #F50000;
  text-align: right;
}
/*add2311*/
a.anchor {
  margin-top: -120px;/*60*/
  padding-top: 120px;
  display: block;
}
@media (max-width: 768px) {
  a.anchor {
    margin-top: -80px;/*40*/
    padding-top: 80px;
  }
}

ul.oneline_link {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}
/*add2311*/
ul.oneline_link.alt {
  gap: 0;
}
@media (max-width: 768px) {
  ul.oneline_link.alt {
    transform: translateX(-10px);
  }
}
ul.oneline_link.alt li {
  border-bottom: dotted 1px #e5ebee;
}
ul.oneline_link.alt li a:hover {
  background-color: #eef3f6;
}
ul.oneline_link.alt li a h4 {
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 768px) {
  ul.oneline_link.alt li a h4 {
    flex-direction: column;
  }
}
ul.oneline_link.alt li a h4 span.en {
  font-size: 16px;
  font-family: "Helvetica";
  color: #D60000;
}
ul.oneline_link.alt li a h4 span.tit {
  font-size: 16px;
  font-weight: bold;
}
ul.oneline_link.alt li a span.material-symbols-outlined {
  transform: rotate(90deg);
}

ul.oneline_link li {
  width: 100%;
}
ul.oneline_link li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20%;/*75px*/
  padding: 20px;
}
ul.oneline_link li a:hover {
  background-color: #cbd5dc;
  opacity: 1;
}
@media (max-width: 768px) {
  ul.oneline_link li a {
    gap: 20px;
  }
}
ul.oneline_link li a h4 {
  display: flex;
  flex-direction: column;
  font-size: 21px;/*20*/
  font-weight: 700;
  gap: 10px;
  line-height: 1.35;
}
ul.oneline_link li a h4 span {
  font-size: 15px;/*14*/
}
ul.oneline_link li a span.material-symbols-outlined {
  color: #F50000;
}

/*add*/
section.common_cont.kanshu {
    padding-top: 60px;
    padding-bottom: 0;
}
.sogo .flex .flex span i {
    font-style: normal;
    font-size: 15px;/*14*/
    font-weight: 500;
}
.sogo .flex .flex p a:hover,
.sogo .flex .flex p a:active {
    text-decoration: underline;
}

.annotation {
  display: block;
  margin-top: 10px;
}

/*being*/
section#being {
    padding-bottom: 110px;
}
#being .container .wrap {
    flex-direction: initial;
}
@media (max-width: 768px) {
    section#being {
        padding-bottom: 50px;
    }
    #being .container .wrap {
        flex-direction: inherit;
    }
}
#being .container .wrap div.tit {
    min-width: 284px;
}
#being .container .wrap div.tit h3 img {
    width: 225px;
}
#being .container .wrap div.text h4 {
    font-size: 20px;
    padding-bottom: 10px;
}
#being .container .wrap div.text p {
    font-weight: 500;
    padding-bottom: 20px;
}

/*morestories.cssへ*/

@media (max-width: 768px) {
  .sp_expand {
    height: 150px;
    overflow: hidden;
    position: relative;
    transition: .3s;
  }
  .sp_expand:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, white 70%, white 100%);
    transition: .3s;
  }
  .sp_expand.gray:after {
    background: linear-gradient(-180deg, rgba(242, 245, 247, 0) 0%, #F2F5F7 70%, #F2F5F7 100%);
  }
  .sp_expand.active {
    height: auto;
  }
  .sp_expand.active:after {
    opacity: 0;
  }
  .sp_expand.active .btn_expand {
    opacity: 0;
  }
}
.sp_expand .btn_expand {
  display: none;
}
@media (max-width: 768px) {
  .sp_expand .btn_expand {
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
    right: 0;
    color: #F50000;
    font-weight: 800;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    transition: .3s;
    cursor: pointer;
  }
}

.mark {
  display: flex;
  width: 21px;
  height: 21px;
  justify-content: center;
  align-items: center;
}
.mark span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #F50000;
  position: absolute;
}
.mark span:last-child {
  transform: rotate(90deg);
}

@media (max-width: 768px) {
  .pdl30 {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  img.sp {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}

.common_cont p/*.lead*/ {
  font-weight: 500;
/*  width: 63%;
}
@media (max-width: 768px) {
    .common_cont p.lead {
        width: 100%;
    }*/
}

@media (max-width: 768px) {
  #sub section.bg.image .slick-slider {
    width: calc(100% + 20px);
  }
}
@media (max-width: 768px) {
  #sub section.common_cont.bg_gray.sliders .slick-slider {
    width: calc(100% + 20px);
  }
}

/*morestories.cssへ*/

.arrow_being img {
  width: 45px;
}

.movie {
  object-fit: cover;
  width: 100%;
  position: absolute;
  height: 70vw;/*upd2312 100%*/
  max-height: 630px;
/*  min-height: 40vw;*/
  overflow: hidden;
}
.movie video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 1;
  position: relative;
  outline: none;
  border: none;
  filter: drop-shadow(0px 0px #000);
  transform: scale(1.01);
}
@media (max-width: 768px) {
  .movie {
    max-height: 430px;/*450*/
    height: 100%;/*add2312*/
  }
}
.movie img.play {
  display: none;
}
@media (max-width: 768px) {
  .movie img.play {
    position: absolute;
    z-index: 1;
    top: 15vw;
    left: 0;
    right: 0;
    width: 70px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 15vw;
  }
}
.movie img.bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 0;
}

.poster {
  position: absolute;
  width: 100%;
  height: 70vw;
  max-height: 630px;
  overflow: hidden;
  object-fit: cover;
  /*top: 15px;/*画面1200px以下の時の画像位置*/
}

.poster img {
  height: 70vw;
  max-height: 630px;
  width: 100%;
  object-fit: cover;
  position: relative;
  outline: none;
  border: none;
  object-position: top;/*画像上合わせ*/
}

@media (max-width: 768px) {
  .poster{
  height: 100%;
  max-height: 430px;
  }
  .poster img {
  height: 100%;
  min-height: 430px;
  }
    
}

.spbr {
    display: none;
}
@media (max-width: 768px) {
    .spbr { 
        display: block;
    }
}

.mlr0 { margin: 0 !important; }

/*# sourceMappingURL=journal.css.map */
