@charset "UTF-8";

@media screen and (min-width: 750px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 749px) {
  .pc {
    display: none !important;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  list-style: none;
  vertical-align: baseline;
  text-decoration: none;
  font: inherit;
  -webkit-tap-highlight-color: transparent;
}

html {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  font-size: 62.5% !important;
  font-family:  "Source Serif 4", serif;
}
body {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  color: #000;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.87;
}

div,
main,
section {
  position: relative;
  display: block;
}

*:focus {
  outline: none;
}

p {
  font-size: 1.4rem;
  line-height: 1.6;
}
img {
  width: 100%;
}
a {
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
}

/*common*/

/* 画面外にいる状態 */
.fadeinLeft {
  opacity:0.0;
  filter: alpha(opacity=0);
  transition : all 500ms;
  -webkit-transform : translate(-50px, 0);
  -moz-transform : translate(-50px, 0);
  -ms-transform : translate(-50px, 0);
  -o-transform : translate(-50px, 0);
  transform : translate(-50px, 0);
  -moz-opacity:0.0;
}
.fadeinRight {
  opacity:0.0;
  filter: alpha(opacity=0);
  transition : all 500ms;
  -webkit-transform : translate(50px, 0);
  -moz-transform : translate(50px, 0);
  -ms-transform : translate(50px, 0);
  -o-transform : translate(50px, 0);
  transform : translate(50px, 0);
  -moz-opacity:0.0;
}
.fadeinBottom {
  opacity:0.0;
  filter: alpha(opacity=0);
  transition : all 500ms;
  -webkit-transform : translate(0, 50px);
  -moz-transform : translate(0, 50px);
  -ms-transform : translate(0, 50px);
  -o-transform : translate(0, 50px);
  transform : translate(0, 50px);
  -moz-opacity:0.0;
}

.closeUp {
  background-size: 135%;
  -webkit-transition-duration: 5.0s;
  -moz-transition-duration: 5.0s;
  -ms-transition-duration: 5.0s;
  -o-transition-duration: 5.0s;
  transition-duration: 5.0s;
}

/* 画面内に入った状態 */
.fadeinLeft.scrollin, .fadeinRight.scrollin, .fadeinBottom.scrollin {
  opacity:1.0;
  filter: alpha(opacity=100);
  -webkit-transform : translate(0, 0);
  -moz-transform : translate(0, 0);
  -ms-transform : translate(0, 0);
  -o-transform : translate(0, 0);
  transform : translate(0, 0);
  -moz-opacity:1.0;
}

.closeUp.scrollin {
  background-size: 150% !important;
}

/*------------------------------------------------------------*/
/*header*/
header {
  display: flex;
  margin: 0 auto;
  padding: 10px 10px 8px;
  width: 100%;
  max-width: 980px;
  justify-content: space-between;
  position: relative;
  top: 0;
  z-index: 999;
}
.asadigiLogo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 8px 0 8px;
}
.asadigiLogo a {
  display: block;
  width: 342px;
  height: 34px;
  margin: 0;
}
.asadigiLogo a.language {
  text-align: right;
  font-size: 1.4rem;
  color: #000;
  text-decoration: underline;
  line-height: 2.4;
}
.asadigiLogo a.language:hover {
  text-decoration: none;
}
.asadigiLogo p {
  display: block;
  margin: 0 0 0 20px;
}
.asadigiLogo img {
  width: 100%;
}
.pr {
  display: block;
  font-size: 1.6rem;
  width: 100%;
  text-align: right;
  line-height: 1.4;
}

