@charset "UTF-8";

/* reset
-------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,h2,h3,h4,h5,h6,p,
blockquote,pre,a,abbr,acronym,address,big,
cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,
strike,strong,sub,sup,tt,var,b,u,i,center,
dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,
figure,figcaption,footer,header,hgroup,menu,nav,output,
ruby,section,summary,time,mark,audio,video{
  margin:0;
  padding:0;
  border:0;
  font:inherit;
  vertical-align:
  baseline}
  article,aside,details,figcaption,figure,footer,header,
  hgroup,menu,nav,section{
  display:block
  overflow: hidden; 
  }
  body{
  line-height:1
  }
  ol,ul{
  list-style:none
  }
  blockquote,q{
  quotes:none
  }
  blockquote:before,blockquote:after,q:before,q:after{
  content:'';content:none
  }
  table{
  border-collapse:collapse;border-spacing:0
  }

section {
  margin-top: calc(100% / 1.85);
  display: inline-block;
}
.tax{
  display: initial !important;
}
@media screen and (max-width: 768px) {
  section {
  margin-top: 115vw;
}
}

@media screen and (max-width: 450px) {
  section {
  margin-top: 123vw;
}
}

/* common
-------------------------------------------------- */
html {
  font-size: .625rem;
}

body {
  background-color: #fff;
  color: #222;
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: fot-tsukuardgothic-std,sans-serif,"ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","ヒラギノ角ゴシック","Hiragino Sans","游ゴシック","Yu Gothic","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic", sans-serif;
  text-size-adjust: 100%;
  margin: 0 auto;
  text-align: center;
  width: 100% !important;
}

a {
  color: inherit;
  outline: none;
  text-decoration: none;
  transition: opacity .2s;
}

img {
  max-width: 100%;
  vertical-align: top;
}

em {
  font-weight: 600;
}

p {
  font-size: 2.2rem;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.wrap {
  overflow: hidden;
}

br.sp_br {
  display: none;
}


@media screen and (max-width: 768px) {
.pc {
  display: none;
}

.sp {
  display: block;
}

br.sp_br {
  display: block;
}

p {
  font-size: 1.8rem;
}
}

/*----- スクロールでフェードイン -----*/
/* 画面外にいる状態 */
.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 1s;
	}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}

/*----- header -----*/
.header_contents {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 3px 0 18px 0;
  position: relative;
}

h1.header_title img {
  width: 20%;
}

h1.header_title {
  text-align: left;
  width: 100%;
}

.header_btn {
  float: right;
  text-align: center;
  position: absolute;
  right: 0%;
  top: 15%;
  display: flex;
}

.header_menu {
  padding-right: 20px;
}

p.header_menu_item {
  padding: 15px 52px;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 700;
  position: relative;
}

p.header_menu_item a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/ico_white.png);
  background-repeat: no-repeat;
  background-size: 4%;
  top: 40%;
  left: 87%;
}

.login {
  display: inline-block;
  position: absolute;
  top: 15%;
  right: calc(100% / 5.5);
}

.header_login {
  background: #8CAA93;
}

.header_menu_list {
  background: #F2815F;
}

p.header_menu_list::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url(../img/ico_white.png);
  background-repeat: no-repeat;
  background-size: 50%;
  top: 48%;
  left: 82%;
  transform: rotate(90deg);
}

p.header_menu_list:checked::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url(../img/ico_white.png);
  background-repeat: no-repeat;
  background-size: 50%;
  top: 31%;
  left: 82%;
  transform: rotate(270deg);
}

p.header_menu_item.header_login.login_btn {
  position: relative;
}

.login_btn::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../img/ico_white.png);
  background-repeat: no-repeat;
  background-size: 50%;
  top: 38%;
  right: 4%;
}

dt.li_ttl {
	font-size: 2.2rem;
	line-height: 1.1;
	padding-bottom: 10px;
	border-bottom: 1px solid #F2815F;
	margin-bottom: 10px;
}

dt.li_ttl.sub {
	padding-top: 22px;
}

@media screen and (max-width: 1200px) {
.login {
  right: calc(100% / 4.5);
}
}

@media screen and (max-width: 1000px) {
.login {
  right: calc(100% / 4);
}
}


@media screen and (max-width: 768px) {
h1.header_title img {
  width: 66%;
}

.header_contents {
  padding: 0 0 6px 0;
}

.login {
  display: block;
  position: absolute;
  top: 0%;
  right: 15%;
}

h1.header_title {
  width: 48%;
  padding-left: 10px;
}

.header_btn {
  top: 0%;
}

.header_menu {
  padding: 0;
}

p.header_menu_item {
  padding: 43px 8px 10px 8px;
  border-radius: 0;
  margin-right: 0;
  font-size: 1.6rem;
}

p.header_menu_item a::after {
  content: none;
}

.header_login::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/ico_login.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 14%;
  left: 35%;
}

