@charset "utf-8";
/*
Theme Name: 動くWebデザインアイデア帳
Theme URI: https://coco-factory.jp/ugokuweb/wp-content/themes/ugokuweb/
Description:ugokuweb's theme
Version: 1.0
Author:Coco-Factory
*/


/* # =================================================================
   # Original style
   # ================================================================= */

html{
    overflow-x: hidden;
}

body{
font-family: noto-sans-cjk-jp, sans-serif;
font-weight: 500;
font-style: normal;
	background:#F2F0E9;
	color: #333;
	font-size:1rem;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
}

body.top{
	background:#FEC463;
}

body.top.appear{
	background:#F2F0E9;
}

@media screen and (max-width:768px) { 
	body{
	font-size:0.9rem;
	}
	
}

a{
	color:#333;
	text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
	outline: none;
}

.identity,h1,h2,h3,h4,h5,.code-present{
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight:bold;
}

small{
    display: block;
}

.lead{
	line-height: 2.2;	
}

.book-info a,
#profile section a,
.prepare a,
.modaal-content-container a,
.wrapper a{
	text-decoration: underline;
    word-break: break-all;
}

.book-info a:hover,
#profile section a:hover,
.prepare a:hover,
.modaal-content-container a:hover,
.wrapper a:hover{
	text-decoration: none;
}

.demo-list a{
	text-decoration: none!important;
}

em{
    font-style: italic;
}

.font-s{
    font-size:0.8rem;
}

@media screen and (max-width:465px) {    
.font-s{
    font-size:0.75rem;
}
}

ul{
	list-style: none;
}

.modaal-content-container ul,
.wrapper ul{
	margin:0 0 50px 1.4em;
}

.wrapper ul.page-navi{
	margin:0 0 80px 0;
	display: flex;
	justify-content: space-around;
    flex-wrap: wrap;
}

@media screen and (max-width:768px) {
.wrapper ul.page-navi{
	margin:0 0 50px 0;
}    
}

#sample-choice-area ul{
    margin:0;
}

.wrapper .book-info ul,
.wrapper ul.form-list,
.wrapper ul.blocks-gallery-grid{
	margin:0 0 50px 0;
}

.modaal-content-container ul li,
.wrapper ul li{
	list-style: disc;
}

#sample-choice-area ul li,
.wrapper .book-info ul li{
    list-style: none;
}

.check .wrapper ul li,
.modaal-content-container ul li{
    margin:0 0 10px 0;
}

.about .wrapper ul li{
    margin:0 0 30px 0;
}

.wrapper ul.blocks-gallery-grid li{
     list-style: none;   
}

.modaal-content-container ol,
.wrapper ol{
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}

.modaal-content-container ol li,
.wrapper ol li {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
margin: 0 0 40px 0;
}
.modaal-content-container ol li:before,
.wrapper ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #333;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #ffffff;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}



.modaal-content-container p,
.wrapper p{
	margin:0 0 20px 0;
    line-height: 2;
}

.modaal-content-container p.mb-50,
.wrapper p.mb-50{
  margin-bottom: 50px;  
}

.modaal-content-container p.mb-80,
.wrapper p.mb-80{
  margin-bottom: 80px;  
}

@media screen and (max-width:768px) {
.modaal-content-container p.mb-50,
.wrapper p.mb-50{
  margin-bottom: 30px;  
}
.modaal-content-container p.mb-80,
.wrapper p.mb-80{
  margin-bottom: 50px;  
}
}

*{box-sizing:border-box;}

.sp-block,
.pc-none{
		display:none;
}

.d-none{
		display:none!important;
}

@media screen and (max-width:768px) {
.pc-none{
		display: block;
}
.sp-none{
	display: none!important;
}
}

@media screen and (max-width:450px) {
  .sp-block{
		display:block;
}
  
}

.cl{
	overflow: hidden;
}

/* wordpress editor */

.aligncenter{
	display: block;
	clear: both;
	margin:0 auto 30px auto;
	text-align:center;
}
 
.alignleft{
	float:left;
	margin:0 30px 30px 0;
}

.alignright{
	float:right;
	margin:0 0 30px 30px;
}

@media only screen and (max-width:465px){

.alignleft,
.alignright{
	float: none;
	display: block;
	margin:0 auto 20px auto;
}	
}

