@charset "utf-8"; @import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css); * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  font-family: 'M PLUS Rounded 1c','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  line-height: 1.5em;
  font-weight: 700;
  color: #222;
  -webkit-font-smoothing: antialiased;
}

*{
  backface-visibility: hidden;
  image-rendering: crisp-edges;	
  image-rendering: -webkit-optimize-contrast;
}

html {
}

body {
  overflow-x: hidden;
}

#wrapper {
  width: 100%;
  max-width: 984px;
  margin: 0 auto;
}

main {
}

main#top {
  position: relative;
  z-index: 2;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

/*----- ヘッダー -----*/
header {
  background: #00b1e5;
}

nav {
  display: flex;
  justify-content: space-between;
}

nav ul {
  display: flex;
  align-items: center;
  width: 10%;
  margin: 0 auto 0 20px;
  height: 80px;
  justify-content: space-between;
}

nav li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  /* width: 25%; */
  display: none;
}

nav li a {
  color: #fff;
  font-size: 21px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

nav li a:hover {
  opacity: .7;
}

nav .top a {
  font-size: 24px;
  background: #013e9d;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

nav .logo a {
  width: 100%;
}

nav .top {
  width: 40%;
  /* margin: 0 40px 0 0; */
  max-width: 80px;
  display: flex;
  align-content: stretch;
  display: none;
}

nav li.contact a {
  background: #013e9d;
  width: 100%;
  padding: 0px 10px;
}

nav li.menu {
  display: block;
}

nav .logo {
  width: 56%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

nav .logo h1 {
  width: 90%;
  margin: auto;
}

nav .logo h1 figure {
  display: block;
  /* margin-right: 20px; */
}

nav .logo h1 figure figcaption {
  display: block;
  font-size: 16px;
  line-height: 1;
}

nav .logo h1 figure img {
  display: block;
  width: 100%;
  filter: drop-shadow(0px 1px 2px rgba(0,0,0,.2));
}

.slide_print {
  display: none;
}

.slide {
  height: 500px;
  overflow: hidden;
  position: relative;
}

.slide video {
  width: 100%;
  position: relative;
  z-index: 1;
  display: block;
  min-width: 100%;
  min-height: 100%;
  z-index: -100;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  object-fit: cover;
}

.slide video source {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#video2, #video3 {
  display: none;
}

/*----- ヘッダー -----ここまで-----*/
/*----- スライダ ----------*/
.swiper-container {
  width: 100%;
  position: absolute!important;
  top: 0;
  z-index: 2;
  height: 500px;
  background: rgba(255,255,255,.8);
}

.swiper-container img.slide-img {
  width: 100%;
  display: block;
}

.swiper-container dl dd img {
  width: 100%;
  display: block;
}

.swiper-container .swiper-slide .swiper-slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0px 1px 2px rgba(0,0,0,.2));
  width: 100%;
  height: 100%;
}

.swiper-slide-content dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  flex-direction: column;
}

.swiper-slide-content dt {
  font-size: 18px;
  width: 60%;
  margin: 0 auto;
}

.swiper-slide-content dd {
  width: 61%;
  margin: 0 auto;
}

.swiper-slide-content ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 500px;
  justify-content: space-around;
  align-items: center;
}

