@charset "utf-8";

body{
	width:100%;
	margin: 0 auto;
	padding:0;
} 

#main-container {
	width:100%;
	margin: 0 auto;
	padding:0;
	text-align: center;
}


/*==================================================
==================================================*/

.top_visual {
	width:100%;
	margin:0 auto;
	text-align: center;
	padding:0;
}

.top_visual h1 {
	width:800px;
	margin:0 auto;
	text-align: center;
	padding:0;
}

.top_visual h1 img {
	width:100%;
}

.back_color_01 {
	width:100%;
	background-color: #e5003e;
}

.back_color_02 {
	width:100%;
	background-color: #ed86b3;
}


/*==================================================
==================================================*/

.main_menu {
	width:100%;
	background-color: #e5003e;
	padding: 40px 0;
}

.main_menu p {
	width:800px;
	margin:0 auto;
	text-align: center;
}

.main_menu p img {
	width: 90%;
}

.main_menu ul {
	width:1000px;
	display:flex;
	flex-wrap: nowrap;
	margin: 0 auto;
}

.main_menu li {
	padding:0 10px
}

.main_menu li img {
	width:100%;
}

.main_menu a {
	display: block;
	transition: transform .2s;
  &:active{
   transform: scale(.95);
}
}


.main_menu li :hover img {
  transition: transform 10s;
  transform: rotate(-360deg);
  opacity: :1;
}

/*==================================================
==================================================*/


.main-contents-inner {
	margin:0 auto;
	display: flex;
	justify-content: center;
	position:relative;
	height:auto;
	background-color:#e5003e;
}

.show {
	background-color: #ed86b3;
}

.show02 {
	background-color: #ed86b3;
}

.contents_container {
	width:900px;
	padding: 40px 0 0 0;
	background-color: #f3eee0;
}

.item_introduction {
	width:900px;
	margin:0 auto;
	text-align: center;
	position:relative;
}

.item_introduction h2 {
	width:700px;
	margin: 0 auto;
}

.item_introduction h2 img {
	width:100%;
}

.item_introduction h3 {
	width:700px;
	margin: 30px auto 20px;
}

.item_introduction h3 img {
	width:100%;
}

.item_introduction h4 {
	width:660px;
	text-align: left;
	margin: 0 0 20px 130px;
}

.item_introduction h4 img {
	width:100%;
}

.item_introduction p {
	width:700px;
	margin:0 auto 20px;
	text-align: center;
}

.item_introduction p img {
	width:100%;
}

.item_introduction_flex {
	width:600px;
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	margin:0 auto;
}

.item_introduction_flex p {
	width:300px;
	text-align: left;
	padding: 0 10px;
}

.item_introduction_flex p img {
	width:100%;
}

.item_introduction .img_gif {
	width:550px;
	margin:0 auto 20px;
}

.item_introduction .img_gif img {
	width:100%;
}

.item_introduction_flex_small {
	font-size:12px;
}

.item_main_visual01 {
	margin: -40px auto 0;
}

.item_main_visual02 {
	
}

.item_main_visual03 {
	
}

.item_main_visual04 {
	margin:-100px auto 20px;
}

/*==================================================
==================================================*/


.recommend-items {
	background-color: #9eddb7;
	width:900px;
	margin:0 auto;
	padding: 20px 0;
	text-align: center;
	position:relative;
}


.recommend_items_container {
	width:800px;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
}

.recommend_items_container dl {
	width:300px;
	margin:0 auto 40px;
}

.recommend_items_container dt {
	width:100%;
	margin-bottom:10px;
}

.recommend_items_container dt img {
	width:100%;
}

.recommend_items_container dd {
	width:100%;
	margin-bottom:10px;
	
}

.recommend_items_container dd img {
	width:100%;
}

.recommend_items_container a {
transition: transform .2s;
  &:active{
   transform: scale(.95);
}
}

/*==================================================
==================================================*/

.tab_menu {
	margin: -13px 0 0;
} 

.tab_menu_list {
	position:sticky;
	top: 0;
}


.tab_menu_item a {
	display:block;
	font-size:42px;
	font-weight:bold;
	transform: rotate(90deg);
	width:80px;
	height:60px;
	background-color: #ed86b3;
	color: #f3eee0;
	border-radius: 12px 12px 0 0;
    corner-shape: bevel;
	margin:0;
	padding:0 0 20px 0;
}


.index .tab_menu_item a.active {
	background-color: #f3eee0;
	color: #ed86b3;
}

.index .link_a {
	margin: 13px 0 0 0;
}



/*==================================================
==================================================*/


.btn_footer_container{
	width:100%;
	background-color: #ed86b3;
	margin:0 auto;
	padding:40px 0 0;
	background-image: url(http://www.chiyodagrp.co.jp/special/test_mothers_day2026/images/img_background_img03.png);
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	
}


.btn_footer_container p {
	width:700px;
	margin:20px auto 0;
	text-align: center;
}

.btn_footer_container p img{
	width:100%;
}


.btn_footer_container_small {
	font-size:14px;
	color: #f0e900;
}

/*==================================================
==================================================*/

.line-dotA {
	display: block;
    content: "";
    position: absolute;
    width: 900px;
    border-top: 20px dotted #f3eee0;
    top: -50px;
	
}

.line-dotB {
	display: block;
    content: "";
    position: absolute;
    width: 900px;
    border-top: 20px dotted #f3eee0;
    top: -10px;
}


/*==================================================
==================================================*/




.fadein {
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 800ms;
}
.fadein.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}