﻿html {
-webkit-text-size-adjust: 100%;
}
body {
    background: #ffb8ff/*#d6edf4  #9dcdcb*/;
}
h2, h3, h4, .font_serif, #main_nav li a, .sc_nav li a, .catch {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: bold;
}


#page10 ul li a {
    padding-left: 0;
    padding-right: 0;
}
#top_contents2 {
    overflow: hidden;
}
#top_cms .width_1280-max {
    position: relative;
}
.top_cms_title {
    position: absolute;
    top: -1.4em;
    background-color: rgba(255, 255, 255, 0.6);
    border-left: 2px dotted #e2e2e2;
    border-right: 2px dotted #e2e2e2;
    padding: 0.8em 2em;
    transform: rotate(
-3deg
);
}
.cms1 .top_cms_title {
    background-color: rgba(228, 233, 178, 1);
    border-left: 2px dotted #ffffff;
    border-right: 2px dotted #ffffff;
    z-index: 2;
}
.catch {
    top: -22px;
    right: 50px;
    z-index: 1;
    font-size: 22px;
}
.fadein{
     opacity: 0;
     transform: translateY(20px);
     transition: 1.5s;
     transition-property: opacity,transform
}
.catch {
    opacity: 0;
     transform: translateY(-40px);
     transition: 1.5s;
     transition-property: opacity,transform
}
.fadein.fadetrans, .fadeL.fadetrans, .fadeR.fadetrans, .catch.fadetrans {
    opacity: 1;
    transform: none;
}
.fadeR {
    opacity: 0;
    transform: translateX(100px);
    transition: 1.1s;
    transition-property: opacity,transform;
    transition-delay: 0.5s;
}
.fadeL {
    opacity: 0;
    transform: translateX(-100px);
    transition: 1.1s;
    transition-property: opacity,transform;
    transition-delay: 0.1s;
}




.shop_link a {
    background-image: url(Dup/img/cart.svg);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: 30px 44%;
    padding: 21px 36px 21px 80px;
color: #141414;
    font-weight: bold;
    background-color: #d6edf4;
}

.sc_nav .shop_link a {
    background-size: 26px 26px;
    background-position: 22px 44%;
    padding: 17px 22px 17px 59px;
}
.shop_link i {
    display: none;
}
.intro_txt, .illust, .contents1_txt {
    position: relative;
}
/*.intro_txt:after, .intro_txt:before, .illust:before,*/ .contents1_txt:before {
    content: "";
    display: block;
    width: 220px;
    height: 239px;
    position: absolute;
    left: -129px;
    top: 194px;
    background-image: url(Dup/img/pink_hito.svg);
    background-repeat: no-repeat;
    background-size: contain; animation: move-y 1.8s infinite alternate ease-in-out;
}
/*.intro_txt:before {
    left: inherit;
    top: -1px;
    right: -109px;
    width: 180px;
    background-image: url(Dup/img/beige_inu.svg);animation-delay: 0.3s;
}
.illust:before {
left: inherit;
    right: -52px;
    top: inherit;
    width: 181px;
    bottom: -78px;
    background-image: url(Dup/img/gray.svg);
    height: 153px;animation-delay: 0.6s;
}*/
.contents1_txt:before {
    left: -897px;
    top: 89px;
    z-index: 1;
    background-image: url(Dup/img/gray_hito.svg); 
}

@keyframes move-y {
  from {
    transform: translateY(0) ;
  }
  to {
    transform: translateY(15px) /* rotate(5deg)*/;
  }
}


h1 img {
    max-width: 173px;
}

#main_nav li a, .sc_nav li a, .sc_nav .shop_link a {
    font-size: 18px;
}
#main_img img, #intro img, #top_contents1 img, #top_contents2 img {
    transition: ease 0.3s;
    cursor: pointer;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: inherit;
}
.sc_nav {
    background-color: #ffffff;padding: 10px;
}
.sc_nav .logo img {
    max-width: 104px;
    position: fixed;
    padding: 10px;
    background: #ffffff;
    top: 20px;
    transform: translateY(-74%);   transition: all 0.5s;
}
.sc_nav.active .logo img {
   transform: translateY(0%); 
   transition: all 0.5s;
}