.swiper-slide-content li {
  width: 40%;
  max-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-slide-content li:nth-of-type(1) {
  margin-bottom: 50px;
}

.swiper-slide-content li:nth-of-type(2) {
  margin-bottom: 50px;
}

.swiper-slide-content li:nth-of-type(3) {
  margin-top: 50px;
}

.swiper-slide-content li:nth-of-type(4) {
  margin-top: 50px;
}

.swiper-slide-content li figure {
  width: 85%;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.swiper-slide-content li figure img {
  display: flex;
  margin: 0;
  height: 100%;
  align-items: center;
  justify-content: center;
  width: 100%;
  object-fit: contain;
}

/*----- スライダ -----ここまで-----*/
/*----- トップコンテンツ ----------*/
/*----- タタミンとは ----------*/
section.top_greeting {
  background: #00b1e5;
  padding: 30px 0;
}

section .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.what_tatamin {
}

.what_tatamin dl {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.what_tatamin dt {
  width: 100%;
  margin: 0 auto;
}

.what_tatamin dt h2 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.what_tatamin dt h2 figure {
  width: 70%;
  /* max-width: 420px; */
}

.what_tatamin dt h2 figure img {
  width: 100%;
  display: block;
  filter: drop-shadow(0px 1px 2px rgba(0,0,0,.2));
}

.what_tatamin dt h2 p {
  color: #fff;
  font-size: 28px;
  padding-top: 20px;
  margin-left: 20px;
  width: 30%;
}

.what_tatamin dt h3 {
  font-size: 24px;
}

.what_tatamin dt p {
  font-size: 18px;
  color: #fff;
}

.what_tatamin dt p span {
  color: #fff;
  margin-left: -20px;
}

.what_tatamin dd {
  margin: 40px auto 0;
  width: 100%;
}

.what_tatamin dd figure {
  width: 80%;
  margin: 0 auto;
  filter: drop-shadow(10px 10px 30px rgba(0,0,0,.3));
}

.what_tatamin dd figure img {
  width: 100%;
  display: block;
}

.top_monotaro {
  margin: 50px 0;
}

.top_monotaro > .inner {
  max-width: 900px;
  margin: auto;
}

.top_monotaro a {
  width: 80%;
  margin: auto;
  display: block;
  filter: drop-shadow(1px 3px 6px rgba(0,0,0,.5));
}

.top_monotaro a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*----- タタミンとは -----ここまで-----*/
/*----- ごあいさつ ----------*/
.greeting_box {
  background: #fff;
  position: relative;
  padding: 20px;
  border-radius: 24px;
  margin-top: 60px;
}

.greeting_box h2 {
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.1em;
  color: #0159af;
  font-weight: 900;
}

.greeting_box p {
  font-size: 16px;
  margin-top: 15px;
  text-align: justify;
  color: #0159af;
}

.greeting_box p.name {
  font-size: 24px;
  margin-top: 0px;
  text-align: center;
  color: #0159af;
}

.greeting_box h3 {
  text-align: center;
  font-size: 28px;
  margin-top: 30px;
  color: #0159af;
  letter-spacing: 0.1em;
}

/*----- ごあいさつ -----ここまで-----*/
/*----- NEWSお知らせ ----------*/
section.top_news {
  padding: 30px 0;
  position: relative;
  z-index: 2;
  background-image: url(../img/top_back.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

section.top_news::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  background: rgba(1, 89, 175,0.9);
  width: 100%;
  height: 100%;
}

.top_news h2 {
  background: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 4px 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 900;
  color: #0159af;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_news h2 span {
  font-size: 21px;
  font-weight: 900;
  color: #0159af;
  margin-left: 1em;
}

.top_news h3 {
  /* background: #fff; */
  /* border-radius: 50px; */
  text-align: center;
  padding: 4px 0;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: solid 2px #fff;
}

.top_news ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}

.top_news li {
  width: 100%;
  margin: 20px 0 0;
}

.top_news li a {
  display: block;
}

.top_news li figure {
  width: 100%;
  height: 200px;
}

.top_news li figure iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.top_news li figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.top_news li figure video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.news_day {
  color: #fff;
}

.news_title {
  color: #fff;
}

/*----- NEWSお知らせ -----ここまで-----*/
/*----- タタミンの遊び方 ----------*/
section.top_howtoplay {
  padding: 30px 0 0;
}

.top_howtoplay h2 {
  background: #0159af;
  border-radius: 50px;
  text-align: center;
  padding: 4px 0;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 900;
  color: #fff;
}

.top_howtoplay p.catch {
  font-size: 18px;
  color: #0159af;
  text-align: justify;
  width: 90%;
  margin: auto;
}

.top_howtoplay p.ex {
  font-size: 16px;
  color: #0159af;
  text-align: left;
  background: #cceffa;
  border-radius: 15px;
  padding: 15px;
  display: flex;
  align-content: center;
  justify-content: center;
  padding-left: 4em;
  text-indent: -3em;
  width: 90%;
  margin: 30px auto 0;
}

.complete dt figure {
  width: 100%;
  margin-top: 50px;
}

.complete dt figure img {
  width: 86%;
  display: block;
  margin: auto;
}

.complete dd figure {
  width: 100%;
  margin-top: 50px;
}

.complete dd figure img {
  width: 100%;
  display: block;
}

/*----- タタミンの遊び方 -----ここまで-----*/
/*----- オリジナル商品を ----------*/
section.top_original {
  padding: 30px 0;
  border-top: solid 1px #0159af;
  border-bottom: solid 1px #0159af;
  margin: 30px 0;
}

.top_original h2 {
  background: #0159af;
  border-radius: 50px;
  text-align: center;
  padding: 4px 20px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 900;
  color: #fff;
}

.top_original p {
  font-size: 18px;
  color: #0159af;
  text-align: center;
}

/*----- オリジナル商品を -----ここまで-----*/
section.sample {
  margin: 30px 0;
}

.sample_unit {
  padding: 20px;
  background: #facc83;
  border-radius: 15px;
}

section.sample p {
  font-size: 16px;
  color: #222;
  text-align: center;
}

/*----- トップコンテンツ -----ここまで-----*/
/*----- フッター ----------*/
footer {
  margin-top: 60px;
  /* margin-bottom: 60px; */
}

.footer_top {
  background: #0159af;
}

.footer_top dl {
  display: flex;
  max-width: 1200px;
  margin: auto;
}

.footer_top dt {
  width: 1000%;
  background: #0159af;
  text-align: center;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.footer_top dt a {
  text-align: center;
  display: flex;
  color: #fff;
  font-size: 40px;
  justify-content: center;
  width: 100%;
  align-content: center;
  padding: 10px;
}

.footer_top dt a:hover p {
  opacity: .7;
}

.footer_top dt a p {
  text-align: center;
  display: flex;
  color: #fff;
  font-size: 30px;
  align-items: center;
  justify-content: center;
}

.footer_top dt a p::before {
  content: url(../img/mail.png);
  margin-right: 18px;
  display: block;
  height: 40px;
}

.footer_top dd {
  width: 50%;
  background: #0159af;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_top dd a {
  text-align: center;
  display: flex;
  color: #fff;
  font-size: 40px;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.footer_top dd a p {
  text-align: center;
  display: flex;
  color: #fff;
  font-size: 40px;
  align-items: center;
  justify-content: center;
}

.footer_top dd a p::before {
  content: url(../img/tel.png);
  margin-right: 10px;
  display: block;
  height: 56px;
}

.footer_bottom {
  padding: 0px 0 70px;
  background: #e0f8ff;
}

.footer_bottom .company_block {
  margin: 0 auto;
}

.footer_bottom_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.footer_bottom dl {
  display: flex;
  flex-wrap: wrap;
}

.footer_bottom dt {
  width: 100%;
  display: flex;
}

.footer_bottom dd {
  width: 100%;
  display: flex;
  margin-top: 20px;
}

.footer_bottom figure {
}

.footer_bottom figure img {
  display: block;
  width: 100%;
}

.footer_link {
  margin-top: 10px;
}

.footer_link ul {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_link ul li {
  padding: 0 8px;
  border-left: solid 1px #0159af;
}

.footer_link ul li + li {
  border-right: solid 1px #222;
}

.footer_link ul li a {
  color: #0159af;
}

.company_block a {
  background: #0159af;
  color: #fff;
  padding: 2px 16px;
  border-radius: 30px;
  float: right;
  margin-right: 8px;
}

.company_block a:hover {
  background: #fff;
  color: #0159af;
}

.footer_bottom p {
  display: block;
  line-height: 1.3;
  margin-top: 14px;
  font-size: 14px;
}

small {
  text-align: center;
  display: block;
  margin-top: 20px;
}

#page-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  font-size: 10px;
  z-index: 1000;
}

#page-top a {
  text-decoration: none;
  width: 75px;
  text-align: center;
  display: block;
  color: #fff;
  background-color: #013e9d;
  padding-top: 22px;
  padding-right: 0;
  padding-bottom: 22px;
  padding-left: 0;
  font-size: 18px;
  border: solid 2px #ffffff;
  border-radius: 50px;
}

#page-top a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #00b1e5;
}

/*----- フッター -----ここまで-----*/
/*----- ボタン ----------*/
.btn_wrap {
  display: flex;
  align-content: center;
  justify-content: center;
  margin-top: 20px;
}

button.btn_detail {
  color: #fff;
  background: #fe7301;
  padding: 10px 20px;
  border: none;
  border-radius: 50px;
  font-size: 18px;
  border: solid 1px #fe7301;
}

button.btn_detail:hover {
  color: #fe7301;
  background: #fff;
}

button.btn_sample {
  color: #fff;
  background: #fe7301;
  padding: 10px 20px;
  border: none;
  border-radius: 24px;
  font-size: 18px;
  /*margin: auto;*/
  border: solid 1px #fe7301;
}

button.btn_sample:hover {
  color: #fe7301;
  background: #fff;
}

button:focus {
  outline: 0;
}

/*----- ボタン -----ここまで-----*/
/*----- 下層共通 ----------*/
.invisible {
  visibility: hidden;
}

.under_top {
  background-image: url(../img/under_back.jpg);
  background-repeat: no-repeat;
}

.under_top dl {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  justify-content: space-between;
  padding: 30px 0;
  align-items: center;
  flex-wrap: wrap;
}

.under_top dt {
  width: 100%;
  padding: 0 20px;
}

.under_top dt ul {
  width: 100%;
  display: flex;
}

.under_top dt ul li {
  width: 20%;
}

.under_top dt ul li + li {
  margin-left: 20px;
}

.under_top dt ul li figure {
}

.under_top dt ul li figure img {
  width: 100%;
  display: block;
}

.under_top dd {
  width: 100%;
}

.under_top dd h1 {
  margin: 0;
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  color: #0159af;
  padding-top: 20px;
}

/*----- 下層共通 -----ここまで-----*/
/*-----折り絵合わせとは？----------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

section.original {
  padding: 60px 0 0px;
}

section.original:nth-of-type(2) {
  padding: 60px 0 60px;
}

section.original h2 {
  background: #0159af;
  border-radius: 50px;
  text-align: center;
  padding: 4px 0;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 900;
  color: #fff;
}

section.original p.catch {
  font-size: 18px;
  color: #0159af;
  /* text-align: center; */
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 8px;
}

section.original p.catch-l {
  font-size: 20px;
  color: #0159af;
  text-align: center;
}

table.lineup_1 {
  border-bottom: solid 1px #0159af;
  margin-top: 30px;
  width: 100%;
}

table.lineup_1 tr {
  border-top: solid 1px #0159af;
  border-left: solid 1px #0159af;
}

table.lineup_1 th {
  width: 25%;
  border-right: solid 1px #0159af;
  font-size: 16px;
  padding: 15px 0;
  font-weight: 900;
}

table.lineup_1 th:nth-of-type(1) {
  background: #fff;
  color: #0159af;
}

table.lineup_1 th:nth-of-type(2) {
  color: #3e98d7;
}

table.lineup_1 th:nth-of-type(3) {
  color: #f59908;
}

table.lineup_1 th:nth-of-type(4) {
  color: #f67490;
}

table.lineup_1 td {
  padding: 10px;
  border-right: solid 1px #0159af;
  font-size: 21px;
}

table.lineup_1 td:nth-of-type(1) {
  background: #3e98d7;
}

table.lineup_1 td:nth-of-type(2) {
  background: #facc83;
}

table.lineup_1 td:nth-of-type(3) {
  background: #fab9c7;
}

table.lineup_1 td figure {
}

table.lineup_1 td figure img {
  width: 100%;
  display: block;
}

table.lineup_1 td figcaption {
  text-align: center;
  font-size: 18px;
  line-height: 1;
  margin-top: 10px;
}

/*---------*/
table.lineup_2 {
  border-bottom: solid 1px #0159af;
  margin-top: 20px;
  width: 100%;
}

table.lineup_2:nth-of-type(2) {
  margin-top: 30px;
}

table.lineup_2 tr {
  border-top: solid 1px #0159af;
  border-left: solid 1px #0159af;
}

table.lineup_2 th {
  width: 20%;
  border-right: solid 1px #0159af;
  font-size: 16px;
  padding: 6px 0;
  color: #0159af;
  background: #a3ceec;
}

table.lineup_2 td {
  padding: 6px;
  border-right: solid 1px #0159af;
  font-size: 16px;
  text-align: center;
  color: #0159af;
}

.table_catch {
  font-size: 16px;
  color: #0159af;
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
}

/*---------*/
section.orginal_make {
  padding: 60px 0 30px;
  position: relative;
  z-index: 2;
  background-image: url(../img/top_back.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  background-size: cover;
}

section.orginal_make::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  background: rgba(1, 89, 175,0.9);
  width: 100%;
  height: 100%;
}

section.orginal_make h2 {
  background: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 40px;
  font-size: 21px;
  font-weight: 900;
  color: #0159af;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.orginal_make dl {
  display: flex;
  margin: 60px 0 0;
  flex-wrap: wrap;
}

section.orginal_make dl + dl {
  margin: 50px 0 0;
}

.ori_box {
  width: 100%;
  background: #fff;
  border-radius: 24px;
  padding: 20px 20px;
}

.ori_box h3 {
  text-align: center;
  margin-bottom: 0px;
  font-size: 28px;
  font-weight: 900;
  color: #0159af;
}

.ori_box p {
  font-size: 14px;
  color: #0159af;
  padding-left: 1em;
  text-indent: -1em;
}

section.orginal_make dl:nth-of-type(2) .ori_box p {
  padding-left: 0em;
  text-indent: 0em;
}

.ori_img {
  width: 100%;
  order: 2;
}

.ori_img figure {
  width: 100%;
  position: relative;
  height: 100%;
}

.ori_img img {
  width: 80%;
  display: block;
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  margin: auto;
  position: relative;
  top: -15px;
}

section.orginal_make dl:nth-of-type(2) .ori_img img {
  width: 70%;
  display: block;
  position: relative;
  top: -30px;
}

.original_sample {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 30px auto 0;
  flex-wrap: wrap;
}

.original_sample > li > figure {
  background: #fff;
  padding: 20px;
}

.original_sample > li > figure > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: solid 1px #ccc;
}

.original_sample li dl {
  display: flex;
  margin: 10px 0 0;
  justify-content: space-between;
}

.original_sample li dt {
  width: 100%;
}

.original_sample li:nth-of-type(3) dt {
  width: 67%;
}

.original_sample li dt h4 {
  color: #fff;
  font-size: 21px;
}

.original_sample li dt p {
  color: #fff;
  font-size: 16px;
  text-align: justify;
}

.original_sample li dd {
  width: 30%;
}

.original_sample li dd figure {
  width: 100%;
}

.original_sample li dd figure img {
  width: 100%;
  display: block;
}

/*-----折り絵合わせとは？-----ここまで-----*/
/*-----使い方・面白さ----------*/
section.greeting {
  padding: 60px 0;
  overflow: hidden;
}

section.greeting h2.top {
  background: #0159af;
  border-radius: 24px;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 40px;
  font-size: 21px;
  font-weight: 900;
  color: #fff;
}

.what_tatamin_u {
  position: relative;
}

.what_tatamin_u::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 2400px;
  height: 500px;
  background-color: #00b1e5;
  border-radius: 1200px / 250px;
}