@media screen and (max-width: 749px) {
  header {
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .asadigiLogo {
    width: 130px;
    height: auto;
    margin: 0;
  }
  .asadigiLogo a.language {
    position: absolute;
    width: auto;
    right: -30vw;
    font-size: 1.0rem;
  }
  .pr {
    font-size: 1.4rem;
  }
}

/*Navigation*/
nav {
  position: relative;
  z-index: 998;
  margin: 0 auto -1px;
  padding: 0;
  width: 100%;
  border-top: 1px solid #DCDCD5;
  background: #EBEBE4;
  font-family: Arial, Helvetica, sans-serif;
}
nav ul.Nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  width: 980px;
}
nav ul.Nav li {
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2.2;
  text-align: center;
  border: 1px solid #EBEBE4;
}
nav ul.Nav li:nth-child(1) span {
  background: url(../img/icon_gnav_home.gif) no-repeat 0 1px;
  background-size: 12px;
  padding-left: 18px;
}
nav ul.Nav li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #0A0A03;
  padding: 0 11px;
}
nav ul.Nav li.HasSubNav.active a {
  color: #fff;
}
nav ul.Nav li:hover {
  background-color: #7d7d76;
}
nav ul.Nav li:nth-child(1):hover span {
  background: url(../img/icon_gnav_home.gif) no-repeat 0 -30px;
}
nav ul.Nav li a:hover {
  color: #fff;
}
nav ul.Nav li.WhatsNew a::before {
  content: "";
  width: calc(100% - 20px);
  margin-left: 11px;
  position: absolute;
  bottom: 3px;
  left: 0;
  border-bottom: 1px solid #b90000;
}
nav ul.Nav li.HasSubNav a::after {
  background: url(../img/arrow_gnav_close.png) no-repeat 0 0;
  content: "";
  display: inline-block;
  height: 6px;
  width: 6px;
  margin-left: 5px;
}
nav ul.Nav li.HasSubNav a:hover::after, nav ul.Nav li.HasSubNav.active a::after {
  background: url(../img/arrow_gnav_close.png) no-repeat 0 -40px;
  content: "";
}
nav ul.Nav li.HasSubNav ul {
  position: absolute;
  display: none;
}
nav ul.Nav li.HasSubNav.active ul {
  display: block;
  width: 150px;
  background-color: #f9f9f0;
  border: solid 1px #EBEBE4;
}
nav ul.Nav li.HasSubNav.active ul li {
  text-align: left;
  border: none;
}
nav ul.Nav li.HasSubNav.active ul li:hover {
  background: none;
}
nav ul.Nav li.HasSubNav.active ul li a, nav ul.Nav li.HasSubNav.active ul li a::after {
  background: none;
  color: #0A0A03;
}
nav ul.Nav li.HasSubNav.active ul li a:hover {
  color: #b90000;
}

@media screen and (max-width: 749px) {
  header {
    position: fixed;
    margin: 0;
    padding: 8px 8px;
    background-color: #fff;
  }
  nav {
    overflow: scroll;
    top: 50px;
  }
  nav ul.Nav {
    width: 1000px;
  }
  nav ul.Nav li {
    background-color: #fff;
    padding: 15px 6px;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #EBEBE4;
    border-left: 1px solid #EBEBE4;
    line-height: 1;
  }
  nav ul.Nav li:nth-last-child(1) {
    border-right: 1px solid #EBEBE4;
  }
  nav ul.Nav li.WhatsNew a::before {
    content: "";
    border: none;
  }
  nav ul.Nav li.HasSubNav a::after {
    background: none;
    content: "";
    margin-left: 0;
  }
  .navIcon {
    position: absolute;
    top: 8px;
    left: 8px;
    background: url(../img/icon_header_menu.png) no-repeat center center;
    width: 40px;
    height: 40px;
    background-size: cover;
    -webkit-background-size: cover;
  }
  .navIcon.active {
    background: url(../img/icon_header_close.png) no-repeat center center;
    background-size: cover;
  }
  .navDrawer {
    position: fixed;
    top: 50px;
    left: -100vw;
    width: 100vw;
    height: 100vh;
    overflow: scroll;
    background-color: #fff;
    z-index: 999;
    -webkit-transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -ms-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
  }
  .navDrawer.active {
    left: 0;
  }
  .navDrawer li {
    border-top: 1px solid #dcdcd5;
    font-weight: bold;
    font-size: 1.5rem;
    background: #f5f5ee;
  }
  .navDrawer li a, .navDrawer li summary {
    position: relative;
    display: block;
    padding: 15px 12px;
    color: #3C3C35;
    line-height: 1;
  }
  .navDrawer li summary::after {
    content: "\25BE";
    position: absolute;
    transform: translate(0,-50%);
    top: 50%;
    right: 12px;
    font-size: 1.8rem;
  }
  .navDrawer li details[open] summary:after {
    content: "\2212";
  }
  .navDrawer li ul {
    margin-left: 20px;
    background: #fff;
  }
  .navDrawer li ul li {
    background-color: #fff;
  }
}



