

/*==============
Setting
==============*/
html {
  font-size: 62.5%;/* font-sizeは16pxの62.5%の10px */
  scroll-behavior: smooth;
}
body {
  font-size: 1.4rem;/*font-size : 14px と同等*/
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color:#333;
  line-height: 1.75rem;
}
.f-lora {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.f-gothic {
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
h1,h2,h3,h4 {font-weight: normal;}
ul, ul li {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

.wrap_all {
  background: rgb(240,246,236);
  background: linear-gradient(45deg, rgba(240,246,236,1) 0%, rgba(201,238,254,1) 50%, rgba(232,230,251,1) 100%);
  background-attachment: fixed;
}
.l__footer {
  padding: 20px 0;
}
.copyright {
  text-align: center;
  font-size:1.0rem;
  letter-spacing: 0.15rem;
}

/*==============
Layout__KV
==============*/


.area__kv {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (min-width:768px) {
  .area__kv{ 
    width: 660px;
    height: 880px;
    margin: 0 auto;
  }
}

/* Nami_Anime_Start*/

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
    to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -2px;
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin:0 0 0 -1px;
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 20s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 0.75);
}
@media screen and (min-width:768px) {
  .scroll-infinity__item {
    width: calc(100vw / 1.75);
  }
}
.scroll-infinity__item>img {
  width: 100%;
}

/* Nami_Anime_End */

.copy__title {
  position: absolute;
  writing-mode: vertical-rl;
  font-size:1.8rem;
  letter-spacing: 0.45rem;
  background-color: #fff;
  padding: 3rem 1.5rem;
  z-index: 100;
  left: 5%;
}
@media screen and (min-width:768px) {
  .copy__title {
    font-size:2.4rem;
  }
}

.slider__item {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 0;
  animation: slideShow 20s linear infinite 0s;
}
.slider__item:nth-child(2) {
  animation-delay: 5s;
}
.slider__item:nth-child(3) {
  animation-delay: 10s;
}
.slider__item:nth-child(4) {
  animation-delay: 15s;
}

.slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes slideShow {
  0% {
      opacity: 0;
      animation-timing-function: ease-in;
  }
  8% {
      opacity: 1;
      animation-timing-function: ease-out;
  }
  20% {
      opacity: 1;
  }
  40%,
  100% {
      opacity: 0;
  }
}

/*==============
Layout
==============*/

/*
.l_main {
  background-color: #fff;
}
*/

.l__sec__def {
  padding: 5rem 0;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (min-width:768px) {
  .l__sec__def {
    width: 660px;
  }
}
@media screen and (min-width:768px) {
  .l__sec__end {
    border-radius: 0 0 10px 10px;
  }
}

.l__wrap_inner {
  padding:0 8%;
}

.l__lower_head01 {
  padding: 3rem 0;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (min-width:768px) {
  .l__lower_head01 {
    width: 660px;
  }
}

.l__breadcrumb__area {
  padding:15px 30px 15px 0;
}

.bgitem__01 {
  background-image: url(../img/bg_item01-min.png),url(../img/bg_item02-min.png),url(../img/bg_item02-min.png);
  background-repeat: no-repeat,no-repeat,no-repeat;
  background-position: top 5% left -130% , bottom 20% right -130%, bottom 0 left -130%;
}

@media screen and (min-width:768px) {
  .bgitem__01 {
    background-image: none;
    position: relative;
    z-index:1;
  }
  .bgitem__01::before {
    position: absolute;
    content: url(../img/bg_item01-min.png);
    top:0;
    left: -15%;
    z-index: -1;
  }
  .bgitem__01::after {
    position: absolute;
    content: url(../img/bg_item02-min.png);
    bottom:0;
    right: -15%;
    z-index: -1;
  }
}


/*Profile_layout*/

.bgitem__fish {
  background-image: url(../img/fish_01-min.png),url(../img/fish_02-min.png),url(../img/fish_03-min.png);
  background-repeat: no-repeat,no-repeat,no-repeat;
  background-position: top 5% left 10% , top 0 right 10% ,top 2% left 25% ;
}

.wrap__profile {
  position: relative;
  margin-top: 4rem;
  width: 100%;
  height: 800px;
  background-image: url(../img/bg_profile.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: blue;
  z-index: 1;
}
.wrap__profile::before , .wrap__profile::after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;/*幅*/
  height: 100px;/*どれだけデカくなってもはみ出ないであろう高さを指定*/
  left: 0;
  background-image: url(../img/nami01.png);
  background-size: contain;
  background-repeat: no-repeat;/*画像を繰り返さない*/
}
.wrap__profile::before {
  top:-2px;
  background-position: bottom 0px left 0px;
  transform: scale(-1, -1);
  z-index: -1;
}
.wrap__profile::after {
  bottom:-2px;
  background-position: bottom 0px left 0px;
  z-index: -1;
}
.profile__name {
  position: absolute;
  font-size:1.4rem;
  text-align: center;
  padding-top: 0.85em;
  width: 300px;
  height: 3em;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #171717;
  color: #fff;
}
.profile__read {
  position: absolute;
  width: 85%;
  bottom: 15%;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #fff;
  line-height: 1.75em;
  letter-spacing: 0.1rem;
  text-shadow: #000 1px 0 20px;
}
@media screen and (min-width:768px) {
  .profile__read {
    width: 90%;
    bottom: 20%;
    line-height: 3em;
    letter-spacing: 0.15rem;
  }
}


/*==============
Modules
==============*/

.title__catch ,.title__catch__sub {
   text-align: right;
   color: #333;
   padding-bottom: 1rem;

}
.title__catch {
  font-size: 2.4rem;
  line-height: 2.4rem;
  padding-top: 2rem;
}
.title__catch__sub {
  font-size: 2.0rem;
  line-height: 2.0rem;
}

.title__def,.title_sub {
  line-height: 1.25;
}
.title__def {
  font-size: 1.8rem;
  text-align: center;
}
.title_sub {
  display: block;
  font-size: 1.4rem;
  padding-top: 0.25rem;
}
.title__lower__def {
  font-size:1.8rem;
  padding: 1rem 0;
}

.text_read {
  padding:4rem 0;
  font-size: 1.35rem;
  line-height: 3rem;
}
.text__notes {
  color: #B51C1C;
  font-size: 1.3rem;
}
.img_area_def {
  padding: 1.5rem 0;
}
.ulst__init {
  padding: 1rem 0;
}
.ulst__init li {
  padding: 0.5rem 0;

}
.btn__def {
  display: block;
  width: 70%;
  text-align: center;
  margin: 0 auto;
  padding: 1rem 0;
  font-size: 1.4rem;
  text-decoration: none;
  color:#333;
  border: #E6E6E6 1px solid;
  border-radius: 3rem;
  transition: all 0.5s 0s ease;
}
.btn__def:hover {
  background-color:#d4ebfb;
  border: #d4ebfb 1px solid;
}

.googlemap {
  margin: 3rem 0;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
 .googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.area__notes {
  background-color:#FFEBEB ;
  border-radius: 10px;
  padding: 2rem 3rem;
  color:#B51C1C;
}

.dlst__def { padding: 3rem 0; }
.dlst__def dt {
  font-weight: 700;
  font-size: 1.6rem;
  padding: 1.5rem 0 0 0;
}
.dlst__def dd {
  font-size: 1.6rem;
  padding: 1.5rem 0;
  border-bottom:#D8D8D8 1px dashed;
}



/* 下層ページヘッダー部分のスタイル */
.logo__lower {
  text-align: center;
}
.logo__lower__sub {
  font-size: 1.0rem;
  display: block;
  padding: 1rem 0 0 0;
}
.lst__breadcrumb {
  padding: 10px 0;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: scroll;
  /*スクロールバー非表示：IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*スクロールバー非表示：Firefoxへの対応*/
  scrollbar-width: none;
}
.lst__breadcrumb::-webkit-scrollbar {
  display: none;
}

.lst__breadcrumb li { padding-right:5px;}
.lst__breadcrumb li::after {
  content: '\03e';
  padding: 0 0 0 5px;
  color:#ccc;
}
.lst__breadcrumb li:last-child {
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  color: #666;
}
.lst__breadcrumb li:last-child::after {content: none;}
.lst__breadcrumb li a {
  display: inline-block;
  font-size: 1.2rem;
  color:#666;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  background-color:#fff;
  border-radius: 2rem 2rem 2rem 2rem;
  border: #F5F5F5 1px solid;
}
.lst__breadcrumb li:first-child a {
  border-left:none;
  border-radius: 0 2rem 2rem 0;
}



/* 作品一覧のモジュール */
.production_area {
  padding:0 0 3rem 0;
}

.lst__production {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.item__production {
  width: 48%;
  padding: 0 0 2rem 0;
}
.item__production a {
  text-decoration: none;
}
.item__production img {
  width:100%;
  border-radius: 5px;
}
.item__production figcaption {
  font-size: 1.3rem;
  padding-top:0.5rem;
  color:#666;
}

/* 作品詳細のモジュール */
.img__goods {
  text-align:center;
  max-width: 90%;
  margin: 2rem auto;
}
@media screen and (min-width:768px) {
  .img__goods {
    max-width: 70%;
  }
}
.img__goods img {
  width: 100%;
}




/*==============
Parts
==============*/

.link_alpha {
  text-decoration: none;
  transition: 0.3s;
  color: #333;
}
.link_alpha:hover {
  opacity: 0.7;
}

.pdt__cancel__m {
  padding-top:0;
}
.pdb__s {
  padding-bottom:15px;
}

.dlst__enkaku {
  margin: 2rem 0;
  padding: 0;
}
.dlst__enkaku dt {
  padding: 2rem 0 1rem 0;
}
.dlst__enkaku dd {
  padding: 0 1rem 2rem 1rem;
  line-height: 1.5em;
  border-bottom: #D8D8D8 1px dashed;
}

.ulst__news {
  padding: 1rem 0 2rem 0;
}
.ulst__news li {
  list-style: none;
  padding: 2rem 0;
  border-bottom: #D8D8D8 1px dashed;
}
.ulst__news__data,.ulst__news__text {display: block;}
.ulst__news__data {
  padding-bottom: 0.5rem;
  font-weight: 700;
}
.ulst__news__text {
  font-size: 1.3rem;
}
.img_variable {
  width: 100%;
}
.text_def {
  line-height: 1.5em;
}
.opac {
  transition-property: opacity;
  transition-duration: 0.35s;
}
.opac:hover {
  opacity: 0.5;
}