.what_tatamin_u dl {
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
  flex-wrap: wrap;
}

.what_tatamin_u dt {
  width: 100%;
}

.what_tatamin_u dt h2 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.what_tatamin_u dt h2 figure {
  width: 100%;
  /* max-width: 420px; */
}

.what_tatamin_u dt h2 figure img {
  width: 100%;
  display: block;
  filter: drop-shadow(0px 1px 2px rgba(0,0,0,.2));
}

.what_tatamin_u dt h2 p {
  width: 29%;
  color: #fff;
  font-size: 23px;
  padding-top: 30px;
  margin-left: 8px;
}

.what_tatamin_u dt h3 {
  font-size: 28px;
}

.what_tatamin_u dt p {
  font-size: 15px;
  color: #fff;
}

.what_tatamin_u dd {
  width: 70%;
}

.what_tatamin_u dd figure {
  width: 90%;
  margin: 0 auto;
  filter: drop-shadow(10px 10px 30px rgba(0,0,0,.3));
  padding: 18px;
}

.what_tatamin_u dd figure img {
  width: 100%;
  display: block;
}

/*-----------*/
section.point {
  padding: 30px 0;
  overflow: hidden;
}

section.point h2 {
  background: #0159af;
  border-radius: 50px;
  text-align: center;
  padding: 4px 20px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 900;
  color: #fff;
}

