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

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  overflow-x: hidden;
  color: #4D4D4D;
}

ul {
  padding: 0;
  list-style: none;
}

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

header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 40px;
  background: #eee;
  box-sizing: border-box;
}
header .inner {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.logo {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100px;
  font-weight: bold;
}

/* header-navi */

header .navi {
  margin: 0 0 0 auto;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  list-style: none;
}
header .navi li {
  margin: 5px 0 5px 40px;
}
header .navi li:first-child {
  margin-left: 0;
}
header .navi li a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  color: #333;
}
header .navi li a:hover {
  text-decoration: underline;
}

/* layout */

body {
  margin: 0;
  padding: 0;
}
#main {
  height: 3000px;
}

/* =============================================
ヘッダーCSS
============================================= */

/* header */
header.header03 {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1rem;
  background-color:#E5F0F8;
}

div.logo {
  width: 160px;
  height: 80px;
}

div.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
nav.nav {
  margin: 0 auto;
}

nav.nav ul.item {
  display: flex;
  align-items: center;
  color: #4D4D4D;
}

nav.nav ul.item li.list {
  padding-left: 2rem;
}

nav.nav ul.item li.list a {
  font-weight: bold;
}

div.contact-btn a {
  display: inline-block;
  background: #3656a7;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  border-radius: 30px;
  padding: 0.5rem 1.2rem;
}

/* キービジュアル */
.fv-container {
  width: 100%;
  height: 80vh;
  background: url(./img/fv.jpg) no-repeat;
  background-size: cover;
}

#menu-btn,
.nav-hidden {
  display: none;
}

/* SPここから */
@media (max-width: 768px) {
  #menu-btn {
    display: block;
    width: 30px;
    height: 20px;
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 3;

  }

  #menu-btn span,
  #menu-btn span::before,
  #menu-btn span::after {
    content: "";
    height: 2px;
    width: 100%;
    border-radius: 3px;
    background: #4D4D4D;
    position: absolute;
    transition: 0.2s;
  }

  #menu-btn span {
    top: 0;
  }

  #menu-btn span:before {
    top: 8px;
  }

  #menu-btn span:after {
    top: 16px;
  }

  #nav-input:checked~#menu-btn span {
    top: 8px;
    transform: rotate(45deg);
  }

  #nav-input:checked~#menu-btn span::before {
    opacity: 0;
  }

  #nav-input:checked~#menu-btn span::after {
    top: 0;
    transform: rotate(-90deg);
  }

  div.logo {
    width: 160px;
    height: 20px;
    margin: 0;
  }

  nav.nav {
    width: 230px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    background: #E5F0F8;
    transition: 0.5s;
  }

  nav.nav ul.item {
    display: block;
    padding: 4rem 2rem;
  }

  nav.nav ul.item li.list {
    padding-left: 0;
    padding-bottom: 1.5rem;
  }

  div.contact-btn a {
    position: absolute;
    top: 0.6rem;
    right: 3.4rem;
  }

  #nav-input:checked~nav.nav {
    opacity: 1;
  }
}


footer.footer01 {
  padding: 2rem 1rem 1rem;
  background: #E5F0F8;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 960px;
  margin: 0 auto 3rem;
}

p.copyright {
  text-align: center;
  color: #4D4D4D;
}

@media screen and (max-width: 768px) 
{
  footer.footer01 {
    padding: 2rem 1rem 1rem;
  }

 .footer-container {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 414px;
    margin-bottom: 2rem;
  }
}

/* =============================================
ここから上は各ページ共通部分
============================================= */


/* =============================================
メイン紹介
============================================= */
#home {
  background-color: aliceblue;
  padding-bottom: 4rem;
}
#home .page-title {
  text-transform: none;
  color: #3656a7;
  padding-top: 8rem;
  font-weight: bold;
}
.home-content {
  text-align: center;
}
.home-content p {
  font-size: 1.125rem;
  margin: 10px 0 42px;
  color: #4D4D4D;
  line-height: 1.8rem;
}

