@charset "UTF-8";


:root {
  --c-yellow: #FFFB41;
  --c-white: #fff;
}


body {
  background: var(--c-yellow);
  color: var(--c-white);
  word-break: normal;
}

* {
  box-sizing: border-box;
}

a:hover {
  oapcity: 0.95;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.arukikata {
	overflow-wrap: break-word;
	word-wrap: break-word;
}

main {
  overflow: hidden;
  position: relative;
}

.is-sp {
  display: none;
}


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

.is-sp {
  display: block;
}
br.is-sp {
  display: inline;
}
}


/*-----------------------------------------------------------------
  ヘッダー
-----------------------------------------------------------------*/
.l-header {
  background: var(--c-yellow);
}

.l-header a {
  display: block;
}

.l-header-inner {
  max-width: 1150px;
  margin: 0 auto;
  padding: 21px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-header-inner img {
  width: 100%;
  height: auto;
}

.header-logo-arukikata {
  width: 250px;
}

.header-logo-odaiba {
  width: 150px;
}

@media screen and (max-width: 980px) {
.l-header {
  position: relative;
}
}

@media screen and (max-width: 767px) {
.l-header-inner {
  padding: 0 20px;
  height: 54px;
}

.header-logo-arukikata {
  width: 180px;
}

.header-logo-odaiba {
  width: 120px;
}
}


/*-----------------------------------------------------------------
  MV
-----------------------------------------------------------------*/
.mv {
  background: url(../images/arukikata/mv_bg_cover.png) center center repeat, var(--c-white) url(../images/arukikata/mv_pc.webp) center center no-repeat;
  background-size: 10px auto, cover;
  position: relative;
}

.mv-inner {
  max-width: 1150px;
  margin: 0 auto;
  padding: 50px 15px;
}

h1 {
  max-width: 672px;
  margin-bottom: 30px;
}

.mv-txt {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  text-shadow: 0 0 8px rgba(0,0,0,0.36);
}
.mv-txt strong {
  color: var(--c-yellow);
}

.txt-att {
  font-size: 12px;
  line-height: 1.25;
  text-shadow: 0 0 8px rgba(0,0,0,0.5);
  padding-left: 12px;
  text-indent: -12px;
}

.link-dl {
  width: 360px;
  height: auto;
  display: block;
  position: absolute;
  top: 44px;
  left: calc(50% + 310px);
  z-index: 100;
}


@media screen and (max-width: 767px) {
.mv {
  background: url(../images/arukikata/mv_bg_cover.png) center center repeat, var(--c-white) url(../images/arukikata/mv_sp.webp) left -40px center no-repeat;
  background-size: 10px auto, cover;
}

.mv-inner {
  padding: 50px 15px 160px;
}

.mv-txt {
  font-size: 16px;
  line-height: 1.6;
}

.link-dl {
  width: 180px;
  height: auto;
  top: 404px;
  left: auto;
  right: -30px;
}

.mv .txt-att {
  max-width: 60%;
}
}


/*-----------------------------------------------------------------
  本文
-----------------------------------------------------------------*/
.wrap {
  background: url(../images/arukikata/bg_book_pc2.webp) no-repeat center top -30px;
  background-size: cover;
  background-attachment: fixed;
}

.wrap-inner {
  width: 50%;
  margin-left: auto;
  padding: 30px;
  background: rgba(0,0,0,0.6);
}

h2 {
  width: fit-content;
  margin-bottom: 20px;
  padding-right: 40px;
  font-size: 30px;
  font-weight: bold;
  line-height: 31px;
}


/* 特集内容 */
.ttl-content {
  background: url(../images/arukikata/i_content.png) no-repeat right bottom;
  background-size: 30px auto;
}

.content-list {
  margin-bottom: 50px;
  list-style: none;
  font-weight: bold;
  line-height: 1.5;
  text-shadow: 0 0 8px rgba(0,0,0,0.36);
}

.content-list span {
  margin-right: 10px;
  font-size: 20px;
}

.content-list li + li {
  margin-top: 6px;
}


/* 配布場所 */
.ttl-place {
  background: url(../images/arukikata/i_place.png) no-repeat right bottom;
  background-size: 30px auto;
}

.place-txt {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  text-shadow: 0 0 8px rgba(0,0,0,0.36);
}


/* DLボタン */
.wrap-btn a {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px 0 4px;
  max-width: 260px;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 58px;
  border: solid 5px var(--c-white);
  color: var(--c-white);
  border-radius: 34px;
  background: url(../images/arukikata/i_pdf.png) no-repeat center right 26px, linear-gradient(180deg, rgba(255,39,0,1) 0%, rgba(204,32,0,1) 100%);
  background-size: 26px auto, auto;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 8px rgba(0,0,0,0.36);
}

.wrap-btn .txt-att {
  margin: 10px auto 0;
  width: fit-content;
  letter-spacing: -0.05rem;
}


@media screen and (max-width: 767px) {
body:before{
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url(../images/arukikata/bg_book_sp.webp) no-repeat center top -10px;
    background-size: cover;
}
.wrap {
  background: none;
}

  /*
.wrap-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}

.wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url(../images/arukikata/bg_book_sp.webp) no-repeat center top -10px;
  background-size: cover;
  z-index: -1;
}
  */
/*
#sp-bg {
  display: block;
  position: sticky;
  top: 0;
  z-index: -2;
  height: 0;
  max-height: 0;
  overflow: visible;
}

#sp-bg::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh + 68px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mv-bg::after {
  background: url(../images/arukikata/bg_book_sp.webp) no-repeat center top -10px;
  background-size: cover;
  background-attachment: fixed;
}
*/

.wrap-inner {
  width: calc(100% - 70px);
  padding: 20px 20px;
}

h2 {
  width: fit-content;
  margin-bottom: 15px;
  padding-right: 30px;
  font-size: 20px;
  line-height: 21px;
}


/* 特集内容 */
.ttl-content {
  background-size: 20px auto;
}

.content-list {
  font-size: 13px;
  line-height: 1.4;
}

.content-list span {
  margin-right: 8px;
  font-size: 18px;
}

.content-list li + li {
  margin-top: 5px;
}


/* 配布場所 */
.ttl-place {
  background-size: 20px auto;
}

.place-txt {
  font-size: 13px;
  line-height: 1.8;
}


/* DLボタン */
.wrap-btn a {
  padding: 0 24px 0 4px;
  max-width: 360px;
  font-size: 16px;
  font-weight: bold;
  line-height: 38px;
  border: solid 4px var(--c-white);
  border-radius: 23px;
  background: url(../images/arukikata/i_pdf.png) no-repeat center right 20px, linear-gradient(180deg, rgba(255,39,0,1) 0%, rgba(204,32,0,1) 100%);
  background-size: 20px auto, auto;
}

.wrap-btn .txt-att {
  width: 100%;
}
}