section.point ul.rank_t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  flex-wrap: wrap;
}

section.point ul.rank_t:nth-of-type(2) li:nth-of-type(1) {
  order: 2;
}

section.point ul.rank_t:nth-of-type(2) li:nth-of-type(2) {
  order: 1;
}

section.point ul.rank_t:nth-of-type(3) .pt_image {
  height: 220px;
}

section.point ul.rank_t:nth-of-type(3) .pt_image figure:nth-of-type(1) {
  position: absolute;
  top: 29px;
  left: 0;
  width: 50%;
  transform: rotate(-5deg);
}

section.point ul.rank_t:nth-of-type(3) .pt_image figure:nth-of-type(2) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  transform: rotate(5deg);
}

section.point ul.rank_t li {
  width: 90%;
  order: 2;
  margin: auto;
}

.pt_message {
}

.pt_message h3 {
}

.pt_message h3 figure {
}

.pt_message h3 figure img {
  display: block;
  height: 60%;
  width: 60%;
}

.pt_message p {
  font-size: 16px;
  text-align: justify;
  color: #013e9d;
}

.pt_message {
}

.pt_message h3 {
}

.pt_message h3 figure {
}

.pt_message h3 figure img {
  display: block;
  height: 50%;
  width: 50%;
  margin: auto;
}

