@charset "utf-8";

/* ---------------------------------------------------
   File: works_detail.css
   Version: 1.0.0
   Update: 2023-04-13
   Author: https://flowlab.co.jp

   (c)2007-2023 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */



/* =======================================================================================================================

   WIDE DESKTOP LAYOUT

======================================================================================================================= */


/* ====================================================
		Layout
==================================================== */
.row {
  padding: 0 100px;
}




/* ====================================================
		Header
==================================================== */
/* -------------------------------
		Global Navigation - PC
------------------------------- */
#gNavi .pc li:nth-child(2) a {
  color: #771c20;
}
#gNavi .pc ul li:nth-child(2) a {
  color: #4d4d4d;
}
#gNavi .pc ul li:nth-child(2) a:hover {
  color: #771c20;
}




/* ====================================================
		Contents
==================================================== */
/* -------------------------------
		Page Title
------------------------------- */
#main h1 {
  width: calc(100% - 100px);
}

/* -------------------------------
		Contents Title
------------------------------- */
#main h2 {
  width: 25%;
  font-size: 2rem;
  font-weight: 400;
}

/* -------------------------------
		Detail Contents
------------------------------- */
#main .flex {
  padding-top: 120px;
  padding-bottom: 120px;
}
#main .flex div {
  width: 70%;
}




/* ====================================================
		Story
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#story p:not(:last-child) {
  padding-bottom: 2.5rem;
}




/* ====================================================
		Gallery
==================================================== */
/* -------------------------------
		Image
------------------------------- */
#gallery ul:first-child li {
  position: relative;
}
#gallery ul:first-child li::before {
  content: '';
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 3px solid #dbdfe2;
  border-radius: 14px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
#gallery li img {
  border-radius: 14px;
}

/* -------------------------------
		PC / SP image
------------------------------- */
#gallery ul:first-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#gallery ul:first-child li {
  margin-bottom: 100px;
}

/* PC */
#gallery ul:first-child li:nth-child(1) {
  width: 68.5%;
}

/* SP */
#gallery ul:first-child li:nth-child(2) {
  width: 26%;
}

/* -------------------------------
		Sub Page Image
------------------------------- */
#gallery ul:first-child li:nth-child(3),
#gallery ul:first-child li:nth-child(4) {
  width: 47.3%;
}

/* -------------------------------
		Photo Gallery
------------------------------- */
#gallery ul:last-child li:not(:last-child) {
  margin-bottom: 50px;
}




/* ====================================================
		Information
==================================================== */
/* -------------------------------
		Dl
------------------------------- */
#information dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #e1e4e6;
}
#information dl dt,
#information dl dd {
  font-size: 1.5rem;
  line-height: 1.6;
  border-top: 1px solid #e1e4e6;
  padding: 50px 0;
}
#information dl dt {
  width: 20%;
  font-weight: 500;
}
#information dl dd {
  width: 80%;
}

/* -------------------------------
		Type
------------------------------- */
#information dl dd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#information dl dd ul li {
  font-size: 1.1rem;
  background: #dbdfe2;
  border-radius: 100px;
  display: inline-block;
  padding: 3px 15px;
  margin: 0 5px 5px 0;
}

/* -------------------------------
		URL
------------------------------- */
#information dl dd .blank {
  font-size: 1.5rem;
  line-height: 1.6;
}




/* ====================================================
		Page Navigation
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#pageNavi {
  padding-top: 100px;
  padding-bottom: 200px;
}
#pageNavi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#pageNavi ul li {
  width: 30%;
}
#pageNavi ul li a {
  border-radius: 100px;
  display: block;
  padding: 30px 0;
}
#pageNavi ul li a span {
  line-height: 1.4;
  display: block;
}

/* -------------------------------
		Prev. / Next.
------------------------------- */
#pageNavi ul li:first-child a,
#pageNavi ul li:last-child a {
  line-height: 1.4;
  position: relative;
  display: inline-block;
}