.wp-block-columns{
    flex-wrap: nowrap!important;    
}

@media only screen and (max-width:700px){

.wp-block-columns{
    flex-wrap: wrap!important;
}
}

.wp-block-media-text,
.wp-block-table,
.wp-block-separator{
    margin: 0 0 80px 0;
}

.wp-block-table th,
.wp-block-table td{
    padding: 10px;
}

figure.gallery ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 80px 0;
}

figure.gallery li.gallery-item{
	list-style: none!important;
}

.gallery-columns-3 .gallery-item{
	width:31.333%;
	margin:0 0 15px 0;
}

.gallery-columns-4 .gallery-item{
	width:23%;
	margin:0 0 15px 0;
} 

.wp-caption-text{
	display: block!important;
}

/* video */
.wp-block-webfactory-map,
.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 52.65%;
  height: 0;
  overflow: hidden;
  z-index: 1;
	margin-bottom: 80px;
}
.wp-block-webfactory-map iframe,
.wp-block-webfactory-map object,
.wp-block-webfactory-mapr embed,
.wp-block-embed-youtube .wp-block-embed__wrapper iframe,
.wp-block-embed-youtube .wp-block-embed__wrapper object,
.wp-block-embed-youtube .wp-block-embed__wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 782px){
.wp-block-column:not(:first-child) {
    margin-left: 62px!important;
}
}

/* img
------------------------------ */
img{
	max-width:100%;
	height: auto;
}

img[src$=".svg"],
img[src$=".svgz"]{
	width: 100%;
}

#gift img{
    width:100%;
}

/* align
------------------------------ */

.txt-center{
	text-align: center;
}

.txt-right{
	text-align: right;
}

@media screen and (min-width:767px) {
.pc-txt-center{
	text-align: center;
}
}


/* margin padding
------------------------------ */

.m-auto{
	margin-right:auto;
	margin-left:auto;
}

.mx-10{
	margin-right:10px;
	margin-left:10px;
}

.my-30{
	margin-top:30px;
	margin-bottom:30px;
}

.my-50{
	margin-top:50px;
	margin-bottom:50px;
}

@media screen and (max-width:768px) {
.my-50{
	margin-top:30px;
	margin-bottom:30px;
}
}

.ml-10 {
	margin-left:10px;
}

.mr-10 {
	margin-right:10px;
}

.mr-20 {
	margin-right:20px;
}
.mr-30 {
	margin-right:30px;
}

.mt-20 {
	margin-top:20px;
}
.mt-30 {
	margin-top:30px;
}
.mt-50 {
	margin-top:50px;
}
@media screen and (max-width:768px) {
.mt-50 {
	margin-top:30px;
}	
}

.mb-10 {
	margin-bottom:10px;
}

.mb-20 {
	margin-bottom:20px;
}

.mb-30 {
	margin-bottom:30px;
}

.mb-40 {
	margin-bottom:40px;
}

.mb-50 {
	margin-bottom:50px;
}

.mb-80 {
	margin-bottom:80px;
}

.mb-100 {
	margin-bottom:100px;
}

@media screen and (max-width:768px) {
.mb-50 {
	margin-bottom:30px;
}	

.mb-80 {
	margin-bottom:50px;
}	
}

.p-10{
	padding:10px;
}

.p-20{
	padding:20px;
}

.p-30{
	padding:30px;
}

.p-50{
	padding:50px;
}

.p-80{
	padding:80px;
}

@media screen and (max-width:768px) {
.p-80{
	padding:0;
}
.p-50{
	padding:30px;
}
}

.px-10{
	padding-right:10px;
	padding-left:10px;
}

.px-15{
	padding-right:15px;
	padding-left:15px;
}

.px-20{
	padding-right:20px;
	padding-left:20px;
}

.px-30{
	padding-right:30px;
	padding-left:30px;
}

.py-20{
	padding-top:20px;
	padding-bottom:20px;
}

.py-30{
	padding-top:30px;
	padding-bottom:30px;
}

.py-40{
	padding-top:40px;
	padding-bottom:40px;
}

.py-50{
	padding-top:50px;
	padding-bottom:50px;
}

.py-80{
	padding-top:80px;
	padding-bottom:80px;
}


@media screen and (max-width:768px) {
.py-50{
	padding-top:30px;
	padding-bottom:30px;
}

.py-80{
	padding-top:50px;
	padding-bottom:50px;
}

}