.pt_message p {
  font-size: 16px;
  text-align: justify;
  color: #013e9d;
  margin: 10px 0;
}

.pt_image {
  position: relative;
}

.pt_image figure {
  /* position: relative; */
  width: 70%;
  padding: 20px;
  background: #fff;
  filter: drop-shadow(2px 2px 10px rgba(0,0,0,.2));
  margin: auto;
}

.pt_image::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 280px;
  height: 280px;
  background-color: #00b1e5;
  border-radius: 220px;
}

.pt_image figure img {
  display: block;
  width: 100%;
  border: solid 1px #ccc;
  position: relative;
}

.pt_image_1 {
  position: relative;
}

.pt_image_1::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 280px;
  height: 280px;
  background-color: #00b1e5;
  border-radius: 220px;
}

.pt_image_1 dl {
  display: flex;
  flex-wrap: wrap;
}

.pt_image_1 dt {
  width: 100%;
}

.pt_image_1 dt figure {
  /* position: relative; */
  width: 60%;
  margin: 0 auto;
  background: #fff;
  padding: 10px;
  filter: drop-shadow(2px 2px 10px rgba(0,0,0,.2));
}

.pt_image_1 dt figcaption {
  color: #013e9d;
  font-size: 21px;
  text-align: center;
}

.pt_image_1 dt figure img {
  display: block;
  width: 100%;
  border: solid 1px #ccc;
}