/* Arrow */
#pageNavi ul li:first-child a::before,
#pageNavi ul li:first-child a::after,
#pageNavi ul li:last-child a::before,
#pageNavi ul li:last-child a::after{
  content: '';
  position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	vertical-align: middle;
  transition: all .3s;
}
#pageNavi ul li:first-child a::before,
#pageNavi ul li:last-child a::before {
  width: 11px;
	height: 1px;
	background: #4d4d4d;
}
#pageNavi ul li:first-child a::after,
#pageNavi ul li:last-child a::after {
  width: 8px;
	height: 8px;
	border-top: 1px solid #4d4d4d;
	border-right: 1px solid #4d4d4d;
}

/* -------------------------------
		Prev.
------------------------------- */
#pageNavi ul li:first-child a {
  padding-left: 40px;
}

/* Arrow */
#pageNavi ul li:first-child a::before,
#pageNavi ul li:first-child a::after {
	left: 0;
}
#pageNavi ul li:first-child a::before {
  left: 4px;
}
#pageNavi ul li:first-child a::after {
  left: 0;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

/* Hover */
#pageNavi ul li:first-child a:hover::before {
  left: -1px;
}
#pageNavi ul li:first-child a:hover::after {
  left: -5px;
}

/* -------------------------------
		All
------------------------------- */
#pageNavi ul li:nth-child(2) {
  text-align: center;
}
#pageNavi ul li:nth-child(2) a {
  color: #fff;
  background: #4d4d4d;
  position: relative;
}
#pageNavi ul li:nth-child(2) a span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
#pageNavi ul li:nth-child(2) a span span {
  display: block;
  padding-left: 0;
  margin-left: -30px;
}
#pageNavi ul li:nth-child(2) a span::before,
#pageNavi ul li:nth-child(2) a span::after {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 2.5px;
  background: #fff;
  display: inline-block;
  position: absolute;
  left: 0;
}
#pageNavi ul li:nth-child(2) a span::before {
  top: 3px;
}
#pageNavi ul li:nth-child(2) a span::after {
  top: 3px;
  left: -10px;
}
#pageNavi ul li:nth-child(2) a span span::before {
  top: 13px;
}
#pageNavi ul li:nth-child(2) a span span::after {
  top: 13px;
  left: -10px;
}

/* -------------------------------
		Next.
------------------------------- */
#pageNavi ul li:last-child {
  text-align: right;
}
#pageNavi ul li:last-child a {
  padding-right: 40px;
}

/* Arrow */
#pageNavi ul li:last-child a::before,
#pageNavi ul li:last-child a::after {
	right: 0;
}
#pageNavi ul li:last-child a::before {
  right: 4px;
}
#pageNavi ul li:last-child a::after {
  right: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* Hover */
#pageNavi ul li:last-child a:hover::before {
  right: -1px;
}
#pageNavi ul li:last-child a:hover::after {
  right: -5px;
}

/* -------------------------------
		Link None
------------------------------- */
#pageNavi ul li a.noLink {
  opacity: 0.2;
  pointer-events: none;
}










/* =======================================================================================================================

   TABLET

======================================================================================================================= */
@media screen and (min-width: 897px) and (max-width: 1299px) {
  
  /* ====================================================
      Layout
  ==================================================== */
  .row {
    padding: 0 50px;
  }
  
  
  
  
  /* ====================================================
      Contents
  ==================================================== */
  /* -------------------------------
      Title
  ------------------------------- */
  #main .row h2 {
    font-size: 1.8rem;
    padding-bottom: 10px;
  }
  
  
  
  
  /* ====================================================
      Information
  ==================================================== */
  /* -------------------------------
      Dl
  ------------------------------- */
  #information dl dt {
    width: 30%;
  }
  #information dl dd {
    width: 70%;
  }
  
  
}