.pl-30{
	padding-left:30px;
}

.pr-30{
	padding-right:30px;
}
.pt-30 {
	padding-top:30px;
}
.pt-40 {
	padding-top:40px;
}
.pt-50 {
	padding-top:50px;
}
.pt-80 {
	padding-top:80px;
}

.pt-100 {
	padding-top:100px;
}

.pb-10 {
	padding-bottom:10px;
}

.pb-20 {
	padding-bottom:20px;
}

.pb-30 {
	padding-bottom:30px;
}

.pb-40 {
	padding-bottom:40px;
}

.pb-50 {
	padding-bottom:50px;
}

.pb-80 {
	padding-bottom:80px;
}

@media screen and (max-width:768px) {
.pb-80 {
	padding-bottom:50px;
}  
.pt-80 {
	padding-top:50px;
}
}

/* flex
------------------------------ */

.flex{
	display: flex;
}

.flex-wrap{
	flex-wrap:wrap;
}

.justify-between{
	justify-content: space-between;
}

.justify-around{
	justify-content: space-around;
}

.justify-center{
	justify-content: center;
}

.justify-end{
     justify-content: flex-end;   
}


.align-items-center{
	align-items: center;
}

.align-items-end{
    align-items: end;
}

.align-content-center{
	align-content: center;
}

.row-reverse{
	flex-direction: row-reverse;
}


/* # =================================================================
   # Header
   # ================================================================= */

#header{
    padding: 20px 0;
    position: relative;
    z-index:3;
}

#header.fixed{
    z-index:1;
}


.identity{
    position: absolute;
    top:20px;
    left: 40px;
    font-size: 1.3rem;
    line-height: 1.4;
    text-align: center;
    z-index: 1;
}
    
.identity a{
    display: inline-block;
}

@media screen and (max-width: 920px){
.top .identity{
    display: none;
}
}

nav ul{
    padding: 0 20px 0 0;
}

nav ul ul{
 padding:0;   
}


@media screen and (max-width: 920px){
 .identity{
     top:15px;
     left:20px;
    font-size: 1.1rem;
}
nav ul{
    padding: 60px 0 50px 0;
}
}


nav ul li a{
    padding: 0 20px;
}

nav ul > li:nth-of-type(2) a,
nav ul > li:nth-of-type(3) a,
nav ul > li:nth-of-type(4) a{
    padding: 0 30px 0 50px;
}

@media screen and (max-width:1065px) {
nav ul li a{
    padding: 0 10px;
} 

nav ul > li:nth-of-type(2) a,
nav ul > li:nth-of-type(3) a,
nav ul > li:nth-of-type(4) a{
    padding: 0 20px 0 40px;
}
    
    
}

nav ul > li:nth-of-type(6){
    line-height: 1;
    font-size: 1.7rem;
    text-align: center;
}

nav ul > li:nth-of-type(6) ul li:first-child a{
    color:#1DA1F2;
}
nav ul > li:nth-of-type(6) ul li:last-child a{
    color:#CC007B;
    padding: 0 10px;
}


.select-list li,
nav li.has-child ul li{
    line-height: 1.5;
    background: #FDFBF5;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    margin: 0 0 20px 0;
    transition: all 0.5s;
    max-width: 225px;
}

.select-list li.comingsoon,
nav li.has-child ul li.comingsoon{
    background: #E5E5E5;
    pointer-events: none;
}

.select-list li a,
nav li.has-child ul li a{
    width: 100%;
    height: 100%;
    padding:15px 10px!important;
    display: inline-block;
    border-radius: 20px;
}

.select-list li a:hover,
nav li.has-child ul li a:hover{
	background:#F3F3F3;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.select-list li img,
nav li.has-child ul li img{
    height:60px;
}

.postid-2153 #select-area .select-list li:first-child img,
.postid-2154 #select-area .select-list li:first-child img,
.postid-2155 #select-area .select-list li:first-child img,
.postid-2156 #select-area .select-list li:first-child img,
.postid-2157 #select-area .select-list li:first-child img,
.postid-2158 #select-area .select-list li:first-child img,
.term-18 #select-area .select-list li:first-child img{
  height: 30px;
}
nav li.has-child ul > li,
nav li.has-child ul > li:nth-of-type(6) a,
nav li.has-child ul > li:nth-of-type(6) a{
     font-size:0.75rem;
    color:#333;
}

