@charset "utf-8";
/*
Theme Name: ぷりんとつくろ
Text Domain: print
Version: 1.2
Description: ぷりんとつくろ
Author: the ban
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/ban/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

/*-----共通化 ↓ -----*/

/* ロード */

.start {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.start p {
  position: fixed;
  left: 45%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 3;
  width: 300px;
  height: 200px;
}

.skip_button {
  width: 80px;
  height: 30px;
  position: fixed;
  right: 10%;
  bottom: 10%;
  background-color: #fff;
  color: black;
  border: none;
  outline: none;
}

.opening {
  width: 1000px;
}

@keyframes write-the-text {
  0% {
    stroke-dashoffset: 1000;
  }
  10% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

path, ellipse {
  animation-name: write-the-text;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

#pu1 {
  animation-duration: 15s;
  animation-delay: 0s;
  /*待ち時間 */
}

#pu2 {
  animation-duration: 30s;
  animation-delay: 0.3s;
  /*待ち時間 */
}

#pu3 {
  animation-duration: 20s;
  animation-delay: 0.8s;
  /*待ち時間 */
}

#pu4 {
  animation-duration: 20s;
  animation-delay: 1.3s;
  /*待ち時間 */
}

#pu5 {
  animation-duration: 25s;
  animation-delay: 1.8s;
  /*待ち時間 */
}

#ri1 {
  animation-duration: 15s;
  animation-delay: 2.3s;
  /*待ち時間 */
}

#ri2 {
  animation-duration: 20s;
  animation-delay: 2.6s;
  /*待ち時間 */
}

#n {
  animation-duration: 30s;
  animation-delay: 3s;
  /*待ち時間 */
}

#to1 {
  animation-duration: 15s;
  animation-delay: 3.5s;
  /*待ち時間 */
}

#to2 {
  animation-duration: 20s;
  animation-delay: 3.8s;
  /*待ち時間 */
}

#tu {
  animation-duration: 25s;
  animation-delay: 4.3s;
  /*待ち時間 */
}

#ku {
  animation-duration: 25s;
  animation-delay: 4.8s;
  /*待ち時間 */
}

#ro {
  animation-duration: 30s;
  animation-delay: 5.2s;
  /*待ち時間 */
}

/*カラー設定*/

.translucent {
  background-color: rgba(255, 255, 255, 0.6);
}

.pink, .pink-h:hover, .b-pink li ul li:after {
  background-color: #f6bba6;
}

.bb-pink {
  border-bottom: 3px solid #f6bba6;
}

.b-pink {
  border: 5px solid #f6bba6;
}

.yellow, .yellow-h:hover, .b-yellow li ul li:after {
  background-color: #ffe567;
}

.bb-yellow {
  border-bottom: 3px solid #ffe567;
}

.b-yellow {
  border: 5px solid #ffe567;
}

.green, .green-h:hover, .b-green li ul li:after {
  background-color: #94d08f;
}

.bb-green {
  border-bottom: 3px solid #94d08f;
}

.b-green {
  border: 5px solid #94d08f;
}

.blue, .blue-h:hover, .b-blue li ul li:after {
  background-color: #c6d4ec;
}

.bb-blue {
  border-bottom: 3px solid #c6d4ec;
}

.b-blue {
  border: 5px solid #c6d4ec;
}

.purple, .purple-h:hover, .b-purple li ul li:after {
  background-color: #e4c1db;
}

.bb-purple {
  border-bottom: 3px solid #e4c1db;
}

.b-purple {
  border: 5px solid #e4c1db;
}

.white {
  background-color: #fff;
}

/* ボタンのカラー */

.wp-block-file .wp-block-file__button {
  background-color: rgba(64, 33, 15, 0.8);
}

/*文字サイズ設定*/

html {
  font-size: 62.5%;
}

.c-logo {
  max-height: 120px;
}

h2 {
  font-size: 2.4rem;
  font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));
  /* 20px~24pxで可変*/
  padding: 0 0 1%;
  color: #40210f;
}

h3 {
  font-size: calc(1.4rem + ((1vw - 0.64rem) * 0.7143));
  color: #40210f;
}

p {
  font-size: calc(1.6rem + (1vw * 0.388));
  color: #40210f;
}

.small {
  font-size: calc(1.4rem + (1vw * 0.3));
}

/* ▼ 形の設定 開始 */

.circle {
  /*丸*/
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 8px;
}

/*角丸 影10% 下空き３%*/

