body {
  font-size: 16px;
  font-family: Verdana, sans-serif;
  color: #333;
  margin: 0;
}

.top-wrapper{
  /* padding-top: 180px;
  padding-bottom: 300px; */
  /* padding-top:250px;
  padding-bottom: 250px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;

  color:white;
  background-image: url(../img/aspl_back.jpg);
  background-size:cover;
  text-align: center;
}

/*.top-wrapper*/ .welcome {
  padding-top:250px;
  padding-bottom: 250px;
	font-size:		300%;
  font-weight: bold;
	text-align: 		center;
	color:			#fff;

  background: rgba(0, 0, 0, 0.2);
  /* font-family: "YuMincho"; */
}

.welcome span {
  display: block;
  opacity: 0;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity linear 0.7s;
}

.welcome span:last-child {
  /* margin-top: 18px; */
  transform: translate(0, 30px);
  font-size: 48px;
  transition-delay: 0.45s;
}

/*.top-wrapper*/ .mask {
  /*position: absolute;*/
  /* width: 180px;
  height:180px; */
  width:			100%;
	height:			100%;
	/* opacity:		0; */
  /* background: rgba(0, 0, 0, 0.5); */
  -webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
  text-align: center; 

}

.mask.-visible:before {
  transform: translate(0, 0);
}

.mask:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: #a33e46; */
  background: rgba(0, 0, 0, 0.5);
  transform: translate(0, 100%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s;
  content: '';
}

.mask.-visible .title span {
  opacity: 1;
  transform: translate(0, 0);
}

/* .top-wrapper:hover .mask {
	opacity:		1;
	padding-top:		0px;
 }  */

/* @keyframes fadeInAnime{
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
} */

.container {
  width: 820px;
  margin: 0 auto;
  padding: 40px 0;
}

.archive_link {
  text-align: center;
}

.red-bg {
  color: #fff;
  background: url(../img/bg_red3.png);
  background-size: cover;
  height: 100px;
}

.eyecatch {
  padding: 30px 0;
  text-align: center;
}

.section-title {
  text-align: center;
  /* text-decoration : underline; */
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 60px;
  margin-top: 0;
}

.section-title ::after {
  content: attr(data-subtitle);
  display: block;
  font-size: 16px;
  color: #aaa;
  padding-top: 10px;
}

.note{
  background-color: yellow;
  text-align:center;
}

/* header */
header h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 36px;
  margin-bottom: 8px;
}

header p {
  margin-top: 0px;
  margin-bottom: 50px;
}

header .container {
  position: relative;
}

header img {
  position: absolute;
  bottom: 20px;
  right: 0;
}

.calender {
  text-align: center;
}

.archive {
  text-align: center;
}

/* features */

.feature h1 {
  font-weight: bold;
  font-size: 24px;
}

/* .desc {
  background-color: #eee;
  margin: 20px;
  padding: 20px;
} */

.feature .desc {
  width: 100%;
  float: center;
  vertical-align: middle;
  /* position: absolute; */
  /* right: 30px; */
  /* top: 0px; */
}

.desc img {
  vertical-align: middle;
}

.feature .slider {
  margin-left: auto;
  margin-right: auto;
}

.bx-wrapper {
  margin-left: auto;
  margin-right: auto;
}

/* .feature:nth-of-type(odd) .desc{
  float: right;
  padding-left: 40px;
}

.feature:nth-of-type(even) .desc{
  float: left;
  padding-right: 40px; 
}
*/

.feature:not(:last-child) {
  margin-bottom: 60px;
}

.feature {
  overflow: hidden;
  position: relative;
}

/* voices */
.voices {
  background-color: #f8f8f8;
}

.voices .flex {
  display: flex;
  justify-content: space-between;
}

.voice img {
  border-radius: 50%;
  border: 10px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -55px;
  align-self: left;
}

.voice h1 {
  text-align: left;
  font-size: 18px;
  font-weight: bolder;
  text-decoration: underline;
}