.pt_image_1 dd {
}

.pt_image_1 dd ul.rank_l {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-around;
  margin-top: 10px;
}

.pt_image_1 dd ul.rank_l li {
  width: 27%;
}

.pt_image_1 dd ul.rank_l li figure {
  /* position: relative; */
  width: 100%;
  padding: 10px;
  background: #fff;
  filter: drop-shadow(2px 2px 10px rgba(0,0,0,.2));
}

.pt_image_1 dd ul.rank_l li figcaption {
  color: #013e9d;
  font-size: 16px;
  text-align: center;
}

.pt_image_1 dd ul.rank_l li figure img {
  display: block;
  width: 100%;
  border: solid 1px #ccc;
}

.pt_image_2 {
  position: relative;
}

.pt_image_2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 280px;
  height: 280px;
  background-color: #00b1e5;
  border-radius: 220px;
}

.pt_image_2 dl {
  display: flex;
  flex-wrap: wrap;
}

.pt_image_2 dt {
  width: 100%;
}

.pt_image_2 dt figure {
  position: relative;
  width: 40%;
  margin: 0 auto;
  background: #fff;
  padding: 10px;
  filter: drop-shadow(2px 2px 10px rgba(0,0,0,.2));
}

.pt_image_2 dt figcaption {
  color: #013e9d;
  font-size: 21px;
  text-align: center;
}

.pt_image_2 dt figure img {
  display: block;
  width: 100%;
  border: solid 1px #ccc;
}

.pt_image_2 dd {
  width: 100%;
}

.pt_image_2 dd ul.rank_l {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-around;
  margin-top: 10px;
}

.pt_image_2 dd ul.rank_l li {
  width: 40%;
}

.pt_image_2 dd ul.rank_l li figure {
  /* position: relative; */
  width: 100%;
  padding: 10px;
  background: #fff;
  filter: drop-shadow(2px 2px 10px rgba(0,0,0,.2));
}

.pt_image_2 dd ul.rank_l li figcaption {
  color: #013e9d;
  font-size: 18px;
  text-align: center;
}

.pt_image_2 dd ul.rank_l li figure img {
  display: block;
  width: 100%;
  border: solid 1px #ccc;
}