.round-corner {
  border-radius: 30px;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.1);
}

/* spanで左に10px */

.center {
  margin: 0 auto;
}

.mrg-10 {
  margin: 10px;
}

.mrg-b2 {
  margin-bottom: 2%;
}

.mrg-b0 {
  margin-bottom: 0px;
}

.mrg-l2 {
  margin-left: 2%;
}

.inline-block {
  display: inline-block;
}

.footer {
  float: left;
}

.wp-block-file {
  margin-bottom: 0px;
}

.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.is-resized {
  display: block;
}

/* ▲ 形の設定 終了 */

.search-Container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 10%;
}

body {
  position: relative;
}

/*横に走っていくアニメ*/

.move-Container {
  position: relative;
}

.city-contana {
  width: 100%;
  height: 200px;
  text-align: center;
  margin: 0 auto;
  background-image: url("img/city.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
}

.move1, .move2 {
  width: 100%;
  height: 150px;
  display: block;
  position: relative;
  overflow: hidden;
}

.move1::after {
  content: "";
  display: inline-block;
  background-image: url("img/rabbit.svg");
  width: 100%;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  animation: Anime-r 8s ease-in 0.5s infinite normal;
}

.move2::after {
  content: "";
  display: inline-block;
  background-image: url("img/turtle.svg");
  width: 100%;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  animation: Anime-t 8s ease-in 0.5s infinite normal;
}

.rabbit {
  left: 0;
  bottom: 0px;
  animation: Anime-r 8s ease-in 0.5s infinite normal;
  /*アニメーション名前・所要時間・進行速度、加速度など*/
  /*遅延時間・無限に繰り返す・再生方向*/
}

.turtle {
  left: 0;
  bottom: -80px;
  animation: Anime-t 8s ease-in 0.5s infinite normal;
}

@keyframes Anime-r {
  0% {
    transform: translateX(-1%) translateY(0);
  }
  30% {
    transform: translateX(25%) translateY(0);
  }
  40% {
    transform: translateX(15%) translateY(-10%);
  }
  100% {
    transform: translateX(100%) translateY(0);
  }
}

@keyframes Anime-t {
  0% {
    transform: translateX(-1%) translateY(0);
  }
  65% {
    transform: translateX(62%) translateY(0);
  }
  75% {
    transform: translateX(62%) translateY(0);
  }
  100% {
    transform: translateX(100%) translateY(0);
  }
}

.cp_embed_wrapper {
  width: 500px;
  margin: 0 auto;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
  ▼ gnav style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.menu>ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}

.menu>ul:before, .menu>ul:after {
  content: "";
  display: table;
  clear: both;
}

/*ナビのテキストの設定*/

.menu>ul>li {
  float: left;
  background: #fff;
  padding: 0;
  margin: 0;
  font-size: 2.4rem;
  font-size: calc(1.7rem + (1vw * 0.7));
  /*17px~24pxで可変 */
  padding: 5px 35px 5px;
  border-radius: 50px;
  transition: all 0.5s ease 0s;
}

.menu>ul>li a {
  text-decoration: none;
  padding: 1rem 3rem 0 3rem;
  display: block;
  font-size: calc(1.6rem + (1vw - 1rem) * 0.54347);
  /*16px~21pxで可変*/
}

/*gnavホバーで出てくる詳細ボックス*/

.menu>ul>li>ul {
  display: none;
  width: 100%;
  background: #fff;
  padding: 40px 50px;
  position: absolute;
  z-index: 99;
  top: 110%;
  left: 0;
  margin: 0;
  font-size: calc(1.5rem + (1vw - 1rem) * 0.4347);
  /*15px~19pxで可変*/
  line-height: 1.5rem;
  border-radius: 30px;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.1);
  transition: opacity 0.1s ease-out, visibility 0.1s ease-out;
}

.menu>ul>li>ul:before, .menu>ul>li>ul:after {
  content: "";
  display: table;
  clear: both;
}

.menu>ul>li>ul>li a {
  color: #40210f;
  padding: 0.2em 0;
  width: 95%;
  display: block;
  border-bottom: 1px solid #40210f;
}

.menu>ul>li>ul>li>ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.menu>ul>li>ul>li>ul:before, .menu>ul>li>ul>li>ul:after {
  content: "";
  display: table;
}

.menu>ul>li>ul>li>ul:after {
  clear: both;
}

.menu>ul>li>ul>li>ul>li {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  font-size: calc(1.4rem + (1vw - 1rem) * 0.326);
  /*14px~17pxで可変*/
}

