@charset "utf-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

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

nav ul {
    list-style: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;
}

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

/* 
  2020 GP トップページリニューアル
*/

html,
body {
  width: 100%;
  font-family: "SST W20 Roman", "SST W55 Regular", "Yu Gothic Medium", "YuGothic", sans-serif;
}
h2,
h3,
.font-bold {
  /* font-family: "SST W15 Bold", "SST W55 Bold", "Yu Gothic", "YuGothic", sans-serif; */
  font-family: "SST W15 Bold", "SST W55 Bold", "Hiragino Sans W6", "Yu Gothic Demibold", "YuGothic", sans-serif;
  font-weight: normal;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.sp {
  display: none;
}

img,
.js-bgImg {
  opacity: 0;
  transition: .4s opacity cubic-bezier(0, 0, 0.4, 1);
}

.head_important {
  /* width: 942px; */
  width: 1190px;
  margin: 30px auto 22px;
}
.head_important-disaster {
  width: 942px;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 30px;
  margin: 40px auto 56px;
}

.head_important_ttl {
  font-size: 16px;
  font-family: "SST W15 Bold", "SST W55 Bold", "Hiragino Sans W6", "Yu Gothic Demibold", "YuGothic", sans-serif;
  /* color: #ce0000; */
  color: #000;
  margin-bottom: 16px;
	line-height: 1.5;
}
.head_important_ttl img {
  width: 14px;
  vertical-align: middle;
  transform: translate(0, -2px);
  margin-right: 12px;
}

.head_important_txt {
  font-size: 14px;
  line-height: 1.7;  
}
.head_important_txt a {
  color: #212121;
  transition: 0.4s cubic-bezier(0, 0, 0.4, 1);
  transition-property: color;
}
.head_important_txt a:hover {
  color: #0067de;
  transition-duration: 0.2s;
}
.head_important_ttl a,
.head_important_ttl a:visited {
  color: rgba(0, 0, 238, 1);
}

/* ----------------------------------------
  slider
---------------------------------------- */
.sliderWrapper {
  width: 100%;
  position: relative;
  opacity: 0;
  transition: opacity .6s cubic-bezier(0, 0, 0.4, 1);
}

.slider {
  width: 100%;
  height: 668px;
  margin: 0 auto 18px;
  position: relative;
}
.slider.is-focus::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid #0067de;
  box-sizing: border-box;
  z-index: 1000;
}

.slider_item {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slider_item > a {
  width: 100%;
  height: auto;
}

.slider_item_inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: 0.4s cubic-bezier(0, 0, 0.4, 1);
  text-transform: opacity;
}
.slider_item > a:hover .slider_item_inner {
  opacity: 0.85;
  transition-duration: 0.2s;
}

/* ttl */
.title_link {
  width: 100%;
  /* height: 104px; */
  background: rgba(0, 0, 0, 0.5);
  padding: 22px 30px 18px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
}
.title_link .ico-movieModalPlay{
  display: none;
}

.slider_ttl {
  width: 100%;
}
.slider_ttl.is-current {
  position: static;
  opacity: 1;
  pointer-events: all;
}
.slider_ttl > span {
  width: calc(100% - 60px);
  display: block;
  font-size: 20px;
  color: #fff;
  /* 英語文字間の調整：一度ニュートラルなのを確認 */
  /* letter-spacing: 0.075em; */
  line-height: 1.5;
  overflow: hidden;
  position: relative;
  /* margin-bottom: 6px; */
}
.slider_ttl .slider_ttlTxt {
  display: inline-block;
  overflow: hidden;
}

/* .slider_ttl .slider_ttlTxt::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  opacity: 0;
} */
/* .slider_ttl.is-current .slider_ttlTxt::after {
  left: auto;
  right: 0;
  opacity: 1;
  transition: 0.4s cubic-bezier(0.6, 0, 0.4, 1);
  transition-property: width;
} */
/* .slider_ttl .slider_ttlTxt.is-show::after {
  width: 0;
} */
.slider_ttl .slider_ttlTxt_inner {
  display: inline-block;
}

/* arrow */
.slider_arrow {
  display: block;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 100;
  cursor: pointer;
  transition: 0.4s cubic-bezier(0, 0, 0.4, 1);
  transition-property: background;
}
.slider_arrow:hover {
  background: rgba(0, 0, 0, 0.6);
  transition-duration: 0.2s;
}
.slider_arrow-prev {
  left: 24px;
}
.slider_arrow-next {
  right: 24px;
}
.slider_arrow img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.slider_arrow-prev img {
  transform: translate(-50%, -50%) scaleX(-1);
}