@media screen and (max-width: 920px){
 nav li.has-child ul li{
    background:none;
    box-shadow:none;
    border-radius:0;
    padding:0;
    margin:0;
    max-width:inherit;
}
    
.select-list li,
nav li.has-child ul > li,
nav li.has-child ul > li:nth-of-type(6) a,
nav li.has-child ul > li:nth-of-type(6) a{
     font-size:0.85rem;
}

.select-list li:hover,
nav li.has-child ul li:hover{
	background:none;
    box-shadow:none;
}
    
nav li.has-child ul li img{
   height: 36px;
} 

}

.openbtn{
    display: none;
}

@media only screen and (max-width:920px){

.openbtn{
    display: block;
}   
}

/* # =================================================================
   # heading
   # ================================================================= */


.code-present,
h2{
    font-size:2.5rem;
    line-height: 1.5;
}

h3{
    font-size:1.4rem;
    margin: 0 0 30px 0;
}

h4{
    font-size:1.1rem;
    margin: 0 0 30px 0;
}

@media screen and (max-width:768px) {
.code-present,
h2{
    font-size:1.7rem;
}

h3{
    font-size:1.2rem;
}

h4{
    font-size:1rem;
}
    
}


@media screen and (max-width:550px) {
.code-present{
    font-size:1.2rem;
}
    
}

.heading01 span{ 
  position: relative;
  padding: 0.3em;
}
.heading01 span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
    height: 4px;
    background: repeating-linear-gradient(-45deg, #333, #333 2px, #E2DCCA 2px, #E2DCCA 4px);
}

.heading02,
.contact h3,
.privacy-policy .wrapper h3 {
    display: inline-block;
    position: relative;
    padding: 0.1rem 2rem calc(0.2rem + 10px) 1rem;
    background: #dacfad;
    margin: 0.5rem 0 2rem 0.5rem;
}

.heading02:before,
.contact h3:before,
.privacy-policy .wrapper h3:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
}

.heading03{
    position: relative;
}

.heading03:before{
  content:'';
    width:100%;
    height: 2px;
    background:#333;
    position: absolute;
    left:0;
    top:1em;
    z-index: -1;
}

.heading03 span{
 background:#F2F0E9;
    padding:0 1em;
    display: inline-block;
}

@media screen and (max-width:768px) {
 .heading03{
    font-size:1.2rem;
    }
}

.heading04{
    display: inline-block;
    background:#333;
    border-radius: 5px;
    color:#fff;
    padding: 3px 15px;
}

.heading05{
    display: inline-block;
    background:#C3B68F;
    border-radius: 5px;
    padding: 3px 15px;
}

/* # =================================================================
   # Area
   # ================================================================= */

#main{
    padding: 100px 0 0 0;
}

.top #main{
    padding: 120px 0 0 0;
}

@media screen and (max-width:768px) {
#main{
    padding: 80px 0 0 0;
}

.top #main{
    padding: 60px 0 0 0;
}

}

.inner{
    width:90%;
    margin: 0 auto 80px auto;
}

header.inner{
    width:90%;
    margin: 0 auto 40px auto;
}

.inner-m{
    width:90%;
    max-width:900px;
    margin: 0 auto 80px auto;
}

.inner-s{
    width:90%;
    max-width:700px;
    margin: 0 auto 80px auto;
}

@media screen and (max-width:768px) {

 .inner{
    margin: 0 auto 50px auto;
}

.inner-m,
.inner-s{
    margin: 0 auto 50px auto;
}  

    .inner .inner-s{
        width:100%;
    }
    
}

.border-box{
     border:3px solid #333;
    position: relative;
    padding:0 20px;
}

.border-box h3{
    position: relative;
    top: -20px;
}

.border-box h3 span{
    background: #F2F0E9;
    padding: 0 1em;
    display: inline-block;
}

@media screen and (max-width:425px) {
.border-box h3 span{
    font-size: 1rem;
    white-space: nowrap;
    padding: 0 0.5em;
}
    
}

.wd20{
    width:20%;
}

.wd30{
    width:28%;
}

.wd50{
    width:48%;
}

.wd70{
    width:70%;
}

.wd80{
    width:76%;
}

