/* ===================================================================
CSS information

 file name  :  common.css

=================================================================== */


/* ------------------------------------------------
  body
------------------------------------------------ */
body {
    font-family: 'Roboto Condensed', sans-serif;
    background: #fff;
    position: relative;
    color: #000;
    line-height: 1.4;
}
a {
    color: inherit;
    text-decoration: underline;
}
a img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
a:hover {
    text-decoration: none;
}
a.imgclick:hover {
    opacity: 0.8;
}
button {
    outline: none;
    background: none;
    border: none;
}
.display_pc {
    display: block !important;
}
.display_sp {
    display: none !important;
}
sup {
	font-size: 70%;
	vertical-align: super;
}
.aktio_red {
    color: #be0011;
}

@media screen and (max-width: 648px) {
.display_pc {
    display: none !important;
}
.display_sp {
    display: block !important;
}
html {
    font-size: calc(100vw / 32);
}
P {
    font-size: 100%;
}
}

mg0 {margin:0px !important;}
mg5 {margin:5px !important;}
mg10 {margin:10px !important;}
mg15 {margin:15px !important;}
mg20 {margin:20px !important;}
mg25 {margin:25px !important;}
mg30 {margin:30px !important;}
mg35 {margin:35px !important;}
mg40 {margin:40px !important;}
mg45 {margin:45px !important;}
mg50 {margin:50px !important;}
mg55 {margin:55px !important;}
mg60 {margin:60px !important;}

/*top*/
.mg0 {margin:0px !important;}
.mg5 {margin:5px !important;}
.mg10 {margin:10px !important;}
.mg15 {margin:15px !important;}
.mg20 {margin:20px !important;}
.mg25 {margin:25px !important;}
.mg30 {margin:30px !important;}
.mg35 {margin:35px !important;}
.mg40 {margin:40px !important;}
.mg45 {margin:45px !important;}
.mg50 {margin:50px !important;}
.mg55 {margin:55px !important;}
.mg60 {margin:60px !important;}

/*top*/
.mgT0 {margin-top:0px !important;}
.mgT5 {margin-top:5px !important;}
.mgT10 {margin-top:10px !important;}
.mgT15 {margin-top:15px !important;}
.mgT20 {margin-top:20px !important;}
.mgT25 {margin-top:25px !important;}
.mgT30 {margin-top:30px !important;}
.mgT35 {margin-top:35px !important;}
.mgT40 {margin-top:40px !important;}
.mgT45 {margin-top:45px !important;}
.mgT50 {margin-top:50px !important;}
.mgT55 {margin-top:55px !important;}
.mgT60 {margin-top:60px !important;}

/*right*/
.mgR0 {margin-right:0px !important;}
.mgR5 {margin-right:5px !important;}
.mgR10 {margin-right:10px !important;}
.mgR15 {margin-right:15px !important;}
.mgR20 {margin-right:20px !important;}
.mgR25 {margin-right:25px !important;}
.mgR30 {margin-right:30px !important;}
.mgR35 {margin-right:35px !important;}
.mgR40 {margin-right:40px !important;}
.mgR45 {margin-right:45px !important;}
.mgR50 {margin-right:50px !important;}
.mgR55 {margin-right:55px !important;}
.mgR60 {margin-right:60px !important;}

/*bottom*/
.mgB0 {margin-bottom:0px !important;}
.mgB5 {margin-bottom:5px !important;}
.mgB10 {margin-bottom:10px !important;}
.mgB15 {margin-bottom:15px !important;}
.mgB20 {margin-bottom:20px !important;}
.mgB25 {margin-bottom:25px !important;}
.mgB30 {margin-bottom:30px !important;}
.mgB35 {margin-bottom:35px !important;}
.mgB40 {margin-bottom:40px !important;}
.mgB45 {margin-bottom:45px !important;}
.mgB50 {margin-bottom:50px !important;}
.mgB55 {margin-bottom:55px !important;}
.mgB60 {margin-bottom:60px !important;}
.mgB65 {margin-bottom:65px !important;}
.mgB70 {margin-bottom:70px !important;}
.mgB75 {margin-bottom:75px !important;}
.mgB80 {margin-bottom:80px !important;}
.mgB85 {margin-bottom:85px !important;}
.mgB90 {margin-bottom:90px !important;}
.mgB95 {margin-bottom:95px !important;}
.mgB100 {margin-bottom:100px !important;}