/* pauseController */
.slider_pauseController {
  display: flex;
  position: absolute;
  bottom: 2px;
  right: -10px;
}
.slider_pauseController svg {
  display: block;
  width: 12px;
  height: 12px;
  padding: 10px;
  box-sizing: content-box;
}
.slider_pauseController .slider_btn {
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.4s ease;
}
.slider_pauseController .slider_btn.is-active {
  opacity: 1;
}
.slider_pauseController .slider_btn:hover,
.slider_pauseController .slider_btn:hover {
  opacity: 1;
}
.slider_pauseController .slider_btn:hover path,
.slider_pauseController .slider_btn:hover rect {
  fill: #0067de;
}

.slider_btn-play path {
  fill: #6c6c6c;
}

/* dot */
.slider_dotContainer {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.slider_dot {
  width: 34px;
  height: 34px;
  margin: 0 4px;
  position: relative;
  /* border: 1px solid #6C6C6C; */
  border-radius: 50%;
  box-sizing: border-box;
  transform: rotate(-90deg);
  cursor: pointer;
}
.slider_dot button {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
}
.slider_dot button span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
.slider_dot::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #6c6c6c;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s ease;
  transition-property: background;
}
.slider_dot:hover::before {
  background: #0067de;
}
.slider_dot svg {
  position: absolute;
  left: 0;
  top: 0;
}
.slider_dot circle {
  opacity: 0;
  transform: scale(0.88);
  transform-origin: center center;
  fill: transparent;
  stroke: #c9c9c9;
  stroke-width: 1px;
  transition: 0.25s cubic-bezier(0, 0, 0.4, 1);
  transition-property: transform, opacity;
}
.slider_dot.is-current circle {
  opacity: 1;
  transform: scale(1);
  transition-duration: .6s;
}
.slider_dot .move {
  position: relative;
  z-index: 10;
}
.slider_dot .move_circle {
  stroke: #000;
  stroke-width: 1px;
  box-sizing: border-box;
  stroke-dasharray: 0 100.48;
}
.slider_dot.is-current::before {
  background: #000;
}

/* slick css */
.sliderWrapper .slick-list,
.sliderWrapper .slick-track {
  width: 100%;
  height: 100%;
}

.sliderWrapper .slick-slide {
  position: relative;
}

/* 縦長, 横長にも対応させる. */
.sliderWrapper .slider_item_inner picture img {
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  width: auto;
  height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

/* 再生ボタン削除 */
.no_button {
  pointer-events: none;
  position: absolute;
  right: 15px;
  opacity: 0;
}
.no_button.no_button-pause {
  width: 105px;
  top: 30px;
}
.no_button.no_button-play {
  width: 90px;
  top: 60px;

}
.no_button-indicator {
  position: relative;
  left: 50%;
  top: 8px;
}


/* ----------------------------------------
  news
---------------------------------------- */
.news {
  width: 942px;
  margin: 0 auto 90px;
  position: relative;
}

.news_topics {
  margin-top: 40px;
}

.news_ttl {
  font-size: 18px;
  /* ソニーのフォントはfont-weightを使わない */
  /* font-weight: bold; */
  margin-bottom: 34px;
}

.news_indexLink {
  display: inline-block;
  font-size: 13px;
  color: #000;
  position: absolute;
  right: 0;
  top: 0;
}
.news_importantNotice .news_indexLink {
  top: 5px;
}
.news_indexLink::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  border-width: 1px 1px 0 0;
  box-sizing: border-box;
  transform: rotate(45deg);
  transform-origin: center center;
  margin-left: 6px;
  transition: .32s cubic-bezier(0, 0, 0.4, 1);
  transition-property: border, transform;
}
.news_indexLink img {
  margin-left: 10px;
}

.news_indexLink:hover  {
  color: #0067de;
  transition-duration: 0.2s;
}

.news_indexLink:hover::after {
  border-color: #0067de;
  transform: rotate(45deg) translate(4px, -4px);
  transition-duration: .2s;
}

.news_list {
  margin-bottom: 36px;
}

.news_item a {
  display: block;
  color: #000;
}
.news_item a:hover .news_item_txt {
  color: #0067de;
  transition-duration: 0.2s;
}