@media screen and (max-width:900px) {
    .top .wd50{
        width:100%;
    }
    .top #gift .wd50{
    width:48%;
}
    
.gift-box .wd20,
.gift-box .wd80{
    width:100%;
}
    
}

@media screen and (max-width:550px) {
.wd20,
.wd80{
    width:100%;
}    
.wd50,
.top #gift .wd50{
    width:100%;
}    
}

.bg-brown{
    background:#E2DCCA;
    border-radius: 20px;
    border:3px solid #333;
    padding: 2em;
}

/* # =================================================================
   # Parts
   # ================================================================= */

.btn{
    text-decoration: none!important;
}

.btn span{
    position: relative;
}

.btn span:after {
    content: "";
    position: absolute;
    top: 45%;
    left: 23px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: #333 #333 transparent transparent;
    transform: rotate(45deg);
}

.btn.btncolorb:before{
   background-color: #000; 
}

.btn.btncolorb{
    background: #333;
}

.btn.btncolorb span{
    background:#333;
    color: #fff;
}

.btn.btncolorb span:after{
    border-color: #fff #fff transparent transparent;
}

/*checklist*/

.checklist{
    margin: 0 0 50px 2em!important;
}

.checklist li {
  position: relative;
    list-style: none!important;
}
.checklist li::after {
  content: '';
  display: block;
  position: absolute;
  top: .7em;
  left: -1.5em;
  width: 13px;
  height: 7px;
  border-left: 3px solid #666;
  border-bottom: 3px solid #666;
  transform: rotate(-45deg);
}

/*editor*/

.hcb_wrap pre.prism {
    font-size: 16px!important;
}

.hcb_wrap pre.prism, .hcb_wrap pre.prism code{
    background:#F2F0E9!important;
}

.hcb_wrap pre{
    padding-top: 0 !important;
    line-height: 1.5!important;
    outline: none!important;
}

.hcb_wrap{
    margin-top: 0 !important;
}

.cm-comment{
    color: #708090;
}

.cm-builtin{
    color:#07a;
}

.cm-qualifier{
    color: #5ab8e0;
}

.cm-def{
    color:#905;
}

.cm-string,
.cm-variable{
    color: #B90003;
}

/* # =================================================================
   # Top
   # ================================================================= */

.top-heading{
    display: inline-block;
    position: relative;
    font-size:6vw;
    line-height: 1.4;
}

.top-heading:before,
.top-heading:after{
    content: '';
    position: absolute;
    left: -1.5em;
    bottom: 0.5em;
    width: 1.3em;
    height: 2px;
    background: #333;
    transform: rotate(45deg);
}

.top-heading:after{
    left: inherit;
    right:-1.5em;
    transform: rotate(-45deg);
}

.top-heading span{
    position: relative;
}

.top-heading span:before{
    content: '';
    position: absolute;
   top: -10px;
    left: 0.4em;
    width: 8px;
    height: 8px;
    background: #333;
    border-radius: 4px;
}


@media screen and (max-width:768px) {
.top-heading{
    font-size:3.5rem;
} 
    .top-lead{
     margin:0 0 60px 0;   
    }
}

@media screen and (max-width:630px) {

  .top-heading{
    font-size:2.5rem;
} 
  
}

@media screen and (max-width:450px) {

  .top-heading{
    font-size:2rem;
      margin-bottom:30px!important;
} 
    
    .top-lead{
     margin:0 0 30px 0;   
    }

    
.top-heading span:before{
    width: 4px;
    height: 4px;
    border-radius: 2px;
}

.top-heading:before,
.top-heading:after{
    width: 1em;
}
    
.top-heading:before{
    left: -0.5em;
}

.top-heading:after{
    right:-0.5em;
    }
  
}

.modaal-container{
    border-radius: 20px!important;
}

.modaal-content-container h3{
    border-bottom:2px solid #333;
    padding: 0 0 10px 0;
}

.modaal-close span{
    position: relative!important;
    height: auto!important;
    width: auto!important;
    overflow: auto!important;
    padding: 0 0 0 23px!important;
}