#header {
    position: relative;padding: 24px 50px;
}
#header:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 384px;
    background: #fff;
    z-index: -1;
}
#header:before{
    /*display: inline-block;
    z-index: 0;
    position: absolute;
    bottom: -127px;
    left: 0;
    width: 100%;
    height: 49px;
    background-image: url(Dup/img/mohumohu.svg);
    background-position: top;
    background-size: 100% 49px;
    background-repeat: no-repeat;
    content: "";*/
}
#page_title {
  filter: inherit;position: relative;
}
#top_contents1 .contents1_txt h3 {
   text-shadow: none;
}
#intro .intro_txt {position: relative;
        border-radius: 30px;
}
#top_contents1 figure, .cms_1-a figure, .cms_2-a figure img, .cms_3-e figure img {
    border-radius: 30px;
}
.fadeL {border-radius: 0 30px 30px 0}
.fadeR {
    border-radius: 30px 0 0 30px;
}
#intro .intro_txt .corner {
    background-image: url(../dup/img/left_top1.png), url(../dup/img/left_bottom1.png), url(../dup/img/right_top1.png), url(../dup/img/right_bottom1.png);
    background-size: 40px auto;
    background-position: left top, left bottom, right top, right bottom;
    background-repeat: no-repeat;
    padding: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    pointer-events: none;
}
#intro .intro_img {
    margin-bottom: 138px;
}
#page_title h2, #page_title p {
    color: #fff;
}
.cms_6-c .cate_box{
    position: relative;
    padding: 0.25em 1em;
    border: solid 2px #fff;
    border-radius: 3px 0 3px 0;
}
.cms_6-c .cate_box:before, .cms_6-c .cate_box:after
{
    content: '';
    position: absolute;
    width:10px;
    height: 10px;
    border: solid 2px #ffffff;
    border-radius: 50%;
}
.cms_6-c .cate_box:after {
    top:-12px;
    left:-12px;
}
.cms_6-c .cate_box:before {
    bottom:-12px;
    right:-12px;
}


.cms_3-e .sub_cate_title {
    border-top: 0;
	position: relative;
	padding: .1em .3em .1em 1.8em;
	border-bottom: 1px solid #00838F;
}
.cms_3-e .sub_cate_title::before,.cms_3-e .sub_cate_title::after {
	position: absolute;
	content: '';
	border-radius: 100%
}
.cms_3-e .sub_cate_title::before {
top: .6em;
    left: .2em;
    width: 20px;
    height: 20px;
    background: #ffffff;
}
.cms_3-e .sub_cate_title::after {
    top: 1.1em;
    left: .7em;
    width: 15px;
    height: 15px;
    background: rgba(0,131,143,.5);
}




.cms1 {background: #fff;
    position: relative;
}
.cms1:before {
    display: inline-block;
    z-index: 2;
    position: absolute;
    top: -73px;
    left: 0;
    width: 100%;
    height: 74px;
    background-image: url(Dup/img/hr.svg);
    background-position: top;
    background-size: 100% 73px;
    background-repeat: no-repeat;
    content: "";
}
.cms2 {
    background: #e3eab2;
    padding-top: 152px;
    
}
.cms2 .top_cms_box {position: relative;
    z-index: 0;
}
.cms2 .top_cms_box .cms_2-a {position: relative}
.cms2 .top_cms_box:before {
display: block;
    z-index: -1;
    position: absolute;
    top: -9%;
    left: 0;
    right: 0;
    margin: auto;
    width: 85%;
    height: 96%;
    background-color: #e9f0bb;
    background-image: url(Dup/img/fake-luxury.png);
    content: "";
}

.cms2 .top_cms_box:after {
    content: "";
    display: block;
    position: absolute;
    width: 247px;
    border-style: solid;
    border-width: 0 301px 200px 0;
    border-color: transparent #e3eab2 transparent transparent;
    right: -10px;
    top: -87px;
}
/*.cms2 .top_cms_box .cms_2-a:after {
    content: "";
    display: block;
    position: absolute;
    width: 247px;
    border-style: solid;
    border-width: 200px 0 0 300px;
    border-color: transparent transparent transparent #e3eab2;
    left: -10px;
    bottom: -87px;
}*/

#page08 .tel_txt p span {
    color: #fff;
}

@media(max-width: 768px) {
header #header {
    padding: 19px;
}
header #header h1 {
    width: 58%!important;
}
.intro_txt:before {
    top: -1px;
    right: -90px;
    width: 153px;
}
.cms2 .top_cms_box:after {
    width: 231px;
    border-width: 0 265px 180px 0;
    right: 17px;
}
.intro_txt:after {
    width: 192px;
}
.illust:before {
    right: -52px;
    width: 170px;
    bottom: -121px;
}
.contents1_txt:before {
    left: -186px;
    top: 89px;
}
}
@media(max-width: 667px) {
    #page_title {
    padding: 64px 30px 170px;
}
    header #header {
    padding: 12px;
}
header #header h1 {
    width: 50%!important;
}
.intro_txt:before {
    top: -205px;
    right: -14px;
    width: 93px;
}
.intro_txt:after {
    width: 128px;
    top: inherit;
    left: -9px;
    bottom: -201px;
}
.illust:before {
    right: -14px;
    width: 112px;
    bottom: -156px;
}
.contents1_txt:before {
    left: 25px;
    top: inherit;
    bottom: -209px;
    width: 100px;
}
.catch {
    right: 13px;
    font-size: 13px;
}
#loader .logo {
    max-width: 198px;
}
#top_contents1 figure {
    border-radius: 0;
}
.top_cms_title {
    top: -3.4em;
    z-index: 2;
}
}
@media all and (-ms-high-contrast: none) {
.sc_nav .logo img {
    transform: translateY(-128%);
}
#cms_2-a .cate_title {
    padding-top: 21px;
}
.top_cms_title {
    padding: 1.3em 2em 0.6em;
}
}