/*left*/
.mgL0 {margin-left:0px !important;}
.mgL5 {margin-left:5px !important;}
.mgL10 {margin-left:10px !important;}
.mgL15 {margin-left:15px !important;}
.mgL20 {margin-left:20px !important;}
.mgL25 {margin-left:25px !important;}
.mgL30 {margin-left:30px !important;}
.mgL35 {margin-left:35px !important;}
.mgL40 {margin-left:40px !important;}
.mgL45 {margin-left:45px !important;}
.mgL50 {margin-left:50px !important;}
.mgL55 {margin-left:55px !important;}
.mgL60 {margin-left:60px !important;}





/* ------------------------------------------------
  header
------------------------------------------------ */
header {
    display: flex;
    justify-content: space-between;
    background: #be0011;
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    z-index: 100;
    align-items: center;
}
.navbar_brand {
    display: flex;
    align-items: center;
}
.navbar_brand img {
    height: 30px;
    width: auto
}
header a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 1em 0;
}

/* header a:hover {
    color: #ffa8a8;
} */

/* 2024-0711 アクセシビリティ対応*/
header a:hover {
    color: #FFCEBA;
}

header .en-site {
    font-style: normal;
}

/* 2024-0711 アクセシビリティ対応ここまで*/

nav {
    width: 100%;
    height: 60px;
    position: relative;
    background: #be0011;
}
.drawer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 60px;
    padding: 0 20px;
}
.navbar_toggle {
    z-index: 9999;
}
.navbar_toggle_icon {
    position: relative;
    display: block;
    height: 2px;
    width: 30px;
    background: #fff;
    -webkit-transition: ease .5s;
    transition: ease .5s;
}
.navbar_toggle_icon:nth-child(1) {
    top: 0;
}
.navbar_toggle_icon:nth-child(2) {
    margin: 8px 0;
}
.navbar_toggle_icon:nth-child(3) {
    top: 0;
}
/*OPEN時の動き*/
.menu.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
    top: -10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 1000;
}
.menu ul {
    background: #be0011;
    padding: 0 20px;
}
.menu ul li {
    border-bottom: 1px solid #ffa8a8;
}
.menu ul li:last-child {
    border-bottom: none;
}
.menu .display_nav {
    display: none;
}

@media screen and (min-width: 768px) {
header a {
    display: inline;
}
header {
    height: 80px;
}
.navbar_brand img {
    width: 150px;
    height: 50px;
}
.drawer {
    height: 80px;
    padding: 0 35px;
}
nav {
    display: flex;
    flex-direction: row;
    height: 80px;
}
.navbar_toggle {
    display: none;
}
.menu {
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.menu ul {
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    padding: 0 25px 0 0;
}
.menu ul li {
    border-bottom: none;
    margin: 0 10px 0 0;
    text-align: center;
}
.menu ul li a {
    padding: 8px 18px;
    display: inline-block;
}
.menu ul li a.jp_link {
    padding: 8px 0 8px 2px;
    width: auto !important;
}
.menu ul li a.active {
    background: #790007;
    border-radius: 22px;
}
.menu .display_nav {
    display: inline-block;
}
.menu .display_nav {
    margin-left: 30px;
}
}


/* ------------------------------------------------
  contents Area
------------------------------------------------ */
.site_wrap {
    margin: 80px 0 0;
    display:block; /* IE対策に追加 */
}

@media screen and (max-width: 640px) {
.site_wrap {
    margin: 60px 0 0;
}
}

#page-top {
    position: fixed;
    bottom: 100px;
    right: 50px;
}
#page-top img {
    width: 71px;
    height: 71px;
}
#page-top a {
    text-decoration: none;
    width: 71px;
    text-align: center;
    display: block;
}
#page-top a:hover {
    opacity: 0.8;
}
@media screen and (max-width: 640px) {
#page-top {
    display: none !important;
}
}

.iso-img img {
    width: 300px;
} /* 画像サイズ統一 */

.iso-imgtxt {
    width: 300px;
} /* 画像テキスト追加 */

@media screen and (max-width: 640px) {
    .iso-imgtxt {
    width: 100%;  
    }
 }

.forest-of-img {
    text-align: center;
 } /* 画像変更 */

 @media screen and (max-width: 640px) {
    .forest-of-img img {
     width: 100%;   
    }
 }



/* ------------------------------------------------
  footer
------------------------------------------------ */
  .footer {
      display: block;
      overflow: hidden;
      background: #000;
  }
.footer h2 {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 120%;
    font-weight: 400;
    margin: 0 0 35px;
    padding-top: 40px;
}
.footer h2 img {
    width: auto;
    max-height: 36px;
    margin-right: 30px;
}
.foot_wrap {
    display: flex;
    justify-content: center;
    color: #afafaf;
    margin-bottom: 50px;
}
/* .foot_wrap .area {
    display: block;
    margin-right: 54px;
    border-right: 1px solid #afafaf;
    padding: 0 54px 0 0;
} */