.modaal-wrapper .modaal-close{
    background: #FEC463!important;
    right: 20px!important;
    top: inherit!important;
    bottom: 20px;
    width: 120px;
    border-radius: 20px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.modaal-close:after, .modaal-close:before{
    background:#333!important;
}


.btn.zoomIn{
    animation-delay: 0.3s;
}

.btn.zoomIn span{
    padding: 15px 45px 15px 60px;
}

.selfTrigger{
    padding: 0 0 18px 0;
}

.self span{
	animation-name: selfAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
    animation-delay: 0.2s;
}

@keyframes selfAnime{
  0%{
    transform: rotate(-5deg);
	opacity: 0;
  }
    
  25%{
	opacity: 1;
    transform: rotate(5deg);
  }
    
  50%{
	opacity: 1;
    transform: rotate(-5deg);
  }

  100%{
	opacity: 1;
    transform: rotate(5deg);
  }
}

@media screen and (max-width:768px) {
    
    .top-btn{
        text-align: center;
    }

}



.selfTrigger span{
position: relative;
    display: inline-block;
    border: 2px solid #333;
    padding: 10px 20px;
}

.selfTrigger span::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 40%;
  bottom: -15px;
  border-top: 15px solid #333;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.selfTrigger span::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 40%;
  bottom: -12px;
  border-top: 15px solid #F2F0E9;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

.news-area{
    background:#333;
    display: flex;
    align-items: center;
}

.news-area h2{
     color:#FEC463;
    font-size: 1.3rem;
    text-transform: uppercase;
    padding: 0 20px;
}


@media screen and (max-width: 768px){
.selfTrigger span{
    padding: 5px 20px;
}

.news-area.inner{
    display: block;
    padding: 20px;
    width:100%;
} 
.news-area h2{
    text-align: center;
    margin: 0 0 20px 0;
}
}

.news-area a{
    color:#fff;
    padding: 10px;
    display: block;
    letter-spacing: 0.05em;
}

.news-area span{
    padding: 0 10px 0 0;
    color: rgba(190,190,190,1.00);
}


.bx-wrapper{
    box-shadow:none!important;
    border:none!important;
    background:transparent!important;  
    margin-bottom:0!important;
}


.tab li{
    width:50%;
    text-align: center;
    font-size: 1.2rem;
}

.tab li.disactive a{
    color:#727171;
}

.select-list li{
text-align: center;
    width: 19%;
    margin: 0 0.5% 20px;
    max-width: inherit;
}


@media screen and (max-width:900px) {
.select-list li{
    width: 24%;
}
    
}

@media screen and (max-width:768px) {
.select-list li{
    width: 32%;
}

    .area{
        padding:40px 0;
    }
    
.tab li {
    font-size: 1rem;
}
    
    .tab li a{
        padding:10px;
    }
 
#other-list .select-list,
#select-area .select-list,
.select-list ul{
    justify-content: space-between;
}
    
.select-list li{
    width: 47%;
}
    
}

.select-list li span.title{
    display: inline-block;
    padding: 10px 0;
}

.tax-move01-cat #other-list .select-list li:nth-child(6) img,
.tax-move01-cat #other-list .select-list li:nth-child(7) img,
#select-area #tab1.area li:nth-child(6) img,
#select-area #tab1.area li:nth-child(7) img{
     height:35px;   
}

.prepare img{
    width:60px;
}

.prepare img.prepare-ico{
    width:100px;
}

.demo-list li{
    width:21%;
    margin:0 0 50px 0;
    text-align: center;
}

@media screen and (max-width:768px) {
.demo-list li{
    width:30%;
    text-align: left;
}
}

@media screen and (max-width:500px) {
  
.prepare img{
    width:40px;
}
    
.demo-list{
    justify-content: space-between;
}
    
.demo-list li{
    width:48%;
}
}

.demo-list li dt{
     overflow: hidden;
    border:3px solid #333;
    border-radius: 20px;
    line-height: 0;
    margin:0 0 20px 0;
}

.demo-list li dt img{
    transition: all 0.5s;
    border-radius: 20px;
    width:100%;
}

.demo-list li dt img:hover{
     transform: scale(1.1);
}

.demo-list li dd:before{
     content:'●';
    color:#FEC463;
    padding: 0 10px 0 0;
}

.arrow img{
    width:40px;
}

.gift-area{
    width:90%;
    max-width:1000px;
    margin: 0 auto 80px auto;
}

.gift-area.border-box h3{
    font-size:1.8rem;
}

.gift-area.border-box h3 span{
 background:#E2DCCA;   
}