/* =======================================================================================================================

   MOBILE

======================================================================================================================= */
@media screen and (max-width: 896px) {

  /* ====================================================
      Layout
  ==================================================== */
  .row {
    padding: 0 20px;
  }
  
  
  
  
  /* ====================================================
      Contents
  ==================================================== */
  /* -------------------------------
      Page Title
  ------------------------------- */
  #main h1 {
    width: calc(100% - 40px);
  }
  
  /* -------------------------------
      Contents Title
  ------------------------------- */
  #main h2 {
    width: 100%;
    font-size: 1.6rem;
    padding-bottom: 10px;
  }
  
  /* -------------------------------
      Detail Contents
  ------------------------------- */
  #main .flex {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #main .flex div {
    width: 100%;
  }
  
  
  
  
  /* ====================================================
      Story
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #story p:not(:last-child) {
    padding-bottom: 1rem;
  }

  
  

  /* ====================================================
      Gallery
  ==================================================== */
  /* -------------------------------
      Image
  ------------------------------- */
  #gallery ul:first-child li::before {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 2px solid #dbdfe2;
    border-radius: 6px;
  }
  #gallery li img {
    border-radius: 6px;
  }
  
  /* -------------------------------
      PC / SP image
  ------------------------------- */
  #gallery ul:first-child li {
    margin-bottom: 40px;
  }
  
  /* PC / SP */
  #gallery ul:first-child li:nth-child(1),
  #gallery ul:first-child li:nth-child(2) {
    width: 100%;
  }
  
  /* -------------------------------
      Sub Page Image
  ------------------------------- */
  #gallery ul:first-child li:nth-child(3),
  #gallery ul:first-child li:nth-child(4) {
    width: 100%;
  }

  /* -------------------------------
      Photo Gallery
  ------------------------------- */
  #gallery ul:last-child li:not(:last-child) {
    margin-bottom: 15px;
  }
  
  
  
  
  /* ====================================================
      Information
  ==================================================== */
  /* -------------------------------
      Dl
  ------------------------------- */
  #information dl {
    margin-top: 20px;
  }
  #information dl dt,
  #information dl dd {
    font-size: 1.3rem;
    padding: 20px 0;
  }
  #information dl dt {
    width: 30%;
  }
  #information dl dd {
    width: 70%;
  }
  
  /* -------------------------------
      Type
  ------------------------------- */
  #information dl dd ul li {
    font-size: 1rem;
  }
  
  /* -------------------------------
      URL
  ------------------------------- */
  #information dl dd a {
    line-height: 1;
  }
  #information dl dd .blank {
    font-size: 1.3rem;
  }
  
  
  
  
  /* ====================================================
      Page Navigation
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #pageNavi {
    padding-top: 60px;
    padding-bottom: 120px;
  }
  #pageNavi ul li {
    width: 42%;
  }
  #pageNavi ul li a {
    padding: 0 0 3px;
    display: block;
  }
  #pageNavi ul li a span {
    font-size: 1.2rem;
  }
  
  /* -------------------------------
      Prev. / Next.
  ------------------------------- */
  #pageNavi ul li:first-child,
  #pageNavi ul li:last-child {
    width: 29%
  }
  
  /* Arrow */
  #pageNavi ul li:first-child a::before,
  #pageNavi ul li:last-child a::before {
    width: 7px;
  }
  #pageNavi ul li:first-child a::after,
  #pageNavi ul li:last-child a::after {
    width: 4px;
    height: 4px;
  }
  
  /* -------------------------------
      Prev.
  ------------------------------- */
  #pageNavi ul li:first-child a {
    padding-left: 20px;
  }
  
  /* -------------------------------
      All
  ------------------------------- */
  #pageNavi ul li:nth-child(2) a span {
    padding-left: 20px;
  }
  #pageNavi ul li:nth-child(2) a span span {
    margin-left: -20px;
  }
  #pageNavi ul li:nth-child(2) a span::before,
  #pageNavi ul li:nth-child(2) a span::after {
    width: 3px;
    height: 3px;
  }
  #pageNavi ul li:nth-child(2) a span::before {
    top: 4px;
  }
  #pageNavi ul li:nth-child(2) a span::after {
    top: 4px;
    left: 5px;
  }
  #pageNavi ul li:nth-child(2) a span span::before {
    top: 9px;
  }
  #pageNavi ul li:nth-child(2) a span span::after {
    top: 9px;
    left: 5px;
  }
  
  /* -------------------------------
      Next.
  ------------------------------- */
  #pageNavi ul li:last-child a {
    padding-right: 20px;
  }

  
  
  
  
  
  
  
  
}