.foot_wrap .area:last-child {
    margin-right: 0;
    padding: 0;
}
.foot_wrap .area .flag{
    margin-right: 14px;
}
.foot_wrap .area .flag img {
    width: 30px;
    height: auto;
}
.foot_wrap .area li {
    padding: 0 0 20px;
    display: flex;
    align-items: center;
    font-size: 90%;
}
.foot_wrap .area li a {
    display: block;
    text-decoration: none;
    padding-right: 18px;
}
.foot_wrap .area li a[target="_blank"] {
    background: url("/en/assets/images/icon_target_blank.svg") no-repeat right center;
    background-size: 11px 11px;
}
.foot_wrap .area li a[target="_blank"]:hover {
    opacity: 0.8;
}
.foot_wrap .bnr {
    display: block;
}
.block-official {
    background: #be0011;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 8px 35px;
}
.footer_link a {
    text-decoration: none;
}
.footer_link a:hover {
    color: #ffa8a8;
}
.txt-copyright {
    order: 1;
}

/* 2024-07-11 アクセシビリティ対応*/
.footer_link {
    order: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

span.separator {
    margin: 0 1em;
}

ul.area.grid-container
 {  display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-auto-flow: row;
    grid-template-areas:
      "c01 c04"
      "c02 c05"
      "c03 c06";
    margin-right: 60px;
  }


ul.area.grid-container li {
    position: relative;
    padding-right: 60px;
}

.c01, .c02, .c03 {
    border-right: 1px solid #afafaf;
    margin-right: 50px;
}

.c04, .c05 {
    padding-right: 40px;
    border-right: 1px solid #afafaf;
    box-sizing: border-box;
}

.c01 { grid-area: c01; }
.c02 { grid-area: c02; }
.c03 { grid-area: c03; }
.c04 { grid-area: c04; }
.c05 { grid-area: c05; }
.c06 { grid-area: c06; }

@media screen and (max-width: 770px) {
    ul.area.grid-container {
      display: block;
    }
    .c01, .c02, .c03,.c04, .c05 {
        border-right: none;
    }
}


/* 2024-07-11 アクセシビリティ対応 ここまで*/


/* Global Networkレイアウト変更 */
.foot_wrap .area {
 height: fit-content;
}

 .foot_wrap .area li:last-child {
    padding-bottom: 0px;
} 
/* 変更ここまで */


@media screen and (max-width: 750px) {
.footer h3 {
    font-size: calc(100vw / 20);
    padding-top: 30px;
}
.footer h3 img {
    max-height: 30px;
}

/* 2024-07-11 アクセシビリティ対応追加*/
.footer h2 {
    font-size: calc(100vw / 20);
    padding-top: 30px;
}
.footer h2 img {
    max-height: 30px;
}
/* 2024-07-11 アクセシビリティ対応追加ここまで*/

.foot_wrap {
    display: block;
    margin-bottom: 30px;
    padding: 0 20px;

}

.foot_wrap .area {
    display: block;
    margin: 0 20px;
    border-right: none;
    padding: 0;
}
.foot_wrap .area li {
    font-size: calc(100vw / 28);
}
.foot_wrap .bnr {
    display: block;
    margin: 0 auto;
    max-width: 318px;
}
.block-official {
    background: #be0011;
    color: #fff;
    display: block;
    padding: 8px 20px;
}
.txt-copyright {
    text-align: center;
}
.footer_link {
    display: none;
}


/* Global Networkレイアウト変更 */
.foot_wrap .area li:last-child {
    padding-bottom: 20px;
}
}
/* 英語サイト　アクセシビリティ対応 */

.site_wrap {
    margin: 80px 0 0;
}

.menu .display_nav {
    margin-left: 10px;
}

.menu ul li a:hover {
    font-weight: 600;
    letter-spacing: -0.1px;
}

.menu ul li a.jp_link {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 0 15px;
}

@media screen and (max-width: 878px) {
.menu ul li a.jp_link {
margin-bottom: 10px;
}
}

@media screen and (max-width: 811px) {
.menu ul li a.jp_link {
    margin-bottom: 5px;
}
}

@media screen and (max-width: 768px) {
.menu .display_nav {
margin-left: 0px;
}
.display_pc {
    display: none !important;
}
.display_sp {
    display: block !important;
}
html {
    font-size: calc(100vw / 32);
}
P {
    font-size: 100%;
}
.site_wrap {
    margin: 0;
}
}

@media screen and (max-width: 767px) {
    .menu ul {
        font-size: .8rem;
    }
}

/* .footer-target-blank{
    max-width: 11px;
    width: 100%;
    vertical-align: middle;
    margin-left: 20px;
} */

span.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}