.circle{
    width:100px;
    height: 100px;
    line-height: 1;
    background:#333;
    border-radius: 50px;
    color: #fff;
    margin: 0 auto;
    padding: 20px 0 0 0;
}

.circle span{
     font-size:2.5rem;
    display: block;
    padding:5px 0 0 0;
}


.gift-area h4{
    border-bottom:2px dotted #333;
    font-size:1.3rem;
}


@media screen and (max-width:768px) {
.arrow img{
    width:30px;
}
    .gift-area.border-box h3{
     font-size: 1.2rem;   
        top:0;
    }
    
.gift-area h4{
    font-size:1rem;
}

    
.gift-area{
    width:100%;
    margin: 0 auto 50px auto;
    border:none!important;
    padding: 0;
} 

.news-area span{
    display: block;
}
    
.circle{
    width:80px;
    height:80px;
    border-radius:40px;
    padding: 20px 0 0 0;
}

.circle span{
     font-size:2rem;
}

}

@media screen and (max-width:550px) {
#profile h3{
    text-align: center;
}    
}



.gift-box{
    width:100%;
    max-width:800px;
    margin: 0 auto 80px auto;
}


.last-message{
    position: relative;
}

.last-message img{
    position: absolute;
     width:120px;   
}


.img01{
    top:15%;
    left:0;
}

.img02{
    top:45%;
    left:0;
}

.img03{
    top:70%;
    left:0;
}

.img04{
    top:90%;
    left:0;
}

.img05{
    top:15%;
    right:0;
}

.img06{
    top:45%;
    right:0;
}

.img07{
    top:70%;
    right:0;
}

.img08{
    top:90%;
    right:0;
}

@media (max-width: 925px){
    .last-message img{
        display: none;
    }
    
}

/* # =================================================================
   # Contact
   # ================================================================= */


.mw_wp_form .btn{
    padding: 10px 20px;
}

.mw_wp_form .d-none{
    display: none;
}

.mw_wp_form.mw_wp_form_confirm .d-none{
    display: block!important;
}

.mw_wp_form.mw_wp_form_confirm li{
 border-bottom: 1px solid #333;
    padding:0 0 10px 0;
}


.form-list input[type="text"] ,
.form-list input[type="email"],
.form-list textarea{
    background:#FDFBF5;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    width:100%;
    font-size: 16px;
    padding:10px 20px;
    outline: none;
}

.form-list textarea{
 height:300px;   
}

/* # =================================================================
   # Under-page
   # ================================================================= */

.main-icon img{
   height: 360px;
}

.term-17 .main-icon img,
.postid-1333 .main-icon img{
   height:260px;
}

.postid-2159 .main-icon img,
.term-7 .main-icon img,
.postid-453 .main-icon img{
   height: 160px;
}

@media (max-width: 925px){

.main-icon img{
   height: 260px;
}
   
}

@media (max-width: 600px){

.main-icon img{
   height: 160px;
}
    
.postid-2159 .main-icon img,
.term-17 .main-icon img,
.term-7 .main-icon img,
.postid-453 .main-icon img,
.postid-1333 .main-icon img{
   height: 80px;
}
   
}

.desc-list dt{
    width: 8em;
    white-space: nowrap;
    margin-right: 1.5em;
}

.desc-list dt span{
background: #FEC463;
    border-radius: 10px;
    padding: 3px 10px;
    display: inline-block;
    width: 8em;
    text-align: center;
}

.wp-block-column.wdsmall{
 flex-basis: 15%!important;   
}

.wp-block-column.wdsmall img{
 height: 100px!important;   
}

.wp-block-column.wdsmall .wp-block-image{
    text-align: center;
    margin-bottom:20px;
}



/* # =================================================================
   # Footer
   # ================================================================= */

.footer-sns li:nth-child(2) a,
.footer-sns li:nth-child(3) a{
     width: 47px;
    text-align: center;
    height: 46px;
    line-height: 55px;
    border-radius: 11px;
    display: block;   
}

.footer-sns li:nth-child(2) a{
    background:#1DA1F2;
}

.footer-sns li:nth-child(3) a{
    background:#1877F2;
}

.footer-sns li{
    transition: all 0.5s;
}

.footer-sns li:hover{
    transform: scale(0.9);
}

.footer-sns li i{
    font-size: 1.7rem;
    color: #fff;
    
}

#footer{
    font-size: 0.9rem;
}