/*----------------*/
section.profile {
  padding: 60px 0 30px;
  position: relative;
  z-index: 2;
  background-image: url(../img/top_back.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  overflow-x: hidden;
}

.profile_wrap {
  background: #fff;
  border-radius: 24px;
  padding: 20px;
  filter: drop-shadow(10px 10px 30px rgba(0,0,0,.3));
}

ul.profile_developer_area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

ul.profile_developer_area li {
}

ul.profile_developer_area li figure {
  padding: 0px;
}

ul.profile_developer_area li figure img {
  display: block;
  width: 60%;
  margin: 0 auto;
}

ul.profile_developer_area li:nth-of-type(1) {
  width: 100%;
}

ul.profile_developer_area li:nth-of-type(2) {
  width: 100%;
  margin-top: 20px;
}

section.profile h3 {
  font-size: 21px;
  border-bottom: solid 3px #ed7119;
  color: #ed7119;
}

section.profile h3:nth-of-type(2) {
  margin-top: 30px;
}

.profile_catch_area p {
  margin: 1em 0 0;
  font-size: 18px;
  text-align: justify;
}

.profile_main_area p {
  margin: 1em 0;
  font-size: 14px;
  text-align: justify;
}

ul.profile_catch_area {
  display: flex;
  justify-content: space-between;
}

ul.profile_catch_area li {
}

ul.profile_catch_area li:nth-of-type(1) {
  width: 100%;
}

ul.profile_catch_area li:nth-of-type(2) {
  width: 26%;
  display: none;
}

ul.profile_catch_area li figure {
  position: relative;
}

ul.profile_catch_area li figure img {
  display: block;
  width: 140%;
  position: absolute;
  top: -60px;
}

/*-----使い方・面白さ-----ここまで-----*/
/*----- Q & A -----*/
section.q_and_a {
  padding: 60px 0 0px;
}

section.q_and_a h2 {
  background: #0159af;
  border-radius: 24px;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 40px;
  font-size: 21px;
  font-weight: 900;
  color: #fff;
}

section.q_and_a dl {
  border: solid 2px #0159af;
  border-radius: 30px;
}

section.q_and_a dl + dl {
  margin-top: 30px;
}

section.q_and_a dt {
}

section.q_and_a dt p {
  font-size: 18px;
  background: #0159af;
  color: #fff;
  padding: 10px 20px;
  border-radius: 24px;
  display: flex;
  align-items: center;
}

section.q_and_a dl:nth-of-type(1) dt p::before {
  content: "Q01";
  color: #fff;
  font-size: 28px;
  margin-right: 10px;
}

section.q_and_a dl:nth-of-type(2) dt p::before {
  content: "Q02";
  color: #fff;
  font-size: 28px;
  margin-right: 10px;
}

section.q_and_a dl:nth-of-type(3) dt p::before {
  content: "Q03";
  color: #fff;
  font-size: 28px;
  margin-right: 10px;
}

section.q_and_a dl:nth-of-type(4) dt p::before {
  content: "Q04";
  color: #fff;
  font-size: 28px;
  margin-right: 10px;
}

section.q_and_a dl:nth-of-type(5) dt p::before {
  content: "Q05";
  color: #fff;
  font-size: 28px;
  margin-right: 10px;
}

section.q_and_a dl:nth-of-type(6) dt p::before {
  content: "Q06";
  color: #fff;
  font-size: 28px;
  margin-right: 10px;
}

section.q_and_a dd {
  padding: 20px;
}

section.q_and_a dd p {
  font-size: 16px;
  display: flex;
  text-align: justify;
}

section.q_and_a dl:nth-of-type(1) dd p::before {
  content: "A01";
  color: #f67490;
  font-size: 28px;
  margin-right: 10px;
}

section.q_and_a dl:nth-of-type(2) dd p::before {
  content: "A02";
  color: #f67490;
  font-size: 28px;
  margin-right: 10px;
}

section.q_and_a dl:nth-of-type(3) dd p::before {
  content: "A03";
  color: #f67490;
  font-size: 28px;
  margin-right: 10px;
}

section.q_and_a dl:nth-of-type(4) dd p::before {
  content: "A04";
  color: #f67490;
  font-size: 28px;
  margin-right: 10px;
}

section.q_and_a dl:nth-of-type(5) dd p::before {
  content: "A05";
  color: #f67490;
  font-size: 28px;
  margin-right: 10px;
}

section.q_and_a dl:nth-of-type(6) dd p::before {
  content: "A06";
  color: #f67490;
  font-size: 28px;
  margin-right: 10px;
}

/*----------プライバシーエリア----------*/
section.privacy {
  width: 100%;
  margin: 0;
  padding: 0;
  padding: 30px 0 0;
}

section.privacy h2 {
  background: #0159af;
  border-radius: 50px;
  text-align: center;
  padding: 4px 0;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 900;
  color: #fff;
}

section.privacy .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.pri_top_txt {
  text-align: justify;
  font-size: 18px;
  color: #0159af;
  line-height: 1.5;
}

.pri_u_unit {
  /* margin-top: 40px; */
  width: 100%;
  margin: 20px auto 0;
}

.pri_u_unit h4 {
  color: #0159af;
  letter-spacing: 0.05em;
  font-size: 18px;
  display: flex;
  align-items: center;
  font-weight: bold;
}

.pri_u_unit p {
  text-align: justify;
  padding-left: 29px;
}

.pri_u_unit p.down {
  padding-left: 1em;
  text-indent: -1em;
}

.pri_u_unit a {
  width: 250px;
  background: #046349;
  padding: 8px 20px;
  font-size: 18px;
  display: block;
  border-radius: 3px;
  margin: 80px auto 0px;
  box-shadow: 0 2px 6px #666;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.pri_u_unit ul {
  padding-left: 2.3em;
  margin-top: 12px;
}

.pri_u_unit ul li {
}

.pri_text_area {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0px 0 0;
  background: #fff;
}

/*----------プライバシーエリア----------ここまで----------*/
/*----------サイトマップ----------*/
section.sitemap {
  width: 100%;
  margin: 0;
  padding: 30px 0 0;
}

section.sitemap h2 {
  background: #0159af;
  border-radius: 50px;
  text-align: center;
  padding: 4px 0;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 900;
  color: #fff;
}

section.sitemap .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.sitemap_txt {
  text-align: justify;
  font-size: 21px;
  color: #0159af;
}

.sitemap_unit {
  /* margin-top: 40px; */
  width: 90%;
  margin: 20px auto 0;
}

.sitemap_unit h4 {
  color: #0159af;
  letter-spacing: 0.05em;
  font-size: 18px;
  display: flex;
  align-items: center;
  font-weight: bold;
  border-bottom: solid 1px #0159af;
}

.sitemap_unit p {
  text-align: justify;
  padding-left: 24px;
  font-size: 16px;
  margin-top: 6px;
}

.sitemap_unit p.down {
  padding-left: 1em;
  text-indent: -1em;
}

.sitemap_unit a {
  /* width: 250px; */
  /* background: #0159af; */
  /* padding: 8px 20px; */
  /* font-size: 18px; */
  display: block;
  /* border-radius: 3px; */
  /* margin: 80px auto 0px; */
  /* box-shadow: 0 2px 6px #222; */
  /* text-align: center; */
  /* color: #fff; */
  /* letter-spacing: 0.1em; */
  /* font-weight: bold; */
}

.sitemap_unit ul {
  padding-left: 2.3em;
  margin-top: 12px;
}

.sitemap_unit ul li {
}

.sitemap_text_area {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0px 0 0;
  background: #fff;
}

/*----------サイトマップ----------ここまで----------*/
/*-----SPメニュー用-----*/
#smt_menu_wrapper {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  transform: translateX(-100%);
  transition: all 0.6s;
  width: 100%;
}

