
@charset "utf-8";

/*
特集全体
-----------------------------------*/
.chocotto {
  margin: auto;
  text-align: center;
  background-color: #d5416b;
  padding: 0 19% 50px;
  overflow: hidden;
}
.chocotto h2 {
  margin: 0 0 40px;
}
.chocotto .type_title {
    font-size: 31px;
    color: #fff;
    margin: 80px 40px 12px;
    padding-bottom: 4px;
    border-bottom: 3px solid;
}
.topimg {
    position: relative;
  height: 70px;
}
.chart {
    background-image: url(https://www.tokyu-dept.co.jp/futakotamagawa/chocotto/images/tarechoco.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -111%;
    left: -32%;
    height: 109px;
    width: 100%;
    transform: rotate(-7deg);
}
.chocotto h2 .h2_title {
    width: 500px;
  margin: auto;
}

.chocotto .text_nav {
  width: 90%;
  margin: auto;
  position: relative;
}
.chocotto .text_nav span {
  position: absolute;
    top: -15px;
    left: 10px;
    width: 13%;
  animation: 1.7s start infinite;
}
@keyframes start {
  0%, 100% {
    transform: translateY(-3px);
}
45% {
    transform: translateY(2px);
}
65% {
    transform: translateY(-7px);
}
80% {
    transform: translateY(0);
}
}
.chocotto .neticon {
    border: 3px solid #333;
    font-weight: bold;
    padding: 3px 6px;
    background-color: #fff;
    margin: 0;
    position: absolute;
    top: 4px;
    left: 5px;
}
.chocotto .box_col3 .image {
    position: relative;
}
.dli-chevron-no {
  color: #fff;
  border: 2px solid #80c8ef;
  background-color: #00a9e4;
  position: absolute;
  padding: 5px 24px;
  border-radius: 5px;
}
.dli-chevron-yes {
  color: #fff;
  border: 2px solid #f7c9dd;
  background-color: #e85298;
  position: absolute;
  padding: 5px 24px;
  border-radius: 5px;
}
.chocotto .wrap_column p {
    line-height: 1.3;
}
.chocotto h3 {
  margin: auto;
  width: 84%;
  
  }

.chocotto img {
    width: 100%;
}
.chocotto .contents_nav {
    display: flex;
  background:#d5416b;
  margin: 15px 40px 0;
}
.chocotto .contents_nav a {
  font-weight: bold;
  text-decoration: none;
  transition: 0.5s;
}
.chocotto .contents_nav a:hover,
.contents_nav .net_shop a:hover {
    transform: translate(0,-10px);
  background: transparent;
}
.contents_nav .scroll {
    width: calc((100% - 10px) / 4);
    list-style: none;
    padding: 17px 0 17px;
    border: 6px solid #fff;
    border-radius: 10px;
}
.contents_nav .scroll + .scroll  {
    margin-left: 16px;
}

.contents_nav .scroll img {
    width: 80%;
} 

.contents_nav .scroll p {
    font-size: 15px;
  color: #fff;
  margin: 0;
  padding-top: 10px;
}
.contents_nav .scroll p span {
    font-size: 20px;
}

.wrap_column .value {
    font-size: 14px;
}
.chocotto .wrap_column .title span {
    font-weight: bold;
}
.chocotto .wrap_column .title {
    font-size: 15px;
  color: #4b1b13;
}
.chocotto .wrap_column {
  background: transparent;
  margin: 45px auto;
}
.chocotto .wrap_column .inner {
    background: #fff;
    max-width: none;
}
/* 3カラム用ボックス */
.chocotto .box_col3 .inner + .inner + .inner {
    left: 0;
}

.chocotto .box_col3 .inner + .inner {
    left: 0;
}
.chocotto .box_col3 {
    display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.chocotto .box_col3 .inner {
  width: calc((100% - 20px) / 3);
  padding: 16px;
  margin-bottom: 20px;
  transition: 0.5s;
  background: #fff;
	border:solid #806ea8 6px;
  border-radius: 20px;
  margin-right: 10px;
}
.chocotto .box_col3 .inner:nth-of-type(3n) {
  margin-right: 0;
}
.box_col3 .inner:hover {
    transform: translate(0, -5px);
  text-decoration: none;
}


.box_chocotto {
  padding: 48px 70px 15px;
  margin: 0 40px;
  
}
.box_chocotto + .box_chocotto {
    margin-top: 0;
}
.legend {
    background-color: #eda029;
}
.inful {
    background-color: #ea5c5e;
}
.karisuma {
    background-color: #9b8bbb;
}
.angel {
    background-color: #77b8a7;
}
/*定形の触らないところ*/

.heading01 {
    background: #666;
    color: #fff;
}

.heading02 {
    background: #666;
    color: #fff;
}

.heading03 {
    color: #333;
}

.heading_chocotto01 {
    color: #fff
}
.heading_chocotto01:after {
    background: #b71649;
}

.sub_head01 {
    color: #4480cc;
}
.sub_head01:after {
    background: #4480cc;
}


.txt_point {
    color: #00f !important;
}

.list_anchor ul {
    border-color: #6070cc;
}
.list_anchor li {
    border-left-color: #6070cc;
}
.list_anchor a {
    background: #f2f2f2;
    color: #666;
}
.list_anchor a:hover {
    background: #90acec;
    color: #fff;
    text-decoration: none;
}

.list_inline_link a {
    background: #eee;
    color: #00e;
}
.list_inline_link a.current,
.list_inline_link a:hover {
    background: #6070cc;
    color: #fff;
}

.box_link a {
    border-color: #333;
    background: #90acec;
    color: #fff;
}
.box_link .button {
    border-color: #00a;
    background: #6070cc;
    color: #fff;
}
.box_link a:hover .button {
    background: #fff;
    color: #00a;
}


/* 4カラム用ボックス */
.box_col4 .inner {
    background: #ffedac;
}
.box_col4 .button_small {
    border-color: #b9934b;
    background: #b9934b;
    color: #fff;
}
.box_col4 .button_small:hover {
    background: #fff;
    color: #b9934b;
}


/*
ネットショップ導線
-----------------------------------*/
.guide_netshop {
    background-color: #b9934b;
    color: #fff;
}

/*
ボックスパーツ1
-----------------------------------*/
.box_enclosing {
    border-color: #b9934b;
    background: #fff;
}
.box_enclosing .heading_enclosing {
    background: #b9934b;
    color: #fff;
}
.box_enclosing .button {
    border-color: #b9934b;
    background: #b9934b;
    color: #fff;
}
.box_enclosing .button:hover {
    background: #fff;
    color: #b9934b;
}


/*
ボックスパーツ2
-----------------------------------*/
.box_wide_texture {
    background-color: #90acec;
}

/*
背景切り返し用パーツ
-----------------------------------*/
.box_wide {
    background: #ecffed;
}

/*
-----------------------------------*/
/* パーツ内2カラム */
.inner .box_col2 .inner {
    background: #f2f2f2;
}
.inner .box_col2 .title {
    color: #6070cc;
}

/* 2カラム用ボックス */
.box_col2 .inner {
    background: #dcedff;
}
.box_col2 .button_small {
    border-color: #00c;
    background: #00c;
    color: #fff;
}
.box_col2 .button_small:hover {
    background: #fff;
    color: #00c;
}



/*
ネットショップ導線
-----------------------------------*/
.guide_netshop {
    background-color: #b9934b;
    color: #fff;
}

/*
ボックスパーツ1
-----------------------------------*/
.box_enclosing {
    border-color: #b9934b;
    background: #fff;
}
.box_enclosing .heading_enclosing {

    background: #b9934b;
    color: #fff;
}
.box_enclosing .button {
    border-color: #b9934b;
    background: #b9934b;
    color: #fff;
}
.box_enclosing .button:hover {
    background: #fff;
    color: #b9934b;
}


/*
ボックスパーツ2
-----------------------------------*/
.box_wide_texture {
    /* 背景色を指定できます */
    background-color: #90acec;
}

/*
背景切り返し用パーツ
-----------------------------------*/
.box_wide {
    background: #ecffed;
}

/*
特集フッタ
-----------------------------------*/
.chocotto footer {
    padding: 5px 0;
    text-align: center;
  margin: 40px 40px 0;
}
.chocotto .twitter {
    background: #000;
}
.chocotto .twitter, .chocotto .facebook {
    display: inline-block;
    width: 40px;
    height: 30px;
    margin: 0 3px;
    padding: 5px 0;
    border-radius: 3px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 30px;
}
.chocotto .facebook {
    background: #3b5998;
}

@media screen and (max-width: 767px) {
  
  .chocotto h2 .h2_title {
    max-width: 80%;
}
  .chocotto .type_title {
    font-size: 17px;
    margin: 48px 0 13px;
}
  .chocotto .text_nav {
    width: 95%;
    margin: 38px auto 16px;
}
  
.chocotto .contents_nav li {
  width: 100%;
  }
.chocotto {
  margin: auto;
  text-align: center;
  padding: 0 10px 50px;
  overflow: hidden;
}
.chocotto h2 {
  font-size: 22px;
    margin: 50px 0 14px;
}
.topimg {
    position: relative;
  height: 60px;
}
.chart {
    top: -75%;
    left: -6%;
    transform: rotate(-10deg);

}
  .chocotto h3 {
    margin: 18px 32px 0;
  }
.chocotto img {
    width: 100%;
}
.chocotto .contents_nav {
    padding: 0;
  margin: 0;

  border: transparent;
}
.chocotto .contents_nav a {
  font-weight: normal;
}
.contents_nav .scroll {
    width: calc(100% / 2);
    padding: 10px 0;
    border: 4px solid #fff;
}
.contents_nav .scroll + .scroll  {
    margin-left: 9px;
}

.contents_nav .scroll img {
    width: 80%;
} 

.contents_nav .scroll p {
    font-size: 10px;
  padding: 10px 5px;
}
.contents_nav .scroll p span {
    font-size: 14px;
  font-weight: bold;
}
.wrap_column .value {
    font-size: 12px;
}
.chocotto .wrap_column .title span {
    font-weight: bold;
}
.wrap_column .title {
    font-size: 14px;
}
  .chocotto .wrap_column {
      margin: 23px 0 0;
  }
  .chocotto .box_col3 {
  text-align: center;
  }
.chocotto .box_col3 .inner {
  width: calc((100% - 10px) / 3);
  margin-bottom: 0;
  border: solid #806ea8 4px;
}
.chocotto .box_col3 .inner:nth-of-type(2n) {
  margin-right: 0;
}
  
.chocotto .box_col3 .inner:nth-of-type(3n) {
  margin-right: 10px;
}
.chocotto .box_col3 .inner:hover {
    transform: translate(0, -5px);
  text-decoration: none;
}
  .chocotto .wrap_column .inner:first-child {
    margin-top: 10px;
  }


.box_chocotto {
  padding: 12px 0 40px;
  margin: 0;
}
.box_chocotto + .box_chocotto {
    margin-top: 0;
}
  .chocotto .contents_nav li:nth-child(odd) {
    border: transparent;
  }
/*
特集ヘッダー：通常
-----------------------------------*/
.chocotto header {
    background: #ce0b43;
}
.chocotto header .headline01 {

    background: #d99;
    color: #333;
}
/* ナビゲーション */
.contents_nav {
    background-color: #642814;
}
.contents_nav a {
    color: #fff;
}
.contents_nav a:hover,
.contents_nav .net_shop a:hover {
    background: #642814;
    color: #fff;
}

/*
特集ヘッダー：背景画像＆テキスト型
-----------------------------------*/
.type_text .title {
    background-color: #fff;

}
.type_text p {
    color: #cc8044;
}
.type_text .title a {
    color: #df5044;
}

.list_inline_link a {
    background: #eee;
    color: #00e;
}
.list_inline_link a.current {
    background: #dfecfc;
    color: #333;
}

/* ボックス型リンク */
.box_link a {
    border-color: #333;
    background: #90acec;
    color: #fff;
}
.box_link .button {
    border-color: #00a;
    background: #6070cc;
    color: #fff;
}

/*
テーブル
-----------------------------------*/
.chocotto .table_block {
    border-top-color: #333;
    background: #fff;
    color: #333;
}
.chocotto .table_block th {
    border-bottom-color: #333;
    background: #b9934b;
    color: #fff;
}
.chocotto .table_block td {
    border-bottom-color: #333;
    background: #fff;
    color: #333;
}


/*
複数カラム用ボックス
-----------------------------------*/
/* カラム要素囲みボックス */
.wrap_column {
    background: #f6f2f1;
}

/* 複数カラム共通枠線ありボックス */
.wrap_column .inner.has_border {
    border-color: #d66;
}

/*
ネットショップ導線
-----------------------------------*/
.guide_netshop {
    background-color: #b9934b;
    color: #fff;
}

/*
ボックスパーツ1
-----------------------------------*/
.box_enclosing {
    border-color: #b9934b;
    background: #fff;
}
.box_enclosing .heading_enclosing {

    background: #b9934b;
    color: #fff;
}
.box_enclosing .button {
    border-color: #b9934b;
    background: #b9934b;
    color: #fff;
}

/*
ボックスパーツ2
-----------------------------------*/
.box_wide_texture {
    /* 背景色を指定できます */
    background-color: #90acec;
}

/*
背景切り返し用パーツ
-----------------------------------*/
.box_wide {
    background: #ecffed;
}

/*
ボックスパーツ2・背景切り返し用パーツ共通
-----------------------------------*/
/* パーツ内2カラム */
.inner .box_col2 .inner {
    background: #f2f2f2;
}
.inner .box_col2 .title {
    color: #6070cc;
}
  .chocotto footer {
  margin: 18px 0;
}

@media screen and (max-width: 460px){
 .test {display:none}
 }
}



