@charset "utf-8";

/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */

#visual {
  background: url(../../_images/index/visual-pc-bg.jpg?20250613) center top no-repeat;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:540px) {

#visual {
  background: none;
}

#visual div.body {
  padding-left: 0;
  padding-right: 0;
}

#visual div.visual.device-sp {
  display: block !important;
}

}

/* ****************************************************************************************************
   * メッセージ
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * タイトル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#message .section-title {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: table;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:540px) {

#message .section-title.device-sp {
  display: block !important;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * コンテンツ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#message div.contents:after {
  content: ".";
  display: block;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

#message div.contents div.content {
  width: 50%;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:540px) {

#message div.contents div.content {
  width: 100%;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 写真
/* ------------------------------------------------------------------------------------------------- */

#message div.contents div.photo {
  width: 46%;
  margin-left: 1em;
  float: right;
  position: relative;
  z-index: 10;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:540px) {

#message div.contents div.photo {
  width: auto;
  margin: 0 auto 1em;
  display: table;
  float: none;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

#message div.contents .title {
  color: #d275b2;
  font-size: 20px;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:540px) {

#message div.contents .title {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

}

/* ****************************************************************************************************
   * やさしえかぬまが選ばれる理由
**************************************************************************************************** */

#strong {
  padding: 30px 0;
  background: #f9f1f6;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:540px) {

#strong {
  padding: 20px 0;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * タイトル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#strong .section-title {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: table;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:540px) {

#strong .section-title.device-sp {
  display: block !important;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 一覧
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#strong div.list.device-pc {
  margin-bottom: -20px;
  letter-spacing: 24.5px;
  text-align: center;
}

#strong div.list.device-pc > * {
  letter-spacing: normal;
  text-align: left;
}

#strong div.list.device-pc div.item {
  width: 176px;
  margin-bottom: 20px;
  vertical-align: top;
  display: inline-block;
}

#strong div.list.device-pc div.item a {
  text-decoration: none;
}

#strong div.list.device-pc div.item .caption {
  margin-top: 0.5em;
  color: #d275b2;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:540px) {

#strong div.list.device-sp {
  display: block !important;
  position: relative;
}

#strong div.list.device-sp div.cycle-slideshow {
  width: 92.31%;
  margin-left: auto;
  margin-right: auto;
}

#strong div.list.device-sp div.cycle-slideshow div.item {
  width: 50% !important;
  padding: 0 5px;
  vertical-align: top;
  white-space: normal;
}

#strong div.list.device-sp div.cycle-slideshow div.item img {
  width: 100%;
  height: auto;
}

#strong div.list.device-sp div.item .caption {
  min-height: 2.6em;
  margin-top: 0.5em;
  color: #d275b2;
  line-height: 1.3;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

#strong div.list.device-sp div.btn {
  width: 4.6875%;
  height: auto;
  position: absolute;
  top: 32.97%;
}

#strong div.list.device-sp div.prev {
  left: 0;
}

#strong div.list.device-sp div.next {
  right: 0;
}

}

/* ****************************************************************************************************
   * ニュース・トピックス
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * タイトル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#topics .section-title {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: table;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:540px) {

#topics .section-title.device-sp {
  display: block !important;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 一覧
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#topics div.list {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#topics div.list dl.item,
#topics div.list dl.item dt,
#topics div.list dl.item dd {
  margin: 0;
  padding: 0;
}

#topics div.list dl.item {
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: 14.5px;
  line-height: 1.5;
  text-align: center;
  border-top: 1px dotted #bbb;
  border-bottom: 1px dotted #bbb;
}

#topics div.list dl.item > * {
  letter-spacing: normal;
  text-align: left;
}

#topics div.list dl.item ~ dl.item {
  border-top: none;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:540px) {

#topics div.list {
  width: 100%;
}

#topics div.list dl.item {
  text-align: left;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 日付
/* ------------------------------------------------------------------------------------------------- */

#topics div.list dl.item dt {
  margin: 5px 0;
  vertical-align: top;
  display: inline-block;
}

/* ----------------------------------------------------------------------------------------------------
   * カテゴリー／内容
/* ------------------------------------------------------------------------------------------------- */

#topics div.list dl.item dd {
  margin: 5px 0;
  vertical-align: top;
  display: inline-block;
}

/* * カテゴリー
/* ･････････････････････････････････････････････････････････････････････････････････････････････････ */

#topics div.list dl.item dd.icon {
  width: 100px;
  line-height: 1;
  text-align: center;
}

#topics div.list dl.item dd.icon img {
  vertical-align: middle;
}

/* * 内容
/* ･････････････････････････････････････････････････････････････････････････････････････････････････ */

#topics div.list dl.item dd.content {
  width: 522px;
}

#topics div.list dl.item dd.content a {
  color: inherit;
  display: block;
  text-decoration: none;
}

#topics div.list dl.item dd.content a:hover {
  color: #d275b2;
}

/* ----------------------------------------------------------------------------------------------------
   * 前へ／次へ ボタン
/* ------------------------------------------------------------------------------------------------- */

#topics div.list .btn {
  margin-top: 20px;
  text-align: center;
}

#topics div.list .btn img {
  width: 130px;
  height: auto;
}


/* ****************************************************************************************************
   * キャンペーン・特別なお知らせ
**************************************************************************************************** */

#campaign{
margin-bottom: 60px;
}

#campaign *{
/*max-width: 100%;*/
}

@media screen and (max-width:540px) {
#campaign{
margin-bottom: 20px;
}
}

#campaign img{
max-width: 100%;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * タイトル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#campaign .section-title {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: table;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:540px) {

#campaign .section-title.device-sp {
  display: block !important;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 一覧
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#campaign div.list {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#campaign div.list .item,
#campaign div.list .item li{
  margin: 0;
  padding: 0;
}

#campaign div.list .item {
  /*padding-top: 10px;*/
  /*padding-bottom: 10px;*/
  letter-spacing: 14.5px;
  line-height: 1.5;
  text-align: center;
  border-top: 1px dotted #bbb;
  border-bottom: 1px dotted #bbb;
}

#campaign div.list .item > * {
  letter-spacing: normal;
  text-align: left;
}

#campaign div.list .item ~ .item {
  border-top: none;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:540px) {

#campaign div.list {
  width: 100%;
}

#campaign div.list .item {
  text-align: left;
}

}

/* * 内容
/* ･････････････････････････････････････････････････････････････････････････････････････････････････ */

#campaign div.list .item li {
  /*margin: 5px 0;*/
  vertical-align: top;
  /*display: inline-block;*/
  font-size: 1.1em;
}

#campaign div.list .item .content {
  /*width: 522px;*/
  /*width: 65%;*/
  list-style: none;
  text-align: center;
  display: block;
}

@media screen and (max-width:736px) {
#campaign div.list .item .content {
  width: auto;
}
}

#campaign div.list .item .content a {
  color: inherit;
  display: block;
  text-decoration: none;
  background: #fff;
  padding: 15px 38px;
  transition: 0.3s;
}

#campaign div.list .item .content a:hover {
  color: #d275b2;
  background: #f9f1f6;
  transition: 0.3s;
}