@charset "utf-8";

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  scroll-behavior: smooth;
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
  vertical-align: bottom;
}



/* CSS Document */

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html { font-size: 62.5%; }

body {
  font-size: 1.6rem;
  font-family: dnp-shuei-mgothic-std,'Noto Sans JP', Meiryo, sans-serif;
  /* font-family: 'Noto Sans JP', Meiryo, sans-serif; */
  color: #05479F;
  background-color: #fff;
}

html, body {
  height: 100%;
}

li {
  list-style: none;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover img {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
}

.clearfix:after {
  clear: both;
}

@media (max-width: 768px) {
   body {
    font-size: 1.6rem;
  } 
}

/* anime */
.inview,
.inv,
.fadein{
  opacity: 0;
}
.inv{
  animation-delay: 0;
  animation-duration: .6s;
  animation-timing-function: ease;
}

.fadein{
  /*animation-delay: 1.2s;*/
  animation-timing-function: ease;
}



/*****************
common
*****************/
.l_container {
  width: min(98%,1000px);
  margin: auto;
  box-sizing: border-box;
}
.dp_sp{
  display: none;
}
.dp_pc{
  display: block;
}

@media (max-width: 768px) {
  .l_container {
    width: 100%;
  }
  .dp_sp{
    display: block;
  }
  .dp_pc{
    display: none;
  }
  
   .wrapper img{
    width: 100%;
  }
}


/*****************
header
*****************/
.header {
  background: #000;
  position: relative;
  z-index: 10;
}
.header_inner{
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 18px 25px 18px;
}
.logo > li:first-child{
  width: 100%;
  max-width: 238px;
}

@media (max-width: 768px) {
  .header_inner{
    max-width: 100%;
    padding: 2.1vw 0 2.9vw 4.2vw;
  }
  .logo{
    padding-left: 0;
  }
  .logo > li:first-child{
    width: 42.6vw;
    max-width: auto;
  }
}

/*****************
main
*****************/
.main{
  width: min(100%,1200px);
  margin-inline: auto;
  margin-bottom: 85px;
}
.main h1{
  width: min(100%,1200px);
  height: min(52.58vw,631px);
  margin-bottom: 33px;
}
.l_main_lead{
  width: min(73.4vw,881px);
  margin-inline: auto;
}
@media (max-width: 768px) {
  .main{
    width: 100%;
    margin-bottom: 10.6vw
  }
  .main h1{
    width: 100%;
    height: 74.13vw;
    margin-bottom: 5.3vw;
  }
  .l_main_lead{
    width: 94.6vw;
  }
}

/*****************
l_Work
*****************/
.l_WorkArea{
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.l_Work{
  padding: 16px 0;
  background: url(../img/bg_list_pc.png) no-repeat right bottom;
  background-size: 100%;
  border-radius: 16px;
}
.l_Work_cd .l_WorkTtl{
  margin-bottom: 20px;
}
.l_WorkTtl{
  margin-bottom: 20px;
  padding-inline: 16px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}
.l_WorkTtl hgroup h2{
  font-size: 38px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 6px;
}
.l_WorkTtl hgroup p{
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}
.l_WorkTtl .icon{
  display: block;
  max-width: 100px;
}
.l-workName {
  padding-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  color: #111;
}
.l_Work_cd .l-workName {
  padding-top: 3px;
}
.l-workArtist {
  padding-top: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  color: #222;
}

@media (max-width: 768px) {
  .l_WorkArea{
    width: 96vw;
    margin-inline: auto;
    margin-bottom: 13.3vw;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .l_Work{
    padding: 8px 0 8px 8px;
    background: url(../img/bg_list_sp.png) no-repeat right bottom;
    background-size: 100%;
    border-radius: 16px;
  }
  .l_Work_cd .l_WorkTtl{
    margin-bottom: 20px;
  }
  .l_WorkTtl{
    margin: 0 8px 20px 0;
    padding-inline: 0;
    gap: 8px;
    align-items: flex-start;
  }
  .l_WorkTtl hgroup h2{
    font-size: 24px;
    margin-bottom: 4px;
  }
  .l_WorkTtl hgroup p{
    font-size: 16px;
    line-height: 1.5;
  }
  .l_WorkTtl .icon{
    max-width: 18vw;
  }
  .l-workName {
    font-size: 14px;
    padding-top: 5px;
  }
  .l_Work_cd .l-workName {
    padding-top: 3px;
  }
  .l-workArtist {
    font-size: 12px;
  }
}


/*
 swiper
=====================================================================================*/
.swiper {
  width: 100%;
  padding-inline: 16px;
  padding-bottom: 5px;
  position: relative;
  display: block;
}
.swiper-button-prev,
.swiper-button-next {
  width: 49px;
  height: 228px;
  background-size: contain; /* 表示したいサイズ */
  transform: translateY(-50%);
  margin-top: 0;

}
.swiper-button-prev:after,
.swiper-button-next:after {
 display: none;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
 opacity: .75;
}

.swiper-button-next{
  background: url(../img/icon_arrowR.png) no-repeat;
  background-size: 100%;
  right: 0 !important;
}
.swiper-button-prev{
  background: url(../img/icon_arrowL.png) no-repeat;
  background-size: 100%;
  left: 0 !important;
}
.swiper{
  height: 100%;
  img{
    width: 100%; 
  }
}

.swiper .swiper-slide {
	height: auto;
}

.swiper .swiper-slide img { 
  height: calc(100% - 45px);
  object-fit: contain;
}

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

  .swiper {
  padding-inline: 0;
  padding-bottom: 0;
}

  .swiper-button-prev,
  .swiper-button-next {
    width: 8vw !important;
    height: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 8vw !important;
    height: 100% !important;
  }
}

/*****************
l_contents
*****************/
.l_contents{
  margin-top: 50px;
  margin-bottom: 70px;
}
.l_contents:first-child{
  margin-top: 40px;
}
.l_contents p{
  line-height: 1.55;
}

@media (max-width: 768px) {
  .l_contents{
    margin-top: 9.3vw;
    margin-bottom: 10vw;
  }
  .l_contents:first-child{
    margin-top: 8.6vw;
  }
  .l_contents p{
    line-height: 1.5;
  }
}

/*****************
bnrArea
*****************/
.bnrArea{
  margin-bottom: 100px;
  font-weight: 500;
}
.bnrArea .l_sttl{
  display: block;
  text-align: center;
  padding-bottom: 30px;
}
.bnrArea ul{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 45px;
}
.bnrArea li p{
  padding-top: 10px;
  text-align: center;
}

@media (max-width: 768px) {
  .bnrArea{
    margin-bottom: 25vw;
  }
  .bnrArea .l_sttl{
    width: min(40vw,160px);
    margin-inline: auto;
    padding-bottom: 5.7vw;
  }
  .bnrArea ul{
    margin-inline: 2.5vw;
    gap: 8.7vw;
  }
  .bnrArea li p{
    padding-top: 1.25vw;
    font-size: 4vw;
  }
}

/*****************
pageTop
*****************/
#page_top{
  position: fixed;
  right: 20px;
  bottom: -100px;
  width: 120px;
}

@media (max-width: 768px) {
  #page_top{
    bottom: -100px;
    width: min(26.6vw,100px);
  }
}

/*****************
footer
*****************/
.footer{
  background: #000;
}
.footer_inner{
  max-width: 1080px;
  margin: auto;
  padding: 11px 20px 16px;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
}
.el_footerLogo{
  width: min(180px);
}
.el_license{
  font-size: 1.1rem;
  color: #fff;
  padding-top: 5px;
  text-align: right;
}

@media (max-width: 768px) {
  .footer_inner{
    max-width: 100%;
  }
  .el_footerLogo{
    width: min(120px);
  }
  .el_license{
    font-size: 0.9rem;
    padding-top: 5px;
  }
}