#smt_menu_wrapper ul {
  background: rgba(255, 255, 255, 0.9);
  margin: 0 auto 0 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  /* flex-direction: column; */
  justify-content: center;
}

#smt_menu_wrapper ul li {
  font-size: 16px;
  list-style-type: none;
  padding: 0;
  width: 100%;
  display: block;
}

#smt_menu_wrapper ul li.red a {
  color: #ffffff;
}

.cta_bg {
  width: 252px;
  height: 49px;
  text-align: center;
  line-height: 29px;
  margin: 5px 0 0 0;
  display: block;
  transition: all 0.5s ease;
}

.cta_bg:hover {
  color: #f5f5f5;
}

/* 最後はラインを描かない */
#smt_menu_wrapper ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

#smt_menu_wrapper ul li a {
  display: block;
  color: #013e9d;
  padding: 10px 0;
  background: none;
  font-size: 24px;
}

/* このクラスを、jQueryで付与・削除する */
#smt_menu_wrapper.active {
  transform: translateY(0%);
}

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
  top: 18px;
  transform: rotate(45deg);
}

.pc_none {
  display: block;
}

.navToggle {
  display: block;
  position: relative;
  /* right: 16px; */
  width: 42px;
  height: 39px;
  cursor: pointer;
  z-index: 10015;
  text-align: center;
  background: #013e9d;
  border-radius: 2px;
}

.navToggle span:nth-child(1) {
  top: 9px;
}

.navToggle span:nth-child(2) {
  top: 18px;
}

.navToggle span:nth-child(3) {
  top: 27px;
}

.navToggle span {
  display: block;
  position: absolute;
  width: 30px;
  border-top: solid 3px #fff;
  transition: .3s;
  left: 6px;
}

/*-----SPメニュー用-----*/
.breadcrums-wrap {
  width: 100%;
  /*background: #222;*/
  border-bottom: solid 1px #00b1e5;
}

ul.breadcrums {
  display: flex;
  margin: 0px auto 0;
  width: 100%;
  max-width: 1200px;
  padding: 10px 10px;
  /* border-bottom: solid 1px #ddd; */
  flex-wrap: wrap;
}

ul.breadcrums li {
  margin: 0 12px 0 0;
  font-size: 14px;
  color: #0159af;
}

ul.breadcrums li a {
  color: #0159af;
  font-weight: bold;
  font-size: 14px;
}

ul.breadcrums li a:hover {
  border-bottom: solid 1px #0159af;
}

.banner {
  position: fixed;
  bottom: 5px;
  left: 10px;
  z-index: 10000;
  filter: drop-shadow(1px 3px 6px rgba(0,0,0,.3));
  transition: 0.2s;
}

.banner:hover {
  transform: translate(-2px, -6px);
  filter: drop-shadow(2px 6px 12px rgba(0,0,0,.6));
}

.banner figure {
  max-width: 120px;
}

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