.news_item_date {
  width: 136px;
  font-size: 12px;
  /* 英語文字間の調整：一度ニュートラルなのを確認 */
  /* letter-spacing: 0.02em; */
  margin-bottom: 12px;
}

.news_item_txt {
  width: calc(100% - 136px);
  font-size: 14px;
  /* 英語文字間の調整：一度ニュートラルなのを確認 */
  /* letter-spacing: 0.02em; */
  line-height: 1.5;
  margin-bottom: 28px;
  transition: 0.4s cubic-bezier(0, 0, 0.4, 1);
  transition-property: color;
  transform: translate(0, -4px);
}
.news_item_txt span {
  display: block;
  font-family: "SST W20 Roman", "SST W55 Regular", sans-serif;
  /* ソニーのフォントはfont-weightを使わない */
  /* font-weight: normal; */
  font-size: 12px;
  margin-bottom: 6px;
}

.news_important {
  width: 404px;
  height: 60px;
  margin: 0 auto;
}
.news_important a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #000;
  width: 100%;
  height: 100%;
  border: 1px solid #6c6c6c;
  transition: 0.4s cubic-bezier(0, 0, 0.4, 1);
}
.news_important a:hover {
  color: #ce0000;
  border-color: #ce0000;
}
.news_important a img {
  width: 15px;
  margin-right: 16px;
  transform: translate(0, -2px);
}

/* importantNotice */
.news_importantNotice {
	
}

.news_importantNotice_ttl img {
  width: 19px;
  margin-right: 15px;
  vertical-align: middle;
  transform: translate(0, -2px);
}

.news_importantNotice .news_item_txt {
  transform: translate(0, -4px);
}

/* 2021/3/19追記 */
.link_arrow{
  display: block;
}
.link_arrow em{
  font-style: normal;
}
.link_arrow::after{
  content: "";
    display: inline-block;
    vertical-align: middle;
    right: 0;
    width: 9px;
    height: 9px;
    border: 1px solid rgba(0, 0, 238, 1);
    border-width: 1px 1px 0 0;
    box-sizing: border-box;
    transform: rotate(45deg);
    transform-origin: center center;
    margin-left: 6px;
    margin-top: -2px;
    /* transition: .32s cubic-bezier(0, 0, 0.4, 1);
    transition-property: border, transform; */
}
.link_arrow:active::after{
  border: 1px solid #ce0000;
  border-width: 1px 1px 0 0;
}
/* .link_arrow:hover::after {
  transform: rotate(45deg) translate(4px, -4px);
  transition-duration: .2s;
} */
.link_arrow_sp{
   display: none;
}
.text_sym{
  position: relative;
  padding: 0 14px;
  font-style: normal;
}

.text_sym::before{
  content:"";
  width: 10px;
  height: 20px;
  position: absolute;
  left: 3px;
  top: 15%;
  background:url(../img/top_left_k.svg) no-repeat center center;
  background-size: contain;
}
.text_sym::after{
  content:"";
  width: 10px;
  height: 20px;
  position: absolute;
  right: 3px;
  top: 15%;
  background:url(../img/top_right_k.svg) no-repeat center center;
  background-size: contain;
}
.link_arrow:active .text_sym::before{
  background:url(../img/top_left_k_red.svg) no-repeat center center;
  background-size: contain;
}
.link_arrow:active .text_sym::after{
  background:url(../img/top_right_k_red.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 640px){
  .link_arrow_sp{
    display: inline;
  }
}
/* ----------------------------------------
  modal
---------------------------------------- */
.modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: none;
}

.modal_inner {
  width: 1024px;
  height: 576px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  transform: translate(0, -50%);
}

.modal_closeBtn {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 0;
  top: -44px;
  cursor: pointer;
}
.modal_closeBtn span {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
}
.modal_closeBtn::before,
.modal_closeBtn::after {
  content: "";
  display: block;
  width: 36px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.modal_closeBtn::before {
  transform: rotate(45deg);
  transform-origin: center;
}
.modal_closeBtn::after {
  transform: rotate(-45deg);
  transform-origin: center;
}

.modal_closeBtn:hover::before,
.modal_closeBtn:hover::after,
.modal_closeBtn:focus::before,
.modal_closeBtn:focus::after {
  background: #0067de;
}
.modal #player {
  width: 100%;
  height: 100%;
}