.menu>ul>li>ul>li>ul>li a {
  border: 0;
}

/*ナビの位置の設定*/

.gnav-btns {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #fff;
  border-radius: 50px;
}

.menu>ul:after {
  clear: both;
}

.menu>ul>li>ul:before, .menu>ul>li>ul:after {
  content: "";
  display: table;
}

.menu>ul>li>ul:after {
  clear: both;
}

.menu>ul>li>ul>li {
  margin: 0 auto;
  padding-bottom: 0;
  list-style: none;
  width: 20%;
  background: none;
  float: left;
}

.menu>ul>li>ul>li>ul:before, .menu>ul>li>ul>li>ul:after {
  content: "";
  display: table;
}

.menu>ul>li>ul>li>ul:after {
  clear: both;
}

.menu>ul>li>ul.normal-sub {
  width: 300px;
  left: auto;
  padding: 10px 20px;
}

.menu>ul>li>ul.normal-sub>li {
  width: 100%;
}

.menu>ul>li>ul.normal-sub>li a {
  border: 0;
  padding: 1em 0;
}

/*ホバー時に下線のアニメーション*/

.menu-underline li {
  position: relative;
  display: inline-block;
}

.menu-underline li::after {
  position: absolute;
  bottom: 5px;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 1s;
}

.menu-underline li:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
  ▼ Mobile style's 開始
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 1000px) {
  .menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 0.2rem 2rem;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    color: #40210f;
  }
  .menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: -6rem;
    right: 2rem;
    padding: 0 1.5rem;
    background: #fff;
    border-radius: 30px;
    transform: translateY(-25%);
  }
  .menu-container {
    width: 90%;
    margin: auto;
  }
  .menu-mobile .menu-dropdown-icon:before {
    display: block;
  }
  .menu>ul {
    display: none;
  }
  .gnav-btns {
    display: none;
  }
  .menu>ul>li {
    width: 100%;
    float: none;
    display: block;
  }
  .menu>ul>li a {
    padding: 1rem;
    width: 100%;
    display: block;
    margin-left: 2.5rem;
  }
  .menu>ul>li>ul {
    position: relative;
  }
  .menu>ul>li>ul.normal-sub {
    width: 100%;
  }
  .menu>ul>li>ul>li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .menu>ul>li>ul>li:first-child {
    margin: 0;
  }
  .menu>ul>li>ul>li>ul {
    position: relative;
  }
  .menu>ul>li>ul>li>ul>li {
    float: none;
  }
  .menu .show-on-mobile {
    display: block;
  }
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
  ▲ Mobile style's 終了
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* –––––––––––––––––––– ▲ gnav 終了 –––––––––––––––––––– */

/*ヘッダー右のSNSのボタン3つ + サーチページへのリンクボタン*/

.btn-Twitter, .btn-Facebook, .btn-Instagram, .btn-search {
  display: inline-block;
  width: 45px;
  padding: 2px 3px;
  background-color: rgba(64, 33, 15, 0.8);
  border: 2px solid transparent;
  border-radius: 50%;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
}

a[class^="btn"]:focus, a[class^="btn"]:hover {
  background-color: #fff;
  border-color: currentcolor;
  color: #40210f;
}

/*イラスト呼び出し*/

.btn-Twitter::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f099";
  font-weight: 900;
}

.btn-Facebook::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f39e";
  font-weight: 900;
}

.btn-Instagram::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f16d";
  font-weight: 900;
}

.btn-search::before {
  font-family: "Font Awesome 5 free";
  content: "\f002";
  font-weight: 900;
}

/*ボディの背景とフォント*/

body {
  background-image: url("img/Paper.png");
  line-height: 2;
  font-size: calc(16px+ ((1vw-6px) * 3.88));
}

/*ヘッダーの位置の調節*/

header {
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-height: 150px;
}

.header-right {
  width: 15%;
}

.sns {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 15px;
}

/*ピンクのパターン5種*/