.shadow{
  color: #2b2e38;
  text-shadow: -1px -2px 2px #ffffff;
  font-weight: bold;
}

/* ボタン */
.button {
  font-size: 1.375rem;
  background: #0bd;
  color: #fff;
  border-radius: 5px;
  padding: 18px 32px;
}
.button:hover {
  background: #0090aa;
}

/* 大きな背景画像 */
.big-bg {
  background-size: cover;
  background-position: center top;
}

/* 見出し */
.page-title {
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: normal;
}
.sub-title {
  font-size: 1.375rem;
  padding: 0 8px 8px;
  border-bottom: 2px #0bd solid;
}

/* シーズシーからのお知らせ */
.news-list{
	list-style: none outside;
	margin: 0;
	padding: 0;
  }
  .news-list .item a{
	display: flex;
	flex-wrap: wrap;
	flex-wrap: nowrap;
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #CCC;
	padding: 20px 20px;
  }
  .news-list .item:first-child a{
	border-top: 1px solid #CCC;
  }
  .news-list .item .date{
	margin: 0;
	min-width: 140px;
	font-size: 16px;
	color: #999;
	padding: 0 20px 0 0;
  }
  .news-list .item .category{
	margin: 0;
	min-width: 160px;
	padding: 0 20px 0 0;
  }
  .news-list .item .category span{
	background: #999;
	color: #FFF;
	text-align: center;
	display: inline-block;
	padding: 5px 20px;
	font-size: 12px;
	line-height: 1;
  }

  
  .news-list .item .title{
	margin: 0;
	width: 100%;
  text-align: left;
  }
  .news-list .item a:hover .title{
	color: rgb(26, 26, 89);
  }
  
  @media screen and (max-width: 767px){
  .news-list .item a{
	flex-wrap: wrap;
  }
  .news-list .item .date{
	min-width: 100px;
  }
  .news-list .item .title{
	margin-top: 10px;
  }
  }
  .section2{

	padding-top: 50px;
	padding-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 1080px;
}

.moji{
    margin-left: auto;
	  margin-right: auto;
    margin-bottom: 22px;
	  width: 1080px;
    font-weight: bold;
    text-align: center;
    font-size: 32px;
    padding: 1.5rem;
    color: #024b7e;

}

.sample-photo {
  text-align: center;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3em;
}

.sample-photo img:hover{
  transition : 1s; /*ふわっとさせる指定*/
}

.img-topic-wrap {
  width: 980px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.img-topic-wrap img {
  width: 300px;
  height: 300px;

}

.img-topic-wrap img:hover {
    opacity:0.7;
    transition : 1s; /*ふわっとさせる指定*/
}

/* 横スライダーネットショップカテゴリー */
.nav-wrap {
  position: relative;
}

.scroll-nav {
  width: 100%;
  background: #E5F0F8;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: #ccc #333;
  scrollbar-width: thin;
  padding: 1.5rem;
  font-size: 16px;
  font-weight: bold;
}
.scroll-nav ul {
  white-space: nowrap;
  max-width: 1200px;
  min-width: 700px;
  margin: 0 auto;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .scroll-nav ul {
    justify-content: center;
  }
}
.scroll-nav ul > li {
  min-width: 120px;
  min-height: 100%;
  text-align: center;
  display: inline-block;
}
.scroll-nav ul > li a {
  display: flax;
  color: #4D4D4D;
  min-height: 100%;
  text-decoration: none;
  flex-direction: column;
  align-items: stretch;
  font-weight: bold;
}
.scroll-nav ul > li a:hover {
  color: rgb(6, 47, 109);
}
.scroll-nav ul > li a b {
  display: block;
  font-size: 0.875rem;
  padding: 5px;
  line-height: 1.4;
  font-weight: bold;
}
.scroll-nav::-webkit-scrollbar {
  width: 5px;
  height: 6px;
}
.scroll-nav::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #333;
}
.scroll-nav::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}
/* 丸画像 */
.pic-circle {
  -webkit-clip-path: circle(40px at center);
  clip-path: circle(40px at center);
  aspect-ratio: 1 / 1;
  width: 80px;
  height: auto;
  object-fit: cover;
  margin: 5px auto 0;
}