/* 動画再生アイコン（JSで動的に生成されます） */

.ico-movieModalPlay {
  display: block;
  width: 72px;
  height: 72px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0 auto;
  transition-duration: 0.2s;
  z-index: 10;
}
.ico-movieModalPlay::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.ico-movieModalPlay img {
  display: block;
  width: 17px;
  min-width: auto;
  min-height: 17px;
  position: absolute;
  left: calc(50% + 2px);
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  opacity: 1 !important;
  z-index: 10;
}
.ico-movieModalPlay span {
  display: none;
}

@media screen and (min-width: 641px) {

  #tmpl_main {
    width: 1190px;
    margin: 0 auto;
  }
  
  .slider_item a:hover .ico-movieModalPlay {
    background: rgba(0, 0, 0, 0.8);
    transition: 0.6s cubic-bezier(0, 0, 0.4, 1);
    transition-property: background;
  }

  .slider_item a:hover .ico-movieModalPlay::after {
    transform: scale(1.4);
    opacity: 0;
    transition: 0.6s cubic-bezier(0, 0, 0.4, 1);
    transition-property: transform, opacity;
  }
}

/* ----------------------------------------
  SP
  breakpoint は 640px のみ
---------------------------------------- */
@media screen and (max-width: 640px) {
  #tmpl_main {
    padding: 0 16px;
    box-sizing: border-box;
  }

  .sp {
    display: block;
  }
  
  .pc {
    display: none;
  }

  .head_important {
    width: 100%;
    margin: 20px auto;
  }
  .head_important-disaster {
    padding-bottom: 30px;
    margin: 40px auto 40px;
  }
  
  .head_important_ttl {
    font-size: 14px;
    margin-bottom: 16px;
  }
  
  .head_important_txt {
    font-size: 14px;
    /* 英語文字間の調整：一度ニュートラルなのを確認 */
    /* letter-spacing: .08em;   */
    line-height: 1.7;  
  }

  /* ----------------------------------------
    slider
  ---------------------------------------- */
  .slider {
    position: relative;
    width: calc(100% + 32px);
    height: 375px;
    /* padding-top: 100%; */
    margin: 0 auto 18px;
    transform: translate(-16px, 0);
  }

  .title_link {
    padding: 16px;
  }

  .slider_ttl > span {
    display: inline;
    font-size: 18px;
    line-height: 1.4;
  }
  .slider_ttl > span:first-child {
    margin-right: 8px;
  }

  /* arrow */
  .slider_arrow {
    display: none !important;
  }

  /* ----------------------------------------
    news
  ---------------------------------------- */
  .news {
    width: 100%;
    margin-bottom: 60px;
  }

  .news_ttl {
    font-size: 16px;
  }

  .news_important {
    width: 100%;
  }

  .news_item > a {
    display: block;
  }

  .news_item_date {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .news_item_txt {
    width: 100%;
    margin-bottom: 20px;
  }
  .news_item_txt span {
    font-size: 10px;
  }

  .news_important a {
    font-size: 13px;
  }
  .news_important a img {
    margin-right: 8px;
  }

  .news_indexLink {
    top: 1px;
  }
  .news_importantNotice .news_indexLink {
    top: 27px;
  }

  .news_importantNotice_ttl {
    line-height: 1.444;
    padding-left: 36px;
    position: relative;
  }
  .news_importantNotice_ttl img {
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
    transform: translate(0, -50%);
  }

  

  

  /* ----------------------------------------
    modal
  ---------------------------------------- */
  .modal {
    width: 100%;
    height: 100vh;
  }

  .modal_inner {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }

  .modal_closeBtn {
    right: 8px;
  }

  .modal #player {
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media screen and (max-width: 320px) {

}

@keyframes circle {
  0% {
    stroke-dasharray: 0 100.48;
  }
  99.9%,
  to {
    stroke-dasharray: 100.48 100.48;
  }
}

.news_item .news_item_txt a:hover{
  color: #0067de;
  transition-duration: 0.2s;
}

.news_ServiceArea_11{
  width:942px ;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
 .news_ServiceArea_11{
  width: 100%;
}


/* sp画像比率
-------------------------------------------- */
@media screen and (max-width: 640px) {
  .slider {
    height: auto;
  }
  
  .slider_item_inner {
    height: 0;
    padding-top: 100%;
  }
  
  .slider_item_inner img {
    position: absolute;
  }
}