/*footer*/
footer {
  display: block;
  padding: 0;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
}
#footerContent {
  position: relative;
  width: 100%;
  padding: 20px 10px 30px 10px;
  margin: 0 auto;
  border-top: 1px solid #D7D7D0;
  background: #EBEBE4;
}
#footerContent .ToTopInner {
  position: relative;
  width: 980px;
  margin: 0 auto;
}
#footerContent .ToTopInner a {
  position: absolute;
  top: -4.5rem;
  right: 0;
  display: block;
  font-weight: bold;
  border-top: 1px solid #D7D7D0;
  border-right: 1px solid #D7D7D0;
  border-left: 1px solid #D7D7D0;
  background: #EBEBE4;
  padding: 5px 10px 0;
}
#footerContent .ToTopInner a:hover {
  text-decoration: none;
  color: #000;
}
#footerContent p {
  display: block;
  margin: 0 auto;
  padding: 0 0 8px 0;
  width: 980px;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #696962;
}
#footerContent ul {
  display: flex;
  justify-content: flex-start;
  width: 980px;
  margin: 0 auto 12px auto;
}
#footerContent ul li {
  display: inline-block;
  margin: 0 1rem 0 0;
  padding: 0;
  background: none;
  box-shadow: none;
  line-height: 1;
}
#footerContent a {
  display: inline-block;
  width: auto;
  margin: 0.5rem auto 0;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 400;
  color: #696962;
}
#footerContent a:hover {
  text-decoration: underline;
}
#footerContent ul li::after {
  content: "|";
  color: rgba(0,0,0,0.1);
  padding: 0 0 0 1rem;
  font-size: 1.2rem;
}
#footerContent ul li:nth-last-child(1)::after {
  content: "";
}
@media screen and (max-width: 749px) {
  #footerContent {
    padding: 20px 10px 10px;
  }
  #footerContent .ToTopInner {
    width: 100%;
    top: 5px;
  }
  #footerContent p {
    width: 100%;
    font-size: 1.1rem;
    color: #a1a199;
  }
  #footerContent ul {
    flex-wrap: wrap;
    padding: 0 0 1.6rem 0;
    width: 100%;
  }
  #footerContent ul li {
    height: 2rem;
  }
  #footerContent ul li::after {
    content: "";
    padding: 0;
}
  #footerContent a {
    margin: 0 auto;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: left;
    color: #5A5A53;
  }
}

/*YouTube*/
.video{
  width:100%;
  padding-bottom: 56.25%;
  height:0px;
  position: relative;
}
.video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#floatingBanner {
  position: fixed;
  bottom: 10px;
  right: 20px;
  width: 65px;
}

/*------------------------------------------------------------*/

h1 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 12px 0;
  border-top: 1px solid #DCDCD5;
  border-bottom: 1px solid #DCDCD5;
}
h1 span {
  display: block;
  font-size: 1.2rem;
  color: #787871;
  line-height: 1.8;
  margin: 3px 0 0 0;
  font-weight: 400;
}
h2 {
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 40px 0 10px 0;
  padding: 40px 0 0 0;
  border-top: 1px solid #DCDCD5;
}
h3 {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.4;
  margin: 20px 0 5px 0;
  padding: 0;
}

figure {
  margin: 20px 0;
}
figcaption {
  font-size: 1.4rem;
  line-height: 1.6;
}
p.info {
  border-left: solid 1px #a1a199;
  padding: 0 0 0 10px;
  line-height: 1.4;
}
@media screen and (max-width: 749px) {
  h1 {
    font-size: 2.1rem;
    line-height: 1.2;
    font-weight: 800;
    padding: 2rem 0;
    border: none;
  }
  h1 span {
    font-size: 1.1rem;
    line-height: 1.4;
    margin: 10px 0 0 0;
  }
  h2 {
    font-size: 1.8rem;
    font-weight: 800;
  }
  h3 {
    font-size: 1.4rem;
    font-weight: 800;
  }
  figcaption {
    font-size: 1.1rem;
    line-height: 1.4;
    color: #787871;
  }
  p {
    font-size: 1.3rem;
    line-height: 1.6;
    font-weight: 400;
  }
}

#mainArea {
  max-width: 980px;
  margin: 45px auto;
  padding: 0;
}
#mainArea a {
  display: block;
  width: 100%;
  margin: 0 auto;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  opacity: 1.0;
}
#mainArea a.banner {
  margin: 40px auto 0 auto;
  padding: 40px 0 0 0;
  border-top: 1px solid #DCDCD5;
}
#mainArea a.banner img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
#mainArea a:hover {
  opacity: 0.75;
}
#mainArea p a {
  display: inline;
  margin: 0;
  color: #000;
  text-decoration: underline;
  /* display: block; */
  overflow-wrap: break-word;
}
#mainArea p a:hover {
  text-decoration: none;
} 
.contents {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  #mainArea {
    max-width: 95%;
  }
  #mainArea a {
    width: 100%;
  }
  #mainArea a.banner img {
    width: 100%;
  }
  .contents {
    width: 90%;
  }
}

figure.column_sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
figure.column_sec img {
  width: 49%;
}
figure.column_sec figcaption {
  width: 100%;
  margin: 10px 0 0 0;
}
@media screen and (max-width: 749px) {
  figure.column_sec {
    display: block;
  }
  figure.column_sec img {
    width: 100%;
  }
  figure.column_sec figcaption {
    margin: 0;
  }
}

.link-area {
  display: flex;
  justify-content: space-between;
  margin: 40px auto 0 auto;
  padding: 40px 0 0 0;
  border-top: 1px solid #DCDCD5;
}
.link-area li {
  width: 32%;
}
.link-area li a {
  color: #000;
}
.link-area li a:hover {
  text-decoration: underline;
}

/*------------------------------------------------------------*/
#article-end {
  margin-top: -1px;
}