/* モーダルィンドウ
------------------------------- */
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 70%;
  max-width: 600px;
  padding: 30px 30px 15px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c!important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38!important
}

/*========= レイアウトのためのCSS ===============*/

h1{
	font-size:2rem;
	text-align: center;
	text-transform: uppercase;
	padding: 20px;
}

h2{
	font-size:1.2rem;
	text-align: center;
	margin: 0 0 30px 0;
}

p{
	margin-top:20px;	
  text-align: center;
  font-weight: bold;
}

.section1{
	margin-left: auto;
	margin-right: auto;
	width: 1080px;
  padding-bottom: 4rem;
}

.section2{
	padding-top: 50px;
	padding-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 1080px;
}

.section4 {
	padding-bottom: 3rem;
	margin-left: auto;
	margin-right: auto;
	width: 1080px;
}

.section5 {
	margin-left: auto;
	margin-right: auto;
  background-color: aliceblue;
  padding-bottom: 3rem;
}

.main-image {
  padding-top: 1.2rem;
  margin-left: auto;
	margin-right: auto;
  text-align: center;

}

/* =============================================
配信一覧CSSはここから
============================================= */
.contents {
  width: 100%;
  padding: 3rem 1rem 3rem 1rem;
  background-color: honeydew;
}

ul.item {
  list-style: none;
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

li.bknumber-list {
  min-height: 300px;
  background: #fff;
  padding: 1.5rem 1rem;
}

div.image {
  width: 100%;
  height: 154px;
}

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

p.content {
  line-height: 1.6;
  color: #333;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
  border-bottom: 1px solid #9a9696;
}

h3.title {
  font-weight: bold;
  font-size: 1.2rem;
}

h3.title-coramu {
  font-weight: bold;
  font-size: 0.9rem;
}

li.bknumber-list a {
  display: block;
  transition: 0.2s;
}

li.bknumber-list a:hover {
  opacity: 0.7;
}


/* =============================================
SPはここから
============================================= */
@media screen and (max-width: 768px) {
  ul.item {
    max-width: 420px;
    grid-template-columns: repeat(1, 1fr);
  }
}

/* =============================================
配信バックナンバー
============================================= */

.box-btn {
	font-size: 18px;
	display: flex;
  justify-content: space-between;
	padding: 10px 5px 20px 10px;
	margin-left: auto;
	margin-right: auto;
	width: 860px;

  }
  
  a.btn_29 {
	  display: block;
	  text-align: center;
	  vertical-align: middle;
	  text-decoration: none;
	  width: 260px;
	  margin: auto;
	  padding: 1rem 2rem;
	  position: relative;
	  border-radius: 5px;
	  border: 1px solid #2589d0;
	  font-weight: bold;
	  letter-spacing: 2px;
	  background: transparent;
	  color: #2589d0;
	  overflow: hidden;
	  -webkit-transition: all 0.2s ease-in;
	  -moz-transition: all 0.2s ease-in;
	  transition: all 0.2s ease-in;
  }
  a.btn_29:hover {
	  color: #fff;
	  background: #2589d0;
	  -webkit-transition: all 0.2s ease-out;
	  -moz-transition: all 0.2s ease-out;
	  transition: all 0.2s ease-out;
  }
  a.btn_29:hover::before {
	  -webkit-animation: sh02 0.5s 0s linear;
	  -moz-animation: sh02 0.5s 0s linear;
	  animation: light 0.5s 0s linear;
  }
  a.btn_29::before {
	  content: '';
	  display: block;
	  width: 0px;
	  height: 86%;
	  position: absolute;
	  top: 7%;
	  left: 0%;
	  opacity: 0;
	  background: #fff;
	  box-shadow: 0 0 50px 30px #fff;
	  -webkit-transform: skewX(-20deg);
	  -moz-transform: skewX(-20deg);
	  -ms-transform: skewX(-20deg);
	  -o-transform: skewX(-20deg);
	  transform: skewX(-20deg);
  }
  @keyframes light {
	  from {opacity: 0; left: 0%;}
	  50% {opacity: 1;}
	  to {opacity: 0;left: 100%;}
  }


  /* カード型横スクロール */
.card-wrap {
  overflow-x: auto;
  margin: 0 auto;
  padding: 3rem 0;
  width: 100%;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.card-wrap-in {
  white-space: nowrap;
  max-width: 1540px;
  min-width: 700px;
  padding: 15px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1280px) {
  .card-wrap-in {
    white-space: normal;
    flex-wrap: wrap;
    justify-content: left;
  }
}

/* MENU
------------------------------- */
#menu {
  background-image: url(https://www.csc-biz.com/csc%20bland/members/page/img/merumaga.jpg);
  min-height: 60vh;
}
.menu-content {
  margin-bottom: 50px;
}
.menu-content .page-title {
  text-align: center;
  padding-top: 8rem;
}
.menu-content p {
  font-size: 1.125rem;
  margin: 10px 0 0;
}

.grid {
display: grid;
gap: 26px;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
margin-top: 6%;
margin-bottom: 50px;
}

/* カードデザイン */
.card-item {
  margin: 0 10px;
  min-width: 280px;
  max-width: calc((100% / 5) - 20px);
  white-space: normal;
  background-color: #f4f4f4;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.card-item .pic {
  overflow: hidden;
  width: 100%;
  height: 160px;
}
.card-item .pic img {
  aspect-ratio: 1.618 / 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-item a {
  text-decoration: none;
  display: flax;
  flex-direction: column;
}
.card-item p {
  padding: 10px;
  line-height: 1.6;
  font-size: 14px;
  text-align: left;
}
@media screen and (min-width: 1280px) {
  .card-item {
    margin-top: 20px;
  }
}
/* もっと見るリンク */
.more-link {
  font-size: 14px;
  display: block;
  text-align: right;
  padding: 10px;
  text-decoration: underline !important;
  margin-top: auto;
}


.pagination-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
  list-style-type: none;
  margin-bottom: 2rem;
}

.pagination-1 a {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2em;
  border: 1px solid #2589d0;
  border-radius: 25px;
  color: #2589d0;
  padding: 1rem;
}

.pagination-1 a:not(:hover) {
  text-decoration: none;
}

.pagination-1 .current a {
  background-color: #2589d0;
  color: #fff;
  pointer-events: none;
}

.pagination-1 .prev a,
.pagination-1 .next a {
  gap: 0 4px;
  width: auto;
  padding: .5em .8em;
  line-height: 1;
}

.pagination-1 .prev a::before,
.pagination-1 .next a::after {
  display: inline-block;
  transform: rotate(45deg);
  width: .3em;
  height: .3em;
  content: '';
}

.pagination-1 .prev a::before {
  border-bottom: 1px solid #2589d0;
  border-left: 1px solid #2589d0;
}

.pagination-1 .next a::after {
  border-top: 1px solid #2589d0;
  border-right: 1px solid #2589d0;
}


/* =============================================
ボタン
============================================= */


a.btn_01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 300px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #4169E1;
	background: #4169E1;
	color: #fff;
	transition: 0.5s;
  font-size: 18px;
}
a.btn_01:hover {
	color: #4169E1;
	background: #fff;
}


a.btn_02 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 300px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #191970;
	background: #191970;
	color: #fff;
	transition: 0.5s;
  font-size: 18px;
}
a.btn_02:hover {
	color: #191970;
	background: #fff;
}

.btn-wrap{
  width: 800px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 2rem;
}

/* =============================================
バナー
============================================= */

.banner-wrap{
  width: 960px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.banner-wrap img:hover {
  opacity:0.7;
  transition : 1s; /*ふわっとさせる指定*/
}

.movie-wrap{
  width: 960px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* =============================================
コラム
============================================= */

.coramu_daimei {
  text-align: left;
  padding: .5em .7em;
  border-left: 5px solid #2589d0;
  color: #4D4D4D;
}
.contents-wrap {
  width: 1180px;
  padding: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}