.voices .section-title {
  margin-bottom: 95px;
}

/* footer */
footer {
  padding: 40px 0;
  text-align: center;
  color: #aaa;
}

/* .arrow{
  position: relative;
  display: inline-block;
  padding: 0 0 0 25px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.arrow::before,
.arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.sample4-5::before{
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(170, 0, 37, 0.904);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.sample4-5::after{
  left: 8px;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border: 6px solid transparent;
  border-left: 6px solid rgba(170, 0, 37, 0.904);
} */
.marker {
  background: linear-gradient(transparent 70%, #ff99ab 70%);
}

.bar {
  border-left: solid 5px rgba(170, 0, 37, 0.904);
  border-bottom: solid 1px gray;
  /*余白をつけておきます*/
  padding: 10px;
}

.question {
  color: #4682B4;
}

.answer {
  color: rgba(170, 0, 37, 0.904);
}

.btn {
  padding: 8px 24px;
  color: white;
  display: inline-block;
  opacity: 0.8;
  border-radius: 4px;
  text-align: center;
}

.btn:hover {
  opacity: 1;
}

.message {
  padding: 15px 25px;
  background-color: #ff8181;
  cursor: pointer;
  box-shadow: 0 7px #bd6565;
}

.message:active {
  position: relative;
  top: 7px;
  box-shadow: none;
}

summary {
  padding: .8rem 1.5rem;
  outline: 0;
  cursor: pointer;
  display: block;
  color: #c30d23;
  font-weight: 700;
  font-size: 16.5px;

  &:hover {
    background: #eee;
    transition: all linear 0.2s;
  }

  list-style: none;

  &::-webkit-details-marker {
    display: none;
  }
}

details {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 4px;
  margin-bottom: 15px;
  font-size: 18px;
  display: block;
}

details summary::before {
  content: none !important;
}

details summary::after {
  content: "＋";
  color: #aaa;
  font-weight: 400;
  float: right;
  width: 1rem;
  text-align: center;
}

details[open] summary::after {
  content: "−";
  margin-top: -0.1rem;
}

details[open] div {
  animation: accordion 0.4s linear;
  overflow: hidden;
  border-bottom: 2px solid #eee;
  font-size: 1rem;
  padding: 1rem;
}

@keyframes accordion {
  0% {
    opacity: 0;
    height: 0;
  }

  70% {
    opacity: 0;
    //height: auto; //コレだとカクカクする
    height: 200px;
  }

  100% {
    opacity: 1;
  }
}

.cp_box *, .cp_box *:before, .cp_box *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp_box {
  position: relative;
}

.cp_box label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 140px;
  /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}

.cp_box input:checked+label {
  background: inherit;
  /* 開いた時にグラデーションを消す */
}

.cp_box label:after {
  line-height: 2.5rem;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  width: 16rem;
  font-family: "Font Awesome 5 Free";
  content: '\f13a'' 続きをよむ';
  transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 20px;
  background-color: rgba(27, 37, 56, 1);
}

.cp_box input {
  display: none;
}

.cp_box .cp_container {
  overflow: hidden;
  height: 250px;
  /* 開く前に見えている部分の高さ */
  transition: all 0.5s;
}

.cp_box input:checked+label {
  /* display: none ; 閉じるボタンを消す場合解放 */
}

.cp_box input:checked+label:after {
  font-family: FontAwesome;
  content: '\f139'' 閉じる';
}

.cp_box input:checked~.cp_container {
  height: auto;
  padding-bottom: 80px;
  /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
}

blockquote {
  position: relative;
  padding: 30px 15px 8px 15px;
  box-sizing: border-box;
  font-style: italic;
  background: #eee;
  color: #777;
  border-radius: 5px;
}

blockquote:before {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 15px;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  color: #ccc;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}

blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #bbb;
  font-size: 0.9em;
}

/*画像*/
.image-vw {
  width : 40vw ; 
}

.image-vw2 {
  width : 300vw ;
  max-width:100%;
  height:auto;
}