.color1-1:hover {
  /*斜め小ドット柄*/
  background-color: #fff;
  background-image: radial-gradient(#f6bba6 10%, transparent 10%), radial-gradient(#f6bba6 10%, transparent 10%);
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
}

.color1-2:hover {
  /*縦ストライプ*/
  background-color: #f6bba6;
  background-image: linear-gradient(-90deg, #fff 50%, transparent 50%);
  background-size: 14px 14px;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.15), 1px 1px 8px rgba(246, 187, 166, 0.95);
}

.color1-3:hover {
  /*ドット柄*/
  background-color: #f6bba6;
  background-image: radial-gradient(#fff 30%, transparent 30%);
  background-size: 25px 25px;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.15), 1px 1px 8px rgba(246, 187, 166, 0.95);
}

.color1-4:hover {
  /*斜めボーダー柄*/
  background-color: #f6bba6;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.15), 1px 1px 8px rgba(246, 187, 166, 0.95);
  background-image: repeating-linear-gradient( -45deg, #fff, #fff 7px, transparent 0, transparent 14px);
}

.color1-5:hover {
  /*チェック柄*/
  background-color: #f6bba6;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.15), 1px 1px 8px rgba(246, 187, 166, 0.95);
  background-image: linear-gradient( 45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient( 45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-position: 0 0, 25px 25px;
  background-size: 50px 50px;
}

/*イエローのパターン5種*/

.color2-1:hover {
  /* △三角柄 */
  background-color: #ffe567;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.15), 1px 1px 8px rgba(255, 229, 103, 0.95);
  background-image: linear-gradient( -45deg, #fff 50%, transparent 50%, transparent 75%, #fff 75%, #fff), linear-gradient( -45deg, #fff 50%, transparent 50%, transparent 75%, #fff 75%, #fff);
  background-position: 0 0, 25px 25px;
  background-size: 50px 50px;
}

.color2-2:hover {
  background-color: #ffe567;
  background-size: 20px 20px;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.15), 1px 1px 8px rgba(255, 229, 103, 0.95);
  background-image: linear-gradient(rgba(255, 255, 255, 0.75) 3%, rgba(255, 255, 255, 0.75) 3%, transparent 3%, transparent 97%, rgba(255, 255, 255, 0.75) 97%, rgba(255, 255, 255, 0.75) 100%), linear-gradient(90deg, rgba(255, 255, 255, 0.75) 3%, rgba(255, 255, 255, 0.75) 3%, transparent 3%, transparent 97%, rgba(255, 255, 255, 0.75) 97%, rgba(255, 255, 255, 0.75) 100%);
}

.color2-3:hover {
  background: linear-gradient(324deg, white 4%, transparent 4%) -70px 43px, linear-gradient( 36deg, white 4%, transparent 4%) 30px 43px, linear-gradient( 72deg, #ffe567 8.5%, transparent 8.5%) 30px 43px, linear-gradient(288deg, #ffe567 8.5%, transparent 8.5%) -70px 43px, linear-gradient(216deg, #ffe567 7.5%, transparent 7.5%) -70px 23px, linear-gradient(144deg, #ffe567 7.5%, transparent 7.5%) 30px 23px, linear-gradient(324deg, white 4%, transparent 4%) -20px 93px, linear-gradient( 36deg, white 4%, transparent 4%) 80px 93px, linear-gradient( 72deg, #ffe567 8.5%, transparent 8.5%) 80px 93px, linear-gradient(288deg, #ffe567 8.5%, transparent 8.5%) -20px 93px, linear-gradient(216deg, #ffe567 7.5%, transparent 7.5%) -20px 73px, linear-gradient(144deg, #ffe567 7.5%, transparent 7.5%) 80px 73px;
  background-color: white;
  background-size: 100px 100px;
}

.color2-4:hover {
  background-color: #fff;
  background-size: 58px 58px;
  background-position: 0px 2px, 4px 35px, 29px 31px, 33px 6px, 0px 36px, 4px 2px, 29px 6px, 33px 30px;
  background-image: linear-gradient(335deg, #ffe567 23px, transparent 23px), linear-gradient(155deg, #ffe567 23px, transparent 23px), linear-gradient(335deg, #ffe567 23px, transparent 23px), linear-gradient(155deg, #ffe567 23px, transparent 23px), linear-gradient(335deg, #ffe567 10px, transparent 10px), linear-gradient(155deg, #ffe567 10px, transparent 10px), linear-gradient(335deg, #ffe567 10px, transparent 10px), linear-gradient(155deg, #ffe567 10px, transparent 10px);
}

.color2-5:hover {
  background: radial-gradient(circle farthest-side at 0% 50%, #ffe567 23.5%, rgba(240, 166, 17, 0) 0)21px 30px, radial-gradient(circle farthest-side at 0% 50%, #fff 24%, rgba(240, 166, 17, 0) 0)19px 30px, linear-gradient(#ffe567 14%, rgba(240, 166, 17, 0) 0, rgba(240, 166, 17, 0) 85%, #ffe567 0)0 0, linear-gradient(150deg, #ffe567 24%, #fff 0, #fff 26%, rgba(240, 166, 17, 0) 0, rgba(240, 166, 17, 0) 74%, #fff 0, #fff 76%, #ffe567 0)0 0, linear-gradient(30deg, #ffe567 24%, #fff 0, #fff 26%, rgba(240, 166, 17, 0) 0, rgba(240, 166, 17, 0) 74%, #fff 0, #fff 76%, #ffe567 0)0 0, linear-gradient(90deg, #fff 2%, #ffe567 0, #ffe567 98%, #fff 0%)0 0 #ffe567;
  background-size: 40px 60px;
}

.color3-1 {
  box-shadow: 12px 12px 5px rgba(148, 208, 143, 0.8), -12px -12px 5px rgba(255, 255, 255, 0.15);
  padding: 13px 16px;
}

.color3-1:hover {
  background-color: #94d08f;
  background-image: linear-gradient( 45deg, #fff 50%, transparent 50%, transparent 75%, #fff 75%, #fff), linear-gradient( 45deg, #fff 50%, transparent 50%, transparent 75%, #fff 75%, #fff);
  background-position: 0 0, 50px 50px;
  background-size: 120px 120px;
}

.color3-2:hover {
  background-color: #94d08f;
  background-size: 30px 30px;
  background-image: linear-gradient(45deg, #fff 50%, #fff 50%, transparent 50%, transparent 75%, #fff 75%, #fff 75%), linear-gradient(-45deg, #fff 50%, #fff 50%, transparent 25%, transparent 75%, #fff 75%, #fff 75%);
}

.color3-3:hover {
  background-size: 40px 40px;
  background-color: #fff;
  background-image: linear-gradient(45deg, rgba(148, 208, 143, 0.8) 25%, transparent 25%, transparent 50%, rgba(148, 208, 143, 0.8) 50%, rgba(148, 208, 143, 0.8) 75%, transparent 75%, transparent), linear-gradient(-45deg, rgba(148, 208, 143, 0.8) 25%, transparent 25%, transparent 50%, rgba(148, 208, 143, 0.8) 50%, rgba(148, 208, 143, 0.8) 75%, transparent 75%, transparent);
}

.color3-4:hover {
  background-color: #94d08f;
  background-image: radial-gradient(circle at 100% 150%, #94d08f 24%, white 24%, white 28%, #94d08f 28%, #94d08f 36%, white 36%, white 40%, transparent 40%, transparent), radial-gradient(circle at 0 150%, #94d08f 24%, white 24%, white 28%, #94d08f 28%, #94d08f 36%, white 36%, white 40%, transparent 40%, transparent), radial-gradient(circle at 50% 100%, white 10%, #94d08f 10%, #94d08f 23%, white 23%, white 30%, #94d08f 30%, #94d08f 43%, white 43%, white 50%, #94d08f 50%, #94d08f 63%, white 63%, white 71%, transparent 71%, transparent), radial-gradient(circle at 100% 50%, white 5%, #94d08f 5%, #94d08f 15%, white 15%, white 20%, #94d08f 20%, #94d08f 29%, white 29%, white 34%, #94d08f 34%, #94d08f 44%, white 44%, white 49%, transparent 49%, transparent), radial-gradient(circle at 0 50%, white 5%, #94d08f 5%, #94d08f 15%, white 15%, white 20%, #94d08f 20%, #94d08f 29%, white 29%, white 34%, #94d08f 34%, #94d08f 44%, white 44%, white 49%, transparent 49%, transparent);
  background-size: 100px 50px;
}

.color3-5:hover {
  background: radial-gradient(circle, transparent 20%, white 20%, white 80%, transparent 80%, transparent), radial-gradient(circle, transparent 20%, white 20%, white 80%, transparent 80%, transparent) 50px 50px, linear-gradient(#94d08f 8px, transparent 8px) 0 -4px, linear-gradient(90deg, #94d08f 8px, transparent 8px) -4px 0;
  background-color: white;
  background-size: 100px 100px, 100px 100px, 50px 50px, 50px 50px;
}

/*横ボーダー柄*/

.color4-1:hover {
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.15), 1px 1px 8px rgba(198, 212, 236, 0.95);
  background: repeating-linear-gradient( #c6d4ec, #c6d4ec 10px, #fff 0, #fff 20px);
}

.color4-2:hover {
  background-color: #ffffff;
  background-image: radial-gradient(#c6d4ec 12%, #c6d4ec 7%, transparent 7%), radial-gradient(#c6d4ec 12%, #c6d4ec 7%, transparent 7%), linear-gradient(#ffffff 5%, #ffffff 5%, transparent 15%, transparent 15%), linear-gradient(45deg, transparent 30%, transparent 49%, #c6d4ec 49%, #c6d4ec 50%, transparent 50%, transparent 100%), linear-gradient(-45deg, transparent 30%, transparent 49%, #c6d4ec 49%, #c6d4ec 50%, transparent 50%, transparent 100%);
  background-position: 50px 50px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;
  background-size: 50px 50px, 50px 50px, 100% 4px, 50px 50px, 50px 50px;
}

.color4-3:hover {
  background: linear-gradient(#fff 50%, rgba(255, 255, 255, 0) 0) 0 0, radial-gradient(circle closest-side, #fff 53%, rgba(255, 255, 255, 0) 0) 0 0, radial-gradient(circle closest-side, #fff 50%, rgba(255, 255, 255, 0) 0) 55px 0 #c6d4ec;
  background-size: 110px 120px;
  background-repeat: repeat-x;
}

.color4-4:hover {
  background: linear-gradient(45deg, #c6d4ec 45px, transparent 45px)64px 64px, linear-gradient(45deg, #c6d4ec 45px, transparent 45px, transparent 91px, #fff 91px, #fff 135px, transparent 135px), linear-gradient(-45deg, #c6d4ec 23px, transparent 23px, transparent 68px, #c6d4ec 68px, #c6d4ec 113px, transparent 113px, transparent 158px, #c6d4ec 158px);
  background-color: #fff;
  background-size: 128px 128px;
}

.color4-5:hover {
  background-color: #ffffff;
  background-image: linear-gradient(68deg, #c6d4ec 0.1em, transparent 0.1em), linear-gradient(-68deg, #c6d4ec 0.1em, transparent 0.1em), radial-gradient(circle, #c6d4ec 0.1em, transparent 0.1em), linear-gradient(68deg, #90CAF9 0.1em, transparent 0.1em), linear-gradient(-68deg, #90CAF9 0.1em, transparent 0.1em), radial-gradient(circle, #90CAF9 0.1em, transparent 0.1em);
  background-position: 1em -1em, -1em -1em, 0 0, 0 0, 0 0, 1em 1em;
  background-size: 2em 2em;
  background-repeat: repeat;
}

/* パープル #e4c1db(228, 193, 219, 0.8) */

.color5-1:hover {
  background-color: rgba(250, 250, 250, 1);
  background-image: radial-gradient(closest-side, transparent 99.9%, rgba(228, 193, 219, 0.8) 100%), radial-gradient(closest-side, transparent 99.9%, rgba(228, 193, 219, 0.8) 100%);
  background-position: 0 0, 30px 30px;
  background-size: 60px 60px;
}

.color5-2:hover {
  background-color: rgba(250, 250, 250, 1);
  background-image: linear-gradient(45deg, rgba(228, 193, 219, 0.8) 25%, transparent 25%, transparent 75%, rgba(228, 193, 219, 0.8) 75%, rgba(228, 193, 219, 0.8)), linear-gradient(-45deg, rgba(228, 193, 219, 0.8) 25%, transparent 25%, transparent 75%, rgba(228, 193, 219, 0.8) 75%, rgba(228, 193, 219, 0.8));
  background-size: 50px 50px;
  background-position: 0 0, 25px 25px;
}

.color5-3:hover {
  /*縦半分ストライプ*/
  background-color: #e4c1db;
  background-image: linear-gradient(-90deg, #fff 50%, transparent 50%);
  background-size: 30%;
}

.color5-4:hover {
  /*斜めボーダー柄*/
  background-color: #e4c1db;
  background-image: repeating-linear-gradient( 45deg, #fff, #fff 21px, transparent 0, transparent 42px);
}

.color5-5:hover {
  /*柄*/
  background-color: white;
  background-image: linear-gradient(335deg, #e4c1db 23px, transparent 23px), linear-gradient(155deg, #e4c1db 23px, transparent 23px), linear-gradient(335deg, #e4c1db 23px, transparent 23px), linear-gradient(155deg, #e4c1db 23px, transparent 23px);
  background-size: 58px 58px;
  background-position: 0px 2px, 4px 35px, 29px 31px, 34px 6px;
}

/* ▲ ボタンのカラーバリエーション終了 */

.active:hover {
  /* ボタンにマウスホバーで外側の影縮小 */
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.15), 1px 1px 8px rgba(0, 0, 0, 0.25);
}

.active:active {
  /* ボタンを押したとき内側に影 */
  box-shadow: 6px 6px 2px rgba(0, 0, 0, 0.15) inset, -6px -6px 2px rgba(0, 0, 0, 0.15) inset;
}

/*ポスターへのイラストリンクボタン*/

.poster-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 300px;
}

.click {
  margin: 0 4%;
}

/*吹き出しの丸*/

#balloon1 {
  position: relative;
  margin-left: 4%;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 12px 12px 5px rgba(0, 0, 0, 0.15);
}

/*吹き出しのテキスト*/

#text {
  font-size: 15px;
}

/*吹き出しの三角の部分*/

#balloon1::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 0;
  height: 0;
  left: 2px;
  bottom: 2px;
  border-right: 20px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 14px solid transparent;
  transform: rotate(-45deg);
  transition: box-shadow 0.3s;
  filter: drop-shadow(0px 7px 7px rgba(0, 0, 0, 0.5));
}

#balloon1:active {
  box-shadow: 6px 6px 2px rgba(0, 0, 0, 0.15) inset, -6px -6px 2px rgba(255, 255, 255, 0.95) inset;
}

#balloon1:active::before {
  box-shadow: 6px 6px 2px rgba(0, 0, 0, 0.15) inset, -6px -6px 2px rgba(255, 255, 255, 0.95) inset;
}

/*footer*/

#f-rogo {
  max-height: 120px;
  display: inline-block;
}

.footer-area {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  color: #fff;
  padding: 5vh;
  background-image: url("img/kraft.png");
  border-radius: 30px 30px 0 0;
}

.footer-left {
  margin-left: 18%;
  display: flex;
}

/* QRコードを押すとモーダルで大きく */

#QR {
  font-size: 1.7rem;
  max-height: 60px;
  display: inline-block;
}

#copy {
  margin-left: 18%;
}

.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
}

.footer-right {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.contact {
  padding: 10px 45px;
  font-size: 1.8rem;
  color: #40210f;
  text-decoration: none;
  background-color: #fff;
  border-radius: 50px;
}

.contact {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}

.contact::before, .contact::after {
  position: absolute;
  z-index: 1;
  left: 0;
  display: block;
  content: "";
}

.contact, .contact::before, .contact::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contact {
  position: relative;
  background-color: #fff;
  color: #40210f;
  line-height: 1.5;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 10 rgba(64, 33, 15, 0.8);
}

.contact:hover {
  top: -4px;
  box-shadow: 0 7px 0 rgba(64, 33, 15, 0.8);
}

.contact:active {
  top: 3px;
  box-shadow: none;
}

.contact::before {
  font-family: "Font Awesome 5 free";
  content: "\f1d8";
  font-weight: 900;
  margin-right: 1rem;
  left: 2rem;
}

.f-text {
  font-size: calc(1.6rem + ((1vw - 0.64rem) * 0.388));
}

/*コンテナ上部のタイトル*/

.print-title {
  padding-top: 3%;
  padding-left: 3%;
}

/*contents-boxをまとめる*/

.Container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2%;
}

/*横長のシート*/

.contents-list {
  margin: auto;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 2%;
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.wrap {
  max-width: 1200px;
}

.flex {
  display: flex;
}

/*A4用紙の台紙*/

.contents-img {
  max-width: 420px;
  margin: 30px;
}

.img {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1000px) {
  .Container {
    width: 99%;
  }
  .contents-list {
    width: 100%;
  }
  /*コンテナ上部のタイトル*/
  .print-title {
    padding-top: 3%;
    padding-left: 3%;
  }
  .img {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  }
  .Container {
    width: 99%;
  }
  .contents-list {
    width: 100%;
  }
  /*モバイル用のハンバーガー隠す*/
  .menu-mobile {
    display: none;
  }
}

/* –––––––––––––––––––– ▼ タブレット style's  –––––––––––––––––––– */

/*タブレットサイズ640~1000px*/

@media screen and (max-width: 1000px) {
  .contact {
    font-size: calc(1.5rem + ((1vw - 0.64rem) * 0.388));
    line-height: 1.5;
  }
  .footer-left {
    margin-left: 2%;
  }
  #copy {
    margin-left: 2%;
  }
  /*ヘッダー設定*/
  .header {
    margin: 5%;
  }
  section[class^="box"] {
    max-width: 400px;
  }
  .lead-text {
    font-size: calc(1.6rem + ((1vw - 0.64rem) * 0.388));
  }
  .wrap {
    display: flex;
    justify-content: space-between;
  }
  /* SNSアイコンを消す */
  .header-right {
    display: none;
  }
  .main-tab {
    width: 98%;
  }
}

/* –––––––––––––––––––– ▲ タブレット style's  –––––––––––––––––––– */

/* –––––––––––––––––––– ▼ スマホ style's 640px以下 –––––––––––––––––––– */

@media screen and (max-width: 640px) {
  .header-rogo {
    width: 85%;
  }
  .menu-container {
    width: 100%;
    margin: 0 auto;
    background: none;
    box-shadow: none;
  }
  .menu>ul>li>ul {
    top: 25%;
  }
  main {
    padding-left: 15px;
    padding-right: 15px;
  }
  section[class^="box"] {
    max-width: 100%;
  }
  .lead-text {
    font-size: 1.5rem;
  }
  img {
    max-width: 80vw;
  }
  div[class^="circle"] {
    padding: 10%;
  }
  .listen-5col, .watch-5col, .ttl-sub {
    display: flex;
    justify-content: center;
    margin: auto;
  }
  #copy {
    margin-left: 1%;
  }
  .contac {
    font-size: 1.5rem;
    line-height: 1;
  }
  .footer-left {
    margin-bottom: 3%;
  }
  .footer-right {
    width: 100%;
    margin-bottom: 3%;
  }
  .footer-area {
    flex-direction: column;
    align-items: center;
  }
  #QR {
    display: none;
  }
  .siteFooter {
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 360px) {
  /*ポスターの吹き出しのところ360以下は100から80サイズへ*/
  .balloon1 {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

/* –––––––––––––––––––– ▲ スマホ style's  –––––––––––––––––––– */

/*----------------------▼ タブ切り替え全体のスタイル-------------*/

.tabs {
  padding-bottom: 40px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 90%;
  margin: 0 auto;
  border-radius: 30px 30px 0 0;
}

/*タブのスタイル*/

.tab_item {
  /*タブの数指定*/
  width: calc(100% / 5);
  height: 70px;
  background-color: rgba(255, 255, 255, 0.5);
  line-height: 70px;
  font-size: 17px;
  text-align: center;
  color: #000000;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  border-radius: 30px 30px 0 0;
}

.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/

input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/

.tab_in {
  width: 300px;
}

.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/

#all:checked~#all_content, #one:checked~#one_content, #two:checked~#two_content, #three:checked~#three_content, #four:checked~#four_content, #five:checked~#five_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/

.tabs input:checked+.tab_item {
  background-color: #f6bba6;
  color: #fff;
}

/*タブの下の枠*/

.box-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

/*タブを横並び*/

.grid-container {
  display: grid;
  gap: 10%;
  grid-template-columns: repeat(5, 1fr);
  /* background-color: #f6bba6; */
}

/*A4用紙の台紙*/

.contents-box {
  width: 300px;
  height: 260px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.img {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

/*-----------------------------
検索フォーム
-----------------------------*/

*:first-child+html #searchsubmit {
  top: 1px;
}

#search #searchform {
  position: relative;
}

/* 検索ボタン */

#btn-search_container input[type="text"] {
  width: 510px;
  /*  検索フォームの横幅 */
  height: 27px;
  /*  検索フォームの文字記入部分の高さ*/
  border: solid #40210f;
  color: #40210f;
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  background-color: #fff;
  font-size: 30px;
  border-radius: 50px;
  overflow: hidden;
}

#btn-search_container input[type="text"]:focus {
  outline: 0;
}

#btn-search_container input[type="submit"]:focus, #btn-search_container input[type="submit"]:hover {
  outline: 0;
  background-color: #fff;
  border-color: currentcolor;
  color: #40210f;
}

#btn-search_container input[type="submit"]::before {
  font-family: "Font Awesome 5 free";
  content: "\f002";
  font-weight: 900;
}

.btn-search-big {
  display: inline-block;
  width: 70px;
  padding: 10px 6px;
  background-color: rgba(64, 33, 15, 0.8);
  border: 2px solid transparent;
  border-radius: 50%;
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
}

/*------------------*/