.header_menu_list::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/ico_menu.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 25%;
  left: 30%;
}

.header_menu_list:hover:before {
  content: "";
  background: url(../img/ico_menu_hover.png);;
  top: 20%;
  background-repeat: no-repeat;
}

.login_btn::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 40px;
  background-image: url(../img/ico_login.png);
  background-repeat: no-repeat;
  background-size: 95%;
  top: 13%;
  left: 35%;
}

p.header_menu_list::after {
  display: none;
}

.login {
  margin-right: 0;
}
}

@media screen and (max-width: 450px) {
.login {
  right: 19%;
}

h1.header_title img {
  width: 88%;
}

.header_contents {
  padding: 0 0 18px 0;
}
}

@media screen and (max-width: 400px) {
.login {
  right: 20.5%;
}
}

/*-----ハンバーガーメニュー -----*/
.hamburger-menu {
	position: relative;
}

label.menu-btn span {
  display: none;
}

input[type='checkbox'] {
  display: none;
}
.menu-btn {
    display: flex;
    justify-content: right;
    align-items: center;
    z-index: 90;
}
.menu-content {
	display: none;
    position: relative;
    z-index: 1000;
    background-color: #fff;
    transition: all 1s;/*アニメーション設定*/
    right: 0;
    width: 350%;
    opacity: 0.95;
}

#menu-btn-check:checked ~ .menu-content {
    display: block;/*メニューを画面内へ*/
}

.menu-content ul {
    padding: 45px;
    display: flex;
}
.menu-content ul li {
    list-style: none;
    padding: 10px 25px;
    text-align: left;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 2.0rem;
    box-sizing: border-box;
    text-decoration: none;
    padding: 9px 30px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #F2815F;
    border-right: solid 2px #F2815F;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 45%;
}

@media screen and (max-width: 768px) {
.menu-content:checked ~ .menu-content {
    display: block;/*メニューを画面内へ*/
}

.menu-content {
    width: 100%;
    background-color: #FCF6E8;
    opacity: 1;
    top: -0.5%;
}

.menu-content ul {
    padding: 5px;
    display: block;
}
}


/*----- scrollTop -----*/
.scrollTopNav {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}

.scrollTopNav__btn {
  display: block;
  width: 57px;
  height: 58px;
  background: transparent url('../images/common/pagetopNav.png') 50% 50% no-repeat;
  background-size: 100%;
  white-space: nowrap;
  text-indent: 101%;
  overflow: hidden;
}


/*----TOP----*/
.relative {
  position: relative;
}

.contents {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto !important;
}

.contents02 {
  width: 100%;
  max-width: 100%;
  margin: 0 auto !important;
}

h3 {
  font-size: 4.8rem;
  font-weight: 700;
}

h4 {
  font-size: 2.6rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
h4 {
  font-size: 2.0rem;
}

h3 {
  font-size: 3.0rem;
}
}

/*----fv(ファーストビュー)----*/
.fv_img img {
  width: 100%;
}

.out{
    position: relative;
}
.in img{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .3s;
    z-index: 0;
}
.in{
    display: flex;
    justify-content: center;
}

.fv_btn_box {
  display: flex;
}

input{
    display: none;
}

label span{
    display: block;
    padding: 12px;
    border-radius: 100%;
    cursor: pointer;
    position: relative;
    z-index: 2;
    top: calc(50vw / 1.03);
}
label span::before{
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: #848484;
    opacity: 1;
    border-radius: 100%;
    position: absolute;
}            
input:nth-of-type(1):checked ~ .in label:nth-of-type(1) span::before,
input:nth-of-type(2):checked ~ .in label:nth-of-type(2) span::before,
input:nth-of-type(3):checked ~ .in label:nth-of-type(3) span::before{
    background: #8CAA93;
    opacity: 1;
}
label span::before{
    animation: slidebutton 60s infinite;
}
@keyframes slidebutton{
    0%{opacity: 1;background: #8CAA93;}
    20%{opacity: 1;background: #8CAA93;}/* 100÷c=z */
    50%{opacity: 1;background: #8CAA93;}
    100%{opacity: 0.5;background: #8CAA93;}
}
label:nth-of-type(1) span::before,label:nth-of-type(1) img{
    animation-delay: 0s;
}            
label:nth-of-type(2) span::before,label:nth-of-type(2) img{
    animation-delay: 10s;
}            
label:nth-of-type(3) span::before,label:nth-of-type(3) img{
    animation-delay: 20s;
}                        
input:nth-of-type(1):checked ~ .in label:nth-of-type(1) img,
input:nth-of-type(2):checked ~ .in label:nth-of-type(2) img,
input:nth-of-type(3):checked ~ .in label:nth-of-type(3) img{
    opacity: 1;
    z-index: 1;
}
.in img{
    animation: slide 30s infinite;
    opacity: 0;
}
@keyframes slide{
    0%{opacity: 0.3;z-index: 1;}
    1.5%{opacity: 0.8;}
    20%{opacity: 1;}
    80%{opacity: 1;}
    98%{opacity: 1;}
    100%{opacity: 0.8;z-index: 0;}
}
input:checked ~ .in img,input:checked ~ .in span::before{
    animation: none;
}

@media screen and (max-width: 768px) {
label span{
    top: calc(50vw / 0.43);
}
}


/*----カテゴリー----*/
.category_btn {
  margin: 0px 30px 80px 30px;
}

.category_btn ul {
  display: flex;
}

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

@media screen and (max-width: 768px) {
.category_btn {
  margin: 10px 15px 20px 15px;
}

.category_btn li {
  margin: 0 5px;
}
}

/*----メッセージ----*/
.message_txt p {
  margin: 30px 0 0 0;
  line-height: 2;
}

.message_link a {
  color: #F2815F;
  border-bottom: 2px dotted #F2815F;
  position: relative;
  font-weight: 700;
}

.message_link a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/ico_orange.png);
  background-size: 7%;
  background-repeat: no-repeat;
  top: 35%;
  left: 105%;
}

@media screen and (max-width: 768px) {
.message_txt p {
  margin: 10px 0 0 0;
  line-height: 1.8;
  padding: 0 15px;
}

.message_txt {
  padding: 0 15px;
}
}


/*----商品カテゴリー----*/
.product_bg {
  width: 100%;
  padding-top: calc(100% / 3.5);
  background-image: url(../img/p_category_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.product_bg::before {
  content: "";
  width: 100%;
  height: 100%;
  padding-top: calc(100% / 2.8);
  background-image: url(../img/p_category_bg02.png);
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  background-size: contain;
}

.product {
  position: absolute;
  width: 100%;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.product_box {
  margin: 0 auto;
  display: flex;
  max-width: 1200px;
  width: calc(100% / 1.6);
}

.product_contents {
  margin: 40px 20px;
}

.product_img {
  width: 100%;
  position: relative;
}

@media screen and (max-width: 1400px) {
.product_box {
  max-width: 1100px;
}
}

@media screen and (max-width: 1200px) {
.product_box {
  max-width: 800px;
}
}

@media screen and (max-width: 1000px) {
.product_contents {
  margin: 25px 30px;
}

.product {
  top: 8%;

}
.product_box {
  max-width: 800px;
}
}

@media screen and (max-width: 768px) {
.product_box {
  display: block;
  width: calc(100% / 1);
}
.product_bg {
  width: 100%;
  height: 1090px;
  padding-top: 41%;
  background-image: url(../img/s_category_bg.jpg);
}
.product {
  width: 100%;
  top: 4%;
  left: 50%;
}
}

/*----お知らせ----*/
.news {
  margin-bottom: 120px;
}

.news_box {
  text-align: left;
  padding: 30px 0;
}

.news_box02 {
  text-align: left;
  padding: 30px 0;
}

.news_contents li {
  display: flex;
  padding: 30px 0;
  position: relative;
  border-bottom: 3px dotted #F2815F;
}

.news_contents p {
  display: inline;
}

p.date {
  padding-right: 30px;
  color: #F2815F;
}

@media screen and (max-width: 768px) {
.news_box {
  padding: 0 20px;
}

p.date {
  padding-right: 20px;
  font-size: 1.6rem;
}
}

/*----おすすめコンテンツ----*/
.contents.osusume {
  max-width: 1300px;
}

.content {
  margin-top: calc(100% / 6);
}

.content_box {
    padding: 40px 0;
}

@media screen and (max-width: 1400px) {
.content_box {
  max-width: 1100px;
  margin: 0 auto;
}
}

@media screen and (max-width: 1200px) {
.content_box {
  max-width: 800px;
  margin: 0 auto;
}
}

.content ul {
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

li.content_li01 {
    width: 25%;
    padding-bottom: 40px;
}

li.content_li01 img {
    width: 90%;
    position: relative;
}

li.content_li01 a {
    width: auto;
    position: relative;
    display: block;
}

li.content_li01 p {
    font-weight: bold;
    font-size: 2rem;
}

li.content_li01 a::after {
  content: "";
  position: absolute;
  width: 3%;
  height: 7%;
  background-image: url(../img/ico_orange.png);
  background-repeat: no-repeat;
  top: 91%;
  left: 85%;
  display: block;
}

@media screen and (max-width: 768px) {
.content {
  margin-top: 60px;
}

.content_box {
    padding: 40px 15px 0 15px;
}

li.content_li01 {
    width: 50%;
    padding-bottom: 20px;
}

li.content_li01 img {
    width: 95%;
}

li.content_li01 p {
    font-size: 1.4rem;
    letter-spacing: -0.5px;
    padding-right: 10px;
}

li.content_li01 a::after {
  content: "";
  width: 5%;
  height: 9%;
  top: 88%;
  left: 88%;
}
}

@media screen and (min-width: 768px) {
  li.content_li01 {
    width: calc(100% / 3); /* 3列 */
  }
}

/*----フッター----*/
footer {
    margin: 0 auto !important;
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.footer_list {
    margin: 0 auto;
    max-width: 1000px;
    margin: 0 auto;
}

.footer_list ul {
    display: flex;
    width: 100%;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 60px;
}

.footer_list li {
    font-size: 2.0rem;
    padding: 10px 30px;
    font-weight: bold;
}

.footer_list li a:hover {
  color: #F2815F;
}

ul.bottom {
    width: 60%;
    margin: 0 auto;
}

.poricy {
    width: 20%;
    margin: 0 auto;
}

p.copy {
    margin: 60px 0 0 0;
    background: #707070;
    color: #fff;
    font-size: 1.4rem;
    padding: 5px;
}


@media screen and (max-width: 768px) {
.footer_list {
    margin-bottom: 80px;
    padding: 0 20px;
}

.footer_list li {
    font-size: 1.6rem;
    padding: 5px 15px;
}

.footer_list li a:hover {
  color: #000;
}

.poricy {
    width: 60%;
    margin: 0 auto;
}
}

/*----下層ページ----*/
.info_box {
  max-width: 800px;
  margin: 0 auto;
  display: block;
  width: 100%;
  text-align: left;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #1a1a1a;
  flex-wrap: wrap;
}

.info_box.info_box02 {
  max-width: 1000px;
}

.info_box_detail {
  margin: 80px 0;
  padding: 0 15px;
}

.privacy_box {
  margin: 30px 0 40px 0;
}

.privacy_box li {
	margin:10px 0;
}

.privacy_box_detail {
  margin: 20px 0;
}
/*
.info_box_detail h2,h3,h4 {
  font-family: fot-tsukuardgothic-std,sans-serif,"ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","ヒラギノ角ゴシック","Hiragino Sans","游ゴシック","Yu Gothic","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic", sans-serif;
}*/

.info_box_detail h2 {
  background: #6b9675;
  text-align: center;
  padding: 10px 0;
  font-size: 2.6rem;
  color: #fff;
  letter-spacing: 1.2px;
}

.info_box_detail h3 {
  text-align: left;
  background: #e5e1d9;
  font-size: 2.2rem;
  padding: 10px 20px;
  margin: 30px 0 25px 0;
  color:#4a453c;
}

.info_box_detail h4 {
  text-align: left;
  font-size: 2rem;
  border-bottom: 1px solid #1a1a1a;
  margin: 30px 0 25px 0;
}

.info_box_detail p {
  font-size: 1.6rem;
}

.info_box_detail ul {
  font-size: 1.6rem;
  margin: 30px 0;
}

.info_box_detail li {
  padding-bottom: 10px;
}

.info_box_detail .pr-li-ttl {
  padding-bottom: 10px;
  font-weight:bold;
}

.info_box_detail a {
  color: #2b67cf;
  border-bottom: 1px solid #2b67cf;
}

span.info_bold {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
.info_box_detail {
  margin: 60px 0;
}

.info_box_detail p {
  font-size: 1.6rem;
}

.info_box_detail h2 {
  font-size: 2.6rem;
}
}
/*----下層ページ_END----*/

/*----下層ページテーブル_START----*/
.info_table th {
  width: 20%;
  padding: 30px 0;
}

.info_table td {
  width: 80%;
  padding: 30px 0;
}

.info_table table {
  text-align: left;
  font-size: 1.8rem;
  margin: 30px 0;
  width: 100%;
}

.info_table tr {
  border-bottom: 1px dashed #1a1a1a;
}

.info_table p {
  padding: 15px 0;
}

@media screen and (max-width: 768px) {
.info_table th {
  width: 25%;
  text-align: left;
}

.info_table td {
  width: 75%;
  padding-left: 20px;
}

.info_table table {
  font-size: 1.6rem;
  margin: 0;
}
}
/*----下層ページテーブル_END----*/

/*----お知らせ_スクロール----*/
.scroll_lists {
    width: 100%;
    height: 400px;
    top: 0;
    left: 0;
    overflow: auto;
    max-width: 1000px;
}

@media(hover: hover) {
.scroll_lists a:hover {
    color: #F2815F;
}
}